* lisp/subr.el (internal-push-keymap, internal-pop-keymap): New functions.
[emacs.git] / lisp / ChangeLog
blob3525568ab2d8afe1fff3f495213a9ca0d213c960
1 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
4         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
5         lexical-binding.
7 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
9         * subr.el (set-temporary-overlay-map): Add on-exit argument.
11 2013-06-13  Glenn Morris  <rgm@gnu.org>
13         * startup.el (tty-handle-args):
14         Don't just discard "--" and anything after.  (Bug#14608)
16         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
18 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
20         Implement changes in Secret Service API.  Make it backward compatible.
21         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
22         (secrets-create-item): Use it.  Prefix properties with interface.
24 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
26         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
27         (term-emulate-terminal): Respect term-suppress-hard-newline.
29 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
31         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
32         Only remove a `thumb-file' overlay.  (Bug#14548)
34 2013-06-12  GrĂ©goire Jadi  <daimrod@gmail.com>
36         * mail/reporter.el (reporter-submit-bug-report):
37         Handle missing package-name.  (Bug#14600)
39 2013-06-12  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
41         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
42         (reftex-citation-prompt, reftex-default-bibliography)
43         (reftex-bib-or-thebib, reftex-get-bibfile-list)
44         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
45         (reftex-bib-sort-author, reftex-bib-sort-year)
46         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
47         (reftex-extract-bib-entries-from-thebibliography)
48         (reftex-get-bibkey-default, reftex-get-bib-names)
49         (reftex-parse-bibtex-entry, reftex-get-bib-field)
50         (reftex-format-bib-entry, reftex-parse-bibitem)
51         (reftex-format-bibitem, reftex-do-citation)
52         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
53         (reftex-restrict-bib-matches, reftex-extract-bib-file)
54         (reftex-insert-bib-matches, reftex-format-citation)
55         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
56         (reftex-create-bibtex-file): Add docstrings, mostly by converting
57         existing comments into docstrings.
59 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
61         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
63 2013-06-12  Andreas Schwab  <schwab@suse.de>
65         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
66         for auto-save files.
68 2013-06-12  Glenn Morris  <rgm@gnu.org>
70         * ido.el (ido-delete-ignored-files): Remove.
71         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
72         Go back to calling ido-ignore-item-p directly.
74 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
76         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
78         * ido.el (ido-delete-ignored-files): New function,
79         split from ido-make-file-list-1.
80         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
81         (ido-make-file-list-1): Use ido-delete-ignored-files.
83 2013-06-12  Leo Liu  <sdl.web@gmail.com>
85         * progmodes/octave.el (inferior-octave-startup)
86         (inferior-octave-completion-table)
87         (inferior-octave-track-window-width-change)
88         (octave-eldoc-function-signatures, octave-help)
89         (octave-find-definition): Use single quoted strings.
90         (inferior-octave-startup-args): Change default value.
91         (inferior-octave-startup): Do not hard code "-i" and
92         "--no-line-editing".
93         (inferior-octave-resync-dirs): Add optional arg NOERROR.
94         (inferior-octave-directory-tracker): Use it.
95         (octave-goto-function-definition): Robustify.
96         (octave-help): Support highlighting operators in 'See also'.
97         (octave-find-definition): Find subfunctions only in Octave mode.
99 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
101         * help-fns.el (help-fns--compiler-macro): If the handler function is
102         named, then put a link to it.
103         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
104         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
105         (cl-typep): Use it.
106         (cl-eval-when): Simplify debug spec.
107         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
108         compiler-macro function instead of setting `compiler-macro-file'.
110 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
111             Daniel Hackney  <dan@haxney.org>
113         First part of Daniel Hackney's patch to package.el.
114         * emacs-lisp/package.el: Use defstruct.
115         (package-desc): New, main struct.
116         (package--bi-desc, package--ac-desc): New structs, used to describe the
117         format in external files.
118         (package-desc-vers): Replace with package-desc-version accessor.
119         (package-desc-doc): Replace with package-desc-summary accessor.
120         (package-activate-1): Remove `package' arg since the pkg-vec now
121         includes the name.
122         (define-package): Use package-desc-from-define.
123         (package-unpack-single): Change file-name arg to be a symbol.
124         (package--add-to-archive-contents): Use package-desc-create and new
125         accessor functions to package--ac-desc.
126         (package-buffer-info, package-tar-file-info): Return a package-desc.
127         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
128         arg to be a package-desc.
129         (package-install-file): Adjust accordingly.  Use \' to match EOS.
130         (package--from-builtin): New function.
131         (describe-package-1, package-menu--generate): Use it.
132         (package--make-autoloads-and-compile): Change name arg to be a symbol.
133         (package-generate-autoloads): Idem and return the name of the file.
134         * emacs-lisp/package-x.el (package-upload-buffer-internal):
135         Change pkg-info arg to be a package-desc.
136         Use package-make-ac-desc.
137         (package-upload-file): Use \' to match EOS.
138         * finder.el (finder-compile-keywords): Use package-make-builtin.
140 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * vc/vc.el (vc-deduce-fileset): Change error message.
143         (vc-read-backend): New function.
144         (vc-next-action): Use it.
146         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
148         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
149         (prolog-font-lock-keywords): Use regexp-opt instead.
150         Don't manually highlight strings.
151         (prolog-mode-variables): Simplify comment-start-skip.
152         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
154         * emacs-lisp/generic.el (generic--normalise-comments)
155         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
156         (generic-mode-set-comments): Use them.
157         (generic-bracket-support): Use setq-local.
158         (generic-make-keywords-list): Declare obsolete.
160 2013-06-11  Glenn Morris  <rgm@gnu.org>
162         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
163         Prettify after setting font-lock-defaults.  (Bug#14574)
165 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
167         * replace.el (query-replace, occur-read-regexp-defaults-function)
168         (replace-search):
169         * subr.el (declare-function, number-sequence, local-set-key)
170         (substitute-key-definition, locate-user-emacs-file)
171         (with-silent-modifications, split-string, eval-after-load):
172         Fix typos, remove unneeded backslashes and reflow some docstrings.
174 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
176         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
177         default for Elisp files.
179 2013-06-11  Glenn Morris  <rgm@gnu.org>
181         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
182         although define-derived-mode was doing this anyway.  (Bug#14583)
184 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
186         * allout.el (allout-encryption-plaintext-sanitization-regexps):
187         Fix make-variable-buffer-local call to refer to the correct variable.
189 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
191         * eshell/em-term.el (eshell-visual-commands)
192         (eshell-visual-subcommands, eshell-visual-options):
193         Add summary line to docstrings.  Add cross-references.
195 2013-06-10  Glenn Morris  <rgm@gnu.org>
197         * epa.el (epa-read-file-name): New function.  (Bug#14510)
198         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
200 2013-06-09  Xue Fuqiao  <xfq.free@gmail.com>
202         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
203         * vc/vc-hooks.el (vc-stay-local): Doc fix.
205 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
207         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
208         output redirection to be ignored with visual commands.
210 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
212         * eshell/em-term.el (eshell-visual-command-p): New function.
213         (eshell-term-initialize): Move long lambda to separate function
214         eshell-visual-command-p.
215         * eshell/em-dirs.el (eshell-dirs-initialise):
216         * eshell/em-script.el (eshell-script-initialize):
217         Add missing #' to lambda.
219 2013-06-08  Leo Liu  <sdl.web@gmail.com>
221         * progmodes/octave.el (octave-add-log-current-defun): New function.
222         (octave-mode): Set add-log-current-defun-function.
223         (octave-goto-function-definition): Do not move point if not found.
224         (octave-find-definition): Enhance to try subfunctions first.
226 2013-06-08  Glenn Morris  <rgm@gnu.org>
228         * emacs-lisp/bytecomp.el (byte-compile-char-before)
229         (byte-compile-backward-char, byte-compile-backward-word):
230         Improve previous change, to handle non-explicit nil.
232 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
234         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
235         (smie--opener/closer-at-point): New function.
236         (smie--matching-block-data): Use it.  Don't match from right after an
237         opener or right before a closer.  Obey smie-blink-matching-inners.
238         Don't signal a mismatch for repeated inners like "switch..case..case".
240 2013-06-07  Leo Liu  <sdl.web@gmail.com>
242         * progmodes/octave.el (octave-mode): Set comment-use-global-state
243         to t.  (Bug#14303)
244         (octave-function-header-regexp): Fix.  (Bug#14570)
245         (octave-help-mode-finish-hook, octave-help-mode-finish):
246         Remove.  Just use temp-buffer-show-hook.
248         * newcomment.el (comment-search-backward): Revert last change.
249         (Bug#14434)
251         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
253 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
255         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
256         through xargs, to avoid failure due to MS-Windows limitations on
257         command-line length.
259 2013-06-06  Glenn Morris  <rgm@gnu.org>
261         * font-lock.el (lisp-font-lock-keywords-2):
262         Treat user-error like error.
264         * emacs-lisp/bytecomp.el (byte-compile-char-before)
265         (byte-compile-backward-char, byte-compile-backward-word):
266         Handle explicit nil arguments.  (Bug#14565)
268 2013-06-05  Alan Mackenzie  <acm@muc.de>
270         * isearch.el (isearch-allow-prefix): New user option.
271         (isearch-other-meta-char): Don't exit isearch when a prefix
272         argument is typed whilst `isearch-allow-prefix' is non-nil.
273         (Bug#9706)
275 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
277         * autorevert.el (auto-revert-notify-handler): Use memq.
278         Hide assertion failure.
280         * skeleton.el: Use cl-lib.
281         (skeleton-further-elements): Use defvar-local.
282         (skeleton-insert): Use cl-progv.
284 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
286         * progmodes/prog-mode.el (prog-prettify-symbols)
287         (prog-prettify-install): Update docstrings.
289 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
291         * simple.el: Move all the prog-mode code to prog-mode.el.
292         * progmodes/prog-mode.el: New file.
293         * loadup.el: Add prog-mode.el.
295 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
297         * simple.el (prog-prettify-symbols): Add version.
298         (prog-prettify-install): Add convenience function to prettify symbols.
300         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
301         (perl--augmented-font-lock-keywords-1)
302         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
303         variables and use it.
305         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
306         (cfengine3-mode): Remove unneeded variable and use it.
308         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
309         (lisp--augmented-font-lock-keywords-1)
310         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
311         Remove unneeded variables and use it.
313 2013-06-05  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
315         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
316         to point when opening the connection.  (Bug#14380)
318 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
320         * subr.el (load-history-regexp, load-history-filename-element)
321         (eval-after-load, after-load-functions, do-after-load-evaluation)
322         (eval-next-after-load, display-delayed-warnings)
323         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
324         definition of save-match-data.
325         (overriding-local-map): Remove accidental obsolescence declaration.
327         * emacs-lisp/edebug.el (edebug-result): Move before first use.
329 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
331         Generalize symbol prettify support to prog-mode and implement it
332         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
333         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
334         (prog--prettify-font-lock-compose-symbol)
335         (prog-prettify-font-lock-symbols-keywords): New variables and
336         functions to support symbol prettification.
337         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
338         (lisp--augmented-font-lock-keywords-1)
339         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
340         (lisp--prettify-symbols-alist): Implement prettify of lambda.
341         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
342         (cfengine3--prettify-symbols-alist, cfengine3-mode):
343         Implement prettify of -> => :: strings.
344         * progmodes/perl-mode.el (perl-prettify-symbols)
345         (perl--font-lock-compose-symbol)
346         (perl--font-lock-symbols-keywords): Move to prog-mode.
347         (perl--prettify-symbols-alist): Prettify -> => :: strings.
348         (perl-font-lock-keywords-1)
349         (perl-font-lock-keywords-2): Remove explicit prettify support.
350         (perl--augmented-font-lock-keywords)
351         (perl--augmented-font-lock-keywords-1)
352         (perl--augmented-font-lock-keywords-2, perl-mode):
353         Implement prettify support.
355 2013-06-05  Leo Liu  <sdl.web@gmail.com>
357         Re-implement smie matching block highlight using
358         show-paren-data-function.  (Bug#14395)
359         * emacs-lisp/smie.el (smie-matching-block-highlight)
360         (smie--highlight-matching-block-overlay)
361         (smie--highlight-matching-block-lastpos)
362         (smie-highlight-matching-block)
363         (smie-highlight-matching-block-mode): Remove.
364         (smie--matching-block-data-cache): New variable.
365         (smie--matching-block-data): New function.
366         (smie-setup): Use smie--matching-block-data for
367         show-paren-data-function.
369         * progmodes/octave.el (octave-mode-menu): Fix.
370         (octave-find-definition): Skip garbage lines.
372 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
374         Fix compilation error with simultaneous dynamic+lexical scoping.
375         Add warning when a defvar appears after the first let-binding.
376         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
377         (byte-compile-close-variables): Initialize it.
378         (byte-compile--declare-var): New function.
379         (byte-compile-file-form-defvar)
380         (byte-compile-file-form-define-abbrev-table)
381         (byte-compile-file-form-custom-declare-variable): Use it.
382         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
383         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
384         (byte-compile-bind): Handle dynamic bindings that shadow
385         lexical bindings.
386         (byte-compile-unbind): Make arg non-optional.
387         (byte-compile-let): Simplify.
388         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
389         (cconv--analyse-function, cconv-analyse-form): Populate it.
390         Protect byte-compile-bound-variables to limit the scope of defvars.
391         (cconv-analyse-form): Add missing rule for (defvar <foo>).
392         Remove unneeded rule for `declare'.
394         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
395         so as to avoid depending on cl-adjoin at run-time.
396         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
398         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
399         (macroexp--warn-and-return): Use it.
401 2013-06-05  Leo Liu  <sdl.web@gmail.com>
403         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
405 2013-06-04  Leo Liu  <sdl.web@gmail.com>
407         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
408         (compilation-auto-jump): Suppress the "Mark set" message to give
409         way to exit message.
411 2013-06-04  Alan Mackenzie  <acm@muc.de>
413         Remove faulty optimisation from indentation calculation.
414         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
415         search limit based on 2000 characters back from indent-point.
417 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
419         * eshell/em-term.el (cl-lib): Require `cl-lib'.
421 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
423         * emacs-lisp/lisp.el: Use lexical-binding.
424         (lisp--local-variables-1, lisp--local-variables): New functions.
425         (lisp--local-variables-completion-table): New var.
426         (lisp-completion-at-point): Use it complete let-bound vars.
428         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
429         eagerly (bug#14422).
431 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
433         * autorevert.el (auto-revert-notify-enabled)
434         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
435         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
436         (auto-revert-notify-handler): Handle also gfilenotify.
438         * subr.el (file-notify-handle-event): New defun.  Replacing ...
439         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
440         Remove.
442 2013-06-03  Juri Linkov  <juri@jurta.org>
444         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
445         `M-s h .'.  (Bug#14427)
447         * hi-lock.el (highlight-symbol-at-point): New alias for the new
448         command `hi-lock-face-symbol-at-point'.
449         (hi-lock-face-symbol-at-point): New command.
450         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
451         (hi-lock-menu): Add `highlight-symbol-at-point'.
452         (hi-lock-mode): Doc fix.
454         * isearch.el (isearch-forward-symbol-at-point): New command.
455         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
456         (isearch-highlight-regexp): Add a regexp which matches
457         words/symbols for word/symbol mode.
459         * subr.el (find-tag-default-bounds): New function with the body
460         mostly moved from `find-tag-default'.
461         (find-tag-default): Move most code to `find-tag-default-bounds',
462         call it and apply `buffer-substring-no-properties' afterwards.
464 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
466         * eshell/em-term.el (eshell-term-initialize):
467         Use `cl-intersection' rather than `intersection'.
469 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
471         * vc/log-view.el: Doc fix.
472         (log-view-mode-map): Copy keymap from `special-mode-map'.
474 2013-06-02  Eric Ludlam  <zappo@gnu.org>
476         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
477         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
478         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
479         (eieio-unbound, eieio-default-superclass)
480         (eieio--define-field-accessors, method-static, method-before)
481         (method-primary, method-after, method-num-lists)
482         (method-generic-before, method-generic-primary)
483         (method-generic-after, method-num-slots)
484         (eieio-specialized-key-to-generic-key)
485         (eieio--check-type, class-v, class-p)
486         (eieio-class-name, define-obsolete-function-alias)
487         (eieio-class-parents-fast, eieio-class-children-fast)
488         (same-class-fast-p, class-constructor, generic-p)
489         (generic-primary-only-p, generic-primary-only-one-p)
490         (class-option-assoc, class-option, eieio-object-p)
491         (class-abstract-p, class-method-invocation-order)
492         (eieio-defclass-autoload-map, eieio-defclass-autoload)
493         (eieio-class-un-autoload, eieio-defclass)
494         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
495         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
496         (eieio--defgeneric-init-form, eieio-defgeneric-form)
497         (eieio-defgeneric-reset-generic-form)
498         (eieio-defgeneric-form-primary-only)
499         (eieio-defgeneric-reset-generic-form-primary-only)
500         (eieio-defgeneric-form-primary-only-one)
501         (eieio-defgeneric-reset-generic-form-primary-only-one)
502         (eieio-unbind-method-implementations)
503         (eieio--defmethod, eieio--typep)
504         (eieio-perform-slot-validation, eieio-validate-slot-value)
505         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
506         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
507         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
508         (eieio-slot-name-index, eieio-class-slot-name-index)
509         (eieio-set-defaults, eieio-initarg-to-attribute)
510         (eieio-attribute-to-initarg, eieio-c3-candidate)
511         (eieio-c3-merge-lists, eieio-class-precedence-c3)
512         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
513         (eieio-class-precedence-list, eieio-generic-call-methodname)
514         (eieio-generic-call-arglst, eieio-generic-call-key)
515         (eieio-generic-call-next-method-list)
516         (eieio-pre-method-execution-functions, eieio-generic-call)
517         (eieio-generic-call-primary-only, eieiomt-method-list)
518         (eieiomt-optimizing-obarray, eieiomt-install)
519         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
520         (eieio-generic-form, eieio-defmethod, make-obsolete)
521         (eieio-defgeneric, make-obsolete): Move to eieio-core.el
522         (defclass): Remove `eval-and-compile' from macro.
523         (call-next-method, shared-initialize): Instead of using
524         `scoped-class' variable, use new eieio--scoped-class, and
525         eieio--with-scoped-class.
526         (initialize-instance): Rename local variable 'scoped-class' to
527         'this-class' to remove ambiguitity from old global.
529         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
530         eieio.el.
531         (eieio--scoped-class-stack): New variable
532         (eieio--scoped-class): New fcn
533         (eieio--with-scoped-class): New scoping macro.
534         (eieio-defclass): Use pushnew instead of add-to-list.
535         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
536         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
537         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
538         `scoped-class' variable, use new eieio--scoped-class, and
539         eieio--with-scoped-class.
541         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
543 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
545         * eshell/esh-ext.el (eshell-external-command): Pass args to
546         `eshell-find-interpreter'.
547         (eshell-find-interpreter): Add new second parameter ARGS.
549         * eshell/em-script.el (eshell-script-initialize): Add second arg
550         to the function added as MATCH to `eshell-interpreter-alist'.
552         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
553         the function added as MATCH to `eshell-interpreter-alist'.
555         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
556         (eshell-visual-options): New defcustom.
557         (eshell-escape-control-x): Adapt docstring.
558         (eshell-term-initialize): Test `eshell-visual-subcommands' and
559         `eshell-visual-options' in addition to `eshell-visual-commands'.
560         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
562 2013-06-01  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
564         * progmodes/python.el (python-indent-block-enders): Add break,
565         continue and raise keywords.
567 2013-06-01  Glenn Morris  <rgm@gnu.org>
569         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
571         Plain (f)boundp silences compilation warnings since Emacs 22.1.
572         * progmodes/cc-cmds.el (delete-forward-p):
573         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
574         * progmodes/cc-engine.el (buffer-syntactic-context):
575         * progmodes/cc-fonts.el (face-property-instance):
576         * progmodes/cc-mode.el (set-keymap-parents):
577         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
578         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
579         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
580         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
581         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
583         * progmodes/cc-vars.el (other): Emacs has this widget since
584         at least 21.1, so don't (re)define it.
586         * eshell/em-cmpl.el (eshell-cmpl-initialize):
587         Replace the obsolete alias pcomplete-arg-quote-list.
589 2013-06-01  Leo Liu  <sdl.web@gmail.com>
591         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
592         punctuation syntax.
593         (inferior-octave-minimal-columns)
594         (inferior-octave-last-column-width): New variables.
595         (inferior-octave-track-window-width-change): New function.
596         (inferior-octave-mode): Adjust column width so that Octave output,
597         for example from 'ls', can fit into the window nicely.
599 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
601         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
602         Highlight expansions inside regexp literals.
604 2013-05-31  Glenn Morris  <rgm@gnu.org>
606         * obsolete/sym-comp.el (symbol-complete):
607         Replace obsolete completion-annotate-function.
609         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
611 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
613         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
614         New function, checks if point is inside a literal that allows
615         expression expansion.
616         (ruby-syntax-propertize-expansion): Use it.
617         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
618         around the body.
620 2013-05-30  Juri Linkov  <juri@jurta.org>
622         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
623         to "\M-si".
624         (isearch-invisible): New variable.
625         (isearch-forward): Doc fix.
626         (isearch-mode): Set `isearch-invisible'
627         to the value of `search-invisible'.
628         (isearch-toggle-case-fold): Doc fix.
629         (isearch-toggle-invisible): New command.
630         (isearch-query-replace): Let-bind `search-invisible'
631         to the value of `isearch-invisible'.
632         (isearch-search): Use `isearch-invisible' instead of
633         `search-invisible'.  Let-bind `search-invisible'
634         to the value of `isearch-invisible'.  (Bug#11378)
636 2013-05-30  Juri Linkov  <juri@jurta.org>
638         * replace.el (perform-replace): Avoid `isearch-range-invisible'
639         call when `query-flag' is nil and `search-invisible' is non-nil.
640         (Bug#11746)
642 2013-05-30  Glenn Morris  <rgm@gnu.org>
644         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
646         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
647         (cc-require): Suppress spurious "noruntime" warnings.
648         (cc-require-when-compile): Use fboundp, for sake of compiler.
650         * progmodes/cc-mode.el: Move load of cc-vars before that of
651         cc-langs (which in turn loads cc-vars), to quieten compiler.
653 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
655         * paren.el: Simplify the code.
656         (show-paren-mode): Always start the timer.
657         (show-paren--idle-timer): Rename from show-paren-idle-timer.
658         (show-paren--overlay, show-paren--overlay-1): Rename from
659         show-paren-overlay and show-paren-overlay-1, and initialize to an
660         overlay rather than to nil.
661         (show-paren-function): Misc cleanup and simplifications.
663 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
665         * paren.el (show-paren-data-function): New hook.
666         (show-paren--default): New function, extracted from show-paren-function.
667         (show-paren-function): Use show-paren-data-function.
669 2013-05-30  Glenn Morris  <rgm@gnu.org>
671         * ielm.el (ielm-map, ielm-complete-symbol):
672         Use completion-at-point rather than obsolete functions.
673         (inferior-emacs-lisp-mode): Doc fix.
674         Set completion-at-point-functions, rather than
675         comint-dynamic-complete-functions.
677         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
678         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
679         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
681         * image.el (image-animated-p): Tweak definition.
683         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
684         (rlogin-process-connection-type): Tweak default.  Add set-after.
685         (rlogin-host): Doc fix.
686         (rlogin): Tweak prompt.
687         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
689         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
690         * progmodes/tcl.el (inferior-tcl-mode-map):
691         Use completion-at-point rather than obsolete alias.
693         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
695         * minibuffer.el (read-file-name-completion-ignore-case):
696         Move before completion--in-region, for eager macro expansion.
698 2013-05-29  Juri Linkov  <juri@jurta.org>
700         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
701         for total count of matching lines.  Add `global-matches' for total
702         count of matches.  Rename `matches' to `lines' for count of
703         matching lines.  Add `matches' for count of matches.
704         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
705         to `prev-line' for line number of prev match endpt.
706         Increment `matches' for every match.  Print the number of
707         matching lines in the header.
708         (occur-context-lines): Rename `lines' to `curr-line'.
709         Rename `prev-lines' to `prev-line'.  (Bug#14017)
711 2013-05-29  Juri Linkov  <juri@jurta.org>
713         * replace.el (perform-replace): Add `skip-read-only-count',
714         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
715         Increment them for corresponding conditions and report the number
716         of skipped occurrences in the final message.  (Bug#11746)
717         (query-replace, query-replace-regexp, query-replace-regexp-eval)
718         (replace-string, replace-regexp): Doc fix.
720 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
722         * emacs-lisp/trace.el (trace--read-args): Provide a default.
724         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
725         prog-mode-map (bug#14504).
727 2013-05-29  Leo Liu  <sdl.web@gmail.com>
729         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
730         (octave-help): Small simplification.
732         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
733         off the highlight first.
735 2013-05-29  Glenn Morris  <rgm@gnu.org>
737         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
738         Handle idlwave-last-system-routine-info-cons-cell being nil.
740         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
741         (idlwave-write-paths): Simplify via with-temp-buffer.
743         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
744         * emulation/cua-rect.el: Also load cua-base at run time.
746         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
747         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
748         (cperl-imenu-on-info): Require imenu.
750 2013-05-28  Alan Mackenzie  <acm@muc.de>
752         Handle "capitalised keywords" correctly.
753         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
755 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
757         * eshell/em-unix.el: Add -r option to cp.
759 2013-05-28  Glenn Morris  <rgm@gnu.org>
761         * vc/vc-arch.el (vc-exec-after): Declare.
762         (vc-switches): Autoload.
763         * vc/vc-bzr.el: No need to require vc when compiling.
764         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
765         (vc-resynch-buffer, vc-dir-refresh): Declare.
766         (vc-setup-buffer, vc-switches): Autoload.
767         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
768         (vc-resynch-buffer): Declare.
769         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
770         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
771         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
772         (grep-read-regexp, grep-read-files, grep-expand-template)
773         (vc-dir-refresh): Declare.
774         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
775         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
776         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
777         * vc/vc-mtn.el (vc-exec-after): Declare.
778         (vc-switches): Autoload.
779         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
780         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
781         (vc-file-tree-walk): Declare.
782         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
783         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
784         (vc-tag-precondition, vc-rename-master): Autoload.
785         * vc/vc-svn.el (vc-exec-after): Declare.
786         (vc-switches, vc-setup-buffer): Autoload.
787         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
788         Autoload.
789         (vc-resynch-buffer): Declare.
791         * obsolete/fast-lock.el (byte-compile-warnings):
792         Don't warn about obsolete features in this obsolete file.
794         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
795         Move definition before use.
797         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
798         (dun-unix-verbs): Remove dun-zippy.
799         (dun-zippy): Remove function.
801         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
803 2013-05-27  Juri Linkov  <juri@jurta.org>
805         * replace.el (replace-search): New function with code moved out
806         from `perform-replace'.
807         (replace-highlight, replace-dehighlight): Move function definitions
808         up closer to `replace-search'.  (Bug#11746)
810 2013-05-27  Juri Linkov  <juri@jurta.org>
812         * replace.el (perform-replace): Ignore invisible matches.
813         In addition to checking `query-replace-skip-read-only', also
814         filter out matches by calling `run-hook-with-args-until-failure'
815         on `isearch-filter-predicates', and also check `search-invisible'
816         for t or call `isearch-range-invisible'.
817         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
819 2013-05-27  Juri Linkov  <juri@jurta.org>
821         * isearch.el (isearch-filter-predicates): Rename from
822         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
823         (isearch-message-prefix): Display text from the property
824         `isearch-message-prefix' of the currently active filters.
825         (isearch-search): Don't compare `isearch-filter-predicate' with
826         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
827         on `isearch-filter-predicates'.  Also check `search-invisible' for t
828         or call `isearch-range-invisible'.
829         (isearch-filter-visible): Make obsolete.
830         (isearch-lazy-highlight-search):
831         Call `run-hook-with-args-until-failure' on
832         `isearch-filter-predicates' and use `isearch-range-invisible'.
834         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
835         `isearch-filter-predicates' instead of `funcall'ing
836         `isearch-filter-predicate'.
837         (Info-mode): Set `Info-isearch-filter' to
838         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
840         * dired-aux.el (dired-isearch-filter-predicate-orig):
841         Remove variable.
842         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
843         (dired-isearch-filenames-end): Add and remove
844         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
845         instead of changing the value of `isearch-filter-predicate'.
846         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
847         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
848         Put property `isearch-message-prefix' to "filename " on
849         `dired-isearch-filter-filenames'.
851         * wdired.el (wdired-change-to-wdired-mode):
852         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
853         locally instead of changing `isearch-filter-predicate'.
854         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
856 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
858         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
859         return the commit hash (Bug#14459).  Also set the
860         `vc-git-detached' property.
861         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
862         (vc-git-mode-line-string): Use the same help-echo format whether
863         in detached mode or not, because we know the actual revision now.
864         When in detached mode, shorten the revision to 7 chars.
866 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
868         * emacs-lisp/easy-mmode.el (define-minor-mode):
869         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
870         mode hook and provide a docstring.
872 2013-05-27  Alan Mackenzie  <acm@muc.de>
874         Remove spurious syntax-table text properties inserted by C-y.
875         * progmodes/cc-mode.el (c-after-change): Also clear hard
876         syntax-table property with value nil.
878 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
880         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
881         when reading the events; the buffer layout shall not be changed.
883 2013-05-27  Leo Liu  <sdl.web@gmail.com>
885         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
886         New variable.
887         (inferior-octave-directory-tracker): Automatically re-sync
888         default-directory.
889         (octave-help): Improve handling of 'See also'.
891 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
893         * doc-view.el: Minor naming convention tweaks.
894         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
896         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
897         even if there's no `display' property yet (bug#14435).
899 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
901         * subr.el (unmsys--file-name): Rename from reveal-filename.
903         * Makefile.in (custom-deps, finder-data, autoloads)
904         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
905         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
906         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
908 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
911         error-completion on the first 2 args of condition-case (bug#14446).
912         Don't burp at EOB.
914 2013-05-25  Leo Liu  <sdl.web@gmail.com>
916         * comint.el (comint-previous-matching-input): Do not flood the
917         *Messages* buffer with trivial messages.
919 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
921         * progmodes/flymake.el (flymake-nop): Don't return a string.
922         (flymake-set-at): Fix typo.
924         * simple.el (read--expression): New function, extracted from
925         eval-expression.  Set completion-at-point-functions (bug#14465).
926         (eval-expression, eval-minibuffer): Use it.
928 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
930         * progmodes/flymake.el (flymake-save-buffer-in-file)
931         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
932         (flymake-selected-frame, flymake-log, flymake-ins-after)
933         (flymake-set-at, flymake-get-buildfile-from-cache)
934         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
935         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
936         Refine the doc string.
937         (flymake-get-file-name-mode-and-masks): Reformat.
938         (flymake-get-real-file-name-function): Fix a minor bug.
940 2013-05-24  Juri Linkov  <juri@jurta.org>
942         * progmodes/grep.el (grep-mode-font-lock-keywords):
943         Support =linenumber= format used by git-grep for lines with
944         function names.  (Bug#13549)
946 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * progmodes/octave.el (octave-smie-rules): Return nil rather than
949         0 after a semi-colon; it works better for smie-auto-fill.
950         (octave--indent-new-comment-line): New function.
951         (octave-indent-new-comment-line): Use it (indirectly).
952         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
953         modify comment-line-break-function.
955         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
956         (smie-setup): Use add-function to set it.
958 2013-05-24  Sam Steingold  <sds@gnu.org>
960         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
961         argument (before the `interactive' argument).
963 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * image-mode.el (image-mode-winprops): Add winprops to
966         image-mode-winprops-alist before running
967         image-mode-new-window-functions.
968         * doc-view.el (doc-view-new-window-function): Don't delay
969         doc-view-goto-page via timers (bug#14435).
971 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
973         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
974         (doc-view-desktop-save-buffer): New function.
975         (doc-view-restore-desktop-buffer): New function.
976         (desktop-buffer-mode-handlers):
977         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
978         handler.
979         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
980         `desktop-save-buffer' function.
982 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
984         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
985         (tramp-gvfs-file-name-handler): Raise a user error when
986         `tramp-gvfs-enabled' is nil.
987         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
988         Do not raise a user error when loading package.  (Bug#14447)
990         * net/xesam.el: Move to obsolete/.
992 2013-05-24  Glenn Morris  <rgm@gnu.org>
994         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
996         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
998         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
999         (Info-find-node, Man-getpage-in-background): Declare.
1001         * mail/unrmail.el (unrmail):
1002         Replace obsolete detect-coding-with-priority.
1004         * net/socks.el (socks-split-string): Use this rather than split-string.
1005         (socks-nslookup-host): Update for above change.
1006         (dynamic-choice, s5-dynamic-choice-match)
1007         (s5-dynamic-choice-match-inline, s5-widget-value-create):
1008         Comment out unused code.
1010         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
1011         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
1012         (gud-tooltip-echo-area): Make obsolete.
1013         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
1015         * progmodes/js.el (js--optimize-arglist): Declare.
1017         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
1019         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
1020         (ediff-window-C): Declare.
1022         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
1023         Tweak requires to silence compiler.
1025         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
1026         (he-search-string, he-tried-table, he-expand-list)
1027         (he-init-string, he-string-member, he-substitute-string)
1028         (he-reset-string): Declare.
1030         * obsolete/options.el (list-options): Use custom-variable-p,
1031         rather than obsolete alias.
1033 2013-05-23  Sam Steingold  <sds@gnu.org>
1035         * simple.el (shell-command-on-region): Pass the `replace' argument
1036         down to `call-process-region' to comply with the doc as reported on
1037         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
1039 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1041         * emacs-lisp/smie.el (smie-indent-forward-token)
1042         (smie-indent-backward-token): Handle string tokens (bug#14381).
1044 2013-05-23  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
1046         * ielm.el (ielm-menu): New menu.
1047         (inferior-emacs-lisp-mode): Set comment-start.
1049 2013-05-23  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
1051         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
1052         Fix deactivate action.
1054         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
1055         Add cleveref macros.
1057         * lisp/textmodes/reftex-parse.el
1058         (reftex-locate-bibliography-files): Accept options for
1059         bibliography commands.
1060         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
1061         Add addbibresource.  Basic Biblatex support.
1063 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
1065         * net/tramp-gvfs.el (top):
1066         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
1067         when loading package.  (Bug#14447)
1069 2013-05-23  Glenn Morris  <rgm@gnu.org>
1071         * progmodes/js.el: No need to load comint when compiling.
1072         (ring-insert, comint-send-string, comint-send-input)
1073         (comint-last-input-end, ido-chop): Declare.
1075         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
1076         * vc/ediff-mult.el: Adjust requires.
1077         (ediff-directories-internal, ediff-directory-revisions-internal)
1078         (ediff-patch-file-internal): Declare.
1079         * vc/ediff-ptch.el: Adjust requires.
1080         (ediff-use-last-dir, ediff-buffers-internal): Declare.
1081         (ediff-find-file): Autoload.
1082         * vc/ediff-util.el: No need to load ediff when compiling.
1083         (ediff-regions-internal): Declare.
1084         * vc/ediff-wind.el: Adjust requires.
1085         (ediff-compute-toolbar-width): Define when compiling.
1086         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
1087         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
1088         (dired-get-filename, dired-get-marked-files)
1089         (ediff-last-dir-patch, ediff-patch-default-directory)
1090         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
1091         (ediff-patch-buffer-internal): Declare.
1093         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
1094         (ispell-process, ispell-buffer-local-words, lm-summary)
1095         (lm-section-start, lm-section-end): Declare.
1096         (checkdoc-ispell-init): Simplify.
1098         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
1099         (he-string-member, he-reset-string, he-substitute-string): Declare.
1101         * eshell/em-ls.el: Adjust requires.
1102         (eshell-glob-regexp): Declare.
1103         * eshell/em-tramp.el: Adjust requires.
1104         (eshell-parse-command): Autoload.
1105         * eshell/em-xtra.el: Adjust requires.
1106         (eshell-parse-command): Autoload.
1107         * eshell/esh-ext.el: Adjust requires.
1108         (eshell-parse-command, eshell-close-handles): Autoload.
1109         * eshell/esh-io.el: Adjust requires.
1110         (eshell-output-filter): Autoload.
1111         * eshell/esh-util.el: No need to load tramp when compiling.
1112         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
1113         Declare.
1114         (eshell-parse-ange-ls): Require ange-ftp and tramp.
1115         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1116         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
1117         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
1118         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
1119         * eshell/esh-opt.el, eshell/esh-proc.el:
1120         * eshell/esh-var.el: Adjust requires.
1121         * eshell/eshell.el: Do not require esh-util twice.
1122         (eshell-add-input-to-history): Declare.
1123         (eshell-command): Check history module is active before using it.
1125         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
1127 2013-05-22  Leo Liu  <sdl.web@gmail.com>
1129         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
1131 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
1133         * autorevert.el (auto-revert-notify-add-watch)
1134         (auto-revert-notify-handler): Add `attrib' for the inotify case,
1135         it indicates changes in file modification time.
1137 2013-05-22  Glenn Morris  <rgm@gnu.org>
1139         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1140         Always delete the autoloaded function from the noruntime and
1141         unresolved functions lists.
1143         * allout.el: No need to load epa, epg, overlay when compiling.
1144         (epg-context-set-passphrase-callback, epg-list-keys)
1145         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
1146         (epg-key-user-id-list): Declare.
1148         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
1149         (viper-set-parsing-style-toggling-macro)
1150         (viper-set-emacs-state-searchstyle-macros):
1151         Use called-interactively-p on Emacs.
1152         (viper-looking-back): Make it an obsolete alias.  Update callers.
1153         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
1154         Use looking-back rather than viper-looking-back.
1155         (viper-tmp-insert-at-eob, viper-enlarge-region)
1156         (viper-read-string-with-history, viper-register-to-point)
1157         (viper-append-to-register, viper-change-state-to-vi)
1158         (viper-backward-char-carefully, viper-forward-char-carefully)
1159         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
1160         (viper-change-state-to-emacs): Declare.
1161         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
1162         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
1163         * emulation/viper-mous.el: Do not load viper-cmd.
1164         (viper-backward-char-carefully, viper-forward-char-carefully)
1165         (viper-forward-word, viper-adjust-window): Declare.
1167         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
1169         * progmodes/idlw-help.el (idlwave-help-fontify):
1170         Use called-interactively-p.
1172         * term/w32console.el (w32-get-console-codepage)
1173         (w32-get-console-output-codepage): Declare.
1175         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
1176         Remove unnecessary declarations.
1177         (dframe-message): Doc fix.
1179         * info.el (dframe-select-attached-frame, dframe-current-frame):
1180         Declare.
1182         * speedbar.el (speedbar-message): Make it an obsolete alias.
1183         Update all callers.
1184         (speedbar-with-attached-buffer)
1185         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
1186         (speedbar-with-writable): Use backquote.
1187         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
1188         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1189         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
1190         rather than speedbar- aliases.
1191         * mail/rmail.el: Load dframe rather than speedbar when compiling.
1192         (speedbar-make-specialized-keymap, speedbar-insert-button)
1193         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
1194         (speedbar-do-function-pointer): Declare.
1195         (rmail-speedbar-button, rmail-speedbar-find-file)
1196         (rmail-speedbar-move-message):
1197         Use dframe-with-attached-buffer rather than speedbar- alias.
1198         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
1199         (dframe-message, speedbar-make-specialized-keymap)
1200         (speedbar-add-expansion-list, speedbar-mode-functions-list)
1201         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
1202         (speedbar-insert-button, dframe-select-attached-frame)
1203         (dframe-maybee-jump-to-attached-frame)
1204         (speedbar-change-initial-expansion-list)
1205         (speedbar-previously-used-expansion-list-name): Declare.
1206         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
1207         Use dframe-message, dframe-with-attached-buffer rather than
1208         speedbar- aliases.
1209         (gud-sentinel): Silence compiler.
1210         * progmodes/vhdl-mode.el (speedbar-refresh)
1211         (speedbar-do-function-pointer, speedbar-add-supported-extension)
1212         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
1213         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
1214         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
1215         (speedbar-file-lists, speedbar-make-tag-line)
1216         (speedbar-line-directory, speedbar-goto-this-file)
1217         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
1218         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
1219         (speedbar-make-button, speedbar-reset-scanners)
1220         (speedbar-files-item-info, speedbar-line-text)
1221         (speedbar-find-file-in-frame, speedbar-set-timer)
1222         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
1223         (speedbar-with-writable): Do not (re)define it.
1224         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
1225         rather than speedbar- alias.
1227 2013-05-21  Leo Liu  <sdl.web@gmail.com>
1229         * progmodes/octave.el (octave-mode-menu): Update and re-organize
1230         menu items.
1231         (octave-mode): Tweak fill-nobreak-predicate.
1232         (inferior-octave-startup): Check process to avoid infinite loop.
1233         (inferior-octave): Pop to buffer first to show abornmal process
1234         exit information.
1236 2013-05-21  Glenn Morris  <rgm@gnu.org>
1238         * printing.el (pr-menu-bar): Define when compiling.
1240 2013-05-21  Leo Liu  <sdl.web@gmail.com>
1242         * progmodes/octave.el (octave-auto-fill): Remove.
1243         (octave-indent-new-comment-line): Improve.
1244         (octave-mode): Use auto fill mode through
1245         comment-line-break-function and fill-nobreak-predicate
1246         (octave-goto-function-definition): Support DEFUN_DLD.
1247         (octave-beginning-of-defun): Small Tweak
1248         (octave-help): Show parent directory.
1250 2013-05-21  Glenn Morris  <rgm@gnu.org>
1252         * files.el (dired-unmark):
1253         * progmodes/gud.el (gdb-input): Update declarations.
1255         * calculator.el (electric, ehelp): No need to load when compiling.
1256         (Electric-command-loop, electric-describe-mode): Declare.
1258         * doc-view.el (doc-view-current-converter-processes): Move before use.
1260         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1261         Move MODE-set-explicitly definition before use.
1263         * international/mule-diag.el (mule-diag):
1264         Don't use obsolete window-system-version.
1266         * mail/feedmail.el (smtpmail): No need to load when compiling.
1267         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
1269         * mail/mail-utils.el (rfc822): No need to load when compiling.
1270         (rfc822-addresses): Autoload it.
1271         (mail-strip-quoted-names): Trivial simplification.
1273         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
1274         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
1276         * net/snmp-mode.el (tempo): Don't duplicate requires.
1278         * progmodes/prolog.el (info): No need to load when compiling.
1279         (comint): Require before shell requires it.
1280         (Info-goto-node): Autoload it.
1281         (Info-follow-nearest-node): Declare.
1282         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
1284         * textmodes/artist.el (picture-mode-exit): Declare.
1286         * textmodes/reftex-parse.el (reftex-parse-from-file):
1287         Trivial rewrite so the compiler can parse it better.
1289 2013-05-20  Leo Liu  <sdl.web@gmail.com>
1291         * progmodes/octave.el (octave-help-mode-map)
1292         (octave-help-mode-finish-hook): New variables.
1293         (octave-help-mode, octave-help-mode-finish): New functions.
1294         (octave-help): Use octave-help-mode.
1296 2013-05-20  Glenn Morris  <rgm@gnu.org>
1298         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1300 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1302         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
1303         start at point, so that expansion starting right after opening
1304         slash in a regexp is recognized.
1305         (ruby-syntax-before-regexp-re): New defvar, extracted from
1306         ruby-syntax-propertize-function.  Since the value of this regexp
1307         is looked up at runtime now, we should be able to turn
1308         `ruby-syntax-methods-before-regexp' into a defcustom later.
1309         (ruby-syntax-propertize-function): Split regexp matching into two
1310         parts, for opening and closing slashes.  That allows us to skip
1311         over string interpolations and support multiline regexps.
1312         Don't call `ruby-syntax-propertize-expansions', instead use another rule
1313         for them, which calls `ruby-syntax-propertize-expansion'.
1314         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
1315         call to `ruby-syntax-propertize-function'.
1316         (ruby-syntax-propertize-expansion): Extracted from
1317         `ruby-syntax-propertize-expansions'.  Handles one expansion.
1318         (ruby-syntax-propertize-percent-literal): Leave point right after
1319         the percent symbol, so that the expression expansion rule can
1320         propertize the contents.
1321         (ruby-syntax-propertize-heredoc): Leave point at bol following the
1322         heredoc openers.
1323         (ruby-syntax-propertize-expansions): Remove.
1325 2013-05-18  Juri Linkov  <juri@jurta.org>
1327         * man.el (Man-default-man-entry): Remove `-' from the end
1328         of the default value.  (Bug#14400)
1330 2013-05-18  Glenn Morris  <rgm@gnu.org>
1332         * comint.el (comint-password-prompt-regexp):
1333         Allow "password for XXX" where XXX contains colons (eg https://...).
1335 2013-05-18  Leo Liu  <sdl.web@gmail.com>
1337         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
1338         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
1339         (octave-source-directories): Don't check process.
1340         (octave-source-directories, octave-find-definition): Doc fix.
1342 2013-05-18  Glenn Morris  <rgm@gnu.org>
1344         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1345         Remove backspace/delete bindings.  (Bug#14392)
1347         * cus-dep.el (custom-make-dependencies): Sort the output.
1348         (custom-versions-load-alist): Convert comment to doc.
1350 2013-05-17  Leo Liu  <sdl.web@gmail.com>
1352         * newcomment.el (comment-search-backward): Stricter in finding
1353         comment start.  (Bug#14303)
1355         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
1356         (octave-comment-start-skip): Properly anchored.
1358 2013-05-17  Leo Liu  <sdl.web@gmail.com>
1360         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
1361         Clean up when turned off.  (Bug#14395)
1362         (smie--highlight-matching-block-overlay): No longer buffer-local.
1363         (smie-highlight-matching-block): Adjust.
1365 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1367         Doc string fix for "nanoseconds" (Bug#14406).
1368         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
1369         Fix doc string typo that had "nanoseconds" instead of "microseconds".
1371 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
1373         * calc/calc-units.el (math-extract-units): Preserve powers
1374         of units.
1376 2013-05-17  Leo Liu  <sdl.web@gmail.com>
1378         * subr.el (delete-consecutive-dups): New function.
1379         * ido.el (ido-set-matches-1): Use it.
1380         * progmodes/octave.el (inferior-octave-completion-table): Use it.
1381         * ido.el (ido-remove-consecutive-dups): Remove.
1383 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
1386         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
1387         regexp-opt's `words'.
1389 2013-05-16  Leo Liu  <sdl.web@gmail.com>
1391         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
1392         (smie--highlight-matching-block-overlay)
1393         (smie--highlight-matching-block-lastpos)
1394         (smie--highlight-matching-block-timer): New variables.
1395         (smie-highlight-matching-block): New function.
1396         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
1397         (smie-setup): Conditionally enable smie-blink-matching-open.
1399 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
1401         Sync with upstream verilog-mode r840.
1402         * progmodes/verilog-mode.el (verilog-mode-version)
1403         (verilog-mode-release-date): Update.
1404         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
1405         (verilog-sig-tieoff): Fix string error on
1406         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
1407         (verilog-read-decls): Fix parameters confusing
1408         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
1410 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
1412         * subr.el (reveal-filename): New function.
1414         * loadup.el: Compute Emacs executable versions on MS-Windows,
1415         where executables have the .exe extension.  Add a hard link
1416         emacs-XX.YY.ZZ.exe on MS-Windows.
1418         * Makefile.in (XARGS_LIMIT): New variable.
1419         (custom-deps, finder-data, autoloads)
1420         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1421         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1422         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
1423         (compile-main): Limit xargs according to $(XARGS_LIMIT).
1425 2013-05-16  Leo Liu  <sdl.web@gmail.com>
1427         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
1428         (octave-mode-menu, octave-mode-map): Remove its uses.
1430 2013-05-16  Reto Zimmermann  <reto@gnu.org>
1432         Sync with upstream vhdl mode v3.34.2.
1433         * progmodes/vhdl-mode.el: Use `push' throughout.
1434         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
1435         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
1436         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
1437         (vhdl-actual-generic-name): New option to derive actual generic name.
1438         (vhdl-port-paste-signals): Replace formal by actual generics.
1439         (vhdl-beautify): New name for old group vhdl-align.  Update users.
1440         (vhdl-beautify-options): New option.
1441         (vhdl-last-input-event): New compat alias.  Use throughout.
1442         (vhdl-goto-line): Replace user level function `goto-line'.
1443         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
1444         vhdl-fix-statement-buffer.
1445         (vhdl-create-mode-menu): Add some entries.
1446         (vhdl-align-region-groups): Respect vhdl-beautify-options.
1447         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
1448         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
1449         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
1450         to force statements on one line.
1451         (vhdl-remove-trailing-spaces-region):
1452         New, split from vhdl-remove-trailing-spaces.
1453         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
1454         Respect vhdl-beautify-options.
1455         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
1456         (vhdl-update-sensitivity-list): Not add with index if exists without.
1457         Not include array index with signal.  Ignore keywords in comments.
1458         (vhdl-get-visible-signals): Regexp tweaks.
1459         (vhdl-template-component-inst): Handle empty library.
1460         (vhdl-template-type): Add template for 'enum' type.
1461         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
1462         Use vhdl-replace-string.
1463         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
1464         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
1465         (vhdl-speedbar-initialize): Update for above name change.
1466         (vhdl-compose-wire-components): Fix in handling of constants.
1467         (vhdl-error-regexp-emacs-alist): New variable.
1468         (vhdl-error-regexp-add-emacs): New function;
1469         adds support for new compile.el (Emacs 22+)
1470         (vhdl-generate-makefile-1): Change target order for single lib. units.
1471         Allow use of absolute file names.
1473 2013-05-16  Leo Liu  <sdl.web@gmail.com>
1475         * simple.el (prog-indent-sexp): Indent enclosing defun.
1477 2013-05-15  Glenn Morris  <rgm@gnu.org>
1479         * cus-start.el (show-trailing-whitespace): Move to editing basics.
1480         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
1481         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
1482         (whitespace-highlight): Move to whitespace group.
1484         * comint.el (comint-source):
1485         * pcmpl-linux.el (pcmpl-linux):
1486         * shell.el (shell-faces):
1487         * eshell/esh-opt.el (eshell-opt):
1488         * international/ccl.el (ccl): Remove empty custom groups.
1490         * completion.el (dynamic-completion-mode):
1491         * jit-lock.el (jit-lock-debug-mode):
1492         * minibuffer.el (completion-in-region-mode):
1493         * type-break.el (type-break-mode-line-message-mode)
1494         (type-break-query-mode):
1495         * emulation/tpu-edt.el (tpu-edt-mode):
1496         * progmodes/subword.el (global-subword-mode, global-superword-mode):
1497         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1498         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
1500         * term/xterm.el (xterm): Change parent group to terminals.
1502         * master.el (master): Remove empty custom group.
1503         (master-mode): Remove unused :group argument.
1504         * textmodes/refill.el (refill): Remove empty custom group.
1505         (refill-mode): Remove unused :group argument.
1507         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
1509         * cus-dep.el: Provide a feature.
1510         (custom-make-dependencies): Ignore dotfiles (dir-locals).
1511         Don't mistakenly ignore files whose basenames match a basename
1512         from preloaded-file-list (eg cedet/ede/simple.el).
1513         Add a fallback method for getting :group.
1515 2013-05-15  Juri Linkov  <juri@jurta.org>
1517         * isearch.el (isearch-char-by-name): Rename from
1518         `isearch-insert-char-by-name'.  Doc fix.
1519         (isearch-forward): Mention `isearch-char-by-name' in
1520         the docstring.  (Bug#13348)
1522         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
1523         `exit-minibuffer' instead of
1524         `isearch-nonincremental-exit-minibuffer'.
1525         (isearch-edit-string): Remove mention of
1526         `isearch-nonincremental-exit-minibuffer' from docstring.
1527         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
1528         (isearch-forward-exit-minibuffer)
1529         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
1531 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1533         * loadup.el: Just use unversioned DOC.
1535         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
1536         literals as extending to EOB.
1537         (nxml-last-fontify-end): Remove unused variable.
1538         (nxml-after-change1): Use with-silent-modifications.
1539         (nxml-extend-after-change-region): Simplify.
1540         (nxml-extend-after-change-region1): Remove function.
1541         (nxml-after-change1): Don't adjust for dependent regions.
1542         (nxml-fontify-matcher): Simplify.
1543         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
1544         (xmltok-add-dependent): Remove function.
1545         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
1546         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
1547         (xmltok-scan-prolog-after-processing-instruction-open): Treat
1548         unclosed <[[, <?, comment, and other literals as extending to EOB.
1549         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
1550         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
1551         Remove functions.
1552         (rng-do-some-validation-1): Don't mark dependent regions.
1553         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
1554         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
1555         (nxml-clear-dependent-regions): Remove functions.
1556         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
1557         (nxml-ensure-scan-up-to-date):
1558         Don't clear&mark dependent regions.
1560 2013-05-15  Leo Liu  <sdl.web@gmail.com>
1562         * progmodes/octave.el (octave-goto-function-definition):
1563         Improve and fix callers.
1565 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
1568         the setter (bug#14387).
1570         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
1571         surrounding group (bug#14402).
1573 2013-05-14  Juri Linkov  <juri@jurta.org>
1575         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
1576         (Bug#14390)
1578 2013-05-14  Glenn Morris  <rgm@gnu.org>
1580         * progmodes/f90.el (f90-imenu-generic-expression):
1581         Fix typo in 2013-05-08 change.  (Bug#14402)
1583 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
1585         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
1586         Remove signals for which replies are never received.
1588 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
1590         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
1591         (gdb-handler-alist, gdb-handler-number): Remove variables.
1592         (gdb-handler-list): New variable.
1593         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
1594         (gdb-pending-handler-p, gdb-handle-reply)
1595         (gdb-remove-all-pending-triggers): New functions.
1596         (gdb-discard-unordered-replies): New defcustom.
1597         (gdb-handler): New defstruct.
1598         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
1599         instead of gdb-pending-triggers.  Update docstring.
1600         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
1601         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
1602         (gdb-var-update-handler, def-gdb-auto-update-trigger)
1603         (def-gdb-auto-update-handler, gdb-get-changed-registers)
1604         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
1605         (gdb-frame-handler): Pending triggers are now automatically managed.
1606         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
1607         Remove argument.
1608         (gdb-input): Automatically handles pending triggers.  Update docstring.
1609         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
1610         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
1611         Update comments.
1612         (gdb-done-or-error): Now use gdb-handle-reply.
1614 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
1616         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
1617         gdb-debug-log.
1619 2013-05-14  Glenn Morris  <rgm@gnu.org>
1621         * subr.el (user-emacs-directory-warning): New option.
1622         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
1624 2013-05-14  Leo Liu  <sdl.web@gmail.com>
1626         * progmodes/octave.el (octave-font-lock-keywords): Fix error
1627         during redisplay.
1628         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
1629         (octave-font-lock-texinfo-comment): Fix invalid search bound
1630         error: wrong side of point.
1632 2013-05-14  Glenn Morris  <rgm@gnu.org>
1634         * progmodes/flymake.el (flymake-xml-program): New option.
1635         (flymake-xml-init): Use it.
1637         * term/xterm.el: Provide a feature.
1639         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
1641 2013-05-13  Glenn Morris  <rgm@gnu.org>
1643         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
1644         Add compat aliases as a hack workaround.  (Bug#14384)
1646 2013-05-13  Leo Liu  <sdl.web@gmail.com>
1648         * progmodes/octave.el (octave-indent-comment): Fix indentation for
1649         ###, and %!.
1650         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
1651         C-M-q.
1652         (octave-comment-start-skip): Include %!.
1653         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
1655 2013-05-12  Leo Liu  <sdl.web@gmail.com>
1657         * progmodes/octave.el (inferior-octave-startup): Store the value
1658         of __octave_srcdir__ for octave-source-directories.
1659         (inferior-octave-check-process): New function refactored out of
1660         inferior-octave-send-list-and-digest.
1661         (octave-source-directories)
1662         (octave-find-definition-filename-function): New variables.
1663         (octave-source-directories)
1664         (octave-find-definition-default-filename): New functions.
1665         (octave-find-definition): Improve to find functions implemented in C++.
1667 2013-05-12  Glenn Morris  <rgm@gnu.org>
1669         * calendar/diary-lib.el (diary-outlook-format-1):
1670         Don't include dayname in the output.  (Bug#14349)
1672 2013-05-11  Glenn Morris  <rgm@gnu.org>
1674         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
1676         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
1677         Treat cc-provide like provide.
1679 2013-05-11  Kevin Ryde  <user42@zip.com.au>
1681         * cus-dep.el (custom-make-dependencies):
1682         Use generated-autoload-load-name for the sake of files such
1683         such cedet/semantic/bovine/c.el, where the base file name
1684         is not in load-path.  (Bug#5277)
1686 2013-05-11  Glenn Morris  <rgm@gnu.org>
1688         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
1689         Provide features.
1691 2013-05-11  Leo Liu  <sdl.web@gmail.com>
1693         * progmodes/octave.el (octave-indent-comment): Improve.
1694         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
1695         (octave-eldoc-function-signatures, octave-eldoc-function):
1696         New functions.
1697         (octave-mode, inferior-octave-mode): Add eldoc support.
1699 2013-05-11  Richard Stallman  <rms@gnu.org>
1701         * epa.el (epa-decrypt-file): Take output file name as argument
1702         and read it using `interactive'.
1704 2013-05-11  Leo Liu  <sdl.web@gmail.com>
1706         * progmodes/octave.el (octave-beginning-of-line)
1707         (octave-end-of-line): Check before using up-list because it jumps
1708         out of more syntactic contructs since moving to smie.
1709         (octave-indent-comment): New function.
1710         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
1711         (octave-begin-keywords, octave-end-keywords)
1712         (octave-reserved-words, octave-smie-bnf-table)
1713         (octave-smie-rules): Add new keywords from Octave 3.6.4.
1715 2013-05-11  Glenn Morris  <rgm@gnu.org>
1717         * faces.el (internal-face-x-get-resource):
1718         * frame.el (ns-display-monitor-attributes-list):
1719         * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1721         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1723         * calc/calc-menu.el: Make it loadable in isolation.
1725         * net/eudcb-bbdb.el: Make it loadable without bbdb.
1726         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1727         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1728         (eudc-bbdb-query-internal): Require 'bbdb.
1730         * lpr.el (lpr-headers-switches):
1731         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1733         * progmodes/sql.el (sql-login-params): Fix and improve :type.
1735         * emulation/edt-mapper.el: In batch mode, error rather than hang.
1737         * term.el (term-set-escape-char): Make it idempotent.
1739 2013-05-10  Leo Liu  <sdl.web@gmail.com>
1741         * progmodes/octave.el (inferior-octave-completion-table):
1742         No longer a function and all uses changed.  Use cache to speed up
1743         completion due to bug#11906.
1744         (octave-beginning-of-defun): Re-write to be more general.
1746 2013-05-10  Glenn Morris  <rgm@gnu.org>
1748         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1750 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * comint.el (comint-redirect-send-command-to-process): Use :around
1753         rather than :override for comint-redirect-filter.
1754         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1755         Call it instead of comint-redirect-original-filter-function (which
1756         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
1758 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
1760         * frame.el (display-monitor-attributes-list): Add NS case.
1761         (ns-display-monitor-attributes-list): Declare.
1763 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
1765         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
1767 2013-05-09  Glenn Morris  <rgm@gnu.org>
1769         * international/fontset.el (vertical-centering-font-regexp):
1770         Set standard-value.
1772         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1774         * bookmark.el (bookmark-search-delay):
1775         * cus-start.el (vertical-centering-font-regexp):
1776         * ps-mule.el (ps-mule-font-info-database-default):
1777         * ps-print.el (ps-default-fg, ps-default-bg):
1778         * type-break.el (type-break-good-break-interval):
1779         * whitespace.el (whitespace-indentation-regexp)
1780         (whitespace-space-after-tab-regexp):
1781         * emacs-lisp/testcover.el (testcover-1value-functions)
1782         (testcover-noreturn-functions, testcover-progn-functions)
1783         (testcover-prog1-functions):
1784         * emulation/viper-init.el (viper-emacs-state-cursor-color):
1785         * eshell/em-glob.el (eshell-glob-translate-alist):
1786         * play/tetris.el (tetris-tty-colors):
1787         * progmodes/cpp.el (cpp-face-default-list):
1788         * progmodes/flymake.el (flymake-allowed-file-name-masks):
1789         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1790         (idlwave-help-browser-generic-args):
1791         * progmodes/make-mode.el (makefile-special-targets-list):
1792         * progmodes/python.el (python-shell-virtualenv-path):
1793         * progmodes/verilog-mode.el (verilog-active-low-regexp)
1794         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1795         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1796         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1797         * textmodes/reftex-vars.el (reftex-format-label-function):
1798         * textmodes/remember.el (remember-diary-file): Fix custom types.
1800         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1801         Add :version.
1803 2013-05-09  Leo Liu  <sdl.web@gmail.com>
1805         * progmodes/octave.el (inferior-octave-completion-at-point):
1806         Restore file completion.  (Bug#14300)
1807         (inferior-octave-startup): Fix incorrect highlighting for the
1808         first prompt.
1810 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1812         * progmodes/ruby-mode.el: First cut at SMIE support.
1813         (ruby-use-smie): New var.
1814         (ruby-smie-grammar): New constant.
1815         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1816         (ruby-smie--forward-token, ruby-smie--backward-token)
1817         (ruby-smie-rules): New functions.
1818         (ruby-mode-variables): Setup SMIE if applicable.
1820 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
1822         * simple.el (line-move-visual): Signal beginning/end of buffer
1823         only if vertical-motion moved less than it was requested.  Avoids
1824         silly incorrect error messages when there are display strings with
1825         multiple newlines at EOL.
1827 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1829         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1830         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1831         (prolog-char-quote-workaround):
1832         * progmodes/cperl-mode.el (cperl-under-as-char):
1833         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1834          Mark as obsolete.
1835          (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1836         their declaration.
1837         (vhdl-mode-syntax-table-init): Remove.
1839         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1840         last change.
1842         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1843         syntax for "_".
1844         (ld-script-font-lock-keywords):
1845         Change regexps to use things like \_< and \_>.
1847         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1848         Change all regexps to use things like \_< and \_>.
1850         * progmodes/autoconf.el (autoconf-definition-regexp)
1851         (autoconf-font-lock-keywords, autoconf-current-defun-function):
1852         Handle a _ with symbol syntax.
1853         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1855         * progmodes/ada-mode.el (ada-mode-abbrev-table):
1856         Consolidate declaration.
1857         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1858         the declaration.
1859         (ada-create-syntax-table): Remove.
1860         (ada-capitalize-word): Don't mess with the syntax of "_" since it
1861         already has the right syntax nowadays.
1862         (ada-goto-next-word): Don't change the syntax of "_".
1864         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1865         with-wrapper-hook.
1867 2013-05-08  Sam Steingold  <sds@gnu.org>
1869         * thingatpt.el (thing-at-point): Accept optional second argument
1870         NO-PROPERTIES to strip the text properties from the return value.
1871         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1872         to `thing-at-point' instead of stripping the properties ourselves.
1873         Also, when `thing-at-point' fails to find a url, prepend "http://"
1874         to the filename at point on the assumption that the user is
1875         pointing at something like gnu.org/gnu.
1877 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
1879         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1880         * faces.el (crm-separator):
1881         Silence byte-compiler.
1883         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1884         (tool-bar-map): Remove unneeded defvars.
1886 2013-05-08  Leo Liu  <sdl.web@gmail.com>
1888         Re-work a fix for bug#10994 based on Le Wang's patch.
1889         * ido.el (ido-remove-consecutive-dups): New helper.
1890         (ido-completing-read): Use it.
1891         (ido-chop): Revert fix for bug#10994.
1893 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
1895         * cus-edit.el (custom-save-variables):
1896         Pretty-print long values.  (Bug#14187)
1898 2013-05-08  Glenn Morris  <rgm@gnu.org>
1900         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
1901         (m4-mode-syntax-table): Init in the defvar.
1902         (m4-mode-abbrev-table): Let define-derived-mode define it.
1904 2013-05-08  Tom Tromey  <tromey@redhat.com>
1906         * progmodes/m4-mode.el (m4-mode-syntax-table):
1907         Do not treat "_" as word constituent.  (Bug#14167)
1909 2013-05-07  Glenn Morris  <rgm@gnu.org>
1911         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
1912         Remove explicit eshell-isearch-cancel-map.
1914         * progmodes/f90.el (f90-smart-end-names): New option.
1915         (f90-smart-end): Doc fix.
1916         (f90-end-block-optional-name): New constant.
1917         (f90-block-match): Respect f90-smart-end-names.
1919 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1921         * progmodes/octave.el (octave-smie-forward-token): Be more careful
1922         about implicit semi-colons (bug#14218).
1924 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1926         * frame.el (display-monitor-attributes-list)
1927         (frame-monitor-attributes): New functions.
1929 2013-05-06  Leo Liu  <sdl.web@gmail.com>
1931         * progmodes/octave.el (octave-syntax-propertize-function): Change
1932         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
1933         (octave-font-lock-keywords): Use octave-operator-regexp.
1934         (octave-completion-at-point): Rename from
1935         octave-completion-at-point-function.
1936         (inferior-octave-directory-tracker): Robustify.
1937         (octave-text-functions): Remove and fix its uses.  No such things
1938         any more.
1940 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1942         * emacs-lisp/trace.el (trace--display-buffer): New function.
1943         (trace-make-advice): Use it.
1945 2013-05-06  Juri Linkov  <juri@jurta.org>
1947         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
1948         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
1949         Doc fix.
1950         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
1951         in the help string.  (Bug#12985)
1953 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
1955         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
1957 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1959         * progmodes/perl-mode.el: Add support for here documents.
1960         (perl-syntax-propertize-function): Match here-doc markers.
1961         (perl-syntax-propertize-special-constructs): Find their end.
1962         (perl-imenu-generic-expression): Use [:alnum:].
1964         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
1965         (advice--add-function): Refresh the advice if already present
1966         (bug#14317).
1968 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
1970         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
1972 2013-05-06  Glenn Morris  <rgm@gnu.org>
1974         * w32-fns.el (w32-charset-info-alist): Declare.
1976         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
1977         of its defcustom properties.
1978         (eshell-cmpl-initialize): No need to load pcomplete.
1980         * generic-x.el: No need to require comint when compiling.
1982         * net/eudc-export.el: Make it loadable without bbdb.
1983         (top-level): Use require rather than load-library.
1984         (eudc-create-bbdb-record, eudc-bbdbify-phone)
1985         (eudc-batch-export-records-to-bbdb)
1986         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
1987         Require bbdb.
1989 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1991         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
1992         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
1993         some tweaks, instead.
1995 2013-05-05  Leo Liu  <sdl.web@gmail.com>
1997         * progmodes/octave.el (octave-font-lock-keywords)
1998         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
1999         (inferior-octave-send-list-and-digest): Improve error message.
2000         (octave-mode, inferior-octave-mode): Use setq-local.
2001         (octave-help): Set info-lookup-mode.
2003 2013-05-05  Richard Stallman  <rms@gnu.org>
2005         * vc/compare-w.el (compare-windows-whitespace):
2006         Treat no-break space as whitespace.
2008         * mail/rmailsum.el (rmail-summary-rmail-update):
2009         Detect empty summary and don't change selected message.
2010         (rmail-summary-goto-msg): Likewise.
2012         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
2013         Doc fixes, rename args.
2015 2013-05-05  Alan Mackenzie  <acm@muc.de>
2017         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
2019 2013-05-05  Juri Linkov  <juri@jurta.org>
2021         * info.el (Info-read-subfile): Use (point-min) instead of (point)
2022         to not add the length of the summary segment to the return value.
2023         (Bug#14125)
2025 2013-05-05  Leo Liu  <sdl.web@gmail.com>
2027         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
2028         (inferior-octave-output-filter): Remove.
2029         (octave-send-region, inferior-octave-startup): Fix callers.
2030         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
2031         (octave-binary-file-extensions): New user variable.
2032         (octave-find-definition): Confirm if opening binary files.
2033         (octave-help-file): Use octave-find-definition to get the binary
2034         confirmation.
2035         (octave-help): Adjust for octave-help-file change.
2037 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2039         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
2040         Merge the two entries that handle function definitions.
2041         (pascal--syntax-propertize): New const.
2042         (pascal-mode): Use it.  Use setq-local.
2044 2013-05-04  Glenn Morris  <rgm@gnu.org>
2046         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
2047         (diary-from-outlook): Respect diary-from-outlook-function.
2049 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
2052         Move the declaration from C.
2053         (read-minibuffer, eval-minibuffer): Move from C.
2054         (completion-setup-function): Avoid minibuffer-completion-contents.
2056 2013-05-03  Leo Liu  <sdl.web@gmail.com>
2058         * progmodes/octave.el (octave-font-lock-keywords): Do not
2059         dehighlight 'end' in comments or strings.
2060         (octave-completing-read, octave-goto-function-definition):
2061         New helpers.
2062         (octave-help-buffer): New user variable.
2063         (octave-help-file, octave-help-function): New button types.
2064         (octave-help): New command and bind it to C-h ;.
2065         (octave-find-definition): New command and bind it to M-.
2066         (user-error): Alias to error if not defined.
2068 2013-05-02  Leo Liu  <sdl.web@gmail.com>
2070         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
2071         for \.  (bug#14332)
2072         (octave-font-lock-keywords): Include [ and {.
2074 2013-05-02  Leo Liu  <sdl.web@gmail.com>
2076         * progmodes/octave.el (inferior-octave-startup-file): Change default.
2077         (inferior-octave): Remove calling comint-mode and return the buffer.
2078         (inferior-octave-startup): Cosmetic changes.
2080 2013-05-02  Leo Liu  <sdl.web@gmail.com>
2082         * progmodes/octave.el (octave-syntax-propertize-function):
2083         Include the case when ' is at line beginning.  (Bug#14336)
2085 2013-05-02  Glenn Morris  <rgm@gnu.org>
2087         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
2088         * desktop.el (vc-dir-mode): Just autoload it here.
2090 2013-05-02  Alan Mackenzie  <acm@muc.de>
2092         Eliminate variable c-standard-font-lock-fontify-region-function.
2093         * progmodes/cc-mode.el
2094         (c-standard-font-lock-fontify-region-function): Remove.
2095         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
2097 2013-05-01  Leo Liu  <sdl.web@gmail.com>
2099         * progmodes/octave.el: Compatible with older emacs-24 releases.
2100         (inferior-octave-has-built-in-variables): Remove.  Built-in
2101         variables were removed from Octave in 2007.
2102         (inferior-octave-startup): Fix uses.
2103         (comint-line-beginning-position): Remove compatibility code for
2104         emacs 21.
2106 2013-05-01  Juri Linkov  <juri@jurta.org>
2108         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
2110 2013-05-01  Juri Linkov  <juri@jurta.org>
2112         * comint.el (comint-previous-matching-input): Don't print message
2113         "History item: %d" when `isearch-mode' is active.
2114         (comint-history-isearch-message): Print message "History item: %d"
2115         when `comint-input-ring-index' is not empty and this function is
2116         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
2118 2013-05-01  Leo Liu  <sdl.web@gmail.com>
2120         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
2121         definitions.  Use completion-at-point to insert keywords.
2122         (octave-abbrev-start): Remove.
2123         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
2125 2013-04-30  Leo Liu  <sdl.web@gmail.com>
2127         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
2128         change.
2130 2013-04-30  Alan Mackenzie  <acm@muc.de>
2132         Handle arbitrarily long C++ member initialisation lists.
2133         * progmodes/cc-engine.el (c-back-over-member-initializers):
2134         new function.
2135         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
2136         (most) member init lists.
2138 2013-04-30  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
2140         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
2141         variable.
2143 2013-04-30  Leo Liu  <sdl.web@gmail.com>
2145         * progmodes/octave.el (octave-variables): Remove.  No builtin
2146         variables any more.  All converted to functions.
2147         (octave-font-lock-keywords, octave-completion-at-point-function):
2148         Fix uses.
2149         (octave-font-lock-texinfo-comment): New user variable.
2150         (octave-texinfo-font-lock-keywords): New variable for texinfo
2151         comment block.
2152         (octave-function-comment-block): New face.
2153         (octave-font-lock-texinfo-comment): New function.
2154         (octave-mode): Font lock texinfo comment block.
2156 2013-04-29  Leo Liu  <sdl.web@gmail.com>
2158         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
2159         indexing expression.
2160         (octave-continuation-string): Do not use \.
2161         (inferior-octave-complete-impossible): Remove.
2162         (inferior-octave-completion-table)
2163         (inferior-octave-completion-at-point): Remove its uses.
2164         (inferior-octave-startup): completion_matches was introduced to
2165         Octave in 1996 so safe to assume it.
2166         (octave-function-file-comment): Improve to follow how Octave does it.
2167         (octave-update-function-file-comment): Tweak.
2169 2013-04-29  Leo Liu  <sdl.web@gmail.com>
2171         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
2172         (inferior-octave-startup): Remove inferior-octave-startup-hook.
2173         (octave-function-file-comment): Fix typo.
2174         (octave-sync-function-file-names): Use read-char-choice.
2176 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
2178         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
2179         to t for the less important warnings.
2181 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2183         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
2185 2013-04-27  Glenn Morris  <rgm@gnu.org>
2187         * vc/log-view.el (log-view-current-entry):
2188         Treat "---" separator lines as part of the following rev.  (Bug#14169)
2190 2013-04-27  Juri Linkov  <juri@jurta.org>
2192         * subr.el (read-number): Doc fix about using it by interactive
2193         code letter `n'.  (Bug#14254)
2195 2013-04-27  Juri Linkov  <juri@jurta.org>
2197         * desktop.el (desktop-auto-save-timeout): New option.
2198         (desktop-file-checksum): New variable.
2199         (desktop-save): Add optional arg `auto-save' and don't auto-save
2200         if nothing changed.
2201         (desktop-auto-save-timer): New variable.
2202         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
2203         (after-init-hook): Call `desktop-auto-save-set-timer'.
2204         Suggested by Reuben Thomas <rrt@sc3d.org> in
2205         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
2207 2013-04-27  Leo Liu  <sdl.web@gmail.com>
2209         * progmodes/octave.el (octave-function-file-p)
2210         (octave-skip-comment-forward, octave-function-file-comment)
2211         (octave-update-function-file-comment): New functions.
2212         (octave-mode-map): Bind C-c ; to
2213         octave-update-function-file-comment.
2214         (octave-mode-menu): Add octave-update-function-file-comment.
2215         (octave-mode, inferior-octave-mode): Fix doc-string.
2216         (octave-insert-defun): Conform to Octave's coding convention.
2217         (Bug#14285)
2219         * files.el (basic-save-buffer): Don't let errors in
2220         before-save-hook prevent saving buffer.
2222 2013-04-20  Roland Winkler  <winkler@gnu.org>
2224         * faces.el (read-face-name): Use completing-read if arg multiple
2225         is nil.
2227 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
2229         * ls-lisp.el (ls-lisp-insert-directory): If no files are
2230         displayed, move point to after the totals line.
2231         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
2232         for the details.
2234 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2236         * emacs-lisp/package.el (package-autoload-ensure-default-file):
2237         Add current dir to the load-path.
2238         (package-generate-autoloads): Don't rely on
2239         autoload-ensure-default-file.
2241 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
2243         * textmodes/remember.el (remember-store-in-files): Document that
2244         the file name format is passed to `format-time-string'.
2246 2013-04-26  Leo Liu  <sdl.web@gmail.com>
2248         * progmodes/octave.el (octave-sync-function-file-names): New function.
2249         (octave-mode): Use it in before-save-hook.
2251 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2253         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
2254         (bug#14274).
2256         * progmodes/octave.el (octave-smie-forward-token): Properly skip
2257         \n and comment, even if it's not an implicit ; (bug#14218).
2259 2013-04-26  Glenn Morris  <rgm@gnu.org>
2261         * subr.el (read-number): Once more use `read' rather than
2262         `string-to-number', to trap non-numeric input.  (Bug#14254)
2264 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
2266         * emacs-lisp/syntax.el (syntax-propertize-multiline):
2267         Use `syntax-multiline' text property consistently instead of
2268         `font-lock-multiline'.  (Bug#14237)
2270 2013-04-26  Glenn Morris  <rgm@gnu.org>
2272         * emacs-lisp/shadow.el (list-load-path-shadows):
2273         No longer necessary to check for duplicate simple.el, since
2274         2012-07-07 change to init_lread to not include installation lisp
2275         directories in load-path when running uninstalled.  (Bug#14270)
2277 2013-04-26  Leo Liu  <sdl.web@gmail.com>
2279         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
2280         (octave-mode, inferior-octave-mode): Use setq-local.
2281         (octave-not-in-string-or-comment-p): Rename to
2282         octave-in-string-or-comment-p.
2283         (octave-in-comment-p, octave-in-string-p)
2284         (octave-in-string-or-comment-p): Replace defsubst with defun.
2286 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2288         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
2290 2013-04-25  Bastien Guerry  <bzg@gnu.org>
2292         * textmodes/remember.el (remember-data-directory)
2293         (remember-directory-file-name-format): Fix custom types.
2295 2013-04-25  Leo Liu  <sdl.web@gmail.com>
2297         * progmodes/octave.el (octave-completion-at-point-function):
2298         Make use of inferior octave process.
2299         (octave-initialize-completions): Remove.
2300         (inferior-octave-completion-table): New function.
2301         (inferior-octave-completion-at-point): Use it.
2302         (octave-completion-alist): Remove.
2304 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * progmodes/opascal.el: Use font-lock and syntax-propertize.
2307         (opascal-mode-syntax-table): New var.
2308         (opascal-literal-kind, opascal-is-literal-end)
2309         (opascal-literal-token-at): Rewrite.
2310         (opascal--literal-start-re, opascal-font-lock-keywords)
2311         (opascal--syntax-propertize): New constants.
2312         (opascal-font-lock-defaults): Adjust.
2313         (opascal-mode): Use them.  Set comment-<foo> variables as well.
2314         (delphi-comment-face, opascal-comment-face, delphi-string-face)
2315         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
2316         (delphi-other-face, opascal-other-face): Remove face variables.
2317         (opascal-save-state): Remove macro.
2318         (opascal-fontifying-progress-step): Remove constant.
2319         (opascal--ignore-changes): Remove var.
2320         (opascal-set-token-property, opascal-parse-next-literal)
2321         (opascal-is-stable-literal, opascal-complete-literal)
2322         (opascal-is-literal-start, opascal-face-of)
2323         (opascal-parse-region, opascal-parse-region-until-stable)
2324         (opascal-fontify-region, opascal-after-change)
2325         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
2326         (opascal-debug-parse-region, opascal-debug-parse-window)
2327         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
2328         (opascal-debug-fontify-buffer): Remove.
2329         (opascal-debug-mode-map): Adjust accordingly.
2331 2013-04-25  Leo Liu  <sdl.web@gmail.com>
2333         Merge octave-mod.el and octave-inf.el into octave.el with some
2334         cleanups.
2335         * progmodes/octave.el: New file renamed from octave-mod.el.
2336         * progmodes/octave-inf.el: Merged into octave.el.
2337         * progmodes/octave-mod.el: Renamed to octave.el.
2339 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
2341         * textmodes/reftex-vars.el
2342         (reftex-label-ignored-macros-and-environments): New defcustom.
2344         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
2346 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2348         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
2349         (smie-indent-keyword): Improve the check to ensure that the next
2350         comment is really on the same line.
2351         (smie-indent-comment): Don't align with a subsequent closer (or eob).
2353         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
2354         semi-colons if the line is not otherwise empty (bug#14218).
2356 2013-04-25  Glenn Morris  <rgm@gnu.org>
2358         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
2360 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2362         * progmodes/opascal.el (opascal-set-token-property): Rename from
2363         opascal-set-text-properties and only set `token' (bug#14134).
2364         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
2365         (opascal-literal-text-properties): Remove.
2366         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
2367         Adjust callers.
2369 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
2371         * textmodes/remember.el (remember-handler-functions): Add an
2372         option for a new handler `remember-store-in-files'.
2373         (remember-data-directory, remember-directory-file-name-format):
2374         New options.
2375         (remember-store-in-files): New function to store remember notes
2376         as separate files within a directory.
2378 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
2380         * progmodes/compile.el (compilation-next-error-function):
2381         Pass "formats" to compilation-find-file (bug#11777).
2383 2013-04-24  Glenn Morris  <rgm@gnu.org>
2385         * vc/vc-bzr.el (vc-bzr-print-log):
2386         * vc/vc-hg.el (vc-hg-print-log):
2387         * vc/vc-svn.el (vc-svn-print-log):
2388         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
2390         * vc/vc-bzr.el (vc-bzr-print-log):
2391         * vc/vc-cvs.el (vc-cvs-print-log):
2392         * vc/vc-git.el (vc-git-print-log):
2393         * vc/vc-hg.el (vc-hg-print-log):
2394         * vc/vc-mtn.el (vc-mtn-print-log):
2395         * vc/vc-rcs.el (vc-rcs-print-log):
2396         * vc/vc-sccs.el (vc-sccs-print-log):
2397         * vc/vc-svn.el (vc-svn-print-log):
2398         * vc/vc.el (vc-print-log-internal): Doc fixes.
2400 2013-04-23  Glenn Morris  <rgm@gnu.org>
2402         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
2403         Remove venerable code attempting to avoid substitute-command-keys.
2405 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
2407         * textmodes/reftex-vars.el (reftex-label-regexps):
2408         Call `reftex-compile-variables' after changes to this variable.
2410 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2412         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
2413         Use lexical-binding.
2414         (jit-lock-force-redisplay): Use markers, check buffer's continued
2415         existence and beware narrowed buffers.
2416         (jit-lock-fontify-now): Adjust call accordingly.
2418 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2420         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
2421         to avoid misleading the user.
2423 2013-04-22  Leo Liu  <sdl.web@gmail.com>
2425         * info-look.el: Prefer latex2e.info.  (Bug#14240)
2427 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
2429         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
2431         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
2432         * net/tramp.el (tramp-call-process): ... here
2433         (tramp-set-completion-function, tramp-parse-putty):
2434         * net/tramp-adb.el (tramp-adb-execute-adb-command):
2435         * net/tramp-gvfs.el (tramp-gvfs-send-command):
2436         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2437         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
2438         (tramp-call-local-coding-command): Use `tramp-call-process'
2439         instead of `tramp-compat-call-process'.
2441         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
2442         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
2443         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
2444         (tramp-find-inline-compress): Improve traces.
2445         (tramp-maybe-send-script): Check for Perl binary.
2446         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
2448 2013-04-22  Daiki Ueno  <ueno@gnu.org>
2450         * epg.el (epg-context-pinentry-mode): New function.
2451         (epg-context-set-pinentry-mode): New function.
2452         (epg--start): Pass --pinentry-mode option to gpg command.
2454 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
2456         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
2457         `comint-dynamic-complete' is obsolete since 24.1, replaced by
2458         `completion-at-point'.  (Bug#13774)
2460         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
2461         default key binding for `describe-distribution' has been moved to
2462         `C-h C-o'.  (Bug#13970)
2464 2013-04-21  Glenn Morris  <rgm@gnu.org>
2466         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
2467         Add doc strings.
2468         (vc-print-log): Clarify interactive prompt.
2470 2013-04-20  Glenn Morris  <rgm@gnu.org>
2472         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2473         No longer include timestamp etc information.
2475 2013-04-20  Roland Winkler  <winkler@gnu.org>
2477         * faces.el (read-face-name): Bug fix, return just one face if arg
2478         multiple is nil.  (Bug#14209)
2480 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2482         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
2483         (remove-function): Autoload.
2485         * comint.el (comint-redirect-original-filter-function): Remove.
2486         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
2487         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
2488         (vc-cvs-annotate-command):
2489         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
2490         * progmodes/prolog.el (prolog-consult-compile):
2491         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
2492         Use add/remove-function instead.
2493         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
2494         (gud-tooltip-process-output, gud-tooltip-tips):
2495         Use add/remove-function instead.
2496         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
2497         (scheme-interaction-mode, exit-scheme-interaction-mode):
2498         Use add/remove-function instead.
2500         * vc/vc-dispatcher.el: Use lexical-binding.
2501         (vc--process-sentinel): Rename from vc-process-sentinel.
2502         Change last arg to be the code to run.  Don't use vc-previous-sentinel
2503         and vc-sentinel-commands any more.
2504         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
2505         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
2507 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
2509         * progmodes/sh-script.el (sh-imenu-generic-expression):
2510         Handle function names with a single character.   (Bug#14111)
2512 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
2514         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
2515         for subroutines defined in an eval (bug#14182).
2517 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2519         * bookmark.el (bookmark-completing-read): Improve handling of empty
2520         string (bug#14176).
2522 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2524         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
2526 2013-04-19  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
2528         New faster Imenu implementation (bug#14058).
2529         * progmodes/python.el:
2530         (python-imenu-prev-index-position):
2531         (python-imenu-format-item-label-function)
2532         (python-imenu-format-parent-item-label-function)
2533         (python-imenu-format-parent-item-jump-label-function):
2534         New vars.
2535         (python-imenu-format-item-label)
2536         (python-imenu-format-parent-item-label)
2537         (python-imenu-format-parent-item-jump-label)
2538         (python-imenu--put-parent, python-imenu--build-tree)
2539         (python-imenu-create-index, python-imenu-create-flat-index)
2540         (python-util-popn): New functions.
2541         (python-mode): Set imenu-create-index-function to
2542         python-imenu-create-index.
2544 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * winner.el (winner-active-region): Use region-active-p, activate-mark
2547         and deactivate-mark (bug#14225).
2549         * simple.el (deactivate-mark): Don't inline it.
2551 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
2553         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
2555 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
2557         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
2558         file extensions from the archive-mode entry in order to prefer
2559         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
2561 2013-04-18  Leo Liu  <sdl.web@gmail.com>
2563         * bindings.el (help-event-list): Add ?\?.
2565 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2567         * subr.el (with-wrapper-hook): Declare obsolete.
2568         * simple.el (filter-buffer-substring-function): New hook.
2569         (filter-buffer-substring): Use it.
2570         (filter-buffer-substring-functions): Mark obsolete.
2571         * minibuffer.el (completion-in-region-function): New hook.
2572         (completion-in-region): Use it.
2573         (completion-in-region-functions): Mark obsolete.
2574         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
2575         * abbrev.el (abbrev-expand-function): New hook.
2576         (expand-abbrev): Use it.
2577         (abbrev-expand-functions): Mark obsolete.
2578         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
2579         and :filter-return.
2581 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
2583         * progmodes/python.el (python-nav--syntactically): Fix cornercases
2584         and do not care about match data.
2586 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2588         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
2589         completion tables when completing error conditions and
2590         `declare' arguments.
2591         (lisp-complete-symbol, field-complete): Mark as obsolete.
2592         (check-parens): Unmatched parens are user errors.
2593         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
2595 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
2597         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
2598         command changed buffer (ie. `flyspell-pre-buffer' is not current
2599         buffer), which prevents making decisions based on invalid value of
2600         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
2601         cause an error when `flyspell-pre-point' was nil after switching
2602         buffers.
2603         (flyspell-post-command-hook): No longer needs to change buffers when
2604         checking pre-word.  While at it remove unnecessary progn.
2606 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
2608         * textmodes/ispell.el (ispell-add-per-file-word-list):
2609         Fix `flyspell-correct-word-before-point' error when accepting
2610         words and `coment-padding' is an integer by using
2611         `comment-normalize-vars' (Bug #14214).
2613 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
2615         New defun movement commands.
2616         * progmodes/python.el (python-nav--syntactically)
2617         (python-nav--forward-defun, python-nav-backward-defun)
2618         (python-nav-forward-defun): New functions.
2620 2013-04-17  FabiĂ¡n Ezequiel Gallina  <fgallina@gnu.org>
2622         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
2623         (python-syntax-context): Use named compiler-macro for backwards
2624         compatibility with Emacs 24.x.
2626 2013-04-17  Leo Liu  <sdl.web@gmail.com>
2628         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
2629         octave-hide-process-buffer.
2631 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2633         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
2634         (bug#14216).
2636 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
2638         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
2639         Fix adjustment of offset when receiving incomplete responses from GDB
2640         (bug#14129).
2642 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2644         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
2645         python-mode-abbrev-table.
2646         (python-skeleton-define): Adjust accordingly.
2647         (python-mode-abbrev-table): New table that inherits from it so that
2648         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
2650         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
2651         (abbrev-symbol): Use it.
2652         (abbrev--before-point): Use it since we already handle inheritance.
2654 2013-04-16  Leo Liu  <sdl.web@gmail.com>
2656         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
2657         binding to info-lookup-symbol.
2659 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
2661         * minibuffer.el (completion--twq-all):
2662         * term/ns-win.el (ns-initialize-window-system):
2663         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
2665 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2667         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
2668         global bindings.
2670         * doc-view.el (doc-view-start-process): Handle url-handler directories.
2672 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
2674         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
2675         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
2676         to nil.
2677         (ruby-end-of-defun): Remove the unused arg, change the docstring
2678         to reflect that this function is only used as the value of
2679         `end-of-defun-function'.
2680         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
2681         to reflect an earlier change that beginning/end-of-defun functions
2682         jump between methods in a class definition, as well as top-level
2683         functions.
2685 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2687         * minibuffer.el (minibuffer-complete): Don't just scroll
2688         a *Completions* that's been iconified.
2689         (minibuffer-force-complete): Make sure repetitions do cycle when going
2690         through completion-in-region -> minibuffer-complete.
2692 2013-04-15  Alan Mackenzie  <acm@muc.de>
2694         Correct the placement of c-cpp-delimiters when there're #s not at
2695         col 0.
2697         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2698         place a submatch around the #.
2699         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2700         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
2701         on the #, not BOL.
2703 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2705         * emacs-lisp/nadvice.el: Properly test names when adding advice.
2706         (advice--member-p): New arg `name'.
2707         (advice--add-function, advice-member-p): Use it (bug#14202).
2709 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
2711         Reformulate java imenu-generic-expression.
2712         The old expression contained ill formed regexps.
2714         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2715         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2716         (cc-imenu-java-method-arg-regexp): New defconsts.
2717         (cc-imenu-java-build-type-args-regex): New defun.
2718         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2719         handling of spaces in the regexp.
2721 2013-03-15  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
2723         * textmodes/ispell.el (ispell-command-loop): Remove
2724         flyspell highlight of a word when ispell accepts it (bug #14178).
2726 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
2728         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2729         uses code from the previous `ange-ftp-run-real-handler'.
2730         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2731         only in case that function exist.  This is needed for proper
2732         unloading of Tramp.
2734 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
2736         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2738         * textmodes/reftex.el (reftex-compile-variables): Use it.
2740 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2742         * files.el (normal-mode): Only use default major-mode if no other mode
2743         was specified.
2745         * emacs-lisp/trace.el (trace-values): New function.
2747         * files.el: Allow : in local variables (bug#14089).
2748         (hack-local-variable-regexp): New var.
2749         (hack-local-variables-prop-line, hack-local-variables): Use it.
2751 2013-04-13  Roland Winkler  <winkler@gnu.org>
2753         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
2754         data before it gets modified by bibtex-beginning-of-entry.
2756 2013-04-13  Roland Winkler  <winkler@gnu.org>
2758         * textmodes/bibtex.el (bibtex-url): Doc fix.
2760 2013-04-13  Roland Winkler  <winkler@gnu.org>
2762         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2763         does not visit a BibTeX file, exclude it from the list of buffers
2764         returned by bibtex-initialize.
2766 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
2768         * window.el (split-window): Remove interactive form, since as a
2769         command this function is a special case of split-window-below.
2770         Correct doc string.
2772 2013-04-12  Roland Winkler  <winkler@gnu.org>
2774         * faces.el (read-face-name): Do not override value of arg default.
2775         Allow single faces and strings as default values.  Remove those
2776         elements from return value that are not faces.
2777         (describe-face): Simplify.
2778         (face-at-point): New optional args thing and multiple so that this
2779         function can provide the same functionality previously provided by
2780         read-face-name.
2781         (make-face-bold, make-face-unbold, make-face-italic)
2782         (make-face-unitalic, make-face-bold-italic, invert-face)
2783         (modify-face, read-face-and-attribute): Use face-at-point.
2785         * cus-edit.el (customize-face, customize-face-other-window)
2786         * cus-theme.el (custom-theme-add-face)
2787         * face-remap.el (buffer-face-set)
2788         * facemenu.el (facemenu-set-face): Use face-at-point.
2790 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
2792         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2794 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
2796         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2797         off leading { and trailing } from field values.
2799 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2801         * emacs-lisp/timer.el (timer--check): New function.
2802         (timer--time, timer-set-function, timer-event-handler): Use it.
2803         (timer-set-idle-time): Simplify.
2804         (timer--activate): CSE.
2805         (timer-event-handler): Give more info in error message.
2806         (internal-timer-start-idle): New function, moved from C.
2808         * mpc.el (mpc-proc): Add `restart' argument.
2809         (mpc-proc-cmd): Use it.
2810         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2811         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2812         less often.
2814 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
2816         * progmodes/sh-script.el: Implement `sh-mode' own
2817         `add-log-current-defun-function' (bug#14112).
2818         (sh-current-defun-name): New function.
2819         (sh-mode): Use the function.
2821 2013-04-09  Bastien Guerry  <bzg@gnu.org>
2823         * simple.el (choose-completion-string): Fix docstring (bug#14163).
2825 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2827         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2829         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2830         timer (bug#14156).
2832 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
2834         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2835         declaration.
2837 2013-04-07  Leo Liu  <sdl.web@gmail.com>
2839         * pcmpl-x.el: New file.
2841 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
2843         Do not set x-display-name until X connection is established.
2844         This is needed to prevent from weird situation described at
2845         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2846         * frame.el (make-frame): Set x-display-name after call to
2847         window system initialization function, not before.
2848         * term/x-win.el (x-initialize-window-system): Add optional
2849         display argument and use it.
2850         * term/w32-win.el (w32-initialize-window-system):
2851         * term/ns-win.el (ns-initialize-window-system):
2852         * term/pc-win.el (msdos-initialize-window-system):
2853         Add compatible optional display argument.
2855 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
2857         * files.el (normal-backup-enable-predicate): On MS-Windows and
2858         MS-DOS compare truenames of temporary-file-directory and of the
2859         file, so that 8+3 aliases (usually found in $TEMP on Windows)
2860         don't fail comparison by compare-strings.  Also, compare file
2861         names case-insensitively on MS-Windows and MS-DOS.
2863 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2865         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2866         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2868 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
2870         * whitespace.el (whitespace-color-on, whitespace-color-off):
2871         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2873 2013-04-05  Jacek ChrzÄ…szcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
2875         * ispell.el (ispell-set-spellchecker-params):
2876         Really set `ispell-args' for all equivs.
2878 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * ido.el (ido-completions): Use extra elements of ido-decorations
2881         (bug#14143).
2882         (ido-decorations): Update docstring.
2884 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
2886         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2887         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
2888         nil during initialization, in order not to miss changes since the
2889         file was opened.  (Bug#14140)
2891 2013-04-05  Leo Liu  <sdl.web@gmail.com>
2893         * kmacro.el (kmacro-call-macro): Fix bug#14135.
2895 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
2897         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
2899 2013-04-04  Glenn Morris  <rgm@gnu.org>
2901         * electric.el (electric-pair-inhibit-predicate): Add :version.
2903 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2905         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
2906         when a package is required several times (bug#14082).
2908 2013-04-04  Roland Winkler  <winkler@gnu.org>
2910         * faces.el (read-face-name): Behave as promised by the docstring.
2911         Assume that arg default is a list of faces.
2912         (describe-face): Call read-face-name with list of default faces.
2914 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2916         * bookmark.el: Fix deletion of bookmarks (bug#13972).
2917         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
2918         (bookmark-bmenu-execute-deletions): Only skip first line if it's
2919         the header.
2920         (bookmark-exit-hook-internal): Save even if list is empty.
2922 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
2924         * emacs-lisp/package.el (package-pinned-packages): New var.
2925         (package--add-to-archive-contents): Obey it (bug#14118).
2927 2013-04-03  Alan Mackenzie  <acm@muc.de>
2929         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
2930         Also adapt to the new values of element 7 of a parse state.
2932         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
2933         parameter `not-in-delimiter'.  Handle being inside comment opener.
2934         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
2935         character in case we're typing a '*' after a '/'.
2936         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
2937         instead by passing the parameter to c-state-pp-to-literal.
2939         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
2940         for elt. 7 of a parse state.
2942 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
2944         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
2945         * international/latin1-disp.el, international/mule-util.el:
2946         * language/cyril-util.el, language/european.el, language/ind-util.el:
2947         * language/lao-util.el, language/thai.el, language/tibet-util.el:
2948         * language/tibetan.el, language/viet-util.el:
2949         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
2951 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2953         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
2954         (electric-pair-post-self-insert-function): Use it.
2955         (electric-pair-default-inhibit): New function, extracted from
2956         electric-pair-post-self-insert-function.
2958 2013-03-31  Roland Winkler  <winkler@gnu.org>
2960         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
2962 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2964         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
2966 2013-03-30  FabiĂ¡n Ezequiel Gallina  <fabian@anue.biz>
2968         Un-indent after "pass" and "return" statements (Bug#13888)
2969         * progmodes/python.el (python-indent-block-enders): New var.
2970         (python-indent-calculate-indentation): Use it.
2972 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
2974         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
2975         defun.  Defining it as defalias could introduce too eager
2976         byte-compiler optimization.  (Bug#14030)
2978 2013-03-30  Chong Yidong  <cyd@gnu.org>
2980         * iswitchb.el (iswitchb-read-buffer): Fix typo.
2982 2013-03-30  Leo Liu  <sdl.web@gmail.com>
2984         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
2985         (kmacro-execute-from-register): Pass the keyboard macro to
2986         kmacro-call-macro or repeating won't work correctly.
2988 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
2990         * progmodes/subword.el: Back to using `forward-symbol'.
2992         * subr.el (forward-whitespace, forward-symbol)
2993         (forward-same-syntax): Move from thingatpt.el.
2995 2013-03-29  Leo Liu  <sdl.web@gmail.com>
2997         * kmacro.el (kmacro-to-register): New command.
2998         (kmacro-execute-from-register): New function.
2999         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
3001 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * mpc.el: Use defvar-local and setq-local.
3004         (mpc--proc-connect): Connection failures are not bugs.
3005         (mpc-mode-map): `follow-link' only applies to the buffer's content.
3006         (mpc-volume-map): Bind to the up-events.
3008 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3010         * progmodes/subword.el (superword-mode): Use `forward-sexp'
3011         instead of `forward-symbol'.
3013 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3015         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
3016         (edebug--recursive-edit): Use it.
3017         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
3018         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
3020 2013-03-28  Leo Liu  <sdl.web@gmail.com>
3022         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
3024 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
3026         * facemenu.el (list-colors-callback): New defvar.
3027         (list-colors-redisplay): New function.
3028         (list-colors-display): Install list-colors-redisplay as the
3029         revert-buffer-function.  (Bug#14063)
3031 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
3034         and suffixes don't overlap (bug#14061).
3036         * case-table.el: Use lexical-binding.
3037         (case-table-get-table): New function.
3038         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
3040 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3042         * progmodes/subword.el: Add `superword-mode' to do word motion
3043         over symbol_words (parallels and leverages `subword-mode' which
3044         does word motion inside MixedCaseWords).
3046 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3048         * eshell/em-unix.el: Move su and sudo to...
3049         * eshell/em-tramp.el: ...Eshell tramp module.
3051 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3053         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
3054         Change return value to be a sexp.  Delay `get-buffer' to after
3055         restoring the desktop (bug#13951).
3057 2013-03-26  Leo Liu  <sdl.web@gmail.com>
3059         * register.el: Move semantic tag handling back to
3060         cedet/semantic/senator.el.  (Bug#14052)
3062 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3064         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
3065         into the prompt either (bug#13963).
3067 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3069         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
3070         part of "(error-foo)".
3072 2013-03-24  Juri Linkov  <juri@jurta.org>
3074         * replace.el (list-matching-lines-prefix-face): New defcustom.
3075         (occur-1): Pass `list-matching-lines-prefix-face' to the function
3076         `occur-engine' if `face-differs-from-default-p' returns t.
3077         (occur-engine): Add `,' inside backquote construct to evaluate
3078         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
3079         Pass `prefix-face' to the functions `occur-context-lines' and
3080         `occur-engine-add-prefix'.
3081         (occur-engine-add-prefix, occur-context-lines): Add optional arg
3082         `prefix-face' and propertize the prefix with `prefix-face'.
3083         (Bug#14017)
3085 2013-03-24  Leo Liu  <sdl.web@gmail.com>
3087         * nxml/rng-valid.el (rng-validate-while-idle)
3088         (rng-validate-quick-while-idle): Guard against deleted buffer.
3089         (Bug#13999)
3091         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
3092         is the last entry in kill-buffer-hook.
3094         * files.el (kill-buffer-hook): Doc fix.
3096 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
3098         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
3099         Make it safe-local.
3101         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
3103 2013-03-23  Leo Liu  <sdl.web@gmail.com>
3105         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
3106         Remove.
3108         * nxml/rng-valid.el (rng-validate-mode)
3109         (rng-after-change-function, rng-do-some-validation):
3110         * nxml/rng-maint.el (rng-validate-buffer):
3111         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
3112         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
3113         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
3114         (nxml-extend-after-change-region): Use with-silent-modifications.
3116         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
3117         timer-idle-list.
3119         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
3120         (rng-next-error-1, rng-previous-error-1): Do not let-bind
3121         timer-idle-list.  (Bug#13999)
3123 2013-03-23  Juri Linkov  <juri@jurta.org>
3125         * info.el (info-index-match): New face.
3126         (Info-index, Info-apropos-matches): Add a nested subgroup to the
3127         main pattern and add text properties with the new face to matches
3128         in index entries relative to the beginning of the index entry.
3129         (Bug#14015)
3131 2013-03-21  Eric Ludlam  <zappo@gnu.org>
3133         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
3134         Inhibit read only while inserting objects.
3136 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3138         * progmodes/cfengine.el: Update docs to mention
3139         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
3140         symbol motion.  Remove "_" from the word syntax.
3142 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
3144         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
3145         syntax for both `cfengine2-mode' and `cfengine3-mode'.
3147 2013-03-20  Juri Linkov  <juri@jurta.org>
3149         * info.el (Info-next-reference-or-link)
3150         (Info-prev-reference-or-link): New functions.
3151         (Info-next-reference, Info-prev-reference): Use them.
3152         (Info-try-follow-nearest-node): Handle footnote navigation.
3153         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
3155 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3157         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
3158         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
3160 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
3162         Suppress unnecessary non-ASCII chatter during build process.
3163         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
3164         (batch-skkdic-convert): Suppress most of the chatter.
3165         It's not needed so much now that machines are faster,
3166         and its non-ASCII component was confusing; see Dmitry Gutov in
3167         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
3169 2013-03-20  Leo Liu  <sdl.web@gmail.com>
3171         * ido.el (ido-chop): Fix bug#10994.
3173 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
3175         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
3176         Remove vars.
3177         (whitespace-color-on, whitespace-color-off):
3178         Use `font-lock-fontify-buffer' (Bug#13817).
3180 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3182         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
3183         remapping in mode-line.
3184         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
3186 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
3188         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
3189         value for `whitespace-line' face (Bug#13875).
3190         (whitespace-font-lock-keywords): Change description.
3191         (whitespace-color-on): Don't save `font-lock-keywords' value, save
3192         the constructed keywords instead.
3193         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
3195 2013-03-19  Leo Liu  <sdl.web@gmail.com>
3197         * progmodes/compile.el (compilation-display-error): New command.
3198         (compilation-mode-map, compilation-minor-mode-map): Bind it to
3199         C-o.  (Bug#13992)
3201 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
3203         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
3205 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
3207         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
3209 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
3211         * net/tramp-compat.el (tramp-compat-user-error): New defun.
3213         * net/tramp-adb.el (tramp-adb-handle-shell-command):
3214         * net/tramp-gvfs.el (top):
3215         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
3216         (tramp-handle-shell-command): Use it.
3217         (tramp-dissect-file-name): Raise an error when hostname is a
3218         method name, and neither method nor user is specified.
3220         * net/trampver.el: Update release number.
3222 2013-03-18  Leo Liu  <sdl.web@gmail.com>
3224         Make sure eldoc can be turned off properly.
3225         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
3226         eldoc-mode.
3227         (eldoc-display-message-p): Revert last change.
3228         (eldoc-display-message-no-interference-p)
3229         (eldoc-print-current-symbol-info): Tweak.
3231 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
3233         * doc-view.el (doc-view-new-window-function): Check the new window
3234         overlay's display property instead the char property of the
3235         buffer's first char.  Use `with-selected-window' instead of
3236         `save-window-excursion' with `select-window'.
3237         (doc-view-document->bitmap): Check the current doc-view overlay's
3238         display property instead the char property of the buffer's first char.
3240 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
3242         Automate the build of ja-dic.el (Bug#13984).
3243         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
3244         from the input, rather than assume that it's been done for us by the
3245         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
3246         the current date into a ja-dic.el comment, as that complicates
3247         regression testing.
3249 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3251         * whitespace.el: Fix double evaluation.
3252         (whitespace-space, whitespace-hspace, whitespace-tab)
3253         (whitespace-newline, whitespace-trailing, whitespace-line)
3254         (whitespace-space-before-tab, whitespace-indentation)
3255         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
3256         obsolete defvars.
3257         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
3258         (whitespace-color-on): Use a single font-lock-add-keywords call.
3259         Fix double-evaluation of face variables.
3261 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
3263         * net/tramp-adb.el (tramp-adb-parse-device-names):
3264         Use `start-process' instead of `call-process'.  Otherwise, the
3265         function might be blocked under MS Windows.  (Bug#13299)
3267 2013-03-17  Leo Liu  <sdl.web@gmail.com>
3269         Extend eldoc to display info in the mode-line.  (Bug#13978)
3270         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
3271         (eldoc-mode-line-string): New variable.
3272         (eldoc-minibuffer-message): New function.
3273         (eldoc-message-function): New variable.
3274         (eldoc-message): Use it.
3275         (eldoc-display-message-p)
3276         (eldoc-display-message-no-interference-p):
3277         Support eldoc-post-insert-mode.
3279         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
3280         (eval-expression): Run it.
3282 2013-03-17  Roland Winkler  <winkler@gnu.org>
3284         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
3285         strings in the list of return values.
3287 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
3289         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
3290         radix before checking for HMS forms.
3292 2013-03-16  Leo Liu  <sdl.web@gmail.com>
3294         * progmodes/scheme.el: Add indentation and font-locking for Î».
3295         (Bug#13975)
3297 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3299         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
3300         token before point (bug#13942).
3302 2013-03-16  Leo Liu  <sdl.web@gmail.com>
3304         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
3306 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
3308         * startup.el (command-line-normalize-file-name): Fix handling of
3309         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
3310         <xfq.free@gmail.com> in
3311         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
3313 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
3315         Sync with Tramp 2.2.7.
3317         * net/trampver.el: Update release number.
3319 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
3321         * doc-view.el Fix bug#13887.
3322         (doc-view-insert-image): Don't modify overlay associated to
3323         non-live windows, and implement horizontal centering of image in
3324         case it's smaller than the window.
3325         (doc-view-new-window-function): Force redisplay of new windows on
3326         doc-view buffers.
3328 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
3330         * saveplace.el (save-place-alist-to-file): Don't sort
3331         `save-place-alist', just pretty-print it (bug#13882).
3333 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
3335         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
3336         whether `default-file-name-coding-system' is bound.  It isn't in
3337         XEmacs.
3339 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3341         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
3342         backquotes for `obsolete' (bug#13929).
3344         * international/mule.el (find-auto-coding): Include file name in
3345         obsolescence warning (bug#13922).
3347 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3349         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
3350         for CFEngine 3-specific indentation.
3351         (cfengine3-indent-line): Use it.  Fix up category regex.
3352         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
3354 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3356         * type-break.el (type-break-file-name):
3357         * textmodes/remember.el (remember-data-file):
3358         * strokes.el (strokes-file):
3359         * shadowfile.el (shadow-initialize):
3360         * saveplace.el (save-place-file):
3361         * ps-bdf.el (bdf-cache-file):
3362         * progmodes/idlwave.el (idlwave-config-directory):
3363         * net/quickurl.el (quickurl-url-file):
3364         * international/kkc.el (kkc-init-file-name):
3365         * ido.el (ido-save-directory-list-file):
3366         * emulation/viper.el (viper-custom-file-name):
3367         * emulation/vip.el (vip-startup-file):
3368         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3369         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
3371 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
3373         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
3374         * language/thai-word.el: Switch to UTF-8.
3376 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3378         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
3380 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3382         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
3383         Use with-current-buffer and don't move point.
3384         (net-utils-run-simple): Remove useless code.
3385         (net-utils-remove-ctl-m): Remove unused custom.
3387 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
3389         * international/characters.el (glyphless-set-char-table-range): New fun.
3390         (update-glyphless-char-display): Use it (bug#13744).
3392 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3394         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
3395         namespaces in the syntax, indent closer for hanging brace
3396         correctly, allow single-quote delimited 'strings', and make
3397         `cfengine3-mode' the default.
3399 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
3401         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
3402         Use lexical-binding.  Fix up docstring according to conventions.
3403         (gdbmi-debug-mode): New var.
3404         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
3405         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
3406         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
3407         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
3408         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
3409         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
3410         (gdbmi-bnf-incomplete-record-result): New functions.
3411         (gdb-car<): Remove function.
3412         (gdbmi-record-list): Remove variable.
3413         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
3414         (gdbmi-bnf-result-state-configs): New const.
3415         (gud-gdbmi-marker-filter): Rewrite.
3416         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
3417         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
3418         Add `token' argument.
3419         (gdb-done, gdb-error): New functions.
3420         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
3422 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * term/xterm.el (xterm--report-background-handler): Don't burp
3425         upon timeout.
3426         (xterm--version-handler): Extract from terminal-init-xterm.
3427         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
3428         Allow multiple handlers.
3429         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
3431         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
3432         (xterm--report-background-handler, xterm--query): New functions.
3433         (terminal-init-xterm): Use them.
3435 2013-03-11  Michael R. Mauger  <michael@mauger.com>
3437         * progmodes/sql.el Version 3.2
3438         Please note that my address changed to <michael@mauger.com>;
3439         the <mmaug@yahoo.com> address remains active.
3440         (sql-connection-alist): Updates documentation to fix bug#13715.
3441         (sql-connect): Handle missing `sql-connection-alist' correctly.
3442         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
3443         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
3444         property.
3445         (sql-default-value): New function.
3446         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
3447         values were not used.
3448         (sql-rename-buffer): Make sure alternate buffer name has no text
3449         properties.
3450         (sql-input-sender, sql-execute-feature): Fetch variable with
3451         `buffer-local-value' rather than `with-current-buffer'.
3452         (sql-*): Use #' function syntax consistently.
3453         (sql-*): Use message/error/user-error consistently.
3455 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3457         * xt-mouse.el (xterm-mouse-event-read): Remove.
3458         (xterm-mouse--read-event-sequence-1000)
3459         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
3461 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3463         * term/xterm.el (xterm-function-map): Support format used with
3464         formatOtherKeys=1 (bug#13839).
3466         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
3467         (with-no-warnings): Use `declare'.
3469         * whitespace.el (whitespace-enable-predicate): New variable.
3470         (whitespace-enable-predicate): Use it.
3472         * comint.el (comint-send-input, comint-snapshot-last-prompt)
3473         (comint-output-filter, comint-update-fence):
3474         Use with-silent-modifications.
3476 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
3478         * replace.el (occur-read-regexp-defaults-function): New var.
3479         (occur-read-regexp-defaults): New defun.
3480         (occur-read-primary-args): Propagate above change (bug#13892).
3482 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3484         * mouse.el (mouse-drag-track): Remove left-over debugging code.
3486 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
3488         Major rewrite due to changed D-Bus interface of GVFS 1.14.
3490         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
3491         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
3492         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
3493         New defconst.
3494         (tramp-gvfs-file-name-handler-alist) [directory-files]
3495         [directory-files-and-attributes, file-exists-p, file-modes]:
3496         Use Tramp default handler.
3497         [file-acl, file-selinux-context, process-file, set-file-acl]:
3498         [set-file-modes, set-file-selinux-context, shell-command]:
3499         [start-file-process]: Remove handler.
3500         [verify-visited-file-modtime]: New handler.
3501         (tramp-gvfs-dbus-string-to-byte-array)
3502         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
3503         calls of `dbus-string-to-byte-array' and
3504         `tramp-gvfs-dbus-byte-array-to-string'.
3505         (tramp-gvfs-handle-copy-file)
3506         (tramp-gvfs-handle-delete-directory)
3507         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
3508         (tramp-gvfs-handle-file-directory-p)
3509         (tramp-gvfs-handle-file-executable-p)
3510         (tramp-gvfs-handle-file-name-all-completions)
3511         (tramp-gvfs-handle-file-readable-p)
3512         (tramp-gvfs-handle-file-writable-p)
3513         (tramp-gvfs-handle-insert-directory)
3514         (tramp-gvfs-handle-insert-file-contents)
3515         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
3516         (tramp-gvfs-handle-set-visited-file-modtime)
3517         (tramp-gvfs-handle-write-region): Rewrite.
3518         (tramp-gvfs-handle-file-acl)
3519         (tramp-gvfs-handle-file-selinux-context)
3520         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
3521         (tramp-gvfs-handle-set-file-modes)
3522         (tramp-gvfs-handle-set-file-selinux-context)
3523         (tramp-gvfs-handle-shell-command)
3524         (tramp-gvfs-handle-start-file-process)
3525         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
3526         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
3527         over the symlinks.  Fix user handling.
3528         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
3529         of the D-Bus signals.
3530         (tramp-gvfs-connection-mounted-p): Handle different names of the
3531         D-Bus methods.
3532         (tramp-gvfs-mount-spec-entry): New defun.
3533         (tramp-gvfs-mount-spec): Use it.
3534         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
3535         there is a share name.  Handle different names of the D-Bus
3536         signals and methods.  Set connection properties needed for
3537         `tramp-check-cached-permissions'.
3538         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
3539         Return t or nil.
3541         * net/tramp.el (tramp-backtrace): Move up.
3542         (tramp-error): Dump a backtrace into the debug buffer when
3543         `tramp-verbose > 9.
3544         (tramp-file-mode-type-map, tramp-file-mode-from-int)
3545         (tramp-file-mode-permissions, tramp-get-local-uid)
3546         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
3547         tramp-sh.el.
3549         * net/tramp-sh.el (tramp-file-mode-type-map)
3550         (tramp-check-cached-permissions, tramp-file-mode-from-int)
3551         (tramp-file-mode-permissions, tramp-get-local-uid)
3552         (tramp-get-local-gid): Move to tramp.el.
3554 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         Separate mouse-1-click-follows-link from mouse-drag-region.
3557         * mouse.el (mouse--down-1-maybe-follows-link): New function.
3558         (key-translation-map): Use it to implement mouse-1-click-follows-link.
3559         (mouse-drag-line, mouse-drag-track):
3560         Remove mouse-1-click-follows-link code.
3561         (mouse--remap-link-click-p): Remove.
3563 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
3565         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
3566         (hi-lock-read-regexp-defaults): New defun.
3567         (hi-lock-line-face-buffer, hi-lock-face-buffer)
3568         (hi-lock-face-phrase-buffer): Propagate above change.
3569         Update docstring (bug#13892).
3571         * subr.el (find-tag-default-as-regexp): New defun.
3572         * replace.el (read-regexp): Propagate above change.
3574 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
3576         * calc/calc-units.el (calc-convert-units): Fix the way that default
3577         new units are stored.
3579 2013-03-07  Matthias Meulien  <orontee@gmail.com>
3581         * bookmark.el: Define a face to highlight bookmark names in
3582         bookmark menu buffers, where the default is a bold face similarly
3583         to buffer names in buffer menu buffers.
3584         (bookmark-menu-bookmark): New face to highlight bookmark names.
3585         (bookmark-insert-location): Remove duplicated text property to
3586         conform to buffer list (see `list-buffers').
3587         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
3588         `bookmark-menu-bookmark' to bookmark names.
3590 2013-03-07  Matthias Meulien  <orontee@gmail.com>
3591             Karl Fogel  <kfogel@red-bean.com>
3593         * bookmark.el: Display the bookmark list header similarly to the
3594         buffer list header (see `list-buffers'), where the default is now
3595         an immovable/immutable header line.
3596         (bookmark-bmenu-use-header-line): New variable.
3597         (bookmark-bmenu-inline-header-height): New name for
3598         `bookmark-bmenu-header-height', to avoid confusion with the code
3599         for the new immovable header.  All references changed.
3600         (bookmark-bmenu-set-header): New function.
3601         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
3602         Conditionalize header construction accordingly.
3603         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
3604         the inline header height.
3605         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3606         Conditionalize the skipping of the inline header height.
3608 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
3610         * progmodes/js.el (js--multi-line-declaration-indentation):
3611         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
3613 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
3615         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3616         Only propertize regexp when not inside a string (Bug#13885).
3618 2013-03-06  Alan Mackenzie  <acm@muc.de>
3620         Correct the position of point in some line-up functions.
3621         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3622         (c-lineup-assignments, c-lineup-gcc-asm-reg ): Take position of
3623         point at column 0 rather than at a random place in the line.
3625 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
3627         * net/tramp-compat.el (tramp-compat-delete-directory):
3628         Implement TRASH argument.
3630 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
3632         Keep pre-existing highlighting in completion candidates (Bug#13250).
3633         * minibuffer.el (completions-first-difference): State that the
3634         face is "added" in the docstring.
3635         (completions-common-part): Same.  And don't inherit from default.
3636         (completion-hilit-commonality): Prepend 'completions-common-part
3637         and 'completion-first-difference faces to the 'face property,
3638         instead of replacing the value(s).
3639         (completion--insert-strings): Same with 'completions-annotations face.
3640         (completion-hilit-commonality): Use 'face instead of
3641         'font-lock-face, because it gets priority if the completion
3642         strings already have 'face set.
3644 2013-03-04  Alan Mackenzie  <acm@muc.de>
3646         Replace `last-command-event' by `last-command-char' in XEmacs.
3647         * progmodes/cc-defs.el (c-last-command-char): New macro.
3648         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
3649         (c-semi&comma-no-newlines-before-nonblanks)
3650         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
3651         in place of `last-command-event'.
3652         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
3653         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
3654         (c-electric-paren, c-electric-continued-statement): Use the new
3655         macro in place of `last-command-event'.
3657 2013-03-04  Glenn Morris  <rgm@gnu.org>
3659         * files.el (inhibit-local-variables-regexps):
3660         Add .diff and .patch.  (Bug#13862)
3662 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
3664         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
3665         whether the "su" command is available on the device.
3667 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
3669         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
3670         (tramp-adb-handle-process-file): Remove superfluous setting.
3671         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
3672         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
3673         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
3675 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3677         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
3678         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
3679         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
3680         Use dict-key rather than dict-name for the error message.
3682 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3684         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
3685         when reverting (bug#13831).
3687 2013-03-01  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
3689         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3690         Always expand affix-file before storing to protect against changed
3691         `default-directory'.
3692         (ispell-print-if-debug): Make sure message is printed at the end
3693         of the debug buffer.
3695 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
3697         * net/tramp.el (tramp-obsolete-methods): New defconst.
3698         (tramp-warned-obsolete-methods): New defvar.
3699         (tramp-find-method): Check for obsolete methods.  Map them to a
3700         replacement method if appropriate.
3702         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3703         Remove methods.
3704         (top): Remove completion functions for "scp1", "scp2", "ssh1",
3705         "ssh2" and "plink1".
3707 2013-02-28  Dale Sedivec  <dale@codefu.org>
3709         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3710         Return valid syntax-table property value when converting
3711         quotes within text from string syntax to punctuation syntax (bug#13844).
3713 2013-02-28  Juri Linkov  <juri@jurta.org>
3715         * dired-aux.el (dired-diff): If file at point is a backup file,
3716         use its original as the default value, and reverse the order
3717         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
3719 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
3721         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
3722         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
3724 2013-02-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
3726         Initial support for hunspell dictionaries auto-detection (Bug#13639)
3728         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3729         Ask hunspell about available and default dictionaries.
3730         (ispell-parse-hunspell-affix-file): Extract relevant info from
3731         hunspell affix file.
3732         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3733         `ispell-dictionary-alist' entry for given dictionary after info
3734         provided by `ispell-parse-hunspell-affix-file'.
3735         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3736         of parsed hunspell dicts and associated affix files.
3737         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3738         of parsed hunspell dicts and associated parameters.
3739         (ispell-set-spellchecker-params):
3740         Call `ispell-find-hunspell-dictionaries' if hunspell and not
3741         previously done.
3742         (ispell-start-process):
3743         Call `ispell-hunspell-fill-dictionary-entry' for current
3744         dictionary if it is not initialized.
3746 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3748         * imenu.el: Comment nitpicks.
3750 2013-02-28  Sam Steingold  <sds@gnu.org>
3752         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3753         See <http://stackoverflow.com/questions/14720205>.
3755 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3757         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3758         (net-utils-mode): Use it.
3759         (net-utils--revert-cmd): New var.
3760         (net-utils-run-simple): Set it, and remove bogus interactive spec.
3761         (traceroute): Use net-utils-run-simple.
3763 2013-02-28  Glenn Morris  <rgm@gnu.org>
3765         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3767 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3769         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3770         (doc-view-fallback-mode): Remove overlays here.
3771         (doc-view-toggle-display): Instead of here.  Don't throw away
3772         image-mode-winprops-alist.
3773         (doc-view-goto-page): Don't mess with hscroll.
3775 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3777         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3778         &optional (bug#13819).
3780 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
3782         * net/tramp-adb.el (tramp-adb-parse-device-names)
3783         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
3785 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
3787         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3788         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3789         defined.  POSIX environments fall back to the "C" locale then and
3790         emit a warning, which shall be suppressed.
3792 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3794         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3795         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3797 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3799         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3801 2013-02-25  Juri Linkov  <juri@jurta.org>
3803         * replace.el (read-regexp): Let-bind `default' to the first
3804         element of `defaults' if it's a list, otherwise it should be
3805         a string or nil.  Let-bind `suggestions' to `defaults' if it's
3806         a list, otherwise make a list with the string value.  Doc fix.
3807         (Bug#13805)
3809 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
3811         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3812         that match "\`\.#", to avoid compiling lock files, even if they
3813         are readable (as they are on MS-Windows).
3815 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3817         * files.el (basic-save-buffer): Remove redundant directory-creation.
3819 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
3821         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3822         Add option to force `pi' to remain symbolic.
3823         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3824         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3825         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3826         derivatives, when necessary.
3828 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
3830         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3831         (ps-mode-octal-region): Use string-make-unibyte.
3833 2013-02-23  Glenn Morris  <rgm@gnu.org>
3835         * emulation/viper-cmd.el (viper-submit-report):
3836         * progmodes/ps-mode.el (ps-mode-maintainer-address):
3837         * progmodes/vera-mode.el (vera-mode-help-address):
3838         * textmodes/artist.el (artist-maintainer-address):
3839         * textmodes/reftex.el (reftex-report-bug):
3840         * vc/ediff-util.el (ediff-submit-report):
3841         Add bug-gnu-emacs to bug report address.
3843         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3844         Remove bug report entries.
3845         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3847         * emacs-lisp/bytecomp.el (byte-compile-level): New.
3848         (byte-compile-file, byte-compile-from-buffer):
3849         Use separate input/output buffers for each level of recursive
3850         byte-compile-file calls.  (Bug#13787)
3852 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
3854         * net/tramp.el (tramp-methods): Fix docstring.
3855         (tramp-ssh-controlmaster-options): Rename it from
3856         `tramp-ssh-controlmaster-template'.  Return a string.
3857         (tramp-default-method): Adapt check for
3858         `tramp-ssh-controlmaster-options'.
3860         * net/tramp-sh.el (tramp-methods):
3861         Replace `tramp-ssh-controlmaster-template' by "%c".
3862         (tramp-do-copy-or-rename-file-out-of-band)
3863         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
3864         that it is applied for the first hop only.
3866 2013-02-22  Juri Linkov  <juri@jurta.org>
3868         * isearch.el (isearch-lazy-highlight-new-loop):
3869         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3870         to `isearch-other-end' if it is not nil.  (Bug#13402)
3872         * replace.el (replace-highlight): Let-bind `isearch-other-end'
3873         to `match-beg'.
3875         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3876         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3877         and `isearch-error' to nil.
3879 2013-03-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3881         * progmodes/python.el (python-info-current-defun):
3882         Enhance match-data cluttering prevention.
3884 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
3886         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
3888         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3889         Handle multibyte file names.
3891 2013-02-22  Glenn Morris  <rgm@gnu.org>
3893         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
3894         (sgml-transformation-function): Give it a :set function.
3895         (sgml-tag): Doc fix.
3897         * cmuscheme.el (scheme-buffer):
3898         * progmodes/inf-lisp.el (inferior-lisp-buffer):
3899         * progmodes/tcl.el (inferior-tcl-buffer):
3900         * textmodes/tex-mode.el (tex-command): Doc fixes.
3902         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
3904         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
3906 2013-02-21  Bastien Guerry  <bzg@gnu.org>
3908         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
3910 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3912         * progmodes/python.el (python-info-current-defun):
3913         Enhance match-data cluttering prevention.
3915 2013-02-21  Glenn Morris  <rgm@gnu.org>
3917         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
3918         loaded while outline-regexp is let bound.  (Bug#9584)
3920 2013-02-21  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3922         * progmodes/python.el (python-info-current-defun): Fix failed
3923         defun name retrieval because of unwanted match-data cluttering.
3925 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
3927         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
3928         defconst.  Apply independent check for ControlPersist.
3930         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
3931         temporarily, via "env".
3933 2013-02-21  Glenn Morris  <rgm@gnu.org>
3935         * info.el (Info-enable-edit): Remove.
3936         (Info-edit): Disable it rather than using Info-enable.
3937         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
3938         (Info-cease-edit): Make editing of Info files obsolete.
3940         * informat.el (Info-tagify):
3941         Handle buffers not visiting files.  (Bug#13763)
3943 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
3945         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
3947 2013-02-21  Glenn Morris  <rgm@gnu.org>
3949         * files.el (basic-save-buffer): Move check for existing parent
3950         directory after hooks.  (Bug#13773)
3952 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3954         * simple.el (command-execute): Move from C.  Add obsolete check.
3955         (extended-command-history): Move from C.
3957 2013-02-20  Ulrich MĂ¼ller  <ulm@gentoo.org>
3959         * jka-cmpr-hook.el (jka-compr-compression-info-list)
3960         (jka-compr-mode-alist-additions): Handle .txz suffix for
3961         XZ-compressed tar archives (bug#13770).
3963 2013-02-20  Bastien Guerry  <bzg@gnu.org>
3965         * outline.el (outline-regexp, outline-heading-end-regexp):
3966         Make variables, not options (bug#13731).
3968 2013-02-20  Glenn Morris  <rgm@gnu.org>
3970         * image.el (image-current-frame): Change from variable to function.
3971         (image-show-frame): Rename from image-nth-frame.  Update callers.
3972         * image-mode.el (image-multi-frame): New variable.
3973         (image-mode-map, image-mode, image-goto-frame):
3974         Use image-multi-frame rather than image-current-frame.
3975         (image-mode, image-goto-frame): Use image-current-frame as
3976         function rather than as variable.
3978         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
3979         * emacs-lisp/cl-macs.el (cl--make-type-test)
3980         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
3982 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
3984         * net/tramp-cache.el (tramp-get-hash-table): New defun.
3985         (tramp-get-file-property, tramp-set-file-property)
3986         (tramp-get-connection-property, tramp-set-connection-property): Use it.
3987         (tramp-flush-file-property, tramp-flush-directory-property):
3988         Rename argument to KEY.
3989         (tramp-flush-connection-property): Simplify a little bit.
3990         (tramp-connection-property-p): New defun.
3991         (top): Reapply saved values only if there isn't a corresponding
3992         entry in `tramp-connection-properties'.
3994 2013-02-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
3996         * progmodes/python.el (python-indent-context):
3997         Fix python-info-line-ends-backslash-p call.
3998         (python-info-line-ends-backslash-p)
3999         (python-info-beginning-of-backslash): Respect line-number argument.
4000         (python-info-current-line-comment-p):
4001         Fix behavior when not at beginning-of-line.
4002         (python-util-position): Remove function.
4003         (python-util-goto-line): New function.
4005 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
4007         * eshell/em-unix.el (eshell/su): Require tramp.
4008         (eshell/sudo): Require tramp.  Remove now unnecessary check.
4010         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
4011         `tramp-current-connection' in order to avoid an error when several
4012         commands are invoked in a short time in eshell and friends.
4014 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4016         Cleanup some of EIEIO's namespace.
4017         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
4018         Use it to define all the class-* and object-* field accessors (renamed
4019         to eieio--class-* and eieio--object-*).  Update all uses.
4020         (eieio--class-num-slots, eieio--object-num-slots): Rename from
4021         class-num-slots and object-num-slots.
4022         (eieio--check-type): New macro.
4023         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
4024         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
4025         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
4026         (object-assoc-list-safe): Use it.
4027         (eieio-defclass): Tighten regexp.
4028         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
4029         Remove unreachable code.
4030         (object-class-fast): Declare obsolete.
4031         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
4032         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
4033         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
4034         Rename from class-name, object-name, object-set-name-string,
4035         object-class, object-class-name, class-parents, class-children,
4036         class-precedence-list, class-parent; with obsolete alias.
4037         (class-of, class-direct-superclasses, class-direct-subclasses):
4038         Declare obsolete.
4039         (eieio-defmethod): Use `memq'; remove unreachable code.
4040         * emacs-lisp/eieio-base.el (eieio-persistent-read):
4041         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
4042         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
4044 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
4046         * eshell/em-cmpl.el: Correct "context-related help" keybinding in
4047         commentary.
4049 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
4051         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
4052         Use font-lock-keyword-face for macros and special forms (bug#8345).
4054 2013-02-17  Didier Verna  <didier@didierverna.net>
4056         * net/network-stream.el (network-stream-open-starttls):
4057         Check that response to the starttls-command is non-nil.  (Bug#13706)
4059 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4061         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
4062         Don't assume all identifier chars have syntax word.
4063         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4064         Remove bar-not-symbol.  Adjust callers.
4065         (lisp-mode-variables): Don't set a font-lock-syntax-table.
4067 2013-02-17  Leo Liu  <sdl.web@gmail.com>
4069         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
4071 2013-02-17  Glenn Morris  <rgm@gnu.org>
4073         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
4075         * image-mode.el (image-mode-map): Add image-dired menu entry.
4077         * image-dired.el (tumme): Make this alias obsolete.
4079 2013-02-16  Glenn Morris  <rgm@gnu.org>
4081         * image.el (image-animated-types): Remove.
4082         (image-multi-frame-p): Rename from image-animated-p, and generalize.
4083         (image-animated-p): Make obsolete alias.
4084         (image-animate, image-nth-frame, image-animate-timeout):
4085         Use image-multi-frame-p.
4086         (image-animate-timeout): If no delay, use image-default-frame-delay.
4087         * image-mode.el (image-mode, image-toggle-animation):
4088         Use image-multi-frame-p.  (Bug#763, bug#10739)
4089         (image-mode): Adjust startup message for a multi-frame image.
4091         * image-mode.el (image-mode-map): Give it a menu.
4093 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
4095         * net/tramp-cache.el (tramp-connection-properties): New customer
4096         option.
4097         (tramp-get-connection-property): Use it.
4099         * net/tramp-compat.el (top): Require 'trampver.
4101         * net/tramp-sh.el (tramp-remote-process-environment):
4102         Set tramp-autoload cookie.
4104 2013-02-16  Kevin Ryde  <user42@zip.com.au>
4106         * info-look.el (info-lookup-select-mode): If major-mode has no
4107         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
4109 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
4111         * replace.el (read-regexp): Tighten the regexp that matches tag.
4112         When tag is retrieved with `find-tag-default', use regexp that
4113         matches tag at point.  Also update docstring (Bug#13687).
4115 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
4117         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
4118         add watch for the file, not its parent directory, since w32notify
4119         sets up the watch for the directory internally.  (Bug#13725)
4121 2013-02-16  Glenn Morris  <rgm@gnu.org>
4123         * image.el (image-default-frame-delay): New variable.
4124         (image-animated-p): Use image-default-frame-delay.
4125         (image-minimum-frame-delay): New constant.
4126         (image-animate-timeout): Use image-minimum-frame-delay.
4128         * image.el (image-nth-frame): New, split from image-animate-timeout.
4129         (image-animate-timeout): Use image-nth-frame.
4130         * image-mode.el (image-goto-frame, image-next-frame)
4131         (image-previous-frame): New commands.
4132         (image-mode-map): Add new frame commands.
4134 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
4136         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
4137         If col-desc already has help-echo, use it.  (Bug#13563)
4139 2013-02-16  Glenn Morris  <rgm@gnu.org>
4141         * image.el (image-current-frame): New variable.
4142         (image-animate-timeout): Set image-current-frame.
4143         * image-mode.el (image-mode): For animated images,
4144         display a frame counter via mode-line-process.
4146         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
4148 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4150         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
4152 2013-02-15  Alan Mackenzie  <acm@muc.de>
4154         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
4155         global minor mode has been enabled, call the minor mode function
4156         for a new buffer once only, after the major mode hook, whilst
4157         allowing that hook explicitly to disable the minor mode.
4158         (MODE-disable-in-buffer): New (generated) function.
4159         (disable-MODE): New (generated) buffer local variable.
4161 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
4163         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
4164         `iswitchb-next-match' and `iswitchb-prev-match' resply.
4165         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
4166         `ido-next-match' and `ido-prev-match' resply.
4167         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
4168         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
4169         `icomplete-backward-completions' (Bug#13708).
4171 2013-02-15  Glenn Morris  <rgm@gnu.org>
4173         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4175 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * net/goto-addr.el (goto-address-fontify): Add start and end args.
4178         (goto-address-fontify-region): Use them instead of narrowing, so
4179         syntax-ppss has access to the whole buffer.
4181 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4183         * progmodes/python.el: Explain how to restore "cc-mode"-like
4184         forward-sexp movement in header documentation (Bug#13642).
4185         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
4186         comments and strings (GH bug 114).
4188 2013-02-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4190         * progmodes/python.el (python-info-current-defun): Fix current
4191         defun detection (Bug#13618).
4193 2013-02-15  Chong Yidong  <cyd@gnu.org>
4195         * xml.el (xml-parse-string): Fix typo in handling of bad character
4196         references.
4198 2013-02-15  Glenn Morris  <rgm@gnu.org>
4200         * play/fortune.el (fortune-compile): Simplify and fix previous change.
4202 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
4204         * net/tramp.el (tramp-debug-message):
4205         Add `tramp-condition-case-unless-debug'.
4206         (tramp-debug-on-error): New defvar.
4207         (tramp-condition-case-unless-debug): New defun.
4208         (tramp-file-name-handler): Use it.
4210 2013-02-14  Juri Linkov  <juri@jurta.org>
4212         * info.el (Info-isearch-filter): Treat non-nil values of
4213         `search-invisible' including its default value `open'
4214         like the value `t' to match hidden text.  (Bug#13402)
4216 2013-02-14  Glenn Morris  <rgm@gnu.org>
4218         * help-fns.el (find-lisp-object-file-name): Give special treatment
4219         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
4221 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
4223         * net/quickurl.el (quickurl-save-urls):
4224         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
4226 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
4228         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
4229         depth for unfinished percent literal.  Not using it in the caller.
4230         (ruby-move-to-block): Jump over multiline literals of all types,
4231         ignoring code-looking contents inside them.
4232         (ruby-add-log-current-method): Improve performance at the expense
4233         of accuracy.  `ruby-block-contains-point' is relatively slow, so
4234         only use it for method and singleton class blocks.
4236 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
4238         Use ControlMaster where applicable.  (Bug#13677)
4240         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
4241         replacing `tramp-detect-ssh-controlmaster'.
4242         (tramp-default-method): Use it.
4244         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
4245         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
4246         arguments.
4247         [scpc, rsyncc]: Remove methods.
4248         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
4249         and "ssh2_old".
4250         (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
4251         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
4253 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4255         * emacs-lisp/package.el (package--initialized): Move before first use.
4257 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
4259         * icomplete.el (icomplete-hide-common-prefix): New user option.
4260         (icomplete-first-match): New face.
4261         (icomplete-completions): Correct handling of "complete but not
4262         unique" (Bug#12638).
4264 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
4266         * descr-text.el (describe-char): Display the script (bug#13698).
4268 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4270         * tmm.el: Use lexical-binding and current-active-maps.
4271         (tmm-menubar): Use map-keymap and pcase.
4272         (tmm--completion-table): New function.
4273         (tmm-prompt): Use it to fix the menu order.
4274         (tmm-get-keybind): Use current-active-maps.
4276 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
4278         Add dired-hide-details-mode.  (Bug#6799)
4280         * locate.el (locate-mode): Set parent mode property to dired-mode.
4282         * find-dired.el (find-dired): Call dired-insert-set-properties on
4283         initial information line.  Set process mark on end of buffer.
4284         (find-dired-sentinel):
4285         Call dired-insert-set-properties on summary.
4287         * dired.el (dired-hide-details-hide-symlink-targets)
4288         (dired-hide-details-hide-information-lines): New options.
4289         (dired-insert-directory):
4290         Set properties after final treatment of output.
4291         (dired-insert-set-properties):
4292         Set dired-hide-details-* properties.
4293         (dired-mode-map): Bind dired-hide-details-mode.
4294         (dired-mode): Set buffer-invisibility-spec to a list.
4295         (dired-next-line): Skip hidden lines.
4296         (dired-previous-line): Use dired-next-line.
4297         (dired-hide-details-mode): New minor mode.
4298         (dired-hide-details-update-invisibility-spec): New function.
4300 2013-02-13  Glenn Morris  <rgm@gnu.org>
4302         * play/yow.el: Move to obsolete/.  (Bug#9384)
4304 2013-02-13  Juri Linkov  <juri@jurta.org>
4306         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
4307         to select `ediff-control-frame' and set input focus correctly on Xfce.
4308         (Bug#12218)
4310 2013-02-13  Juri Linkov  <juri@jurta.org>
4312         * image-mode.el (image-mode-map):
4313         * doc-view.el (doc-view-mode-map):
4314         * vc/ediff-util.el (ediff-setup-keymap):
4315         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
4317 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
4319         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
4320         performance.  Instead of recalculating indentation fully for each
4321         line, sum up indentation depth based only on visited lines.
4322         (ruby-parse-partial): Increase the depth after "do" even when END
4323         is right after it.
4324         (ruby-parse-partial): When END is in the middle of a percent
4325         literal, increase the depth if the delimiter chars belong to the
4326         paren syntax class.
4328 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
4330         * play/fortune.el (fortune-compile): Also make the compiled file
4331         if it does not exist at all, not just if it is old.  (Bug#5338)
4333 2013-02-13  Glenn Morris  <rgm@gnu.org>
4335         * emacs-lisp/package.el (package-menu-execute): Doc fix.
4337 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
4339         * lisp/emacs-lisp/package.el (package-menu-execute):
4340         Add optional noquery argument.  (Bug#13625)
4342 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
4344         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
4345         if DIR exists and PARENTS is non-nil.
4347 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
4349         * progmodes/js.el (js--multi-line-declaration-indentation):
4350         Silence byte-compiler warning.
4352 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
4354         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
4356         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
4357         only if it doesn't exist.
4359         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4360         Set process marker.
4362 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
4364         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
4365         UserInstallation when calling soffice to work around LibreOffice
4366         bug 37531.
4368 2013-02-12  Glenn Morris  <rgm@gnu.org>
4370         * files.el (basic-save-buffer):
4371         Offer to create a non-existing directory.  (Bug#3016)
4373         * calc/calc-graph.el (calc-graph-show-dumb):
4374         * calendar/calendar.el (calendar-mode-map):
4375         * cus-edit.el (custom-mode-map):
4376         * ehelp.el (electric-help-map):
4377         * emulation/vip.el (vip-mode-map):
4378         * epa.el (epa-key-list-mode-map):
4379         * info.el (Info-mode-map):
4380         * mail/rmail.el (rmail-mode-map):
4381         * mail/rmailsum.el (rmail-summary-mode-map):
4382         * man.el (Man-mode-map):
4383         * net/newst-plainview.el (newsticker-mode-map):
4384         * progmodes/cpp.el (cpp-edit-mode-map):
4385         * progmodes/grep.el (grep-mode-map):
4386         * progmodes/idlw-help.el (idlwave-help-mode-map):
4387         * simple.el (special-mode-map):
4388         * startup.el (splash-screen-keymap):
4389         * view.el (view-mode-map):
4390         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
4392 2013-02-11  Elias Pipping  <pipping@lavabit.com>
4394         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
4395         (bug#13679).
4397 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
4401 2013-02-11  Glenn Morris  <rgm@gnu.org>
4403         * vc/diff.el (diff-use-labels): New variable.
4404         (diff-no-select): Use --label rather than -L, and first
4405         check that it is supported.  (Bug#11067)
4407         * files.el (enable-dir-local-variables): New variable.
4408         (hack-dir-local-variables): Respect enable-dir-local-variables.
4409         * tutorial.el (help-with-tutorial):
4410         Ignore directory-local variables.  (Bug#11127)
4412         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
4413         (vc-svn-global-switches): ... to here.  (Bug#13513)
4415 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
4417         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
4418         Handle "foo (bar, default: xxx): " prompts.
4420 2013-02-10  Chong Yidong  <cyd@gnu.org>
4422         * files.el (basic-save-buffer-1): Do not set
4423         buffer-file-coding-system-explicit (Bug#4533).
4425         * mail/emacsbug.el (report-emacs-bug): Change binding of
4426         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
4428 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
4430         * calc/calc.el (calc-allow-units-as-numbers): New variable.
4431         * calc/calc-units.el (calc-convert-units): Use new variable.
4433 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
4435         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
4437         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
4438         buffer-file-type.
4440         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
4441         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
4442         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
4443         coding-system-for-write instead.
4445         * jka-compr.el (jka-compr-write-region): Don't bind
4446         buffer-file-type.
4448         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
4449         buffer-file-type.
4451         * files.el (file-name-buffer-file-type-alist): Remove defvar.
4452         (insert-file-contents-literally): Remove reference to
4453         file-name-buffer-file-type-alist.
4455         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
4456         make-obsolete.
4457         (find-buffer-file-type-match, find-buffer-file-type): Remove.
4458         (find-buffer-file-type-coding-system): Remove references to
4459         find-buffer-file-type-match, find-buffer-file-type, and
4460         buffer-file-type.
4461         Don't put find-buffer-file-type-coding-system into
4462         file-coding-system-alist.
4463         (find-file-binary, find-file-text): Bind coding-system-for-read
4464         instead of file-name-buffer-file-type-alist.
4466 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
4468         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
4469         converter (Bug#13622).
4470         (doc-view-unoconv-program): Make obsolete alias.
4471         (doc-view-odf->pdf-converter-program): New variable.
4472         (doc-view-odf->pdf-converter-function): New variable.
4473         (doc-view-mode-p): Use it.
4474         (doc-view-odf->pdf-converter-unoconv):
4475         Rename from `doc-view-odf->pdf-converter-unoconv'.
4476         (doc-view-odf->pdf-converter-soffice): New function.
4477         (doc-view-convert-current-doc):
4478         Use `doc-view-odf->pdf-converter-function'.
4480 2013-02-09  Chong Yidong  <cyd@gnu.org>
4482         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
4483         view-echo-area-messages (Bug#13340).
4485         * help.el (view-echo-area-messages): Use display-buffer.
4487         * dired-x.el (dired-do-run-mail): Prompt for confirmation
4488         (Bug#13561).
4490 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4492         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
4493         Eval body right away, now that we do eager macroexpansion (bug#13605).
4495         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
4496         (fundamental-mode): Use run-mode-hooks.
4498         * eshell/esh-proc.el (eshell/kill): Fix last change.
4499         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
4501 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
4503         * eshell/esh-proc.el (eshell/kill): Rewrite.
4505         * eshell/em-ls.el (show-almost-all): Declare.
4506         (eshell-do-ls): Add support for -A argument.
4508 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
4510         * icomplete.el (icomplete-forward-completions)
4511         (icomplete-backward-completions): Handle corner case (bug#13602).
4513 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
4515         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
4516         be nil.  Handle this.  (Bug#13636)
4518 2013-02-07  Richard Stallman  <rms@gnu.org>
4520         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
4521         `save-buffer-coding-system'.
4523 2013-02-07  Alan Mackenzie  <acm@muc.de>
4525         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
4526         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
4527         (c-parse-state-get-strategy): Don't return 'BOD any more.
4528         (c-append-lower-brace-pair-to-state-cache):
4529         Extra parameter HERE instead of narrowing.
4530         Widen to top of buffer before searching backwards for a brace pair.
4531         (c-state-push-any-brace-pair): Add HERE parameter to function call.
4532         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
4533         Narrow to parameter HERE, in place of being called narrowed.
4534         (c-remove-stale-state-cache): Extra parameter HERE in place of
4535         narrowing.  Check there's an open brace in the cache before
4536         searching for its match.
4537         (c-invalidate-state-cache-1): Add HERE parameter to function call.
4538         (c-parse-state-1): Don't narrow here for 'forward strategy,
4539         instead passing extra parameter HERE to several functions.
4540         Remove 'BOD strategy.
4542 2013-02-06  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
4544         * emacs-lisp/package.el (describe-package-1): Tell what archive is
4545         used to install the package.
4547 2013-02-06  Glenn Morris  <rgm@gnu.org>
4549         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
4550         if we can't get user input.  (Bug#6567)
4552         * startup.el (command-line): If simple.el is missing,
4553         test and warn about for some possible causes.
4555 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
4557         * cus-start.el (all): Add ns-use-native-fullscreen.
4559 2013-02-05  Glenn Morris  <rgm@gnu.org>
4561         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
4563         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4564         Fix directory creation in fallback case.
4566 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4568         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
4569         (vc-update-change-log): Use dolist.
4571 2013-02-04  Chong Yidong  <cyd@gnu.org>
4573         * thingatpt.el: Rewrite the URL detection routines, absorbing some
4574         code from ffap.el.
4575         (thing-at-point-beginning-of-url-regexp): New var.
4576         (thing-at-point-uri-schemes): Update list of URI schemes.
4577         (thing-at-point-url-regexp): Variable deleted.
4578         (thing-at-point-markedup-url-regexp): Disallow newlines.
4579         (thing-at-point-newsgroup-regexp)
4580         (thing-at-point-newsgroup-heads)
4581         (thing-at-point-default-mail-uri-scheme): New variables.
4582         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
4583         method to find the possible bounds of the URI at point.
4584         New optional argument to find ill-formed URIs.
4585         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
4586         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
4587         the scheme-adding heuristics from ffap-url-at-point.
4588         (thing-at-point--bounds-of-well-formed-url): New function.
4589         Do parens matching to decide whether to include parens in the URI
4590         (Bug#9153).
4592         * ffap.el: Require thingatpt.
4593         (ffap-url-at-point): Delegate URI detection to thing-at-point.
4594         All URI-valid characters are now recognized (Bug#5673).
4595         (ffap-string-at-point): Use use-region-p.
4596         (ffap-url-regexp): Extra character is handled by thing-at-point.
4597         (ffap-string-at-point-mode-alist): Allow parentheses.
4598         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
4599         Convert to aliases; code moved to thingatpt.el.
4600         (ffap-gnus-hook): Use setq-local.
4602 2013-02-04  Glenn Morris  <rgm@gnu.org>
4604         * emacs-lisp/ert.el (ert--explain-format-atom):
4605         Don't try to print non-characters as characters.  (Bug#13543)
4607 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
4609         * net/tramp.el (tramp-debug-message): Extend function exclude list.
4610         (tramp-backtrace): New defun.
4611         (tramp-handle-insert-file-contents): Use `visit' when inserting
4612         the local copy.
4614         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
4615         Use `remote-file-name-inhibit-cache'.
4617 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4619         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
4620         (bug#13614).
4622         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
4623         current-load-list (bug#13366).
4625 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
4627         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4628         Identify g++ template instantiation trace.  (Bug#12287)
4629         (compilation-mode-hook, compilation-start-hook)
4630         (compilation-window-height): Simplify docstrings.  (Bug#13379)
4632 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4634         * mouse.el (mouse-drag-track): Always deactivate the mark before
4635         running the final event's command since that command is in charge of
4636         activating the mark if needed (bug#13523).
4638 2013-02-02  Juri Linkov  <juri@jurta.org>
4640         * replace.el (perform-replace): Move let-bindings of isearch-*
4641         variables deeper to the loop that searches for the next match.
4642         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
4643         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
4644         (Bug#13579)
4646         * isearch.el (isearch-search-fun-default): Check for null
4647         first element of isearch-cmds as a precaution when it's used
4648         with inactive isearch.
4650 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
4652         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
4653         error when buffer in question is narrowed so position 1 is out of
4654         visible part.
4656 2013-02-02  Glenn Morris  <rgm@gnu.org>
4658         * textmodes/remember.el (remember-clipboard): Doc fix.
4660 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4662         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
4663         properties (bug#13179).
4665 2013-02-02  Juri Linkov  <juri@jurta.org>
4667         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
4668         instead of hard-coded default face `match'.  (Bug#9438)
4670 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
4672         * vc/vc-arch.el (vc-arch-registered):
4673         * vc/vc-bzr.el (vc-bzr-registered):
4674         * vc/vc-cvs.el (vc-cvs-registered):
4675         * vc/vc-git.el (vc-git-registered):
4676         * vc/vc-hg.el (vc-hg-registered):
4677         * vc/vc-mtn.el (vc-mtn-registered):
4678         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
4679         (Bug#13139)
4681         * info.el (Info-next-reference, Info-prev-reference): Add numeric
4682         prefix argument.  (Bug#11656)
4684 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4686         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
4688 2013-02-01  Glenn Morris  <rgm@gnu.org>
4690         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
4691         if the backend is known not to support it.
4693         * imenu.el (imenu-default-create-index-function):
4694         Tweak infinite loop test to check for forward motion as well as none.
4696 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
4698         * net/soap-client.el (soap-invoke): Encode the string for
4699         `url-request-data' as UTF-8.
4700         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4702 2013-02-01  Glenn Morris  <rgm@gnu.org>
4704         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4706         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4708 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
4710         * net/tramp.el (tramp-tramp-file-p): Comment check for
4711         `string-as-unibyte'.  The function does not exist on XEmacs, and
4712         likely we need another approach.
4714         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4715         `tramp-gw-*' variables are bound.
4717 2013-01-31  Glenn Morris  <rgm@gnu.org>
4719         * files.el (basic-save-buffer-2): Choose coding system for
4720         writing the file before backing it up, to reduce delay between
4721         backing up and writing the new version.  (Bug#13522)
4723 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
4725         * simple.el (cycle-spacing): New command.
4726         (just-one-space): Use it.
4728 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4730         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
4731         (opascal-newline-always-indents): Remove custom.
4732         (opascal-tab, opascal-newline): Remove commands.
4733         (opascal-new-comment-line): Insert "\n" instead of calling newline.
4734         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4735         (opascal-save-match-data): Remove, use save-match-data instead.
4736         (opascal-save-state): Use with-silent-modifications.
4738         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4739         (bug#13585).
4741 2013-01-30  Juri Linkov  <juri@jurta.org>
4743         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4744         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
4745         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4747 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4749         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4750         column if we're just deleting the backslashes.
4751         (makefile-fill-paragraph): Use eolp.
4753 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
4755         * autorevert.el (auto-revert-use-notify): Fix docstring.
4757 2013-01-30  Leo Liu  <sdl.web@gmail.com>
4759         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4761 2013-01-30  Glenn Morris  <rgm@gnu.org>
4763         * mouse.el (mouse-drag-line): Avoid pushing same event onto
4764         unread-command-events twice in some cases.  This tries to implement
4765         the 2012-07-26 changes in a different way.  (Bug#13560)
4767 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4769         * progmodes/python.el
4770         (python-pdbtrack-comint-output-filter-function): Enhancements on
4771         stacktrace detection.  (thanks @gnovak)
4773 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4775         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4776         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4777         Use defvar-local.
4778         (jit-lock-register): Use setq-local.
4780 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
4782         * calc-units.el (math-default-units-table): Remove initial value.
4783         (calc-convert-units): Treat expressions where all the units cancel as
4784         if they didn't have units.
4786 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
4788         * net/tramp.el (tramp-process-connection-type): Fix docstring.
4789         (tramp-completion-reread-directory-timeout): Fix type.
4790         (tramp-connection-min-time-diff): New defcustom.
4792         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4794 2013-01-30  Glenn Morris  <rgm@gnu.org>
4796         * imenu.el (imenu-default-create-index-function):
4797         Put back a version of the infinite loop test removed 2013-01-23.
4799 2013-01-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4801         * progmodes/python.el (python-shell-parse-command):
4802         Find python-shell-interpreter with modified environment.
4804 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4806         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4808 2013-01-29  Alan Mackenzie  <acm@muc.de>
4810         Amend to fontify /regexp/s in actions correctly.
4811         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4812         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4813         are no longer included.
4814         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4815         What used to be these variables without "-line" in the name.
4816         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
4817         (c-awk-non-arith-op-bra-re): Now also matches {.
4818         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4819         "return", and "case".
4820         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4821         by /.
4822         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4823         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4825 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
4827         * autorevert.el (auto-revert-use-notify):
4828         Use `custom-initialize-default' for initialization.  (Bug#13583)
4830         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4832         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4833         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
4834         in `tramp-file-name-handler'.
4835         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4836         compatibility.
4837         (tramp-compute-multi-hops): Check, whether
4838         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4840 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4842         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4843         (bug#13297).
4845 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
4847         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4848         checks made superfluous by the \_< operator.
4849         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4850         temporarily) broken indentation.
4851         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4852         Highlight nested constants, too.  \_< broke that.
4854 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
4856         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4857         instead of "\\b".
4859 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
4861         * autorevert.el (auto-revert-handler): Notifications which result
4862         from a saved file shall not be taken into account.  (Bug#13557)
4864 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
4866         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4867         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4868         (lisp-mode): Pass t for it.  (Bug#13556)
4870 2013-01-25  Alan Mackenzie  <acm@muc.de>
4872         AWK Mode: Fix indentation bug at top level.  Bug #12274.
4874         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4875         just before CASE 5D.
4877 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
4879         * net/socks.el (socks-nslookup-host): Use string-to-number.
4881 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
4883         * autorevert.el (auto-revert-remote-files)
4884         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
4885         (auto-revert-notify-enabled, auto-revert-use-notify)
4886         (auto-revert-notify-watch-descriptor-hash-list)
4887         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
4888         (auto-revert-notify-event-descriptor)
4889         (auto-revert-notify-event-action)
4890         (auto-revert-notify-event-file-name): Doc fix.
4891         (global-auto-revert-mode): Reorder checks.
4892         (auto-revert-notify-rm-watch): Respect changed values of
4893         `auto-revert-notify-watch-descriptor-hash-list'.
4894         (auto-revert-notify-add-watch): Check for
4895         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
4896         `inotify-add-watch'.  Watch `default-directory' instead of
4897         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
4898         has a changed meaning now.  (Bug#13540)
4899         (auto-revert-notify-handler): Change implementation wrt events
4900         returning from a directory.
4901         (auto-revert-handler): Reorder implementation for checks of remote
4902         files.
4903         (auto-revert-buffers): Fix parentheses error.
4905 2013-01-25  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
4907         * progmodes/python.el: Enhancements to header documentation about
4908         skeletons.  (Bug#5716)
4910         * imenu.el (imenu-default-create-index-function): Remove useless
4911         infinite loop check.  (Bug#13438)
4913 2013-01-25  Alan Mackenzie  <acm@muc.de>
4915         Fix a bug in the state cache mechanism.  Refactor this a bit.
4917         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
4918         `cache-pos' element from the return value.
4919         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
4920         buffer to enable proper searching from beyond HERE.  Amend the
4921         test for detecting the sought brace pair.  Amend the value written
4922         to the "brace desert cache" when the brace isn't found.
4923         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
4924         and several other variables analogously.
4925         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
4926         parameter to a locally calculated variable.
4927         (c-parse-state-1): Change the calling conventions to the two
4928         defuns involving `cache-pos'.
4930 2013-01-25  Chong Yidong  <cyd@gnu.org>
4932         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
4934 2013-01-24  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
4936         * paren.el (show-paren-function): Make sure to set 'priority and
4937         'face only if the overlay does exist.
4939 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
4941         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
4943         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
4944         basic attributes.
4945         (tramp-sh-handle-set-file-acl): Improve error checking.
4947 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
4949         * doc-view.el (doc-view-display): Force mode line update until all
4950         document is converted.  Suggested by Stefan Monnier (Bug#13164).
4952 2013-01-23  Bastien Guerry  <bzg@gnu.org>
4954         * paren.el (show-paren-function): Make sure an overlay exists
4955         before trying to delete it.  Also use `pos' as a position only
4956         when it is an integer.
4958 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
4960         * play/gametree.el (gametree-break-line-here): Use point-marker.
4962 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
4964         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4965         Mark descriptive parts with `display' property.
4967 2013-01-21  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
4969         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
4970         New variable to map standard dict names to hunspell ones.
4971         (ispell-set-spellchecker-params): Make sure specific dict names
4972         are used for standard dicts with hunspell.
4974 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
4976         * textmodes/reftex-cite.el (reftex-format-citation): Add format
4977         chars for note (%N) and url (%U).
4978         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
4980 2013-01-21  Juri Linkov  <juri@jurta.org>
4982         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
4983         in addition to existing separate binding `meta f10' in `global-map'.
4984         (Bug#13484)
4986 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
4988         Improve XEmacs compatibility.
4990         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
4992         * net/tramp-adb.el (top): Require `time-date'.
4993         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
4994         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
4995         Use `tramp-file-name-handler'.
4996         (tramp-adb-maybe-open-connection):
4997         Use `tramp-compat-set-process-query-on-exit-flag'.
4999         * net/tramp-sh.el (tramp-sh-handle-file-acl):
5000         Use `tramp-compat-funcall'.
5002         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
5003         `tramp-compat-funcall'.
5005 2013-01-21  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5007         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
5008         reimplementation using "adb shell command ..." instead of running
5009         remote shell interactively.
5011 2013-01-20  Glenn Morris  <rgm@gnu.org>
5013         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5014         Add native profiler menu entries.
5016         * profiler.el (profiler-running-p): New function.
5017         (profiler-cpu-profile): Use profiler-running-p.
5018         (profiler-report-mode-map): Add some more menu entries.
5020 2013-01-19  Glenn Morris  <rgm@gnu.org>
5022         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
5023         fixes 2012-12-07 change.  (Bug#13499)
5025 2013-01-19  Leo Liu  <sdl.web@gmail.com>
5027         * dired.el (dired-get-marked-files): Prune erroneous values due to
5028         last change.  (Bug#13152)
5030 2013-01-19  Glenn Morris  <rgm@gnu.org>
5032         * progmodes/etags.el (tags-table-check-computed-list):
5033         Preserve point in tags buffer.  (Bug#13412)
5035         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5037 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
5038             Chong Yidong  <cyd@gnu.org>
5040         * image-mode.el (image-next-file, image-previous-file):
5041         New commands (Bug#8453).
5042         (image-mode-map): Bind them to n and p.
5043         (image-mode--images-in-directory): New helper function.
5045 2013-01-19  Chong Yidong  <cyd@gnu.org>
5047         * image-mode.el (image-mode-fit-frame): Add a frame argument.
5048         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
5049         save and restore the old window configuration.
5051 2013-01-18  Leo Liu  <sdl.web@gmail.com>
5053         * progmodes/js.el: Tweak autoload cookie for alias.
5055 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
5057         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
5058         buffer local, again.  This was lost with the fix on 2013-01-12.
5060 2013-01-17  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5062         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
5063         order to support several eshell buffers in parallel.
5065 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
5067         * autorevert.el (auto-revert-use-notify): In the :set function, do
5068         not modify `kill-buffer-hook'.
5069         (auto-revert-notify-rm-watch):
5070         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
5071         (auto-revert-notify-add-watch): Do not call
5072         `auto-revert-notify-rm-watch', but add it to a buffer local
5073         `kill-buffer-hook'.
5075 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5077         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
5078         call to `eval' rather than a backquoted lambda.
5080 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5082         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
5083         to return an explicit nil.
5084         (advice--remove-function): Change accordingly.
5086         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
5087         the use of nadvice.el.
5089         * progmodes/which-func.el (which-function): Silence imenu errors
5090         (bug#13433).
5092 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
5094         * progmodes/sql.el (sql-imenu-generic-expression):
5095         (sql-mode-font-lock-object-name): Match schema qualified names.
5096         (sql-connect): Use string keys.
5097         (sql-product-interactive): Wait for interpreter prompt.
5098         (sql-comint-oracle): Set process coding based on NLS_LANG.
5100 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
5102         * progmodes/sql.el (sql-output-to-send): Remove, unused.
5103         (sql-interactive-remove-continuation-prompt):
5104         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
5106 2013-01-14  Leo Liu  <sdl.web@gmail.com>
5108         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
5109         (Bug#13420)
5111 2013-01-14  Glenn Morris  <rgm@gnu.org>
5113         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5114         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
5116 2013-01-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5118         * progmodes/python.el (python-nav-end-of-statement):
5119         Fix cornercase when handling multiline strings.
5121 2013-01-13  Richard Stallman  <rms@gnu.org>
5123         * mail/sendmail.el (mail-position-on-field): Add doc string.
5125         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5126         Get current message boundaries and pass them to
5127         message-forward-make-body-mime.  Minor style changes.
5129 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
5131         * cus-start.el (all): Avoid warnings about
5132         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
5134 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
5136         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
5138 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5140         * jit-lock.el (jit-lock-debug-mode): New minor mode.
5141         (jit-lock--debug-fontifying): New var.
5142         (jit-lock--debug-fontify): New function.
5143         * subr.el (condition-case-unless-debug): Don't prevent catching the
5144         error, just let the debbugger run.
5145         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
5146         timer code and don't drop errors silently.
5148 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
5150         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
5151         `permanent-local' property.
5152         (auto-revert-notify-handler): Use `file-equal-p'.
5154 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
5156         * autorevert.el (auto-revert-notify-handler): Fix filtering of
5157         file notification by ACTION.  For filtering by file name, compare
5158         only the non-directory part of the file name.
5160 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5162         * autorevert.el: Use cl-lib instead of cl.
5164         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
5165         (vc-bzr-checkin): Use it.
5166         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
5167         will preserve match-data.
5169 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
5171         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
5172         (js--declaration-keyword-re): New var.
5173         (js--multi-line-declaration-indentation): New function.
5174         (js--proper-indentation): Use it.
5176 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
5178         * calc/calc.el (calc-highlight-selections-with-faces)
5179          (calc-dispatch):
5180         * comint.el (comint-history-isearch-message):
5181         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
5182         * ffap.el (ffap-string-at-point-region, ffap-next)
5183         (ffap-string-at-point, ffap-string-around)
5184         (ffap-copy-string-as-kill, ffap-highlight-overlay)
5185         (ffap-literally):
5186         * font-lock.el (font-lock-keywords-alist)
5187         (font-lock-removed-keywords-alist):
5188         * help-mode.el (help-xref-symbol-regexp):
5189         * info.el (Info-find-emacs-command-nodes):
5190         * international/mule.el (add-to-coding-system-list):
5191         * isearch.el (isearch-message-function, isearch-fail-pos):
5192         * misearch.el (multi-isearch-next-buffer-function):
5193         * newcomment.el (comment-box):
5194         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
5195         (pr-setting-database):
5196         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
5197         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
5198         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
5199         (pike-font-lock-keywords-3):
5200         * progmodes/compile.el (compile):
5201         * progmodes/etags.el (tags-table-files)
5202         (tags-table-files-function, tags-included-tables-function):
5203         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
5204         (gdb-restore-windows):
5205         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
5206         (ps-n-up-filling-database):
5207         * server.el (server-buffer, server-log):
5208         * simple.el (newline, delete-backward-char, delete-forward-char)
5209         (minibuffer-history-isearch-message, kill-line, track-eol)
5210         (temporary-goal-column):
5211         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
5212         (flyspell-default-deplacement-commands):
5213         * textmodes/ispell.el (ispell-accept-output):
5214         * textmodes/sgml-mode.el (html-tag-help):
5215         * vc/compare-w.el (compare-ignore-whitespace)
5216         (compare-ignore-case, compare-windows-dehighlight):
5217         * vc/diff.el (diff):
5218         * whitespace.el (whitespace-point)
5219         (whitespace-font-lock-refontify, whitespace-bob-marker)
5220         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
5222 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
5224         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
5225         (auto-revert-notify-rm-watch): Ignore errors.
5226         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
5227         inotify, and '(size last-write-time) for w32notify.
5228         Set buffer-local `auto-revert-use-notify' to nil when adding a file
5229         watch fails - this is a fallback to the file modification check.
5230         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
5231         (auto-revert-notify-event-action)
5232         (auto-revert-notify-event-file-name): New defuns.
5233         (auto-revert-notify-handler): Use them.  Implement first
5234         plausibility checks.
5235         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
5237 2013-01-11  Julien Danjou  <julien@danjou.info>
5239         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
5240         max are almost equal.  Also return the correct value for V which is
5241         already between 0 and 1.
5243 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
5245         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
5247 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
5249         * autorevert.el (auto-revert-notify-rm-watch)
5250         (auto-revert-notify-add-watch): Fix typos in w32notify function
5251         names.
5253 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
5255         * autorevert.el (auto-revert-notify-enabled): Move up.
5256         (auto-revert-use-notify): New defcustom.
5257         (auto-revert-mode, global-auto-revert-mode)
5258         (auto-revert-notify-add-watch, auto-revert-handler)
5259         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
5260         `auto-revert-notify-enabled'.
5262 2013-01-10  Elias Pipping  <pipping@exherbo.org>
5264         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
5265         * doc-view.el (doc-view-document->bitmap):
5266         Use doc-view-single-page-converter-function instead of
5267         single-page-converter arg; adjust callers.
5269 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
5271         * progmodes/which-func.el (which-function): Understand Semantic's use
5272         of overlays in imenu--index-alist.
5274 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
5276         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
5277         (Man-man-k-use-anchor): New var.
5278         (Man-parse-man-k): New function.
5279         (Man-completion-table): Use it.
5280         (man): Flush the completion cache between uses.
5282 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
5284         * autorevert.el: Add file watch support.
5285         (auto-revert-notify-enabled): New defconst.
5286         (auto-revert-notify-watch-descriptor-hash-list)
5287         (auto-revert-notify-watch-descriptor)
5288         (auto-revert-notify-modified-p): New defvars.
5289         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5290         (auto-revert-notify-handler): New defuns.
5291         (auto-revert-mode, global-auto-revert-mode): Remove file watches
5292         when mode is disabled.
5293         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
5294         (auto-revert-buffers): Add file watches for active buffers.
5296 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
5298         * cus-start.el (toplevel): Only allow float values for
5299         scroll-up-aggressively and scroll-down-aggressively.
5300         Allow any number for line-spacing.
5302 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5304         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
5305         (doc-view-pdf->png-converter-function): Use mupdf if available.
5306         (doc-view-djvu->png-converter-function)
5307         (doc-view-ps->png-converter-function): Remove.
5308         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
5309         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
5310         (doc-view-already-converted-p): Adjust accordingly.
5311         (doc-view-mode-p): Simplify.
5312         (doc-view-enlarge): Use setq-local.
5313         (doc-view-pdf->png-converter-ghostscript)
5314         (doc-view-djvu->png-converter-ddjvu)
5315         (doc-view-pdf->png-converter-mupdf): Rework to call
5316         doc-view-start-process directly.
5317         (doc-view-pdf/ps->png): Simplify accordingly.
5318         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
5319         (doc-view-document->bitmap): Rename from doc-view-document->png.
5320         (doc-view-convert-current-doc): Merge pdf and djvu cases.
5321         (doc-view-set-slice-from-bounding-box): Fix completion table.
5322         (doc-view-mode): Use add-hook for after-revert-hook.
5324 2013-01-10  Glenn Morris  <rgm@gnu.org>
5326         * emacs-lisp/authors.el (authors-ignored-files)
5327         (authors-valid-file-names, authors-renamed-files-alist):
5328         Add some more entries.
5330 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5332         * image-mode.el (image-mode-winprops): Don't throw away the fallback
5333         `t' pseudo-window entry.
5335 2013-01-10  Alan Mackenzie  <acm@muc.de>
5337         Fix bugs in the c-parse-state mechanism.  Reuse some markers
5338         instead of continually generating new ones.
5340         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
5341         (c-state-old-cpp-end-marker): New variables.
5342         (c-append-lower-brace-pair-to-state-cache): Start a backward
5343         search for "}" definitively outside CPP constructs.
5344         (c-remove-stale-state-cache): Inform the caller of a need to
5345         search back for a brace pair in certain circumstances.
5346         (c-state-maybe-marker): New macro.
5347         (c-parse-state): Reuse markers when appropriate.
5349 2013-01-10  Glenn Morris  <rgm@gnu.org>
5351         * simple.el (execute-extended-command): Doc fix.
5352         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
5354 2013-01-10  Chong Yidong  <cyd@gnu.org>
5356         * faces.el (read-face-name): Doc fix.
5358 2013-01-10  Roland Winkler  <winkler@gnu.org>
5360         * emacs-lisp/crm.el: Allow any regexp for separators.
5361         (crm-default-separator): All spaces around the default comma separator.
5362         (crm--completion-command): New macro.
5363         (crm-completion-help, crm-complete, crm-complete-word): Use it.
5364         (crm-complete-and-exit): Handle non-single-char separators.
5366 2013-01-09  Elias Pipping  <pipping@lavabit.com>
5368         * doc-view.el: Add support for DjVu (bug#13164).
5369         (doc-view-djvu->png-converter-function): New config var.
5370         (doc-view-single-page-converter-function, doc-view--image-type)
5371         (doc-view--image-file-extension): New vars.
5372         (doc-view-mode): Initialize them.
5373         (doc-view-goto-page): Use them.
5374         (doc-view-mode-p): Add support for ddjvu.
5375         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
5376         (doc-view-set-up-single-converter): New funs.
5377         (doc-view-pdf/ps->png): Extend for djvu.
5378         (doc-view-document->png): Rename from doc-view-pdf->png.
5379         (doc-view-convert-current-doc): Handle djvu.
5380         (doc-view-insert-image, doc-view-display)
5381         (doc-view-already-converted-p): Don't hardcode png.
5382         (doc-view-set-doc-type): Recognize djvu docs.
5384 2013-01-09  Elias Pipping  <pipping@lavabit.com>
5386         * doc-view.el: Add support for mupdf converter (bug#13164).
5387         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
5388         (doc-view-ps->png-converter-function): New config vars.
5389         (doc-view-pdf->png-converter-ghostscript)
5390         (doc-view-ps->png-converter-ghostscript)
5391         (doc-view-pdf->png-converter-mupdf): New functions.
5392         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
5394 2013-01-09  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5396         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
5397         first in session cache: When `tramp-own-remote-path' is in
5398         `tramp-remote-path', the remote path is only set in the session
5399         cache.
5401 2013-01-09  Glenn Morris  <rgm@gnu.org>
5403         * emacs-lisp/trace.el (trace-function-foreground)
5404         (trace-function-background): Doc fix.
5406 2013-01-09  Juri Linkov  <juri@jurta.org>
5408         * international/mule-cmds.el (read-char-by-name): Move let-binding
5409         of completion-ignore-case around completing-read to fix regression
5410         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
5411         `string-match-p' using the nil value of `case-fold-search' and
5412         `completion-ignore-case' in `completion-pcm--all-completions'.
5413         (Bug#12615).
5415 2013-01-09  Glenn Morris  <rgm@gnu.org>
5417         * progmodes/compile.el (compilation-parse-errors):
5418         Fix typo.  (Bug#13369)
5420 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
5422         * comint.el (comint-send-input): Check size of buffer before
5423         waiting for process output, in case already accepted.  (Bug#13290)
5425 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
5427         Spelling fixes.
5428         * net/tramp-adb.el (tramp-adb-get-toolbox):
5429         Fix misspelling of 'unknown'.
5431 2013-01-08  Juri Linkov  <juri@jurta.org>
5433         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5434         * progmodes/flymake.el (flymake-errline, flymake-warnline):
5435         Use underline style wave on terminals that support it.  (Bug#13000)
5437 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
5440         the predicate returns nil.
5442         * simple.el: Use lexical-binding.
5443         (primitive-undo): Use pcase.
5444         (minibuffer-history-isearch-push-state): Use a closure.
5446 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5448         * simple.el (primitive-undo): Move from undo.c.
5450 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5452         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
5453         (cvs-mode-remove-handled): Use it (bug#13380).
5455         * emacs-lisp/nadvice.el (advice--tweak): New function.
5456         (advice--remove-function, advice--subst-main): Use it.
5458         * emacs-lisp/advice.el: Update commentary.
5460 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
5462         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5463         Remove spurious entry.
5465 2013-01-08  Glenn Morris  <rgm@gnu.org>
5467         * net/tramp.el (tramp-default-host-alist): Add :version.
5469 2013-01-08  Juri Linkov  <juri@jurta.org>
5471         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
5472         single completion.  (Bug#12456)
5473         (info--manual-names): Expand node completions into an explicit list
5474         before appending it to another list.  Filter out internal buffers
5475         with the leading space in the buffer name.  (Bug#10771)
5477 2013-01-08  Juri Linkov  <juri@jurta.org>
5479         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
5480         that defaults to the Top node.
5481         (Info-goto-node, Info-read-node-name): Doc fix to mention that
5482         the short format (FILENAME) goes to the Top node.
5483         (Info-build-node-completions): Rename arg `file' to `filename'.
5484         (Bug#13365)
5486 2013-01-07  Bastien Guerry  <bzg@gnu.org>
5488         * menu-bar.el (menu-bar-search-documentation-menu):
5489         Use `apropos-user-option' and fix the help message.
5491 2013-01-07  Bastien Guerry  <bzg@gnu.org>
5493         * apropos.el (apropos-do-all): Update docstring.
5494         (apropos-user-option-button): New face.
5495         (apropos-user-option): Rename from `apropos-variable' and update
5496         docstring.
5497         (apropos-variable): Rewrite, now show all variables by default.
5498         (apropos-print): Mention "User option" instead of "Variable" when
5499         printing doc for user options.  (Bug#13276)
5501 2013-01-07  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5503         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5504         Handle filename correctly, when parsing "source -> target" symlink
5505         output.
5506         (tramp-adb-handle-set-file-times): New defun.
5508 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5510         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
5511         advice list when the interactive-spec of ad-Advice-* changes.
5513 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5515         * wid-edit.el (widget-default-get): Work for inlined elements.
5516         (Bug#12670)
5518 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
5520         * net/tramp.el (tramp-default-host-alist): New defcustom.
5521         (tramp-find-host): Use it.
5522         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
5523         `eshell-directory-change-hook'.
5525         * net/tramp-adb.el (top): Add adb specific entry in
5526         `tramp-default-host-alist'.
5527         (tramp-adb-file-name-host): Remove function.
5528         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5529         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
5531         * net/tramp-sh.el: Move eshell integration code to tramp.el.
5533 2013-01-06  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5535         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
5537 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
5539         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
5540         consist of more than one digit.
5541         (tramp-adb-file-name-handler-alist):
5542         Use `tramp-handle-file-exists-p' consistently.
5543         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
5544         (tramp-adb-handle-file-exists-p): Remove function.
5545         (tramp-adb-file-name-host): New defun.
5546         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5547         Use it.
5548         (tramp-adb-maybe-open-connection): Set "remote-path" property.
5550 2013-01-06  Chong Yidong  <cyd@gnu.org>
5552         * vc/vc.el (vc-next-action): Detect buffer modifications
5553         conflicting with locking VCS operation (Bug#11490).
5555         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
5557 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
5559         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5560         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
5562 2013-01-05  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5564         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
5565         parsing of ls output using regular expression (handle filenames
5566         with spaces).  Use virtual device number.
5567         (tramp-do-parse-file-attributes-with-ls): New defun (Code
5568         cleanup).
5570 2013-01-04  Daiki Ueno  <ueno@gnu.org>
5572         * epg.el: Silence byte-compiler warnings.
5573         (epg--start): Use delete-char instead of delete-backward-char.
5574         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
5576 2013-01-04  Daiki Ueno  <ueno@gnu.org>
5578         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
5579         Suggested by Eli Zaretskii  <eliz@gnu.org>.
5581 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
5583         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
5584         non-negative integers.  Otherwise, the default values are used.
5585         (tramp-convert-file-attributes): Convert uid and gid to integers.
5587 2013-01-04  Glenn Morris  <rgm@gnu.org>
5589         * term.el (term-handle-colors-array): Ensure face attributes
5590         are fully specified, not nil.  (Bug#13337)
5592         * term.el (term-default-fg-color, term-default-bg-color):
5593         Fix custom type.
5595         * progmodes/etags.el (tags-compression-info-list): Doc fix.
5596         (tag-find-file-of-tag-noselect): Check auto-compression-mode
5597         rather than 'jka-compr being loaded.  (Bug#13338)
5599 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
5601         * icomplete.el (icomplete-completions):
5602         Honor icomplete-prospects-height once more following
5603         2012-11-29 changes.  (Bug#13224)
5605 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5607         * subr.el (internal--called-interactively-p--get-frame): Find aliases
5608         of called-interactively-p as well (bug#13237).
5610         * view.el (view--enable, view--disable): Rename from view-mode-enable
5611         and view-mode-disable and assume it's called from view-mode.
5612         (view-mode-enable, view-mode-disable): Redefine as obsolete
5613         compatibility layer above view-mode.
5614         (view-mode-enter): Call `view-mode'.
5616         * files.el (after-find-file): Call `view-mode'.
5618         * doc-view.el (doc-view-scale-internally): New var.
5619         (doc-view-enlarge, doc-view-insert-image): Obey it.
5621 2013-01-03  Daiki Ueno  <ueno@gnu.org>
5623         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
5624         exist.  (Bug#13344)
5626 2013-01-03  Glenn Morris  <rgm@gnu.org>
5628         * mail/rmail.el (rmail-set-header-1): Ignore case.
5629         Handle multi-line headers.  (Bug#13330)
5631         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
5632         Handle paragraph starting at beginning of buffer.
5634         * subr.el (eval-after-load): Don't purecopy the form, so that it
5635         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
5637         * emacs-lisp/byte-run.el (defun): Place cl declarations
5638         after any interactive spec.  (Bug#13265)
5640 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
5642         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
5643         defun.  Don't check for DECL if DOCSTRING isn't a string.
5644         (defun): Likewise.
5646 2013-01-02  Glenn Morris  <rgm@gnu.org>
5648         * eshell/em-cmpl.el (eshell-pcomplete):
5649         More thoroughly imitate pcomplete.  (Bug#13293)
5651         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
5652         Return nil for empty path elements.  (Bug#13296)
5654 2013-01-02  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5656         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
5657         order to improve efficiency (Based on Daniel Colascione's
5658         <dancol@dancol.org> patch).  (Bug#13182)
5660 2013-01-02  Glenn Morris  <rgm@gnu.org>
5662         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
5664 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
5666         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
5667         neither DOCSTRING nor DECL was given.  (Bug#13316)
5669 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
5671         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
5672         `error' call.
5673         (tramp-do-copy-or-rename-file): Ignore errors when calling
5674         `set-file-extended-attributes'.
5676         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5677         Add handler for `file-acl'.
5678         (tramp-smb-handle-file-acl): New defun.
5680 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
5682         * calc/README: Mention ISO 8601 week-numbering dates.
5684 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
5686         * view.el (view-mode-enable): New argument run-view-mode-hook.
5687         Run view-mode-hook only when it's non-nil (Bug#13315).
5688         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
5689         argument t.
5691 2012-12-31  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5693         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5694         (No device connected, invalid device name).  (Bug #13299)
5696 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
5698         * window.el (window-resizable--p): Rename to window-resizable-p.
5699         (window-resize-no-error): New function.
5701         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5702         broken in fix from 2012-12-28.
5704 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5706         * subr.el (special-form-p): Don't signal errors on undef aliases.
5708 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
5710         * calc/calc-forms.el (math-parse-date): Try using
5711         `math-parse-iso-date' when it looks like it might be needed.
5712         Allow times of 24:00.
5713         (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5714         of 24:00.
5716 2012-12-30  Glenn Morris  <rgm@gnu.org>
5718         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5719         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
5720         (rmail-summary-displayed, rmail-summary): Declare.
5721         (mairix-rmail-display): Just require rmail.
5723 2012-12-30  Chong Yidong  <cyd@gnu.org>
5725         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5726         check for the tarball contents.
5728 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
5730         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5731         tarfile content listings (Bug#13136).
5733 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
5735         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5736         Insert the undecoded text of the message being forwarded.  (Bug#9521)
5738 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
5740         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5741         integers, if they are real numbers.  (Bug#13282)
5743         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5744         Return `t' on success.
5746         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5747         Add handler for `set-file-selinux-context'.
5749 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
5751         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5752         (tramp-sh-handle-set-file-acl): Return `t' on success.
5754 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
5756         * files.el (backup-buffer-copy, basic-save-buffer-2):
5757         If set-file-extended-attributes fails, fall back on set-file-modes
5758         instead of signaling an error.  (Bug#13298)
5759         (basic-save-buffer): Likewise.
5761 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5763         * progmodes/python.el: Support other commands triggering
5764         python-indent-line so indentation cycling continues to work.
5765         (python-indent-trigger-commands): New defcustom.
5766         (python-indent-line): Use it.
5768 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5770         * progmodes/python.el (python-shell-send-region): Add blank lines
5771         for non sent code so backtraces remain correct.
5773 2012-12-29  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
5775         * progmodes/python.el: Remove cl dependency.
5776         (python-syntax-count-quotes): Replace incf call.
5777         (python-fill-string): Replace setf call.
5779 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
5781         * info.el (info-other-window): New arg, for consistency with info.
5783 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
5785         * mail/rmail.el (rmail-maybe-display-summary):
5786         Rewrite (Bug#13066).
5788 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
5790         * epg.el (epg--start): Modify process-environment locally.
5792 2012-12-28  Daiki Ueno  <ueno@gnu.org>
5794         * epg.el: Support pinentry-curses.
5795         Suggested by Werner Koch in
5796         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5797         (epg-agent-file, epg-agent-mtime): New variable.
5798         (epg--start): Record the modified time of gpg-agent socket file,
5799         to restore Emacs frame after pinentry-curses termination.
5800         (epg-wait-for-completion): Restore Emacs frame here.
5802 2012-12-27  Juri Linkov  <juri@jurta.org>
5804         * info.el (Info-file-completions): New variable.
5805         (Info-read-node-name-1): Complete node names in the Info file
5806         when a file name is given.  Call `Info-build-node-completions'
5807         with a file name.
5808         (Info-build-node-completions): Add new arg `file'.  When it is
5809         non-nil, visit it in a temporary buffer and cache its completions in
5810         `Info-current-file-completions'.  Move most of the function body to
5811         `Info-build-node-completions-1'.
5812         (Info-build-node-completions-1): New function with the body from
5813         `Info-build-node-completions'.  (Bug#12456)
5815 2012-12-27  Juri Linkov  <juri@jurta.org>
5817         * frame.el (frame-maximization-style): Remove user option.
5818         (cycle-frame-maximized): Remove function.
5819         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5820         (toggle-frame-fullscreen): New command bound to <f11> instead of
5821         `toggle-frame-maximized'.
5822         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5824 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
5826         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5828         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5829         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5830         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5831         for `file-accessible-directory-p'.  (Bug#13275)
5833 2012-12-27  Sam Steingold  <sds@gnu.org>
5835         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5836         continuations, see <http://stackoverflow.com/questions/3582436>.
5838 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
5840         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5841         "module" and "def" to have indentation before them.
5842         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5844         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5846 2012-12-27  Alan Mackenzie  <acm@muc.de>
5848         Speed up fontification where there's large brace blocks.
5849         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5850         to a call of c-beginning-of-decl-1.
5852 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
5854         * comint.el (comint-adjust-window-point): New function.
5855         (comint-postoutput-scroll-to-bottom):
5856         Call comint-adjust-window-point (Bug#13248).
5858 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
5860         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5861         Rakefile regexp.
5862         (auto-mode-alist): Associate .gemspec files with ruby-mode
5863         (https://bugs.ruby-lang.org/issues/5453).
5865 2012-12-26  JĂ¼rgen Hötzel  <juergen@archlinux.org>
5867         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5868         Suppress coloring, if possible (required for BusyBox based systems like
5869         CyanogenMod).
5870         (tramp-adb-handle-file-attributes)
5871         (tramp-adb-handle-insert-directory)
5872         (tramp-adb-handle-file-name-all-completions): Use it.
5873         (tramp-adb-get-toolbox): New defun.  Check for remote shell
5874         implementation (BusyBox or Toolbox).
5876 2012-12-24  Constantin Kulikov  <zxnotdead@gmail.com>  (tiny change)
5878         * startup.el (initial-buffer-choice): Allow function as value
5879         (Bug#13251).
5880         (command-line-1): Handle case where initial-buffer-choice
5881         specifies a function.
5882         * server.el (server-execute): Handle case where
5883         initial-buffer-choice specifies a function.
5885 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
5887         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
5888         its own function.
5889         (smtpmail-try-auth-methods): Forget the user name/password if the
5890         login is unsuccessful (bug#12424).
5892 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
5894         * notifications.el (notifications-notify): Protect body with
5895         `with-demoted-errors'.
5897         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5898         Check properties of remote device.  Restart connection, if there is a
5899         change.
5901 2012-12-21  Chong Yidong  <cyd@gnu.org>
5903         * sort.el (sort-subr): Doc fix (Bug#13056).
5905 2012-12-21  Bastien Guerry  <bzg@gnu.org>
5907         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
5909 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
5911         * simple.el (process-file): Overwrite stderr file, if exists.
5913 2012-12-21  Daiki Ueno  <ueno@gnu.org>
5915         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
5916         (epg-error): Set `error-message' property.
5918 2012-12-21  Chong Yidong  <cyd@gnu.org>
5920         * international/mule-cmds.el (read-char-by-name): Signal an error
5921         if the user does not supply a valid character (Bug#13177).
5923         * simple.el (transpose-subr-1): Preserve marker positions by
5924         changing the insertion sequence (Bug#13122).
5926 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5928         * simple.el (kill-region): Deactivate mark even for empty regions
5929         (Bug#13169).
5931 2012-12-21  Chong Yidong  <cyd@gnu.org>
5933         * help-fns.el (describe-variable): Make sure we get the right
5934         buffer name (Bug#13105).  Suggested by Kelly Dean.
5936 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
5938         * comint.el (comint-redirect-previous-input-string): New variable.
5939         (comint-redirect-setup, comint-redirect-cleanup)
5940         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
5941         (comint-redirect-preoutput-filter): Fix verbose message.
5943 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
5945         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
5946         is too long for Tramp.  See discussion in
5947         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
5949         * progmodes/compile.el (compilation-start): Remove line escape
5950         template.
5952 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
5954         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
5955         Adjust comment.
5957 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
5959         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
5960         following non-comment text (bug#13207).
5961         (lm-header-multiline): Continuation lines need to be indented more than
5962         the first line.
5963         (lm-homepage): New function.
5964         (lm-with-file): Don't be confused if narrowing is in effect.
5966 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5968         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
5969         very beginning of a hunk (e.g. killing the first line).
5971 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
5973         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
5974         and text properties from returned ACL string.
5975         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
5976         for "setfacl" command.
5978 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
5980         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
5981         `tramp-cleanup-this-connection', when the process has died.
5982         (Bug#13151)
5984 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5986         * icomplete.el (icomplete-completions): Also use â€¦ to truncate prefix.
5988 2012-12-17  Kevin Ryde  <user42@zip.com.au>
5990         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
5992 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
5994         Add support for preserving ACL entries of files.
5996         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
5997         `set-file-acl' handlers.
5999         * net/tramp-adb.el (tramp-adb-handle-copy-file):
6000         Handle PRESERVE-EXTENDED-ATTRIBUTES.
6002         * net/tramp-compat.el (tramp-compat-copy-file):
6003         Handle PRESERVE-EXTENDED-ATTRIBUTES.
6005         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6006         Add `file-acl' and `set-file-acl' handlers.
6007         (tramp-gvfs-handle-copy-file):
6008         Handle PRESERVE-EXTENDED-ATTRIBUTES.
6009         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
6010         New defuns.
6012         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6013         Add `file-acl' and `set-file-acl' handlers.
6014         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
6015         (tramp-sh-handle-set-file-acl): New defuns.
6016         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
6017         Handle PRESERVE-EXTENDED-ATTRIBUTES.
6019         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6020         Add `file-acl' and `set-file-acl' handlers.
6021         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
6023 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
6025         * help-macro.el (make-help-screen): Instead of switch-to-buffer
6026         use pop-to-buffer with NORECORD argument t.  As buffer name, use
6027         *Metahelp* with a leading space (Bug#13190).
6029 2012-12-16  Romain Francoise  <romain@orebokech.com>
6031         * files.el (file-extended-attributes)
6032         (set-file-extended-attributes): New functions.
6033         (backup-buffer): Use them to handle both SELinux context and ACL
6034         entries.
6035         (backup-buffer-copy): Work with an alist of extended attributes,
6036         rather than an SELinux context.
6037         (basic-save-buffer-2): Ditto.
6039 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
6041         * battery.el (battery-bsd-apm): New function.
6043 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
6045         * calc/calc.el (calc-standard-date-formats): Adjust one of the
6046         standard date formats.
6048 2012-12-15  Juri Linkov  <juri@jurta.org>
6050         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
6051         `isearch-insert-char-by-name'.
6052         (with-isearch-suspended): New defmacro with body mostly from
6053         `isearch-edit-string' except the part that sets
6054         `isearch-new-string' and `isearch-new-message'.
6055         (isearch-edit-string): Use new macro `with-isearch-suspended' with
6056         body that sets `isearch-new-string' and `isearch-new-message'.
6057         (isearch-insert-char-by-name): New command.
6058         * international/mule-cmds.el (read-char-by-name): Let-bind
6059         `enable-recursive-minibuffers' to t.
6060         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
6062 2012-12-15  Juri Linkov  <juri@jurta.org>
6064         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
6065         (Bug#13175)
6067 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
6069         * dired-x.el (dired-guess-shell-command): Put colon at the end of
6070         the prompt.  (Bug#13045)
6072 2012-12-14  Glenn Morris  <rgm@gnu.org>
6074         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
6075         Try to include filename in non-bytecomp warning.  (Bug#13132)
6077 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
6079         Fix permissions bugs with setgid directories etc.  (Bug#13125)
6080         * files.el (backup-buffer): Don't rely on 9th output of
6081         file-attributes, as it's now a placeholder.  Instead, use the new
6082         optional arg of file-ownership-preserved-p.
6083         (file-ownership-preserved-p): New optional arg GROUP.
6084         Fix mishandling of setuid directories that would cause this
6085         function to return t when it should have returned nil.
6086         Document what happens if the file does not exist, and when
6087         it's not known whether the ownership will be preserved.
6088         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
6089         Likewise.
6090         (tramp-get-local-gid): Use group-gid for integer, as that's
6091         faster and more reliable.
6093 2012-12-14  Julien Danjou  <julien@danjou.info>
6095         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
6096         Update keywords list, data type and PL/pgSQL.
6098 2012-12-14  Dave Abrahams  <dave@boostpro.com>
6100         * vc/ediff-util.el (ediff-buffer-type): New function.
6101         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
6102         rather than taking it as as argument.
6103         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
6105 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
6107         * json.el: Add pretty-print option (bug#12634).
6108         (json-encoding-separator, json-encoding-default-indentation)
6109         (json--encoding-current-indentation, json-encoding-pretty-print)
6110         (json-encoding-lisp-style-closings): New vars.
6111         (json--with-indentation): New macro.
6112         (json-encode-hash-table, json-encode-alist, json-encode-plist)
6113         (json-encode-array): Use it to obey json-encoding-pretty-print.
6114         (json-pretty-print-buffer, json-pretty-print): New commands.
6116 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
6118         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6119         Extract `ruby-syntax-propertize-expansions'.
6120         (ruby-syntax-propertize-expansions): Only change syntax on
6121         certain string delimiters, to punctuation.  This way the common
6122         functions like forward-word and thing-at-point still work.
6123         (ruby-match-expression-expansion): Improve readability.
6124         (ruby-block-contains-point): New function.
6125         (ruby-add-log-current-method): Handle several edge cases.
6127 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
6129         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
6130         unload-feature finishes even when aborting an ongoing edebug session.
6131         Also, do not worry about edebug-mode, unload-feature takes care of it.
6133 2012-12-13  Andreas Schwab  <schwab@suse.de>
6135         * net/tls.el (tls-program): Update customize type.
6137 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
6139         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
6140         (edebug-setup-hook, cl-read-load-hooks): Use it.
6141         (edebug-unload-function): New function.  (Bug#13163)
6143 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
6145         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
6146         Otherwise, there could be errors in autoloading.  (Bug#13151)
6148 2012-12-13  JĂ¼rgen Hötzel  <juergen@archlinux.org>
6150         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
6151         sequences.
6153 2012-12-13  Alan Mackenzie  <acm@muc.de>
6155         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
6156         * progmodes/cc-engine.el (c-backward-comments): Add code to work
6157         around `forward-comment' not recognizing ^M as whitespace.
6159 2012-12-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6161         * progmodes/python.el (python-skeleton-class)
6162         (python-skeleton-def): Do not add space after defun name.
6164 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6166         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
6167         (cl--symbol-function): Remove (now that funbound is like nil).
6169 2012-12-12  Glenn Morris  <rgm@gnu.org>
6171         * button.el (button--area-button-p): Fix typo.
6173 2012-12-12  Sam Steingold  <sds@gnu.org>
6175         * frame.el (frame-maximization-style): New user option.
6176         (toggle-frame-maximized): Toggle frame maximization according to
6177         `frame-maximization-style', bound to <f11>.
6178         (cycle-frame-maximized): Cycle between all maximization styles and
6179         non-maximized frame, bound to shift-<f11>.
6181 2012-12-12  David CadĂ©  <codename68@gmail.com>
6183         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
6185 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
6187         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
6188         (eieio-override-prin1): Don't quote kewords and booleans.
6189         (object-write) <eieio-default-superclass>: Don't put closing parens
6190         on new line, avoid needless empty lines, align values that are objects
6191         with the slot keyword (instead of beginning on the same line).
6192         (eieio-list-prin1): Align value with slot keyword; increase
6193         eieio-print-depth before printing members of the list.
6195 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6197         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
6198         a display text-property.
6199         (report-emacs-bug-hook): Don't bother deleting it any more.
6201         * hilit-chg.el (highlight-save-buffer-state): Delete.
6202         Use with-silent-modifications instead.
6203         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
6205         * button.el: Handle buttons in display text-properties.
6206         (button--area-button-p, button--area-button-string):
6207         Use (STRING . STRING-POS) representation instead of just STRING.
6209 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
6211         * makefile.w32-in (compile4-SH): Fix a typo that caused term
6212         subdirectory be skipped.
6214 2012-12-11  Glenn Morris  <rgm@gnu.org>
6216         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
6218         * progmodes/f90.el (f90-line-continued, f90-indent-region):
6219         Treat preprocessor lines embedded in continuations like comments.
6220         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
6222 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
6224         * calc/calc.el (calc-standard-date-formats): Add more date
6225         formats.
6226         * calc/calc-forms.el (math-parse-iso-date): New function.
6227         (math-parse-date): Use `math-parse-iso-date' when appropriate.
6228         (math-parse-iso-date-validate): Add extra error checking.
6229         (calc-date-notation): Add ability to access new date formats.
6231 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6233         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
6234         font-lock as well as when there's no text-property.
6236 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
6238         * hi-lock.el: Refine the choice of default face.
6239         (hi-lock-keyword->face): New function.  Use it wherever we used
6240         cadadadr instead.
6241         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
6242         (hi-lock--last-face): Remove var.
6243         (hi-lock--unused-faces): New var to replace it.
6244         (hi-lock-read-face-name): Use/maintain it.
6245         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
6246         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
6247         if it has another face.
6249 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
6251         * subr.el (w32notify-handle-event): New function.
6252         (inotify-handle-event): Doc fix.
6254 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
6256         * subr.el (inotify-event-p, inotify-handle-event): New functions.
6258 2012-12-10  Dani Moncayo  <dmoncayo@gmail.com>
6260         * simple.el (just-one-space): Doc fix.
6262 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
6264         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
6266 2012-12-10  Le Wang  <l26wang@gmail.com>
6268         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
6269         narrowed buffer (bug#12361).
6271 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
6273         * vc/vc-hooks.el (vc-state): Doc fix.
6275 2012-12-10  Glenn Morris  <rgm@gnu.org>
6277         * mail/rmail.el (rmail-maybe-display-summary):
6278         Preserve buffer, in case select-window changes it.  (Bug#13066)
6280 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6282         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
6283         cl-load-hook where they belong.
6285 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6287         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
6289 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
6291         Parallelize byte compilation on MS-Windows.
6292         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
6293         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
6294         (WINS_BASIC): Define as concatenation of the above.
6295         (compile): Subdivide into 4 separate and independent jobs that can
6296         be run in parallel.
6297         (compile0-CMD, compile0-SH): New targets for compiling
6298         COMPILE_FIRST files, which are prerequisites for the rest of the
6299         byte-compilation.
6300         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
6301         New targets for parallel compilation with cmd.exe.
6302         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
6303         compiling under a Unixy shell.
6305 2012-12-09  Chong Yidong  <cyd@gnu.org>
6307         * simple.el (set-mark-default-inactive): Delete this
6308         accidentally-introduced option.
6309         (set-mark-command, exchange-point-and-mark): Remove calls.
6311 2012-12-09  Glenn Morris  <rgm@gnu.org>
6313         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
6314         Respect a defcustom's :set function, if appropriate.  (Bug#109)
6315         (eval-defun): Doc fix.
6317 2012-12-08  Juri Linkov  <juri@jurta.org>
6319         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
6320         (Info-fontify-node, Info-bookmark-make-record): Remove the
6321         file extension from Info-current-file (Bug#13016).
6323 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6325         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
6326         point, still provide some default.
6327         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
6328         names, since we don't use it right now.  Actually return the list.
6329         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
6331 2012-12-07  Chong Yidong  <cyd@gnu.org>
6333         * novice.el (disabled-command-function): Remove a spurious help
6334         xref (Bug#13043).  Suggested by Kelly Dean.
6336         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
6337         syntax is specified (Bug#13025).
6339         * info.el (Info-set-mode-line): Remove the file extension from
6340         Info-current-file if there is one (Bug#13016).
6342 2012-12-07  Glenn Morris  <rgm@gnu.org>
6344         * mail/rmail.el (rmail-mime-decoded): New permanent local.
6345         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
6346         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
6347         and rmail-mime-decoded.  (Bug#9841)
6349         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
6350         (batch-unrmail, unrmail): Doc fixes.
6351         (unrmail): Respect unrmail-mbox-format.
6352         * mail/rmail.el (rmail-mbox-format): New option.
6353         (rmail-show-message-1): Respect rmail-mbox-format.
6355 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6357         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
6359 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6361         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
6362         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
6363         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
6364         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
6365         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
6366         (cl-progv): Don't rely on dynamic scoping to find the body.
6367         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
6368         (cl--proclaims-deferred): Rename from the "cl-" prefix.
6369         (cl-declaim): Use backquotes.
6370         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
6371         Use "cl--" prefix for the object's tag.
6373         * ses.el: Use advice-add/remove.
6374         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
6375         (copy-region-as-kill, yank): Use advice-add.
6376         (ses-unload-function): Use advice-remove.
6378 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
6380         * button.el: Make them work in header-lines (bug#12817).
6381         (button-map): Add bindings for header-line and mode-line use.
6382         (button-get, button-put, button-label): `button' may now be a string.
6383         (button-activate): Don't make it a defsubst.
6384         (button--area-button-p, button--area-button-string): New functions.
6385         (make-text-button): Fix the return value when `beg' was a string.
6386         (push-button): Handle the mode-line case.
6388 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
6391         (sql-signum): Remove.  Use `cl-signum' instead.
6392         (sql-read-passwd): Remove; use read-passwd instread.
6393         (sql-get-login-ext): Use read-string.
6394         (sql-get-login): Use dolist and pcase.
6395         (sql--completion-table): Rename from sql-try-completion.
6396         Use complete-with-action.
6397         (sql-mode): Don't change abbrev-all-caps globally.
6398         (sql-connect): Don't rely on dynamic scoping for `new-name'.
6399         (sql-postgres-completion-object): Initialize vars in their `let'.
6400         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
6401         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
6402         (sql-comint-interbase): Use a single append, without setq.
6403         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
6405         * hi-lock.el: Rework the default face and the serialize regexp code.
6406         (hi-lock--auto-select-face-defaults): Remove.
6407         (hi-lock-string-serialize-serial): Remove.
6408         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
6409         make weak.
6410         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
6411         equal string.
6412         (hi-lock-set-pattern): Adjust accordingly.
6413         (hi-lock--regexps-at-point): Simplify accordingly.
6414         (hi-lock--auto-select-face-defaults): Remove.
6415         (hi-lock--last-face): New var to replace it.
6416         (hi-lock-read-face-name): Rewrite (bug#11095).
6417         (hi-lock-unface-buffer): Arrange for the face to be the next default.
6419 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
6421         * net/tramp.el (tramp-replace-environment-variables):
6422         Hide compiler warning.
6423         (tramp-file-name-for-operation): Remove `executable-find',
6424         `start-process', `call-process' and `call-process-region'.
6426         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
6428         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
6429         compatibility.
6431         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
6433 2012-12-06  Chong Yidong  <cyd@gnu.org>
6435         * ffap.el (ffap-replace-file-component): Fix typo.
6437 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6439         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
6440         fix open-paren-like token test (bug#12785).
6442 2012-12-06  Glenn Morris  <rgm@gnu.org>
6444         * mail/rmailsum.el (rmail-new-summary): Tweak for
6445         rmail-maybe-display-summary changing buffer.  (Bug#13066)
6447 2012-12-06  Juri Linkov  <juri@jurta.org>
6449         * info.el (Info-fontify-node): Don't hide the last newline.
6450         (Bug#12272)
6452 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6454         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
6455         so as to enable message-read-from-minibuffer to expand mail aliases.
6457 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6459         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
6460         the `intangible' property.
6461         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
6463 2012-12-05  Deniz Dogan  <deniz@dogan.se>
6465         * net/rcirc.el (rcirc-urls): Update documentation.
6466         (rcirc-condition-filter): New function.
6467         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
6468         and exclude consecutive duplicate URLs (Bug#6082).
6470 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
6472         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6473         Check return code of copy command.
6475         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
6476         Use group `tramp'.  Add version.
6478 2012-12-05  Chong Yidong  <cyd@gnu.org>
6480         * ffap.el (ffap-url-regexp): Don't require matching at front of
6481         string (Bug#4952).
6482         (ffap-url-p): If only a substring matches, return that.
6483         (ffap-url-at-point): Use the return value of ffap-url-p.
6484         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
6485         (find-file-at-point, dired-at-point, dired-at-point-prompter)
6486         (ffap-guess-file-name-at-point): Likewise.
6487         (ffap-replace-file-component): Fix typo.
6489         * info.el (info-display-manual): Add existing Info buffers, whose
6490         files may not be in Info-directory-list, to the completion.
6491         (info--manual-names): New helper function.
6493 2012-12-05  Glenn Morris  <rgm@gnu.org>
6495         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
6496         New functions, for detecting and resolving conflicts.  (Bug#10709)
6498 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
6500         * hi-lock.el (hi-lock-auto-select-face): New user variable.
6501         (hi-lock-auto-select-face-defaults): New buffer local variable.
6502         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
6503         (hi-lock-unface-buffer): Prompt user with useful defaults.
6504         With prefix arg, unhighlight all hi-lock patterns in buffer.
6506 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6508         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
6510 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
6512         * Makefile.in (TRAMP_SRC):
6513         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
6515 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
6517         * net/tramp-adb.el: New package.
6519 2012-12-04  Chong Yidong  <cyd@gnu.org>
6521         * terminal.el: Move to obsolete/.
6523         * longlines.el: Move to obsolete/.
6525         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6526         Remove code referring to longlines mode.
6528 2012-12-03  Juri Linkov  <juri@jurta.org>
6530         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
6532 2012-12-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
6534         * textmodes/ispell.el (ispell-init-process)
6535         (ispell-start-process, ispell-internal-change-dictionary):
6536         Make sure personal dictionary name is expanded after initial
6537         `default-directory' value.  Use expanded strings for
6538         keep/restart checks and for value (Bug#13019).
6540 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
6542         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
6544 2012-12-03  Leo Liu  <sdl.web@gmail.com>
6546         * files.el (dir-locals-read-from-file): Check file non-empty
6547         before reading.  (Bug#13038)
6549 2012-12-03  Glenn Morris  <rgm@gnu.org>
6551         * jka-cmpr-hook.el (jka-compr-get-compression-info):
6552         Remove any version extension before checking filename.  (Bug#13006)
6553         (jka-compr-compression-info-list): Belated :version bump.
6555 2012-12-03  Chong Yidong  <cyd@gnu.org>
6557         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
6559         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
6560         (buffer-menu): Doc fix (Bug#12294).
6562 2012-12-03  Roland Winkler  <winkler@gnu.org>
6564         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
6565         of diary-show-all-entries in the diary buffer (Bug#12994).
6567 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
6569         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
6570         "<STDIN>".  This is binary safe.
6572 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
6574         * calc/calc-forms.el (math-absolute-from-iso-dt)
6575         (math-date-to-iso-dt, math-parse-iso-date-validate)
6576         (math-iso-dt-to-date): New functions.
6577         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
6578         (math-fd-isoweekday): New variables.
6579         (calc-date-notation, math-parse-standard-date, math-format-date)
6580         (math-format-date-part): Add support for more formatting codes.
6582 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
6584         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
6585         current buffer's file name when called interactively (Bug#12488).
6587 2012-12-02  Juri Linkov  <juri@jurta.org>
6589         * info.el (info-display-manual): Don't clobber an existing Info
6590         buffer (Bug#10770).  Add completion (Bug#10771).
6592 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
6594         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
6595         before using it for comparison (Bug#5297).
6597 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
6599         * textmodes/css-mode.el (css-current-defun-name): New function.
6600         (css-mode): Use it.
6602         * textmodes/sgml-mode.el (html-current-defun-name): New function.
6603         (html-mode): Use it.
6605 2012-12-01  Chong Yidong  <cyd@gnu.org>
6607         Modularize add-log-current-defun (Bug#2224).
6608         Suggested by Jari Aalto.
6610         * vc/add-log.el (add-log-current-defun-function): Doc fix.
6611         (add-log-current-defun): Move mode-specific code to other files.
6612         (add-log-lisp-like-modes, add-log-c-like-modes)
6613         (add-log-tex-like-modes): Variables deleted.
6615         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
6616         (lisp-mode-variables): Use it.
6618         * progmodes/cc-mode.el (c-common-init):
6619         * progmodes/cperl-mode.el (cperl-mode): Set a value for
6620         add-log-current-defun-function.
6622         * progmodes/m4-mode.el (m4-current-defun-name): New function.
6623         (m4-mode): Use it.
6625         * progmodes/perl-mode.el (perl-current-defun-name): New.
6626         (perl-mode): Use it.
6628         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6629         Use lisp-current-defun-name.
6631         * textmodes/tex-mode.el (tex-current-defun-name): New.
6632         (tex-common-initialization): Use it.
6634         * textmodes/texinfo.el (texinfo-current-defun-name): New.
6635         (texinfo-mode): Use it.
6637 2012-12-01  Chong Yidong  <cyd@gnu.org>
6639         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
6640         * progmodes/autoconf.el (autoconf-mode):
6641         * progmodes/js.el (js-mode):
6642         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
6643         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
6644         * progmodes/perl-mode.el (perl-mode):
6645         * progmodes/sh-script.el (sh-mode, sh-set-shell):
6646         * textmodes/css-mode.el (css-mode):
6647         * textmodes/sgml-mode.el (html-mode, sgml-mode)
6648         (sgml-tags-invisible, sgml-guess-indent):
6649         * textmodes/tex-mode.el (tex-common-initialization)
6650         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
6651         (doctex-mode, plain-tex-mode, latex-mode):
6652         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
6654 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
6656         * vc/vc-hg.el (vc-hg-next-revision):
6657         Ensure use of default "tip" output format.  (Bug#6968)
6659 2012-12-01  Kim F. Storm  <storm@cua.dk>
6661         * startup.el (fancy-startup-tail): Add a clickable link
6662         (Bug#2176).
6664 2012-12-01  Chong Yidong  <cyd@gnu.org>
6666         * startup.el (fancy-startup-tail): Improve the message about
6667         auto-save files (Bug#2176).
6669         * files.el (recover-session): Improve the descriptive message, and
6670         use substitute-command-keys.
6672 2012-12-01  Glenn Morris  <rgm@gnu.org>
6674         * ido.el (ido-file-internal):
6675         Handle other-window, other-frame for dired.  (Bug#13036)
6677 2012-11-30  Glenn Morris  <rgm@gnu.org>
6679         * icomplete.el (icomplete-separator): Fix :version.
6681 2012-11-30  Chong Yidong  <cyd@gnu.org>
6683         * shell.el (shell): For C-u M-x shell, use an inactive shell
6684         buffer as the default (Bug#1975).
6685         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
6686         (shell-mode): Use them to reapply ansi colorization if Shell mode
6687         is re-enabled.
6689 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
6691         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
6693 2012-11-30  Samuel Bronson  <naesten@gmail.com>
6695         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
6696         flag to xargs, for compatibility with BSD xargs (Bug#11703).
6698 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6700         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6701         by move-to-column (Bug#3234).
6703 2012-11-30  Chong Yidong  <cyd@gnu.org>
6705         * longlines.el (longlines-wrap-line, longlines-encode-region):
6706         Preserve text properties (Bug#1425).
6708 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
6710         * vc/vc.el (vc-register): Allow registering a file which is
6711         already registered with a different backend (Bug#10589).
6713 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
6714             Stefan Monnier  <monnier@iro.umontreal.ca>
6716         * icomplete.el: Change separator; add ido-style commands.
6717         (icomplete-show-key-bindings): Remove custom var.
6718         (icomplete-get-keys): Remove function.
6719         (icomplete-forward-completions, icomplete-backward-completions):
6720         New commands.
6721         (icomplete-minibuffer-map): New var.
6722         (icomplete-minibuffer-setup): Use it.
6723         (icomplete-exhibit): Don't delay if the list of completions is known.
6724         (icomplete-separator): New custom.
6725         (icomplete-completions): Use it.
6726         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6727         (minibuffer-force-complete-and-exit): New command.
6728         (minibuffer--complete-and-exit): New function extracted from
6729         minibuffer-complete-and-exit.
6730         (minibuffer-complete-and-exit): Use it.
6732         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6733         error message when the file doesn't exist (bug#12974).
6735 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
6737         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6739 2012-11-29  Glenn Morris  <rgm@gnu.org>
6741         * files.el (hack-dir-local-variables): Warn if try to set
6742         coding via dir-locals, since it doesn't work.  (Bug#7169)
6744         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
6745         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6746         Set buffer-local value of desktop-save-buffer.
6747         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6748         New functions.
6749         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6750         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6752         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
6753         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6754         Doc fix.
6755         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6756         Doc fixes.
6758 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
6760         * calc/calc-forms.el (calc-date-notation): Fix regexp
6761         used to find time codes.  Fix symbol for seconds.
6763 2012-11-27  Glenn Morris  <rgm@gnu.org>
6765         * emacs-lisp/derived.el (derived-mode-make-docstring):
6766         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
6768 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6770         * textmodes/table.el (table-insert): Don't use `symbol-name' on
6771         lexically scoped variables (bug#13005).
6773 2012-11-27  Glenn Morris  <rgm@gnu.org>
6775         * vc/vc-hooks.el (vc-mistrust-permissions):
6776         Default to t, to avoid data-loss.  (Bug#11490)
6778 2012-11-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
6780         * progmodes/python.el (python-indent-guess-indent-offset):
6781         If indentation is guessed make python-indent-offset buffer-local.
6783         Fix Imenu regression.
6784         * progmodes/python.el (python-nav-beginning-of-defun):
6785         Fix forward movement when statement(s) separates point from defun.
6786         (python-imenu-prev-index-position): New function.
6788 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
6790         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
6792         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6793         Don't set buffer-file-type.  Return nil.  (Bug#12989)
6795 2012-11-27  Glenn Morris  <rgm@gnu.org>
6797         * hippie-exp.el (hippie-expand-try-functions-list):
6798         Re-autoload it.  (Bug#12982)
6800 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
6802         * descr-text.el (describe-char-padded-string):
6803         Call internal-char-font only on GUI frames.  (Bug#11964)
6805 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
6807         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6808         and obsoletion message.
6810 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6812         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6813         the constructs to keep outside of the `cl-block' (bug#12977).
6815 2012-11-27  Chong Yidong  <cyd@gnu.org>
6817         * mouse.el (mouse-drag-line): Even if the line is not draggable,
6818         keep reading until we get the up-event anyway, in order to process
6819         the up-event for mouse-1-click-follows-link (Bug#12971).
6821 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6823         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6824         base function is not yet defined (bug#12965).
6825         (ad-activate-advised-definition): Use ad-compile-function.
6826         (ad-activate): Use cond.
6828 2012-11-25  Leo Liu  <sdl.web@gmail.com>
6830         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6831         (Bug#12979)
6833 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
6835         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6836         reftex-section-info-function in order to be compatible with
6837         Texinfo integration.
6839         * textmodes/reftex.el (reftex-section-pre-regexp)
6840         (reftex-section-post-regexp, reftex-section-info-function):
6841         New variable.
6842         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6843         reftex-section-post-regexp, and reftex-section-info-function in order
6844         to be compatible with Texinfo integration.
6846         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6847         use reftex-section-pre-regexp variable in order to be compatible with
6848         Texinfo integration.
6850 2012-11-25  Chong Yidong  <cyd@gnu.org>
6852         * faces.el: Make face-spec-set more analogous to setq.
6853         (face-spec-set): Change the third arg to specify whether this
6854         function is being called via defface, customize, or a third party.
6855         Set the appropriate symbol properties.  Clear the override spec if
6856         setting via Custom.  Initialize face if necessary.  (Bug#4988)
6857         (face-spec-recalc): Allow theme faces to completely replace the
6858         defface spec, in the same way as custom faces (Bug#8454).
6860         * cus-face.el (custom-declare-face): Move face initialization to
6861         face-spec-set.
6862         (custom-theme-set-faces): Don't initialize the face name here, as
6863         that is now done in face-spec-set.
6865         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6866         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6867         Simplify by using the new arg to face-spec-set.
6869         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6870         reset face-override-spec too, and use custom-declare-face.
6872 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
6874         * term/ns-win.el (ns-initialize-window-system): Move creation of
6875         fontsets here (Bug#11964).
6877 2012-11-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
6879         * ses.el (ses-rename-cell): Correct bug on mode-line update after
6880         cell renaming.
6882 2012-11-24  Chong Yidong  <cyd@gnu.org>
6884         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
6885         obsolete.
6887         * custom.el (custom-theme-set-variables): Use a topological sort
6888         for ordering by custom dependencies (Bug#12952).
6889         (custom--sort-vars, custom--sort-vars-1): New functions.
6891 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6893         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
6894         lexical-binding (bug#12938).
6896 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
6898         * image-mode.el (image-transform-check-size): Use assertions only
6899         for images of type imagemagick.
6901         Otherwise no error, image-transform-fit-to-{width,height} is
6902         silently ignored, as before.  Doc fix.
6904 2012-11-24  Chong Yidong  <cyd@gnu.org>
6906         * faces.el (color-defined-p): Doc fix (Bug#12853).
6908 2012-11-24  Juri Linkov  <juri@jurta.org>
6910         * dired.el (dired-mark): Add optional arg `interactive'.
6911         Check for `use-region-p' if `interactive' is non-nil.
6912         (dired-unmark, dired-flag-file-deletion): Add optional arg
6913         `interactive'.  Call `dired-mark' with the arg `interactive'.
6914         (Bug#10624)
6916         * wdired.el: Revert 2012-10-17 change partly and replace it with
6917         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
6918         (wdired-finish-edit): Add marks for new file names to
6919         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
6920         after `revert-buffer'.
6921         (wdired-do-renames): Remove calls to `dired-remove-file',
6922         `dired-add-file', `dired-add-entry'.  (Bug#11795)
6924 2012-11-24  Alan Mackenzie  <acm@muc.de>
6926         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
6928         Fix bugs in the state cache.  Enhance a debugging mechanism.
6929         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
6930         "brace at column zero" strategy for C++.
6931         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
6932         (c-parse-state-point): New variable.
6933         (c-record-parse-state-state): Record old parse state with
6934         `copy-tree'.  Record previous value of point.
6935         (c-debug-parse-state-double-cons): New debugging function.
6936         (c-debug-parse-state): Call the above new function.
6937         (c-toggle-parse-state-debug): Output a confirmatory message.
6939         * progmodes/cc-mode.el (c-before-change, c-after-change):
6940         Call c-invalidate-state-cache from `c-before-change' instead of
6941         `c-after-change'.
6943 2012-11-23  Chong Yidong  <cyd@gnu.org>
6945         * find-cmd.el (find-constituents): Add executable, ipath,
6946         readable, samefile, writable, daystart, regextype (Bug#12856).
6948 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6950         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
6952 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
6954         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
6955         definition.  This fixes a bootstrap failure.
6956         (calc-gregorian-switch): In menu, put dates before regions.
6957         This is easier to follow, lines up better in the menu, and lets us
6958         coalesce regions that switch at the same time.  Give country
6959         names, not "Vatican", as that's better for non-expert users.
6960         Use names that are stable between the date of switch and now, e.g.,
6961         Bohemia and Moravia (which existed then and now) and not
6962         Czechoslovakia (which didn't exist then and doesn't exist now).
6963         What is now the U.S. mostly did not switch at the same time as
6964         Britain, so omit the U.S.  Correct spelling of "Britain".
6965         Catholic Switzerland was too much of a mess, so omit it.
6967 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
6969         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
6970         after the variable is changed.
6972 2012-11-21  Daniel Colascione  <dancol@dancol.org>
6974         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
6975         in SQL declarations for font-lock.
6976         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
6978 2012-11-21  Glenn Morris  <rgm@gnu.org>
6980         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
6981         (face-italic-p): Add optional argument "inherit".
6983         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
6984         Remove -p suffix from names, for consistency with other set-face-*.
6985         (set-face-inverse-video): Fix interactive spec.
6986         * play/gamegrid.el (gamegrid-make-mono-tty-face):
6987         * textmodes/table.el (table--update-cell-face):
6988         Use set-face-inverse-video rather than now obsolete alias.
6990 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
6992         * simple.el (line-move): Don't call line-move-partial if
6993         scroll-conservatively is in effect.  (Bug#12927)
6995 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6997         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
6998         Fallback on completion-at-point rather than
6999         pcomplete-expand-and-complete, and only if pcomplete actually failed.
7000         (eshell-cmpl-initialize): Setup completion-at-point.
7002         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
7004         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
7006 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
7008         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
7009         are remote, check out-of-band property for both.
7011 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7013         * window.el (switch-to-buffer): Re-add the warning that was lost in the
7014         code rewrite.
7016 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
7018         More minor time fixes.
7019         * calendar/time-date.el: Commentary fix.
7020         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
7021         too much other code depends on (0 0) time stamps.
7022         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
7023         Add a couple of FIXME comments.
7025         Minor cleanup for times as lists of four integers.
7026         * files.el (dir-locals-directory-cache):
7027         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
7028         Doc fixes.
7029         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
7030         * ps-bdf.el (bdf-file-newer-than-time):
7031         Process four-integers time stamps, not two.  Doc fixes.
7033 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7035         * uniquify.el (uniquify-managed): Use defvar-local.
7036         (rename-buffer, create-file-buffer): Advise with advice-add.
7037         (uniquify-unload-function): Unadvise accordingly.
7039         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
7040         (trace-buffer): Don't purecopy.
7041         (trace-entry-message, trace-exit-message): Add `context' arg.
7042         (trace--timer): New var.
7043         (trace-make-advice): Adjust for use in nadvice.
7044         Add `context' argument.  Delay `display-buffer' via a timer.
7045         (trace-function-internal): Use advice-add.
7046         (trace--read-args): New function.
7047         (trace-function-foreground, trace-function-background): Use it.
7048         (trace-function): Rename to trace-function-foreground and redefine as
7049         an alias to that new name.
7050         (untrace-function, untrace-all): Adjust to the use of nadvice.
7052         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
7054         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
7056         * subr.el (called-interactively-p-functions): New var.
7057         (internal--called-interactively-p--get-frame): New macro.
7058         (called-interactively-p, interactive-p): Rewrite in Lisp.
7059         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
7060         (called-interactively-p-functions): Use it.
7061         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
7062         (called-interactively-p-functions): Use it.
7063         * allout.el (allout-called-interactively-p): Don't assume
7064         called-interactively-p is a subr.
7066 2012-11-20  Glenn Morris  <rgm@gnu.org>
7068         * profiler.el (profiler-report-mode-map): Add a menu.
7069         No need to bind `q' because we derive from special-mode.
7070         (profiler-report-find-entry): Handle calls from the menu-bar.
7072 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7074         * emacs-lisp/byte-run.el (defun-declarations-alist):
7075         Allow a compiler-macro to be a lambda expression.
7077         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
7078         eval-when-compile.
7079         (python-syntax-context): Add compiler-macro.
7080         (python-font-lock-keywords): Simplify with De Morgan.
7082         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
7084         * files.el (load-file): Require match in minibuffer selection, as was
7085         the case in Emacs-20 before we changed the spec to allow .elc files
7086         (bug#12935).
7088         * json.el: Don't require cl since we don't use it.
7089         * color.el: Don't require cl.
7090         (color-complement): `caddr' -> `nth 2'.
7092         * calendar/time-date.el (time-to-seconds): De-obsolete.
7094 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
7096         * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
7097         year numbers.
7098         (math-date-to-julian-dt): Adjust the initial approximation for the
7099         year to deal with the new definition of the DATE.
7101 2012-11-19  Daniel Colascione  <dancol@dancol.org>
7103         * term/w32-win.el (cygwin-convert-path-from-windows):
7104         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
7106 2012-11-18  Chong Yidong  <cyd@gnu.org>
7108         * filecache.el (file-cache--read-list): New function.
7109         (file-cache-add-directory-list, file-cache-add-file-list)
7110         (file-cache-delete-file-list, file-cache-delete-directory-list):
7111         Use it to read a list of files or directories (Bug#12846).
7112         (file-cache-add-file, file-cache-add-directory)
7113         (file-cache-delete-file-list, file-cache-delete-file-regexp)
7114         (file-cache-delete-directory): Print an message.
7116 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
7118         * calc/calc-forms.el (math-date-to-dt): Use integer date when
7119         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
7121 2012-11-18  Glenn Morris  <rgm@gnu.org>
7123         * image.el (insert-image, insert-sliced-image): Doc fix.
7125 2012-11-18  Chong Yidong  <cyd@gnu.org>
7127         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
7128         (Bug#12810).
7130 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
7132         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
7133         response when the target file is in a subdirectory (Bug#12757).
7135 2012-11-18  Chong Yidong  <cyd@gnu.org>
7137         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
7139 2012-11-18  Glenn Morris  <rgm@gnu.org>
7141         * emacs-lisp/cl-lib.el (face-underline-p):
7142         Use set-face-underline rather than the alias set-face-underline-p.
7144         * window.el (with-temp-buffer-window): Doc fix.
7145         * subr.el (with-output-to-temp-buffer):
7146         Add doc xref to with-temp-buffer-window.
7148 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
7150         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
7151         * calc/calc.el (math-format-date-cache): Declare.
7153 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
7155         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
7156         It also uses January 1, 1 AD as its day number 1.
7157         * calc/calc-forms.el (math-julian-date-beginning)
7158         (math-julian-date-beginning-int): Implement this.
7160 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
7162         * descr-text.el (quail-find-key):
7163         * dired.el (desktop-file-name):
7164         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
7165         * generic-x.el (comint-mode, comint-exec):
7166         * image-dired.el (widget-forward):
7167         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
7168         (speedbar-change-expand-button-char)
7169         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
7170         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
7171         * printing.el (easy-menu-add-item, easy-menu-remove-item)
7172         (widget-field-action, widget-value-set):
7173         * speedbar.el (imenu--make-index-alist):
7174         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
7175         (ring-length, ring-insert):
7176         * vcursor.el (compare-windows-skip-whitespace):
7177         * woman.el (dired-get-filename):
7178         Declare functions.
7180         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
7182 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
7184         * calc/calc.el (calc-gregorian-switch): New variable.
7186         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
7187         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
7188         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
7189         (math-leap-year-p): Add option to distinguish between Julian
7190         and Gregorian calendars.
7191         (math-day-number): Use `math-day-in-year' to do the computations.
7192         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
7193         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
7194         to do the computations.
7195         (math-date-to-dt): Use `math-date-to-julian-dt' and
7196         `math-date-to-gregorian-dt' to do the computations.
7197         (calcFunc-weekday, math-format-date-part): Use the new version of
7198         the DATE to determine the weekday.
7199         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
7200         when necessary.
7202 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
7204         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
7205         Cygwin; otherwise use 'file:'.  (Bug#12914)
7206         (cygwin-convert-path-from-windows): Declare, to avoid
7207         byte-compiler warnings.
7209 2012-11-17  Andreas Politz  <politza@fh-trier.de>
7211         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
7212         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
7213         prefix and negative numeric prefix args (Bug#12795).
7215 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
7217         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
7218         Don't signal an error with a score that is too low to add to the
7219         list of top scores.  (Bug#12779)
7221 2012-11-17  Chong Yidong  <cyd@gnu.org>
7223         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
7225         * filecache.el (file-cache-add-file): Handle relative file name in
7226         the argument (Bug#12694).
7228 2012-11-16  JĂ¼rgen Hötzel  <juergen@archlinux.org>  (tiny change)
7230         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
7232 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7234         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
7236         * emacs-lisp/cl-lib.el: Set more meaningful version number.
7238 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
7240         * window.el (enlarge-window, shrink-window): Don't mention return
7241         value in doc-string (Bug#12896).
7242         (window--display-buffer): Don't resize frames - it won't work
7243         with all window managers and defeat pop-up-frame-alist.
7244         (display-buffer-alist): In doc-string explain that CONDITION can
7245         be a function and which arguments are passed to it (Bug#12854).
7246         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
7247         expressions (Bug#12854).
7248         (display-buffer): Pass ACTION argument to
7249         display-buffer-assq-regexp.
7251 2012-11-16  Glenn Morris  <rgm@gnu.org>
7253         * window.el (fit-frame-to-buffer-bottom-margin)
7254         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
7256         * faces.el (face-underline-p): Use face-attribute-specified-or.
7258 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
7260         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
7262 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7264         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
7266 2012-11-16  Glenn Morris  <rgm@gnu.org>
7268         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
7269         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
7271         * faces.el (face-underline-p): Doc fix.  Handle :underline being
7272         things other than `t' (a string, a list).
7273         (face-inverse-video-p): Doc fix.
7274         (set-face-underline): Rename it back from set-face-underline-p.
7275         Doc fix.  Allow interactive input of values other than t.
7276         (read-face-attribute): Apply formatting to :underline,
7277         since like :box and :stipple it can take list values.
7279         * term.el (ansi-term): Don't let C-x escape-char binding
7280         clobber the more standard C-c binding.  (Bug#12842)
7282         * subr.el (set-temporary-overlay-map): Doc fix.
7284 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
7286         * window.el (record-window-buffer)
7287         (display-buffer-record-window): When copying the markers to
7288         window-point preserve window-point-insertion-type.  (Bug#12588)
7290 2012-11-16  Glenn Morris  <rgm@gnu.org>
7292         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
7293         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
7294         Use new names for hooks rather than obsolete aliases.
7296 2012-11-15  Daniel Colascione  <dancol@dancol.org>
7298         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
7299         prefix instead of "file:" so that when FILE-NAME begins with "//",
7300         as it does when the target file is on a network share, url-handler
7301         isn't confused.
7303 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7305         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
7306         a preactivated advice from an old advice.el; they're not compatible!
7308 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7310         * emacs-lisp/nadvice.el (advice--make-interactive-form):
7311         Fix string-spec case.
7313         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
7315 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7317         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
7318         (advice--buffer-local-function-sample): New var.
7319         (advice--set-buffer-local, advice--buffer-local): New functions.
7320         (add-function, remove-function): Use them.
7322 2012-11-15  Drew Adams  <drew.adams@oracle.com>
7324         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
7326 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7328         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
7329         potential binding of print-gensym to t, and prettify (back)quotes in
7330         case they appear in args's default values (bug#12884).
7332 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7334         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
7335         (advice-eval-interactive-spec): New function.
7336         (advice--make-interactive-form): Support around advice (bug#12844).
7338 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
7340         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
7341         more strict.  Add docstring.
7342         (ruby-expression-expansion-re): Extract from
7343         `ruby-match-expression-expansion'.
7344         (ruby-syntax-propertize-function): After everything else, search
7345         for expansions in string literals, mark their insides as
7346         whitespace syntax and save match data for font-lock.
7347         (ruby-font-lock-keywords): Use the 2nd group from expression
7348         expansion matches.
7349         (ruby-match-expression-expansion): Use the match data saved to the
7350         text property in ruby-syntax-propertize-function.
7352 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7354         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
7355         (bug#12879).
7357 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
7359         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
7360         start/end keyword a bit harder.  Works with different values of N.
7361         Add more comments.
7362         (ruby-end-of-block): Update accordingly.
7364 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7366         * woman.el (woman-file-name): Don't mess with unread-command-events
7367         (bug#12861).
7369         * emacs-lisp/advice.el: Layer on top of nadvice.el.
7370         Remove out of date self-require hack.
7371         (ad-do-advised-functions): Use simple `dolist'.
7372         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
7373         (ad-advice-definition): Redefine as functions.
7374         (ad-advice-classes): Move before first use.
7375         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
7376         (ad-make-mapped-call, ad-make-advised-docstring)
7377         (ad-make-plain-docstring, ad--defalias-fset): Remove functions.
7378         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
7379         (ad-get-orig-definition): Rewrite.
7380         (ad-make-advised-definition-docstring): Change base docstring.
7381         (ad-real-orig-definition): Rewrite.
7382         (ad-map-arglists): Change name of called function.
7383         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
7384         (ad-make-advised-definition): Simplify.
7385         (ad-assemble-advised-definition): Tweak for new calling context.
7386         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
7387         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
7388         function and call ad-activate if needed.
7389         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
7390         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
7391         (ad-compile-function): Compile ad-Advice-*.
7392         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
7393         (ad-start-advice, ad-stop-advice): Remove.
7395 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
7397         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
7398         period before class method names, not after.  Remove handling of
7399         one impossible case.  Add comments.
7401 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7403         * emacs-lisp/advice.el: Remove support for freezing.
7404         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
7405         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
7406         Remove support for `freeze'.
7408         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
7409         override the default.
7410         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
7411         cl--dotimes/dolist.
7412         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
7413         `cl' is loaded.
7415         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
7416         from add-advice.
7417         (advice--strip-macro): New function.
7418         (advice--defalias-fset): Use them to handle macros.
7419         (advice-add): Use them.
7420         (advice-member-p): Correctly handle macros.
7422 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
7424         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7425         Never font-lock the beginning of singleton class as heredoc.
7427 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7429         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
7431 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
7433         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
7434         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
7435         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
7437 2012-11-13  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7439         Fix end-of-defun misbehavior.
7440         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
7441         python-beginning-of-defun-function.  Handle nested defuns
7442         correctly.
7443         (python-nav-end-of-defun): Rename from
7444         python-end-of-defun-function.  Ensure forward movement.
7445         (python-info-current-defun): Reimplement to work as intended
7446         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
7447         parent defuns as soon as possible.
7449 2012-11-13  Glenn Morris  <rgm@gnu.org>
7451         * progmodes/flymake.el (flymake-error-bitmap)
7452         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
7453         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
7455 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
7457         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
7458         backward, always stop at indentation.  Reverts the change from
7459         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
7461 2012-11-13  Glenn Morris  <rgm@gnu.org>
7463         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
7464         Add ibuffer-filter-by-derived-mode.
7466         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
7467         the same name shadowing each other.
7469         * window.el (with-temp-buffer-window): Doc tweak.
7471         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
7473         * help.el (temp-buffer-max-height):
7474         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
7475         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
7477 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7479         * emacs-lisp/nadvice.el: New package.
7480         * subr.el (special-form-p): New function.
7481         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
7482         (elp-all-instrumented-list): Remove var.
7483         (elp-not-profilable): Remove elp-wrapper.
7484         (elp-profilable-p): Use autoloadp and special-form-p.
7485         (elp--advice-name): New const.
7486         (elp-instrument-function): Use advice-add.
7487         (elp--instrumented-p): New predicate.
7488         (elp-restore-function): Use advice-remove.
7489         (elp-restore-all, elp-reset-all): Use mapatoms.
7490         (elp-set-master): Use elp--instrumented-p.
7491         (elp--make-wrapper): Rename from elp-wrapper, return a function
7492         suitable for advice-add.  Use cl-inf.
7493         (elp-results): Use mapatoms+elp--instrumented-p.
7494         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
7495         (debug-function-list): Remove var.
7496         (debug): Rename arg, and then let-bind it explicitly inside.
7497         (debugger-setup-buffer): Rename arg.
7498         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
7499         (debugger-frame-number): Adjust to new debug-on-entry setup.
7500         (debug--implement-debug-on-entry): Rename from
7501         implement-debug-on-entry, add argument.
7502         (debugger-special-form-p): Remove, use special-form-p instead.
7503         (debug-on-entry): Use advice-add.
7504         (debug--function-list): New function.
7505         (cancel-debug-on-entry): Use it, along with advice-remove.
7506         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
7507         (debugger-list-functions): Use debug--function-list instead of
7508         debug-function-list.
7509         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
7510         (ad-special-form-p): Remove, use special-form-p instead.
7511         (ad-set-advice-info): Use add-function and remove-function.
7512         (ad--defalias-fset): Adjust accordingly.
7514 2012-11-10  Glenn Morris  <rgm@gnu.org>
7516         * mail/emacsbug.el (report-emacs-bug-tracker-url)
7517         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
7518         (report-emacs-bug-create-existing-bugs-buffer)
7519         (report-emacs-bug-parse-query-results)
7520         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
7522         * term.el (term-default-fg-color, term-default-bg-color):
7523         Make obsolete, rather than just saying "deprecated" in the doc.
7525         * term.el (term): Rename from `term-face'.
7526         (term-current-face, ansi-term-color-vector)
7527         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
7528         Update all users.
7530 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
7532         * server.el (server-create-window-system-frame): Handle Nextstep
7533         specially (Bug#12780).
7535 2012-11-10  Glenn Morris  <rgm@gnu.org>
7537         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
7538         Unautoload, and make obsolete.  (Bug#7449)
7540 2012-11-10  Chong Yidong  <cyd@gnu.org>
7542         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
7543         rename from diff-remove-trailing-whitespace (Bug#12831).
7545 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7547         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
7548         miscompilation of trace.el.
7550 2012-11-10  Glenn Morris  <rgm@gnu.org>
7552         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
7554 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7556         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
7557         (bug#12812).
7559 2012-11-10  Chong Yidong  <cyd@gnu.org>
7561         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
7562         a defcustom with an appropriate :set function.
7563         (minibuffer-default--in-prompt-regexps): New function.
7565 2012-11-10  Glenn Morris  <rgm@gnu.org>
7567         * emacs-lisp/cl.el (define-setf-expander, defsetf)
7568         (define-modify-macro): Doc fixes.
7570         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
7571         (gv-define-simple-setter): Update doc of `fix-return'.
7573 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7575         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
7576         twice when `fix-return' is set (bug#12813).
7578         * emacs-lisp/cl.el (defsetf): Pass the third arg to
7579         gv-define-simple-setter (bug#12812).
7581         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
7582         (bug#12756).
7584 2012-11-10  Glenn Morris  <rgm@gnu.org>
7586         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
7588         * emacs-lisp/cl-extra.el (cl-prettyexpand):
7589         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
7590         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
7591         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
7593         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
7595 2012-11-10  Leo Liu  <sdl.web@gmail.com>
7597         * ido.el (ido-set-matches-1): Improve flex matching performance by
7598         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
7600 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7602         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
7603         (ad--defalias-fset): New function.
7604         (ad-safe-fset): Remove.
7605         (ad-make-freeze-definition): Use cl-letf*.
7607 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7609         * subr.el (dolist): Don't bind VAR in RESULT.
7611         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
7612         (fset, documentation): Don't save real def since we don't advise.
7613         (ad-do-advised-functions): Remove problematic `result-form'.
7614         (ad-safe-fset): `ad-real-fset' => `fset'.
7615         (ad-read-advised-function): Don't assume that ad-do-advised-functions
7616         uses CL's dolist internally.
7617         (ad-arglist): Remove unused arg `name'.
7618         (ad-docstring, ad-make-advised-docstring):
7619         `ad-real-documentation' => `documentation'.
7620         (warning-suppress-types): Declare.
7621         (ad-set-arguments): Simple CSE.
7622         (ad-recover-normality): Sanity check.
7624         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
7625         (funcall '(lambda ..) ..) into ((lambda ..) ..).
7627 2012-11-09  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
7629         * ses.el: Symbol to coordinate mapping is made by symbol property
7630         `ses-cell'.  This means that the same mapping is done for all SES
7631         sheets.  That is good enough for cells with standard A1 names, but
7632         not for named cell.  So a hash map is added for the latter.
7633         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
7634         (ses-sym-rowcol): Use hashmap for named cell.
7635         (ses-is-cell-sym-p): New defun.
7636         (ses-decode-cell-symbol): New defun.
7637         (ses-create-cell-variable): Add cell to hashmap when name is not
7638         A1-like.
7639         (ses-rename-cell): Check that cell new name is not already in
7640         spreadsheet with the use of ses-is-cell-sym-p
7641         (ses-rename-cell): Use hash map for named cells, but accept also
7642         renaming back to A1-like.
7644 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7646         * emacs-lisp/advice.el: Use new dynamic docstrings.
7647         (ad-make-advised-definition-docstring, ad-advised-definition-p):
7648         Use dynamic-docstring-function instead of ad-advice-info.
7649         (ad--make-advised-docstring): New function extracted from
7650         ad-make-advised-docstring.
7651         (ad-make-advised-docstring): Use it.
7652         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
7653         from sql-help.
7654         (sql-help): Use it with dynamic-docstring-function.
7656         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
7658 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7660         * files.el (hack-one-local-variable--obsolete): New function.
7661         (hack-one-local-variable): Use it for obsolete settings.
7663         * subr.el (locate-user-emacs-file): If both old and new name exist, use
7664         the new name.
7666         * progmodes/js.el (js--filling-paragraph): New var.
7667         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
7668         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
7669         less sneaky.
7671 2012-11-08  Julien Danjou  <julien@danjou.info>
7673         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
7674         `auto-mode-alist' (Bug#12835).
7676 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7678         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
7679         (perl--prettify-symbols-alist): New const.
7680         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
7681         New functions.
7682         (perl-font-lock-keywords-2): Use them.
7683         (perl-electric-noindent-p): New function.
7684         (perl-mode): Use it to set up electric-indent-mode.
7685         (perl-electric-terminator, perl-indent-command): Mark obsolete.
7686         (perl-mode-map): Remove bindings for them.
7687         (perl-imenu-generic-expression, perl-outline-level):
7688         Match functions&packages in column>0.
7690         * env.el (env--substitute-vars-regexp): New const.
7691         (substitute-env-vars): Use it.  Add `only-defined' arg.
7692         * net/tramp.el (tramp-replace-environment-variables): Use it.
7694         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7695         Byte-compile *before* eval in eval-and-compile.
7696         (byte-compile-log-warning): Remove redundant inhibit-read-only.
7697         (byte-compile-file-form-autoload): Don't hide actual definition.
7698         (byte-compile-maybe-guarded): Accept `functionp' as well.
7700         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7702 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
7704         * notifications.el (notifications-get-server-information-method):
7705         New defconst.
7706         (notifications-get-capabilities): Fix docstring.
7707         (notifications-get-server-information): New defun.
7709 2012-11-06  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
7711         * textmodes/ispell.el (ispell-region): Standard re-indent for better
7712         readability.
7714         * textmodes/ispell.el: Experimental support for support debugging.
7715         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7716         buffer for ispell.
7717         (ispell-print-if-debug): New function to print stuff to
7718         `ispell-debug-buffer' if debugging is enabled.
7719         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7720         show some debugging info.
7721         (ispell-buffer-with-debug): New function that creates a debugging
7722         buffer and calls `ispell-buffer' with debugging enabled.
7724         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7725         comment in autoconf mode.  (Bug#12768)
7727 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
7729         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7730         frame-first-window, frame-root-window, frame-selected-window,
7731         minibuffer-selected-window, minibuffer-window,
7732         window-absolute-pixel-edges, window-at, window-body-height,
7733         window-body-width, window-display-table, window-combination-limit,
7734         window-frame, window-fringes, window-inside-absolute-pixel-edges,
7735         window-inside-edges, window-inside-pixel-edges, window-left-child,
7736         window-left-column, window-margins, window-next-buffers,
7737         window-next-sibling, window-new-normal, window-new-total,
7738         window-normal-size, window-parameter, window-parameters, window-parent,
7739         window-pixel-edges, window-point, window-prev-buffers,
7740         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7741         window-start, window-text-height, window-top-child, window-top-line,
7742         window-total-height, window-total-width and window-use-time to the list
7743         of functions without side-effects.
7744         (toplevel): Add window-valid-p to the list of error-free functions
7745         without side-effects.
7747 2012-11-05  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
7749         * textmodes/ispell.el (ispell-program-name):
7750         Update spellchecker parameters when customized.
7752 2012-11-04  Glenn Morris  <rgm@gnu.org>
7754         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
7756 2012-11-04  Chong Yidong  <cyd@gnu.org>
7758         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7759         same-window-* variables.
7761 2012-11-04  Juri Linkov  <juri@jurta.org>
7763         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7764         (isearch-describe-key, isearch-describe-mode): Use a display
7765         action instead of binding same-window-* variables (Bug#10040).
7767 2012-11-03  Glenn Morris  <rgm@gnu.org>
7769         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7770         Rename handler properties back from cl-- to cl-.  (Bug#12788)
7772         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7774 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
7776         * term/pc-win.el: Don't load term/internal from here.
7778         * loadup.el: Load term/internal from here.
7780 2012-11-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
7782         * progmodes/python.el (inferior-python-mode): Fix hang in
7783         jit-lock (Bug#12645).
7785 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
7787         * window.el (switch-to-visible-buffer)
7788         (switch-to-buffer-preserve-window-point): Fix doc-strings.
7790 2012-11-03  Glenn Morris  <rgm@gnu.org>
7792         * emacs-lisp/cl-lib.el (cl--random-time):
7793         Rename from cl-random-time.  (Bug#12773)
7794         (cl--gensym-counter, cl--random-state): Update callers.
7795         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7797 2012-11-03  Chong Yidong  <cyd@gnu.org>
7799         * cus-start.el: Make cursor-type customizable (Bug#11633).
7801 2012-11-02  Glenn Morris  <rgm@gnu.org>
7803         * filecache.el: No need to load find-lisp when compiling.
7804         (find-lisp-find-files): Autoload it.
7805         (file-cache-add-directory-recursively): Don't require find-lisp.
7807         * image.el (image-type-from-file-name): Trivial simplification.
7809         * emacs-lisp/bytecomp.el (byte-compile-eval):
7810         Decouple "noruntime" and "cl-functions" warnings.
7812 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
7814         * play/gomoku.el (gomoku-display-statistics): Update mode line
7815         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7817 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
7819         * window.el (quit-restore-window): If the window has been
7820         created on an existing frame and ended up as the sole window on
7821         that frame, do not delete it (Bug#12764).
7823 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7825         * progmodes/sh-script.el (sh--inside-noncommand-expression):
7826         Rename from sh--inside-arithmetic-expression, handle more cases
7827         (bug#11263).
7829         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7830         (sh-font-lock-open-heredoc): Use it (bug#12770).
7832 2012-10-30  Glenn Morris  <rgm@gnu.org>
7834         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
7836         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
7838 2012-10-29  Chong Yidong  <cyd@gnu.org>
7840         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7841         function key is stored in a keyboard macro (Bug#4894).
7843         * thingatpt.el (number-at-point): Apply a thing-at-point property.
7845 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7847         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7848         header comments".
7849         (diff-unified->context, diff-context->unified)
7850         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7852         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7854         * files.el (find-alternate-file): Only ask one question (bug#12487).
7856 2012-10-29  Chong Yidong  <cyd@gnu.org>
7858         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7859         Suggested by Dan Nicolaescu (Bug#6326).
7861         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7863         * startup.el (fancy-about-screen): Don't message (Bug#12680).
7865         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7867         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7869         * face-remap.el (face-remap-add-relative): Handle the case where a
7870         face-remapping-alist entry is a cons cell (Bug#12762).
7872 2012-10-29  Kevin Ryde  <user42@zip.com.au>
7874         * woman.el (woman-parse-numeric-value): Handle picas correctly
7875         (Bug#12639).
7877 2012-10-29  Glenn Morris  <rgm@gnu.org>
7879         * emacs-lisp/cl.el (defsetf): Doc fix.
7881 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7883         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7884         syntax to the matching opener, if any (bug#12547).
7885         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
7886         matching open as a "case-(".
7887         (sh-smie-rc-grammar): Add a corresponding rule for it.
7889 2012-10-28  Daniel Hackney  <dan@haxney.org>
7891         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
7892         "PKGNAME-autoloads.el" in case we created it.
7894 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7896         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
7897         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
7898         (completion--twq-all): Disable too-strict assertions.
7900         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
7902 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
7904         * profiler.el (profiler-report-make-entry-part): Fix help-echo
7905         text to match the real keybindings.
7907 2012-10-27  Juri Linkov  <juri@jurta.org>
7909         * wdired.el (wdired-keep-marker-rename): New defcustom.
7910         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
7911         (Bug#11795)
7913         * dired.el (dired-keep-marker-rename): Add reference to
7914         `wdired-keep-marker-rename' in the docstring.
7915         Add default character value ?R to display initially in
7916         Customization UI instead of ?@.
7918 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
7920         * window.el (display-buffer): In doc-string describe
7921         window-height and window-width alist entries.
7923         * time.el (display-time-world): Restore fit-window-to-buffer
7924         behavior.
7926 2012-10-27  Chong Yidong  <cyd@gnu.org>
7928         * subr.el (insert-buffer-substring-as-yank): Doc fix.
7930 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
7932         * minibuffer.el (completion-category-overrides): New completion
7933         category `bookmark' (bug#11131).
7935 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7937         * emacs-lisp/advice.el (ad-assemble-advised-definition):
7938         Silence bogus compiler warnings for ad-do-it.
7940         * bookmark.el (bookmark-completing-read): Set the completion category
7941         to `bookmark' (bug#11131).
7943 2012-10-26  Bastien  <bzg@altern.org>
7944             Stefan Monnier  <monnier@iro.umontreal.ca>
7946         * face-remap.el: Use lexical-binding.
7947         (text-scale-adjust): Improve docstring.  Use itself for the temporary
7948         overlay-map bindings, so as to repeat the "Use..." message each time.
7950 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7952         * emacs-lisp/macroexp.el (macroexp--expand-all):
7953         Obey byte-compile-warning-enabled-p (bug#12486).
7955         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
7956         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
7958 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
7960         * mouse.el (mouse-drag-line): Move last form into preceding when
7961         clause (Bug#12731).
7963         * help.el (resize-temp-buffer-window): Fix doc-string.
7965 2012-10-25  David Engster  <deng@randomsample.de>
7967         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
7968         Remove.  This feature is already integrated in imenu.
7970         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
7971         always loaded.  Require `speedbar' unconditionally.
7973 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7975         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
7977         * minibuffer.el (minibuffer-force-complete): Fix thinko.
7979         * net/ldap.el (ldap-search-internal): The official ldif format starts
7980         with a "version: 1" header (bug#12724).
7982         * emacs-lisp/package.el (package-installed-p): Warn if not ready
7983         (bug#12721).
7985 2012-10-25  Glenn Morris  <rgm@gnu.org>
7987         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
7989 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7991         * minibuffer.el (minibuffer-force-complete): Use one more marker
7992         for the temporary-overlay-map command (bug#12619).
7994 2012-10-24  Chong Yidong  <cyd@gnu.org>
7996         * time.el (display-time-world-mode): Derive from special-mode.
7997         (display-time-world): Use display-buffer (Bug#12708).
7998         (display-time-world-mode-map): Variable deleted.
7999         (display-time-world-display): Wrap the final delete-char inside
8000         inhibit-read-only.
8002 2012-10-24  Chong Yidong  <cyd@gnu.org>
8004         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
8005         Doc fix.
8007         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
8009 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8011         * minibuffer.el (completion--all-sorted-completions-location): New var.
8012         (completion--cache-all-sorted-completions)
8013         (completion--flush-all-sorted-completions): Use it.
8014         (completion-in-region, completion-in-region--postch)
8015         (completion-at-point, completion-help-at-point): Use markers in
8016         completion-in-region--data (bug#12619).
8018 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8020         * progmodes/compile.el (compilation-start): Try to handle common
8021         quoting of `cd' argument (bug#12640).
8023         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
8024         (bug#12671).
8026 2012-10-23  Glenn Morris  <rgm@gnu.org>
8028         * progmodes/gud.el (gud-menu-map):
8029         Check gdb-active-process is bound.  (Bug#12358)
8031 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8033         * repeat.el (repeat): Set real-this-command (bug#12232).
8035         * htmlfontify.el (hfy-post-html-hook):
8036         * filesets.el (filesets-cache-fill-content-hook):
8037         * arc-mode.el (archive-extract-hook):
8038         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
8039         * net/rcirc.el (rcirc-sentinel-functions)
8040         (rcirc-receive-message-functions, rcirc-activity-functions)
8041         (rcirc-print-functions):
8042         * net/dbus.el (dbus-event-error-functions):
8043         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
8044         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
8045         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
8046         * term/sun.el (sun-raw-prefix-hooks):
8047         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
8049 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
8051         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8052         Set `tramp-chunksize' to 1.  This improves the performance.
8053         (tramp-smb-wait-for-output): Add timeout to
8054         `tramp-accept-process-output' calls.
8056 2012-10-23  Chong Yidong  <cyd@gnu.org>
8058         * faces.el (font-list-limit): Define as an obsolete variable.
8060         * startup.el (command-line):
8061         * cus-start.el: Don't refer to font-list-limit.
8063         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
8065 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8067         * subr.el (internal-temp-output-buffer-show): Rename from
8068         temp-output-buffer-show, since previously compiled files expect this name.
8070 2012-10-23  Glenn Morris  <rgm@gnu.org>
8072         * image.el (image-type-from-file-name): If multiple types match,
8073         return the first one that is supported.  (Bug#9045)
8075 2012-10-22  Glenn Morris  <rgm@gnu.org>
8077         * image.el (imagemagick-enabled-types): Doc fix.
8079 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
8081         * progmodes/which-func.el (which-func-current): The hash-table may have
8082         an explicit nil (bug#12338).
8084 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8086         * electric.el (electric-pair-delete-selection-self-insert-function):
8087         Rename to electric-pair-will-use-region, return a boolean.
8088         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
8090         * delsel.el (delete-selection-helper): Use a function instead of a hook.
8091         (delete-selection-pre-hook): Use use-region-p.
8092         (delete-selection-self-insert-function): Remove.
8093         (self-insert-command): Obey self-insert-uses-region-functions.
8094         (self-insert-iso): Revert to previous setting, since we don't actually
8095         know what that command does.
8096         (delete-selection-self-insert-hooks): Remove.
8098 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
8100         * delsel.el (delete-selection-helper): New function, extracted from
8101         delete-selection-pre-hook.
8102         (delete-selection-pre-hook): Use it.
8103         (delete-selection-self-insert-function): New function.
8104         (delete-selection-self-insert-hooks): New hook.
8105         (self-insert-command, self-insert-iso): Use it.
8106         * electric.el (electric-pair-syntax): New function, extracted from
8107         electric-pair-post-self-insert-function.
8108         (electric-pair-post-self-insert-function): Use it.
8109         (electric-pair-delete-selection-self-insert-function): New function.
8110         (electric-pair-mode): Require delsel and setup
8111         delete-selection-self-insert-hooks (bug#11520).
8113 2012-10-20  Chong Yidong  <cyd@gnu.org>
8115         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
8116         no changes to show (Bug#12586).
8118         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
8119         list explicitly (Bug#12571).
8121 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
8123         * progmodes/flymake.el (flymake-create-temp-inplace):
8124         Use file-truename.
8126 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
8128         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
8130 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
8132         * calc/calc-units.el (math-extract-units): Properly extract powers
8133         of units.
8135 2012-10-20  Daniel Colascione  <dancol@dancol.org>
8137         * frame.el (make-frame): Set x-display-name as we used to in order
8138         to unbreak creating an X11 frame from an Emacs daemon started
8139         without a display.
8141 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8143         * minibuffer.el (minibuffer-force-complete): Make the next completion use
8144         the same completion-field (bug#12221).
8146 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
8148         * emacs-lisp/debug.el (debug): Record height of debugger window
8149         also when debugger will be back (Bug#8789).
8151 2012-10-18  Chong Yidong  <cyd@gnu.org>
8153         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8154         Convert to defcustom.
8155         (gdb-get-source-file): Don't bind pop-up-windows.
8157         * progmodes/gud.el (gud-display-line): Don't specially re-use
8158         other frames for the gdb-mi case (Bug#12648).
8160 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8162         * emacs-lisp/advice.el: Clean up commentary a bit.
8163         (ad-do-advised-functions, ad-with-originals): Use `declare'.
8164         (byte-code-function-p): Never redefine.
8166         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
8168 2012-10-18  Glenn Morris  <rgm@gnu.org>
8170         * dired.el (dired-sort-toggle): Some ls implementations only allow
8171         a single option string.  (Bug#12666)
8173         * minibuffer.el (completion-cycle-threshold): Doc fix.
8175 2012-10-17  Kenichi Handa  <handa@gnu.org>
8177         * international/mule.el (set-keyboard-coding-system):
8178         Recover input meta mode when the new coding system doesn not use 8-bit.
8179         Supply TERMINAL arg to set-input-meta-mode.
8181 2012-10-17  Michael Heerdegen  <michael_heerdegen@web.de>
8183         * wdired.el (wdired-old-marks): New variable.
8184         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
8185         (wdired-do-renames): Move point with renamed file and don't lose
8186         mark status (Bug#11795).
8188 2012-10-16  Juri Linkov  <juri@jurta.org>
8190         * replace.el (query-replace-help): Mention multi-buffer replacement
8191         keys in the Help message.  (Bug#12655)
8193 2012-10-15  Chong Yidong  <cyd@gnu.org>
8195         * emacs-lisp/byte-run.el (defsubst): Doc fix.
8197 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
8199         * window.el (display-buffer): Doc fix.
8201         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8202         Adjust the msft regexp to the output of Studio 2010, and move msft
8203         before edg-1.  See the discussion on emacs-devel,
8204         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
8205         for the details.
8207 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8209         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
8210         (oset): Move uses of object-class-fast macro after its definition.
8212         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
8214 2012-10-13  Chong Yidong  <cyd@gnu.org>
8216         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
8217         enabled, re-enable it (Bug#11963).
8219 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
8221         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
8222         non-nil, restore window configuration (Bug#12623).
8224 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8226         * help-fns.el (describe-variable, describe-function-1):
8227         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
8229         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
8231 2012-10-12  Glenn Morris  <rgm@gnu.org>
8233         * mail/rmailsum.el (rmail-header-summary):
8234         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
8236 2012-10-12  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8238         * progmodes/python.el (python-mode-map):
8239         Replace subtitute-key-definition with proper command remapping.
8240         (python-nav--up-list): Fix behavior for blocks on the same level.
8242 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8244         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
8246         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
8247         changes to the format of load-history.
8249         * international/mule-cmds.el (read-char-by-name): Move let-binding of
8250         completion-ignore-case in case that var is buffer-local (bug#12615).
8252 2012-10-11  Kenichi Handa  <handa@gnu.org>
8254         * international/eucjp-ms.el: Re-generated.
8256 2012-10-10  Kenichi Handa  <handa@gnu.org>
8258         * select.el (xselect--encode-string): If a coding is specified for
8259         selection, and that is compatible with COMPOUND_TEXT, use it.
8261 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
8263         * window.el (switch-to-buffer-preserve-window-point): New option.
8264         (switch-to-buffer):
8265         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
8267 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8269         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
8270         Don't document nil as a useful value (bug#12583).
8272 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
8274         * net/tramp.el (tramp-debug-message):
8275         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
8276         (with-tramp-progress-reporter): Rename from
8277         `tramp-with-progress-reporter'.
8278         (with-tramp-file-property, with-tramp-connection-property):
8279         Move from tramp-cache.el, rename from `with-file-property' and
8280         `with-connection-property', respectively.
8282         * net/tramp-cache.el: Remove `with-file-property' and
8283         `with-connection-property'.
8285         * net/tramp.el:
8286         * net/tramp-gvfs.el:
8287         * net/tramp-sh.el:
8288         * net/tramp-smb.el: Adapt callees.
8290         * net/trampver.el: Update release number.
8292 2012-10-09  Glenn Morris  <rgm@gnu.org>
8294         * w32-fns.el (set-message-beep):
8295         * term/w32-win.el (set-message-beep): Update declarations.
8297 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
8300         (mode-line-widen, mode-line-input-method-map)
8301         (mode-line-coding-system-map, mode-line-remote)
8302         (mode-line-unbury-buffer, mode-line-bury-buffer)
8303         (mode-line-next-buffer, mode-line-previous-buffer):
8304         Replace save-selected-window+select-window => with-selected-window.
8306         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
8307         * progmodes/cc-vars.el (bq-process): Remove, unused.
8309         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
8311 2012-10-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8313         Implemented `backward-up-list'-like navigation.
8314         * progmodes/python.el (python-nav-up-list)
8315         (python-nav-backward-up-list): New functions.
8316         (python-mode-map): Define substitute key for backward-up-list to
8317         python-nav-backward-up-list.
8319 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8321         * progmodes/python.el (python-fill-paragraph): Rename from
8322         python-fill-paragraph-function.  Fixed fill-paragraph for
8323         decorators (Bug#12605).
8325 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8327         * progmodes/python.el (python-shell-output-filter): Handle extra
8328         carriage return in OSX (Bug#12409).
8330 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8332         Fix shell handling of unbalanced quotes and parens in output.
8333         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
8334         (python-syntax-propertize-function): Use it.
8335         (python-shell-output-syntax-table): New var.
8336         (inferior-python-mode): Prevent unbalanced parens/quotes from
8337         previous output mess with current input context.
8339 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
8341         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
8342         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
8344 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
8346         * ffap.el (ffap-replace-file-component): Support Tramp file name
8347         syntax, not only ange-ftp's one.
8349 2012-10-08  Glenn Morris  <rgm@gnu.org>
8351         * cus-start.el (message-log-max): Set :version.
8353         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
8355 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
8357         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
8358         the minibuffer window (Bug#10851).
8360 2012-10-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8362         Enhancements on forward-sexp movement.
8363         * progmodes/python.el (python-nav-beginning-of-statement)
8364         (python-nav-end-of-statement): Return point-marker.
8365         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
8366         (python-info-current-symbol)
8367         (python-info-statement-starts-block-p): Rename from
8368         python-info-beginning-of-block-p.
8369         (python-info-statement-ends-block-p): Rename from
8370         python-info-end-of-block-p.
8371         (python-info-beginning-of-statement-p)
8372         (python-info-end-of-statement-p)
8373         (python-info-beginning-of-block-p, python-info-end-of-block-p):
8374         New functions.
8376 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8378         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
8379         frame-selected-windows.
8381 2012-10-08  Daniel Colascione  <dancol@dancol.org>
8383         * battery.el (battery-status-function): Check for
8384         w32-battery-status itself, not system-time windows-nt.
8386         * frame.el: Require cl-lib.
8387         (display-format-alist): New variable mapping frame types to
8388         functions that initialize them.
8389         (window-system-for-display): New function: interprets
8390         display-format-alist.
8391         (make-frame-on-display): Remove existing display-selection logic
8392         and just forward to make-frame, which will now DTRT.
8393         (make-frame): Restructure to use window-system-for-display to
8394         figure out how to create a frame on a given display.
8395         (display-mouse-p): Look for frame-type w32, not a particular
8396         system-type.
8398         * loadup.el: Load w32 lisp code when we have the w32 feature.
8400         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
8401         system-type windows-nt.
8403         * server.el (server-create-window-system-frame): Look for window
8404         type.
8405         (server-proces-filter): Only force a window system when windows-nt
8406         _and_ w32.  Explain why.
8408         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
8409         of window systems we configure for the mode.
8411         * startup.el (command-line): Mark window system is initialized
8412         after we've done it.
8414         * common-win.el (x-select-text): Look for w32, not windows-nt.
8416         * ns-win.el: Require cl-lib.  Add ourselves to
8417         display-format-alist.
8418         (ns-initialize-window-system): Assert we're not initialized twice.
8420         * w32-win.el: Enable lexical binding; require cl-lib; add
8421         ourselves to display-format-alist.
8422         (w32-handle-dropped-file): Convert incoming dropped files from
8423         Windows paths to Cygwin ones before passing them on to the rest of
8424         Emacs.
8425         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
8426         (w32-initialize-window-system): Assert we're not initialized twice.
8428         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
8429         (x-initialize-window-system): Assert we're not initialized twice.
8431         * w32-common-fns.el: New File.
8432         (w32-version, w32-using-nt, w32-get-clipboard-data)
8433         (w32-set-clipboard-data, x-set-selection, x-get-selection)
8434         (w32-charset-info-alist, x-last-selected, text)
8435         (x-get-selection-value, x-selection-value): Move here.
8437         * w32-fns.el: Require w32-common-fns.
8438         (w32-version, w32-using-nt, w32-get-clipboard-data)
8439         (w32-set-clipboard-data, x-set-selection, x-get-selection)
8440         (w32-charset-info-alist, x-last-selected, text)
8441         (x-get-selection-value, x-selection-value): Move to
8442         w32-common-fns.
8444         * w32-vars.el:
8445         (w32-allow-system-shell, w32-system-shells): Define only in
8446         non-cygwin case.
8448 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8450         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
8451         (read-passwd): Remove a few more potential sources of leaks.
8453 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8455         * progmodes/python.el (inferior-python-mode)
8456         (python-shell-make-comint): Fix initialization of local
8457         variables copied from parent buffer.
8459 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
8461         * term/ns-win.el (ns-read-file-name): Update declaration to match
8462         nsfns.m.
8463         (ns-respond-to-change-font): Change fontsize separately so we are sure
8464         it is set when font is acted upon.
8466 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8468         Enhancements to indentation.
8469         * progmodes/python.el (python-indent-context): Give priority to
8470         inside-string context.  Make comments indentation markers.
8471         (python-indent-region): Do not mess with strings, unless it's the
8472         enclosing set of quotes.
8474 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8476         * window.el (internal--before-save-selected-window)
8477         (internal--after-save-selected-window): New functions extracted from
8478         save-selected-window.  Make sure we return the `alist' we construct.
8479         (save-selected-window): Use them.
8481         * textmodes/tex-mode.el (tex-recenter-output-buffer):
8482         Use with-selected-window.
8484         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
8485         forms that define macros (bug#12593).
8487 2012-10-07  Kenichi Handa  <handa@gnu.org>
8489         * international/mule-conf.el (compound-text-with-extensions):
8490         Add :mime-charset property as x-ctext.
8492 2012-10-07  Stefan Merten  <smerten@oekonux.de>
8494         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8495         (rst-indent-literal-normal, rst-indent-literal-minimized)
8496         (rst-indent-comment): Correct :version tag.
8497         (rst-official-cvs-rev): Correct version string.
8499 2012-10-07  Glenn Morris  <rgm@gnu.org>
8501         * mail/rmailmm.el (rmail-mime-process-multipart):
8502         Do not confuse a multipart message with an epilogue
8503         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
8505 2012-10-07  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8507         Fix shell output retrieval and comint-prompt-regexp init.
8508         * progmodes/python.el (inferior-python-mode):
8509         (python-shell-make-comint): Fix initialization of
8510         comint-prompt-regexp from copied file local variables.
8511         (python-shell-fetched-lines): Remove var.
8512         (python-shell-output-filter-in-progress): Rename from
8513         python-shell-fetch-lines-in-progress.
8514         (python-shell-output-filter-buffer): Rename from
8515         python-shell-fetch-lines-string.
8516         (python-shell-fetch-lines-filter): Delete function.
8517         (python-shell-output-filter): New function.
8518         (python-shell-send-string-no-output): Use them.
8520 2012-10-07  Glenn Morris  <rgm@gnu.org>
8522         * hi-lock.el (hi-lock-process-phrase):
8523         Try to make it less fragile.  (Bug#7161)
8525         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
8527 2012-10-06  Glenn Morris  <rgm@gnu.org>
8529         * ehelp.el (electric-help-mode): Use help-mode rather than
8530         non-existent mode `help'.
8531         (electric-help-map): Use button-buffer-map.  (Bug#10917)
8533         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
8534         (reftex-create-bibtex-footer): Fix custom types.
8536         * progmodes/sh-script.el (sh-indent-after-continuation):
8537         Add explicit :group.
8539         * textmodes/rst.el (rst-preferred-decorations)
8540         (rst-shift-basic-offset): Clarify obsolescence versions.
8542         * profiler.el (profiler): Add missing group :version tag.
8543         * avoid.el (mouse-avoidance-banish-position):
8544         * proced.el (proced-renice-command):
8545         * calc/calc.el (calc-ensure-consistent-units):
8546         * calendar/icalendar.el (icalendar-import-format-uid):
8547         * net/tramp.el (tramp-save-ad-hoc-proxies):
8548         * progmodes/bug-reference.el (bug-reference-bug-regexp):
8549         * progmodes/flymake.el (flymake-error-bitmap)
8550         (flymake-warning-bitmap, flymake-fringe-indicator-position):
8551         * progmodes/sh-script.el (sh-indent-after-continuation):
8552         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
8553         (verilog-before-save-font-hook, verilog-after-save-font-hook):
8554         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
8555         (vhdl-array-index-record-field-in-sensitivity-list)
8556         (vhdl-indent-comment-like-next-code-line):
8557         * textmodes/reftex-vars.el (reftex-ref-style-alist)
8558         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
8559         (reftex-cite-key-separator, reftex-create-bibtex-header)
8560         (reftex-create-bibtex-footer):
8561         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8562         (rst-indent-literal-normal, rst-indent-literal-minimized)
8563         (rst-indent-comment): Add missing custom :version tags.
8565         * calendar/timeclock.el (timeclock-modeline-display):
8566         Add missing obsolete alias for renamed user option.
8568         * strokes.el (strokes-modeline-string):
8569         * emulation/crisp.el (crisp-mode-modeline-string):
8570         * eshell/esh-mode.el (eshell-status-in-modeline):
8571         Aliases to defcustoms must come before the defcustom.
8573         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
8574         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8575         (cal-tex-cursor-week-monday): Doc fixes.
8576         (cal-tex-cursor-week2-summary): Doc fix.
8577         Rename from cal-tex-cursor-week-at-a-glance.
8579         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
8580         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
8582         * calendar/calendar.el (calendar-mode-map):
8583         Add cal-tex-cursor-week2-summary.
8585 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8587         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
8589         * subr.el (read-passwd-map): New var.
8590         (read-passwd): Use `read-string' again.
8591         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
8593 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
8595         * register.el (append-to-register, prepend-to-register):
8596         Deactivate mark, as does `copy-to-register' (bug#12389).
8598 2012-10-06  Chong Yidong  <cyd@gnu.org>
8600         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
8602 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
8604         * international/characters.el: Fix simple mistake ((car chars) ->
8605         elt), delete duplicated code.
8607 2012-10-06  Glenn Morris  <rgm@gnu.org>
8609         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
8611 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8613         * color.el (color-hsl-to-rgb): Fix incorrect results for
8614         small and large hue values.  (Bug#12559)
8616 2012-10-05  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8618         Enhancements to docstring formatting when filling paragraphs.
8619         * progmodes/python.el (python-fill-docstring-style): Rename from
8620         python-fill-string-style.  Added new style.
8621         (python-fill-string): Use new style.  Better checks for
8622         docstrings.
8624 2012-10-05  Glenn Morris  <rgm@gnu.org>
8626         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
8628         * color.el (color-name-to-rgb, color-rgb-to-hex)
8629         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
8630         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
8631         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8632         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
8634         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
8636 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
8638         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
8639         to get the correct size across symlinks.
8641         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
8643 2012-10-04  Juri Linkov  <juri@jurta.org>
8645         * replace.el (query-replace-interactive): Declare obsolete.
8646         (query-replace-read-from): Add the last incremental search string
8647         to the list of default values accessible via M-n.
8648         (map-query-replace-regexp): Use `read-regexp'.
8649         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8650         (map-query-replace-regexp, replace-string, replace-regexp):
8651         Fix docstrings to replace mentions of `query-replace-interactive'
8652         with alternatives.  (Bug#12526)
8654 2012-10-04  Juri Linkov  <juri@jurta.org>
8656         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
8657         (dired-pop-to-buffer): Declare obsolete.
8658         (dired-mark-pop-up): Doc fix.
8660 2012-10-04  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8662         Allow user to set docstring style for fill-paragraph.
8663         * progmodes/python.el
8664         (python-fill-comment-function, python-fill-string-function)
8665         (python-fill-decorator-function, python-fill-paren-function):
8666         Remove :safe for defcustoms.
8667         (python-fill-string-style): New defcustom
8668         (python-fill-paragraph-function): Enhance context detection.
8669         (python-fill-string): Honor python-fill-string-style settings.
8671 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
8673         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
8674         after setting its buffer (Bug#10805).
8676 2012-10-03  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8678         Fix cornercase for string syntax.
8679         * progmodes/python.el (python-syntax-propertize-function):
8680         Simplify and enhance the regexp for unescaped quotes.  Now it also
8681         matches quotes in weird situations like the single quote in
8682         "something\"'".
8683         (python-syntax-stringify): Simplify num-quotes detecting code.
8685 2012-10-03  Glenn Morris  <rgm@gnu.org>
8687         * help-macro.el (three-step-help):
8688         Revert 2012-09-29 change.  (Bug#12567)
8690 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
8692         * menu-bar.el (kill-this-buffer): Don't do anything when
8693         `menu-frame' is not alive or visible (Bug#8184).
8695         * emacs-lisp/debug.el (debug): When quitting the debugger window
8696         restore current buffer (Bug#12502).
8698 2012-10-02  Chong Yidong  <cyd@gnu.org>
8700         * progmodes/hideif.el (hif-lookup, hif-defined):
8701         Handle semantic-c-takeover-hideif.
8703 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8705         Change sampling interval units from ms to ns.
8706         * profiler.el (profiler-sampling-interval): Change units
8707         from ms to ns, multiplying the default by 1000000 so that
8708         it remains 1 ms.
8709         (profiler-report-cpu-line-format): Give enough room for
8710         the maximum counters on 64-bit hosts.
8711         (profiler-report-render-calltree-1): Call them "CPU samples",
8712         not "Time (ms)", since they are not milliseconds now (and
8713         never really were).
8715 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
8717         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8718         Fix querying BBDB for entries without a last name (Bug#11580).
8720 2012-10-02  Chong Yidong  <cyd@gnu.org>
8722         * emacs-lisp/eieio.el: Restore Version header.
8724 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8726         * vc/diff-mode.el (diff--auto-refine-data): New var.
8727         (diff-hunk): Use it to delay refinement.
8728         (diff-mode): Remove overlays when we turn off font-lock.
8730         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8731         (table-initialize-table-fixed-width-mode)
8732         (table-set-table-fixed-width-mode): Remove functions.
8733         (table-command-list): Move initialization into declaration.
8734         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8735         (table-with-cache-buffer): Use `declare'.
8736         (table-span-cell): Simplify via CSE.
8737         (table-fixed-width-mode): Use define-minor-mode.
8738         (table-call-interactively, table-funcall, table-apply): Remove.
8739         (table-function): New function, to replace them.
8741         * bookmark.el (bookmark-search-pattern): Remove var.
8742         (bookmark-read-search-input): Remove function.
8743         (bookmark-bmenu-search): Reimplement using a minibuffer.
8745         * faces.el (modeline): Remove obsolete face name.
8747         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8748         and give a non-nil default value.
8749         (add-change-log-entry): Simplify accordingly.
8751 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
8753         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8754         (vc-git-log-edit-toggle-amend): New function.
8755         (vc-git-log-edit-toggle-signoff): New function.
8756         (vc-git-log-edit-mode): New major mode.
8757         (vc-git-log-edit-mode-map): Keymap for it.
8758         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8760         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8761         header names.
8762         (log-edit-toggle-header): New function.
8763         (log-edit-extract-headers): Accept function values in HEADERS alist.
8765 2012-10-01  David Engster  <deng@randomsample.de>
8767         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8768         from symbol property and change message to be more consistent with
8769         Emacs proper.
8770         (eieio-describe-generic): Add filename for each implementation.
8771         Fix indices for generic and normal methods.
8772         (eieio-method-def, eieio-class-def): New buttons.
8773         (eieio-help-find-method-definition)
8774         (eieio-help-find-class-definition): New functions.
8775         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8776         class, constructor and method definitions.
8778         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8779         information in symbol property.
8780         (scoped-class): Remove.
8781         (eieio-slot-name-index, call-next-method): Check if it is bound.
8783 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
8785         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8786         (eieio-custom-mode): New major mode.
8787         (eieio-customize-object): Use it.
8789 2012-10-01  Eric Ludlam  <zappo@gnu.org>
8791         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8792         specifying the expected class, and whether subclassing is allowed.
8793         (eieio-persistent-convert-list-to-object):
8794         (eieio-persistent-validate/fix-slot-value)
8795         (eieio-persistent-slot-type-is-class-p): New functions.
8796         (eieio-named::slot-missing): Doc fix.
8798         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8799         Stop using unused publd variable.
8801         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8802         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8803         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8804         (eieio-speedbar-handle-click): Do not specify a class for the
8805         method.  Fixes method invocation order problems with EDE.
8807 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8809         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8810         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8812 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
8814         * bookmark.el (bookmark-version-control): Give tags in the
8815         :type choices (Bug#12309), and improve doc string.
8816         (bookmark-write-file): Bind `print-circle' to `t' to allow
8817         circular custom bookmark types.  (Bug#12503)
8819 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
8821         Revert the FOLLOW-SYMLINKS change for file-attributes.
8822         * files.el (remote-file-name-inhibit-cache, after-find-file):
8823         * time.el (display-time-file-nonempty-p): Undo last change.
8825         * profiler.el (profiler-sampling-interval): Change default back to 1.
8826         See Stefan Monnier in
8827         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8829 2012-10-01  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
8831         Shell output catching a la gud-gdb.
8832         * progmodes/python.el (python-shell-fetch-lines-in-progress)
8833         (python-shell-fetch-lines-string, python-shell-fetched-lines):
8834         New Vars.
8835         (python-shell-fetch-lines-filter): New function.
8836         (python-shell-send-string-no-output): Use them.
8838 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
8840         * profiler.el (profiler-sampling-interval): Rename from
8841         profiler-sample-interval.
8842         (profiler-sampling-interval): Default to 10.
8843         (profiler-find-profile): New command (was profiler-find-log).
8844         (profiler-find-profile-other-window): New command.
8845         (profiler-find-profile-other-frame): New command.
8846         (profiler-profile): Introduce API-level data structure.
8848 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
8850         file-attributes has a new optional arg FOLLOW-SYMLINKS.
8851         * files.el (remote-file-name-inhibit-cache):
8852         * time.el (display-time-file-nonempty-p): Use it.
8853         * files.el (after-find-file): Don't chase links before calling
8854         file-exists-p, as file-exists-p already does the right thing.
8856 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
8858         Merge from standalone RefTeX repository.
8860         The following ChangeLog entries are shortened versions of the
8861         original ones with file paths adapted.  A not so strongly edited
8862         version of the original ChangeLog can be found in the commit log.
8864         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8865         (reftex-arg-cite): Use `reftex-cite-key-separator'.
8866         Correctly handle new value type returned by `reftex-citation'.
8868         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8869         that entries with whitespace at various places are found.
8870         Doc fix.  Include entries that are cross-referenced from cited entries.
8871         Include @String definitions in the resulting bib file.  Add header
8872         and footer defined in `reftex-create-bibtex-header' and
8873         `reftex-create-bibtex-footer'.
8874         (reftex-do-citation): Make it possible again to insert
8875         non-existent entries.  Save match data when asking for optional
8876         arguments.  Return all keys, not just the first one.
8877         (reftex-all-used-citation-keys): Fix regexp to correctly extract
8878         all citations in the same line.
8879         (reftex-parse-bibtex-entry): Accept additional optional argument
8880         `raw' and keep quotes or braces if it is non-nil.  Match fields
8881         containing hyphens besides word constituents.
8882         (reftex-get-string-refs): New function.
8883         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8884         and ask if it should be reread in case it did.
8885         (reftex-pop-to-bibtex-entry)
8886         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
8887         entries with spaces or tabs in front of arguments.
8888         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8889         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
8890         Match entries containing numbers and symbol constituents.
8891         (reftex-do-citation, reftex-figure-out-cite-format):
8892         Use `reftex-cite-key-separator'.
8894         * textmodes/reftex-dcr.el: Move provide statement to end of file.
8895         (reftex-mouse-view-crossref): Explain why point is set.
8897         * textmodes/reftex-global.el: Whitespace changes.
8899         * textmodes/reftex-index.el: Move provide statement to end of
8900         file.
8901         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
8902         (reftex-index-visit-phrases-buffer): Set marker when visiting
8903         buffer.  This allows for returning from the phrases file to the
8904         file one was just editing instead of the file where the last
8905         phrases was added from.
8906         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
8907         punctuation syntax as it usually is not used as string quote in
8908         TeX-related modes and may occur unmatched.  The change also
8909         prevents fontification of quoted content.
8910         (reftex-index-phrases-mode): Use it.
8912         * textmodes/reftex-parse.el (reftex-parse-from-file):
8913         Move backward one char if a `\' was matched after a section macro.
8914         (reftex-parse-from-file): Use beginning of match instead of end as
8915         bound.
8917         * textmodes/reftex-ref.el: Adapt creation of
8918         `reftex-<package>-<macro>' functions to new structure of
8919         `reftex-ref-style-alist'.
8920         (reftex-reference): Use `reftex-ref-style-list' function.
8921         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
8922         reference macro if `reftex-ref-macro-prompt' is non-nil.
8923         (reftex-reference): Pass refstyle to `reftex-format-special'.
8924         Determine reference macro by looking at
8925         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
8926         Use only one special format function.
8927         (reftex-varioref-vref, reftex-fancyref-fref)
8928         (reftex-fancyref-Fref): Remove definitions.  The functions are now
8929         generated from `reftex-ref-style-alist'.
8930         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
8931         Remove.
8932         (reftex-format-special): New function.
8934         * textmodes/reftex-sel.el
8935         (reftex-select-cycle-ref-style-internal): Adapt to new structure
8936         of `reftex-ref-style-alist'.  Remove code for testing macro type.
8937         (reftex-select-toggle-varioref)
8938         (reftex-select-toggle-fancyref): Remove.
8939         (reftex-select-cycle-ref-style-internal)
8940         (reftex-select-cycle-ref-style-forward)
8941         (reftex-select-cycle-ref-style-backward): New functions.
8942         (reftex-select-label-map): Use `v' and `V' for general cycling
8943         through reference styles.  Add `p' for switching between number
8944         and page reference types.
8946         * textmodes/reftex-toc.el (reftex-re-enlarge):
8947         Call `enlarge-window' only if there is something to do because in Emacs
8948         the horizontal version throws an error even if the parameter is 0.
8950         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
8951         (reftex-plug-into-AUCTeX): Doc fix.
8952         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
8953         string.  Adapt to new name.
8954         (reftex-ref-style-alist): Change structure so that it is not
8955         possible to use multiple different package names within a style.
8956         Remove the symbols for symbols for macro type distinction.
8957         Add characters for macro selection.
8958         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
8959         (reftex-create-bibtex-footer): New variables.
8960         (reftex-format-ref-function): Mention third argument of special
8961         format function.
8962         (reftex-ref-style-alist, reftex-ref-style-default-list):
8963         New variables.
8964         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
8965         to new implementation.  Mark as obsolete.  Add compatibility code
8966         for honoring the variable values in case they are set.
8967         (reftex-cite-format-builtin, reftex-bibliography-commands):
8968         Add support for ConTeXt.
8969         (reftex-format-ref-function, reftex-format-cite-function):
8970         Fix custom type.
8971         (reftex-cite-key-separator): New variable.
8973         * textmodes/reftex.el (reftex-syntax-table-for-bib)
8974         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
8975         `reftex-syntax-table' because parens have to retain their paren
8976         syntax in order for parsing of BibTeX entries like @book(...) to
8977         work.
8978         (reftex-in-comment): Do not error out if `comment-start-skip' is
8979         not set.  Deal correctly with escaped comment characters.
8980         (reftex-tie-multifile-symbols): Add doc string.
8981         Initialize `reftex-ref-style-list'.
8982         (reftex-untie-multifile-symbols): Add doc string.
8983         (reftex-add-index-macros): Doc fix.
8984         (reftex-ref-style-activate, reftex-ref-style-toggle)
8985         (reftex-ref-style-list): New functions.
8986         (reftex-mode-menu): Use them.  Adapt to new structure of
8987         `reftex-ref-style-alist'.
8988         (reftex-select-with-char): Kill the RefTeX Select buffer when
8989         done.
8990         (reftex-remove-if): New function.
8991         (reftex-erase-all-selection-and-index-buffers)
8992         (reftex-mode-menu): Reference styles are now computed from
8993         `reftex-ref-style-alist'.  Fix typo.
8994         (reftex-report-bug): New function.
8995         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
8996         algorithms with O(n log n).  Introduce optional argument SORT (not
8997         yet used).
8999 2012-09-30  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9001         Enhancements for triple-quote string syntax.
9002         * progmodes/python.el (python-syntax-propertize-function):
9003         Match both quote cases in one regexp.
9004         (python-syntax-stringify): Handle matches properly.
9006 2012-09-30  Juri Linkov  <juri@jurta.org>
9008         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
9009         to nil around the call to `insert' to prevent
9010         directory time modification by lock_file.  (Bug#2295)
9011         * tar-mode.el (tar-summarize-buffer): Idem.
9013 2012-09-30  Juri Linkov  <juri@jurta.org>
9015         * facemenu.el (list-colors-sort): Add option "Luminance".
9016         (list-colors-sort-key): Implement it.
9018         * vc/diff-mode.el (diff-refine-removed):
9019         * vc/ediff-init.el (ediff-fine-diff-A):
9020         * vc/smerge-mode.el (smerge-refined-removed):
9021         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
9023 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
9025         * term/ns-win.el (x-file-dialog): New function.
9027 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
9029         * ido.el (ido-max-directory-size): Default to nil; the current
9030         default is small for POSIX systems, and impractical on Windows 7
9031         now that lstat returns directory sizes for NTFS.
9033 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
9035         In buffer display functions handle window-height/window-width
9036         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
9037         * window.el (window--display-buffer): New argument ALIST.
9038         Obey window-height and window-width alist entries.
9039         (window--try-to-split-window): New argument ALIST.
9040         Bind window-combination-limit to t when the window's size shall be
9041         changed and window-combination-limit equals `window-size'.
9042         (display-buffer-in-atom-window)
9043         (display-buffer-in-major-side-window)
9044         (display-buffer-in-side-window, display-buffer-same-window)
9045         (display-buffer-reuse-window, display-buffer-pop-up-frame)
9046         (display-buffer-pop-up-window, display-buffer-below-selected)
9047         (display-buffer-at-bottom, display-buffer-in-previous-window)
9048         (display-buffer-use-some-window): Adjust all callers of
9049         window--display-buffer and window--try-to-split-window.
9050         (fit-frame-to-buffer): New option.
9051         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
9052         is non-nil.
9053         (display-buffer-in-major-side-window): Evaluate window-height /
9054         window-width alist entries.
9056         * help.el (temp-buffer-resize-frames)
9057         (temp-buffer-resize-regexps): Remove options.
9058         (temp-buffer-resize-mode): Adjust doc-string.
9059         (resize-temp-buffer-window): Don't consult
9060         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
9061         temp-buffer-resize-frames.
9063         * dired.el (dired-mark-pop-up):
9064         Call display-buffer-below-selected with a fit-window-to-buffer alist
9065         entry.
9067 2012-09-30  Chong Yidong  <cyd@gnu.org>
9069         * server.el (server-host): Document the security implications.
9070         (server-auth-key): Doc fix.
9072         * startup.el (initial-buffer-choice): Doc fix.
9074         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
9076         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
9077         restriction change.
9079         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
9081         * help-fns.el (help-fns--obsolete): Fix last change.
9083 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9085         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
9086         (minor-mode-map-alist): Remove redundant code.
9088         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
9089         visited in a buffer.
9090         (cvs-insert-visited-file): New function.
9091         (find-file-hook): Use it.
9093         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
9095         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
9096         chose face.
9097         (log-edit-empty-buffer-p): Don't require a space after a header.
9099         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
9101         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
9103         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
9104         a proper minor-mode.
9106         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
9108 2012-09-29  Glenn Morris  <rgm@gnu.org>
9110         * winner.el (winner-mode): Remove variable (let define-minor-mode
9111         handle it).
9112         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
9113         Doc fixes.
9114         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
9115         (winner-mode): Use define-minor-mode.
9117         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
9118         the full definition in loaddefs, rather than duplicating it.
9120         * help-macro.el (three-step-help): No need to autoload defcustom.
9122         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
9123         (inferior-lisp-program, inferior-lisp-load-command)
9124         (inferior-lisp-prompt, inferior-lisp-mode-hook):
9125         No need to autoload defcustoms.
9127         * hippie-exp.el (hippie-expand-try-functions-list)
9128         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
9129         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
9130         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
9131         (hippie-expand-only-buffers): No need to autoload defcustoms.
9132         * progmodes/vhdl-mode.el (vhdl-line-expand):
9133         Explicitly load hippie-exp, so it does not get autoloaded
9134         while hippie-expand-try-functions-list is let-bound.
9136 2012-09-28  Glenn Morris  <rgm@gnu.org>
9138         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
9140         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
9141         Only "cl.el" counts as cl these days.
9143 2012-09-28  Juri Linkov  <juri@jurta.org>
9145         Display archive errors in the echo area instead of inserting
9146         to the file buffer.
9148         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
9149         to STDERR-TEST that can be a regexp matching a successful output.
9150         Create a temporary file and redirect stderr to it.  Search for
9151         STDERR-TEST in the stderr output and display it in the echo area
9152         if no match is found.
9153         (archive-extract-by-file): New function like
9154         `archive-extract-by-stdout' but extracting archives to files
9155         and looking for successful matches in stdout.  Function body is
9156         mostly copied from `archive-rar-extract'.
9157         (archive-rar-extract): Use `archive-extract-by-file'.
9158         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
9160 2012-09-28  Leo Liu  <sdl.web@gmail.com>
9162         * pcomplete.el (pcomplete-show-completions):
9163         Use minibuffer-message to make pcomplete usable in minibuffer.
9165         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
9167 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9169         * type-break.el: Use lexical-binding.
9170         (type-break-mode): Use define-minor-mode.
9172         * emacs-lisp/pcase.el (pcase--mark-used): New.
9173         (pcase--u1): Use it (bug#12512).
9175         * custom.el (load-theme): Set buffer-file-name so the load is recorded
9176         in load-history with the right file name.
9178 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
9180         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
9181         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
9182         (doc-view-get-bounding-box): Make bounding box slicing work for
9183         ODF and DVI documents.
9185 2012-09-28  Glenn Morris  <rgm@gnu.org>
9187         * type-break.el (type-break-mode, type-break-interval)
9188         (type-break-good-rest-interval, type-break-keystroke-threshold):
9189         No need to autoload.
9190         (type-break-good-rest-interval, type-break-keystroke-threshold):
9191         Add :set-after.
9193 2012-09-28  Chong Yidong  <cyd@gnu.org>
9195         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
9196         Add :version tag.
9198 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9200         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9202 2012-09-27  Glenn Morris  <rgm@gnu.org>
9204         * faces.el (x-display-name): Declare (for without-x builds).
9206         * linum.el (linum-format): Don't autoload it.  Improve :type.
9208         * progmodes/tcl.el: Don't require outline when compiling.
9209         (outline-regexp, outline-level): Declare.
9210         * textmodes/sgml-mode.el: Don't require outline when compiling.
9211         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
9213         * term.el (term-ansi-reset):
9214         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
9216         * vc/vc.el (vc-next-action): Only gripe about committing read-only
9217         files for RCS and SCCS.  (Bug#9781)
9219 2012-09-27  Chong Yidong  <cyd@gnu.org>
9221         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
9222         change; value should be t.
9224 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9226         * image-mode.el: Use lexical-binding.
9227         (image-mode-winprops): Use t to stand for the window of
9228         a buffer that's not displayed.
9229         * doc-view.el (doc-view-new-window-function): Handle the new
9230         t in winprops.
9231         (doc-view-enlarge): Make it a real nop if the size is not changed.
9232         (doc-view-display): Handle the case where the buffer is not (yet?)
9233         displayed in any window.
9234         (doc-view-saved-settings): New var.
9235         (doc-view-mode): Use it.
9236         (doc-view-fallback-mode): Set it.
9238         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
9239         Set lexical-binding.
9240         (minibuffer-eldef-shorten-default): New var.
9241         (minibuffer-default-in-prompt-regexps): Use it for new default.
9242         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
9244 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
9246         * international/uni-bidi.el:
9247         * international/uni-category.el:
9248         * international/uni-name.el:
9249         * international/uni-numeric.el: Regenerate.
9251 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
9252             Stefan Monnier  <monnier@iro.umontreal.ca>
9254         * profiler.el: New file.
9256 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9258         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
9259         (testcover-reinstrument): Simplify with CSE.
9261 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
9263         * window.el (temp-buffer-window-setup): Fix typo in docstring.
9265 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
9267         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
9268         (verilog-auto-input, verilog-auto-insert-lisp)
9269         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
9270         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
9271         (verilog-auto-unused, verilog-auto-wire)
9272         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
9273         newline.  Reported by Andrew Jones.
9274         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
9275         Reported by Brad Dobbie.
9276         (verilog-batch-delete-trailing-whitespace):
9277         Create verilog-batch-delete-trailing-whitespace.
9278         Reported by Brad Dobbie.
9279         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
9280         parameters from another module.  Reported by Dan Katz.
9281         (verilog-auto, verilog-auto-assign-modport)
9282         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
9283         AUTOINOUTMODPORT for UVM interface module shell generation.
9284         Reported by Brad Dobbie.
9285         (verilog-auto-inst-interfaced-ports): Make default nil, as more
9286         standard behavior.
9287         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
9288         Reported by Matt Martin.
9290 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
9292         * window.el (window--resize-child-windows): When resizing child
9293         windows proportionally, process them in reverse order to
9294         preserve the "when splitting a window the new one gets the odd
9295         line" behavior.
9296         (window--resize-root-window-vertically): When resizing the
9297         minibuffer window try to affect only windows at the bottom of the
9298         frame.  (Bug#12419)
9300 2012-09-25  Chong Yidong  <cyd@gnu.org>
9302         * subr.el (declare): Doc fix.
9304         * help-fns.el (help-fns--obsolete): Handle macros properly.
9306 2012-09-25  Chong Yidong  <cyd@gnu.org>
9308         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
9309         this function obsolete.
9311         * calendar/cal-x.el (calendar-two-frame-setup)
9312         (calendar-only-one-frame-setup, calendar-one-frame-setup):
9313         * calendar/calendar.el (american-calendar, european-calendar)
9314         (calendar-for-loop):
9315         * comint.el (comint-dynamic-simple-complete)
9316         (comint-dynamic-complete-as-filename, comint-unquote-filename):
9317         * desktop.el (desktop-load-default):
9318         * dired-x.el (dired-omit-here-always)
9319         (dired-hack-local-variables, dired-default-directory):
9320         * emacs-lisp/derived.el (derived-mode-class):
9321         * emacs-lisp/timer.el (timer-set-time-with-usecs):
9322         * emacs-lock.el (toggle-emacs-lock):
9323         * epa.el (epa-display-verify-result):
9324         * epg.el (epg-sign-keys, epg-start-sign-keys)
9325         (epg-passphrase-callback-function):
9326         * eshell/esh-util.el (eshell-for):
9327         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
9328         (eshell-add-to-window-buffer-names):
9329         * files.el (locate-file-completion):
9330         * imenu.el (imenu-example--create-c-index)
9331         (imenu-example--create-lisp-index)
9332         (imenu-example--lisp-extract-index-name)
9333         (imenu-example--name-and-position):
9334         * international/mule-cmds.el (princ-list):
9335         * international/mule-diag.el (decode-codepage-char):
9336         * international/mule-util.el (detect-coding-with-priority):
9337         * iswitchb.el (iswitchb-read-buffer):
9338         * mail/mailalias.el (mail-complete):
9339         * mail/sendmail.el (mail-sent-via):
9340         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
9341         (mouse-major-mode-menu):
9342         * password-cache.el (password-read-and-add):
9343         * pcomplete.el (pcomplete-parse-comint-arguments):
9344         * progmodes/sh-script.el (sh-maybe-here-document):
9345         * replace.el (query-replace-regexp-eval):
9346         * savehist.el (savehist-load):
9347         * simple.el (choose-completion-delete-max-match):
9348         * term.el (term-dynamic-simple-complete):
9349         * vc/ediff-init.el (ediff-check-version):
9350         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
9351         * vc/vc.el (vc-diff-switches-list):
9352         * view.el (view-return-to-alist-update): Likewise.
9354         * subr.el (eval-next-after-load, makehash, insert-string)
9355         (assoc-ignore-representation, assoc-ignore-case): Use declare to
9356         mark obsolete.
9357         (mode-line-inverse-video): Variable deleted.
9359         * international/mule-util.el (string-to-sequence): Remove.
9361         * calendar/calendar.el (calendar-version):
9362         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
9363         (icalendar-convert-diary-to-ical):
9364         * cus-edit.el (custom-mode):
9365         * ansi-color.el (ansi-color-unfontify-region):
9366         * international/latin1-disp.el (latin1-char-displayable-p):
9367         * progmodes/cwarn.el (turn-on-cwarn-mode):
9368         * progmodes/which-func.el (which-func-update-1):
9369         Use define-obsolete-function-alias.
9371         * net/newst-backend.el (newsticker-cache-filename):
9372         * net/newst-treeview.el (newsticker-groups-filename):
9373         Fix incorrect obsolescence declaration.
9375         * allout.el (allout-passphrase-hint-string): Likewise.
9376         (allout-init): Use a declare form to mark obsolete.
9378         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
9379         this applies to functions.
9381         * iswitchb.el (iswitchb-read-buffer): Move code of
9382         iswitchb-define-mode-map here, and delete that obsolete function.
9384         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
9385         font-lock-reference-face.
9387 2012-09-25  Glenn Morris  <rgm@gnu.org>
9389         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
9390         Doc fixes.
9392         * eshell/em-term.el (eshell-term-name):
9393         Default to term-term-name.  (Bug#12485)
9395 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9397         * progmodes/python.el (python-shell-send-buffer): Better handling
9398         of "if __name__ == '__main__':" conditionals when sending the buffer.
9400 2012-09-24  Glenn Morris  <rgm@gnu.org>
9402         * eshell/esh-cmd.el (eshell-find-alias-function):
9403         Tighten up file-name regexp.  (Bug#12499)
9405 2012-09-24  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9407         Enhancements for triple-quote string syntax.
9408         * progmodes/python.el (python-quote-syntax): Remove.
9409         (python-syntax-propertize-function): New value.
9410         (python-syntax-count-quotes, python-syntax-stringify):
9411         New functions.
9413 2012-09-24  Chong Yidong  <cyd@gnu.org>
9415         * mail/supercite.el (sc-version): Remove obsolete function.
9416         (sc-describe): Don't mark as obsolete, since it is bound.
9417         (sc-submit-bug-report): Remove.
9419         * vc/log-edit.el (cvs-changelog-full-paragraphs)
9420         (cvs-commit-buffer-require-final-newline): Remove.
9421         (log-edit-require-final-newline)
9422         (log-edit-changelog-full-paragraphs): Default to t.
9424         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
9425         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9426         * vc/vc.el (vc-checkout-carefully): Likewise.
9428         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
9429         (emerge-version): Remove.
9431         * progmodes/compile.el (compile-internal): Remove.
9432         (compilation-parse-errors-function): Fix typo.
9434         * international/mule.el (set-char-table-default): Remove.
9435         (set-coding-priority, make-coding-system, generic-char-p)
9436         (charset-list, charset-bytes, charset-id): Use declare to mark
9437         functions as obsolete.
9439         * vc/pcvs-defs.el (cvs-buffer-name-alist)
9440         (cvs-invert-ignore-marks): Remove references to obsolete vars.
9441         * vc/vc-hooks.el (vc-default-registered): Don't use
9442         vc-master-templates.
9444         * font-lock.el (font-lock-reference-face):
9445         Use define-obsolete-variable-alias.
9447         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
9448         * calendar/calendar.el (calendar-font-lock-keywords):
9449         * calendar/diary-lib.el (diary-font-lock-keywords)
9450         (diary-fancy-font-lock-keywords):
9451         * textmodes/reftex-sel.el (reftex-insert-docstruct):
9452         * textmodes/reftex-index.el (reftex-insert-index):
9453         * textmodes/reftex-cite.el (reftex-format-bib-entry):
9454         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9455         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
9456         * progmodes/prolog.el (prolog-font-lock-keywords):
9457         * progmodes/idlwave.el (idlwave-idl-keywords):
9458         * progmodes/ada-mode.el (ada-font-lock-keywords):
9459         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
9461 2012-09-24  Glenn Morris  <rgm@gnu.org>
9463         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
9465 2012-09-23  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
9467         * progmodes/python.el (python-indent-line): More consistent cursor
9468         movement behavior.
9470 2012-09-23  Stefan Merten  <smerten@oekonux.de>
9472         * textmodes/rst.el: Fix compiler warning.
9474 2012-09-23  Roland Winkler  <winkler@gnu.org>
9476         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
9477         Transcribe also LaTeX hyphenation.
9478         (bibtex-reformat): Bug fix.  Do not quote twice the elements of
9479         bibtex-reformat-previous-options.
9481 2012-09-23  Roland Winkler  <winkler@gnu.org>
9483         * proced.el (proced-renice-command): New variable.
9484         (proced-marked-processes): New function.
9485         (proced-with-processes-buffer): New macro.
9486         (proced-send-signal): Use them.
9487         (proced-renice): New command bound to r.
9489 2012-09-23  Roland Winkler  <winkler@gnu.org>
9491         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
9492         ibuffer-saved-filter-groups has one element, shortcut the call of
9493         completing-read.  (Bug#12331)
9495 2012-09-23  Chong Yidong  <cyd@gnu.org>
9497         * bindings.el (mode-line-toggle-read-only):
9498         * bs.el (bs-toggle-readonly):
9499         * buff-menu.el (Buffer-menu-toggle-read-only):
9500         * dired.el (dired-toggle-read-only):
9501         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
9503 2012-09-23  Chong Yidong  <cyd@gnu.org>
9505         * image.el (image-type-available-p): Adapt to init-image-library
9506         argument changes.
9508 2012-09-22  Juri Linkov  <juri@jurta.org>
9510         * dired.el (dired-mode-map): Add [remap read-only-mode] for
9511         `dired-toggle-read-only'.  (Bug#12462)
9513 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
9515         * subr.el (temp-output-buffer-show): New function.
9516         (with-output-to-temp-buffer): Call temp-output-buffer-show
9517         instead of internal-temp-output-buffer-show.
9519 2012-09-22  Chong Yidong  <cyd@gnu.org>
9521         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
9522         (Bug#12462).
9524         * repeat.el (repeat): Doc fix (Bug#12348).
9526         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
9527         (Bug#10909).
9529         * simple.el (shell-command-on-region): Doc fix.
9530         (read-only-mode): Doc fix.
9532 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
9534         * emacs-lisp/timer.el (run-with-idle-timer)
9535         (timer-activate-when-idle): Warn against reinvoking an idle timer
9536         from within its own timer action.  (Bug#12447)
9538 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
9540         * cus-start.el (window-combination-limit): Add new optional
9541         values.
9542         * window.el (temp-buffer-window-show)
9543         (window--try-to-split-window): Handle new values of
9544         window-combination-limit (Bug#1806).
9545         (split-window): Test window-combination-limit for t instead of
9546         non-nil.
9547         (display-buffer-at-bottom): New buffer display action function.
9548         * help.el (temp-buffer-resize-regexps): New option.
9549         (temp-buffer-resize-mode): Rewrite doc-string.
9550         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
9551         Don't resize reused window.  Suggested by Glenn Morris.
9553 2012-09-22  Stefan Merten  <smerten@oekonux.de>
9555         * textmodes/rst.el: Revamp section title faces.
9556         (rst-official-version)
9557         (rst-package-emacs-version-alist): Sync with official version
9558         V1.4.0.
9559         (rst-faces-defaults, rst-set-level-default)
9560         (rst-level-face-max, rst-level-face-base-color)
9561         (rst-level-face-base-light, rst-level-face-format-light)
9562         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
9563         (rst-adornment-faces-alist): Match new setup.
9564         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
9565         (rst-level-5, rst-level-6): New faces.
9567 2012-09-22  Chong Yidong  <cyd@gnu.org>
9569         * simple.el (undo): Handle indirect buffers (Bug#8207).
9571 2012-09-21  Leo Liu  <sdl.web@gmail.com>
9573         IDO: Disable match re-ordering for buffer switching.
9574         * ido.el (ido-buffer-disable-smart-matches): New variable.
9575         (ido-set-matches-1): Use it.  (Bug#2042)
9577 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
9579         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9580         Fix 2011-05-17 change.  (Bug#12418)
9582 2012-09-21  Leo Liu  <sdl.web@gmail.com>
9584         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
9586 2012-09-21  Glenn Morris  <rgm@gnu.org>
9588         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
9589         Be more robust about locating simple.el.
9591 2012-09-21  Glenn Morris  <rgm@gnu.org>
9593         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
9595 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
9597         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
9599 2012-09-20  Juri Linkov  <juri@jurta.org>
9601         * replace.el (query-replace-read-from): Use `read-regexp' instead
9602         of `read-from-minibuffer' when `regexp-flag' is non-nil.
9603         (occur-read-primary-args): Use `read-regexp' instead of
9604         `read-string'.
9605         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
9606         `read-from-minibuffer'.
9607         * isearch.el (isearch-occur): Use `read-regexp' instead of
9608         `read-string'.
9609         * dired.el (dired-read-regexp): Use `read-regexp' instead of
9610         `read-from-minibuffer'.
9611         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
9612         of `read-string'.  (Bug#7567)
9614         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
9615         and allow accepting a list of strings prepended to a list of
9616         standard default values.  Doc fix.  (Bug#12321)
9618         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
9620         * replace.el (read-regexp): Don't add ": " when PROMPT already
9621         ends with a colon and space.  (Bug#12321)
9623 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
9625         * doc-view.el (doc-view-display): Better fix for the cl-assertion
9626         error.
9628 2012-09-20  Stefan Merten  <smerten@oekonux.de>
9630         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
9631         Fixes feature request bug#11711.
9632         (rst-mode): Create `imenu-create-index-function'.
9633         (rst-get-stripped-line): Delete after refactoring.
9634         (rst-section-tree, rst-section-tree-rec)
9635         (rst-section-tree-point): Refactor and document properly.
9636         (rst-imenu-find-adornments-for-position)
9637         (rst-imenu-convert-cell, rst-imenu-create-index):
9638         New function.
9640 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9642         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
9643         (macroexp--expand-all): Use it.
9644         (macroexp--funcall-and-return): Remove by folding it into its sole
9645         caller (macroexp--warn-and-return).
9646         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
9647         Use macroexp--obsolete-warning.
9649         * calc/calc.el: Fix last change by removing the whole chunk, since it
9650         was only needed back when Calc was not bundled.
9652 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
9654         * emacs-lisp/debug.el (debug): Restore assignment to
9655         debugger-old-buffer removed on 2012-09-08.
9657 2012-09-20  Juri Linkov  <juri@jurta.org>
9659         * dired-aux.el (dired-diff): Remove (require 'diff) since
9660         `diff-latest-backup-file' is now autoloaded.
9662 2012-09-20  Chong Yidong  <cyd@gnu.org>
9664         * vc/diff.el (diff-latest-backup-file): Autoload.
9666 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9668         * calc/calc.el: Remove redundant autoload shape check.
9669         (sel-mode): Don't defvar.
9670         (calc-get-stack-element): Add `sel-mode' arg instead.
9671         (calc-top, calc-top-list): Pass it this additional argument.
9672         * calc/calc-store.el (calc-store-map):
9673         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
9674         (calc-map-equation, calc-outer-product, calc-inner-product):
9675         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
9677         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
9679 2012-09-19  Juri Linkov  <juri@jurta.org>
9681         * dired-aux.el (dired-diff): Add (require 'diff) because
9682         `diff-latest-backup-file' is not autoloaded.
9683         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
9684         of `dired-get-filename' to t to not report error when there is
9685         no default file on the current line.
9687 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9689         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
9690         macroexp--eval-if-compile.
9691         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
9692         (macroexp--expand-all): Use them (bug#12371).
9694         * doc-view.el (doc-view-guess-paper-size)
9695         (doc-view-scale-bounding-box): Fix unbound `caddr'.
9697 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
9699         New feature: set optimal slice from BoundingBox information.
9700         * doc-view.el (doc-view-mode-map): Add keybinding.
9701         (doc-view-menu): Add menu entry.
9702         (doc-view-set-slice): Adapt docstring.
9703         (doc-view-get-bounding-box, doc-view-guess-paper-size)
9704         (doc-view-scale-bounding-box)
9705         (doc-view-set-slice-from-bounding-box): New functions.
9706         (doc-view-paper-sizes): New defvar.
9708 2012-09-19  Glenn Morris  <rgm@gnu.org>
9710         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9711         (byte-compile-log-warning): Autoload.  (Bug#12371)
9713         * calendar/calendar.el (calendar-american-month-header)
9714         (calendar-european-month-header, calendar-iso-month-header)
9715         (calendar-month-header): New options.
9716         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
9717         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
9719 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
9721         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9723 2012-09-18  Juri Linkov  <juri@jurta.org>
9725         * dired-aux.el (dired-diff): Restore original functionality of
9726         getting the default value, but keep new feature of using the
9727         latest existing backup file (`diff-latest-backup-file').
9729 2012-09-18  Juri Linkov  <juri@jurta.org>
9731         * dired.el (dired-mark): If the region is active in Transient Mark
9732         mode, mark all files in the active region.  Doc fix.
9733         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9734         Doc fix.  (Bug#10624)
9736 2012-09-18  Juri Linkov  <juri@jurta.org>
9738         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9739         attributes for M-n are pulled from the file at point.
9740         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9741         Suggested by Drew Adams.  (Bug#10624)
9743 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
9745         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9746         whitespace after "end".
9747         (ruby-do-end-to-brace): Collapse block to one line if it fits
9748         within fill-column.
9750 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
9752         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9753         value.
9754         (debug): Don't remove debugger window when debugger is expected
9755         to be back.
9757 2012-09-18  Chong Yidong  <cyd@gnu.org>
9759         * custom.el (defface): Doc fix.
9761         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9763 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
9765         * progmodes/compile.el (compilation-start): Use compilation-always-kill
9766         to initialize query-on-exit; then test that instead (bug#12288).
9768 2012-09-17  Stefan Merten  <smerten@oekonux.de>
9770         * textmodes/rst.el: Add support for `testcover'.
9771         (rst-defcustom-testcover, rst-testcover-add-compose)
9772         (rst-testcover-add-1value): New functions.
9773         (rst-portable-mark-active-p): Replace by `use-region-p'.
9774         (rst-update-section, rst-classify-adornment)
9775         (rst-find-title-line): Mark `1value' forms.
9776         (rst-classify-adornment): Remove superfluous form.
9777         (rst-update-section, rst-get-adornments-around)
9778         (rst-adornment-complete-p, rst-get-next-adornment)
9779         (rst-adjust, rst-promote-region)
9780         (rst-display-adornments-hierarchy, rst-straighten-adornments)
9781         (rst-find-pfx-in-region, rst-section-tree-rec)
9782         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9783         (rst-toc-node, rst-toc, rst-forward-section)
9784         (rst-iterate-leftmost-paragraphs)
9785         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9786         (rst-bullet-list-region)
9787         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9788         (rst-compile-find-conf, rst-compile)
9789         (rst-repeat-last-character): Fix style.
9791 2012-09-17  Chong Yidong  <cyd@gnu.org>
9793         * comint.el (comint--complete-file-name-data): Don't add a space
9794         if the status is `sole'; that adds a gratuitous space in the
9795         completion-cycling case (Bug#12092).
9797         * pcomplete.el (pcomplete-completions-at-point): Likewise.
9799 2012-09-17  Richard Stallman  <rms@gnu.org>
9801         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9802         only in the mime-shown mode, not in raw mode.
9803         (rmail-mime): Toggle off mime by displaying the message without
9804         mime processing.  (Bug#12305)
9806         * mail/rmail.el (rmail-retry-failure):
9807         Turn off mime processing first.  (Bug#12037)
9809         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9811 2012-09-17  Chong Yidong  <cyd@gnu.org>
9813         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9814         (shell-dynamic-complete-functions): Convert to defcustom.
9815         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9817         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9818         * comint.el (comint-prompt-read-only):
9819         * custom.el (defcustom):
9820         * hi-lock.el (hi-lock-mode):
9821         * ibuffer.el (ibuffer-formats):
9822         * ielm.el (ielm-prompt-read-only):
9823         * novice.el (disable-command):
9824         * saveplace.el (toggle-save-place):
9825         * speedbar.el (speedbar-supported-extension-expressions):
9826         * startup.el (auto-save-list-file-prefix, init-file-user)
9827         (after-init-hook, inhibit-startup-echo-area-message):
9828         * strokes.el (strokes-help):
9829         * time-stamp.el (time-stamp):
9830         * calendar/calendar.el (calendar, diary-file):
9831         * calendar/diary-lib.el (diary-mail-entries, diary)
9832         (diary-list-entries-hook):
9833         * calendar/holidays.el (holidays, calendar-holidays):
9834         * calendar/lunar.el (lunar-phases):
9835         * calendar/solar.el (sunrise-sunset):
9836         * emulation/edt.el (edt-load-keys):
9837         * emulation/viper.el (viper-mode):
9838         * eshell/em-alias.el (eshell-command-aliases-list):
9839         * eshell/esh-util.el (eshell-convert-numeric-arguments):
9840         * international/ogonek.el (ogonek-information):
9841         * net/tramp-cmds.el (tramp-bug):
9842         * net/quickurl.el (quickurl-reread-hook-postfix):
9843         * play/decipher.el (decipher-font-lock-keywords):
9844         * progmodes/cc-styles.el (c-set-style):
9845         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9846         * progmodes/inf-lisp.el (inferior-lisp-prompt):
9847         * progmodes/octave-mod.el (octave-mode):
9848         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9849         * progmodes/verilog-mode.el (verilog-read-defines):
9850         * textmodes/two-column.el (2C-mode): Likewise.
9852 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9854         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9855         that holds many addresses.
9857 2012-09-16  Chong Yidong  <cyd@gnu.org>
9859         * align.el (align-areas): Call the indication function with
9860         positions instead of markers for arguments (Bug#12343).
9862         * files.el (parse-colon-path): Use split-string (Bug#12351).
9864         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9865         (display-buffer-function): Mark as obsolete.
9867         * progmodes/compile.el (compilation-parse-errors): Accept list
9868         values similar to font-lock-keywords (Bug#12136).
9869         Suggested by Oleksandr Manzyuk.
9870         (compilation-error-regexp-alist): Doc fix.
9872 2012-09-15  Glenn Morris  <rgm@gnu.org>
9874         * version.el (emacs-bzr-version-bzr): New function.
9875         (emacs-bzr-get-version): Add optional EXTERNAL argument.
9877         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9878         checkouts, check the parent dirstate matches the branch.
9879         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
9880         empty string.
9882         * version.el (emacs-bzr-version): Doc fix.
9883         (emacs-bzr-version-dirstate): New function.
9884         (emacs-bzr-get-version): For lightweight checkouts, if the parent
9885         is local try and check that it matches the branch.  If not, just
9886         use dirstate information.  (Bug#12441)
9888 2012-09-14  Juri Linkov  <juri@jurta.org>
9890         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
9891         (Bug#12399)
9893 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9895         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
9897         * emacs-lisp/edebug.el: Miscellaneous cleanup.
9898         Remove obsolete byte-compiler hack that tried to silence some warnings.
9899         (edebug-submit-bug-report): Remove.
9900         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
9901         Remove aliases, use the un-prefixed name instead.
9902         (edebug-pop-to-buffer): Consider other frames.
9903         (edebug-original-read):: Make it more obvious that it's always defined.
9904         (edebug--make-form-data-entry, edebug--form-data-name)
9905         (edebug--form-data-begin, edebug--form-data-end): Rename from the
9906         single-dashed name, and implement with cl-defstruct.
9907         (edebug-set-form-data-entry): Use the standard accessors.
9908         (edebug-make-top-form-data-entry): Use push.
9909         (edebug-no-match): Drop useless `funcall'.
9910         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
9911         to functions.
9912         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
9913         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
9914         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
9915         (easy-menu-define, with-custom-print): Remove redundant specs.
9916         (edebug-outside-overriding-local-map)
9917         (edebug-outside-overriding-terminal-local-map): Remove, unused.
9918         (edebug--display): Bind unread-command-events directly to nil rather
9919         than binding it to unread-command-events and later setting it to nil.
9920         (edebug--display): Kill edebug-eval-buffer here...
9921         (edebug--recursive-edit): ...rather than here.
9922         Bind standard-output and standard-input.
9923         (edebug-eval): Check cl-macroexpand-all is fboundp.
9924         (edebug-temp-display-freq-count): Fix last change.
9926         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
9927         * subr.el (noreturn, 1value): Add `debug' spec.
9928         * emacs-lisp/advice.el: Require cl-lib.
9929         (ad-copy-tree): Remove, use copy-tree instead.
9930         (ad-dolist): Remove use dolist or cl-dolist instead.
9931         (ad-do-return): Remove, use cl-return instead.
9932         (defadvice): Add `debug' spec.
9934 2012-09-13  Juri Linkov  <juri@jurta.org>
9936         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
9937         (Bug#12399)
9939 2012-09-13  Glenn Morris  <rgm@gnu.org>
9941         * calc/calc.el (math-compose-expr):
9942         * calc/calc-ext.el (math-compose-expr):
9943         * progmodes/cc-defs.el (cl-macroexpand-all):
9944         * progmodes/cc-langs.el (delete-duplicates, mapcan)
9945         (cl-macroexpand-all): Update declarations.
9947         * vc/vc.el: No need to require ediff.
9948         (ediff-load-version-control): Declare.
9949         (ediff-vc-internal): Fix declaration.
9950         (vc-version-ediff): Require ediff.
9952 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9954         Use a more backwards-compatible timer format (Bug#12430).
9955         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
9956         being right after USECS, as that better supports old code that
9957         inadvisedly looked directly at the timer vector.
9959 2012-09-13  Kenichi Handa  <handa@gnu.org>
9961         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
9962         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
9963         `coding-priority' property of these language environment.
9965 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
9967         Fix glitches caused by addition of psec to timers (Bug#12430).
9968         * image.el (image-animate-timer):
9969         * time.el (display-time-world-timer):
9970         Use timer--function and timer--args rather than raw access to
9971         timer vector.
9973 2012-09-13  Glenn Morris  <rgm@gnu.org>
9975         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9976         If not compiling a file, try using load-file-name.
9978 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9980         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
9981         Fix last change.
9982         (edebug-update-eval-list): Use `push'.
9984         * emacs-lisp/edebug.el: Use lexical-binding.
9985         Remove the "edebug-" prefix from non-dynamically-scoped variables.
9986         Mark unused args with underscore.
9987         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
9988         (edebug-form-data): Use defvar-local.
9989         (edebug-make-before-and-after-form, edebug-make-after-form):
9990         Use backquote.
9991         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
9992         Not dynamically scoped any more.
9993         (edebug--enter-trace): Add arguments `function' and `args'.
9994         Rename from edebug-enter-trace.
9995         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
9996         (edebug--update-coverage): Add `after-index' and `value' args.
9997         Rename from edebug-update-coverage.
9998         (edebug-slow-after): Call it accordingly.
9999         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
10000         edebug-recursive-edit.
10001         (edebug--display): Call it accordingly.  Add args `value',
10002         `offset-index', and `arg-mode'.  Rename from edebug-display.
10003         (edebug-debugger, edebug): Call it accordingly.
10004         (edebug-eval-display-list): Use dolist.
10006 2012-09-12  Juri Linkov  <juri@jurta.org>
10008         * info.el (Info-search): Don't check for isearch-mode and
10009         isearch-regexp before let-binding search-spaces-regexp to
10010         Info-search-whitespace-regexp.
10011         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
10012         search-whitespace-regexp if isearch-lax-whitespace or
10013         isearch-regexp-lax-whitespace is non-nil.
10014         (Info-mode): Don't set local variable search-whitespace-regexp.
10015         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
10017 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10019         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
10020         (debugger-env-macro): Remove support for unread-command-char.
10022         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
10023         the temporary map re-appearing on emulation-mode-map-alists.
10025         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
10026         since 22.1.
10028         * ehelp.el (with-electric-help): Accept functions in
10029         electric-help-form-to-execute.
10030         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
10031         And replace unread-command-char -> unread-command-events.
10033 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
10035         Sync with Tramp 2.2.6.
10037         * net/tramp.el (tramp-accept-process-output): Don't use
10038         JUST-THIS-ONE in the XEmacs case.
10040         * net/trampver.el: Update release number.
10042 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
10044         * emacs-lisp/debug.el (debugger-previous-window-height):
10045         New variable.
10046         (debug): When debugger-jumping-flag is non-nil try to restore
10047         height of debugger window.  (Bug#8789)
10049 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10051         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
10052         overriding-local-map and pre/post-command-hook here.
10053         (edebug-recursive-edit): Do it here instead (bug#12345).
10054         (edebug-outside-unread-command-char): Remove all uses of
10055         unread-command-char.
10057         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
10058         inhibit-debugger is bound instead.
10060 2012-09-11  Bastien Guerry  <bzg@gnu.org>
10062         * subr.el (set-temporary-overlay-map): Add a docstring.
10063         (Bug#12346)
10065 2012-09-11  Bastien Guerry  <bzg@gnu.org>
10067         * minibuffer.el (completion-table-subvert): Fix docstring.
10068         (Bug#12347)
10070 2012-09-11  Bastien Guerry  <bzg@gnu.org>
10072         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
10074 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
10076         * progmodes/sql.el: Version 3.1
10077         (sql-db2-escape-newlines): New variable.
10078         (sql-escape-newlines-filter): Use it.
10080 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
10082         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
10084 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
10086         * vc/diff-mode.el (diff-mode-menu):
10087         Bind diff-remove-trailing-whitespace.
10089 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10091         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
10092         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
10093         (emacs-lisp-byte-code-mode): New functions.
10094         (eval-sexp-add-defvars): Don't skip defvars in column >0.
10095         (eval-defun-2): Remove bogus interactive spec.
10096         (lisp-indent-line): Remove redundant whole-exp code, now done in
10097         indent-according-to-mode.
10098         (save-match-data): Remove redundant indent data.
10100         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
10101         Use `declare'.
10103 2012-09-09  Juri Linkov  <juri@jurta.org>
10105         * replace.el (replace-regexp-lax-whitespace): New defcustom.
10106         (replace-lax-whitespace, query-replace-regexp)
10107         (query-replace-regexp-eval, replace-regexp): Doc fix.
10108         (perform-replace, replace-highlight): Let-bind
10109         isearch-lax-whitespace to replace-lax-whitespace and
10110         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
10112         * isearch.el (isearch-query-replace): Let-bind
10113         replace-lax-whitespace to isearch-lax-whitespace and
10114         replace-regexp-lax-whitespace to
10115         isearch-regexp-lax-whitespace.  (Bug#10885)
10117 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10119         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
10121 2012-09-09  Alan Mackenzie  <acm@muc.de>
10123         * progmodes/cc-engine.el (c-state-cache-init):
10124         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
10125         (c-record-parse-state-state):
10126         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
10128 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
10130         * register.el (register-separator): Rename from
10131         separator-register.  All uses changed.  Doc fix.
10132         (register): Fix version.
10134 2012-09-09  Chong Yidong  <cyd@gnu.org>
10136         * replace.el (query-replace-map): Bind four new symbols for
10137         requesting window scrolling.
10139         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
10140         query-replace-map (Bug#8948).
10142         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
10144         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
10145         since they are now in query-replace-map.
10147         * window.el (scroll-other-window-down): Make the arg optional.
10149 2012-09-09  Chong Yidong  <cyd@gnu.org>
10151         * files.el (hack-local-variables-confirm): Use quit-window to kill
10152         the *Local Variables* buffer.
10154 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
10156         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
10157         not just expect to be at its beginning.  Adjust callees.
10158         Succeed when do-end block has no space before the pipe character.
10159         (ruby-brace-to-do-end): When the original block is one-liner,
10160         convert to multiline.  Reindent the result.
10162 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
10164         * register.el (register): New group.
10165         (separator-register): New user option.
10166         (increment-register): Route it to `append-to-register', if
10167         register contains text.  Implication is that `C-x r +' can now be
10168         used for appending to a text register (bug#12217).
10169         (append-to-register, prepend-to-register): Add separator based on
10170         `separator-register'.
10172 2012-09-08  Alan Mackenzie  <acm@muc.de>
10174         AWK Mode: make auto-newline work when there's "==" in the pattern.
10175         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
10176         correctly.
10177         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
10178         Test more rigorously for "=" token.
10180 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
10182         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
10183         Only fail when reached LIMIT.
10185 2012-09-08  Chong Yidong  <cyd@gnu.org>
10187         * dired.el (dired-mode-map): Don't bind M-=.
10189         * dired-aux.el (dired-diff): Use backup file as default.
10191 2012-09-08  Drew Adams  <drew.adams@oracle.com>
10193         * subr.el (add-to-history): Fix delete usage (Bug#12314).
10195 2012-09-08  Chong Yidong  <cyd@gnu.org>
10197         * subr.el (syntax-after, syntax-class): Doc fix.
10199 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
10201         * window.el (display-buffer-in-previous-window): New buffer
10202         display action function.
10204         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
10205         (debugger-previous-window): New variable.
10206         (debug): Rewrite using display-buffer-in-previous-window,
10207         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
10209 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10211         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
10213 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
10215         * progmodes/python.el (python-shell-send-string):
10216         When default-directory is remote, create temp file on remote
10217         filesystem.
10218         (python-shell-send-file): When file is remote, pass local view of
10219         file paths to remote Python interpreter.  (Bug#12340)
10221 2012-09-07  Chong Yidong  <cyd@gnu.org>
10223         * window.el (switch-to-buffer): Doc fix (Bug#12181).
10225         * files.el (after-find-file): Don't fail on a read-only buffer if
10226         require-final-newline is `visit' or `visit-save' (Bug#11156).
10228         * subr.el (read-char-choice): Allow quitting via ESC ESC.
10230         * userlock.el (ask-user-about-supersession-threat):
10231         Use read-char-choice (Bug#12093).
10233 2012-09-07  Chong Yidong  <cyd@gnu.org>
10235         * subr.el (buffer-narrowed-p): New function.
10237         * ses.el (ses-widen):
10238         * simple.el (count-words--buffer-message):
10239         * net/browse-url.el (browse-url-of-buffer): Use it.
10241         * simple.el (count-words-region): Don't signal an error if there
10242         is a non-nil prefix arg and the mark is not set.
10244         * help.el (describe-key-briefly): Allow the message to be seen
10245         when invoked from the minibuffer (Bug#7014).
10247 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
10249         * progmodes/ruby-mode.el (ruby-end-of-defun)
10250         (ruby-beginning-of-defun): Simplify, allow indentation before
10251         block beginning and end keywords.
10252         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
10253         (ruby-end-of-defun): Expect that the point is at the beginning of
10254         the defun.
10256 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10258         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
10259         (bug#12367).
10260         (cl--make-usage-args): Strip _ from argument names.
10262 2012-09-06  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
10264         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
10265         obsolete alias speedbar-key-map.
10266         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
10267         (vhdl-index-menu-init): Don't use obsolete variable
10268         font-lock-maximum-size.
10270 2012-09-06  Chong Yidong  <cyd@gnu.org>
10272         * frame.el (window-system-version): Mark as obsolete.
10274         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
10275         of obsolete variable speedbar-key-map.
10277 2012-09-06  Juri Linkov  <juri@jurta.org>
10279         * replace.el (replace-lax-whitespace): New defcustom.
10280         (query-replace, query-replace-regexp, query-replace-regexp-eval)
10281         (replace-string, replace-regexp): Mention it in docstrings.
10282         (perform-replace, replace-highlight): Let-bind
10283         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
10284         to the values of replace-lax-whitespace and regexp-flag.
10285         Don't let-bind search-whitespace-regexp.  (Bug#10885)
10287         * isearch.el (isearch-query-replace): Let-bind
10288         replace-lax-whitespace instead of let-binding
10289         replace-search-function and replace-re-search-function.
10290         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
10291         and isearch-regexp-lax-whitespace to lazy-highlight variables.
10292         (isearch-toggle-symbol): Set isearch-regexp to nil
10293         in isearch-word mode (like in isearch-toggle-word).
10295 2012-09-06  Juri Linkov  <juri@jurta.org>
10297         * replace.el (replace-search-function)
10298         (replace-re-search-function): Set default values to nil.
10299         (perform-replace): Let-bind isearch-related variables based on
10300         replace-related values, call `isearch-search-fun' and let-bind
10301         the result to `search-function'.  Remove code that sets
10302         `search-function' and `search-string' separately for
10303         `delimited-flag'.
10304         (replace-highlight): Add new argument `delimited-flag' and
10305         rename other arguments to the names used in `perform-replace'.
10306         Let-bind `isearch-word' to the argument `delimited-flag'.
10307         (Bug#10885, bug#10887)
10309 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
10311         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
10312         ruby-beginning-of-indent, simplify, allow all keywords to have
10313         indentation before them.
10314         (ruby-beginning-of-indent): Adjust for above.  Search until the
10315         found point is not inside a string or comment.
10316         (ruby-font-lock-keywords): Allow symbols to start with "@"
10317         character, give them higher priority than variables.
10318         (ruby-syntax-propertize-function)
10319         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
10320         matchers.  Expression expansions are not comments when inside a
10321         string, and there comment syntax status is irrelevant.
10322         (ruby-match-expression-expansion): New function.  Check that
10323         expression expansion is inside a string, and it's not escaped.
10324         (ruby-font-lock-keywords): Use it.
10326 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
10328         * help.el (temp-buffer-max-height): New default value.
10329         (temp-buffer-resize-frames): New option.
10330         (resize-temp-buffer-window): Optionally resize frame.
10332         * window.el (fit-frame-to-buffer-bottom-margin): New option.
10333         (fit-frame-to-buffer): New function.
10335 2012-09-05  Glenn Morris  <rgm@gnu.org>
10337         * emulation/cua-rect.el (cua--init-rectangles):
10338         * textmodes/picture.el (picture-mode-map):
10339         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
10340         like forward-char and backward-char.  (Bug#12317)
10342 2012-09-05  Leo Liu  <sdl.web@gmail.com>
10344         * progmodes/flymake.el (flymake-warning-re): New variable.
10345         (flymake-parse-line): Use it.
10347 2012-09-05  Glenn Morris  <rgm@gnu.org>
10349         * calendar/holidays.el (holiday-christian-holidays):
10350         Rename an entry.  (Bug#12289)
10352 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10354         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
10355         (bug#12222).
10357 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10359         * loadup.el: Load macroexp.  Remove hack.
10360         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
10361         (macroexp--expand-all): Use it to get better warnings.
10362         (macroexp--backtrace, macroexp--trim-backtrace-frame)
10363         (internal-macroexpand-for-load): New functions.
10364         (macroexp--pending-eager-loads): New var.
10365         (emacs-startup-hook): New hack to replace one in loadup.el.
10366         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
10367         (cl--compiler-macro-cXXr): Move to top, before they can be used.
10368         (cl-psetf): Simplify.
10369         (cl-defstruct): Add indent rule.
10371 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
10373         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
10374         over `user-mail-address' for the SMTP MAIL FROM envelope.
10375         (smtpmail-via-smtp): Ditto.
10377 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
10379         * progmodes/ruby-mode.el: Clean up keybindings.
10380         (ruby-mode-map): Don't bind ruby-electric-brace,
10381         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
10382         backward-kill-word, reindent-then-newline-and-indent.
10383         (ruby-mark-defun): Remove.
10384         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
10385         (ruby-mode): Set local beginning-of-defun-function and
10386         end-of-defun-function values.
10388 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
10390         * window.el (temp-buffer-window-setup-hook)
10391         (temp-buffer-window-show-hook): New hooks.
10392         (temp-buffer-window-setup, temp-buffer-window-show)
10393         (with-temp-buffer-window): New functions.
10394         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
10395         (special-display-popup-frame): Make sure the window used shows BUFFER.
10397         * help.el (temp-buffer-resize-mode): Fix doc-string.
10398         (resize-temp-buffer-window): New optional argument WINDOW.
10400         * files.el (recover-file, save-buffers-kill-emacs):
10401         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
10403 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
10405         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
10406         remote definition of `default-directory', ensure we can connect.
10408 2012-09-02  Juri Linkov  <juri@jurta.org>
10410         Toggle whitespace matching mode with M-s SPC.
10411         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
10413         * isearch.el (search-whitespace-regexp): Doc fix.
10414         Remove cons cell customization.
10415         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
10416         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
10417         New variables.
10418         (isearch-forward, isearch-forward-regexp): Doc fix.
10419         (isearch-toggle-lax-whitespace): New command.
10420         (search-forward-lax-whitespace, search-backward-lax-whitespace)
10421         (re-search-forward-lax-whitespace)
10422         (re-search-backward-lax-whitespace): New functions.
10423         (isearch-whitespace-regexp): Remove function.
10424         (isearch-query-replace): Let-bind replace-search-function and
10425         replace-re-search-function.
10426         (isearch-occur): Let-bind search-spaces-regexp according to the
10427         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
10428         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
10429         condition for C-q SPC.
10430         (isearch-search-fun-default): Use new functions mentioned above.
10431         (isearch-search-forward, isearch-search-backward): Remove functions.
10432         (isearch-search): Don't let-bind search-spaces-regexp.
10433         (isearch-lazy-highlight-space-regexp): Remove variable.
10434         (isearch-lazy-highlight-lax-whitespace)
10435         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
10436         (isearch-lazy-highlight-new-loop): Use them.
10437         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
10439 2012-09-02  Chong Yidong  <cyd@gnu.org>
10441         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
10443 2012-09-02  Glenn Morris  <rgm@gnu.org>
10445         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
10447 2012-09-01  Glenn Morris  <rgm@gnu.org>
10449         * term.el: Tidy up menu definitions.
10450         (term-mode-map): Use easymenu for In/Out, Complete menus.
10451         (term-pager-break-map): Initialize in the defvar.
10452         (term-terminal-menu, term-signals-menu): Define with easymenu.
10453         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
10454         (term-pager-menu): New, extracted from term-process-pager.
10455         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
10456         (term-update-mode-line): Propertize line/char and page items.
10457         (term-process-pager): Move keymap initialization elsewhere.
10459 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
10461         * window.el (switch-to-prev-buffer): Handle additional values of
10462         BURY-OR-KILL argument.  Don't switch in minibuffer window.
10463         (switch-to-next-buffer): Don't switch in minibuffer window.
10464         (quit-restore-window): New function based on quit-window.
10465         Handle additional values of former KILL argument.
10466         (quit-window): Call quit-restore-window with appropriate
10467         interpretation of KILL argument.
10468         (display-buffer-below-selected): New buffer display action
10469         function.
10471 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10473         * minibuffer.el (completion-at-point-functions): Complete docstring
10474         (bug#12254).
10476 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10478         Better seed support for (random).
10479         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
10480         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
10481         * play/mpuz.el, play/tetris.el, play/zone.el:
10482         * calc/calc-comb.el (math-init-random-base):
10483         * play/blackbox.el (bb-init-board):
10484         * play/life.el (life):
10485         * server.el (server-use-tcp):
10486         * type-break.el (type-break):
10487         Remove unnecessary call to (random t).
10488         * net/sasl.el (sasl-unique-id-function):
10489         Change (random t) to (random), now that the latter is more random.
10490         * play/life.el (life-initialized): Remove no-longer-needed var.
10492 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
10494         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10495         Consider frame's buffer predicate when choosing the buffer.
10496         (Bug#12081)
10498 2012-08-30  Richard Stallman  <rms@gnu.org>
10500         * simple.el (special-mode-map): Delete binding for `z'.
10502 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
10504         * progmodes/compile.el (compilation-always-kill): Doc fix.
10506 2012-08-30  Chong Yidong  <cyd@gnu.org>
10508         * window.el (display-buffer-reuse-frames): Make the obsolescence
10509         message more informative.
10511 2012-08-30  Glenn Morris  <rgm@gnu.org>
10513         * paren.el (show-paren-delay):
10514         Add a :set function.  Doc fix.  (Bug#12297)
10516 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
10518         * progmodes/compile.el (compilation-always-kill): New var.
10519         (compilation-start): Use it.
10521 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10523         * simple.el (read-only-mode): Move from files.el for bootstrapping.
10524         * files.el (read-only-mode): Move to simple.el.
10526         * files.el (read-only-mode): New minor mode.
10527         (toggle-read-only): Use it and mark obsolete.
10528         (find-file--read-only):
10529         * vc/vc.el (vc-next-action, vc-checkout):
10530         * vc/vc-cvs.el (vc-cvs-checkout):
10531         * obsolete/vc-mcvs.el (vc-mcvs-update):
10532         * ffap.el (ffap--toggle-read-only): Update callers.
10534 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
10536         * eshell/esh-ext.el (eshell-external-command): Do not examine
10537         remote shell scripts.
10538         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
10540         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
10541         "/usr/local/sbin".
10543 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10545         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
10547 2012-08-28  Leo Liu  <sdl.web@gmail.com>
10549         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
10550         completion-at-point.  (Bug#12220)
10552         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
10554         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
10556 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10558         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
10559         be buffer-local; add delete-trailing-whitespace (bug#12259).
10561 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
10563         * progmodes/hideif.el (hif-compress-define-list):
10564         Fix typo.  (Bug#11951)
10566 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
10568         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
10569         buffer local setting.
10571         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
10572         rcirc-encode-coding-system.
10574 2012-08-28  Leo Liu  <sdl.web@gmail.com>
10576         * net/rcirc.el (rcirc-split-message): New function.
10577         (rcirc-send-message): Use it.  (Bug#12051)
10579 2012-08-28  Juri Linkov  <juri@jurta.org>
10581         * info.el (Info-fontify-node): Hide empty lines at the end of
10582         the node.  (Bug#12272)
10584 2012-08-27  Drew Adams  <drew.adams@oracle.com>
10586         * dired.el (dired-pop-to-buffer): Make window start at beginning
10587         of buffer (Bug#12281).
10589 2012-08-26  Chong Yidong  <cyd@gnu.org>
10591         * window.el (special-display-regexps, special-display-frame-alist)
10592         (special-display-buffer-names, special-display-function)
10593         (display-buffer-reuse-frames): Mark as obsolete.
10595         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
10597         * help.el (help-print-return-message): Don't treat
10598         display-buffer-reuse-frames specially.
10600 2012-08-26  Chong Yidong  <cyd@gnu.org>
10602         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
10603         New variable, replacing gdb-frame-parameters.
10604         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
10605         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
10606         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
10607         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
10608         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
10609         the functions directly with gdb-display-buffer-other-frame-action.
10610         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
10611         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
10612         (gdb-display-stack-buffer, gdb-display-locals-buffer)
10613         (gdb-display-registers-buffer): Define directly.
10614         (def-gdb-display-buffer): Macro deleted.
10615         (gdb-display-buffer): Remove second and third args, callers don't
10616         use them.  Defer to the default display-buffer behavior, apart
10617         from making windows dedicated.
10618         (gdb-setup-windows): Don't call display-buffer unnecessarily.
10620         * progmodes/gud.el (gud-display-line): Just use display-buffer.
10622         * window.el (display-buffer-pop-up-frame): Handle a
10623         pop-up-frame-parameters alist entry.
10624         (display-buffer): Document it.
10626 2012-08-26  Chong Yidong  <cyd@gnu.org>
10628         * isearch.el (search-whitespace-regexp): Make string and nil
10629         values apply to both ordinary and regexp search.  Allow a cons
10630         cell value to distinguish between the two.
10631         (isearch-whitespace-regexp, isearch-search-forward)
10632         (isearch-search-backward): New functions.
10633         (isearch-occur, isearch-search-fun-default, isearch-search)
10634         (isearch-lazy-highlight-new-loop): Use them.
10635         (isearch-forward, isearch-forward-regexp): Doc fix.
10637 2012-08-26  Chong Yidong  <cyd@gnu.org>
10639         * faces.el (help-argument-name): Always inherit from italic
10640         (Bug#12213).
10642 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
10644         * window.el (window--even-window-heights): Even heights when
10645         WINDOW and the selected window form a vertical combination.
10646         (display-buffer-use-some-window): Provide that window used gets
10647         sized back by quit-window.  (Bug#11880) and (Bug#12091)
10649 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10651         Fix file time stamp problem with bzr and CVS (Bug#12001).
10652         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
10653         in the file's time stamp, since the version control system loses
10654         that information.
10656 2012-08-22  Juri Linkov  <juri@jurta.org>
10658         * info.el (Info-fontify-node): Hide the suffix of the
10659         Info file name in the header line.  (Bug#12187)
10661 2012-08-22  Glenn Morris  <rgm@gnu.org>
10663         * calendar/cal-tex.el (cal-tex-weekly-common):
10664         Restore leading blank page.
10666 2012-08-22  Le Wang  <l26wang@gmail.com>
10668         * misc.el (forward-to-word, backward-to-word): Activate or extend
10669         the region under `shift-select-mode'.  (Bug#12231)
10671 2012-08-22  Bastien Guerry  <bzg@gnu.org>
10673         * progmodes/executable.el (executable-prefix): Set to "#!" instead
10674         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
10675         gives details on why the space is never needed.
10677 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
10679         * window.el (walk-window-tree, window-with-parameter):
10680         New optional argument MINIBUF to control whether these functions
10681         should run on the minibuffer window.
10682         (window-at-side-list): Don't operate on minibuffer window.
10683         (window-in-direction): Simplify and rewrite doc-string.
10684         (window--size-ignore): Rename to window--size-ignore-p.
10685         Update callers.
10686         (display-buffer-in-atom-window, window--major-non-side-window)
10687         (window--major-side-window, display-buffer-in-major-side-window)
10688         (delete-side-window, display-buffer-in-side-window):
10689         New functions.
10690         (window--side-check, window-deletable-p, delete-window)
10691         (delete-other-windows, split-window): Handle side windows and
10692         atomic windows appropriately.
10693         (window--display-buffer): Call display-buffer-record-window also
10694         when the window buffer did not change.
10696 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
10698         * help-fns.el (help-fns--key-bindings):
10699         Abbreviate non-symbol remap targets.  (Bug#12174)
10701 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
10703         * dired.el (dired-mark-remembered): Don't clobber point.
10704         (Bug#11795)
10706 2012-08-22  Glenn Morris  <rgm@gnu.org>
10708         * progmodes/bug-reference.el (bug-reference): New custom group.
10709         (bug-reference-bug-regexp): Make it a defcustom.
10711 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
10713         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10714         (js-paren-indent-offset, js-square-indent-offset)
10715         (js-curly-indent-offset): Add :safe (Bug#12257).
10717 2012-08-22  Edward O'Connor  <hober0@gmail.com>
10719         * json.el (json-key-format): Add error properties.
10720         (json-encode-key): New function.
10721         (json-encode-hash-table, json-encode-alist, json-encode-plist):
10722         Use json-encode-key.
10724 2012-08-22  Glenn Morris  <rgm@gnu.org>
10726         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10727         (cal-tex-leftday, cal-tex-rightday): Remove functions.
10728         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10729         Update for above change.
10731 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
10733         * cus-face.el (custom-face-attributes): Fix customize type for the
10734         :underline attribute.  (Bug#11805)
10736 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
10738         * window.el (window-point-1, set-window-point-1): Remove.
10739         (window-in-direction, record-window-buffer)
10740         (set-window-buffer-start-and-point, split-window-below)
10741         (window--state-get-1, display-buffer-record-window):
10742         Replace calls to window-point-1 and set-window-point-1 by calls to
10743         window-point and set-window-point respectively.
10745 2012-08-21  Glenn Morris  <rgm@gnu.org>
10747         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10748         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10749         Use it.
10751         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10752         (cal-tex-shortday): New function.
10753         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10754         (cal-tex-cursor-filofax-daily): Use the above.
10756         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10757         New functions.
10758         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10759         (cal-tex-cursor-filofax-week): Use them.
10761         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10762         New constants.
10763         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10764         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10766         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10767         (cal-tex-end-document): Don't rely on buffer name.
10769         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10770         Use cal-tex-vspace.
10771         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10772         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10773         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10774         Use cal-tex-arg.
10776         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10777         (cal-tex-cursor-week, cal-tex-cursor-week2)
10778         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10779         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10780         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10781         (cal-tex-insert-preamble, cal-tex-b-document)
10782         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10783         Improve cal-tex-cmd usage.
10785         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10786         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10787         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10788         (cal-tex-weekly-paper): New function.
10789         (cal-tex-cursor-week, cal-tex-cursor-week2)
10790         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10791         (cal-tex-cursor-day): Use it.
10793         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10794         (cal-tex-cursor-filofax-week): Remove leading blank page.
10796         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10797         Add autoload cookie.  For now at least, don't use color, since
10798         no other cal-tex function does.
10800         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10801         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10802         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10804 2012-08-21  Juri Linkov  <juri@jurta.org>
10806         * info.el (Info-file-attributes): New variable.
10807         (info-insert-file-contents): Add file attributes to
10808         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
10809         `Info-toc-nodes' when previous modtime of the Info file is less
10810         than new modtime.
10811         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10812         of info.el.  (Bug#12230)
10814 2012-08-20  Glenn Morris  <rgm@gnu.org>
10816         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10817         * calendar/holidays.el (calendar-holiday-list):
10818         Report errors with display-warning rather than beep'n'sleep.
10820 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
10822         * net/tramp.el (tramp-accept-process-output): Accept only output
10823         from PROC.  Otherwise, process filters and sentinels might be
10824         confused.  (Bug#12145)
10826 2012-08-20  Chong Yidong  <cyd@gnu.org>
10828         * descr-text.el (describe-text-properties-1): Use overlays-in to
10829         report on empty overlays (Bug#3322).
10831 2012-08-20  Glenn Morris  <rgm@gnu.org>
10833         * mail/rmailout.el (rmail-output-read-file-name):
10834         Trap and report errors in rmail-output-file-alist elements.
10836         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10837         since most non-font-lock faces are not also variables).
10839 2012-08-20  Edward Reingold  <reingold@iit.edu>
10841         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10842         New function.  (Bug12160)
10844 2012-08-19  Glenn Morris  <rgm@gnu.org>
10846         * mail/rmailout.el (rmail-output-read-file-name):
10847         Fix previous change (when the alist is nil or does not match).
10849 2012-08-19  Chong Yidong  <cyd@gnu.org>
10851         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10852         (Bug#12228).
10854 2012-08-18  Chong Yidong  <cyd@gnu.org>
10856         * simple.el (yank-handled-properties): New defcustom.
10857         (yank-excluded-properties): Add font-lock-face and category.
10858         (yank): Doc fix.
10860         * subr.el (remove-yank-excluded-properties):
10861         Obey yank-handled-properties.  The special handling of font-lock-face
10862         and category is now done this way, instead of being hard-coded.
10863         (insert-for-yank-1): Remove font-lock-face handling.
10864         (yank-handle-font-lock-face-property)
10865         (yank-handle-category-property): New function.
10867 2012-08-17  Glenn Morris  <rgm@gnu.org>
10869         * mail/rmailout.el (rmail-output-read-file-name):
10870         Check rmail-output-file-alist against the full message body
10871         in the correct rmail buffer.  (Bug#12214)
10873 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
10875         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10876         Eliminate superfluous prompt.  (Bug#12203)
10878 2012-08-17  Chong Yidong  <cyd@gnu.org>
10880         * mouse.el (mouse-appearance-menu): If x-select-font returns a
10881         font spec, set the font directly (Bug#3228).
10883 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
10885         * window.el (delete-window): Fix last fix.
10887 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
10889         * window.el (window-valid-p): Move to window.c.
10890         (window-child, window-child-count, window-last-child)
10891         (window-normalize-window, window-combined-p)
10892         (window-combinations, window-atom-root, window-min-size)
10893         (window-sizable, window-sizable-p, window-size-fixed-p)
10894         (window-min-delta, window-max-delta, window--resizable)
10895         (window--resizable-p, window-resizable, window-total-size)
10896         (window-full-height-p, window-full-width-p, window-body-size)
10897         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
10898         (minimize-window, window-deletable-p, delete-window)
10899         (delete-other-windows, set-window-buffer-start-and-point)
10900         (next-buffer, previous-buffer, split-window, balance-windows-2)
10901         (set-window-text-height, window-buffer-height)
10902         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
10903         (truncated-partial-width-window-p): Minor code adjustments.
10904         In doc-strings state whether the argument window has to denote a
10905         live, valid or any window.
10907 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
10909         * progmodes/subword.el (subword-forward-function)
10910         (subword-backward-function, subword-forward-regexp)
10911         (subword-backward-regexp): New variables.
10912         (subword-forward, subword-forward-internal, subword-backward-internal):
10913         Use new variables, eg so that different "word" definitions
10914         can be easily used.  (Bug#11411)
10916 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10918         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
10919         for composite selectors.
10920         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
10921         operation just because we can't find a previous revision.
10923 2012-08-15  Chong Yidong  <cyd@gnu.org>
10925         * frame.el (set-frame-font): Accept font objects.
10927 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10929         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
10931 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
10933         * man.el (Man-overstrike-face, Man-underline-face)
10934         (Man-reverse-face): Remove variables.
10935         (Man-overstrike, Man-underline, Man-reverse): New faces.
10936         (Man-fontify-manpage): Use them instead of the variables.
10937         (Man-cleanup-manpage): Comment change.
10938         (Man-ansi-color-map): New variable.
10939         (Man-fontify-manpage): Use it.
10940         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
10942         Implement ANSI SGR parameters 22-27 (bug#12146).
10943         * ansi-color.el (ansi-colors): Doc fix.
10944         (ansi-color-context, ansi-color-context-region): Doc fix.
10945         (ansi-color--find-face): New function.
10946         (ansi-color-apply, ansi-color-apply-on-region): Use it.
10947         Rename the local variable `face' to `codes' since it is now a list of
10948         ansi codes.  Doc fix.
10949         (ansi-color-get-face): Remove.
10950         (ansi-color-parse-sequence): New function, derived from
10951         ansi-color-get-face.
10952         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
10953         codes 22-27.
10955 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10957         * subr.el (read-passwd): Allow use from a minibuffer.
10959 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
10961         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
10962         inside comments and strings as identifiers.
10964         * progmodes/gud.el (gud-tooltip-print-command): Quote the
10965         expression to evaluate.  This allows to evaluate expressions with
10966         embedded whitespace.
10967         (gud-tooltip-tips): Add a blank before the newline in the
10968         message-box text, for the benefit of message-box emulation on
10969         MS-Windows.
10971         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
10972         messages from GDB, pop them up in a tooltip to give feedback to
10973         user.
10974         (gdb-tooltip-print-1): Quote the expression to evaluate.
10975         This allows to evaluate expressions with embedded whitespace.
10976         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
10977         if the TTY name is nil or empty (which happens when communicating
10978         with the inferior via pipes, e.g. on MS-Windows).
10979         (gdb-internals): If GDB sends a "&\n" empty debugging message,
10980         don't send that to the GUD buffer.
10982 2012-08-14  Glenn Morris  <rgm@gnu.org>
10984         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
10985         Optimize away setq-default with no args, as for setq.  (Bug#12195)
10987 2012-08-14  Chong Yidong  <cyd@gnu.org>
10989         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
10991         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
10992         (Bug#12085).
10994 2012-08-14  Glenn Morris  <rgm@gnu.org>
10996         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
10998 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
11000         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
11001         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11002         Use cached shell name.
11004 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11006         * progmodes/python.el (python-shell-send-string):
11007         (python-shell-send-setup-code): Do not use `format' with `message'.
11009 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
11011         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
11012         (ruby-percent-literal-beg-re): New constant.
11013         (ruby-syntax-general-delimiters-goto-beg): Rename to
11014         `ruby-syntax-enclosing-percent-literal', improve literal type check.
11015         (ruby-syntax-propertize-general-delimiters): Rename to
11016         `ruby-syntax-propertize-percent-literal', it's a shorter and more
11017         popular term.  Adjust comments everywhere.
11018         (ruby-syntax-propertize-percent-literal): Only propertize when not
11019         inside a simple string or comment.  When the literal is unclosed,
11020         leave the text after it unpropertized.
11021         (ruby-syntax-methods-before-regexp): New constant.
11022         (ruby-syntax-propertize-function): Use it to recognize regexps.
11023         Don't look at the text after regexp, just use the whitelist.
11025 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
11027         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
11028         non-nil always load the compiled file if it exists.  (Bug#12197)
11030 2012-08-14  Chong Yidong  <cyd@gnu.org>
11032         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
11033         (hi-lock-set-pattern): When deciding whether to use font lock or
11034         overlays, look at font-lock-mode instead of font-lock-fontified
11035         (Bug#12168).
11036         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
11037         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
11039 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
11041         * subr.el (internal--after-with-selected-window): Fix typo
11042         (Bug#12193).
11044 2012-08-14  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11046         Use `completion-table-dynamic' for completion functions.
11047         * progmodes/python.el
11048         (python-shell-completion--do-completion-at-point)
11049         (python-shell-completion--get-completions):
11050         Remove functions.
11051         (python-shell-completion-complete-at-point): New function.
11052         (python-completion-complete-at-point): Use it.
11054 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
11056         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
11057         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
11059 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11061         * subr.el (function-get): Refine `autoload' arg so it can also
11062         autoload functions for gv.el (bug#12191).
11063         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
11064         autoloads macros.
11066         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
11067         Prefer pcase-let over destructuring-bind.
11068         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
11069         Also, remove whitespace as we go, rather than after accumulating the
11070         various places.
11072         * subr.el (internal--before-with-selected-window)
11073         (internal--after-with-selected-window): Fix typo seleted->selected.
11074         (with-selected-window): Adjust callers.
11075         Reported by Dmitry Gutov <dgutov@yandex.ru>.
11077 2012-08-13  Bastien Guerry  <bzg@gnu.org>
11079         * window.el (special-display-popup-frame): Minor docstring
11080         enhancement.  (Bug#12172)
11082 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
11084         * tar-mode.el (tar-header-data-end): Only ignore size for files of
11085         type 1-6.
11086         (tar-header-block-summarize, tar-get-descriptor): Handle pax
11087         extended headers.
11089         * files.el (hack-local-variables-filter): Remove useless eval.
11091 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
11093         * subr.el (with-selected-window): Fix last change.
11095 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11097         * subr.el (internal--before-with-seleted-window)
11098         (internal--after-with-seleted-window): New functions.
11099         (with-selected-window): Use them, to replace dependency on
11100         tty-top-frame.
11102 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
11104         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
11105         binding for `newline'.
11106         (ruby-move-to-block): When moving backward, stop at block opening,
11107         not indentation.
11108         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
11109         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
11110         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
11111         `ruby-toggle-block'.
11113 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11115         * ibuffer.el (ibuffer-do-toggle-read-only):
11116         * dired.el (dired-toggle-read-only):
11117         * buff-menu.el (Buffer-menu-toggle-read-only):
11118         * bindings.el (mode-line-toggle-read-only):
11119         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
11121 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
11123         * descr-text.el (describe-char): Put the overlays over the
11124         "displayed as" character.
11126 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
11128         * calc/calc-units.el (math-default-units-table): Give an
11129         initial value.
11130         (math-put-default-units): Add options to put composite units and
11131         unit systems in the default units table.
11132         (calc-convert-units): Send composite units to
11133         `math-put-default-units' when appropriate.
11135 2012-08-11  Glenn Morris  <rgm@gnu.org>
11137         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
11139         * tutorial.el (help-with-tutorial):
11140         * emacs-lisp/copyright.el (copyright-update-directory):
11141         * emacs-lisp/autoload.el (autoload-find-generated-file)
11142         (autoload-find-file): Disable local eval: (for insurance).
11144         * files.el (hack-local-variables-filter): If an eval: form is not
11145         known to be safe, and enable-local-variables is :safe, then ignore
11146         the form totally, as is done for non-eval forms.  (Bug#12155)
11147         This is CVE-2012-3479.
11149 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
11152         (rx-form): Simplify.
11154 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
11156         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
11157         ?, _, and : are symbol constituents, ! is not (but kinda should be).
11158         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
11159         (ruby-syntax-propertize-function): Adjust for changes in
11160         `ruby-syntax-propertize-heredoc'.
11162 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
11164         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
11165         binding (use `M-;' instead).
11166         (ruby-singleton-class-p): New function.
11167         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
11169 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11171         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
11173 2012-08-10  Chong Yidong  <cyd@gnu.org>
11175         * progmodes/python.el (python-shell-get-process-name): Don't mess
11176         with same-window-buffer-names.
11178         * eshell/eshell.el (eshell-add-to-window-buffer-names)
11179         (eshell-remove-from-window-buffer-names): Make obsolete.
11180         (eshell-buffer-name, eshell-unload-hook): Don't use them.
11181         (eshell): Just use pop-to-buffer-same-window instead.
11183 2012-08-10  Chong Yidong  <cyd@gnu.org>
11185         * bindings.el: Bind M-= back to count-words-region.
11187         * simple.el (count-words-region): Accept a prefix arg for acting
11188         on the entire buffer.
11189         (count-words--buffer-message): New helper function.
11191 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11193         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
11194         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
11195         (event-start, event-end): Use posn-at-point to return a more
11196         informative posn.
11197         (posnp): New function.
11198         * mouse.el (popup-menu-normalize-position): Use it.
11200 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
11202         * mouse.el (popup-menu-normalize-position): New function.
11203         (popup-menu): Use `popup-menu-normalize-position' to normalize
11204         the form for POSITION argument.
11206         * term/x-win.el (x-menu-bar-open):
11207         Use the value returend from (posn-at-point) as position
11208         passed to `popup-menu'.
11210 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
11212         * calc/calccomp.el (math-compose-expr): Add extra argument
11213         indicating that parentheses should be put around products in
11214         denominators.  Give multiplication precedence over division during
11215         composition.
11217 2012-08-09  Chong Yidong  <cyd@gnu.org>
11219         * man.el (Man-switches, Man-sed-command, Man-awk-command)
11220         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
11221         (Man-untabify-command, manual-program): Convert to defcustom
11222         (Bug#10429).
11224         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
11226         * descr-text.el (describe-char): Don't insert extra newlines
11227         (Bug#10127).
11229         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
11230         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
11232         * align.el (align-region): Delete temporary markers (Bug#10047).
11233         Plus some code cleanups.
11235 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11237         * progmodes/python.el (python-pdbtrack-tracked-buffer)
11238         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
11239         (python-shell-internal-last-output): Use make-local-variable
11240         instead of make-variable-buffer-local.
11242 2012-08-09  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11244         * progmodes/python.el: Enhancements to forward-sexp.
11245         (python-nav-forward-sexp): Rename from
11246         python-nav-forward-sexp-function.
11247         (python-nav--forward-sexp, python-nav--backward-sexp):
11248         New functions.
11250 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
11252         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
11253         modes and simplification modes.
11255 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11257         * delsel.el (delete-selection-pre-hook): Don't propagate the
11258         file-supersession signals (bug#12161).
11260 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11262         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
11263         (cl-map-extents): Add compatibility aliases (bug#12135).
11265 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
11267         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
11268         tests by `ignore-error'.
11269         (tramp-find-shell): Open also a new shell, when cache is already
11270         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
11272 2012-08-08  Juri Linkov  <juri@jurta.org>
11274         * bookmark.el: Add `defaults' property to the bookmark record.
11275         (bookmark-current-buffer): Doc fix.
11276         (bookmark-make-record): Add `defaults' property with default values
11277         to the bookmark record.
11278         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
11279         with `bookmark-insert-current-bookmark'.
11280         (bookmark-set): Get `defaults' property from the bookmark record
11281         and use it in `read-from-minibuffer'.
11282         (bookmark-insert-current-bookmark): Remove function.
11284         * info.el (Info-bookmark-make-record): Add `defaults' property
11285         with values of canonical Info node name, the current Info file
11286         name and the current Info node name.  (Bug#12107)
11288 2012-08-08  Juri Linkov  <juri@jurta.org>
11290         * files.el (basic-save-buffer): Use `buffer-name' as the default
11291         of `read-file-name' when buffer is not visiting a file (bug#12128).
11293 2012-08-08  Juri Linkov  <juri@jurta.org>
11295         * info.el (Info-isearch-search): Doc fix.
11296         (Info-search): Change search-failed message from "initial node" to
11297         "end of node" (bug#12078).
11298         (Info-isearch-search): Change `isearch-string-state' to
11299         `isearch--state-string'.
11301 2012-08-08  Glenn Morris  <rgm@gnu.org>
11303         * language/persian.el: Remove file.
11304         * language/misc-lang.el: Move unique part of persian.el here.
11305         * loadup.el: Remove language/persian.
11307 2012-08-08  Ă“scar Fuentes  <ofv@wanadoo.es>
11309         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
11311 2012-08-08  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11313         * progmodes/python.el: Fix defsubst warning.
11314         (python-syntax-context) Rename from python-info-ppss-context.
11315         (python-syntax-context-type): Rename from
11316         python-info-ppss-context-type.
11317         (python-syntax-comment-or-string-p): Rename from
11318         python-info-ppss-comment-or-string-p.
11320 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
11322         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
11324 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
11326         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
11327         a defcustom that is quoted with backquote.
11329         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
11330         Fix handling of interactive spec when the body uses return.
11331         (math-do-arg-check, math-define-function-body): Use backquote forms.
11332         * calc/calc-ext.el (math-defcache): Likewise.
11333         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
11334         * allout.el (allout-new-exposure): Likewise.
11335         * calc/calcalg2.el (math-tracing-integral): Likewise.
11336         * info.el (Info-last-menu-item): Likewise.
11337         * emulation/vip.el (vip-loop): Likewise.
11338         * textmodes/artist.el (artist-funcall): Likewise.
11339         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
11340         Construct menu-item directly.
11342         * progmodes/autoconf.el (font-lock-syntactic-keywords):
11343         Don't declare.
11345 2012-08-07  Chong Yidong  <cyd@gnu.org>
11347         * simple.el (deactivate-mark): Preserve text properties when
11348         saving the primary selection (Bug#8384).
11350 2012-08-07  Kevin Ryde  <user42@zip.com.au>
11352         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
11353         (woman-parse-numeric-value): On a bad .IP line, issue a warning
11354         and continue processing (Bug#12110).
11356 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11358         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
11359         syntax-propertize-function (bug#10095).
11361 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11363         * help-fns.el (help-fns--key-bindings, help-fns--signature)
11364         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
11365         describe-function-1.
11366         (describe-function-1): Use them.  Move compiler macro after sig.
11367         (help-fns--compiler-macro): Use function-get.  Assume we're already in
11368         standard-output.  Adjust layout to new call order.
11370         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
11371         re-binding a symbol that has a symbol-macro (bug#12119).
11373 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
11375         * language/persian.el: New file.  (Bug#11812)
11376         * loadup.el: Add language/persian.el.
11378 2012-08-06  Chong Yidong  <cyd@gnu.org>
11380         * window.el (window--maybe-raise-frame): New function.
11381         (window--display-buffer): Split off from here.
11382         (display-buffer-reuse-window, display-buffer-pop-up-frame)
11383         (display-buffer-pop-up-window, display-buffer-use-some-window):
11384         Obey an inhibit-switch-frame action alist entry.
11385         (display-buffer): Update doc.
11387         * replace.el (occur-after-change-function): Avoid losing focus by
11388         using the inhibit-switch-frame display parameter (Bug#12139).
11390 2012-08-06  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11392         Make internal shell process buffer names start with space.
11393         * progmodes/python.el (python-shell-make-comint): Add optional
11394         argument INTERNAL.
11395         (run-python-internal): Use it.
11396         (python-shell-internal-get-or-create-process): Check for new
11397         internal buffer names.
11399 2012-08-06  Glenn Morris  <rgm@gnu.org>
11401         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
11402         Do less getting and setting of environment variables.
11404 2012-08-05  Chong Yidong  <cyd@gnu.org>
11406         * proced.el (proced): Add substitution string to docstring to
11407         trigger autoloading of the proced library on C-h f (Bug#1768).
11409         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11410         Don't show defvars which have no second argument (Bug#8638).
11412         * imenu.el (imenu-generic-expression): Move documentation here
11413         from imenu--generic-function.
11414         (imenu--generic-function): Refer to imenu-generic-expression.
11416 2012-08-05  Vegard Ă˜ye  <vegard_oye@hotmail.com>  (tiny change)
11418         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
11419         indentation declaration.
11420         (viper-loop): Add indentation declaration (Bug#7025).
11422 2012-08-05  Chong Yidong  <cyd@gnu.org>
11424         * help-fns.el (describe-variable): Add hyperlink for
11425         directory-local variables files.  Improve buffer-local and
11426         permanent-local reporting; suggested by MON KEY (Bug#6644).
11428         * help-mode.el (help-dir-local-var-def): New button type.
11430         * files.el (kill-buffer-hook): Provide a defvar.
11432 2012-08-05  Glenn Morris  <rgm@gnu.org>
11434         * eshell/esh-ext.el (eshell/addpath):
11435         Also update eshell-path-env.  (Bug#12013)
11437 2012-08-05  Chong Yidong  <cyd@gnu.org>
11439         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
11441         * fringe.el (fringe-styles): Add docstring.
11442         (fringe--check-mode): New function.
11443         (set-fringe-mode, set-fringe-style): Use it.
11444         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
11446         * files.el (set-auto-mode): Fix invalid setq call.
11448 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11450         * isearch.el: Misc simplification; use defstruct.
11451         (isearch-mode-map): Dense maps now work like sparse ones.
11452         (isearch--state): New defstruct.
11453         (isearch-string-state, isearch-message-state, isearch-point-state)
11454         (isearch-success-state, isearch-forward-state)
11455         (isearch-other-end-state, isearch-word-state, isearch-error-state)
11456         (isearch-wrapped-state, isearch-barrier-state)
11457         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
11458         replaced by defstruct's accessors.
11459         (isearch--set-state): Rename from isearch-top-state and change
11460         calling convention.
11461         (isearch-push-state): Use new isearch--get-state.
11462         (isearch-toggle-word): Disable regexp when enabling word.
11463         (isearch-message-prefix): Remove unused arg _c-q-hack.
11464         (isearch-message-suffix): Remove unused arg _ellipsis.
11466 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
11468         * simple.el (list-processes--refresh): For a server use :host or
11469         :local as the address.
11470         (list-processes): Doc fix.
11472 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
11474         * lisp/mpc.el: Support password in host argument.
11475         (mpc--proc-connect): Parse and use new password element.
11476         Set mpc-proc variable instead of returning process.
11477         (mpc-proc): Adjust accordingly.
11479 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
11481         * whitespace.el (whitespace-display-mappings): Use Unicode
11482         codepoints, instead of emacs-mule codepoints.  See
11483         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
11484         for the details.
11486         * files.el (file-truename): Don't skip symlink-chasing part on
11487         windows-nt.  Incorporate the resolution of 8+3 short aliases on
11488         Windows into the loop that recursively chases symlinks.
11489         Compare directory and its parent case-insensitively on MS-Windows and
11490         MS-DOS.
11492 2012-08-03  Chong Yidong  <cyd@gnu.org>
11494         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
11496         * sort.el (sort-regexp-fields): Doc fix.
11498 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
11500         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
11501         labels regex position point at the expected place.
11503 2012-08-03  MON KEY  <monkey@sandpframing.com>
11505         * net/imap.el (imap-interactive-login, imap-authenticate)
11506         (imap-mailbox-lsub, imap-mailbox-list)
11507         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
11508         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
11509         (imap-parse-response): Doc fix.
11511 2012-08-03  JoĂ£o TĂ¡vora  <joaotavora@gmail.com>
11513         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
11514         if sexp scanning does not move point (Bug#5734).
11516 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
11518         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
11519         Add listings, minted, and ctable packages.
11520         (reftex-label-alist-builtin): Move listings, minted, and ctable
11521         entries before LaTeX.
11522         (reftex-label-alist): Docfix.
11524 2012-08-02  Bastien Guerry  <bzg@gnu.org>
11526         * replace.el (occur): Fix docstring (bug#12122).
11528 2012-08-02  Glenn Morris  <rgm@gnu.org>
11530         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
11532 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
11534         Obsolete alias inactivate-current-input-method-function (Bug#10150).
11535         * international/mule-cmds.el: Create
11536         inactivate-current-input-method-function as an obsolete alias for
11537         deactivate-current-input-method-function.  See Katsumi Yamaoka in
11538         <http://bugs.gnu.org/10150#46>.
11540 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
11542         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
11543         of nested `if's.
11545 2012-08-01  Glenn Morris  <rgm@gnu.org>
11547         * progmodes/autoconf.el (autoconf-definition-regexp):
11548         Add AH_TEMPLATE, adjust submatch numbering.
11549         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
11550         (autoconf-current-defun-function): Update for above change.
11551         (autoconf-current-defun-function): First skip to end of current word.
11553 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
11555         * calendar/cal-html.el (cal-html-insert-agenda-days):
11556         Fix typo.  (Bug#12018)
11558 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11560         Shell processes: enhancements to startup and CEDET compatibility.
11561         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
11562         (python-shell-make-comint): accept-process-output at startup.
11563         (run-python-internal): Set inferior-python-mode-hook to nil.
11564         (python-shell-internal-get-or-create-process): Call sit-for.
11565         (python-preoutput-result): Add obsolete alias.
11566         (python-shell-internal-send-string): Use it.
11567         (python-shell-send-setup-code): Remove call to
11568         accept-process-output.
11570 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
11572         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
11573         (Bug#12108)
11575 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
11577         * calc-mode.el (calc-basic-simplification-mode): Rename from
11578         `calc-limited-simplification-mode'.
11579         (calc-alg-simplification-mode): New function.
11580         (calc-set-simplify-mode): Adjust message.
11582         * calc.el (calc-set-mode-line): Adjust mode line display for
11583         basic simplification mode.
11585         * calc-help.el (calc-m-prefix-help): Update help message.
11587         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
11588         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
11590 2012-07-31  Bastien Guerry  <bzg@gnu.org>
11592         * man.el (man): Fix comment.  (bug#12101)
11594 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
11596         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
11597         Don't return a non-nil value when no suitable buffer was found.
11599 2012-07-31  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11601         * progmodes/python.el (run-python-internal): Disable font lock for
11602         internal shells.
11604 2012-07-30  Stefan Merten  <smerten@oekonux.de>
11606         * textmodes/rst.el: Silence `checkdoc-ispell'.
11607         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11608         (rst-official-version, rst-official-cvs-rev)
11609         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
11610         (rst-mode-map): New key binding.
11612 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
11614         Update .PHONY listings in makefiles.
11615         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
11616         autoloads, update-subdirs, updates, bzr-update, update-authors,
11617         compile-onefile, compile-calc, backup-compiled-files,
11618         compile-after-backup, compile-one-process, mh-autoloads,
11619         bootstrap-clean, distclean, maintainer-clean.
11621 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11623         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
11624         (calc-set-mode-line): Don't display "AlgSimp ".
11626         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
11627         (calc-lim-simplify-mode): New function.
11628         (calc-set-simplify-mode): Default to 'alg.
11629         (calc-default-simplify-mode): Make algebraic simplifications
11630         the default.
11632         * calc/calc-ext.el (calc-init-extensions): Remove binding for
11633         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
11635         * calc/calc-help.el (calc-m-prefix-help): Change messages to
11636         indicate new simplification modes.
11638         * calc/README: Mention new default simplification mode.
11640         * calc/calc.el (math-normalize-error): New variable.
11641         (math-normalize): Set `math-normalize-error' to t
11642         when there's an error.
11644         * calc/calc-alg.el (math-simplify): Don't simplify when
11645         `math-normalize' returns an error.
11647 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
11649         * international/mule-cmds.el (set-locale-environment): Revert last
11650         change, since display-graphic-p returns nil when this function is
11651         called during startup.  Instead...
11653         * term/w32console.el (terminal-init-w32console): ...setup the
11654         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
11656 2012-07-29  Juri Linkov  <juri@jurta.org>
11658         * simple.el (goto-line): Don't display default line number in the
11659         prompt because it should be displayed by `read-number' (bug#9952).
11660         Add the current line number to the defaults of `goto-line' to
11661         allow its easier modification by users with `M-n' (bug#9201).
11663         * subr.el (read-number): Support multiple default values like in
11664         other minibuffer reading functions.  Replace `read' with
11665         `string-to-number' for consistency with `number-to-string'.
11667 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
11669         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
11670         * emulation/viper-init.el (viper-deactivate-input-method-action):
11671         Rename from viper-inactivate-input-method-action.
11672         (viper-deactivate-input-method):
11673         Rename from viper-inactivate-input-method.
11674         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
11675         * international/mule-cmds.el (deactivate-input-method):
11676         Rename from inactivate-input-method.
11677         Also run input-method-deactivate-hook.
11678         (deactivate-current-input-method-function):
11679         Rename from inactivate-current-input-method-function.
11680         (input-method-deactivate-hook): New hook.
11681         (input-method-inactivate-hook): Mark obsolete.
11682         (inactivate-input-method): Mark obsolete.
11684         * international/quail.el (quail-activate):
11685         Also run quail-deactivate-hook.
11686         (quail-deactivate): Rename from quail-inactivate.
11687         * international/robin.el (robin-activate):
11688         Also run robin-deactivate-hook.
11689         (robin-deactivate): Rename from robin-inactivate.
11691 2012-07-29  Chong Yidong  <cyd@gnu.org>
11693         * simple.el (indicate-copied-region): New function.
11694         (kill-ring-save): Split off from here.
11696         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11697         (kill-rectangle): Set deactivate-mark to t on read-only error.
11699         * register.el (copy-to-register, copy-rectangle-to-register):
11700         Deactivate the mark, and use indicate-copied-region (Bug#10056).
11701         (append-to-register, prepend-to-register): Call indicate-copied-region.
11703 2012-07-29  Juri Linkov  <juri@jurta.org>
11705         * simple.el (async-shell-command-buffer): New defcustom.
11706         (shell-command): Use it.  (Bug#4719)
11708 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
11710         * international/mule-cmds.el (set-locale-environment): In a
11711         console session on MS-Windows, set up keyboard and terminal
11712         encoding from the OEM codepage, not the ANSI codepage.
11713         (Bug#12055)
11715 2012-07-28  Chong Yidong  <cyd@gnu.org>
11717         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11718         gdb-get-location.
11720 2012-07-28  Leo Liu  <sdl.web@gmail.com>
11722         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11723         the alist (bug#12029).
11725 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
11727         * makefile.w32-in (custom-deps, finder-data, updates, compile)
11728         (compile-always, compile-first)
11729         ($(lisp)/calendar/cal-loaddefs.el)
11730         ($(lisp)/calendar/diary-loaddefs.el)
11731         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11732         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11733         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11734         instead of on update-subdirs.
11735         (bootstrap-clean): Delete $(lisp)/subdirs.el.
11737 2012-07-28  Chong Yidong  <cyd@gnu.org>
11739         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11740         directory if vc-deduce-backend returns nil (Bug#7350).
11742         * simple.el (delete-trailing-lines): New option.
11743         (delete-trailing-whitespace): Obey it (Bug#11879).
11745 2012-07-28  David Engster  <deng@randomsample.de>
11747         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11748         Explanation of new 'symbol-qnames feature in doc-strings.
11749         (xml-maybe-do-ns): Return expanded names as plain symbols if
11750         'symbol-qnames was provided in XML-NS argument (Bug#11916).
11751         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11753 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11755         Consistent completion in inferior python with emacs -nw.
11756         * progmodes/python.el (inferior-python-mode): Replace "<tab>"
11757         binding in inferior-python-mode-map with "\t".
11758         (python-shell-completion-complete-at-point)
11759         (python-completion-complete-at-point): Remove interactive spec.
11761 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
11763         * calc/calccomp.el (math-compose-expr): Undo previous change.
11765 2012-07-27  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11767         * progmodes/python.el (python-mode-map): Add keybinding for
11768         run-python.
11769         (python-shell-make-comint): Fix pop-to-buffer call.
11770         (run-python): Autoload.  New arg SHOW.
11771         (python-shell-get-or-create-process): Do not pop python process
11772         buffer.
11774 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
11776         * notifications.el (notifications-on-action-signal)
11777         (notifications-on-closed-signal): Use also the bus address for the map.
11778         (notifications-notify, notifications-close-notification)
11779         (notifications-get-capabilities): Add optional argument BUS.
11781 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
11783         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11784         Add support for the lstlisting and minted environments, and for the
11785         ctable macro.
11786         * textmodes/reftex.el (reftex-compile-variables): Also recognize
11787         labels written in keyvals syntax.
11789 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
11791         * calc/calccomp.el (math-compose-expr): Use parentheses when
11792         there is a product in the denominator of a fraction.
11794 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
11796         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11797         ($(lisp)/calendar/diary-loaddefs.el)
11798         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11799         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11800         Fixes failures in parallel bootstrap because subdirs.el is being
11801         rewritten while the autoload files are built at the same time,
11802         which needs to load subdirs.el.
11804 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
11806         * mouse.el (popup-menu): Fix doc-string and re-indent code.
11807         (mouse-drag-line): Don't exit tracking when a switch-frame or
11808         switch-window event occurs (Bug#12006).
11810 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11812         * mouse.el (popup-menu): Fix last change.
11814 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11816         Autoload from Lisp with more care.  Follow aliases when looking for
11817         function properties.
11818         * subr.el (autoloadp): New function.
11819         (symbol-file): Use it.
11820         (function-get): New function.
11821         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11822         autoload-do-load.
11823         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11824         (lisp-indent-function):
11825         * emacs-lisp/gv.el (gv-get):
11826         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11827         * emacs-lisp/byte-opt.el (byte-optimize-form):
11828         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11829         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11830         Use function-get.
11831         * emacs-lisp/cl.el: Don't propagate function properties any more.
11833         * speedbar.el (speedbar-add-localized-speedbar-support):
11834         * emacs-lisp/disass.el (disassemble-internal):
11835         * desktop.el (desktop-load-file):
11836         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11837         (describe-function-1):
11838         * emacs-lisp/find-func.el (find-function-noselect):
11839         * emacs-lisp/elp.el (elp-instrument-function):
11840         * emacs-lisp/advice.el (ad-has-proper-definition):
11841         * apropos.el (apropos-safe-documentation, apropos-macrop):
11842         * emacs-lisp/debug.el (debug-on-entry):
11843         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11844         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11845         * calc/calc.el (name): Use autoloadp & autoload-do-load.
11847 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
11849         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11850         function, not an obsolete variable (Bug#12046).
11852 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
11854         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
11856 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
11858         * emacs-lisp/pp.el (pp-display-expression): Select old selected
11859         window only if it is still live (Bug#12034).
11861 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
11863         * subr.el (redirect-frame-focus): Add advertised calling
11864         convention (Bug#12030).
11866 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11868         Prefer typical American spelling for "acknowledgment".
11869         * vc/add-log.el (change-log-acknowledgment): Rename from
11870         change-log-acknowledgement, with an alias for the old name.
11872 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
11874         * calc-alg.el (math-simplify-divide): Don't cross multiply
11875         in an equation when the lhs is a variable.
11877 2012-07-24  Julien Danjou  <julien@danjou.info>
11879         * net/netrc.el (netrc-find-service-number, netrc-store-data):
11880         Remove, unused.
11882 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
11884         * startup.el (command-line): Don't display an empty user name in
11885         the error message about non-existent home directory, when
11886         init-file-user was set to an empty string.  See
11887         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
11888         for the details and context.
11890 2012-07-22  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
11892         * ses.el (ses-cell-formula-aset): New macro.
11893         (ses-cell-references-aset): New macro.
11894         (ses-cell-p): New function.
11895         (ses-rename-cell): Do no longer rely on complex operations like
11896         ses-cell-set-formula or ses-set-cell to change the cell and handle
11897         the undo at the same time, but rather use lower level new macros
11898         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
11899         the undo directly.  Refresh the mode line.
11901 2012-07-21  Leo Liu  <sdl.web@gmail.com>
11903         * progmodes/cc-cmds.el (c-defun-name):
11904         Use match-string-no-properties instead for consistency.
11906 2012-07-20  Leo Liu  <sdl.web@gmail.com>
11908         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
11909         (Bug#7879)
11911         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
11913 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11915         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
11916         * progmodes/bug-reference.el, misearch.el: Provide themselves
11917         (bug#11915).
11919         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
11920         of narrowed buffer (bug#11966).
11922 2012-07-20  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
11924         * ses.el (ses-rename-cell): Set new name also in reference list of
11925         cells of which the renamed cell depends.
11927 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
11929         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
11930         to check whether menu-bar is shown or not.  If not shown,
11931         show the menu-bar as a popup menu instead of using tmm.
11932         * mouse.el (popup-menu): Accept `point' as `position' argument.
11934 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
11936         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
11937         up inside string symbol literal (bug#11923).
11939 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
11941         * startup.el (fancy-startup-text): Read the whole tutorial, not
11942         just its first 256 bytes.  Prevents gibberish in display of the
11943         tutorial title.
11945 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
11947         Drop idle buffer compaction due to an absence of the
11948         proved efficiency.
11949         * compact.el: Remove.
11951 2012-07-19  Sam Steingold  <sds@gnu.org>
11953         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
11954         vc-bzr-pull & vc-bzr-merge-branch.
11955         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
11956         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
11957         for consistency with compilation-error-regexp-alist.
11958         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
11959         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
11960         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
11961         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
11963 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11965         * emacs-lisp/chart.el: Use lexical-binding.
11966         (chart-emacs-storage): Don't hardcode the list of entries.
11968 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
11970         Next round of tweaks caused by Fgarbage_collect changes.
11971         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
11973 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
11975         Compact buffers when idle.
11976         * compact.el: New file.
11978 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11980         * subr.el (eventp): Presume that if it looks vaguely like an event,
11981         it's an event (bug#10190).
11983 2012-07-19  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11985         Enhancements to ppss related code (thanks Stefan).
11986         * progmodes/python.el (python-indent-context)
11987         (python-indent-calculate-indentation, python-indent-dedent-line)
11988         (python-indent-electric-colon, python-nav-forward-block)
11989         (python-mode-abbrev-table)
11990         (python-info-assignment-continuation-line-p): Simplify checks
11991         for ppss context.
11992         (python-info-continuation-line-p): Cleanup.
11993         (python-info-ppss-context): Do not catch 'quote.
11994         (python-info-ppss-context-type)
11995         (python-info-ppss-comment-or-string-p): Simplify.
11997 2012-07-18  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
11999         * progmodes/python.el: Enhancements to eldoc support.
12000         (python-info-current-symbol): New function.
12001         (python-eldoc-at-point): Use python-info-current-symbol.
12002         (python-info-current-defun): Fix cornercase on first defun scan.
12003         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
12004         and signal error when no inferior python process is available.
12006 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
12008         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
12009         assume it's always t.
12010         (vc-git-registered): Remove caching, the function is only called
12011         once.
12012         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
12014 2012-07-18  Chong Yidong  <cyd@gnu.org>
12016         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
12018         * simple.el (count-words): Report on narrowing (Bug#9959).
12020         * bindings.el: Bind M-= to count-words.
12022         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
12024 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
12026         * progmodes/sh-script.el (sh-imenu-generic-expression):
12027         Capture a function with `function' keyword and without parentheses
12028         like "function FOO" (bug#11856).
12030 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
12032         * window.el (split-window-sensibly): Make WINDOW argument
12033         optional.
12035 2012-07-18  Chong Yidong  <cyd@gnu.org>
12037         * subr.el (keyboard-translate): Doc fix (Bug#7261).
12039         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
12040         and make C-x 8 RET exit isearch (Bug#11439).
12042         * international/iso-transl.el: Move isearch-mode-map key
12043         definitions to isearch.el.
12045 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12047         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
12048         (eieio-defclass): Use gv-define-setter when possible.
12050 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
12052         Reflect recent changes in Fgarbage_collect.
12053         * emacs-lisp/chart.el (chart-emacs-storage): Change to
12054         reflect new format of data returned by Fgarbage_collect.
12056 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
12058         New utility functions + python-info-ppss-context fix (Bug#11910).
12059         * progmodes/python.el (python-info-beginning-of-block-statement-p)
12060         (python-info-ppss-comment-or-string-p): New functions.
12061         (python-info-ppss-context): Small fix for string check.
12063 2012-07-17  Juri Linkov  <juri@jurta.org>
12065         * dired-aux.el (dired-do-async-shell-command): Doc fix.
12066         (dired-do-async-shell-command): Don't add `*' at the end of the
12067         command (Bug#11815).
12068         (dired-do-shell-command): Doc fix.
12069         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
12070         Join the individual commands using either "&" or ";" as the
12071         separator depending on the values of these trailing characters.
12072         At the end re-add the trailing "&".  (Bug#10598)
12074         * simple.el (async-shell-command): Sync the interactive spec with
12075         `shell-command'.  Doc fix.
12076         (shell-command): Doc fix.
12078 2012-07-17  Juri Linkov  <juri@jurta.org>
12080         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
12082 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
12084         Final renames and doc fixes for movement commands (bug#11899).
12085         * progmodes/python.el (python-nav-beginning-of-statement):
12086         Rename from python-nav-statement-start.
12087         (python-nav-end-of-statement): Rename from
12088         python-nav-statement-end.
12089         (python-nav-beginning-of-block): Rename from
12090         python-nav-block-start.
12091         (python-nav-end-of-block): Rename from python-nav-block-end.
12093 2012-07-17  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
12095         * progmodes/python.el (python-shell-send-string-no-output):
12096         Allow accept-process-output to quit, keeping shell process ready for
12097         future interactions (Bug#11868).
12099 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12101         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
12103         * emacs-lisp/elint.el (elint-find-args-in-code):
12104         Use help-function-arglist, so as to handle lexical byte-code.
12106         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
12107         change (bug#11826).
12109 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12111         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
12112         Avoid spuriously marking the buffer as modified because of c-is-sws.
12114         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
12115         as not-a-comment (bug#11946).
12117         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
12118         for uninterned vars.
12120         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
12121         Use read-event since we don't really want to read chars but bytes.
12123         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
12124         $$..$$ but also $..$ using regexps (bug#11953).
12125         Use tex-verbatim for \url and \path.
12126         (tex-font-lock-keywords): Define as defconst like the others.
12127         (tex-common-initialization): Don't use font-lock-syntax-table any more.
12129 2012-07-16  RenĂ© Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
12131         * international/mule-cmds.el (ucs-insert): Make it an obsolete
12132         alias for insert-char.
12134 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
12136         * progmodes/python.el: Simplified imenu implementation.
12137         (python-nav-jump-to-defun): Remove command.
12138         (python-mode-map): Use `imenu' instead.
12139         (python-nav-list-defun-positions-cache)
12140         (python-imenu-include-defun-type, python-imenu-make-tree)
12141         (python-imenu-subtree-root-label, python-imenu-index-alist):
12142         Remove vars.
12143         (python-nav-list-defun-positions, python-nav-read-defun)
12144         (python-imenu-tree-assoc, python-imenu-make-element-tree)
12145         (python-imenu-make-tree, python-imenu-create-index):
12146         Remove functions.
12147         (python-mode): Update to interact with imenu by setting
12148         `imenu-extract-index-name-function' only.
12150 2012-07-16  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
12152         * progmodes/python.el: Enhancements to navigation commands.
12153         (python-nav-backward-sentence)
12154         (python-nav-forward-sentence): Remove.
12155         (python-nav-backward-statement, python-nav-forward-statement)
12156         (python-nav-statement-start, python-nav-statement-end)
12157         (python-nav-backward-block, python-nav-forward-block)
12158         (python-nav-block-start, python-nav-block-end)
12159         (python-nav-forward-sexp-function)
12160         (python-info-current-line-comment-p)
12161         (python-info-current-line-empty-p): New functions.
12162         (python-indent-context): Use `python-nav-statement-start'.
12164 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
12166         * eshell/em-ls.el (eshell/ls): Use `apply'.
12168         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
12169         multi-hops, instead of Tramp internals.
12171         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
12173         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
12174         when F1 and F2 are located on different hosts.
12176 2012-07-14  Chong Yidong  <cyd@gnu.org>
12178         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
12179         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
12180         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
12181         (xterm-mouse--read-event-sequence-1000)
12182         (xterm-mouse--read-event-sequence-1006): New functions.  For old
12183         mouse protocol, handle M-mouse-X events correctly.
12184         (xterm-mouse-event): New arg specifying mouse protocol.
12185         (turn-on-xterm-mouse-tracking-on-terminal)
12186         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
12187         sequence to toggle extended coordinates on newer XTerms.
12188         This appears to be harmless on terminals which do not support this.
12190 2012-07-14  Leo Liu  <sdl.web@gmail.com>
12192         Add fringe bitmap indicators for flymake.  (Bug#11253)
12193         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
12194         (flymake-make-overlay): New arg BITMAP.
12195         (flymake-error-bitmap, flymake-warning-bitmap)
12196         (flymake-fringe-indicator-position): New user variables.
12198         * fringe.el: New bitmap exclamation-mark.
12200 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
12202         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
12203         also (Bug#7879).
12205 2012-07-14  Chong Yidong  <cyd@gnu.org>
12207         * electric.el (electric-pair-post-self-insert-function): Fix pair
12208         insertion in empty-region case (Bug#11520).
12210 2012-07-14  Chong Yidong  <cyd@gnu.org>
12212         * bindings.el: Consolidate ctl-x-r-map bindings.
12213         Bind copy-rectangle-as-kill to C-x r w.
12215         * rect.el, register.el: Move bindings to bindings.el.
12217 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
12219         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
12221 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
12223         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
12225 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
12227         * bindings.el (top): Use `mapc' instead of `mapcar'.
12229         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
12231 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
12233         * progmodes/sql.el (sql-comint): Suppress the check for program on
12234         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
12235         (Bug#11908)
12237 2012-07-13  Chong Yidong  <cyd@gnu.org>
12239         * bindings.el: Assign a non-nil permanent-local property to
12240         per-buffer variables which lack a default value (Bug#11930).
12242         * help-fns.el (describe-variable): In the "automatically becomes
12243         local" notice, take note of permanent-local variables.
12245 2012-07-13  Chong Yidong  <cyd@gnu.org>
12247         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
12248         to allow printing the message when called from Lisp.
12250         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12251         Remove toggle-read-only.
12253         * bs.el (bs-toggle-readonly):
12254         * buff-menu.el (Buffer-menu-toggle-read-only):
12255         Remove with-no-warnings around toggle-read-only.
12257         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
12258         Remove with-no-warnings around toggle-read-only.
12259         (ffap-read-only, ffap-read-only-other-window)
12260         (ffap-read-only-other-frame): Callers changed.
12262         * help-mode.el: Don't require view package.
12263         (help-mode-finish): Set buffer-read-only instead of calling
12264         toggle-read-only.
12266         * bindings.el (mode-line-toggle-read-only):
12267         * dired.el (dired-toggle-read-only):
12268         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
12269         with non-nil second arg.
12271         * emacs-lisp/eieio-custom.el (eieio-customize-object):
12272         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
12273         directly.
12275 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
12277         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
12278         not incf.
12280 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12282         More CL cleanups and reduction of use of cl.el.
12283         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
12284         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
12285         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
12286         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
12287         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
12288         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
12289         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
12290         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
12291         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
12292         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
12293         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
12294         * eshell/em-cmpl.el, eshell/em-banner.el:
12295         * calendar/parse-time.el: Use cl-lib.
12296         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
12297         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
12298         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
12299         * term/ns-win.el, term.el, shell.el, ps-samp.el:
12300         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
12301         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
12302         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
12303         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
12304         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
12305         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
12306         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
12307         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
12308         `lambda' rather than with `quote'.
12309         (eshell-do-opt): Adjust accordingly.
12310         (eshell-process-option): Simplify.
12311         * eshell/esh-var.el:
12312         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
12313         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
12314         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
12315         to `pcase--dontcare'.
12316         * emacs-lisp/cl.el (labels): Mark obsolete.
12317         (cl--letf, letf): Move to cl-lib.
12318         (cl--letf*, letf*): Remove.
12319         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
12320         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
12321         (cl-progv): Rewrite.
12322         (cl--letf, cl-letf): Move from cl.el.
12323         (cl-letf*): New macro.
12324         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
12326 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
12328         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
12330 2012-07-11  Chong Yidong  <cyd@gnu.org>
12332         * vc/log-edit.el (log-edit-vc-backend): New variable.
12333         (log-edit): Doc fix.
12335         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
12336         argument of log-edit to set up all local variables.
12337         (vc-start-logentry): New optional arg specifying VC backend.
12339         * vc/vc.el (vc-checkin): Use it.
12340         (vc-deduce-fileset): Handle Log Edit buffers.
12341         (vc-diff): Make first argument optional too.
12343         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
12345 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
12347         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
12348         command, just in case.  The function is not needed anymore.
12349         (eshell-external-command): Do not call `eshell-remote-command'.
12351 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12353         Reduce use of (require 'cl).
12354         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
12355         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
12356         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
12357         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
12358         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
12359         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
12360         * battery.el, avoid.el, abbrev.el: Use cl-lib.
12361         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
12362         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
12363         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
12364         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
12365         * calculator.el, autorevert.el, apropos.el: Don't require CL.
12366         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
12367         (byte-compile-unfold-bcf, byte-compile-check-variable):
12368         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
12369         (byte-compile-nilconstp):
12370         * emacs-lisp/autoload.el (make-autoload): Use pcase.
12371         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
12373         * emacs-lisp/gv.el (cond): Make it a valid place.
12374         (if): Simplify slightly.
12376         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
12377         (pcase--self-quoting-p): New function.
12378         (pcase--u1): Use it.
12380 2012-07-10  Glenn Morris  <rgm@gnu.org>
12382         * emacs-lisp/authors.el (authors-fixed-entries):
12383         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
12385 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
12387         Rename configure.in to configure.ac (Bug#11603).
12388         * emacs-lisp/authors.el (authors-canonical-file-name):
12389         * progmodes/autoconf.el (autoconf-mode):
12390         Prefer configure.ac to configure.in.
12392 2012-07-08  Chong Yidong  <cyd@gnu.org>
12394         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
12395         Implement the mouse-1-click-follows-link handling properly.
12397         * info.el (Info-link-keymap): Use follow-link mechanism for
12398         header-line links (Bug#374).
12400         * simple.el (deactivate-mark): Do not set the primary selection
12401         if another program has acquired it (Bug#11772).
12403 2012-07-07  Kevin Ryde  <user42@zip.com.au>
12405         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
12406         (woman-decode-region): Replace escaped-escapes without destroying
12407         bold or underline (Bug#11552).
12408         (woman2-process-escapes): Handle nofill regions (Bug#11591).
12410 2012-07-07  Chong Yidong  <cyd@gnu.org>
12412         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
12413         (interprogram-cut-function, interprogram-paste-function):
12414         Mention that we typically mean the clipboard.
12416 2012-07-06  Glenn Morris  <rgm@gnu.org>
12418         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
12420         * files.el (toggle-read-only): Restrict message to interactive use.
12422 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
12424         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
12426         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
12428 2012-07-06  Glenn Morris  <rgm@gnu.org>
12430         * Makefile.in (compile-one-process): Rename from "recompile".
12432         * Makefile.in (bzr-update): "compile" is the same as "recompile
12433         autoloads", but parallelizable, so use that instead.
12435 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
12437         * window.el (quit-window): Always restore window height when
12438         it's saved in quit-restore parameter (Bug#11810).
12440 2012-07-06  Glenn Morris  <rgm@gnu.org>
12442         * simple.el (kill-whole-line): Doc tweak.
12444 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
12446         * files.el (file-relative-name): Compare file names
12447         case-insensitively if on MS-Windows or MS-DOS, or if
12448         read-file-name-completion-ignore-case is non-nil.  Don't use
12449         case-fold-search for this purpose.  (Bug#11827)
12451 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
12453         * calendar/cal-dst.el (calendar-current-time-zone):
12454         Return calendar-current-time-zone-cache if non-nil.
12456 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
12457 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
12459         * calendar/cal-dst.el (calendar-current-time-zone):
12460         Return calendar-current-time-zone-cache if non-nil.
12462 2012-07-06  Glenn Morris  <rgm@gnu.org>
12464         * Makefile.in (cvs-update): Remove old alias.
12466 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
12468         Sync with Tramp 2.2.6-pre.
12470         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
12471         compatible declaration.
12473         * net/tramp-cmds.el (tramp-append-tramp-buffers):
12474         Protect `list-load-path-shadows' call.
12476         * net/tramp-compat.el (top): Require packages, which aren't
12477         autoloaded anymore for XEmacs.  Protect call of
12478         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
12479         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
12480         it hurts at least for SXEmacs.
12481         (tramp-compat-temporary-file-directory): In XEmacs, there is no
12482         standard-value for `temporary-file-directory'.
12484         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
12485         Redirect stderr to /dev/null.
12486         (tramp-sh-handle-write-region): uid and gid can be floats.
12487         Reported by Russell Sim <russell.sim@gmail.com>.
12488         (tramp-sh-handle-vc-registered): Hide errors.
12489         (tramp-vc-file-name-handler): Use dummy results for `process-file'
12490         and `start-file-process'.
12491         (tramp-maybe-open-connection): Check also whether `non-essential'
12492         is bound.
12494 2012-07-04  Chong Yidong  <cyd@gnu.org>
12496         * xml.el (xml--parse-buffer): Use xml-syntax-table.
12497         (xml-parse-tag): Likewise, and avoid changing entity tables.
12498         (xml-syntax-table): Define from scratch, making sure not to give
12499         x2000 and other Unicode spaces whitespace syntax, since those are
12500         not spaces in XML.
12501         (xml-parse-fragment): Delete unused function.
12502         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
12503         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
12504         (xml-entity-ref, xml-pe-reference-re)
12505         (xml-reference-re, xml-att-value-re, xml-tokenized-type-re)
12506         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
12507         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
12508         (xml-entity-value-re): Use syntax references in regexps where
12509         possible; no need to define inside a let-binding.
12510         (xml-parse-dtd): Use xml-pe-reference-re.
12511         (xml-entity-or-char-ref-re): New defconst.
12512         (xml-parse-string, xml-substitute-special): Use it.
12514 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12516         * files.el (locate-dominating-file): Allow `name' to be a predicate.
12517         (find-file--read-only): New function.
12518         (find-file-read-only, find-file-read-only-other-window)
12519         (find-file-read-only-other-frame): Use it.
12520         (insert-file-contents-literally): Don't `fset'.
12521         (get-free-disk-space): Use locate-dominating-file.
12523         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
12524         function is already compiled.
12526         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
12528 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
12530         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
12531         files on the same host.
12533 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
12535         * help-fns.el (describe-function-1): Only call
12536         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
12538 2012-07-03  Chong Yidong  <cyd@gnu.org>
12540         * xml.el: Protect parser against XML bombs.
12541         (xml-entity-expansion-limit): New variable.
12542         (xml-parse-string, xml-substitute-special): Use it.
12543         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
12545 2012-07-03  Glenn Morris  <rgm@gnu.org>
12547         * progmodes/bug-reference.el (bug-reference-bug-regexp):
12548         Allow linking to specific messages in debbugs reports (eg 123#5).
12550 2012-07-02  Chong Yidong  <cyd@gnu.org>
12552         * xml.el: Fix entity and character reference expansion, allowing
12553         them to expand into markup as per XML spec.
12554         (xml-default-ns): New variable.
12555         (xml-entity-alist): Use XML spec definitions for lt and amp.
12556         (xml-parse-region): Make first two arguments optional.
12557         Discard text properties.
12558         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
12559         All callers changed.
12560         (xml-parse-tag): Call xml-parse-tag-1.  For backward
12561         compatibility, this function should not modify buffer contents.
12562         (xml-parse-tag-1): Fix opening-tag regexp.
12563         (xml-parse-string): Rewrite, handling entity and character
12564         references properly.
12565         (xml--entity-replacement-text): Signal an error if a parameter
12566         entity is undefined.
12568 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12570         * comint.el (comint-output-filter): Filter out repeated prompts.
12572         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
12573         and file-name-absolute-p.
12574         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
12575         internal calls.
12577 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
12579         Spelling fixes.
12580         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
12581         Rename from byte-compile--refiy-function.  All uses changed.
12583 2012-07-01  Chong Yidong  <cyd@gnu.org>
12585         * xml.el (xml--parse-buffer): New function.  Move most of
12586         xml-parse-region here.
12587         (xml-parse-region): Copy region into a temporary buffer, since
12588         parameter entity substitution requires changing buffer contents.
12589         Use xml--parse-buffer.
12590         (xml-parse-file): Use xml--parse-buffer.
12591         (xml-parse-dtd): Make parameter entity substitution work right.
12592         Use proper regexps for ELEMENT declarations (Bug#7172).
12594 2012-06-30  Glenn Morris  <rgm@gnu.org>
12596         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
12598         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
12599         Remove outdated and unnecessary dbus declarations.
12601 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
12603         * emacs-lisp/timer.el (timer-until): Subtract results of
12604         float-time, instead of taking float-time of the result of
12605         time-subtract, since float-time signals an error for negative time
12606         arguments.
12608 2012-06-30  Chong Yidong  <cyd@gnu.org>
12610         * xml.el (xml-*-re): Convert defvars into defconsts, and
12611         eval-and-compile them so eval-and-compile works on derivatives.
12612         (xml--entity-replacement-text): Use eval-and-comple.
12614 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
12616         * vc/vc-git.el (vc-git-registered): Use cache property
12617         `git-registered'.
12618         (vc-git-mode-line-string): Call `vc-working-revision' instead of
12619         `vc-git-working-revision' in order to benefit from the cache.
12620         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
12622 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
12624         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
12625         removed (likely outside Emacs).  (Bug#11757)
12627 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12629         * emacs-lisp/cl-lib.el: Require macroexp.
12631 2012-06-30  Chong Yidong  <cyd@gnu.org>
12633         * xml.el: Implement XML parameter entities.
12634         (xml-parameter-entity-alist): New variable.
12635         (xml-parse-region, xml-parse-fragment): Preserve previous values
12636         of xml-entity-alist and xml-parameter-entity-alist, so that
12637         repeated calls on different documents do not change them.
12638         (xml-parse-tag): Fix doctype regexp.
12639         (xml--entity-replacement-text): New function.
12640         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
12641         properly requires url retrieval which is unimplemented.
12642         (xml-escape-string): Doc fix.
12644 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12646         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
12648 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
12650         * fringe.el (fringe-mode): Doc fix.
12652 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
12654         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
12655         is non-nil.
12656         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
12657         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
12659 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
12661         * calendar/cal-dst.el (calendar-current-time-zone):
12662         Return calendar-current-time-zone-cache if non-nil.
12664 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
12666         * progmodes/which-func.el (which-func-format):
12667         Add mouse-face.  (Bug#11698)
12669 2012-06-29  Leo Liu  <sdl.web@gmail.com>
12671         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
12673 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12675         * minibuffer.el (minibuffer-confirm-exit-commands):
12676         Add completion-at-point (bug#11725).
12678 2012-06-29  Glenn Morris  <rgm@gnu.org>
12680         * progmodes/f90.el (f90-font-lock-keywords-2):
12681         Add some preprocessor elements.  (Bug#10499)
12683 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12685         * progmodes/cperl-mode.el (cperl-update-syntaxification):
12686         Use syntax-propertize (bug#11739).
12688 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
12690         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
12692 2012-06-28  Julien Danjou  <julien@danjou.info>
12694         * term.el (term-handle-colors-array): Use a set of new faces to
12695         color the terminal.  Also uses :inverse-video property.
12696         (term-default-fg-color): Set to nil by default, deprecate in favor
12697         of `term-face'.
12698         (term-default-bg-color): Set to nil by default, deprecate in favor
12699         of `term-face'.
12700         (term-current-face): Use `term-face' by default.
12701         (term-bold-attribute): Variable deleted.
12703 2012-06-28  Glenn Morris  <rgm@gnu.org>
12705         * simple.el (completion-list-mode-finish):
12706         Don't use toggle-read-only.  (Since completion-list-mode has
12707         a special mode-class, it wasn't doing anything extra anyway.)
12709 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12711         Make inlining of other-mode interpreted functions work (bug#11799).
12712         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12713         (byte-compile): Use it to fix compilation of lexical-binding closures.
12714         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12715         function, if needed.
12717 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12719         * help-mode.el (help-make-xrefs): Don't just withstand
12720         cyclic-variable-indirection but any error in documentation-property.
12722         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12723         memory use.
12724         * bindings.el (bindings--define-key): New function.
12725         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12726         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12727         * bindings.el: Use it to purecopy define-key bindings.
12729         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12731         * emacs-lisp/cl.el (flet): Mark obsolete.
12732         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12733         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12734         * progmodes/js.el (js-c-fill-paragraph):
12735         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12736         (ebrowse-switch-member-buffer-to-derived-class):
12737         * play/5x5.el (5x5-solver): Use cl-flet.
12739         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
12740         (cl--symbol-function): New macro.
12741         (cl--letf, cl--letf*): Use it.
12743         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12744         Strip "toggle-" if any.
12746 2012-06-27  Glenn Morris  <rgm@gnu.org>
12748         * info.el (Info-default-directory-list): Move here from paths.el.
12749         * paths.el: Remove file, which is now empty.
12750         * loadup.el: No longer load "paths".
12752         * custom.el (custom-initialize-delay): Doc fix.
12754         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12755         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12756         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12757         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12758         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12759         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12760         * eshell/eshell.el (eshell-defgroup): Remove alias.
12762 2012-06-27  Chong Yidong  <cyd@gnu.org>
12764         * help.el (help-enable-auto-load): New variable.
12766         * help-fns.el (help-fns--autoloaded-p): New function.
12767         (describe-function-1): Refer to a function as "autoloaded" if it
12768         was autoloaded at any time in the past.  Perform autoloading if
12769         help-enable-auto-load is non-nil.
12771 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
12773         * makefile.w32-in (compile, compile-always): Depend on
12774         update-subdirs, not on subdirs.el.  Otherwise, several different
12775         sub-targets of 'bootstrap' running in parallel could
12776         simultaneously write to subdirs.el, producing a garbled file.
12778 2012-06-26  Sam Steingold  <sds@gnu.org>
12780         * files.el (file-name-base): New convenience function.
12781         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12782         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12783         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12784         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12785         * textmodes/ispell.el, textmodes/reftex-ref.el:
12786         * textmodes/tex-mode.el: Use it.
12787         Did not touch cedet and org because they are maintained elsewhere.
12789 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
12791         * calendar/calendar.el (calendar-exit): Don't try to delete or
12792         iconify last frame.  See:
12793         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12795 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
12797         * server.el (server-process-filter): Remember dir in the
12798         process's `server-client-directory' properties.
12800 2012-06-24  Chong Yidong  <cyd@gnu.org>
12802         * xml.el (xml-parse-tag): Correctly handle comment embedded in
12803         non-tag text.
12805 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
12807         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12809 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12811         * help-fns.el (describe-variable): Don't croak when doc is not found.
12812         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12813         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12814         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12815         * emacs-lisp/smie.el (smie-next-sexp): CSE.
12816         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12817         ((lambda ..) ..).
12818         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12820 2012-06-23  Chong Yidong  <cyd@gnu.org>
12822         * info.el (Info-mouse-follow-link): Accept symbol values of
12823         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
12824         (Info-fontify-node): Use Info-link-keymap for all navigation
12825         buttons, with link-args property to perform the desired action.
12826         (Info-link-keymap): Doc fix.
12827         (Info-next-link-keymap, Info-prev-link-keymap)
12828         (Info-up-link-keymap): Delete now-unused keymaps.
12830 2012-06-23  Chong Yidong  <cyd@gnu.org>
12832         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12834         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12835         system abbrevs.
12837         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12839 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12841         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12842         (bug#11719).
12844         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12845         the requote function doesn't work properly (bug#11714).
12847 2012-06-23  Glenn Morris  <rgm@gnu.org>
12849         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12851 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12853         Further GV/CL cleanups.
12854         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12855         gv-expander.
12856         (gv--defun-declaration): New function.
12857         (defun-declarations-alist): Use it.
12858         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12859         (gv-place): Autoload.
12860         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12861         original definition of dotimes and dolist.
12862         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12863         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12864         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12865         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12866         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12867         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12868         to the function's definition.
12869         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12870         * window.el:
12871         * files.el:
12872         * faces.el:
12873         * env.el: Don't use CL.
12875 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12877         Support higher-resolution time stamps (Bug#9000).
12879         * calendar/time-date.el (with-decoded-time-value): New arg
12880         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
12881         (encode-time-value): New optional arg PICO.  New type 3.
12882         (time-to-seconds) [!float-time]: Support the new picoseconds
12883         component if it's used.
12884         (seconds-to-time, time-subtract, time-add):
12885         Support ps-resolution time stamps as well.
12887         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
12888         (timerp): Timer vectors now have length 9, not 8.
12889         (timer--time): Support new-style (4-part) time stamps.
12890         (timer-next-integral-multiple-of-time): Time stamps now have
12891         picosecond resolution, so take a bit more care about rounding.
12892         (timer-relative-time, timer-inc-time): New optional arg psecs.
12893         (timer-set-time-with-usecs): Set psecs to 0.
12894         (timer--activate): Check psecs component, too.
12896         * proced.el (proced-time-lessp): Support ps-resolution stamps.
12898 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12900         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
12901         Move the non-essential binding to the post/pre-command-hook where it is
12902         more obviously correct.
12904         * subr.el (read-passwd): Don't use a history at all.
12905         * savehist.el (savehist-save): Remove password saved accidentally
12906         because of the above bug.
12908 2012-06-22  Bastien Guerry  <bzg@gnu.org>
12910         * files.el (toggle-read-only): Display a message telling whether
12911         the buffer is read-only or not (bug#11726).
12913 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12915         * emacs-lisp/gv.el: New file.
12916         * subr.el (push, pop): Extend to generalized variables.
12917         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
12918         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
12919         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
12920         gv-define-simple-setter, and gv-define-expander.
12921         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
12922         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
12923         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
12924         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
12925         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
12926         gv-letplace.
12927         (cl-defstruct): Don't define setf-method any more.
12928         * emacs-lisp/cl.el (flet): Don't autoload.
12929         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
12930         (define-setf-expander, defsetf, define-modify-macro)
12931         (cl-struct-setf-expander): Move from cl-lib.el.
12932         * emacs-lisp/syntax.el:
12933         * emacs-lisp/ewoc.el:
12934         * emacs-lisp/smie.el:
12935         * emacs-lisp/cconv.el:
12936         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
12937         (timer--time): Use gv-define-simple-setter.
12938         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
12939         to avoid coding-system problems in subr.el.  Adjust all users.
12940         (macroexp--maxsize, macroexp-small-p): New functions.
12941         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
12942         * scroll-bar.el (scroll-bar-mode):
12943         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
12944         (normal-erase-is-backspace-mode): Don't use the `eq' place.
12945         * winner.el (winner-configuration, winner-make-point-alist)
12946         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
12947         * files.el (locate-file-completion-table): Avoid list*.
12949 2012-06-22  Chong Yidong  <cyd@gnu.org>
12951         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
12952         (dired-create-files): Doc fix (Bug#11329).
12953         (dired-do-copy): Doc fix (Bug#11334).
12954         (dired-mark-read-string): Doc fix (Bug#11553).
12956         * dired.el (dired-recursive-copies, dired-recursive-deletes):
12957         Doc fix (Bug#11326).
12958         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
12959         (dired-dwim-target): Doc fix.
12961         * wdired.el (wdired-mode): Doc fix.
12963 2012-06-22  Glenn Morris  <rgm@gnu.org>
12965         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
12966         (pcmpl-rpm-cache-stamp-file): New constant.
12967         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
12968         (pcmpl-rpm-packages): Optionally cache list of packages.
12970         * pcmpl-rpm.el (pcmpl-rpm): New group.
12971         (pcmpl-rpm-query-options): New option.
12972         (pcmpl-rpm-packages): No need to inline it.
12973         Use pcmpl-rpm-query-options.
12975         * calendar/calendar.el (calendar-in-read-only-buffer):
12976         Avoid some needless mode changes.
12978 2012-06-21  Chong Yidong  <cyd@gnu.org>
12980         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
12981         (desktop-path): Remove . from the default value (Bug#10977).
12982         (desktop-read): Use user-emacs-directory if desktop-path is nil.
12984 2012-06-20  Chong Yidong  <cyd@gnu.org>
12986         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
12988 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
12990         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
12991         (bug#11201).
12993 2012-06-20  Chong Yidong  <cyd@gnu.org>
12995         * term.el (term-window-width): Handle the case of a missing right
12996         fringe (Bug#8837).
12997         (term-check-size): Use window-text-height (Bug#5445).
12998         (term-mode): Use define-derived-mode.  Minor cleanups.
12999         Set font-lock-defaults (Bug#7692).
13000         (term-move-columns, term-insert-char, term-emulate-terminal)
13001         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
13003 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
13005         * net/ange-ftp.el (ange-ftp-get-passwd):
13006         Bind `enable-recursive-minibuffers'.
13007         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
13009 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
13011         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
13013 2012-06-19  Glenn Morris  <rgm@gnu.org>
13015         * progmodes/python.el (python-mode): Derive from prog-mode.
13017 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
13019         * emulation/edt.el (edt-default-menu-bar-update-buffers)
13020         (edt-user-menu-bar-update-buffers): New functions.
13021         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
13023 2012-06-19  Chong Yidong  <cyd@gnu.org>
13025         * subr.el (with-selected-window): Preserve the selected window's
13026         terminal's top-frame (Bug#4702).
13028         * window.el (save-selected-window): Likewise.
13030 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13032         * progmodes/python.el (python-rx-constituents): Move backquote.
13033         (python-skeleton-define, python-define-auxiliary-skeleton):
13034         Use `declare'.
13036 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
13038         * minibuffer.el (read-file-name-default): Revert the patch from
13039         2012-06-17.
13041 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13043         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
13044         (pcase--u1, pcase--q1): Don't use apply-partially.
13046 2012-06-18  Glenn Morris  <rgm@gnu.org>
13048         * progmodes/python.el (python-proc, python-buffer)
13049         (python-send-receive, python-send-string): Fix obsolete versions.
13051 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
13053         * window.el (special-display-p): Completely remove stringp
13054         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
13056 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
13058         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
13060         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
13062         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
13063         * net/tramp-sh.el (tramp-maybe-open-connection):
13064         Throw if `non-essential' is non-nil.
13066 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
13068         * window.el (special-display-p): Signal an error if BUFFER-NAME
13069         is not a string (Bug#11713).
13071 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
13073         * progmodes/python.el (python-info-beginning-of-backslash):
13074         Rename from python-info-beginning-of-backlash, as a spelling fix.
13076 2012-06-17  Chong Yidong  <cyd@gnu.org>
13078         * term.el (term-emulate-terminal): If term-check-size is called,
13079         move point to the process mark without resetting point (Bug#4635).
13081 2012-06-17  Glenn Morris  <rgm@gnu.org>
13083         * international/mule-cmds.el (mule-menu-keymap)
13084         (set-language-environment, set-locale-environment): Doc tweaks.
13086 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
13088         * cus-face.el (custom-face-attributes): Add wave-style underline
13089         attribute.
13090         * faces.el (set-face-attribute): Update docstring to describe
13091         wave-style underline attribute.
13093 2012-06-16  Chong Yidong  <cyd@gnu.org>
13095         * term/xterm.el (terminal-init-xterm): Discard input before
13096         querying background mode (Bug#10959).
13098 2012-06-16  Stefan Merten  <smerten@oekonux.de>
13100         * textmodes/rst.el: Added and corrected some comments.
13101         (rst-re-alist-def): Improve symbol syntax.
13102         (rst-mode-syntax-table): Correct syntax entries.
13103         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
13104         (rst-official-version, rst-official-cvs-rev): Update version
13105         information.
13107 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
13109         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
13110         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
13112 2012-06-15  FabiĂ¡n Ezequiel Gallina  <fgallina@cuca>
13114         * progmodes/python.el: New python.el merge.
13115         (python-guess-indent): Obsolete var.
13116         (python-indent-guess-indent-offset): New defcustom.
13117         (python-indent): Obsolete var.
13118         (python-indent-offset): New defcustom.
13119         (python-python-command, python-jython-command): Delete var.
13120         (python-shell-interpreter): New defcustom.
13121         (python-pdbtrack-do-tracking-p): Delete var.
13122         (python-pdbtrack-activate): New defcustom.
13123         (python-use-skeletons): Obsolete var.
13124         (python-skeleton-autoinsert): New defcustom.
13125         (inferior-python-filter-regexp, python-continuation-offset)
13126         (python-honour-comment-indentation, python-indent-string-contents)
13127         (python-jython-packages, python-mode-hook)
13128         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
13129         (python-shell-prompt-alist)
13130         (python-source-modes): Delete defcustoms.
13131         (python-check-buffer-name, python-eldoc-setup-code)
13132         (python-eldoc-string-code, python-ffap-setup-code)
13133         (python-ffap-string-code, python-fill-comment-function)
13134         (python-fill-decorator-function, python-fill-paren-function)
13135         (python-fill-string-function, python-imenu-include-defun-type)
13136         (python-imenu-make-tree, python-imenu-subtree-root-label)
13137         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
13138         (python-shell-compilation-regexp-alist)
13139         (python-shell-completion-module-string-code)
13140         (python-shell-completion-pdb-string-code)
13141         (python-shell-completion-setup-code)
13142         (python-shell-completion-string-code)
13143         (python-shell-enable-font-lock, python-shell-exec-path)
13144         (python-shell-extra-pythonpaths)
13145         (python-shell-internal-buffer-name, python-shell-interpreter-args)
13146         (python-shell-process-environment)
13147         (python-shell-prompt-block-regexp)
13148         (python-shell-prompt-output-regexp)
13149         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
13150         (python-shell-send-setup-max-wait, python-shell-setup-codes)
13151         (python-shell-virtualenv-path): New defcustoms.
13152         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
13153         (inferior-python-mode-syntax-table, python--prompt-regexp)
13154         (python-buffer, python-command python-python-command)
13155         (python-default-template, python-imports, python-indent-index)
13156         (python-indent-list, python-indent-list-length)
13157         (python-mode-running, python-pdbtrack-is-tracking-p)
13158         (python-preoutput-continuation, python-preoutput-leftover)
13159         (python-preoutput-result, python-preoutput-skip-next-prompt)
13160         (python-prev-dir/file, python-recursing)
13161         (python-saved-check-command, python-version-checked)
13162         (python-which-func-length-limit)
13163         (view-return-to-alist): Delete vars.
13164         (python-check-custom-command, python-dotty-syntax-table)
13165         (python-imenu-index-alist, python-indent-current-level)
13166         (python-indent-dedenters, python-indent-levels)
13167         (python-nav-beginning-of-defun-regexp)
13168         (python-nav-list-defun-positions-cache)
13169         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
13170         (python-shell-internal-buffer)
13171         (python-skeleton-available): New vars.
13172         (def-python-skeleton): Delete macro.
13173         (python-skeleton-define): New macro.
13174         (python-define-auxiliary-skeleton, python-rx): New macros.
13175         (python-insert-class): Delete command.
13176         (python-skeleton-class): New command.
13177         (python-insert-def): Delete command.
13178         (python-skeleton-def): New command.
13179         (python-insert-for): Delete command.
13180         (python-skeleton-for): New command.
13181         (python-insert-if): Delete command.
13182         (python-skeleton-if): New command.
13183         (python-insert-try/except, python-insert-try/finally): Delete commands.
13184         (python-skeleton-try): New command.
13185         (python-insert-while): Delete command.
13186         (python-skeleton-while): New command.
13187         (python-backspace): Delete command.
13188         (python-indent-dedent-line-backspace): New command.
13189         (python-electric-colon): Delete command.
13190         (python-indent-electric-colon): New command.
13191         (python-guess-indent): Delete command.
13192         (python-indent-guess-indent-offset): New command.
13193         (python-shift-left): Delete command.
13194         (python-indent-shift-left): New command.
13195         (python-shift-right): Delete command.
13196         (python-indent-shift-right): New command.
13197         (python-find-function): Delete command.
13198         (python-nav-jump-to-defun): New command.
13199         (python-next-statement): Delete command.
13200         (python-nav-forward-sentence): New command.
13201         (python-previous-statement): Delete command.
13202         (python-nav-backward-sentence): New command.
13203         (python-fill-paragraph): Delete command.
13204         (python-fill-paragraph-function): New command.
13205         (python-send-buffer): Delete command.
13206         (python-shell-send-buffer): New command.
13207         (python-send-defun): Delete command.
13208         (python-shell-send-defun): New command.
13209         (python-send-region, python-send-region-and-go): Delete commands.
13210         (python-shell-send-region)
13211         (python-shell-switch-to-shell): New commands.
13212         (python-send-string): Delete command.
13213         (python-shell-send-string): New command.
13214         (python-switch-to-python): Delete command.
13215         (python-shell-switch-to-shell): New command.
13216         (python-describe-symbol): Delete command.
13217         (python-eldoc-at-point): New command.
13218         (python--set-prompt-regexp, python-args-to-list)
13219         (python-after-info-look, python-check-version)
13220         (python-check-comint-prompt, python-find-imports)
13221         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
13222         (python-unload-function, python-expand-template)
13223         (python-maybe-jython, python-preoutput-filter)
13224         (python-pdbtrack-get-source-buffer)
13225         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
13226         (python-pdbtrack-toggle-stack-tracking)
13227         (python-pdbtrack-track-stack-file, python-initial-text)
13228         (python-first-word, python-comment-line-p, python-send-command)
13229         (python-setup-brm, python-sentinel, python-set-proc)
13230         (python-skip-out, python-input-filter, python-outdent-p)
13231         (python-outline-level, python-backslash-continuation-line-p)
13232         (python-end-of-block, python-end-of-statement, python-mark-block)
13233         (python-beginning-of-block, python-beginning-of-statement)
13234         (python-blank-line-p, python-beginning-of-string)
13235         (python-open-block-statement-p): Delete functions.
13236         (python-indent-line, python-indent-line-1): Delete functions.
13237         (python-indent-line): New function.
13238         (python-indentation-levels): Delete function.
13239         (python-indent-calculate-levels): New function.
13240         (python-proc): Delete function.
13241         (python-shell-get-process): New function.
13242         (python-send-receive): Delete function.
13243         (python-shell-send-string-no-output): New function.
13244         (python-module-path): Delete function.
13245         (python-ffap-module-path): New function.
13246         (python-completion-at-point)
13247         (python-symbol-completions): Delete functions.
13248         (python-completion-complete-at-point): New function.
13249         (python-load-file): Delete function.
13250         (python-shell-send-file): New function.
13251         (python-calculate-indentation): Delete function.
13252         (python-indent-calculate-indentation): New function.
13253         (python-skip-comments/blanks): Delete function.
13254         (python-util-forward-comment): New function.
13255         (python-continuation-line-p): Delete function.
13256         (python-info-continuation-line-p): New function.
13257         (python-which-func, python-current-defun): Delete function.
13258         (python-info-current-defun): New function.
13259         (python-beginning-of-defun): Delete function.
13260         (python-nav-beginning-of-defun): New function.
13261         (python-close-block-statement-p)
13262         (python-block-end-p): Delete function.
13263         (python-info-closing-block): New function.
13264         (python-comint-output-filter-function)
13265         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
13266         (python-fill-comment, python-fill-decorator, python-fill-paren)
13267         (python-fill-string, python-imenu-make-element-tree)
13268         (python-imenu-make-tree, python-imenu-tree-assoc)
13269         (python-indent-context, python-indent-dedent-line)
13270         (python-indent-line-function)
13271         (python-indent-post-self-insert-function)
13272         (python-indent-toggle-levels)
13273         (python-info-assignment-continuation-line-p)
13274         (python-info-beginning-of-backlash)
13275         (python-info-block-continuation-line-p)
13276         (python-info-closing-block-message)
13277         (python-info-line-ends-backslash-p)
13278         (python-info-looking-at-beginning-of-defun)
13279         (python-info-ppss-context, python-info-ppss-context-type)
13280         (python-nav-list-defun-positions, python-nav-read-defun)
13281         (python-nav-sentence-end, python-nav-sentence-start)
13282         (python-pdbtrack-comint-output-filter-function)
13283         (python-pdbtrack-set-tracked-buffer)
13284         (python-shell-calculate-exec-path)
13285         (python-shell-calculate-process-environment)
13286         (python-shell-completion--do-completion-at-point)
13287         (python-shell-completion--get-completions)
13288         (python-shell-completion-complete-at-point)
13289         (python-shell-completion-complete-or-indent)
13290         (python-shell-get-or-create-process)
13291         (python-shell-get-process-name)
13292         (python-shell-internal-get-or-create-process)
13293         (python-shell-internal-get-process-name)
13294         (python-shell-internal-send-string, python-shell-make-comint)
13295         (python-shell-parse-command, python-shell-send-setup-code)
13296         (python-skeleton-add-menu-items)
13297         (python-util-clone-local-variables, python-util-position)
13298         (run-python-internal, python-indentation-levels)
13299         (python-nav-beginning-of-defun)
13300         (python-completion-complete-at-point): New functions.
13301         (run-python): Change arguments.  New API requirements.
13303 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13305         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
13306         (bug#11649).
13308         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
13309         (macroexp--expand-all): Use it.
13311         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
13312         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
13313         Use `cl-function' instead.
13315 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
13317         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
13318         Suggested by Stefan Monnier while discussing bug#11657.
13320 2012-06-14  Sam Steingold  <sds@gnu.org>
13322         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
13324 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
13326         * play/doctor.el (doctor-doc): Remove parameter and use
13327         doctor-sent instead of sent.
13328         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
13330 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13332         * files.el: Require cl-lib.
13333         (file-name-non-special): Replace case -> cl-case.
13335         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
13337         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
13338         mapping from #' to function*.
13340 2012-06-13  Chong Yidong  <cyd@gnu.org>
13342         * mouse.el (mouse-drag-track): Do not set the mark if the user
13343         releases the mouse without selecting anything (Bug#11588).
13345 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13347         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
13348         as well (bug#11646).
13350         * loadup.el: Count byte-code functions as well.
13352         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
13353         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
13355         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
13356         (bug#11649).  Add cl-defun and cl-defmacro.
13358 2012-06-13  Drew Adams  <drew.adams@oracle.com>
13360         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13361         Fix last change.
13363 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
13365         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
13366         Otherwise, it blocks in batch mode.
13368 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
13370         * help-mode.el (bookmark-make-record-default): Declare.
13372 2012-06-13  Chong Yidong  <cyd@gnu.org>
13374         * emacs-lisp/package.el (list-packages): Compute a list of
13375         packages that are newly-available since the last list-packages
13376         invocation.
13377         (package-menu--new-package-list): New var.
13378         (package-menu--generate, package-menu--print-info)
13379         (package-menu--status-predicate, package-menu-mark-install):
13380         Handle new status label "new".
13382 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13384         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
13385         conversion to backquotes.
13387 2012-06-12  Chong Yidong  <cyd@gnu.org>
13389         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
13390         Rename from gud-inhibit-global-bindings.
13392         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
13394         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
13395         hook from nxml-glyph-set-hook.
13397         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
13398         declaration.
13400         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
13402         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
13403         Convert to defcustom.
13405 2012-06-12  Drew Adams  <drew.adams@oracle.com>
13407         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13408         New functions.
13409         (help-mode): Use them.
13411 2012-06-11  Glenn Morris  <rgm@gnu.org>
13413         * progmodes/fortran.el (fortran-font-lock-keywords-3):
13414         Use preprocessor face for directives.
13415         (fortran-directive-re): Doc fix.
13417 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13419         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
13420         conversion to backquotes (bug#11652).
13422         Fix compiler-expansion of CL's cXXr functions (bug#11673).
13423         * emacs-lisp/cl-lib.el (cl--defalias): New function.
13424         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
13425         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
13426         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
13427         (cl-ninth, cl-tenth): Mark them as inlinable.
13428         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
13429         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
13430         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
13431         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
13432         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
13433         (cl-list*, cl-adjoin): Don't put an autoload manually.
13434         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
13435         (cl--compiler-macro-list*): Add autoload cookie.
13436         (cl--compiler-macro-cXXr): New function.
13438         * help-fns.el (help-fns--compiler-macro): New function extracted from
13439         describe-function-1; follow aliases and use `compiler-macro' property.
13440         (describe-function-1): Use it.
13442 2012-06-11  Chong Yidong  <cyd@gnu.org>
13444         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
13445         is uninstalled, if imagemagick is installed.
13447 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13449         * emacs-lisp/cl-lib.el: Use lexical-binding.
13450         (cl-map-extents, cl-maclisp-member): Remove.
13451         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
13452         (cl--set-substring, cl--block-wrapper, cl--block-throw)
13453         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
13454         * emacs-lisp/cl-extra.el: Use lexical-binding.
13455         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
13456         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
13457         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
13458         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
13459         * emacs-lisp/cl-seq.el: Use lexical-binding.
13460         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
13461         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
13462         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
13463         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
13464         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
13465         CL's internals.
13467 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
13469         Sync with Tramp 2.2.6-pre.
13471         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
13472         `print-length' and `print-level' to nil, in order to avoid
13473         truncation.  Reported by Christopher Schmidt
13474         <christopher@ristopher.com>.
13476         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
13478         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
13479         New defmacro.
13480         (tramp-compat-copy-directory): Add optional argument
13481         COPY-CONTENTS.  It is not handled yet.
13483         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
13484         (tramp-ftp-file-name-p): Simplify.
13486         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
13487         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
13488         connection vector.
13490         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
13491         (tramp-methods): Do not use `tramp-password-end-of-line'.
13492         (tramp-completion-function-alist-putty): Handle UNIX case.
13493         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
13494         (tramp-do-file-attributes-with-stat)
13495         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
13496         gid as real numbers.  They could run out of integer range on cygwin.
13497         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
13498         (tramp-sh-handle-expand-file-name): Handle hops.
13499         (tramp-open-connection-setup-interactive-shell):
13500         Use `tramp-cleanup'.  Move check for busyboxes ...
13501         (tramp-find-shell): ... here.  Simplify implementation.
13502         Set "remote-shell" property also for alternative shells.
13503         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
13504         If failing, a regular file would be written otherwise.
13505         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
13506         (tramp-find-inline-encoding): Cache the coding commands in the
13507         process cache.  Apply test command on the remote side, if defined.
13508         (tramp-find-inline-compress): Cache the compress commands in the
13509         process cache.
13510         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
13511         when requested.  Handle hops.
13512         (tramp-current-connection): New defvar.
13513         (tramp-maybe-open-connection): Use `tramp-cleanup'.
13514         Throw `suppress', if there was a failed connection shortly before.
13515         Handle user interrupt.  (Bug#10187)
13516         (tramp-get-inline-compress, tramp-get-inline-coding):
13517         Read connection properties from the process cache.
13519         * net/tramp-smb.el (tramp-smb-server-version)
13520         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
13521         New defconsts.
13522         (tramp-smb-prompt): Extend for powershell prompt.
13523         (tramp-smb-file-name-handler-alist): Add handlers for
13524         `process-file', `shell-command' and `start-file-process'.
13525         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
13526         (tramp-smb-winexe-shell-command-switch): New defcustoms.
13527         (tramp-smb-file-name-p): Simplify.
13528         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
13529         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
13530         (tramp-smb-shell-quote-argument): New defuns.
13531         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
13532         Implement using "tar".  By this, time-stamps are preserved.
13533         (tramp-smb-handle-copy-file): Handle also the case of directories.
13534         (tramp-smb-do-file-attributes-with-stat)
13535         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
13536         Use `tramp-get-connection-buffer').
13537         (tramp-smb-handle-rename-file): Use "rename", when source and
13538         target are on the same share.
13539         (tramp-smb-maybe-open-connection): Handle wrong passwords.
13540         Use `tramp-smb-server-version'.
13541         (tramp-smb-wait-for-output): Remove prompt.
13543         * net/tramp.el (top): Require 'cl.
13544         (tramp-methods, tramp-rsh-end-of-line):
13545         Remove `tramp-password-end-of-line' from docstring.
13546         (tramp-save-ad-hoc-proxies): New defcustom.
13547         (tramp-completion-function-alist): Adapt docstring.
13548         (tramp-default-password-end-of-line): Remove defcustom.
13549         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
13550         (tramp-user-regexp, tramp-file-name-regexp-unified)
13551         (tramp-file-name-regexp-url): Extend regexp by hop separator.
13552         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
13553         (tramp-remote-file-name-spec-regexp): New defconst.
13554         (tramp-file-name-structure): Extend structure for hops.
13555         (tramp-get-method-parameter): Move up.
13556         (tramp-file-name-p, tramp-dissect-file-name)
13557         (with-parsed-tramp-file-name): Handle hops.
13558         (tramp-file-name-hop): New defun.
13559         (tramp-make-tramp-file-name): New optional arg HOP.
13560         (tramp-message-show-progress-reporter-message): New defvar.
13561         (tramp-with-progress-reporter): Use it.  We cannot use
13562         `tramp-message-show-message' here, because this suppresses also
13563         error buffers.
13564         (tramp-error-with-buffer): Suppress buffer view, if
13565         `tramp-message-show-message' is nil.
13566         Use `tramp-get-connection-buffer'.
13567         (tramp-cleanup): New defun.
13568         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
13569         (tramp-file-name-handler): If `debug-on-error' is set, propagate
13570         an error unchanged.
13571         (tramp-completion-handle-file-name-all-completions): Handle hops.
13572         Fix an error when called from ido.
13573         (tramp-completion-dissect-file-name): Use better local variable
13574         name.  Add hop to the vector.
13575         (tramp-handle-insert-file-contents): Use progress-reporter for the
13576         whole scenario.
13577         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
13578         to `t'.
13579         (tramp-check-for-regexp): Simplify search.
13580         (tramp-enter-password): Remove it.  Move implementation ...
13581         (tramp-action-password): ... here.
13582         (tramp-mode-string-to-int, tramp-local-host-p)
13583         (tramp-make-tramp-temp-file, tramp-read-passwd)
13584         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
13585         Set tramp-autoload cookie.
13587         * net/trampver.el: Update release number.
13589 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13590             Michael Albinus  <michael.albinus@gmx.de>
13592         * net/tramp.el (tramp-set-completion-function): Fix docstring.
13593         (tramp-parse-group, tramp-parse-file)
13594         (tramp-parse-shostkeys-sknownhosts): New defuns.
13595         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
13596         (tramp-parse-shosts-group, tramp-parse-sconfig)
13597         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
13598         (tramp-parse-sknownhosts, tramp-parse-hosts)
13599         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
13600         Use them.
13601         (tramp-parse-passwd-group, tramp-parse-netrc-group)
13602         (tramp-parse-putty-group): Don't narrow.
13603         (tramp-parse-putty): Make a loop.
13604         (tramp-file-name-handler): Catch the `suppress' signal.
13606 2012-06-11  Chong Yidong  <cyd@gnu.org>
13608         * image.el (imagemagick-register-types): Put the ImageMagick entry
13609         at the end of image-type-file-name-regexps.
13611 2012-06-11  Johan BockgĂ¥rd  <bojohan@gnu.org>
13613         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
13614         (pcase, pcase-let*, pcase-dolist): Use them.
13616 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13618         * emacs-lisp/pcase.el (pcase--let*): New function.
13619         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
13620         (pcase--expand): Use macroexp-let².
13622 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13624         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
13625         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
13626         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
13627         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
13628         * emacs-lisp/derived.el: Use pcase instead of `cl'.
13629         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
13631 2012-06-10  Glenn Morris  <rgm@gnu.org>
13633         * mail/rmail.el (rmail-yank-current-message): Leave point at
13634         correct position.  (Bug#11660)
13636 2012-06-10  Chong Yidong  <cyd@gnu.org>
13638         * allout-widgets.el: Fix code header.
13640 2012-06-10  Chong Yidong  <cyd@gnu.org>
13642         * cus-edit.el (customize-changed-options-previous-release):
13643         Bump to 24.1.
13645 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
13647         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
13649 2012-06-09  Chong Yidong  <cyd@gnu.org>
13651         * ebuff-menu.el (electric-buffer-list): Preserve header line.
13653 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
13655         * window.el (special-display-popup-frame): Don't use
13656         window--display-buffer (Bug#11651).
13658 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
13660         Fix parallel builds: make sure loaddefs.el is not being written
13661         while Lisp files are compiled.
13662         (compile): Don't depend on 'mh-autoloads'.
13663         (compile-CMD, compile-SH): Depend on 'autoloads'.
13664         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
13666         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
13668 2012-06-09  Chong Yidong  <cyd@gnu.org>
13670         * face-remap.el (face-remap-add-relative, face-remap-set-base)
13671         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
13672         Doc fixes (Bug#11225).
13674 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13676         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
13677         a function if there's a clear indication that it has a compiler-macro.
13678         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
13679         (macro-declarations-alist): Add arglist to declaration functions.
13680         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
13681         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
13682         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
13683         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
13684         Also add autoload to find the compiler macro.
13685         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
13686         (cl--compiler-macro-member, cl--compiler-macro-assoc)
13687         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
13688         (cl--compiler-macro-get): New functions, replacing calls to
13689         cl-define-compiler-macro.
13690         (cl-typep) [compiler-macro]: Use macroexp-let².
13692 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
13694         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
13695         string properly, fixes Bug#11473.
13697 2012-06-08  Chong Yidong  <cyd@gnu.org>
13699         * faces.el (set-face-attribute): Doc fix.
13700         (modify-face): Don't use :bold and :italic.
13701         (error, warning, success): Tweak definitions.
13703         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13704         (custom-modified, custom-set, custom-changed, custom-themed)
13705         (custom-saved, custom-button, custom-button-mouse)
13706         (custom-button-pressed, custom-state, custom-comment-tag)
13707         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13708         (custom-group-subtitle): Use new-style face specs.
13709         (custom-invalid-face, custom-rogue-face, custom-modified-face)
13710         (custom-set-face, custom-changed-face, custom-saved-face)
13711         (custom-button-face, custom-button-pressed-face)
13712         (custom-documentation-face, custom-state-face)
13713         (custom-comment-face, custom-comment-tag-face)
13714         (custom-variable-tag-face, custom-variable-button-face)
13715         (custom-face-tag-face, custom-group-tag-face-1)
13716         (custom-group-tag-face): Remove obsolete face alias.
13718         * epa.el (epa-validity-high, epa-validity-medium)
13719         (epa-validity-low, epa-mark, epa-field-name, epa-string)
13720         (epa-field-name, epa-field-body):
13721         * font-lock.el (font-lock-comment-face, font-lock-string-face)
13722         (font-lock-keyword-face, font-lock-builtin-face)
13723         (font-lock-function-name-face, font-lock-variable-name-face)
13724         (font-lock-type-face, font-lock-constant-face):
13725         * ido.el (ido-first-match, ido-only-match, ido-subdir)
13726         (ido-virtual, ido-indicator, ido-incomplete-regexp):
13727         * speedbar.el (speedbar-button-face, speedbar-file-face)
13728         (speedbar-directory-face, speedbar-tag-face)
13729         (speedbar-selected-face, speedbar-highlight-face)
13730         (speedbar-separator-face):
13731         * whitespace.el (whitespace-newline, whitespace-space)
13732         (whitespace-hspace, whitespace-tab, whitespace-trailing)
13733         (whitespace-line, whitespace-space-before-tab)
13734         (whitespace-space-after-tab, whitespace-indentation)
13735         (whitespace-empty):
13736         * emulation/cua-base.el (cua-global-mark):
13737         * eshell/em-prompt.el (eshell-prompt):
13738         * net/newst-plainview.el (newsticker-new-item-face)
13739         (newsticker-old-item-face, newsticker-immortal-item-face)
13740         (newsticker-obsolete-item-face, newsticker-date-face)
13741         (newsticker-statistics-face, newsticker-default-face):
13742         * net/newst-reader.el (newsticker-feed-face)
13743         (newsticker-extra-face, newsticker-enclosure-face):
13744         * net/newst-treeview.el (newsticker-treeview-face)
13745         (newsticker-treeview-new-face, newsticker-treeview-old-face)
13746         (newsticker-treeview-immortal-face)
13747         (newsticker-treeview-obsolete-face)
13748         (newsticker-treeview-selection-face):
13749         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13750         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13751         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13752         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13753         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13754         (nxml-outline-active-indicator, nxml-outline-ellipsis):
13755         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13756         (mpuz-text):
13757         * progmodes/vera-mode.el (vera-font-lock-number)
13758         (vera-font-lock-function, vera-font-lock-interface):
13759         * textmodes/table.el (table-cell): Use new-style face specs, and
13760         don't use the old :bold and :italic attributes.
13762         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13763         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13764         (ebrowse-member-class, ebrowse-progress): Likewise.
13765         (ebrowse-tree-mark-face, ebrowse-root-class-face)
13766         (ebrowse-file-name-face, ebrowse-default-face)
13767         (ebrowse-member-attribute-face, ebrowse-member-class-face)
13768         (ebrowse-progress-face): Remove obsolete faces.
13770         * progmodes/flymake.el (flymake-errline, flymake-warnline):
13771         Inherit from error and warning faces respectively.
13773         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13774         Likewise.
13775         (flyspell-incorrect-face, flyspell-duplicate-face):
13776         Remove obsolete aliases.
13778 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
13780         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13781         Avoid infloop.
13783 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13785         * startup.el (argv, argi): Make lexically scoped.
13786         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13787         * emacs-lisp/cl-macs.el: Use lexical-binding.
13788         Rename cl-bind-* to cl--bind-*.
13789         * files.el: Don't require `cl' since it doesn't use it.
13790         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13792 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
13794         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13795         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13796         instead of calling external sort utility.
13797         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13799 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
13801         * descr-text.el (describe-char): Mention how to insert the
13802         character, if the current input method doesn't support it.
13803         See the discussion in this thread for the details:
13804         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13806 2012-06-08  Sam Steingold  <sds@gnu.org>
13808         * bindings.el (global-map): Bind XF86Forward to next-buffer and
13809         XF86Back to previous-buffer.
13810         (minibuffer-local-map): Bind them to next-history-element and
13811         previous-history-element respectively.
13812         * help-mode.el (help-mode-map): Bind them to help-go-forward and
13813         help-go-back respectively.
13814         * info.el (Info-mode-map): Bind them to Info-history-forward and
13815         Info-history-back respectively.
13816         These are the keys next to Up on the ThinkPad keyboard.
13818 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13820         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13821         * emacs-lisp/cl-macs.el: Provide itself.
13822         (cl--labels-convert-cache): New var.
13823         (cl--labels-convert): New function.
13824         (cl-flet, cl-labels): New implementation with new semantics, relying on
13825         lexical-binding.
13826         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13827         (cl-closure-vars, cl--function-convert-cache)
13828         (cl--function-convert): Move from cl-macs.el.
13829         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13830         rename by removing the "cl-" prefix.
13831         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13833 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13835         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13836         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13837         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13838         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13839         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13840         (cl-hash-table-count): Add old compatibility aliases.
13842         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13843         Use macroexpand-all-environment instead.
13844         (cl--old-macroexpand): New var.
13845         (cl--sm-macroexpand): New function.
13846         (cl-symbol-macrolet): Use it during macro expansion.
13847         (cl--function-convert-cache): New var.
13848         (cl--function-convert): New function, extracted from
13849         cl-macroexpand-all.
13850         (cl-lexical-let): Use it.
13852         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13853         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13854         (cl-member): Remove old alias.
13856         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13857         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13858         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13859         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13860         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13861         (cl-macroexpand-cmacs): Remove var.
13862         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13863         Use macroexpand-all instead.
13865 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13867         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13868         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13869         (macroexp-copyable-p): New functions and macros.
13870         * emacs-lisp/edebug.el (edebug-unwrap):
13871         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13872         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13873         (pcase--let*): Remove.
13874         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13875         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
13876         macroexp-const-p instead.
13877         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13879         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13880         instead of "cl-" for internal definitions.  Use macroexp-const-p.
13881         (cl-old-bc-file-form): Remove var.
13882         (cl-const-exprs-p): Remove fun.
13883         (cl-labels, cl-macrolet): Use backquote.
13884         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
13885         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
13886         (cl-define-setf-expander): Rename from cl-define-setf-method.
13887         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
13889         * international/mule-cmds.el: Don't require CL.
13890         (view-hello-file): Don't use `letf'.
13892 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13894         * tmm.el (tmm-prompt): Use string-prefix-p.
13895         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
13896         (tmm-add-prompt): Use minibuffer-completion-help.
13897         (tmm-delete-map): Remove.
13899         * subr.el (kbd): Make it its own function.
13901 2012-06-07  Stefan Merten  <smerten@oekonux.de>
13903         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
13904         Silence compiler warnings.  Fix versions.
13905         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
13906         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
13907         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
13908         (rst-package-emacs-version-alist): Correct Emacs version to
13909         represent major merge with upstream.
13910         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
13912 2012-06-06  Glenn Morris  <rgm@gnu.org>
13914         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
13915         Only print environment variables if set.
13917 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13919         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
13920         (macroexp--cons): Rename from maybe-cons.
13921         (macroexp--accumulate): Rename from macroexp-accumulate.
13922         (macroexp--all-forms): Rename from macroexpand-all-forms.
13923         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
13924         (macroexp--expand-all): Rename from macroexpand-all-1.
13926 2012-06-06  Sam Steingold  <sds@gnu.org>
13928         * calendar/calendar.el (calendar-in-read-only-buffer):
13929         Call `special-mode' to enable the standard read-only keybindings.
13931 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13933         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
13934         with "loading" messages (bug#11635).
13936 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
13938         * files.el (enable-remote-dir-locals): New option.
13939         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
13941         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13942         Ensure, that the temp directory is local.
13944         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
13945         `temporary-file-directory'.
13947         * progmodes/python.el (python-send-region): Ensure, that the
13948         temporary file is created also in the remote case.
13950 2012-06-06  Glenn Morris  <rgm@gnu.org>
13952         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
13953         (vc-rcs-update-changelog): Use it.
13955         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
13957         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
13958         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
13959         (vc-sccs-diff): Replace use of the external vcdiff script.
13961 2012-06-05  Glenn Morris  <rgm@gnu.org>
13963         * ledit.el: Move to obsolete/.
13965 2012-06-05  Sam Steingold  <sds@gnu.org>
13967         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
13968         patch (Bug#11140).
13970 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13972         * emacs-lisp/cust-print.el: Move to obsolete.
13974         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
13975         compiler-macro expansion.
13977         Add native compiler-macro support.
13978         * emacs-lisp/macroexp.el (macroexpand-all-1):
13979         Support compiler-macros directly.  Properly follow aliases and apply
13980         the compiler macros more thoroughly.
13981         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
13982         macroexpand now properly follows aliases.
13983         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
13984         (cl-compiler-macroexpand): Use new prop.
13985         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
13987         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
13989 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
13991         * window.el (get-lru-window, get-mru-window, get-largest-window):
13992         New argument NOT-SELECTED to avoid picking the selected window.
13993         (window--display-buffer-1, window--display-buffer-2): Replace by
13994         new function window--display-buffer
13995         (display-buffer-same-window, display-buffer-reuse-window)
13996         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13997         Use window--display-buffer.
13998         (display-buffer-use-some-window): Remove temporary dedication
13999         hack by calling get-lru-window and get-largest-window with
14000         NOT-SELECTED argument non-nil.  Call window--display-buffer.
14002 2012-06-05  Glenn Morris  <rgm@gnu.org>
14004         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
14005         Replace external vcdiff script.
14007 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14009         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
14011 2012-06-04  Chong Yidong  <cyd@gnu.org>
14013         * image.el (imagemagick-types-inhibit): Revert last change.
14014         Add INFO and M.
14015         (imagemagick-enabled-types): Remove CIN and EPS*.
14017 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14019         * emacs-lisp/cl-lib.el: Rename from cl.el.
14020         * emacs-lisp/cl.el: New compatibility file.
14021         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
14022         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
14023         to obey the "cl-" prefix.
14024         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
14026 2012-06-03  Glenn Morris  <rgm@gnu.org>
14028         * emacs-lisp/authors.el (authors-aliases): Addition.
14030         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
14031         Fix :version.
14033 2012-06-03  Stefan Merten  <smerten@oekonux.de>
14035         * textmodes/rst.el: Add comments.
14036         (rst-transition, rst-adornment): New faces.
14037         (rst-adornment-faces-alist): Make default safe to reevaluate.
14038         Fixes
14039         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
14040         Improve customization tags.
14041         (rst-define-level-faces): Clarify meaning.
14043 2012-06-03  Chong Yidong  <cyd@gnu.org>
14045         * progmodes/compile.el (compilation-mode-line-fail)
14046         (compilation-mode-line-run, compilation-mode-line-exit):
14047         New faces.
14048         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
14050 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
14052         * progmodes/which-func.el (which-func-update-ediff-windows):
14053         New function.  Use it in ediff-select-hook (Bug#11478).
14055 2012-06-03  Chong Yidong  <cyd@gnu.org>
14057         * bindings.el: Remove explicit help text from format-mode-line.
14058         It is now supplied by mode-line-default-help-echo.
14059         (mode-line-front-space, mode-line-end-spaces)
14060         (mode-line-misc-info): New variables.
14061         (mode-line-modes, mode-line-position): Move the default value to
14062         the variable definition.
14063         (mode-line-default-help-echo): New defcustom.
14064         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
14065         (mode-line-modified-help-echo): New functions.
14066         (mode-line-mule-info, mode-line-modified): Use them.
14067         (mode-line-eol-desc, propertized-buffer-identification):
14068         Consistency fixes for help text.
14069         (mode-line-coding-system-map): Allow using mouse-3 to invoke
14070         set-buffer-file-coding-system (Bug#289).
14071         (mode-line-mule-info-help-echo): Update help text.
14073 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14075         * simple.el (execute-extended-command): Set real-this-command
14076         (bug#11506).
14078 2012-06-02  Chong Yidong  <cyd@gnu.org>
14080         Remove incorrect uses of "modeline" in comments, docstrings, and
14081         function/variable names (Bug#10329).
14083         * cus-edit.el (mode-line):
14084         * dframe.el (dframe-mouse-hscroll):
14085         * emacs-lisp/re-builder.el:
14086         * emacs-lisp/easy-mmode.el (define-minor-mode):
14087         * frame.el (set-frame-name):
14088         * help.el (lookup-minor-mode-from-indicator):
14089         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
14090         * progmodes/cc-cmds.el (c-toggle-auto-newline)
14091         (c-toggle-hungry-state):
14092         * progmodes/antlr-mode.el (antlr-language-alist):
14093         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
14094         * progmodes/vhdl-mode.el (vhdl-mode):
14095         * progmodes/which-func.el (which-func, which-func-cleanup-function):
14096         * term/ns-win.el (ns-face-at-pos):
14097         * term/sup-mouse.el (sup-mouse-report):
14098         * textmodes/flyspell.el (flyspell-mode-line-string):
14099         * textmodes/ispell.el (ispell-highlight-face):
14100         * textmodes/reftex-global.el:
14101         * vc/vc-arch.el (vc-arch-mode-line-string):
14102         * vc/vc-cvs.el (vc-cvs-mode-line-string):
14103         * vc/vc-git.el (vc-git-mode-line-string):
14104         * vc/vc-hooks.el (vc-display-status)
14105         (vc-default-mode-line-string):
14106         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
14108         * ansi-color.el (ansi-color-faces-vector): Change default faces.
14110         * dired.el (dired-sort-set-mode-line): Rename from
14111         dired-sort-set-modeline.  All callers changed.
14113         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
14114         eshell-status-in-modeline.
14116         * foldout.el (foldout-mode-line-string): Rename from
14117         foldout-modeline-string.  All callers changed.
14118         (foldout-update-mode-line): Rename from foldout-update-modeline.
14120         * subr.el (redraw-modeline): Make into obsolete alias.
14122         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
14123         timeclock-modeline-display.  Make old name an alias.
14124         (timeclock-update-mode-line): Likewise.  All callers changed.
14125         (timeclock-mode-line-display): No need to check before using
14126         add-hook.
14127         (timeclock-relative, timeclock-day-over-hook)
14128         (timeclock-use-elapsed, timeclock-mode-string)
14129         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
14131         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
14132         crisp-mode-modeline-string.
14134         * play/solitaire.el (solitaire-build-mode-line): Rename from
14135         solitaire-build-modeline.  All callers changed.
14137         * play/zone.el (zone-hiding-mode-line): Rename from
14138         zone-hiding-modeline.  All callers changed.
14139         (zone): Remove unusued `modeline-hidden-level' property.
14141         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
14142         xscheme-modeline-initialize.  All callers changed.
14144         * strokes.el (strokes-lighter): Rename from
14145         strokes-modeline-string.
14147         * textmodes/sgml-mode.el (html-face-tag-alist)
14148         (html-tag-face-alist): Use mode-line face instead of obsolete
14149         alias modeline.
14151 2012-06-02  Stefan Merten  <smerten@oekonux.de>
14153         * textmodes/rst.el: Always require `cl'.
14154         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
14156 2012-06-02  Chong Yidong  <cyd@gnu.org>
14158         * image.el (imagemagick-enabled-types): Rename from
14159         imagemagick-types-enable.  Add many more types.
14160         (imagemagick-types-inhibit): Change default to nil.
14161         (imagemagick-filter-types): Caller changed.
14163 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14165         * emacs-lisp/cl-macs.el: Use backquotes.
14166         (cl-transform-function-property): Use eval-and-compile rather than
14167         abusing `require'.
14168         (defstruct): Use declare-function instead of with-no-warnings.
14170         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
14171         (byte-compile-output-docform): Re-add the print-circle bindings.
14172         (byte-compile-fix-header): Use #$ just because it's shorter.
14173         (byte-compile-output-file-form): Remove defun/defmacro.
14175 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
14177         * simple.el (choose-completion): Remove now obsolete binding for
14178         owindow.
14180 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
14182         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
14183         in order to avoid "Stack overflow in regexp matcher".
14185 2012-05-31  Glenn Morris  <rgm@gnu.org>
14187         * image.el: For clarity, call imagemagick-register-types at
14188         top-level, rather than relying on a custom :initialize.
14189         (imagemagick-types-enable): New option.  (Bug#11557)
14190         (imagemagick-filter-types): New function.  (Bug#7406)
14191         (imagemagick-register-types): Use imagemagick-filter-types.
14192         If disabling support, remove elements altogether rather
14193         than using an impossible regexp.
14194         (imagemagick-types-inhibit): Give it the default init function.
14196 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14198         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
14199         Handle arbitrary file name lengths (Bug#11585).
14201 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
14203         * desktop.el (desktop-read): Clear previous and next buffers for
14204         all windows and bury *Messages* buffer (bug#11556).
14206 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14208         Add `declare' for `defun'.  Align `defmacro's with it.
14209         * emacs-lisp/easy-mmode.el (define-minor-mode)
14210         (define-globalized-minor-mode): Don't autoload the var definitions.
14211         * emacs-lisp/byte-run.el: Use lexical-binding.
14212         (defun-declarations-alist, macro-declarations-alist): New vars.
14213         (defmacro, defun): Use them.
14214         (make-obsolete, define-obsolete-function-alias)
14215         (make-obsolete-variable, define-obsolete-variable-alias):
14216         Use `declare'.
14217         (macro-declaration-function): Mark obsolete.
14218         * emacs-lisp/autoload.el: Use lexical-binding.
14219         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
14221 2012-05-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14223         * textmodes/ispell.el (ispell-with-no-warnings):
14224         Define as a macro.
14225         (ispell-kill-ispell, ispell-change-dictionary):
14226         Use `called-interactively-p' for Emacs instead of obsolete
14227         `interactive-p'.
14229 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14231         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
14232         (macro-declaration-function): Move var from C code.
14233         (macro-declaration-function): Define function with defalias.
14234         * emacs-lisp/macroexp.el (macroexpand-all-1):
14235         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
14236         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
14237         defun/defmacro any more.
14238         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
14239         Provide fallback for unknown arglist.
14240         (byte-compile-arglist-warn): Change calling convention.
14241         (byte-compile-output-file-form): Move print-vars binding.
14242         (byte-compile-output-docform): Simplify accordingly.
14243         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
14244         (byte-compile-defmacro-declaration): Remove.
14245         (byte-compile-file-form-defmumble): Generalize to defalias.
14246         (byte-compile-output-as-comment): Return byte-positions.
14247         Simplify callers accordingly.
14248         (byte-compile-lambda): Use `assert'.
14249         (byte-compile-defun, byte-compile-defmacro): Remove.
14250         (byte-compile-file-form-defalias):
14251         Use byte-compile-file-form-defmumble.
14252         (byte-compile-defalias-warn): Remove.
14254 2012-05-29  Stefan Merten  <smerten@oekonux.de>
14256         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
14257         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
14259         (rst-mode-abbrev-table): Merge definition.
14260         (rst-mode): Make sure `font-lock-defaults' is buffer local.
14261         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
14263 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
14265         * calendar/icalendar.el
14266         (icalendar-export-region): Export UID properly.
14268 2012-05-29  Leo Liu  <sdl.web@gmail.com>
14269         * calendar/icalendar.el (icalendar-import-format):
14270         Add `icalendar-import-format-uid' (Bug#11525).
14271         (icalendar-import-format-uid): New.
14272         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
14273         Export UID.
14275 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14277         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
14278         different alternative patterns.
14279         (pcase-codegen): Be more careful to preserve identity.
14280         (pcase--u1): Don't forget to mark vars as used.
14282         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
14283         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
14284         (byte-compile-from-buffer): ...rather than here.
14286         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
14287         functions from byte-compile-function-environment.
14289 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
14291         * window.el (window-deletable-p): Avoid deleting the root window
14292         of a frame with an active minibuffer.
14294 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
14296         * simple.el (choose-completion): Use quit-window (Bug#11567).
14298 2012-05-29  Chong Yidong  <cyd@gnu.org>
14300         * whitespace.el (whitespace-cleanup): Fix usage of
14301         whitespace-empty-at-bob-regexp (Bug#11492).
14303 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14305         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
14306         revert (Bug#11488).
14308 2012-05-29  Juri Linkov  <juri@jurta.org>
14310         * isearch.el (isearch-mode-map): Bind `M-s _' to
14311         `isearch-toggle-symbol'.  Bind `M-s c' to
14312         `isearch-toggle-case-fold'.
14313         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
14314         (isearch-forward): Add `M-s _' to the docstring.
14315         (isearch-forward-symbol, isearch-toggle-case-fold)
14316         (isearch-symbol-regexp): New functions.  (Bug#11381)
14318 2012-05-29  Juri Linkov  <juri@jurta.org>
14320         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
14321         (isearch-occur, isearch-search-and-update): If `isearch-word' is
14322         a function, call it to get the regexp.
14323         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
14324         property `isearch-message-prefix' instead of the string "word ".
14325         (isearch-search-fun-default): For the case of `isearch-word',
14326         return a lambda that calls re-search-forward/re-search-backward
14327         with a regexp returned by `word-search-regexp' or by the function
14328         in `isearch-word'.
14330 2012-05-29  Juri Linkov  <juri@jurta.org>
14332         * isearch.el (isearch-search-fun-default): New function.
14333         (isearch-search-fun): Move default part to the new function
14334         `isearch-search-fun-default'.
14335         (isearch-search-fun-function): Set the default value to
14336         `isearch-search-fun-default'.  (Bug#11381)
14338         * comint.el (comint-history-isearch-end):
14339         Use `isearch-search-fun-default'.
14340         (comint-history-isearch-search): Use `isearch-search-fun-default'
14341         and remove spacial case for `isearch-word'.
14342         (comint-history-isearch-wrap): Remove spacial case for
14343         `isearch-word'.
14345         * hexl.el (hexl-isearch-search-function):
14346         Use `isearch-search-fun-default'.
14348         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
14349         Use `word-search-regexp' for `isearch-word'.
14351         * misearch.el (multi-isearch-search-fun):
14352         Use `isearch-search-fun-default'.
14354         * simple.el (minibuffer-history-isearch-search):
14355         Use `isearch-search-fun-default' and remove spacial case for
14356         `isearch-word'.
14357         (minibuffer-history-isearch-wrap): Remove spacial case for
14358         `isearch-word'.
14360         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
14361         Remove spacial case for `isearch-word'.
14362         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
14364 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14366         Decrease XEmacs incompatibilities.
14367         * textmodes/flyspell.el (flyspell-check-pre-word-p):
14368         Use `string-match'.
14369         (flyspell-delete-region-overlays): Use alternative definition for
14370         XEmacs.
14371         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
14372         (flyspell-word): Use `process-kill-without-query' if XEmacs.
14373         (flyspell-mode-on): Use `interactive-p' if XEmacs.
14374         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
14375         `define-obsolete-face-alias' under XEmacs, but old method.
14377         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
14378         `with-no-warnings' definition or Emacs alias.
14379         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
14380         (ispell-word): Do not use `region-p' if XEmacs.
14382 2012-05-28  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14384         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14385         Check for `ispell-dictionary-base-alist' instead of full
14386         `ispell-dictionary-alist'.
14387         (ispell-init-process): Show spellchecker when starting new Ispell
14388         process.
14390 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14392         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
14393         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
14395 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
14397         * version.el (motif-version-string, gtk-version-string)
14398         (ns-version-string): Declare.
14400 2012-05-27  Juri Linkov  <juri@jurta.org>
14402         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
14403         after the `eval-defun-1' specialcaseing
14404         like in `edebug-eval-defun' (bug#10181).
14406         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
14407         like in `eval-defun-1'.
14409 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
14411         * mail/sendmail.el (mail-yank-region):
14412         Recognize rmail-yank-current-message in addition to insert-buffer.
14413         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
14414         a *mail* buffer created through rmail-start-mail with sendmail as
14415         mail-user-agent.
14417 2012-05-27  Chong Yidong  <cyd@gnu.org>
14419         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
14420         Default to 256 (Bug#11267).
14422         * help.el (describe-mode): Doc fix.
14424 2012-05-26  Glenn Morris  <rgm@gnu.org>
14426         * w32-fns.el (w32-init-info): Remove.
14427         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
14429         * info.el (info-initialize): For self-contained NS builds, put the
14430         included info/ directory at the front.  (Bug#2791)
14432         * paths.el (Info-default-directory-list): Make it a defcustom,
14433         mainly so that we can use custom-initialize-delay.
14435 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14437         * subr.el (buffer-has-markers-at): Mark obsolete.
14439         * subr.el (lambda): Use declare.
14441         * emacs-lisp/lisp-mode.el (lambda):
14442         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
14444 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14446         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
14448 2012-05-26  Glenn Morris  <rgm@gnu.org>
14450         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
14452 2012-05-25  Glenn Morris  <rgm@gnu.org>
14454         * paths.el: Remove no-byte-compile.
14455         * loadup.el: No need to load paths.el uncompiled.
14457         * image.el (imagemagick-types-inhibit): Doc fix.
14459         * version.el: Remove no-byte-compile and associated formatting.
14460         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
14461         is ancient code from when there was an "inc-vers.el".
14463 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14465         * progmodes/gdb-mi.el: Minor style changes.
14466         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
14467         Turn into minor modes.
14468         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
14469         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
14470         (gdb-shell): Remove unneeded let-binding.
14471         (gdb-get-many-fields): Eliminate O(n²) behavior.
14473 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
14475         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
14476         platforms that don't link in fontset.c.
14478 2012-05-25  Juri Linkov  <juri@jurta.org>
14480         Use the same diff color scheme as in modern VCSes (bug#10181).
14482         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
14483         to avoid confusion with `diff-added' that now uses green colors.
14484         (diff-removed): Use shades of red.
14485         (diff-added): Use shades of green.
14486         (diff-changed): Leave just the yellow color.
14487         (diff-use-changed-face): New variable.
14488         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
14489         how to highlight context diff changes.
14490         (diff-refine-change): Use shades of yellow.
14491         (diff-refine-removed): New face that uses shades of red.
14492         (diff-refine-added): New face that uses shades of green.
14493         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
14494         `diff-refine-removed' in the call to `smerge-refine-subst'
14495         depending on the value of `diff-use-changed-face'.
14497         * vc/smerge-mode.el (smerge-mine): Use shades of red.
14498         (smerge-other): Use shades of green.
14499         (smerge-base): Use shades of yellow.
14500         (smerge-refined-change): Empty face.
14501         (smerge-refined-removed): New face that uses shades of red.
14502         (smerge-refined-added): New face that uses shades of green.
14503         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
14504         args `props-r' and `props-a', and use them.  Doc fix.
14505         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
14506         on its value use different faces `smerge-refined-change',
14507         `smerge-refined-removed', `smerge-refined-added' in the call to
14508         `smerge-refine-subst'.
14510         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
14511         Add face condition `min-colors 88' with shades of red.
14512         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
14513         `min-colors 88' with shades of green.
14514         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
14515         `min-colors 88' with shades of yellow.
14517 2012-05-24  Glenn Morris  <rgm@gnu.org>
14519         * paths.el (prune-directory-list, remote-shell-program): Move to...
14520         * files.el (prune-directory-list, remote-shell-program): ...here.
14521         For the latter, delay initialization, prefer ssh, just search PATH.
14523         * paths.el (term-file-prefix): Move to faces.el (the only user).
14524         * faces.el (term-file-prefix): Move here, make it a defcustom.
14526         * paths.el (news-directory, news-path, news-inews-program):
14527         Move to gnus/nnspool.el.
14529         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
14531         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
14532         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
14533         Make the latter a defcustom, with a delayed initialization.
14535         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
14536         These were deleted from Gnus itself late 2010.
14538 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
14540         * progmodes/which-func.el (which-func-ff-hook):
14541         Check against user-error, not error.
14543         * emacs-lisp/edebug.el (top): Do not load or set up loading of
14544         cl-specs.el, which no longer exists.
14546 2012-05-22  Glenn Morris  <rgm@gnu.org>
14548         * info.el (info-emacs-bug): New command.
14549         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
14550         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
14552 2012-05-21  Glenn Morris  <rgm@gnu.org>
14554         * makefile.w32-in (update-subdirs-SH):
14555         * Makefile.in (update-subdirs): Update for moved update-subdirs.
14557 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14559         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
14561         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14562         Simplify Maven regexp, and make sure the file can't start with a space
14563         (bug#11517).
14565 2012-05-21  Glenn Morris  <rgm@gnu.org>
14567         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14568         Scrap superfluous subshells.
14570 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14572         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
14573         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
14575 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
14577         * calc/calc.el (calc-ensure-consistent-units): New variable.
14579         * calc/calc-units.el (math-consistent-units-p)
14580         (math-check-unit-consistency): New functions.
14581         (calc-quick-units, calc-convert-units):
14582         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
14583         is non-nil.
14584         (calc-extract-units): Fix typo.
14586 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14588         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
14590         * textmodes/flyspell.el: Commenting style, plus code simplifications.
14591         (flyspell-default-deplacement-commands): Don't spell check after
14592         repeated window/frame switches (e.g. triggered by mouse-movement).
14593         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
14594         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
14595         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
14596         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
14597         Remove unused vars.
14598         (flyspell-get-casechars, flyspell-get-not-casechars):
14599         Simplify; Don't bother removing a ] just to add it back.
14600         * textmodes/ispell.el (ispell-program-name): Use executable-find.
14602 2012-05-18  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
14604         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
14605         New functions.
14606         (math-function-table): Add support for more C functions.
14608 2012-05-18  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14610         * textmodes/flyspell.el (flyspell-check-pre-word-p)
14611         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14612         Protect delay handling for otherchars against empty otherchars.
14614 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14616         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
14617         their respective macro declarations.
14618         * skeleton.el (define-skeleton):
14619         * progmodes/compile.el (define-compilation-mode):
14620         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
14621         (define-ibuffer-filter):
14622         * emacs-lisp/generic.el (define-generic-mode):
14623         * emacs-lisp/easy-mmode.el (define-minor-mode)
14624         (define-globalized-minor-mode):
14625         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
14626         * emacs-lisp/byte-run.el (defsubst):
14627         * custom.el (deftheme): Add doc-string metadata.
14629 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14631         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
14633 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14635         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
14637         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
14638         * emacs-lisp/cl-macs.el: Idem.
14639         * emacs-lisp/cl-specs.el: Remove.
14641 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14643         Minor renaming of internal CL functions and variables.
14644         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
14645         (cl--position): Rename from cl-position.
14646         (cl--delete-duplicates): Rename from cl-delete-duplicates.
14647         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
14648         (cl--random-state): Rename from *random-state*.
14650 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14652         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
14653         parens around the arg list (bug#11499).
14655 2012-05-17  Juri Linkov  <juri@jurta.org>
14657         * isearch.el (word-search-regexp, word-search-backward)
14658         (word-search-forward, word-search-backward-lax)
14659         (word-search-forward-lax): Move functions from search.c
14660         (bug#10145, bug#11381).
14662 2012-05-16  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
14664         * textmodes/flyspell.el (flyspell-check-pre-word-p)
14665         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14666         Delay for otherchars as for normal word components.
14668 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14670         * minibuffer.el (completion--sifn-requote): Fix last change.
14671         (minibuffer-local-must-match-filename-map):
14672         Move define-obsolete-variable-alias before its var.
14674 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14676         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
14678         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
14679         behavior.
14680         (completion--string-equal-p): New function.
14681         (completion--twq-all): Use it to get better assertion failure data.
14683         Only handle ".." and '..' quoting in shell-mode (bug#11466).
14684         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
14685         (shell--requote-argument): New functions.
14686         (shell-completion-vars): Use them.
14687         (shell--parse-pcomplete-arguments): Rename from
14688         shell-parse-pcomplete-arguments.
14689         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
14690         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
14691         Obey comint-file-name-quote-list.
14693         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14694         (smie-indent-keyword): Use it.
14696 2012-05-14  Stefan Merten  <smerten@oekonux.de>
14698         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14700 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14702         * net/rlogin.el (rlogin-mode-map): Fix last change.
14704 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
14706         * mail/smtpmail.el (smtpmail-send-command): Send the command and
14707         the following \r\n using a single `process-send-string', since the
14708         Lotus SMTP server refuses to accept any commands if they are sent
14709         with two `process-send-string's (Bug#11444).
14711 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14713         * shell.el (shell-parse-pcomplete-arguments):
14714         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14716 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
14718         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14719         (image-transform-scale, image-transform-right-angle-fudge): New vars.
14720         (image-transform-width, image-transform-fit-width): New functions.
14721         (image-transform-properties): Use them.
14722         (image-transform-check-size): New function.
14723         (image-toggle-display-image): Use it (for testing).
14724         (image-transform-set-rotation): Reduce angle mod 360.
14725         Delete obsolete comment.
14727 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
14729         * image-mode.el: Fix scaling (bug#11399).
14730         (image-transform-resize): Doc fix.
14731         (image-transform-properties): Default scale is 1 and height should
14732         be an integer.
14734 2012-05-13  Johan BockgĂ¥rd  <bojohan@gnu.org>
14736         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14737         than hard-coding `car', to fix misbehavior when moving forward.
14739 2012-05-13  Chong Yidong  <cyd@gnu.org>
14741         * emacs-lisp/tabulated-list.el (tabulated-list-format)
14742         (tabulated-list-entries, tabulated-list-padding)
14743         (tabulated-list-sort-key): Make permanent-local.
14745         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14746         (electric-buffer-list): Put electric buffer menu
14747         command descriptions in this docstring, instead of the docstring
14748         of electric-buffer-menu-mode.  Code cleanups.
14749         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
14750         Electric-buffer-menu-mode.
14751         (electric-buffer-update-highlight): Minor code cleanup.
14753 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
14755         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14756         (Bug#11447)
14758 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14760         Move define-obsolete-variable-alias before the var's definition.
14761         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14762         * tooltip.el (tooltip-hook):
14763         * textmodes/reftex-toc.el (reftex-toc-map):
14764         * textmodes/reftex-sel.el (reftex-select-label-map)
14765         (reftex-select-bib-map):
14766         * textmodes/reftex-index.el (reftex-index-map)
14767         (reftex-index-phrases-map):
14768         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14769         * progmodes/meta-mode.el (meta-mode-map):
14770         * novice.el (disabled-command-hook):
14771         * loadhist.el (unload-hook-features-list):
14772         * frame.el (blink-cursor):
14773         * files.el (find-file-not-found-hooks, write-file-hooks)
14774         (write-contents-hooks):
14775         * emulation/tpu-edt.el (GOLD-map):
14776         * emacs-lock.el (emacs-lock-from-exiting):
14777         * emacs-lisp/generic.el (generic-font-lock-defaults):
14778         * emacs-lisp/chart.el (chart-map):
14779         * dos-fns.el (register-name-alist):
14780         * dired-x.el (dired-omit-files-p):
14781         * desktop.el (desktop-enable):
14782         * cus-edit.el (custom-mode-hook):
14783         * buff-menu.el (buffer-menu-mode-hook):
14784         * bookmark.el (bookmark-read-annotation-text-func)
14785         (bookmark-exit-hooks):
14786         * allout.el (allout-mode-deactivate-hook)
14787         (allout-exposure-change-hook, allout-structure-added-hook)
14788         (allout-structure-deleted-hook, allout-structure-shifted-hook):
14789         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14790         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14791         comes before the corresponding variable's definition.
14793 2012-05-12  Chong Yidong  <cyd@gnu.org>
14795         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14796         (Buffer-menu-mouse-select): Restore function (Bug#11459).
14797         (Buffer-menu-mode-map): Bind it.
14798         (Buffer-menu--pretty-name): Add a mouse-face property.
14800 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14802         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
14803         (prolog-upper-case-string, prolog-lower-case-string)
14804         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14805         (prolog-use-smie, prolog-smie-grammar): New vars.
14806         (prolog-smie-forward-token, prolog-smie-backward-token)
14807         (prolog-smie-rules): New funs.
14808         (prolog-comment-indent): Remove.
14809         (prolog-mode-variables): Use default comment indentation instead.
14810         Setup SMIE.
14811         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14812         (prolog-mode): Don't call them any more.
14813         (prolog-electric-colon, prolog-electric-dash)
14814         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14816         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14818         * minibuffer.el (completion--twq-all): Again, allow case differences.
14820         * term.el: Move keymap initialization code to be more idiomatic.
14821         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14822         (term-terminal-menu): Move initialization into declaration.
14823         (term-escape-char): Let the user set it in her .emacs.
14825         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14826         Provide SMIE-based indentation (not enabled by default yet).
14827         (sh-mode-map): Don't bind electric keys.
14828         Use electric-pair-mode instead of skeleton-pair.
14829         (sh-assignment-regexp): Fit within 80 columns.
14830         (sh-indent-supported): Specify actual shell name instead of boolean.
14831         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14832         (sh-maybe-here-document): Use it.  Make obsolete.
14833         (sh-electric-here-document-mode) New minor mode.
14834         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
14835         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14836         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14837         (sh-smie-rc-grammar, sh-use-smie): New vars.
14838         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14839         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14840         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14841         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14842         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14843         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14844         (sh-set-shell): Use smie-setup if requested.
14846         * term.el (term-set-escape-char): Properly set term-escape-char.
14847         See http://stackoverflow.com/questions/10524656.
14849 2012-05-10  Chong Yidong  <cyd@gnu.org>
14851         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14852         Use url-generic-parse-url, and handle host names and Windows
14853         filenames properly.
14854         (ffap-url-unwrap-remote): Use url-generic-parse-url.
14855         (ffap-url-unwrap-remote): Accept list values, specifying a list of
14856         URL schemes to work on.
14857         (ffap--toggle-read-only): New function.
14858         (ffap-read-only, ffap-read-only-other-window)
14859         (ffap-read-only-other-frame): Use it.
14860         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14861         necessary for ffap-url-unwrap-remote.
14863 2012-05-10  Dave Abrahams  <dave@boostpro.com>
14865         * cus-start.el (create-lockfiles): Add it.
14867 2012-05-09  Chong Yidong  <cyd@gnu.org>
14869         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14870         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14872 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14874         * shell.el (shell-completion-vars): Fix last change (bug#11348).
14876 2012-05-09  Chong Yidong  <cyd@gnu.org>
14878         * ansi-color.el (ansi-color-process-output): Check for validity of
14879         comint-last-output-start before using it.  This avoids a bad
14880         interaction with gdb-mi's input/output buffer.
14882 2012-05-09  Glenn Morris  <rgm@gnu.org>
14884         * files.el (dir-locals-read-from-file):
14885         Mention dir-locals in any error message.
14887 2012-05-09  Chong Yidong  <cyd@gnu.org>
14889         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
14890         package (Bug#11410).
14892         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
14893         variables into description.
14895 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14897         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
14898         shell-delimiter-argument-list (bug#11348).
14899         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
14901 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
14903         * textmodes/rst.el: Silence byte-compiler warnings.
14904         (rst-re-alist, rst-reset-section-caches): Move around.
14905         (rst-re): Use `characterp', not `char-valid-p'.
14906         (font-lock-beg, font-lock-end): Declare.
14908         * progmodes/idlw-shell.el (specs): Remove reference to deleted
14909         variable `idlwave-shell-activate-alt-keybindings' and simplify.
14911         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
14913 2012-05-08  Glenn Morris  <rgm@gnu.org>
14915         * files.el (auto-mode-alist): Treat ".make" like ".mk".
14917 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14919         * vc/log-edit.el: Add GNU coding standards highlighting.
14920         (log-edit-font-lock-gnu-style)
14921         (log-edit-font-lock-gnu-keywords): New vars.
14922         (log-edit-font-lock-keywords): New fun.
14923         (log-edit-mode): Don't fold case in font-lock.
14924         (log-edit-font-lock-keywords): Do not assume case-folding.
14926         * imenu.el: Misc cleanup.  Make docstrings out of comments.
14927         Use lexical-binding.
14928         (imenu--index-alist, imenu--last-menubar-index-alist)
14929         (imenu-menubar-modified-tick): Use defvar-local.
14930         (imenu--split-menu): Remove unused var.
14931         (imenu--cleanup-seen): Declare as global.
14932         (imenu--cleanup): Use dolist.
14934         * subr.el (defvar-local): Add debug spec and doc-string position.
14936 2012-05-08  Glenn Morris  <rgm@gnu.org>
14938         * language/burmese.el, language/cham.el, language/czech.el:
14939         * language/english.el, language/georgian.el, language/greek.el:
14940         * language/japanese.el, language/khmer.el, language/korean.el:
14941         * language/lao.el, language/misc-lang.el, language/romanian.el:
14942         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
14943         * language/thai.el, language/utf-8-lang.el:
14944         Remove no-byte-compile setting.
14946         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
14948 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
14950         * progmodes/make-mode.el (makefile-browse):
14951         Remove unnecessary interactive.  (Bug#11324)
14953 2012-05-07  Glenn Morris  <rgm@gnu.org>
14955         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
14957         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
14959 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14961         * loadup.el: Preload newcomment.el.
14962         * newcomment.el: Move autoload-only code to toplevel.
14964         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
14965         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14966         Handle new :right-align column property.
14967         (tabulated-list-print-col): Idem, plus use `display' text-property to
14968         try and preserve alignment for variable pitch fonts.
14970 2012-05-07  Chong Yidong  <cyd@gnu.org>
14972         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
14973         (tabulated-list-use-header-line): New var.
14974         (tabulated-list-init-header): Use it.
14975         (tabulated-list-print-fake-header): New function.
14976         (tabulated-list-print): Use it.
14977         (tabulated-list-sort-button-map): Add non-header-line commands.
14978         (tabulated-list-init-header): Add column name property to basic
14979         labels as well.
14980         (tabulated-list-col-sort): Handle non-header-line button case.
14981         (tabulated-list--sort-by-column-name): Fix a corner case.
14983         * buff-menu.el (list-buffers--refresh):
14984         Handle Buffer-menu-use-header-line.
14986 2012-05-06  Chong Yidong  <cyd@gnu.org>
14988         * buff-menu.el: Convert to Tabulated List mode.
14989         (Buffer-menu-buffer+size-width): Make obsolete.
14990         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
14991         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
14992         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
14993         documentation into docstring of buffer-menu.
14994         (Buffer-menu-toggle-files-only): Add an informative message.
14995         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
14996         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
14997         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
14998         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
14999         (Buffer-menu-execute, Buffer-menu-select)
15000         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
15001         (Buffer-menu-bury): Use Tabulated List machinery.
15002         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
15003         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
15004         Delete.
15005         (list-buffers--refresh): New function.
15006         (list-buffers-noselect): Use it.
15007         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
15008         (Buffer-menu--pretty-file-name): New helper functions.
15010         * loadup.el: Preload tabulated-list.
15012         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
15013         tabulated-list-sort-column.
15014         (tabulated-list-init-header): Add the initial aligning space even
15015         if tabulated-list-padding is zero.
15017 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
15019         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
15020         whose cdr is not a cons cell correctly (bug#11038).
15022 2012-05-06  Chong Yidong  <cyd@gnu.org>
15024         * emacs-lisp/tabulated-list.el (tabulated-list-format):
15025         Accept additional plist in column descriptors.
15026         (tabulated-list-init-header): Obey it.
15027         (tabulated-list-get-entry): New function.
15028         (tabulated-list-put-tag): Use it.  Use string-width instead of
15029         length.
15030         (tabulated-list--column-number): New function.
15031         (tabulated-list-print): Use it.
15032         (tabulated-list-print-col): New function.
15033         Set `tabulated-list-column-name' property on each column's text.
15034         (tabulated-list-print-entry): Use it.
15035         (tabulated-list-delete-entry, tabulated-list-set-col):
15036         New functions.
15037         (tabulated-list-sort-column): New command (Bug#11337).
15039         * buff-menu.el (list-buffers): Move C-x C-b binding from
15040         buff-menu.el to bindings.el.
15042         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
15043         :advertised-binding feature.
15045 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
15047         * progmodes/compile.el (compilation-internal-error-properties):
15048         Calculate start position correctly when end-col is set but
15049         end-line is not (Bug#11382).
15051 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
15053         * man.el (Man-unindent): Use text-property-default-nonsticky to
15054         prevent untabify from inheriting face properties (Bug#11408).
15056 2012-05-05  Stefan Merten  <smerten@oekonux.de>
15058         * textmodes/rst.el: Major merge with upstream development up to
15059         Docutils SVN r7399 / rst.el V1.2.1.
15061         Clarify maintainership and authors.
15063         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
15064         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
15065         (rst-official-version, rst-official-cvs-rev, rst-version)
15066         (rst-package-emacs-version-alist): New functions and variables
15067         for version information.
15069         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
15070         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
15071         (rst-mode-syntax-table, rst-mode): New and corrected functions
15072         and variables representing reStructuredText features.
15074         (rst-re): New function for reStructuredText regexes.  Use in
15075         many places.
15077         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
15078         (rst-mode-map): Rebind keys.
15080         (rst-mode-lazy, rst-font-lock-keywords)
15081         (rst-font-lock-extend-region)
15082         (rst-font-lock-extend-region-internal)
15083         (rst-font-lock-extend-region-extend)
15084         (rst-font-lock-find-unindented-line-limit)
15085         (rst-font-lock-find-unindented-line-match)
15086         (rst-adornment-level, rst-font-lock-adornment-level)
15087         (rst-font-lock-adornment-match)
15088         (rst-font-lock-handle-adornment-pre-match-form)
15089         (rst-font-lock-handle-adornment-matcher): Major revision of
15090         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
15092         (rst-preferred-adornments, rst-adjust-hook)
15093         (rst-new-adornment-down, rst-preferred-bullets)
15094         (rst-preferred-bullets, rst-indent, rst-indent-width)
15095         (rst-indent-field, rst-indent-literal-normal)
15096         (rst-indent-literal-minimized, rst-indent-comment): Change,
15097         extend and improve customization.
15099         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
15100         (rst-normalize-cursor-position, rst-get-decoration)
15101         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
15102         (rst-rstrip, rst-toc-insert-find-delete-contents)
15103         (rst-shift-fill-region, rst-compute-bullet-tabs)
15104         (rst-debug-print-tabs, rst-debug-mark-found)
15105         (rst-shift-region-guts, rst-shift-region-right)
15106         (rst-shift-region-left, rst-use-char-classes)
15107         (rst-font-lock-keywords-function)
15108         (rst-font-lock-indentation-point)
15109         (rst-font-lock-find-unindented-line-begin)
15110         (rst-font-lock-find-unindented-line-end)
15111         (rst-font-lock-find-unindented-line)
15112         (rst-font-lock-adornment-point, rst-font-lock-level)
15113         (rst-adornment-level-alist): Remove functions and variables.
15115         (rst-compare-adornments, rst-get-adornment-match)
15116         (rst-suggest-new-adornment, rst-get-adornments-around)
15117         (rst-adornment-complete-p, rst-get-next-adornment)
15118         (rst-adjust-adornment, rst-display-adornments-hierarchy)
15119         (rst-straighten-adornments): Standardize function names to
15120         use "adornment" instead of "decoration".  Correct callers.
15121         Similar standardizing in many places.
15123         (rst-update-section, rst-adjust, rst-promote-region)
15124         (rst-enumerate-region, rst-bullet-list-region)
15125         (rst-repeat-last-character): Correct use of `interactive'.
15127         (rst-classify-adornment, rst-find-all-adornments)
15128         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
15129         (rst-find-leftmost-column, rst-repeat-last-character):
15130         Refactor functions.
15132         (rst-find-title-line, rst-reset-section-caches)
15133         (rst-get-adornments-around, rst-adjust-adornment-work)
15134         (rst-arabic-to-roman, rst-roman-to-arabic)
15135         (rst-insert-list-pos, rst-insert-list-new-item)
15136         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
15137         New functions.
15139         (rst-all-sections, rst-section-hierarchy)
15140         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
15141         New variables.
15143         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
15144         configuration instead of only buffer.  Change where necessary.
15146         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
15147         (rst-shift-region, rst-adaptive-fill): New functions for
15148         indentation and filling.
15150         (rst-comment-line-break, rst-comment-indent)
15151         (rst-comment-insert-comment, rst-comment-region)
15152         (rst-uncomment-region): New functions for handling comments.
15154         (rst-compile): Quote shell arguments.
15156         (rst-compile-pdf-preview, rst-compile-slides-preview):
15157         Delete temporary files after use.
15159 2012-05-05  Glenn Morris  <rgm@gnu.org>
15161         * calendar/cal-html.el: Optionally include holidays in the output.
15162         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
15163         (cal-html-holidays): New option.
15164         (cal-html-css-default): Add holiday entry.
15165         (holiday-in-range): Autoload it.
15166         (cal-html-htmlify-entry): Add optional class argument.
15167         (cal-html-htmlify-list): Add optional holidays argument.
15168         (cal-html-insert-agenda-days): Include holidays in the output.
15169         (cal-html-one-month): Maybe include holidays.
15171         * calendar/holidays.el (holiday-in-range):
15172         Move here from cal-tex-list-holidays.
15173         * calendar/cal-tex.el (cal-tex-list-holidays):
15174         Make it an obsolete alias for holiday-in-range.  Update all callers.
15176 2012-05-05  Chong Yidong  <cyd@gnu.org>
15178         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
15179         Nextstep.
15181 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
15183         * files.el (file-auto-mode-skip): New var.
15184         (set-auto-mode-1): Use it.
15186 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15188         * repeat.el: Use lexical-binding.
15189         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
15190         (repeat-undo-count): Remove.
15191         (repeat):
15192         * progmodes/octave-mod.el (octave-abbrev-start):
15193         * progmodes/f90.el (f90-abbrev-start):
15194         * face-remap.el (text-scale-adjust):
15195         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
15197         * emacs-lisp/pcase.el (pcase--let*): New function.
15198         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
15199         a bit more.
15200         (pcase--split-pred): Be more clever about ruling out overlap between
15201         a predicate and some constant pattern.
15202         (pcase--q1): Use `null' instead of (eq foo nil).
15204         * subr.el (setq-local, defvar-local): New macros.
15205         (kbd): Redefine as an alias.
15206         (with-selected-window): Leave unrelated frames alone.
15207         (set-temporary-overlay-map): New function.
15209 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15211         * subr.el (user-error): New function.
15212         * window.el (switch-to-buffer):
15213         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
15214         (smerge-match-conflict):
15215         * simple.el (previous-matching-history-element)
15216         (next-matching-history-element, goto-history-element, undo-more)
15217         (undo-start):
15218         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
15219         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
15220         (next-file, tags-loop-scan, list-tags, complete-tag):
15221         * progmodes/compile.el (compilation-loop):
15222         * mouse.el (mouse-minibuffer-check):
15223         * man.el (Man-bgproc-sentinel, Man-goto-page):
15224         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
15225         (Info-history-forward, Info-follow-reference, Info-menu)
15226         (Info-extract-menu-item, Info-extract-menu-counting)
15227         (Info-forward-node, Info-backward-node, Info-next-menu-item)
15228         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
15229         (Info-next-reference, Info-prev-reference, Info-index)
15230         (Info-index-next, Info-follow-nearest-node)
15231         (Info-copy-current-node-name):
15232         * imenu.el (imenu--make-index-alist)
15233         (imenu-default-create-index-function, imenu-add-to-menubar):
15234         * files.el (basic-save-buffer, recover-file):
15235         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15236         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
15237         (checkdoc-message-text, checkdoc-defun):
15238         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
15239         * cus-edit.el (customize-changed-options, customize-rogue)
15240         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
15241         (custom-variable-mark-to-reset-standard)
15242         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
15243         (custom-file):
15244         * completion.el (check-completion-length):
15245         * comint.el (comint-search-arg)
15246         (comint-previous-matching-input-string-position)
15247         (comint-previous-matching-input)
15248         (comint-replace-by-expanded-history-before-point, comint-send-input)
15249         (comint-copy-old-input, comint-backward-matching-input)
15250         (comint-goto-process-mark, comint-set-process-mark):
15251         * calendar/calendar.el (calendar-cursor-to-date): Use it.
15252         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
15254 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15256         * dabbrev.el (dabbrev--ignore-case-p): New function.
15257         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
15258         Use it.
15260         * files.el (automount-dir-prefix): Mark as obsolete.
15262 2012-05-04  Glenn Morris  <rgm@gnu.org>
15264         * patcomp.el, play/bruce.el: Move to obsolete/.
15266 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
15268         Fix minor Y10k bugs.
15269         * arc-mode.el (archive-unixdate):
15270         * autoinsert.el (auto-insert-alist):
15271         * calc/calc-forms.el (math-this-year):
15272         * emacs-lisp/copyright.el (copyright-current-year)
15273         (copyright-update-year, copyright):
15274         * tar-mode.el (tar-clip-time-string):
15275         * time.el (display-time-update):
15276         Don't assume years have 4 digits.
15278 2012-05-04  Chong Yidong  <cyd@gnu.org>
15280         * dos-w32.el (file-name-buffer-file-type-alist)
15281         (direct-print-region-use-command-dot-com):
15282         * ffap.el (ffap-menu-regexp):
15283         * find-file.el (ff-special-constructs):
15284         * follow.el (follow-debug):
15285         * forms.el (forms--debug):
15286         * iswitchb.el (iswitchb-all-frames):
15287         * ido.el (ido-all-frames):
15288         * emacs-lisp/timer.el (timer-max-repeats):
15289         * mail/feedmail.el (feedmail-mail-send-hook)
15290         (feedmail-mail-send-hook-queued):
15291         * mail/footnote.el (footnote-signature-separator):
15292         * mail/mailabbrev.el (mail-alias-separator-string)
15293         (mail-abbrev-mode-regexp):
15294         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
15295         * progmodes/idlwave.el (idlwave-libinfo-file)
15296         (idlwave-default-completion-case-is-down)
15297         (idlwave-library-routines): Convert defvars to defcustoms.
15299         * mail/rmail.el (rmail-decode-mime-charset):
15300         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
15301         (idlwave-shell-fix-inserted-breaks)
15302         (idlwave-shell-activate-alt-keybindings)
15303         (idlwave-shell-use-breakpoint-glyph):
15304         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
15306 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15308         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
15310 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
15312         * progmodes/verilog-mode.el (font-lock-keywords):
15313         Fix mis-highligting auto.  Reported by Craig Barner.
15314         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
15315         defines from global name space.  Reported by Dan Dever.
15316         (verilog-auto-reset, verilog-auto-reset-widths)
15317         (verilog-auto-tieoff): Support using unbased numbers for
15318         AUTORESET and AUTOTIEOFF.
15319         (verilog-submit-bug-report): Update variable list.
15320         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
15321         parenthesis from not matching.  Reported by Michael Rytting.
15322         (verilog-auto-template-lint): Fix hash error when linting modules
15323         with no used templates.
15324         (verilog-warn, verilog-warn-error)
15325         (verilog-warn-fatal): When non-interactive report multiple
15326         warnings before exiting.  Suggested by Brad Dobbie.
15327         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
15328         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
15329         to report unused template errors.  Reported by Brad Dobbie.
15330         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
15331         nets, bug438.  Reported by Vns Blore.
15332         (verilog-auto-inout-module, verilog-auto-reg)
15333         (verilog-read-decls, verilog-read-sub-decls-sig)
15334         (verilog-signals-edit-wire-reg, verilog-signals-with):
15335         Fix passing of Verilog data types in ANSI input/output ports
15336         such as "output logic" into the AUTOs.  Special case "wire" and
15337         "reg" for backwards compatibility presuming Verilog 2001.
15338         (verilog-auto-ascii-enum): Add "auto enum" as alias.
15339         (verilog-preprocess): Fix replication of preprocess output.
15340         Reported by Brad Dobbie.
15341         (verilog-auto-inst-interfaced-ports):
15342         Create verilog-auto-inst-interfaced-ports, bug429.
15343         Reported by Julian Gorfajn.
15344         (verilog-after-save-font-hook)
15345         (verilog-before-save-font-hook): New variable.
15346         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
15347         (verilog-save-font-mods): Wrap disabling fontification, reported
15348         by David Rogoff.
15349         (verilog-do-indent, verilog-pretty-declarations-auto)
15350         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
15351         Reported by Pierre-David Pfister.
15352         (verilog-set-auto-endcomments): Fix endtask auto comments outside
15353         of class declarations, bug292.  Reported by Kevin Heilman.
15354         (verilog-read-decls): Fix 'parameter type' not appearing in
15355         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
15356         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
15357         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
15358         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
15359         Reported by David Kravitz.
15361 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
15363         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
15364         assignment with tests in ifs and for loops.
15365         (verilog-extended-complete-re, verilog-complete-reg): Change so
15366         that DPI inport functions don't look like fuction declarations.
15367         (verilog-pretty-expr): Don't line up assignment
15368         operations to the test and increment in if and for loops
15369         (verilog-extended-complete-re, verilog-complete-reg): Change so
15370         that DPI inport functions don't look like fuction declarations.
15372 2012-05-03  Kenichi Handa  <handa@m17n.org>
15374         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
15375         decoding, and show a warning message without signaling an error
15376         (Bug#11282).
15378 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15380         * emacs-lisp/bytecomp.el
15381         (byte-compile-file-form-custom-declare-variable): Compile all elements,
15382         since cconv.el might have introduced :fun-body, internal-make-closure,
15383         and friends for bytecomp to handle (bug#11391).
15384         * custom.el (defcustom): Avoid ((λ ..) ..).
15386 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15388         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
15390 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
15392         * notifications.el (dbus-debug):
15393         * term/linux.el (gpm-mouse-enable):
15394         * term/screen.el (xterm-register-default-colors): Declare.
15396 2012-05-02  Chong Yidong  <cyd@gnu.org>
15398         * cus-start.el (gc-cons-percentage, exec-suffixes)
15399         (dos-display-scancodes, dos-hyper-key, dos-super-key)
15400         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
15401         (make-cursor-line-fully-visible, void-text-area-pointer)
15402         (font-list-limit): Add customization data.
15404         * allout.el (allout-exposure-change-functions)
15405         (allout-structure-added-functions)
15406         (allout-structure-deleted-functions)
15407         (allout-structure-shifted-functions): Rename abnormal hooks from
15408         *-hook, and convert to defcustoms.
15409         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
15410         Convert to defcustoms.
15411         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
15413         * allout-widgets.el: Hook callers changed.
15415 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
15417         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
15418         the yanked message in preference to the default value of
15419         buffer-file-coding-system.
15421 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
15423         * window.el (display-buffer--action-function-custom-type):
15424         Fix entry.
15426 2012-05-02  Alan Mackenzie  <acm@muc.de>
15428         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
15430 2012-05-01  Glenn Morris  <rgm@gnu.org>
15432         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
15434         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
15436         * cus-edit.el (custom-variable-documentation): Simplify with format.
15438 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
15439             Stefan Monnier  <monnier@iro.umontreal.ca>
15441         * simple.el (suggest-key-bindings, execute-extended-command):
15442         Move from keyboard.c.
15444 2012-05-01  Chong Yidong  <cyd@gnu.org>
15446         * follow.el: Eliminate advice.
15447         (set-process-filter, process-filter, sit-for): Advice deleted.
15448         (follow-mode-off-hook): Obsolete hook removed.
15449         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
15450         Vars deleted.
15451         (follow-auto): Use a :set function.
15452         (follow-mode): Rewritten.  Don't advise process filters.
15453         (follow-switch-to-current-buffer-all, follow-scroll-up)
15454         (follow-scroll-down): Assume follow-mode is bound.
15455         (follow-comint-scroll-to-bottom)
15456         (follow-align-compilation-windows): New functions.
15457         (follow--window-sorter): New function.
15458         (follow-all-followers): Use it to explicitly sort windows by their
15459         positions; don't make assumptions about next-window order.
15460         (follow-windows-start-end, follow-delete-other-windows-and-split)
15461         (follow-calc-win-start): Doc fix.
15462         (follow-windows-aligned-p, follow-select-if-visible): Don't call
15463         vertical-motion unnecessarily.
15464         (follow-adjust-window): New function.
15465         (follow-post-command-hook): Use it.
15466         (follow-call-set-process-filter, follow-call-process-filter)
15467         (follow-intercept-process-output, follow-tidy-process-filter-alist)
15468         (follow-stop-intercept-process-output, follow-generic-filter):
15469         Functions deleted.
15470         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
15471         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
15472         New functions, replacing advice on scroll-bar-* commands.
15473         (follow-mwheel-scroll): New function (Bug#4112).
15475         * comint.el (comint-adjust-point): New function.
15476         (comint-postoutput-scroll-to-bottom): Use it.
15477         Call follow-comint-scroll-to-bottom for Follow mode buffers.
15479 2012-05-01  Glenn Morris  <rgm@gnu.org>
15481         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
15482         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
15483         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
15484         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
15485         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
15486         Remove no-byte-compile setting.
15488 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15490         * minibuffer.el (completion-table-with-quoting): Fix compatibility
15491         all-completions code to not return a number in the last cdr.
15493 2012-04-30  Leo Liu  <sdl.web@gmail.com>
15495         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
15496         read-only error.
15498 2012-04-29  Chong Yidong  <cyd@gnu.org>
15500         * follow.el (follow-calc-win-end): Rewrite to handle partial
15501         screen lines correctly (Bug#8390).
15502         (follow-avoid-tail-recenter): Minor cleanup.
15504 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15506         Avoid the obsolete `assoc' package.
15507         * speedbar.el (speedbar-refresh): Avoid adelete.
15508         (speedbar-file-lists): Simplify and avoid aput.
15509         * man.el (Man--sections, Man--refpages): New vars, replacing
15510         Man-sections-alist and Man-refpages-alist.
15511         (Man-build-section-alist, Man-build-references-alist):
15512         Use them; avoid aput.
15513         (Man--last-section, Man--last-refpage): New vars.
15514         (Man-follow-manual-reference): Use them.
15515         Use the `default' arg of completing-read.
15516         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
15518 2012-04-27  Chong Yidong  <cyd@gnu.org>
15520         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
15522         * startup.el (x-apply-session-resources): New function.
15524         * term/ns-win.el (ns-initialize-window-system):
15525         * term/w32-win.el (w32-initialize-window-system):
15526         * term/x-win.el (x-initialize-window-system): Use it to properly
15527         set menu-bar-mode and other vars from X resources, even if the
15528         initial frame is not a window-system frame (Bug#2299).
15530         * subr.el (read-key): Avoid running filter function when setting
15531         up temporary tool bar entries (Bug#9922).
15533 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
15535         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
15536         (Bug#11344)
15538 2012-04-27  Chong Yidong  <cyd@gnu.org>
15540         * select.el (xselect--encode-string): New function, split from
15541         xselect-convert-to-string.
15542         (xselect-convert-to-string): Use it.
15543         (xselect-convert-to-filename, xselect-convert-to-os)
15544         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
15545         returned strings are properly encoded (Bug#11315).
15547 2012-04-27  Chong Yidong  <cyd@gnu.org>
15549         * simple.el (delete-active-region): Move to killing custom group.
15551 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
15553         * progmodes/which-func.el (which-func-current): Quote %
15554         characters for mode-line processing.
15556 2012-04-27  Chong Yidong  <cyd@gnu.org>
15558         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
15559         reaching eob (Bug#11286).
15561 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
15563         * progmodes/gdb-mi.el (gdb-control-level): New variable.
15564         (gdb): Make it buffer-local and init to zero.
15565         (gdb-control-commands-regexp): New variable.
15566         (gdb-send): Don't wrap in "-interpreter-exec console" if
15567         gdb-control-level is positive.  Increment gdb-control-level
15568         whenever the command matches gdb-control-commands-regexp, and
15569         decrement it each time the command is "end".  (Bug#11279)
15571 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
15573         * window.el (adjust-window-trailing-edge, enlarge-window)
15574         (shrink-window, window-resize):
15575         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
15576         windows (Bug#11276).
15578 2012-04-27  Chong Yidong  <cyd@gnu.org>
15580         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
15581         fix "missing prefix" warning.  All callers changed.
15583 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15585         * emacs-lisp/assoc.el: Move to obsolete/.
15587 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15589         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
15591         * term/ns-win.el (ns-define-service):
15592         * progmodes/pascal.el (pascal-goto-defun):
15593         * progmodes/js.el (js--read-tab):
15594         * progmodes/etags.el (tags-lazy-completion-table):
15595         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
15596         * emacs-lisp/ewoc.el (ewoc--wrap):
15597         * emacs-lisp/assoc.el (aput, adelete, amake):
15598         * doc-view.el (doc-view-convert-current-doc):
15599         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
15601 2012-04-26  Chong Yidong  <cyd@gnu.org>
15603         * image.el (image-type-from-buffer): Only return supported image
15604         type (Bug#9045).
15606         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
15607         value, for symmetry with diff-end-of-hunk.
15608         (diff-split-hunk, diff-find-source-location)
15609         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
15610         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
15611         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
15612         compute the relevant hunk or file properly (Bug#6005).
15613         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
15615 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15617         * vc/vc-mtn.el:
15618         * vc/vc-hg.el:
15619         * vc/vc-git.el:
15620         * vc/vc-dir.el:
15621         * vc/vc-cvs.el:
15622         * vc/vc-bzr.el:
15623         * vc/vc-arch.el:
15624         * vc/vc.el: Replace lexical-let by lexical-binding.
15625         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
15626         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
15627         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
15629 2012-04-26  Chong Yidong  <cyd@gnu.org>
15631         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
15632         (diff-mode-shared-map): Bind it to / and [remap undo].
15634         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
15635         (ediff-window-setup-function): Use it as the default, to set up
15636         windows based on whether the current frame is graphical (Bug#2138).
15637         (ediff-choose-window-setup-function-automatically): Make obsolete.
15639         * vc/ediff-init.el: Always define ediff-pixel-width/height.
15641 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15643         * ffap.el: Remove old code for obsolete package.
15644         (ffap-complete-as-file-p): Remove.
15646         Use completion-table-with-quoting for comint and pcomplete.
15647         * comint.el (comint--unquote&requote-argument)
15648         (comint--unquote-argument, comint--requote-argument): New functions.
15649         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
15650         (comint-quote-filename): Use regexp-opt-charset.
15651         (comint--common-suffix, comint--common-quoted-suffix)
15652         (comint--table-subvert): Remove.
15653         (comint-unquote-function, comint-requote-function): New vars.
15654         (comint--complete-file-name-data): Use them with
15655         completion-table-with-quoting.
15656         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
15657         * pcomplete.el (pcomplete-arg-quote-list)
15658         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
15659         (pcomplete-unquote-argument-function): Default to non-nil.
15660         (pcomplete-unquote-argument): Simplify.
15661         (pcomplete--common-quoted-suffix): Remove.
15662         (pcomplete-requote-argument-function): New var.
15663         (pcomplete--common-suffix): New function.
15664         (pcomplete-completions-at-point): Use completion-table-with-quoting
15665         and completion-table-subvert.
15667         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
15668         (minibuffer--double-dollars): Preserve properties.
15669         (completion--sifn-requote): New function.
15670         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
15672         * minibuffer.el: Add support for completion of quoted/escaped data.
15673         (completion-table-with-quoting, completion-table-subvert): New funs.
15674         (completion--twq-try, completion--twq-all): New functions.
15675         (completion--nth-completion): New function.
15676         (completion-try-completion, completion-all-completions): Use it.
15678 2012-04-25  Leo Liu  <sdl.web@gmail.com>
15680         * progmodes/python.el (python-pdbtrack-get-source-buffer):
15681         Use compilation-message if available to find real filename.
15683 2012-04-25  Chong Yidong  <cyd@gnu.org>
15685         * vc/diff-mode.el (diff-setup-whitespace): New function.
15686         (diff-mode): Use it.
15688         * vc/diff.el (diff-sentinel):
15689         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
15690         Whitespace mode variables based on diff style (Bug#8612).
15692 2012-04-25  Leo Liu  <sdl.web@gmail.com>
15694         * progmodes/python.el (python-send-region): Add suffix .py to the
15695         temp file.
15697         * files.el (auto-mode-alist): Use javascript-mode instead.
15699 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
15701         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
15703         * net/soap-client.el (soap-resolve-references-for-sequence-type)
15704         (soap-resolve-references-for-array-type): Hack to prevent self
15705         references, see Bug#9.
15706         (soap-parse-envelope): Report the contents of the 'detail' node
15707         when receiving a fault reply.
15708         (soap-parse-envelope): Report the contents of the entire 'detail' node.
15710         * net/soap-inspect.el (soap-sample-value-for-simple-type)
15711         (soap-inspect-simple-type): New function.
15713         * net/soap-client.el (soap-simple-type): New struct.
15714         (soap-default-xsd-types, soap-default-soapenc-types)
15715         (soap-decode-basic-type, soap-encode-basic-type):
15716         support unsignedInt and double basic types.
15717         (soap-resolve-references-for-simple-type)
15718         (soap-parse-simple-type, soap-encode-simple-type): New function.
15719         (soap-parse-schema): Parse xsd:simpleType declarations.
15721         * net/soap-client.el (soap-default-xsd-types)
15722         (soap-default-soapenc-types): Add integer, byte and anyURI types.
15723         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15724         the local name of "soapenc:Array".
15725         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15726         decoding integer, byte and anyURI xsd types.
15728 2012-04-25  Chong Yidong  <cyd@gnu.org>
15730         * cus-edit.el (custom-buffer-create-internal): Update header text.
15732 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
15734         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15735         settings on 'system-type', not on 'window-system'.  On MS-Windows,
15736         set interactive-mode on in GDB.
15738 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15740         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15741         (ruby-syntax-propertize-regexp): Remove.
15742         (ruby-syntax-propertize-function): Split regexp into chunks.
15743         Match following code directly.
15745 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
15747         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15748         (ruby-syntax-propertize-regexp): New function.
15749         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15750         by a special keyword.
15752         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15753         (ruby-syntax-general-delimiters-goto-beg)
15754         (ruby-syntax-propertize-general-delimiters): New functions.
15755         (ruby-syntax-propertize-function): Use them to handle GDL.
15756         (ruby-font-lock-keywords): Move old handling of GDL...
15757         (ruby-font-lock-syntactic-keywords): .. to here.
15758         (ruby-calculate-indent): Adjust indentation for GDL.
15760 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
15762         * notifications.el (top): Remove unneeded declarations.
15763         (notifications-specification-version): Change to "1.2".
15764         (notifications-interface, notifications-notify-method)
15765         (notifications-close-notification-method): Fix docstring.
15766         (notifications-get-capabilities-method): New defconst.
15767         (notifications-notify): Add :action-items, :resident and
15768         :transient hints.  Change "image_data" to "image-data" and
15769         "image_path" to "image-path".
15770         (notifications-get-capabilities): New defun.
15772 2012-04-24  Leo Liu  <sdl.web@gmail.com>
15774         * progmodes/python.el: Move hideshow setup to the end.
15776 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
15778         * window.el (handle-select-window): Clear echo area since this is
15779         no more done by read_char (Bug#11304).
15781 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15783         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15784         and `/ M' to filter-derived-mode.
15785         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15786         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15787         (ibuffer-mark-by-mode): Use default rather than initial-input.
15788         (ibuffer-filter-by-derived-mode): Autoload and require-match.
15790 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
15792         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15793         (ibuffer-filter-by-derived-mode): New filter.
15794         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15796 2012-04-23  Andreas Politz  <politza@fh-trier.de>
15798         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15800 2012-04-23  Chong Yidong  <cyd@gnu.org>
15802         * cus-edit.el (customize-apropos, customize-apropos-options):
15803         Disable matching of non-option variables (Bug#11176).
15804         (customize-option, customize-option-other-window)
15805         (customize-changed-options): Doc fix.
15806         (customize-apropos-options, customize-apropos-faces)
15807         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15809         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15810         Fix word list splitting (Bug#11132).
15811         (apropos-symbol, apropos-keybinding, apropos-label)
15812         (apropos-property, apropos-function-button)
15813         (apropos-variable-button, apropos-misc-button): New faces.
15814         (apropos-symbol-face, apropos-keybinding-face)
15815         (apropos-label-face, apropos-property-face, apropos-match-face):
15816         Variables removed (Bug#8396).
15817         (apropos-library-button, apropos-format-plist, apropos-print)
15818         (apropos-print-doc, apropos-describe-plist): Callers changed.
15820 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
15822         * net/xesam.el (xesam-mode-map): Use let-bound map in
15823         initialization.  (Bug#11292)
15825 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15827         Preserve ispell session localwords when switching back to
15828         original buffer.
15830         * textmodes/ispell.el (ispell-buffer-session-localwords):
15831         New buffer-local variable to hold buffer session localwords.
15832         (ispell-kill-ispell): Add option 'clear to delete session
15833         localwords.
15834         (ispell-command-loop, ispell-change-dictionary)
15835         (ispell-buffer-local-words): Preserve session localwords when
15836         needed.
15838         * textmodes/flyspell.el (flyspell-process-localwords)
15839         (flyspell-do-correct): Preserve session localwords when needed.
15841 2012-04-23  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
15843         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15844         using obsolete `translation-table-for-input'.
15845         (ispell-word, ispell-process-line, ispell-complete-word):
15846         Use plain `insert' instead of removed `ispell-insert-word'.
15848 2012-04-22  Chong Yidong  <cyd@gnu.org>
15850         * cus-edit.el (custom-variable-menu)
15851         (custom-variable-reset-saved, custom-face-menu)
15852         (custom-face-reset-saved): If there is no saved value, make the
15853         "reset-saved" operation bring back the default (Bug#9509).
15854         (custom-face-state): Properly detect themed faces.
15856         * faces.el (face-spec-set): Stop supporting deprecated form of
15857         third arg.
15859 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
15861         Move functions from C to Lisp.  Make non-blocking method calls
15862         the default.  Implement further D-Bus standard interfaces.
15864         * net/dbus.el (dbus-message-internal): Declare function.
15865         Remove unneeded function declarations.
15866         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15867         (dbus-message-type-method-return, dbus-message-type-error)
15868         (dbus-message-type-signal): Declare variables.  Remove local
15869         definitions.
15870         (dbus-interface-dbus, dbus-interface-peer)
15871         (dbus-interface-introspectable, dbus-interface-properties)
15872         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15873         Adapt docstring.
15874         (dbus-interface-objectmanager): New defconst.
15875         (dbus-call-method, dbus-call-method-asynchronously)
15876         (dbus-send-signal, dbus-method-return-internal)
15877         (dbus-method-error-internal, dbus-register-service)
15878         (dbus-register-signal, dbus-register-method): New defuns, moved
15879         from dbusbind.c
15880         (dbus-call-method-handler, dbus-setenv)
15881         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15882         New defuns.
15883         (dbus-call-method-non-blocking): Make it an obsolete function.
15884         (dbus-unregister-object, dbus-unregister-service)
15885         (dbus-handle-event, dbus-register-property)
15886         (dbus-property-handler): Obey the new structure of
15887         `bus-registered-objects'.
15888         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
15889         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15890         Use `dbus-call-method'.
15892 2012-04-22  Chong Yidong  <cyd@gnu.org>
15894         * cus-edit.el (custom-commands, custom-reset-menu)
15895         (Custom-reset-standard): Tweak labels.
15896         (custom-reset-button-menu): Change default to t.
15897         (custom-buffer-create-internal): For the custom-reset-button-menu
15898         case, put the revert button first.
15899         (custom-group-subtitle): New face.
15900         (custom-group-value-create): Align docstring to a specific column.
15902         * wid-edit.el (widget-documentation-link-add): Don't handle
15903         indentation in this function.
15904         (widget-documentation-string-indent-to): New function.
15905         (widget-documentation-string-value-create): Use it.
15907         * autorevert.el (auto-revert):
15908         * epg-config.el (epg):
15909         * ibuffer.el (ibuffer):
15910         * mpc.el (mpc):
15911         * ses.el (ses):
15912         * eshell/eshell.el (eshell):
15913         * net/ange-ftp.el (ange-ftp):
15914         * progmodes/ebnf2ps.el (postscript):
15915         * progmodes/flymake.el (flymake):
15916         * progmodes/prolog.el (prolog):
15917         * progmodes/verilog-mode.el (verilog-mode):
15918         * progmodes/which-func.el (which-func):
15919         * term/xterm.el (xterm):
15920         * textmodes/picture.el (picture):
15921         * textmodes/tildify.el (tildify):
15922         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
15923         customization buffers.
15925 2012-04-22  Alan Mackenzie  <acm@muc.de>
15927         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15928         Adding a ) can hide the resulting (..) from searches.  Fix it.
15929         Bound the backward search to the position of the existing (.
15931 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
15933         * progmodes/verilog-mode.el (verilog-mode): Check whether
15934         which-func-modes is t before adding verilog-mode.
15935         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
15937 2012-04-21  Leo Liu  <sdl.web@gmail.com>
15939         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
15941 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
15943         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
15944         filling of the last column of a table (Bug#5635).
15945         (woman-find-next-control-line): New arg, specifying an additional
15946         regexp component for the control line.
15947         (woman2-roff-buffer): Use it.
15948         (woman-break-table): New function.
15949         (woman2-TS): Use it.
15951 2012-04-21  Chong Yidong  <cyd@gnu.org>
15953         * woman.el (woman-set-buffer-display-table, woman-decode-region)
15954         (woman-horizontal-escapes, woman-negative-vertical-space)
15955         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
15956         (WoMan-warn-ignored): Use ?\s instead of ?\ .
15958 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15960         * minibuffer.el (completion-file-name-table): Complete user names.
15962 2012-04-20  Leo Liu  <sdl.web@gmail.com>
15964         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
15965         and pcase-let*.
15967 2012-04-20  Chong Yidong  <cyd@gnu.org>
15969         * server.el (server-execute): Respect initial-buffer-choice if it
15970         is a string and there are no files to open (Bug#2825).
15971         (server-create-window-system-frame, server-create-tty-frame):
15972         Don't switch buffers here.
15973         (server-process-filter): Only try to open a window system frame if
15974         compiled with graphical support (Bug#8314).
15976 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
15978         * battery.el (battery-echo-area-format): Display remaining time
15979         for sysfs backend too (Bug#11269).
15980         (battery-linux-sysfs): Fix conditional for the charge.
15982 2012-04-20  Chong Yidong  <cyd@gnu.org>
15984         * progmodes/gdb-mi.el (gdb): Revert previous change.
15985         (gdb-inferior-io--init-proc): New function.
15986         (gdb-init-1): Use it.
15987         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
15988         responsible for allocating a new pty and hooking it to gdb when
15989         the old pty gets an EIO due to process exit.
15990         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
15991         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
15992         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
15994 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
15996         * window.el (window-min-size, window-sizable, window-min-delta)
15997         (window-max-delta, window--resizable, window-resizable)
15998         (window-total-size, window-full-height-p, window-full-width-p)
15999         (window-in-direction, window--resize-mini-window, window-resize)
16000         (window--resize-child-windows-normal)
16001         (window--resize-child-windows, window--resize-siblings)
16002         (window--resize-this-window, adjust-window-trailing-edge)
16003         (enlarge-window, shrink-window): Doc fixes.
16005 2012-04-20  Chong Yidong  <cyd@gnu.org>
16007         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
16008         New function to call delete-process on the gdb-inferior buffer's pty.
16009         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
16010         pty process (Bug#11273).
16011         (gdb-update): New arg to suppress talking to the gdb process.
16012         (gdb-done-or-error): Use it.
16013         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
16014         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
16015         sentinel not being called.
16017         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
16019         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
16021 2012-04-20  Glenn Morris  <rgm@gnu.org>
16023         * net/network-stream.el (open-network-stream): Doc fix.
16025 2012-04-20  Chong Yidong  <cyd@gnu.org>
16027         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
16029 2012-04-20  Alan Mackenzie  <acm@muc.de>
16031         Ensure searching for keywords is case sensitive.
16033         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
16034         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
16035         (c-defun-name, c-mark-function, c-cpp-define-name)
16036         (c-comment-indent, c-scan-conditionals, c-indent-defun)
16037         (c-context-line-break): Bind case-fold-search to nil.
16039         * progmodes/cc-mode.el (c-font-lock-fontify-region):
16040         Bind case-fold-search to nil.
16042 2012-04-20  Chong Yidong  <cyd@gnu.org>
16044         * mail/sendmail.el (mail-bury): Call return action with the right
16045         Rmail buffer (Bug#11242).
16047         * server.el (server-process-filter): Handle corner case where both
16048         tty and nowait options are present (Bug#11102).
16050 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
16052         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
16053         (top level): Put into the executable the ident-style '$Id:' tag on
16054         windows-nt as well.
16056 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16058         * electric.el (electric-indent-post-self-insert-function): Check that
16059         electric-indent-mode is enabled in current buffer.
16061 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
16063         * imenu.el (imenu-progress-message): Restore; it is "used" in
16064         erc/erc-imenu.el and net/snmp-mode.el.
16066 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
16068         * avoid.el (mouse-avoidance-mode): Mark unused arg.
16069         (mouse-avoidance-nudge-mouse): Remove unused binding.
16071         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
16073         * descr-text.el (describe-char):
16074         * progmodes/python.el (python-describe-symbol):
16075         Don't call `toggle-read-only', set `buffer-read-only'.
16077         * imenu.el (imenu-default-goto-function): Mark unused args.
16078         (imenu-progress-message): Remove obsolete macro; all callers changed.
16080         * subr.el (keymap-canonicalize): Remove unused binding.
16081         (read-passwd): Mark unused arg.
16083         * tutorial.el (tutorial--display-changes): Remove unused binding.
16084         (tutorial--save-tutorial-to): Remove unused variable.
16086         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
16087         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
16088         (package-generate-autoloads, package-menu--generate)
16089         (package-menu--find-upgrades): Remove unused bindings.
16091         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
16092         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
16093         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
16094         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
16095         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
16096         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
16097         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
16098         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
16099         (cua-delete-char-rectangle): Mark unused args.
16100         (cua-align-rectangle): Remove unused binding.
16102         * mail/rmail.el (compilation--message->loc)
16103         (epa--find-coding-system-for-mime-charset): Declare.
16105         * net/dbus.el (dbus-register-service): Declare.
16106         (dbus-name-owner-changed-handler): Remove unused binding.
16108         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
16109         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
16110         (nxml-scan-backward-within): Mark unused arg.
16111         (nxml-dynamic-markup-word): Remove unused binding.
16113         * mouse.el (mouse-menu-major-mode-map):
16114         * emacs-lisp/authors.el (authors-scan-change-log)
16115         (authors-add-to-author-list):
16116         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
16117         * emacs-lisp/smie.el (smie-auto-fill):
16118         * mail/sendmail.el (mail-bury):
16119         * mail/unrmail.el (unrmail):
16120         * net/tls.el (open-tls-stream):
16121         * textmodes/picture.el (picture-mouse-set-point):
16122         Remove unused bindings.
16124 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
16126         * net/tramp.el (tramp-action-password): Let-bind
16127         `enable-recursive-minibuffers' to t.
16129 2012-04-18  Sam Steingold  <sds@gnu.org>
16131         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
16132         instead of 'string to accommodate values like [f11].
16133         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
16134         * progmodes/gdb-mi.el: Likewise.
16136 2012-04-18  Leo Liu  <sdl.web@gmail.com>
16138         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
16139         current buffer.
16140         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
16141         LOCAL is nil.
16143 2012-04-18  Chong Yidong  <cyd@gnu.org>
16145         * simple.el (line-move): Use forward-line if in batch mode
16146         (Bug#11053).
16148 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
16150         * files.el (after-find-file): Do not try to add a final newline if
16151         the buffer is read-only (Bug#11156).
16153 2012-04-17  Richard Stallman  <rms@gnu.org>
16155         * mail/rmail.el (rmail-start-mail):
16156         Pass (rmail-mail-return...) for the return-action.
16157         Pass (rmail-yank-current-message...) for the yank-action.
16158         (rmail-yank-current-message): New function.
16159         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
16160         (rmail-reply): Likewise.
16161         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
16163         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
16164         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
16165         buffer, not newbuf.
16167 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
16169         * server.el (server-ensure-safe-dir): Simplify.
16171 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16173         * emacs-lisp/smie.el: Provide smarter auto-filling.
16174         (smie-auto-fill): New function.
16175         (smie-setup): Use it.
16177         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
16179 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
16181         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
16182         (comment-indent): Use it.
16184 2012-04-17  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
16186         * ses.el: The overall change is to add cell renaming, that is
16187         setting fancy names for cell symbols other than name matching
16188         "\\`[A-Z]+[0-9]+\\'" regexp .
16189         (ses-localvars): Add ses--renamed-cell-symb-list.
16190         (ses-create-cell-variable): New defun.
16191         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
16192         (ses-relocate-formula): Relocate formulas only for cells the
16193         symbols of which are not renamed, i.e. symbols whose names do not
16194         match regexp "\\`[A-Z]+[0-9]+\\'".
16195         (ses-relocate-all): Relocate values only for cells the symbols of
16196         which are not renamed.
16197         (ses-load): Create cells variables as the (ses-cell ...) are read,
16198         in order to check row col consistency with cell symbol name only
16199         for cells that are not renamed.
16200         (ses-replace-name-in-formula): New defun.
16201         (ses-rename-cell): New defun.
16203 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
16205         * progmodes/perl-mode.el (perl-indent-parens-as-block):
16206         New option (bug#11118).
16207         (perl-calculate-indent): Respect it.
16209 2012-04-17  Glenn Morris  <rgm@gnu.org>
16211         * dired-aux.el (dired-mark-read-string): Doc fix.
16213 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
16215         * dired-aux.el (dired-mark-read-string): Offer optional completion.
16216         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
16218 2012-04-17  Glenn Morris  <rgm@gnu.org>
16220         * mouse.el (mouse-drag-track):
16221         * speedbar.el (speedbar-frame-mode):
16222         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
16224 2012-04-16  Leo Liu  <sdl.web@gmail.com>
16226         * progmodes/python.el: Trivial cleanup.
16228 2012-04-16  Glenn Morris  <rgm@gnu.org>
16230         * vc/vc.el (vc-string-prefix-p):
16231         * vc/pcvs-util.el (cvs-string-prefix-p):
16232         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
16233         * mpc.el (mpc-string-prefix-p):
16234         Make all of these into obsolete aliases for string-prefix-p.
16235         Update callers.
16236         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
16238         * textmodes/two-column.el: Move custom options to the start.
16239         (frame-width): Remove compat definition.
16240         (2C-associate-buffer, 2C-dissociate):
16241         Use with-current-buffer rather than save-excursion.
16242         (2C-dissociate): Force a mode-line update.
16243         (2C-autoscroll): Use ignore-errors.
16245         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
16246         Autoload trivia.
16248         * emacs-lisp/cl-extra.el (*random-state*):
16249         Remove unnecessary declaration.
16251         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
16253         * play/cookie1.el (cookie-snarf):
16254         Give an explicit error if input file cannot be read.
16256         * play/yow.el (yow-file): Use expand-file-name rather than concat.
16258         * progmodes/perl-mode.el (c-macro-expand):
16259         Remove unnecessary autoload (it is in loaddefs.el).
16261         * textmodes/picture.el (picture-desired-column)
16262         (picture-update-desired-column): Convert comments to doc-strings.
16263         (picture-substitute): Remove function.
16264         (picture-mode-map): Initialize in the defvar.
16266         * woman.el: Remove eval-after-load for tar-mode.
16267         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
16268         (woman-tar-extract-file): Autoload it.
16270         * frame.el (automatic-hscrolling): Make this alias obsolete.
16272 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
16274         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
16275         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
16276         (ispell-dictionary-base-alist): Revert to original XEmacs
16277         friendly version for default.  [:alpha:] will be added in
16278         `ispell-set-spellchecker-params' if needed.
16280 2012-04-16  Chong Yidong  <cyd@gnu.org>
16282         * image.el (imagemagick--file-regexp): New variable.
16283         (imagemagick-register-types): Use it.
16284         (imagemagick-types-inhibit): Add :set function.  Allow new value
16285         of t to inhibit all types.
16287         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
16288         so we can preload it.
16290         * loadup.el (fboundp): Preload regexp-opt, needed by
16291         imagemagick-register-types.
16293 2012-04-15  Chong Yidong  <cyd@gnu.org>
16295         * frame.el (scrolling): Remove nearly unused customization group.
16297         * scroll-all.el (scroll-all-mode): Move to windows group.
16299 2012-04-15  Chong Yidong  <cyd@gnu.org>
16301         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
16303 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16305         Avoid the use of ((lambda ...) ...) in lexical-binding code.
16306         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
16308 2012-04-15  Glenn Morris  <rgm@gnu.org>
16310         * simple.el (process-file-side-effects): Doc fix.
16312 2012-04-15  Glenn Morris  <rgm@gnu.org>
16314         * international/mule-cmds.el (set-language-environment): Doc fix.
16316 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
16318         * server.el (server-auth-key, server-generate-key): Doc fixes.
16319         (server-get-auth-key): Doc fix.  Use `string-match-p'.
16320         (server-start): Reflow docstring.
16322 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
16324         * server.el (server-generate-key): `called-interactively-p'
16325         requires a parameter.
16327 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
16329         * server.el (server-auth-key): New variable.
16330         (server-generate-key, server-get-auth-key): New function.
16331         (server-start): Use the new variable and functions to allow
16332         setting a permanent server key (bug#9423).
16334 2012-04-14  Leo Liu  <sdl.web@gmail.com>
16336         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
16338 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
16340         Spelling fixes.
16341         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
16342         Emacs uses American spelling.
16344 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
16346         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
16347         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
16348         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
16349         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
16351 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16353         * progmodes/which-func.el (which-func-modes): Change default.
16355 2012-04-14  Kim F. Storm  <storm@cua.dk>
16357         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
16358         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
16360 2012-04-14  Chong Yidong  <cyd@gnu.org>
16362         * custom.el (custom-theme-set-variables): Doc fix.
16364 2012-04-14  Glenn Morris  <rgm@gnu.org>
16366         * international/mule.el (set-auto-coding-for-load): Doc fix.
16368 2012-04-14  Alan Mackenzie  <acm@muc.de>
16370         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
16371         imenu work again for Objective C Mode.  Correct the *-index values,
16372         these having been disturbed by a previous change in 2011-08.
16374         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
16375         Correct two search limits.
16377 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16379         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
16381 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
16383         * international/characters.el: Fix sorting.
16385 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
16387         * international/characters.el: Add more missing Latin case pairs.
16389 2012-04-14  Glenn Morris  <rgm@gnu.org>
16391         * files.el (dir-locals-set-class-variables): Doc fix.
16393 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
16395         * international/characters.el: Add set-case-syntax-pair call for
16396         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
16397         counterpart.  (Bug#11209)
16399         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
16401 2012-04-14  Glenn Morris  <rgm@gnu.org>
16403         * calendar/holidays.el (calendar-check-holidays): Doc fix.
16405 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
16407         * textmodes/ispell.el (ispell-dictionary-base-alist):
16408         Add data for Hebrew.
16410 2012-04-14  Chong Yidong  <cyd@gnu.org>
16412         * net/rcirc.el (rcirc-cmd-quit):
16413         Revert 2012-03-18 change (Bug#11192).
16415 2012-04-14  Glenn Morris  <rgm@gnu.org>
16417         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
16419 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
16421         * minibuffer.el (completion-in-region-mode-map):
16422         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
16424 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
16426         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
16428 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
16430         * minibuffer.el (minibuffer-local-filename-syntax): New variable
16431         to allow `C-M-f' and `C-M-b' to move to the nearest path
16432         separator (bug#9511).
16434 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
16436         * avoid.el: Require cl when compiling.  And also move the
16437         `provide' to the end.
16439 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16441         * avoid.el (mouse-avoidance-banish-position): New variable.
16442         (mouse-avoidance-banish-destination): Use it (bug#10165).
16444 2012-04-13  Leo Liu  <sdl.web@gmail.com>
16446         * progmodes/which-func.el (which-func-modes): Add objc-mode.
16448 2012-04-13  Ken Brown  <kbrown@cornell.edu>
16450         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
16451         this is no longer needed now that cygstart understands file:// URLs.
16452         (browse-url-filename-alist): For the same reason, don't modify
16453         file:// URLs on Cygwin.
16455 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16457         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
16458         the region on shift if the binding is already shifted (bug#11221).
16460 2012-04-12  Glenn Morris  <rgm@gnu.org>
16462         * mail/mailpost.el: Move to obsolete/.
16464 2012-04-12  Drew Adams  <drew.adams@oracle.com>
16466         * imenu.el (imenu--generic-function): Ignore invisible definitions
16467         (bug#10123).
16469 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
16471         * hexl.el (hexl-bits): New variable.
16472         (hexl-options): Mention the variable in the doc string.
16473         (hexl-rulerise, hexl-line-displen): New functions.
16474         (hexl-mode): Mention the new variable.
16475         (hexl-mode, hexl-current-address, hexl-current-address):
16476         Use the displen.
16477         (hexl-ascii-start-column): New function.
16478         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
16479         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
16481 2012-04-12  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
16483         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
16484         '("-i" ENCODING), in 2 separate command-line arguments, to specify
16485         the encoding, as expected by hunspell.
16487 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16489         * battery.el (battery--linux-sysfs-regexp): New const.
16490         (battery-status-function): Use it.  Remove yeeloong special case.
16491         (battery-yeeloong-sysfs): Remove.
16492         (battery-echo-area-format): Remove yeeloong special case.
16494 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16496         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
16497         Reported by Noah Friedman.
16499         * subr.el (read-passwd): Use read-string.
16501 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16503         * vcursor.el (vcursor-move): Increase the priority of the overlay
16504         (bug#9663).
16506 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
16508         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
16509         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
16511 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
16513         * textmodes/artist.el (artist-mode): Convert artist-mode to use
16514         define-minor-mode (bug#10760).
16516 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16518         * progmodes/grep.el (rgrep): Tweak the find command line so
16519         that directories matching `grep-find-ignored-files' won't be
16520         pruned (bug#10351).
16522 2012-04-11  Chong Yidong  <cyd@gnu.org>
16524         * startup.el (command-line): Remove support for long-obsolete
16525         variable font-lock-face-attributes.
16527 2012-04-11  Glenn Morris  <rgm@gnu.org>
16529         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
16531 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16533         * window.el (window--state-get-1): Obey window-point-insertion-type.
16535 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
16537         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
16538         to previous function when point is on the first character of a
16539         function.  Take care of that in `narrow-to-defun' (bug#6157).
16541 2012-04-11  Glenn Morris  <rgm@gnu.org>
16543         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
16544         not just file-errors.
16546         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
16547         (vc-bzr-sha1): Use internal sha1.
16549 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16551         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
16553 2012-04-10  SĂ©bastien Gross  <seb@chezwam.org>  (tiny change)
16555         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
16556         that start in the middle of the line (bug#10496).
16558 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
16560         * battery.el (battery-linux-proc-acpi): Only one battery is
16561         discharged at a time, but that seems to confuse battery.el when
16562         computing `rate-type' for the battery not being discharged
16563         (bug#10332).
16565 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16567         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
16569         * international/quail.el: Use dolist and simplify.
16570         (quail-define-package, quail-update-keyboard-layout)
16571         (quail-define-rules): Use dolist.
16572         (quail-insert-kbd-layout, quail-get-translation): CSE.
16574         * tmm.el: Use dolist, remove left over hook.
16575         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
16576         Use dolist.
16577         (calendar-load-hook): Don't mess with it.
16579         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
16580         Use derived-mode-p.  Run the diff asynchronously.
16582 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16584         * obsolete/mouse-sel.el: Add an Obsolete-since header.
16586 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
16588         * misc.el: Display absolute path of loaded DLLs (bug#10424).
16589         (list-dynamic-libraries--loaded): New function.
16590         (list-dynamic-libraries--refresh): Use it.
16592 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
16594         * progmodes/python.el (python-fill-paragraph):
16595         Make python-fill-region in a multiline string work when font-lock is
16596         disabled (bug#7018).
16598 2012-04-10  Laimonas VÄ—bra  <laimonas.vebra@gmail.com>  (tiny change)
16600         * language/european.el (cp775): Add oem/legacy (en)coding on
16601         DOS/MS Windows for the Baltic languages.  There are still plenty
16602         of texts written in this encoding/codepage (bug#6519).
16604 2012-04-10  Glenn Morris  <rgm@gnu.org>
16606         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
16607         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
16609 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
16611         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
16612         next-line "n" and previous-line "p" in order to make recentf more
16613         consistent with ibuffer, dired or org-mode (bug#9387).
16615 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16617         * image.el (put-image): Return the overlay created instead of the
16618         optional input string (bug#7834).  Note that this may break code
16619         that is (for some reason or other) depending on `put-image'
16620         returning the string.
16622         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
16624         * simple.el (zap-to-char): Allow zapping using input methods
16625         (bug#1580).
16627         * textmodes/fill.el (fill-region): Leave point and mark where they
16628         were before filling (bug#5399).
16630 2012-04-09  Glenn Morris  <rgm@gnu.org>
16632         * version.el (emacs-bzr-get-version):
16633         Handle lightweight checkouts of local branches.
16635 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
16637         * international/characters.el: Recover lost case pairs.  (Bug#11209)
16639 2012-04-09  Chong Yidong  <cyd@gnu.org>
16641         * custom.el (custom-variable-p): Return nil for non-symbol
16642         arguments instead of signaling an error.
16643         (user-variable-p): Obsolete alias for custom-variable-p.
16645         * apropos.el (apropos-variable):
16646         * files-x.el (read-file-local-variable):
16647         * simple.el (set-variable):
16648         * woman.el (woman-mini-help):
16649         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
16651 2012-04-09  Glenn Morris  <rgm@gnu.org>
16653         * startup.el (normal-top-level): Don't look for leim-list.el
16654         in places where it will not be found.  (Bug#910)
16656         * international/mule-cmds.el (set-default-coding-systems):
16657         * files.el (normal-mode):
16658         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
16659         This function was removed with ucs-tables.el in 2008.
16661 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
16663         * textmodes/ispell.el (ispell-check-version): For hunspell, set
16664         ispell-encoding8-command to "-i", without a trailing space.
16665         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
16666         separate command-line arguments, to specify the encoding, since
16667         that's how hunspell expects it.
16669 2012-04-08  Glenn Morris  <rgm@gnu.org>
16671         * loadup.el: Load bindings before cus-start.
16672         This reduces somewhat the number of "rogue" settings in emacs -Q.
16674 2012-04-07  Glenn Morris  <rgm@gnu.org>
16676         * version.el (emacs-bzr-get-version): New function.
16677         (emacs-bzr-version): New variable.
16678         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
16679         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
16681 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
16683         * international/uni-bidi.el, international/uni-category.el:
16684         * international/uni-combining.el, international/uni-decimal.el:
16685         * international/uni-decomposition.el, international/uni-digit.el:
16686         * international/uni-lowercase.el, international/uni-mirrored.el:
16687         * international/uni-name.el, international/uni-numeric.el:
16688         * international/uni-titlecase.el, international/uni-uppercase.el:
16689         Update for Unicode 6.1.
16691 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
16693         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
16695 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16697         * window.el (shrink-window): Mention the `window-min-height'
16698         variable in the doc string.
16700 2012-04-05  Bastien Guerry  <bzg@altern.org>
16702         * color.el (color-lighten-name): Fix typo.
16704 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16706         * server.el (server--on-display-p): New function.
16707         (server--on-display-p): Use it.
16709 2012-04-04  GĂ¡bor Vida  <vidagabor@gmail.com>  (tiny change)
16711         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16712         (bug#11145).
16714 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16716         * comint.el (comint--common-quoted-suffix): Check string boundary
16717         before comparing (bug#11158).
16718         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16720 2012-04-04  Chong Yidong  <cyd@gnu.org>
16722         * minibuffer.el (completion-extra-properties): Doc fix.
16724         * subr.el (delayed-warnings-hook): Doc fix.
16726 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
16728         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16729         selection (Bug#11159).
16730         (epa-insert-keys): Inform that the default public key will be
16731         exported if no key is selected.
16733 2012-04-04  Richard Stallman  <rms@gnu.org>
16735         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16737 2012-04-03  Chong Yidong  <cyd@gnu.org>
16739         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16740         mail-insert-file, not its obsolete alias mail-attach-file.
16742 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
16744         * notifications.el (notifications-notify): Fix docstring.
16746 2012-04-02  Glenn Morris  <rgm@gnu.org>
16748         * emacs-lisp/authors.el (authors-aliases): Another addition.
16750 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
16752         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16753         `tramp-compat-call-process' instead of `tramp-local-call-process'.
16754         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16756 2012-04-01  Chong Yidong  <cyd@gnu.org>
16758         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16759         Handle root directory properly.
16760         (copy-directory): Caller changed.
16762         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16763         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16765 2012-03-31  Glenn Morris  <rgm@gnu.org>
16767         * term/xterm.el (xterm-extra-capabilities): Doc fix.
16769         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
16771         * calendar/calendar.el (calendar-window-list)
16772         (calendar-hide-window): Restore.  (Bug#11140)
16773         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16775         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16777 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16779         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16780         Check if file is a symlink (Bug#10489).
16782         * files.el (copy-directory): Likewise.
16784 2012-03-30  Chong Yidong  <cyd@gnu.org>
16786         * image.el (imagemagick-types-inhibit)
16787         (imagemagick-register-types): Doc fix.
16789 2012-03-30  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
16791         * textmodes/ispell.el (ispell-get-extended-character-mode):
16792         Disable extended-char-mode for hunspell.  hunspell does not support it
16793         and treats ~word as ordinary words in pipe mode.
16795 2012-03-30  Glenn Morris  <rgm@gnu.org>
16797         * tutorial.el (help-with-tutorial): Ensure local variables don't
16798         happen to make the buffer read-only.  (Bug#11127)
16800 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16802         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16803         (perl-calculate-indent): Return `noindent' in strings.
16805 2012-03-28  Sam Steingold  <sds@gnu.org>
16807         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16808         instead of the broken adhockery which does not prevent calendar
16809         buffers from being displayed at random after exit.
16810         (calendar-window-list, calendar-hide-window): Remove the broken
16811         adhockery.
16813 2012-03-28  Glenn Morris  <rgm@gnu.org>
16815         * replace.el (query-replace-map): Doc fix.
16817 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
16819         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16820         contents.  (Bug#11109)
16822 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16824         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16825         (bug#11077).
16826         (avl-tree--check, avl-tree--check-node): New funs.
16828 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
16830         * window.el (switch-to-visible-buffer): New option.
16831         (switch-to-prev-buffer, switch-to-next-buffer):
16832         Observe switch-to-visible-buffer.  Make sure that checking for a window
16833         showing a buffer already is done on the same frame.
16835 2012-03-27  Glenn Morris  <rgm@gnu.org>
16837         * startup.el (mail-host-address): Doc fix.
16839 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16841         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16842         than 197 variables.
16844 2012-03-26  Ami Fischman  <ami@fischman.org>
16846         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16848 2012-03-26  Glenn Morris  <rgm@gnu.org>
16850         * files.el (save-buffers-kill-emacs): Doc fix.
16852         * startup.el (normal-top-level, command-line, command-line-1):
16853         Give them doc strings.
16855 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
16857         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16858         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16860 2012-03-25  Chong Yidong  <cyd@gnu.org>
16862         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16863         theme if it was previously enabled before (Bug#11031).
16865         * cus-theme.el (custom-theme-write-faces): Retrieve current face
16866         spec with custom-face-get-current-spec if its :shown-value is not
16867         determined yet (Bug#9337).
16868         (customize-create-theme, custom-theme-revert): Doc fixes.
16870         * button.el (button-at): Minor addition to docstring.
16872 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
16874         * vc/vc.el (vc-merge): Fix a prompt.
16876 2012-03-24  Chong Yidong  <cyd@gnu.org>
16878         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16879         point (Bug#9623).
16881         * button.el (button-at): Minor addition to docstring.
16883 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16885         * newcomment.el (comment-choose-indent): No space after BOL.
16887 2012-03-22  Sam Steingold  <sds@gnu.org>
16889         * window.el (switch-to-prev-buffer): Revert last patch because the
16890         bug turned out to be an advertised feature (Elisp manual 28.14).
16892 2012-03-22  Glenn Morris  <rgm@gnu.org>
16894         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
16895         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
16897 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16899         * net/network-stream.el (network-stream-open-starttls): Make error
16900         message under Windows be less misleading.
16902 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
16904         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
16905         understands (bug#9942).
16907 2012-03-22  Chong Yidong  <cyd@gnu.org>
16909         * simple.el (end-of-visible-line): Handle return value of
16910         next-single-property-change properly (Bug#9371).
16912 2012-03-22  Kenichi Handa  <handa@m17n.org>
16914         * international/quail.el (quail-insert-kbd-layout): Fix previous
16915         change.  To avoid unwanted bidi reordering, use
16916         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
16918 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
16920         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
16921         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
16922         (ruby-beginning-of-indent): Be more careful with the difference
16923         between word-boundary and symbol boundary.
16924         (ruby-mode-syntax-table): Make : a symbol constituent.
16926 2012-03-21  Andreas Politz  <politza@fh-trier.de>
16928         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
16930 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16932         * progmodes/etags.el (tags-completion-at-point-function):
16933         Improve last fix.
16935         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
16937 2012-03-21  Sam Steingold  <sds@gnu.org>
16939         * progmodes/etags.el (tags-completion-at-point-function):
16940         Avoid the error when point is inside the pattern.
16942 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
16944         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
16945         line (Bug#10855).
16947 2012-03-21  Drew Adams  <drew.adams@oracle.com>
16949         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
16951 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
16953         * ido.el (ido-set-current-directory, ido-read-internal)
16954         (ido-choose-completion-string, ido-completion-help): Handle nil
16955         value of ido-completion-buffer (Bug#11008).
16957 2012-03-21  Sam Steingold  <sds@gnu.org>
16959         * window.el (switch-to-prev-buffer): Do not switch to a visible
16960         window previous buffer, just like with the frame previous buffers.
16962 2012-03-21  Chong Yidong  <cyd@gnu.org>
16964         * faces.el (make-face, make-empty-face, copy-face):
16965         * face-remap.el (face-remap-add-relative, face-remap-set-base):
16966         Doc fixes.
16968 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16970         * wid-edit.el (widget-complete-field): Remove (bug#11051).
16971         (widget-complete): Remove broken use of it.
16973 2012-03-20  Chong Yidong  <cyd@gnu.org>
16975         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16976         Use string-width and truncate-string-width to handle arbitrary
16977         characters.
16979 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
16981         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
16982         to draw rectangles, not squares.  (Regression introduced by revno
16983         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
16985 2012-03-18  Chong Yidong  <cyd@gnu.org>
16987         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
16988         it is not yet defined (for temacs).
16990 2012-03-18  Leo Liu  <sdl.web@gmail.com>
16992         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
16993         prefix.
16995 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
16997         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
16998         (ispell-choices-win-default-height, ispell-silently-savep)
16999         (ispell-dictionary-alist, ispell-encoding8-command)
17000         (ispell-check-version, ispell-aspell-find-dictionary)
17001         (ispell-valid-dictionary-list, ispell-words-keyword)
17002         (ispell-get-word, ispell-internal-change-dictionary)
17003         (ispell-region, ispell-skip-region-list)
17004         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
17005         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
17006         (ispell-message-text-end, ispell-message)
17007         (ispell-buffer-local-parsing): Doc fix.
17009 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
17011         * htmlfontify.el: Add support for code block fontification for ODT
17012         export (Bug #9914).
17013         (hfy-optimisations): Define new option
17014         `body-text-only'
17015         (hfy-fontify-buffer): Honor above setting.
17016         (hfy-begin-span, hfy-end-span): New routines factored out form
17017         `hfy-fontify-buffer'.
17018         (hfy-begin-span-handler, hfy-end-span-handler): New variables
17019         that permit insertion of custom tags.
17020         (hfy-fontify-buffer): Use above handlers.
17021         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
17022         (hfy-face-to-css): Re-defined to be a variable.
17023         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
17024         over multiple runs.  This is made possible by having the caller let
17025         bind a special variable `hfy-user-sheet-assoc'.
17026         (htmlfontify-string): New defun.
17027         (hfy-compile-face-map): Make sure that the last char in the
17028         buffer is correctly fontified.
17029         (hfy-face-resolve-face): Whitespace only change.
17031 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
17033         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
17034         message more clear.
17036 2012-03-16  Leo Liu  <sdl.web@gmail.com>
17038         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
17040 2012-03-16  Alan Mackenzie  <acm@muc.de>
17042         Further optimize the handling of large macros.
17044         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
17045         limit to a call of `c-literal-limits'.
17046         (c-determine-+ve-limit): New function.
17047         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
17048         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
17049         In CASE 5B, restrict a search limit to 500.
17050         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
17052         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
17053         Restrict macro bounds to +-500 from after-change's BEG END.
17055 2012-03-16  Leo Liu  <sdl.web@gmail.com>
17057         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
17059 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
17061         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
17062         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
17064 2012-03-16  Glenn Morris  <rgm@gnu.org>
17066         * view.el (view-buffer, view-buffer-other-window)
17067         (view-buffer-other-frame): Doc fixes re special mode-class.
17069         * subr.el (eval-after-load): If named feature is provided not from
17070         a file, run after-load forms.  (Bug#10946)
17072         * calendar/calendar.el (calendar-insert-at-column):
17073         Handle non-unit-width characters a bit better.  (Bug#10978)
17075 2012-03-15  Chong Yidong  <cyd@gnu.org>
17077         * emacs-lisp/ring.el (ring-extend): New function.
17078         (ring-insert+extend): Extend the ring correctly (Bug#11019).
17080         * comint.el (comint-read-input-ring)
17081         (comint-add-to-input-history): Grow comint-input-ring lazily.
17083 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17085         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
17086         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
17088         * imenu.el: Fix multiple inheritance breakage (bug#9199).
17089         (imenu-add-to-menubar): Don't add a redundant index.
17090         (imenu-update-menubar): Handle a dynamically composed keymap.
17092 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17094         * mail/sendmail.el (mail-encode-header):
17095         Bind rfc2047-encode-encoded-words to nil.
17097 2012-03-13  Glenn Morris  <rgm@gnu.org>
17099         * calendar/calendar.el (calendar-string-spread):
17100         Handle non-unit-width characters a bit better.  (Bug#10978)
17102 2012-03-13  Leo Liu  <sdl.web@gmail.com>
17104         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
17105         directory and file as argument (Bug#10822).
17107 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
17109         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
17110         For dynamically generated code, follow $PC.
17111         (gdb-disassembly-handler-custom): Handle no function name case.
17113 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
17115         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
17116         * emulation/ws-mode.el (ws-query-replace):
17117         * sort.el (sort-regexp-fields):
17118         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
17120 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17122         * dabbrev.el: Fix cycle completion order (bug#10963).
17123         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
17124         (dabbrev-completion): Don't use an obarray; provide
17125         a cycle-sort-function.
17127 2012-03-12  Leo Liu  <sdl.web@gmail.com>
17129         * simple.el (kill-new): Use equal-including-properties for comparison.
17130         (kill-do-not-save-duplicates): Doc fix.
17132 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17134         * dabbrev.el: Fix cycle completion (bug#10963).
17135         Use lexical binding and wrap to 80 columns.
17136         (dabbrev-completion): Delay computing the list of completions.
17138 2012-03-12  Kenichi Handa  <handa@m17n.org>
17140         * international/quail.el (quail-insert-kbd-layout): Surround each
17141         row by LRO and PDF instead of inserting many LRMs.  Pad the left
17142         and right of each non-spacing marks.  Insert invisible space
17143         between lower and upper characters to prevent composition.
17145 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17147         * minibuffer.el (minibuffer-complete): Don't get confused when the
17148         function is run twice via different commands (bug#10958).
17149         (complete-with-action): Fix docstring.
17151 2012-03-12  Chong Yidong  <cyd@gnu.org>
17153         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
17154         (nxml-completion-at-point-function): New function.
17155         (nxml-mode): Use it.
17156         (nxml-bind-meta-tab-to-complete-flag): Default to t.
17158         * emacs-lisp/package.el (package-unpack, package-unpack-single):
17159         Load generated autoloads file before byte compiling (Bug#10970).
17160         (package--make-autoloads-and-compile): New helper fun.
17162 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
17164         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
17166 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
17168         * autorevert.el (auto-revert-handler): Ensure, that
17169         file-readable-p is applied only for local files or in
17170         auto-revert-tail-mode.
17172 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
17174         * server.el (server-eval-at): Handle non-tcp connections.
17175         Decode result string.
17177         * server.el (server-msg-size): New constant.
17178         (server-reply-print): New function.
17179         (server-eval-and-print): Use it.
17180         (server-eval-at): Use server-quote-arg and server-unquote-arg.
17181         Handle -print-nonl.
17183 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
17185         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
17186         (Bug#10987).
17188 2012-03-11  Chong Yidong  <cyd@gnu.org>
17190         * simple.el (goto-line): Doc fix (Bug#9938).
17192         * subr.el (save-window-excursion): Doc fix (Bug#9979).
17194         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
17195         when finished (Bug#10963).
17197 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
17199         * window.el (split-window-below): Fix bug in case where
17200         split-window-keep-point is nil (Bug#10971).
17202 2012-03-11  Juri Linkov  <juri@jurta.org>
17204         * replace.el (replace-highlight): Set isearch-word to nil
17205         unconditionally.  (Bug#10887)
17207 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
17209         * net/mairix.el (mairix-replace-invalid-chars): Rename from
17210         mairix-replace-illegal-chars; all callers changed.  Don't remove
17211         ^, ~, and = characters: they are meaningful in mairix search specs.
17212         (mairix-widget-create-query): Add usage information about mairix
17213         search forms: negating words, searching for substrings, etc.
17215 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
17217         * international/fontset.el (font-encoding-alist): Add an entry for
17218         ksx1001 (Bug#5667).
17220 2012-03-10  Richard Stallman  <rms@gnu.org>
17222         * mail/sendmail.el (mail-encode-header):
17223         Set rfc2047-encode-encoded-words.
17225         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
17227         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
17228         view buffer means not swapped.
17229         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
17230         (rmail-write-region-annotate): Error if real text has disappeared.
17232         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
17234 2012-03-10  Chong Yidong  <cyd@gnu.org>
17236         * emulation/cua-rect.el (cua--init-rectangles):
17237         * emulation/cua-base.el (cua--init-keymaps):
17238         Add delete-forward-char to remappings (Bug#9666).
17240 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
17242         * speedbar.el (speedbar-unhighlight-one-tag-line):
17243         Avoid unhighlighting due to frame switching (Bug#10275).
17245 2012-03-10  Chong Yidong  <cyd@gnu.org>
17247         * minibuffer.el (completion-in-region, completion-help-at-point):
17248         Give the completion field overlay a high priority (Bug#6830).
17250         * dired.el (dired-goto-file): Recognize absolute file name
17251         listings (Bug#7126).
17252         (dired-goto-file-1): New helper function.
17253         (dired-toggle-read-only): Inhibit warnings.
17255 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
17257         * net/dbus.el (dbus-property-handler): Return empty array if
17258         there are no properties.
17260 2012-03-09  Leo Liu  <sdl.web@gmail.com>
17262         * savehist.el (savehist-printable): Stricter check for string
17263         value (Bug#10937).
17265 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
17267         * mail/smtpmail.el (smtpmail-send-it):
17268         Bind coding-system-for-write to *-unix, so that FCC files are kept in
17269         valid mbox format.
17271 2012-03-09  Glenn Morris  <rgm@gnu.org>
17273         * files.el (dir-locals-find-file):
17274         Don't check result is regular, readable.
17275         (dir-locals-read-from-file): Demote errors.
17277 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
17279         * international/quail.el (quail-insert-kbd-layout):
17280         Insert invisible LRM characters before each character in a keyboard
17281         layout cell, to prevent their reordering by bidi display engine.
17282         For details, see the discussion in
17283         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
17285 2012-03-08  Alan Mackenzie  <acm@muc.de>
17287         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
17288         the starting position; make it extend the marked region when
17289         invoked repeatedly - all under appropriate circumstances.
17290         Fixes bugs #5525, #10906.
17292 2012-03-08  Glenn Morris  <rgm@gnu.org>
17294         * files.el (locate-dominating-file, dir-locals-find-file):
17295         Undo 2012-03-06 change.
17297 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
17299         * international/quail.el (quail-help):
17300         Force bidi-paragraph-direction be left-to-right.  See discussion in
17301         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
17302         for the reason.
17304 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
17306         Avoid superfluous registering of signals.  (Bug#10807)
17308         * notifications.el (notifications-on-action-object)
17309         (notifications-on-close-object): New defvars.
17310         (notifications-on-action-signal, notifications-on-closed-signal):
17311         Unregister the signal if not needed any longer.
17312         (notifications-notify): Register `notifications-action-signal' or
17313         `notifications-closed-signal', if :on-action or :on-close has been
17314         passed as argument.
17316 2012-03-07  Chong Yidong  <cyd@gnu.org>
17318         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
17319         non-X platforms.
17321 2012-03-06  Glenn Morris  <rgm@gnu.org>
17323         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17324         (x-disown-selection-internal, x-get-selection-internal):
17325         Doc fix (add arglist signatures).  (Bug#10783)
17327 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
17329         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17330         Handle breakpoints with no "type".
17332 2012-03-06  Glenn Morris  <rgm@gnu.org>
17334         * files.el (locate-dominating-file): Add optional predicate argument.
17335         (dir-locals-find-file): Make use of above change.
17337 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
17339         * info.el (Info-insert-dir): Also try "dir.gz".
17341 2012-03-06  Glenn Morris  <rgm@gnu.org>
17343         * files.el (dir-locals-find-file):
17344         Ignore non-readable or non-regular files.  (Bug#10928)
17346         * files.el (locate-dominating-file): Doc fix.
17348 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
17350         * calendar/calendar.el (calendar-set-mode-line):
17351         `getenv' returns a string.  (Bug#10951)
17353 2012-03-05  Leo Liu  <sdl.web@gmail.com>
17355         * simple.el (backward-delete-char-untabify): Constrain point to
17356         field (Bug#10939).
17358         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
17360 2012-03-05  Chong Yidong  <cyd@gnu.org>
17362         * simple.el (count-words): If called from Lisp, return the word
17363         count, for symmetry with `count-lines'.  Arglist changed.
17364         (count-words--message): Args changed.  Consolidate counting code
17365         from count-words and count-words-region.
17366         (count-words-region): Caller changed.
17367         (count-lines-region): Make it an obsolete alias.
17369 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
17371         * saveplace.el (save-place-to-alist)
17372         (save-place-ignore-files-regexp): Allow value nil to disable this
17373         feature.
17375 2012-03-04  Chong Yidong  <cyd@gnu.org>
17377         * faces.el (face-spec-reset-face): For the default face, reset the
17378         attributes to default values (Bug#10748).
17380 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17382         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
17383         previous patch: Check `message-send-mail-function', and not the
17384         default function (bug#10897).
17386 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
17388         * notifications.el (notifications-on-action-signal)
17389         (notifications-on-closed-signal): Check for unique service name of
17390         incoming event.  Fix error in removing entry.
17391         (top): Register for signals with wildcard service name.
17392         (notifications-notify): Use daemon unique service name for map entries.
17394 2012-03-04  Chong Yidong  <cyd@gnu.org>
17396         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
17398 2012-03-04  Glenn Morris  <rgm@gnu.org>
17400         * abbrev.el (copy-abbrev-table, abbrev-table-p)
17401         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
17402         (expand-abbrev, define-abbrev-table): Doc fixes.
17404 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17406         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
17407         `message-default-send-mail-function' and not `send-mail-function'
17408         when doing the prompting for `sendmail-query-once' before sending
17409         in Message buffers (bug#10897).
17411         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
17412         This is inconsistent with all the other stream functions, which leave
17413         the setting up to the higher levels (if so wanted) (bug#10931).
17415 2012-03-02  Alan Mackenzie  <acm@muc.de>
17417         Depessimize the handling of very large macros.
17419         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
17420         (c-macro-cache-syntactic): New variables to implement a one
17421         element macro cache.
17422         (c-invalidate-macro-cache): New function.
17423         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
17424         Adapt to use the new cache.
17425         (c-state-safe-place): Use better the cache of safe positions.
17426         (c-state-semi-nonlit-pos-cache)
17427         (c-state-semi-nonlit-pos-cache-limit):
17428         New variables for...
17429         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
17430         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
17431         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
17432         Use c-state-semi-safe-place.
17434         * progmodes/cc-langs.el (c-get-state-before-change-functions):
17435         Add c-invalidate-macro-cache to the C, C++, Obj entries.
17437 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
17439         * jka-compr.el (jka-compr-call-process):
17440         Apply `file-accessible-directory-p' only when the default directory is
17441         not remote.
17443 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
17445         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
17446         access of FILE2, if FILE1 does not exist.
17448         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
17449         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
17451         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
17452         Add "PAGER=" to `process-environment'.
17454 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
17456         * progmodes/sql.el: Bug fix
17457         (sql-get-login-ext): Save login values in globals.
17458         (sql-get-login): Use new version of `sql-get-login-ext'.
17459         (sql-interactive-mode): Set global `sql-connection' to nil.
17460         (sql-connect): Set global values for connection.
17461         (sql-product-interactive): Save global values as buffer local.
17463 2012-02-29  Leo Liu  <sdl.web@gmail.com>
17465         * abbrev.el (define-abbrevs): Reset sys to nil.
17467 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17469         * files.el (file-equal-p): Rename from `files-equal-p'.
17470         Return nil when one or both files don't exist.
17471         (file-subdir-of-p): Now only top directory must exists,
17472         return nil if it doesn't.
17473         (copy-directory): No need to test with `file-subdir-of-p' after
17474         creating dir.
17475         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
17476         to `file-equal-p'.
17478 2012-02-28  Glenn Morris  <rgm@gnu.org>
17480         * shell.el (shell-mode):
17481         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
17482         * play/landmark.el (landmark-font-lock-face-O):
17483         * play/handwrite.el (handwrite):
17484         * play/gomoku.el (gomoku-O):
17485         * net/browse-url.el (browse-url-browser-display):
17486         * international/mule.el (define-charset):
17487         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
17488         * filesets.el (filesets-find-file-delay):
17489         * eshell/em-xtra.el (eshell-xtra):
17490         * eshell/em-unix.el (eshell-grep):
17491         * emulation/viper.el (viper-mode):
17492         * emacs-lisp/regexp-opt.el (regexp-opt-group):
17493         * emacs-lisp/easymenu.el (easy-menu-define):
17494         * calendar/timeclock.el (timeclock-use-display-time):
17495         * bs.el (bs-mode):
17496         * bookmark.el (bookmark-save-flag):
17497         Doc fix (standardize possessive apostrophe usage).
17499 2012-02-27  Chong Yidong  <cyd@gnu.org>
17501         * emulation/viper-cmd.el (viper-intercept-ESC-key):
17502         Fix key-binding lookup for ESC key (Bug#9146).
17504         * font-lock.el (font-lock-specified-p): Rename from
17505         font-lock-spec-present.  Callers changed.
17507 2012-02-27  Daniel Hackney  <dan@haxney.org>
17509         * emacs-lisp/package.el (package-compute-transaction):
17510         Handle holding a package version to t in package-load-list.
17512 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
17514         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
17515         (tramp-get-inode, tramp-get-device): Use cached values.
17517 2012-02-26  Alan Mackenzie  <acm@muc.de>
17519         Check there is a font-lock specification before doing initial
17520         fontification.
17522         * font-core.el (font-lock-mode): Move the conditional from
17523         :after-hook to font-lock-initial-fontify.
17524         (font-lock-default-function): Move the check for a specification
17525         to font-lock-spec-present.
17527         * font-lock.el (font-lock-initial-fontify): Call ...
17528         (font-lock-spec-present): New function.
17530 2012-02-26  Jim Blandy  <jimb@red-bean.com>
17532         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
17533         (gdb-send): Apply it to the operand of the '-interpreter-exec
17534         console' command, so that we can pass arguments with (say) quotes
17535         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
17537 2012-02-26  Chong Yidong  <cyd@gnu.org>
17539         * help-fns.el (describe-function-1): Clarify description of
17540         remapping (Bug#10844).
17542         * files.el (files-equal-p): Doc fix.
17543         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
17544         and quit the loop once a mismatch is found.
17546 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
17548         * bs.el (bs--show-with-configuration): Don't throw an error
17549         if the window cannot be split; otherwise, subsequent calls to
17550         bs-show fail, restoring a stale window config.  (Bug#10882)
17552 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
17554         * term/ns-win.el (global-map): Bind ns-drag-file to
17555         ns-find-file (Bug#5855, Bug#10050).
17557 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
17559         * calendar/parse-time.el (parse-time-string): Allow extractor to
17560         return nil.
17562 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
17564         * net/tramp.el (tramp-file-name-for-operation):
17565         Add `files-equal-p' and `file-subdir-of-p'.
17567         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
17568         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
17569         Add COPY-CONTENTS argument.
17571 2012-02-25  Chong Yidong  <cyd@gnu.org>
17573         Add custom groups for VC backends, for consistency with vc-bzr.
17575         * vc/vc-arch.el (vc-arch):
17576         * vc/vc-cvs.el (vc-cvs):
17577         * vc/vc-git.el (vc-git):
17578         * vc/vc-hg.el (vc-hg):
17579         * vc/vc-mtn.el (vc-mtn):
17580         * vc/vc-rcs.el (vc-rcs):
17581         * vc/vc-sccs.el (vc-sccs):
17582         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
17583         All relevant defcustoms reassigned.
17585 2012-02-25  Chong Yidong  <cyd@gnu.org>
17587         * newcomment.el (comment-styles): Add autoload (Bug#10868).
17589         * term/x-win.el (x-initialize-window-system): Reduce default for
17590         x-selection-timeout to 5 seconds (Bug#8869).
17592 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17594         * files.el (files-equal-p, file-subdir-of-p): New functions.
17595         (copy-directory): Error when trying to copy a directory on itself.
17596         Add missing copy-contents arg to tramp handler.
17597         * dired-aux.el (dired-copy-file-recursive): Same.
17598         (dired-create-files): Modify destination when source is equal to
17599         dest when copying files.
17600         Return also when dest is a subdir of source.  (Bug#10489)
17602 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
17604         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
17605         (Bug#10874)
17607 2012-02-23  Alan Mackenzie  <acm@muc.de>
17609         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
17610         parameter "after-hook:" to allow the expansion to run code after
17611         the execution of the mode hooks.
17613         * font-lock.el (font-lock-initial-fontify): New function extracted
17614         from font-lock-mode-internal.
17616         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
17617         :after-hook.
17619 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17621         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
17622         (completion--cache-all-sorted-completions): New function.
17623         (completion-all-sorted-completions): Use it.
17624         (completion--do-completion, minibuffer-force-complete):
17625         Use it to re-instate the flush hook.
17627         * icomplete.el (icomplete-completions): Replace last fix with a better
17628         one (bug#10850).
17630 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
17632         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
17633         when it might call us back infinitely (bug#10797).
17635 2012-02-23  Glenn Morris  <rgm@gnu.org>
17637         * minibuffer.el (completion-category-overrides): Doc fix.
17639 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17641         * minibuffer.el (completion-table-with-context): Fix inf-loop.
17642         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
17644 2012-02-23  Glenn Morris  <rgm@gnu.org>
17646         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
17647         (authors-obsolete-files-regexps, authors-ignored-files)
17648         (authors-ambiguous-files, authors-renamed-files-alist):
17649         Add more entries.
17651 2012-02-23  Juri Linkov  <juri@jurta.org>
17653         * isearch.el (isearch-occur): Sync interactive spec with occur's
17654         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
17656         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
17658 2012-02-22  Juri Linkov  <juri@jurta.org>
17660         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
17661         (ucs-insert): Doc fix.  Check for hex digits in the string.
17662         Don't display `nil' in the error message.  (Bug#10857)
17664 2012-02-22  Alan Mackenzie  <acm@muc.de>
17666         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17668 2012-02-22  Glenn Morris  <rgm@gnu.org>
17670         * ffap.el (ffap-c-path):
17671         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
17673 2012-02-22  Chong Yidong  <cyd@gnu.org>
17675         * custom.el (load-theme): Doc fix.
17677 2012-02-22  Glenn Morris  <rgm@gnu.org>
17679         * dired-x.el (dired-guess-shell-alist-default):
17680         Remove escape sequences from nroff output.  (Bug#172)
17682 2012-02-21  Glenn Morris  <rgm@gnu.org>
17684         * vc/emerge.el (emerge-defvar-local):
17685         Set `permanent-local' property rather than unused `preserved'.
17687         * textmodes/picture.el (picture-delete-char): New alias.
17688         (picture-mode-map): Use it.  (Bug#10860)
17689         (picture-mode): Doc fix.
17691 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
17693         * newcomment.el (uncomment-region-default): Remove unused binding.
17695 2012-02-21  Glenn Morris  <rgm@gnu.org>
17697         * textmodes/picture.el (picture-motion, picture-motion-reverse)
17698         (picture-self-insert, picture-tab-chars): Doc fix.
17699         (picture-mode-map): Fix C-a, C-e.
17701 2012-02-20  Glenn Morris  <rgm@gnu.org>
17703         * emacs-lisp/authors.el (authors-aliases): Add another entry.
17705 2012-02-20  Leo Liu  <sdl.web@gmail.com>
17707         * icomplete.el (icomplete-completions): Check FROM arg before
17708         passing to substring (Bug#10850).
17710 2012-02-19  Chong Yidong  <cyd@gnu.org>
17712         * comint.el: Require ansi-color.
17713         (comint-output-filter-functions): Add ansi-color-process-output.
17715         * ansi-color.el: Don't set comint-output-filter-functions; it is
17716         now in the initial value defined in comint.el.
17717         (ansi-color-apply-face-function): New variable.
17718         (ansi-color-apply-on-region): Use it.
17719         (ansi-color-apply-overlay-face): New function.
17721         * shell.el (shell): No need to require ansi-color.
17722         (shell-mode): Use ansi-color-apply-face-function to highlight
17723         color escapes using font-lock-face property (Bug#10835).
17725 2012-02-19  Chong Yidong  <cyd@gnu.org>
17727         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17728         mode-line formats (Bug#10839).
17730 2012-02-18  Glenn Morris  <rgm@gnu.org>
17732         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17734         * mail/undigest.el (unforward-rmail-message): Doc fix.
17736         * saveplace.el (save-place-ignore-files-regexp): Add :version.
17738 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
17740         * international/characters.el (script-list): Sync with the latest
17741         Unicode Character Database.
17743 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
17745         * international/titdic-cnv.el: Remove duplicate coding tag.
17746         * language/cham.el: Likewise.
17747         * language/tai-viet.el: Likewise.
17749 2012-02-18  Glenn Morris  <rgm@gnu.org>
17751         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17752         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17753         (calendar-bahai-all-holidays-flag, calendar-other-dates):
17754         * calendar/diary-lib.el (diary-abbreviated-year-flag):
17755         * calendar/holidays.el (holiday-bahai-holidays)
17756         (calendar-holidays, list-holidays):
17757         Use utf-8 BahĂ¡'Ă­ in doc-strings, menus, etc.
17759 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
17761         * saveplace.el (save-place-ignore-files-regexp): New variable
17762         allowing for excluding files from saving their location of point.
17763         The default value matches the temporary commit message editing
17764         files from Git, SVN, Bazaar, and Mercurial.
17765         (save-place-to-alist): Use it.
17767 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
17768             Stefan Monnier  <monnier@iro.umontreal.ca>
17770         * newcomment.el (uncomment-region-default): Don't leave extra space
17771         when an arg is provided (bug#8150).
17773 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
17775         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17777 2012-02-17  Glenn Morris  <rgm@gnu.org>
17779         * net/socks.el: Require network-stream.  (Bug#10599)
17781 2012-02-17  Kenichi Handa  <handa@m17n.org>
17783         * international/charprop.el:
17784         * international/uni-name.el:
17785         * international/uni-old-name.el:
17786         * international/uni-comment.el: Regenerate.
17788 2012-02-16  Glenn Morris  <rgm@gnu.org>
17790         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17791         Interactively in calendar buffer, give an error if not on a date.
17793 2012-02-15  Glenn Morris  <rgm@gnu.org>
17795         * shell.el (shell-delimiter-argument-list):
17796         Revert 2011-02-17 change.  (Bug#8027)
17798 2012-02-15  Chong Yidong  <cyd@gnu.org>
17800         * minibuffer.el (completion-at-point-functions): Doc fix.
17802         * custom.el (defcustom): Doc fix; note use of defvar.
17804 2012-02-15  Glenn Morris  <rgm@gnu.org>
17806         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17807         Doc fixes.
17809 2012-02-14  Glenn Morris  <rgm@gnu.org>
17811         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17813 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
17815         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17816         way the ports list is computed.
17817         (smtpmail-query-smtp-server): Prompt the user for a port number if
17818         we can't connect to any of the standard ports (bug#10810).
17820 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17822         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17824 2012-02-13  Glenn Morris  <rgm@gnu.org>
17826         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
17828 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
17830         * net/gnutls.el (gnutls-trustfiles): New variable.
17831         (gnutls-negotiate): Use it.
17833 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
17835         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17836         does its stuff if Gnus is running.
17838 2012-02-13  Alan Mackenzie  <acm@muc.de>
17840         Fix a loop in c-set-fl-decl-start.
17842         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17843         c-backward-syntactic-ws actually moves backwards.
17845 2012-02-13  Leo Liu  <sdl.web@gmail.com>
17847         * net/rcirc.el (rcirc-markup-attributes): Move point to the
17848         beginning so that all \C-o chars are removed.
17850 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
17852         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17854 2012-02-12  Alan Mackenzie  <acm@muc.de>
17856         Fix infinite loop with long macros.
17857         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17859 2012-02-12  Chong Yidong  <cyd@gnu.org>
17861         * window.el (display-buffer): Doc fix (Bug#10785).
17863 2012-02-12  Glenn Morris  <rgm@gnu.org>
17865         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17866         (x-disown-selection-internal, x-get-selection-internal):
17867         Sync docs with the xselect.c versions.
17869         * allout-widgets.el: Add missing license notice.
17871 2012-02-11  Glenn Morris  <rgm@gnu.org>
17873         * select.el (x-get-selection-internal, x-own-selection-internal)
17874         (x-disown-selection-internal):
17875         * x-dnd.el (x-get-selection-internal): Update declarations.
17877         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17879         * window.el (window-sides-slots):
17880         * tool-bar.el (tool-bar-position):
17881         * term/xterm.el (xterm-extra-capabilities):
17882         * ses.el (ses-self-reference-early-detection):
17883         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17884         (verilog-auto-wire-type)
17885         (verilog-auto-delete-trailing-whitespace)
17886         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
17887         (verilog-auto-tieoff-declaration):
17888         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
17889         (sql-oracle-statement-starters, sql-oracle-scan-on):
17890         * progmodes/prolog.el (prolog-align-comments-flag)
17891         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
17892         (prolog-left-indent-regexp, prolog-paren-indent-p)
17893         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
17894         (prolog-types, prolog-mode-specificators)
17895         (prolog-determinism-specificators, prolog-directives)
17896         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
17897         (prolog-electric-dot-flag)
17898         (prolog-electric-dot-full-predicate-template)
17899         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
17900         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
17901         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
17902         (prolog-program-switches, prolog-prompt-regexp)
17903         (prolog-debug-on-string, prolog-debug-off-string)
17904         (prolog-trace-on-string, prolog-trace-off-string)
17905         (prolog-zip-on-string, prolog-zip-off-string)
17906         (prolog-use-standard-consult-compile-method-flag)
17907         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
17908         (prolog-imenu-max-lines, prolog-info-predicate-index)
17909         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
17910         (prolog-char-quote-workaround):
17911         * progmodes/cc-vars.el (c-defun-tactic):
17912         * net/tramp.el (tramp-encoding-command-interactive)
17913         (tramp-local-end-of-line):
17914         * net/soap-client.el (soap-client):
17915         * net/netrc.el (netrc-file):
17916         * net/gnutls.el (gnutls):
17917         * minibuffer.el (completion-category-overrides)
17918         (completion-cycle-threshold)
17919         (completion-pcm-complete-word-inserts-delimiters):
17920         * man.el (Man-name-local-regexp):
17921         * mail/feedmail.el (feedmail-display-full-frame):
17922         * international/characters.el (glyphless-char-display-control):
17923         * eshell/em-ls.el (eshell-ls-date-format):
17924         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
17925         (lisp-lambda-list-keyword-parameter-indentation)
17926         (lisp-lambda-list-keyword-parameter-alignment):
17927         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
17928         * dired-x.el (dired-omit-verbose):
17929         * cus-theme.el (custom-theme-allow-multiple-selections):
17930         * calc/calc.el (calc-highlight-selections-with-faces)
17931         (calc-lu-field-reference, calc-lu-power-reference)
17932         (calc-note-threshold):
17933         * battery.el (battery-mode-line-limit):
17934         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
17935         (archive-7z-update):
17936         * allout.el (allout-prefixed-keybindings)
17937         (allout-unprefixed-keybindings)
17938         (allout-inhibit-auto-fill-on-headline)
17939         (allout-flattened-numbering-abbreviation):
17940         * allout-widgets.el (allout-widgets-auto-activation)
17941         (allout-widgets-icons-dark-subdir)
17942         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
17943         (allout-widgets-theme-dark-background)
17944         (allout-widgets-theme-light-background)
17945         (allout-widgets-item-image-properties-emacs)
17946         (allout-widgets-item-image-properties-xemacs)
17947         (allout-widgets-run-unit-tests-on-load)
17948         (allout-widgets-time-decoration-activity)
17949         (allout-widgets-hook-error-post-time)
17950         (allout-widgets-track-decoration):
17951         Add missing :version tags to new defcustoms and defgroups.
17953         * progmodes/sql.el (sql-ansi-statement-starters)
17954         (sql-oracle-statement-starters): Add custom type.
17956         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
17957         (prolog-system-version): Give it a type.
17959 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
17961         * term/pc-win.el (x-select-text, x-selection-owner-p)
17962         (x-own-selection-internal, x-disown-selection-internal)
17963         (x-get-selection-internal): Sync doc strings and argument lists
17964         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
17966 2012-02-11  Leo Liu  <sdl.web@gmail.com>
17968         * progmodes/python.el (python-end-of-statement): Fix infinite
17969         loop.  (Bug#10788)
17971 2012-02-10  Glenn Morris  <rgm@gnu.org>
17973         * international/mule-cmds.el (unify-8859-on-encoding-mode)
17974         (unify-8859-on-decoding-mode): Properly mark as obsolete.
17976 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
17978         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
17979         about SMTP before checking the From header.
17981         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
17982         into own function for reuse by emacsbug.el.
17984 2012-02-10  Leo Liu  <sdl.web@gmail.com>
17986         * subr.el (condition-case-unless-debug): Rename from
17987         condition-case-no-debug.  All callers changed.
17988         (with-demoted-errors): Fix caller.
17990         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
17991         * nxml/rng-valid.el (rng-do-some-validation):
17992         * emacs-lisp/package.el (package-refresh-contents)
17993         (package-menu-execute):
17994         * desktop.el (desktop-create-buffer):
17995         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
17997 2012-02-10  Glenn Morris  <rgm@gnu.org>
17999         * textmodes/bibtex.el:
18000         Add missing :version tags for new/changed defcustoms.
18002         * files.el (remote-file-name-inhibit-cache): Doc fixes.
18004 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
18006         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
18007         (smtpmail-via-smtp): Use it, or fall back on the From address.
18008         (smtpmail-send-it): Ditto.
18010 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18012         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
18013         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
18014         (byte-compile-tmp-var): New const.
18015         (byte-compile-defvar): Use it to minimize .elc size.
18016         Just use `defvar' rather than simulate it (bug#10761).
18018 2012-02-09  Glenn Morris  <rgm@gnu.org>
18020         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
18022         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
18023         Add :version tags.
18025         * progmodes/compile.el (compilation-error-screen-columns)
18026         (compilation-first-column, compilation-filter-start): Doc fixes.
18028         * vc/log-view.el (log-view-toggle-entry-display):
18029         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
18031         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
18032         (report-emacs-bug-can-use-xdg-email):
18033         (report-emacs-bug-insert-to-mailer): Doc fixes.
18034         (report-emacs-bug): Message fix.
18036         * net/browse-url.el (browse-url-can-use-xdg-open)
18037         (browse-url-xdg-open): Doc fixes.
18039         * electric.el (electric-indent-mode, electric-pair-mode)
18040         (electric-layout-rules, electric-layout-mode): Doc fixes.
18041         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
18043 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
18045         * server.el (server-unselect-display): Don't inadvertently kill
18046         the current buffer.  (Bug#10729)
18048 2012-02-08  Glenn Morris  <rgm@gnu.org>
18050         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
18051         (sql-list-table): Doc fixes.
18053         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
18054         Comment out (does nothing).
18056         * completion.el (dynamic-completion-mode):
18057         * dirtrack.el (dirtrack-debug-mode):
18058         * electric.el (electric-layout-mode):
18059         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
18060         * face-remap.el (text-scale-mode, buffer-face-mode):
18061         * iimage.el (iimage-mode):
18062         * image-mode.el (image-transform-mode):
18063         * minibuffer.el (completion-in-region-mode):
18064         * scroll-lock.el (scroll-lock-mode):
18065         * simple.el (next-error-follow-minor-mode):
18066         * tar-mode.el (tar-subfile-mode):
18067         * tooltip.el (tooltip-mode):
18068         * vcursor.el (vcursor-use-vcursor-map):
18069         * wid-browse.el (widget-minor-mode):
18070         * emulation/tpu-edt.el (tpu-edt-mode):
18071         * emulation/tpu-extras.el (tpu-cursor-free-mode):
18072         * international/iso-ascii.el (iso-ascii-mode):
18073         * language/thai-util.el (thai-word-mode):
18074         * mail/supercite.el (sc-minor-mode):
18075         * net/goto-addr.el (goto-address-mode):
18076         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
18077         * progmodes/cwarn.el (cwarn-mode):
18078         * progmodes/flymake.el (flymake-mode):
18079         * progmodes/glasses.el (glasses-mode):
18080         * progmodes/hideshow.el (hs-minor-mode):
18081         * progmodes/pascal.el (pascal-outline-mode):
18082         * textmodes/enriched.el (enriched-mode):
18083         * vc/smerge-mode.el (smerge-mode):
18084         Doc fixes (minor mode argument).
18086 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
18088         * ls-lisp.el (ls-lisp-sanitize): New function.
18089         (ls-lisp-insert-directory): Use it to fix or remove any elements
18090         in file-alist with missing attributes.  (Bug#4673)
18092 2012-02-07  Alan Mackenzie  <acm@muc.de>
18094         Fix spurious recognition of c-in-knr-argdecl.
18096         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
18097         putative K&R region.
18099 2012-02-07  Alan Mackenzie  <acm@muc.de>
18101         * progmodes/cc-engine.el (c-forward-objc-directive):
18102         Prevent looping in "#pragma mark @implementation".
18104 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
18106         * notifications.el (notifications-on-closed-signal): Make `reason'
18107         optional.  (Bug#10744)
18109 2012-02-07  Glenn Morris  <rgm@gnu.org>
18111         * emacs-lisp/easy-mmode.el (define-minor-mode):
18112         Doc fixes for the macro and the mode it defines.
18114         * image.el (imagemagick-types-inhibit): Doc fix.
18116         * cus-start.el (imagemagick-render-type): Add it.
18118 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
18120         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
18121         Set the default at load time, too, so that `font-lock-fontify-buffer'
18122         can be called without setting up the entire mode first.  This fixes
18123         a bug in `mm-inline-text' with C MIME parts.
18125 2012-02-06  Chong Yidong  <cyd@gnu.org>
18127         * simple.el (list-processes--refresh): Delete exited processes
18128         (Bug#8094).
18130         * comint.el (comint-next-prompt): next-single-char-property-change
18131         and prev-single-char-property-change never return nil (Bug#8657).
18133         * custom.el (defcustom): Doc fix (Bug#9711).
18135 2012-02-05  Chong Yidong  <cyd@gnu.org>
18137         * cus-edit.el (custom-variable-reset-backup): Quote the value
18138         before storing it in the customized-value property (Bug#6712).
18139         (custom-display): Add a customization type tag.
18140         (custom-buffer-create-internal): Improve tooltip message.
18142         * wid-edit.el (widget-field-value-get): New optional arg to
18143         suppress trailing whitespace truncation.
18144         (character): Use it (Bug#2689).
18146 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
18148         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
18149         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
18151 2012-02-05  Chong Yidong  <cyd@gnu.org>
18153         * cus-edit.el (custom-variable-value-create): For mismatched
18154         types, show the current value (Bug#7600).
18156         * custom.el (defcustom): Doc fix.
18158 2012-02-05  Glenn Morris  <rgm@gnu.org>
18160         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
18162 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
18164         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
18165         (pp-buffer): Use `ignore-errors', `looking-at-p'.
18166         (pp-last-sexp): Use `looking-at-p'.
18168 2012-02-04  Glenn Morris  <rgm@gnu.org>
18170         * files.el (revert-buffer):
18171         Doc fix (mention revert-buffer-in-progress-p).
18173         * emacs-lisp/ert-x.el (ert-simulate-command):
18174         Check deferred-action-list (which is obsolete) is bound.
18176         * subr.el (with-wrapper-hook): Doc fixes.
18178         * simple.el (filter-buffer-substring-functions)
18179         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
18181 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
18183         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
18184         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
18186 2012-02-04  Leo Liu  <sdl.web@gmail.com>
18188         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
18190 2012-02-04  Glenn Morris  <rgm@gnu.org>
18192         * image.el (image-extension-data): Add obsolete alias.
18194         * isearch.el (isearch-update): Doc fix.
18196         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
18198         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
18200 2012-02-03  Glenn Morris  <rgm@gnu.org>
18202         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
18203         (image-animate-timeout): Doc fix.
18205         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
18207 2012-02-02  Glenn Morris  <rgm@gnu.org>
18209         * server.el (server-auth-dir): Doc fix.
18210         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
18212         * subr.el (run-mode-hooks): Doc fix.
18214 2012-02-02  Juri Linkov  <juri@jurta.org>
18216         * image-mode.el (image-toggle-display-image): Remove tautological
18217         `major-mode' from the `derived-mode-p' test.
18219 2012-02-02  Kenichi Handa  <handa@m17n.org>
18221         * composite.el (compose-region): Cancel previous change.
18223 2012-02-02  Kenichi Handa  <handa@m17n.org>
18225         * composite.el (compose-region, compose-string): Signal error for
18226         a null string component (Bug#6988).
18228 2012-02-01  Chong Yidong  <cyd@gnu.org>
18230         * view.el (view-buffer-other-window, view-buffer-other-frame):
18231         Handle special modes like view-buffer (Bug#10650).
18232         (view-buffer): Simplify.
18234         * frame.el (set-frame-font): Tweak meaning of third argument.
18236         * dynamic-setting.el (font-setting-change-default-font):
18237         Use set-frame-font (Bug#9982).
18239 2012-02-01  Glenn Morris  <rgm@gnu.org>
18241         * progmodes/compile.el (compilation-internal-error-properties):
18242         Respect compilation-first-column in the "*compilation*" buffer.
18244         * emacs-lisp/easy-mmode.el (define-minor-mode):
18245         Relax :variable's test for a named function.
18247 2012-01-31  Alan Mackenzie  <acm@muc.de>
18249         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
18250         off by one error.
18252 2012-01-31  Chong Yidong  <cyd@gnu.org>
18254         * frame.el (set-frame-font): New arg ALL-FRAMES.
18256         * menu-bar.el (menu-set-font): Use set-frame-font.
18258         * faces.el (face-spec-reset-face): Don't apply unspecified
18259         attribute values to the default face.
18261 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
18263         * progmodes/cwarn.el (cwarn): Remove dead link.
18264         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
18265         Remove * from defcustom docstrings.
18266         (turn-on-cwarn-mode): Make obsolete.
18267         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
18268         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
18270 2012-01-31  Glenn Morris  <rgm@gnu.org>
18272         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
18273         Fix :variable handling of mode a symbol not equal to modefun.
18274         Allow named functions to be used as the cdr of :variable.
18276 2012-01-30  Glenn Morris  <rgm@gnu.org>
18278         * emacs-lisp/authors.el (authors-fixed-entries):
18279         Remove reference to deleted file rnewspost.el.
18281 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
18283         * window.el (window-with-parameter): Remove unused variable `windows'.
18284         (window--side-check): Remove unused variable `code'.
18285         (window--resize-siblings): Remove unused variable `first'.
18286         (adjust-window-trailing-edge): Remove unused variable `failed'.
18287         (window-deletable-p, window--delete): Remove unused variable `buffer'.
18288         Use `let', not `let*'.
18289         (balance-windows-2): Remove unused variable `found'.
18290         (window--state-put-2): Remove unused variable `splits'.
18291         (window-state-put): Remove unused variable `selected'.
18292         (same-window-p): Use `string-match-p'.
18293         (display-buffer-assq-regexp): Remove unused variable `value'.
18294         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18295         Mark argument ALIST as ignored.
18296         (pop-to-buffer): Remove unused variable `old-window'.
18298 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
18300         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
18301         and .lzma compressed files.
18303 2012-01-29  Chong Yidong  <cyd@gnu.org>
18305         * frame.el (window-system-default-frame-alist): Doc fix.
18307         * dynamic-setting.el (font-setting-change-default-font): Don't
18308         change the default face if SET-FONT argument is non-nil (Bug#9982).
18310 2012-01-29  Samuel Bronson  <naesten@gmail.com>
18312         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
18314 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
18316         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
18317         breakpoints in files outside current directory (Bug#6098).
18319 2012-01-29  Chong Yidong  <cyd@gnu.org>
18321         * progmodes/python.el: Require ansi-color at top-level.
18323         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
18324         Define and use in Emacs Lisp mode (Bug#9360).
18325         (lisp-mode-abbrev-table): Add doc.
18326         (lisp-mode-variables): Don't set local-abbrev-table.
18327         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
18329 2012-01-28  Roland Winkler  <winkler@gnu.org>
18331         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
18333 2012-01-28  Roland Winkler  <winkler@gnu.org>
18335         * textmodes/bibtex.el (bibtex-entry-alist): New function.
18336         (bibtex-set-dialect): Use it.  Either set global values of
18337         dialect-dependent variables or bind these variables buffer-locally
18338         (Bug#10254).
18339         (bibtex-mode): Call bibtex-set-dialect via
18340         hack-local-variables-hook.
18341         (bibtex-dialect): Update docstring.
18342         Add safe-local-variable predicate.
18343         (bibtex-entry-alist, bibtex-field-alist): Initialize via
18344         bibtex-set-dialect.
18345         (bibtex-mode-map): Define menu for each dialect.
18346         (bibtex-entry): Fix docstring.
18348 2012-01-28  Chong Yidong  <cyd@gnu.org>
18350         * eshell/esh-arg.el (eshell-quote-argument): New function.
18352         * eshell/esh-ext.el (eshell-invoke-batch-file):
18353         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
18354         first arg to eshell-parse-command (Bug#10523).
18356 2012-01-28  Drew Adams  <drew.adams@oracle.com>
18358         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
18359         `default-directory' is non-nil.
18361 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
18363         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
18364         line that displays system-configuration-options.  (Bug#9924)
18366 2012-01-28  Drew Adams  <drew.adams@oracle.com>
18368         * descr-text.el (describe-char): Show information about POS, in
18369         addition to information about the character at POS.  Improve and
18370         update the doc string.  Change "code point" to "code point in
18371         charset", to avoid confusion with the character's Unicode code
18372         point shown above that.  (Bug#10129)
18374 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
18376         * descr-text.el (describe-char): Show the raw character, not only
18377         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
18378         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
18379         for the reasons.
18381 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
18383         * emacs-lisp/package.el (package-install):
18384         Run package-refresh-contents if there is no archive yet (Bug#9798).
18386 2012-01-28  Chong Yidong  <cyd@gnu.org>
18388         * emacs-lisp/package.el (package-maybe-load-descriptor):
18389         New function, split from package-maybe-load-descriptor.
18390         (package-maybe-load-descriptor): Use it.
18391         (package-download-transaction): Fully load required packages
18392         inside the loop, so that `require' calls work (Bug#10593).
18393         (package-install): No need to call package-initialize now.
18395 2012-01-28  Chong Yidong  <cyd@gnu.org>
18397         * simple.el (deactivate-mark): Doc fix (Bug#8614).
18399         * tooltip.el (tooltip-mode): Doc fix.
18400         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
18402         * frame.el (set-cursor-color): Doc fix (Bug#352).
18404         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
18405         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
18407         * cus-edit.el (custom-buffer-create-internal): Fix search button
18408         action (Bug#10542).
18409         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
18411 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
18413         * dired.el (dired-mark-files-regexp):
18414         Include any subdirectory components.  (Bug#10445)
18416 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
18418         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
18419         Handle [host]:port syntax.  (Bug#10533)
18421 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
18423         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
18425 2012-01-26  Glenn Morris  <rgm@gnu.org>
18427         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
18428         * term.el (term-raw-escape-map): Use Control-X-prefix.
18429         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
18431 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
18433         * window.el (window-state-get, window--state-get-1): Don't deal
18434         with fixed-sizeness of windows.  Simplify code.
18436 2012-01-25  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
18438         * window.el (window--state-get-1, window--state-put-2):
18439         Don't save and restore the mark.
18441 2012-01-25  Chong Yidong  <cyd@gnu.org>
18443         * custom.el (custom-variable-p): Doc fix.
18445 2012-01-25  Glenn Morris  <rgm@gnu.org>
18447         * dired.el (dired-goto-file): Handle some of the more common
18448         characters that `ls -b' escapes.  (Bug#10596)
18450         * progmodes/compile.el (compilation-next-error-function):
18451         Respect compilation-first-column in the "*compilation*" buffer.
18452         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
18454         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
18456 2012-01-24  Glenn Morris  <rgm@gnu.org>
18458         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
18460 2012-01-24  Julien Danjou  <julien@danjou.info>
18462         * color.el (color-rgb-to-hsl): Fix value computing.
18463         (color-hue-to-rgb): New function.
18464         (color-hsl-to-rgb): New function.
18465         (color-clamp, color-saturate-hsl, color-saturate-name)
18466         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
18467         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
18469 2012-01-24  Glenn Morris  <rgm@gnu.org>
18471         * vc/vc-rcs.el (vc-rcs-create-tag):
18472         * vc/vc-sccs.el (vc-sccs-create-tag):
18473         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
18475 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
18477         * eshell/esh-util.el (eshell-read-hosts-file):
18478         Skip comment lines.  (Bug#10549)
18480         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
18482 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
18484         * subr.el (display-delayed-warnings): Doc fix.
18485         (collapse-delayed-warnings): New function to collapse identical
18486         adjacent warnings.
18487         (delayed-warnings-hook): Add it.
18489 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
18491         * net/tramp.el (tramp-action-login): Set connection property "login-as".
18493         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
18494         (tramp-default-user-alist): Don't add "pscp".
18495         (tramp-do-copy-or-rename-file-out-of-band): Use connection
18496         property "login-as", if set.  (Bug#10530)
18498 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
18500         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
18501         "plink1" and "psftp".  (Bug#10530)
18503 2012-01-21  Kenichi Handa  <handa@m17n.org>
18505         * international/mule-cmds.el (prefer-coding-system): Show a
18506         warning message if the default value of file-name-coding-system
18507         was not changed.
18509 2012-01-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
18511         * windmove.el (windmove-reference-loc):
18512         Fix windmove-reference-loc miscalculation.
18514 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
18516         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
18517         default unit.
18519 2012-01-21  Glenn Morris  <rgm@gnu.org>
18521         * international/mule.el (auto-coding-alist): Add .tbz.
18523         * files.el (local-enable-local-variables): Doc fix.
18524         (inhibit-local-variables-regexps): Rename from
18525         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
18526         Doc fix.  Add some extensions from auto-coding-alist.
18527         (inhibit-local-variables-suffixes):
18528         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
18529         (inhibit-local-variables-p):
18530         New function, extracted from set-auto-mode-1.
18531         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
18532         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
18533         (hack-local-variables): Doc fix.  Make the mode-only case
18534         respect enable-local-variables and friends.
18535         Respect inhibit-local-variables-regexps for file-locals, but
18536         not for directory-locals.
18537         (set-visited-file-name):
18538         Take account of inhibit-local-variables-regexps.
18539         Whether it applies may change as the file name is changed.
18540         * jka-cmpr-hook.el (jka-compr-install):
18541         * jka-compr.el (jka-compr-uninstall):
18542         Update for inhibit-first-line-modes-suffixes name change.
18544 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
18546         * help-macro.el (make-help-screen): Temporarily restore original
18547         binding for minor-mode-map-alist (Bug#10454).
18549 2012-01-19  Julien Danjou  <julien@danjou.info>
18551         * color.el (color-name-to-rgb): Use the white color to find the max
18552         color component value and return correctly computed values.
18553         (color-name-to-rgb): Add missing float conversion for max value.
18555 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
18557         * window.el (window--state-get-1, window-state-get): Do not use
18558         special state value for window-persistent-parameters.
18559         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
18560         (window--state-put-2): Reset all window parameters to nil before
18561         assigning values of persistent parameters.
18563 2012-01-18  Alan Mackenzie  <acm@muc.de>
18565         Eliminate sluggishness and hangs in fontification of "semicolon
18566         deserts".
18568         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
18569         Change value 10000 -> 3000.
18570         (c-state-safe-place): Reformulate so it doesn't stack up an
18571         infinite number of wrong entries in c-state-nonlit-pos-cache.
18572         (c-determine-limit-get-base, c-determine-limit): New functions to
18573         determine backward search limits disregarding literals.
18574         (c-find-decl-spots): Amend commenting.
18575         (c-cheap-inside-bracelist-p): New function which detects "={".
18577         * progmodes/cc-fonts.el
18578         (c-make-font-lock-BO-decl-search-function): Give a limit to a
18579         backward search.
18580         (c-font-lock-declarations): Fix an occurrence of point being
18581         undefined.  Check additionally for point being in a bracelist or
18582         near a macro invocation without a semicolon so as to avoid a
18583         fruitless time consuming search for a declarator.  Give a more
18584         precise search limit for declarators using the new
18585         c-determine-limit.
18587 2012-01-18  Glenn Morris  <rgm@gnu.org>
18589         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
18590         (set-auto-mode): Doc fixes.
18592 2012-01-17  Glenn Morris  <rgm@gnu.org>
18594         * isearch.el (search-nonincremental-instead): Fix doc typo.
18596         * dired.el (dired-insert-directory): Handle newlines in directory name.
18597         (dired-build-subdir-alist): Unescape newlines in directory name.
18599 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
18601         * net/tramp.el (tramp-local-end-of-line): New defcustom.
18602         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
18603         (tramp-action-terminal): Use it.  (Bug#10530)
18605 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18607         * minibuffer.el (completion--replace): Strip properties (bug#10062).
18609 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
18611         * window.el (window-state-ignored-parameters): Remove variable.
18612         (window--state-get-1): Rename argument MARKERS to IGNORE.
18613         Handle persistent window parameters.  Make copy of clone-of
18614         parameter only if requested.  (Bug#10348)
18615         (window--state-put-2): Install a window parameter only if it has
18616         a non-nil value or an existing parameter shall be overwritten.
18618 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
18620         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
18622 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
18624         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
18625         don't pass the (nil) value of `upnode' to string-match.
18627 2012-01-14  Chong Yidong  <cyd@gnu.org>
18629         * startup.el (command-line): Fix X resource class for cursorColor.
18630         Fix values recognized by the cursorBlink resource.
18632 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
18634         * epg.el (epg--make-temp-file): Avoid permission race condition
18635         when running on old Emacs versions (bug#10403).
18637 2012-01-14  Glenn Morris  <rgm@gnu.org>
18639         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
18641 2012-01-13  Alan Mackenzie  <acm@muc.de>
18643         Fix filling for when filladapt mode is enabled.
18645         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
18646         c-mask-paragraph, pass in `fill-paragraph' rather than
18647         `fill-region-as-paragraph'.  (This is a reversion of a previous
18648         change.)
18649         * progmodes/cc-mode.el (c-basic-common-init):
18650         Make fill-paragraph-handle-comment buffer local and set it to nil.
18652 2012-01-13  Glenn Morris  <rgm@gnu.org>
18654         * dired.el (dired-switches-escape-p): New function.
18655         (dired-insert-directory): Use dired-switches-escape-p.
18656         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
18658         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
18660 2012-01-12  Glenn Morris  <rgm@gnu.org>
18662         * mail/sendmail.el (mail-mode): Update paragraph-separate for
18663         changes in adaptive-fill-regexp.  (Bug#10276)
18665 2012-01-11  Alan Mackenzie  <acm@muc.de>
18667         Fix Emacs bug #10463 - put `widen's around the critical spots.
18669         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
18670         widen around each invocation of c-state-pp-to-literal.  Remove an
18671         unused let variable.
18673 2012-01-11  Glenn Morris  <rgm@gnu.org>
18675         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
18676         Doc fix.
18678 2012-01-10  Chong Yidong  <cyd@gnu.org>
18680         * net/network-stream.el (network-stream-open-starttls):
18681         Avoid emitting a confusing error message when the server gives a bad
18682         response to the capability command.
18684 2012-01-10  Glenn Morris  <rgm@gnu.org>
18686         * mail/unrmail.el (unrmail): Tweak previous change.
18688 2012-01-09  Chong Yidong  <cyd@gnu.org>
18690         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
18692 2012-01-08  Alan Mackenzie  <acm@muc.de>
18694         Optimize font locking in long enum definitions.
18696         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18697         arm to a cond form to handle enums.
18698         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18699         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18701 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
18703         * files.el (move-file-to-trash): Preserve default file modes on error.
18704         (Bug#10401)
18706 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18708         * faces.el (set-face-attribute): Clarify the meaning of the nil
18709         frame (bug#10294).
18711         * subr.el (with-selected-frame): Mention that the selected frame
18712         is restored (bug#9980).
18714         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18715         (bug#9759).
18717         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18718         (password-read): Don't autoload unused function.
18720 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
18722         * progmodes/which-func.el (which-func-mode): Turn into a
18723         non-interactive function and mark as obsolete (bug#10428).
18725 2012-01-06  Chong Yidong  <cyd@gnu.org>
18727         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18728         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18729         functions, along with 1 and -1.
18731 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
18733         * time.el (display-time-load-average)
18734         (display-time-default-load-average): Doc fixes.  See the thread
18735         starting at
18736         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18737         for the details.
18739 2012-01-06  Glenn Morris  <rgm@gnu.org>
18741         * mail/unrmail.el (unrmail): Give an explicit error if the input file
18742         has no messages.  (Bug#10377)
18744         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18745         than Info-edit.  (Bug#10385)
18747         * time.el (display-time-load-average, display-time-next-load-average):
18748         Doc fixes.
18750         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18751         local setting of buffer-read-only to the input buffer.  (Bug#10419)
18753         * calendar/calendar.el (calendar-mode):
18754         Locally set scroll-margin to 0.  (Bug#10379)
18756 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
18758         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
18760 2012-01-05  Glenn Morris  <rgm@gnu.org>
18762         * eshell/em-unix.el (diff-no-select): Autoload it.
18763         (eshell/diff): Use diff-no-select.  (Bug#10420)
18765 2012-01-05  Chong Yidong  <cyd@gnu.org>
18767         * shell.el (shell-dynamic-complete-functions): Revert last change.
18768         (shell-command-completion-function): New function.
18769         (shell-completion-vars): Use it to implement
18770         shell-completion-execonly (Bug#10417).
18772         * custom.el (enable-theme): Don't set custom-safe-themes.
18774         * cus-theme.el (custom-theme-merge-theme):
18775         Ignore custom-enabled-themes and custom-safe-themes.
18777 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
18779         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18780         first prompt in `sql-interacive-mode'.
18781         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18782         keywords.
18783         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18784         (sql-product-interactive): Bug fix: Set `sql-buffer' in
18785         context of original buffer.  Invoke `sql-login-hook'.
18787 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
18789         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18790         letters in cite-prefix.
18792 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18794         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18796 2012-01-03  Chong Yidong  <cyd@gnu.org>
18798         * shell.el (shell-dynamic-complete-functions):
18799         Put pcomplete-completions-at-point, so as to try
18800         comint-filename-completion first (Bug#10417).
18802 2012-01-02  Richard Stallman  <rms@gnu.org>
18804         * battery.el (battery-status-function):
18805         Detect when to use battery-yeeloong-sysfs.
18806         (battery-echo-area-format): Add string for Yeeloong.
18807         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18808         (battery-yeeloong-sysfs): New function.
18810 2012-01-02  Chong Yidong  <cyd@gnu.org>
18812         * dirtrack.el (dirtrack-list): Eliminate unused third element.
18813         (dirtrack): Merge code for handling relative filenames in prompt
18814         from shell-dir-cookie-watcher.
18815         (dirtrack-debug-message): New arg to avoid excess format calls.
18817         * shell.el (shell-dir-cookie-re): Variable deleted.
18818         (shell-dir-cookie-watcher): Function deleted.
18819         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18820         with dirtrack-mode.
18822 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
18824         * term/w32-win.el (dynamic-library-alist) <gnutls>:
18825         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18826         libgnutls-26.dll.
18828 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
18830         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18832 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
18834         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18835         headers of non-MIME messages, when rmail-enable-mime is non-nil.
18837 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
18839         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18840         also for alternative shells.
18841         (tramp-open-connection-setup-interactive-shell): Check, whether
18842         the shell is a busybox.
18843         (tramp-send-command): Don't suppress multiple prompts for
18844         busyboxes, it hurts.
18846 2011-12-28  Chong Yidong  <cyd@gnu.org>
18848         * progmodes/gdb-mi.el (gdb-get-source-file-list)
18849         (gdb-get-source-file): Move mode line update to
18850         gdb-get-source-file (Bug#10087).
18852 2011-12-25  Chong Yidong  <cyd@gnu.org>
18854         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18855         gud-gdb-marker-filter without taking it as an argument.
18856         (gud-gdb-run-command-fetch-lines): Caller changed.
18857         (gud-gdb-completion-function): New variable.
18858         (gud-gdb-completion-at-point): Use it.
18859         (gud-gdb-completions-1): Split from gud-gdb-completions.
18861         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18862         function as separate arguments.
18863         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18864         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18865         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18866         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18867         (gdb-stopped, def-gdb-auto-update-trigger)
18868         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18869         (gdb-get-changed-registers, gdb-get-main-selected-frame):
18870         Callers changed.
18871         (gud-gdbmi-completions): New function.
18872         (gdb): Use it for generating the completion table.
18874 2011-12-24  Alan Mackenzie  <acm@muc.de>
18876         Introduce a mechanism to widen the region used in context font
18877         locking.  Use this to protect declarations from losing their contexts.
18879         * progmodes/cc-langs.el (c-before-font-lock-functions):
18880         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18881         (c-before-context-fontification-functions): New defvar, a list of
18882         functions to be run just before context (etc.) font locking.
18884         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
18885         New, functionality extracted from
18886         c-neutralize-syntax-in-and-mark-CPP.
18887         (c-in-after-change-fontification): New variable.
18888         (c-after-change): Set c-in-after-change-fontification.
18889         (c-set-fl-decl-start): Rejig its interface, so it can be called
18890         from both after-change and context fontifying.
18891         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
18892         New functions.
18893         (c-standard-font-lock-fontify-region-function): New variable.
18894         (c-font-lock-fontify-region): New function.
18896 2011-12-24  Juri Linkov  <juri@jurta.org>
18898         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
18899         (Bug#10348)
18901 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
18903         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
18904         existence of source file.  (Bug#10325)
18906 2011-12-23  Alan Mackenzie  <acm@muc.de>
18908         Fix unstable fontification inside templates.
18910         * progmodes/cc-langs.el (c-before-font-lock-functions):
18911         Newly created from the singular version.  The (c c++ objc) entry now
18912         additionally has c-set-fl-decl-start.  The other languages (apart
18913         from AWK) have that as a single entry.
18915         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18916         The functionality for "local" declarations has been extracted to
18917         c-set-fl-decl-start.
18919         * progmodes/cc-mode.el (c-common-init, c-after-change):
18920         Changes due to pluralisation of c-before-font-lock-functions.
18921         (c-set-fl-decl-start): New function, extracted from
18922         c-font-lock-enclosing-decls and enhanced.
18924 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
18926         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
18928 2011-12-22  Juri Linkov  <juri@jurta.org>
18930         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
18932 2011-12-22  Chong Yidong  <cyd@gnu.org>
18934         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
18936 2011-12-21  Drew Adams  <drew.adams@oracle.com>
18938         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
18940 2011-12-21  JĂ©rĂ©my Compostella  <jeremy.compostella@gmail.com>
18942         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
18944 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18946         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
18947         highlighting and support.  Fix up comments for capitalization.
18948         (cfengine-mode-debug): New var.
18949         (cfengine3-mode): Change the modeline indicator to "CFE3".
18950         (cfengine3-font-lock-keywords): Improve defun highlighting.
18951         (cfengine2-actions): Rename from `cfengine-actions'.
18952         (cfengine2-font-lock-keywords): Rename from
18953         `cfengine-font-lock-keywords'.
18954         (cfengine2-imenu-expression): Rename from
18955         `cfengine-imenu-expression'.
18956         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
18957         (cfengine2-beginning-of-defun): Rename from
18958         `cfengine-beginning-of-defun'.
18959         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
18960         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
18961         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
18962         modeline indicator to "CFE2".
18963         (cfengine-mode): Defalias to `cfengine-auto-mode'.
18964         (cfengine-mode-abbrevs): Mark obsolete.
18966 2011-12-21  Chong Yidong  <cyd@gnu.org>
18968         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
18969         filename argument.
18971 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
18973         * window.el (window-normalize-buffer-to-display): Remove.
18974         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
18976 2011-12-19  Chong Yidong  <cyd@gnu.org>
18978         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
18979         Don't signal an error in a predicate function; return non-nil.
18980         (vc-dir-mark-file): Move the error here.
18981         (vc-dir-mark-unmark): If acting on the region, keep going if one
18982         of the entries cannot be marked/unmarked.
18983         (vc-dir-mark-all-files): If current entry is a directory, mark
18984         only child files, as documented.
18986 2011-12-19  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
18988         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
18989         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
18990         addition.
18992 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
18994         * term/ns-win.el (ns-get-selection-internal)
18995         (ns-store-selection-internal): Declare.
18996         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
18997         Declare as obsolete.
18998         (ns-get-pasteboard, ns-paste-secondary):
18999         Use ns-get-selection-internal.
19000         (ns-set-pasteboard, ns-copy-including-secondary):
19001         Use ns-store-selection-internal.
19003 2011-12-17  Chong Yidong  <cyd@gnu.org>
19005         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
19006         (vc-deduce-fileset): Doc fix.
19008 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
19010         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
19012 2011-12-13  Sam Steingold  <sds@gnu.org>
19014         * man.el (Man-getpage-in-background): When running under a
19015         window-system, ignore $MANWIDTH and $COLUMNS.
19017 2011-12-15  Kenichi Handa  <handa@m17n.org>
19019         * language/ethio-util.el: Change coding tag to utf-8-emacs.
19020         (setup-ethiopic-environment-internal): Comment out key-binding for
19021         ethio-toggle-punctuation.
19023 2011-12-13  Alan Mackenzie  <acm@muc.de>
19025         Add the switch statement to AWK Mode.
19027         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
19028         "default" to the keywords regexp.
19030         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
19031         expression as the rest.
19032         (c-nonlabel-token-key): Allow string literals for AWK.
19033         Refactor for the other modes.
19035         Large brace-block initialisation makes CC Mode slow: Fix.
19036         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
19037         routines.  Limit backward searching in c-font-lock-enclosing.decl.
19039         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
19040         pp-state and literal type in addition to the limits.
19041         (c-state-safe-place): New defun, extracted from c-state-literal-at.
19042         (c-state-literal-at): Use the above new defun.
19043         (c-slow-in-literal, c-fast-in-literal): Remove.
19044         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
19046         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
19047         being in a literal.  Add a limit for backward searching.
19049         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
19050         c-slow-in-literal.
19052 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19054         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
19056 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
19058         * window.el (delete-other-windows): Use correct frame in call to
19059         window-with-parameter.
19061 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
19063         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
19064         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
19065         (makefile-gmake-statements, makefile-makepp-statements):
19066         Use it and add new makepp keywords.
19067         (makefile-makepp-font-lock-keywords): Add new patterns.
19068         (makefile-match-function-end): Match new [...] and [[...]].
19070 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
19072         * ses.el (ses-call-printer-return, ses-cell-property-get)
19073         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
19074         (ses-create-cell-variable, ses-reset-header-string)
19075         (ses-cell-set-formula, ses-repair-cell-reference-all)
19076         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
19077         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
19078         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
19079         (ses-aset-with-undo, ses-load, ses-truncate-cell)
19080         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
19081         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
19082         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
19083         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
19084         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
19085         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
19086         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
19087         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
19089 2011-12-11  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
19091         * ses.el: The overall change is to add cell renaming, that is
19092         setting fancy names for cell symbols other than name matching
19093         "\\`[A-Z]+[0-9]+\\'" regexp .
19094         (ses-create-cell-variable): New defun.
19095         (ses-relocate-formula): Relocate formulas only for cells the
19096         symbols of which are not renamed, i.e. symbols whose names do not
19097         match regexp "\\`[A-Z]+[0-9]+\\'".
19098         (ses-relocate-all): Relocate values only for cells the symbols of
19099         which are not renamed.
19100         (ses-load): Create cells variables as the (ses-cell ...) are read,
19101         in order to check row col consistency with cell symbol name only
19102         for cells that are not renamed.
19103         (ses-replace-name-in-formula): New defun.
19104         (ses-rename-cell): New defun.
19106 2011-12-11  Chong Yidong  <cyd@gnu.org>
19108         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
19109         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
19111 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
19113         * window.el (other-window): Fix docstring.
19115 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
19117         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
19118         `from' or `to' address before taking its substring.
19119         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
19120         encoded name is chopped in the middle of the encoded string, and
19121         thus displayed encoded.
19123 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
19125         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
19127 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
19129         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
19130         to use texinfo-update-node and commands that call it if the
19131         Texinfo file uses @node lines without next/prev/up pointers.
19132         Correct outdated description about texinfo-master-menu.
19133         (texinfo-all-menus-update, texinfo-master-menu)
19134         (texinfo-update-node, texinfo-every-node-update)
19135         (texinfo-multiple-files-update): Doc fix.  Warn against updating
19136         all the @node lines.
19137         (texinfo-master-menu): Only call texinfo-update-node if the prefix
19138         argument is numeric.  Explain better in the doc string what the
19139         function really does.
19140         (texinfo-insert-master-menu-list): Improve the error message
19141         displayed if there's no menu in the Top node.
19142         (Bug#2975)  See also this thread:
19143         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
19145 2011-12-09  Manuel GĂ³mez  <mgrojo@gmail.com>  (tiny change)
19147         * speedbar.el (speedbar-supported-extension-expressions):
19148         Add .adb and .ads, commonly used for Ada source code (bug#10256).
19150 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
19152         * printing.el (pr-mode-alist):
19153         * simple.el (filter-buffer-substring-functions)
19154         (completion-list-insert-choice-function):
19155         * window.el (window-with-parameter, window-atom-root)
19156         (window-sides-slots, window-size-fixed, window-min-delta)
19157         (window-max-delta, window--resize-mini-window)
19158         (window--resize-child-windows-normal, window-tree)
19159         (delete-other-windows, quit-window, split-window)
19160         (display-buffer-record-window, special-display-buffer-names)
19161         (special-display-regexps, special-display-popup-frame)
19162         (same-window-p, split-window-sensibly)
19163         (display-buffer-overriding-action, display-buffer-alist)
19164         (display-buffer-base-action, display-buffer, switch-to-buffer)
19165         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
19166         (fit-window-to-buffer, recenter-positions)
19167         (mouse-autoselect-window-state, mouse-autoselect-window-select):
19168         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
19169         and remove unneeded backslashes in docstrings.
19171 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19173         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
19175         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
19176         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
19177         end in ".mk".
19178         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
19179         when reading the makefile (bug#10116).
19181 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19183         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
19184         (bug#10116).
19186 2011-12-06  Glenn Morris  <rgm@gnu.org>
19188         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
19190 2011-12-06  Chong Yidong  <cyd@gnu.org>
19192         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
19194 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
19196         * textmodes/table.el (table-shorten-cell): Fix typo.
19198 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
19200         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
19202 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
19204         * descr-text.el (describe-char): Fix display of strong
19205         right-to-left characters and directional embeddings and overrides.
19207         * simple.el (what-cursor-position): Fix display of codepoints of
19208         strong right-to-left characters.
19210 2011-12-05  Chong Yidong  <cyd@gnu.org>
19212         * faces.el (read-color): Doc fix.
19214 2011-12-05  Glenn Morris  <rgm@gnu.org>
19216         * align.el (align--set-marker): Add doc-string.
19217         Don't try to move something that is not a marker.  (Bug#10216)
19219 2011-12-04  Glenn Morris  <rgm@gnu.org>
19221         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
19222         overly zealous deletion of trailing whitespace.
19224 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
19226         * server.el (server-delete-client): On Windows, do not try to delete
19227         the only terminal.
19228         (server-process-filter): On Windows, treat requests for a tty frame as
19229         if they were for a GUI frame if the running server is in GUI mode.
19231 2011-12-03  Glenn Morris  <rgm@gnu.org>
19233         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
19235 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19237         * electric.el: Streamline electric-indent's hook.
19238         (electric-indent-chars): Revert to simple list.
19239         (electric-indent-functions): New var.
19240         (electric-indent-post-self-insert-function): Use it.
19242         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
19243         there's no inferior buffer (bug#10196).
19244         (prolog-consult-compile): Don't use toggle-read-only.
19246 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
19248         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
19249         interrupt.  (Bug#10187)
19251 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19253         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
19254         (bug#9160).
19256         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
19257         (bug#10191).
19259 2011-12-02  Juri Linkov  <juri@jurta.org>
19261         * info.el (Info-search): Display "end of manual" when Isearch
19262         reaches the end of single-file Info manual.  (Bug#9918)
19264 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
19266         * isearch.el (isearch-message-prefix): Run the input method part
19267         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
19269 2011-12-02  Juri Linkov  <juri@jurta.org>
19271         * isearch.el (isearch-occur): Use `word-search-regexp' for
19272         `isearch-word'.
19273         (isearch-search-and-update): Add condition for `isearch-word' and
19274         call `word-search-regexp'.  (Bug#10145)
19276 2011-12-01  Glenn Morris  <rgm@gnu.org>
19278         * eshell/em-hist.el (eshell-hist-initialize):
19279         Handle eshell-history-size nil and HISTSIZE set or unset.
19280         (eshell-history-file-name, eshell-history-size): Fix custom type.
19282 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19284         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
19286 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
19288         * progmodes/verilog-mode.el (verilog-pretty-expr):
19289         Rework verilog-pretty-expr to handle new assignment operators in system
19290         verilog, such as += *= and the like.
19291         (verilog-assignment-operator-re): Regular expression to find the
19292         assigment operator in a verilog assignment.
19293         (verilog-assignment-operation-re): Regular expression to find an
19294         assignment statement for pretty-expr.
19295         (verilog-in-attribute-p): Query returns true if point is in an
19296         attribute context; used to skip these for expression line up from
19297         pretty-expr.
19298         (verilog-in-parameter-p): Query returns true if point is in an
19299         parameter definition context; used to skip these for expression
19300         line up from pretty-expr.
19301         (verilog-in-parenthesis-p): Query returns true if point is in a
19302         parenthetical expression, specifically ( ) but not [ ] or { };
19303         used by pretty-expr.
19304         (verilog-just-one-space): If there is no space, don't add one.
19305         (verilog-get-lineup-indent-2): Specifically skip just attribute
19306         contexts for expression lineup, rather than skipping all
19307         parenthetical expressions.
19308         (verilog-calculate-indent): Fix comment, and fix indent.
19309         (verilog-do-indent): Indent declarations in lists (suggested by
19310         Joachim Lechner).
19311         (verilog-mode-abbrev-table): Populate abbrev mode with the various
19312         skeleton items.
19313         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
19314         by Alain Mellan).
19316 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
19318         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
19319         parameters with embedded comments.  Reported by Ray Stevens.
19320         (verilog-calc-1, verilog-fork-wait-re, verilog-forward-sexp)
19321         (verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
19322         Reported by Tim Holt.
19323         (verilog-auto): Fix AUTOing a upper module then AUTOing module
19324         instantiated by upper module causing wrong expansion until AUTOed a
19325         second time.  Reported by K C Buckenmaier.
19326         (verilog-diff-auto): Fix showing .* as a difference when
19327         `verilog-auto-star-save' off.  Reported by Dan Dever.
19328         (verilog-auto-reset, verilog-read-always-signals)
19329         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
19330         temporary signals in reset list if
19331         verilog-auto-reset-blocking-in-non is nil, and match assignment
19332         style to each signal's assignment type, bug381.
19333         Reported by Thomas Esposito.
19334         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
19335         (verilog-uvm-statement-re): Support UVM indentation and
19336         highlighting, with old OVM keywords only.
19337         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
19338         Support AUTOTIEOFF creating non-wire data types.
19339         Suggested by Jonathan Greenlaw.
19340         (verilog-auto-insert-lisp, verilog-delete-to-paren)
19341         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
19342         (verilog-inject-sense, verilog-read-inst-pins)
19343         (verilog-read-sub-decls, verilog-read-sub-decls-line):
19344         Fix mismatching parenthesis inside commented out code when deleting
19345         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
19346         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
19347         non-numeric vector width.  Reported by Alex Reed.
19348         (verilog-auto-ascii-enum): Add "onehot" option to work around not
19349         detecting signals with parameter widths.  Reported by Alex Reed.
19350         (verilog-auto-delete-trailing-whitespace):
19351         With `verilog-auto-delete-trailing-whitespace' remove trailing
19352         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
19353         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
19354         Fix verilog-scan-cache corruption when running user AUTO expansion
19355         hooks that call indentation routines.
19356         (verilog-simplify-range-expression): Fix typo ignoring lower case
19357         identifiers.
19358         (verilog-delete-auto): Fix delete-autos to also remove user created
19359         automatics, as long as they start with AUTO.
19360         (verilog-batch-diff-auto, verilog-diff-auto)
19361         (verilog-diff-function): Add `verilog-diff-auto' and bind to
19362         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
19363         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
19364         (verilog-in-paren-quick, verilog-re-search-backward-quick)
19365         (verilog-re-search-forward-quick, verilog-syntax-ppss):
19366         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
19367         is disabled and its cache will get corrupt, causing AUTOS not to
19368         expand.  Instead use only -quick functions.
19369         (verilog-scan-region): Fix scanning over escaped quotes.
19370         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
19371         (verilog-re-search-backward-quick)
19372         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
19373         related functions now ignore strings, to fix misparsing of strings
19374         with magic comments embedded in them.
19375         (verilog-read-auto-template):
19376         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
19377         Reported by Brad Dobbie.
19378         (verilog-read-auto-template):
19379         Fix 'verilog-auto-inst-template-numbers' with comments.
19380         Reported by Brad Dobbie.
19381         (verilog-auto-inst, verilog-auto-inst-param)
19382         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
19383         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
19384         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
19385         debugging templates without merge conflicts, bug357.
19386         Reported by Brad Dobbie.
19387         (verilog-read-auto-template):
19388         Fix verilog-auto-inst-template-numbers with multiple templates.
19389         Reported by Brad Dobbie.
19390         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
19391         abbrevs so user won't be asked to save.
19392         (verilog-read-auto-lisp-present): Fix to start at beginning of
19393         buffer in case called outside of verilog-auto.
19394         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
19395         to "X-2".  Reported by Matthew Myers.
19396         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
19397         all inputs from module templates.  Reported by Leith Johnson.
19398         (verilog-module-inside-filename-p): Fix locating programs as with
19399         modules.
19400         (verilog-auto-inst-port): Fix vl-width expressions when using
19401         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
19402         (verilog-decls-get-regs, verilog-decls-get-signals,
19403         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
19404         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
19405         verilog-read-decls): Combine reg and wire structures into one var
19406         structure to represent SystemVerilog concepts.
19407         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
19408         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
19409         (verilog-auto-wire-type, verilog-insert-definition):
19410         Add verilog-auto-wire-type and AUTOLOGIC to support using
19411         SystemVerilog "logic" keyword instead of "wire"/"reg".
19412         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
19413         to declares outputs that also have assignments (presumably in an
19414         ifdef or generate if so there's not a driver conflict).
19415         Reported by Matthew Myers.
19416         (verilog-auto-declare-nettype, verilog-insert-definition):
19417         Add verilog-auto-declare-nettype to fix declarations using
19418         `default_nettype none.  Reported by Julian Gorfajn.
19419         (verilog-read-always-signals-recurse, verilog-read-decls)
19420         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
19421         malformed end statement, bug325.  Reported by Joshua Wise and
19422         Andrew Drake.
19423         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
19424         (verilog-inst-comment-re): Fix not deleting Interfaced comment
19425         when expanding .* in interfaces, bug320.
19426         Reported by Pierre-David Pfister.
19427         (verilog-read-module-name): Fix import statements between module
19428         name and open parenthesis, bug317.
19429         Reported by Pierre-David Pfister.
19430         (verilog-simplify-range-expression): Fix simplification of
19431         multiplications inside AUTOWIRE connections, bug303.
19432         (verilog-auto-inst-port): Support parameter expansion in
19433         multidimensional arrays.
19434         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
19435         after "assert property".  Reported by Julian Gorfajn.
19436         (verilog-simplify-range-expression): Fix "couldn't merge" errors
19437         with multiplication, bug303.
19438         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
19439         Reported by Jan Frode Lonnum.
19441 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
19443         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
19444         (hfy-shell-file-name, hfy-shell):
19445         * international/fontset.el (x-decompose-font-name): Fix typos.
19447 2011-11-29  Ken Brown  <kbrown@cornell.edu>
19449         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
19450         (gdb-version): Remove defvar.
19451         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
19452         (gdb-gud-context-command, gdb-non-stop-handler)
19453         (gdb-current-context-command, gdb-stopped): Use it.
19454         (gdb-init-1): Enable pretty printing here.
19455         (gdb-non-stop-handler): Don't enable pretty-printing here.
19456         Check to see if the target supports non-stop mode; if not, turn off
19457         non-stop mode.  Use the following.
19458         (gdb-check-target-async): New defun.
19459         (gud-watch, gdb-stopped): Fix whitespace.
19460         (gdb-get-source-file): Don't try to display the source file if
19461         `gdb-main-file' is nil.
19463 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19465         * align.el: Try to generate fewer markers (bug#10047).
19466         (align--set-marker): New macro.
19467         (align-region): Use it.
19469 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19471         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
19473 2011-11-29  Chong Yidong  <cyd@gnu.org>
19475         * indent.el (indent-for-tab-command, indent-according-to-mode):
19476         Doc fix.
19477         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
19479 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
19481         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
19482         aware of remote file names.  (Bug#10124)
19484 2011-11-29  Chong Yidong  <cyd@gnu.org>
19486         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
19488 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19490         * files.el (find-file): Don't use force-same-window (bug#10144).
19491         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
19492         use pop-to-buffer if the selected window can't be used.
19493         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
19495 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
19497         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
19498         special-mode-map.
19500 2011-11-28  Chong Yidong  <cyd@gnu.org>
19502         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
19504 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
19506         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
19507           gdb-get-source-file-list on gdb-create-source-file-list.
19509 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
19511         * whitespace.el (whitespace-newline): Use a different foreground
19512         color for 16-color light-background displays.
19514 2011-11-24  Chong Yidong  <cyd@gnu.org>
19516         * window.el (display-buffer--special-action): Doc fix.
19518 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
19520         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
19521         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
19522         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
19523         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
19524         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
19525         (avl-tree-stack-first):
19526         * emacs-lisp/cconv.el (cconv--analyse-use):
19527         * net/gnutls.el (gnutls-negotiate): Fix typos.
19529 2011-11-24  Glenn Morris  <rgm@gnu.org>
19531         * lpr.el (lpr-windows-system, lpr-lp-system):
19532         * mail/binhex.el (binhex-begin-line):
19533         * progmodes/grep.el (grep-history, grep-find-history):
19534         * textmodes/flyspell.el:
19535         * vc/pcvs-defs.el (cvs-global-menu):
19536         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
19537         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
19538         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
19540         * net/tls.el: Fix case of "GnuTLS".
19542         * paths.el (rmail-file-name): Format doc-string for make-docfile.
19544         * version.el (emacs-build-system): Give it a doc-string.
19546 2011-11-24  Juri Linkov  <juri@jurta.org>
19548         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
19550 2011-11-24  Glenn Morris  <rgm@gnu.org>
19552         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
19553         if called on a non-mime message just toggle the headers.  (Bug#8006)
19555 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
19557         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
19558         (allout-lead-with-comment-string, allout-structure-deleted-hook)
19559         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
19560         (allout-rebullet-heading, allout-open-sibtopic)
19561         (allout-toggle-current-subtree-encryption)
19562         (allout-toggle-subtree-encryption, allout-encrypt-string)
19563         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
19564         (allout-distinctive-bullets-string, allout-auto-activation):
19565         * window.el (window-normalize-buffer-to-display):
19566         * progmodes/verilog-mode.el (verilog-batch-indent):
19567         * textmodes/bibtex.el (bibtex-field-braces-opt)
19568         (bibtex-field-strings-opt):
19569         * vc/cvs-status.el (cvs-tree-merge):
19570         Fix typos.
19572 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
19574         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
19575         `non-essential' to t, in order to avoid remote connections.
19577 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
19579         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19580         On MS-DOS and MS-Windows, compare with loaddefs.el
19581         case-insensitively.
19583 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
19585         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
19587 2011-11-23  Glenn Morris  <rgm@gnu.org>
19589         * paths.el (rmail-file-name): Reformat the doc-string so that it
19590         is picked up.
19592         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
19593         (rmail-auto-file): Ignore case in the "special" field names,
19594         as mail-fetch-field does for all others.
19596         * mail/rmail.el (rmail-forward):
19597         * mail/rmailkwd.el (rmail-set-label):
19598         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
19599         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
19601         * mail/rmail.el (rmail-current-message): Doc fix.
19603         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
19605 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19607         * server.el (server-eval-and-print): Allow C-g (bug#6585).
19609 2011-11-22  Glenn Morris  <rgm@gnu.org>
19611         * mail/rmailmm.el (test-rmail-mime-handler)
19612         (test-rmail-mime-bulk-handler)
19613         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
19615 2011-11-21  Juri Linkov  <juri@jurta.org>
19617         * calc/calc.el (calc-read-key-sequence):
19618         Let-bind `input-method-function' to nil.  (Bug#10018)
19620 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19622         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19623         Tell the caller that the next line needs recomputation, even
19624         though it doesn't start a sexp (bug#10094).
19626 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19628         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
19630 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19632         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19633         Use force-same-window.
19635 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
19637         * descr-text.el (describe-char-unicode-data):
19638         * json.el (json-string-escape):
19639         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
19640         (Footnote-unicode, Footnote-style-p):
19641         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
19643 2011-11-20  Chong Yidong  <cyd@gnu.org>
19645         * window.el (replace-buffer-in-windows): Restore interactive spec.
19647 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19649         * electric.el (electric-indent-mode): Fix last change (too optimistic).
19651         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
19652         (byte-compile-global-not-obsolete-vars): New var.
19653         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
19654         Use it.
19655         (byte-compile-warn-obsolete): Align text with the one in *Help*.
19657 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
19659         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
19660         * progmodes/pascal.el (electric-pascal-equal):
19661         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
19662         * xml.el (xml-substitute-special): Fix typos.
19664 2011-11-20  Glenn Morris  <rgm@gnu.org>
19666         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
19667         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
19668         Doc fixes.
19669         (rmail-decode-mime-charset): Mark as obsolete.
19671         * mail/rmailsum.el (rmail-message-regexp-p-1):
19672         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
19673         Before using mime functions, check they are set.  (Bug#10077)
19675 2011-11-19  Juri Linkov  <juri@jurta.org>
19677         * info.el (Info-finder-find-node): Use `package--builtins' instead
19678         of `package-alist'.  Use node names formed by the pattern "Keyword "
19679         and the keyword name.
19681 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
19683         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
19685 2011-11-19  Juri Linkov  <juri@jurta.org>
19687         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
19688         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
19689         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
19690         `old-history', `old-history-forward'.  Add let-binding
19691         `window-selected'.  Remove calls to `kill-buffer',
19692         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
19693         before calling `Info-find-node', so `Info-find-node-2' will reread
19694         the Info file.  Restore window positions only when `window-selected'
19695         is non-nil.
19697 2011-11-19  Juri Linkov  <juri@jurta.org>
19699         * isearch.el (isearch-lazy-highlight-new-loop):
19700         Remove condition `(not isearch-error)'.  (Bug#9918)
19702         * misearch.el (multi-isearch-search-fun): Add condition
19703         `(not bound)' to ignore lazy-highlighting search.
19704         Add the search-failed message "end of multi" when the end of
19705         multi-sequence is reached.  Uncapitalize the search-failed
19706         message "Repeat for next buffer".
19708         * info.el (Info-search): Add the search-failed message
19709         "end of the manual" when the end of the manual is reached
19710         in Isearch mode.
19712 2011-11-19  Juri Linkov  <juri@jurta.org>
19714         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19715         Use non-destructive `remove' instead of `delete' because
19716         `Info-history-list' stored to `Info-isearch-initial-history-list' in
19717         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19719 2011-11-19  Juri Linkov  <juri@jurta.org>
19721         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19722         to nil instead of binding `search-ring' and `regexp-search-ring'.
19723         (Bug#9185)
19725 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
19727         * simple.el (line-move): Force movement by logical lines for any
19728         hscrolled window, not only when auto-hscroll-mode is on.
19729         (line-move-visual): Update doc string to that effect.  (Bug#10076)
19731 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
19733         * language/european.el (macintosh): Define as alias for mac-roman.
19735 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
19737         * mail/rmailmm.el (rmail-mime-display-header)
19738         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19739         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19740         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19741         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19742         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19743         of a raw aref.
19744         (rmail-mime-entity-segment): To get past the tagline, move forward
19745         2 more lines, to account for the 2 empty lines that precede and
19746         follow the line with the buttons.
19747         (rmail-mime-update-tagline): Move one more line, to get past the
19748         empty line that follows the buttons in the tagline.  (Bug#9520)
19750 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
19752         * window.el (window-max-delta-1, window-min-delta-1)
19753         (window-min-size-1, window-state-get-1, window-state-put-1)
19754         (window-state-put-2): Use "window--" prefix.
19756 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19758         * emacs-lisp/smie.el: Improve warnings and conflict detection.
19759         (smie-warning-count): New var.
19760         (smie-set-prec2tab): Use it.
19761         (smie-bnf->prec2): Improve warnings.  Add docstring.
19762         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19763         (smie-bnf--set-class): New function.
19764         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
19765         corner case.
19767         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19768         (compilation-error-properties, compilation-move-to-column):
19769         Handle compilation-first-column while in the target buffer.
19771         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19772         Don't hardcode point-min==1.
19774         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19775         (eshell-rewrite-for-command): Remove workaround.
19776         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19777         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19778         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19780         * files-x.el (modify-file-local-variable): Obey commenting conventions.
19782 2011-11-17  Glenn Morris  <rgm@gnu.org>
19784         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19785         Ignore buffer-local generated-autoload-file if it is the same
19786         as the global value.  (Bug#10049)
19788 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
19790         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19791         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19792         (reftex-toc-previous-heading, reftex-toc-max-level)
19793         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19794         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19795         (reftex-toc-do-promote, reftex-toc-promote-prepare)
19796         (reftex-toc-promote-action, reftex-toc-extract-section-number)
19797         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19798         (reftex-toc-rename-label, reftex-toc-visit-location)
19799         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19800         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19801         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19802         leaving "*toc*" only for references to the buffer.
19804 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
19806         * window.el (window-resize, delete-window, split-window):
19807         Replace window-splits by window-combination-resize.
19808         * cus-start.el (window-splits): Replace by window-combination-resize.
19810 2011-11-17  Glenn Morris  <rgm@gnu.org>
19812         * progmodes/sh-script.el (sh-font-lock-keywords-var):
19813         Make bash entry derive from sh entry, not shell entry.
19815 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
19817         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19818         local file name.
19820 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
19822         * menu-bar.el (menu-bar-file-menu):
19823         * printing.el (pr-ps-utility):
19824         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19825         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19826         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19827         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19828         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19829         (icalendar--convert-cyclic-to-ical)
19830         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19831         (icalendar--convert-ical-to-diary)
19832         (icalendar--convert-recurring-to-diary)
19833         (icalendar--convert-non-recurring-all-day-to-diary)
19834         (icalendar-import-format-sample):
19835         * progmodes/idlw-shell.el (idlwave-shell-mode):
19836         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19837         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19838         (vhdl-ps-print-init): Fix typos.
19840 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
19842         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19843         FSF and collapse date sequence, obscure author/maintainer email address
19844         better, remove extra version line, track relocation of author's webpage.
19846         * progmodes/python.el (python-pdbtrack-input-prompt)
19847         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19848         regular python pdb prompts.  Adjustments shamelessly taken exactly as
19849         suggested in EmacsWiki page (tiny change):
19850         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19852 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
19854         * expand.el (expand-pos, expand-index, expand-point):
19855         Remove redundant info from docstring.
19856         (expand-add-abbrevs): Doc fix.
19857         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19858         (expand-sample-perl-mode-expand-list): Fix typos.
19860         * net/dbus.el (dbus-event-member-name):
19861         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19862         * term/pc-win.el (msdos-create-frame-with-faces):
19863         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19865 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
19867         * window.el (split-window, window-state-get-1)
19868         (window-state-put-1, window-state-put-2): Rename occurrences of
19869         window-nest to window-combination-limit.
19870         * cus-start.el (window-nest): Rename to window-combination-limit.
19872 2011-11-16  Chong Yidong  <cyd@gnu.org>
19874         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19875         regexp (Bug#10033).
19877 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19879         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19880         `completing-read' will remove *Completions* and will preserve
19881         current-buffer for us.
19882         (tmm-add-prompt): Users of *Completions* will always (re)set its
19883         major mode.
19884         (tmm-old-comp-map): Remove.
19886 2011-11-16  Glenn Morris  <rgm@gnu.org>
19888         * mail/rmailedit.el: Require rmailmm when compiling.
19889         (rmail-old-mime-state): New declaration.
19890         (rmail-edit-current-message): If editing a mime message,
19891         edit the "raw" message from the mbox buffer.
19892         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
19894 2011-11-15  Glenn Morris  <rgm@gnu.org>
19896         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
19897         which wasn't being used.  Add optional arg to force given state.
19898         (rmail-mime): Add optional arg to force given state.
19900 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
19902         * allout.el (allout-encryption-plaintext-sanitization-regexps):
19903         * frame.el (display-mm-dimensions-alist):
19904         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
19905         (outline-move-subtree-down):
19906         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
19907         (newsticker--treeview-do-get-node):
19908         * net/quickurl.el (quickurl-list-buffer-name):
19909         * progmodes/dcl-mode.el (dcl-mode):
19910         * progmodes/gdb-mi.el (gdb-mapcar*):
19911         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
19913 2011-11-15  Glenn Morris  <rgm@gnu.org>
19915         * mail/rmail.el (rmail-file-coding-system): It's only ever used
19916         in a boolean sense, so just make it a boolean, and fix the doc.
19917         (rmail-show-mime-function, rmail-mime-feature)
19918         (rmail-require-mime-maybe): Doc fixes.
19919         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
19921         * mail/rmailmm.el (rmail-show-mime): Doc fix.
19923 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
19925         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
19926         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
19927         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
19928         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
19930 2011-11-15  Glenn Morris  <rgm@gnu.org>
19932         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
19933         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
19934         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
19935         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
19936         (rmail-mime, rmail-show-mime): Doc fixes.
19938         * term/ns-win.el (mode-line-frame-identification):
19939         Leave it alone.  (Bug#10051)
19941         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
19943         * mail/rmailout.el (rmail-output-to-rmail-buffer):
19944         Handle empty buffers.  (Bug#9978)
19946 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
19948         * international/mule.el (define-charset):
19949         * mail/rmailmm.el (rmail-mime-find-header-encoding):
19950         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
19951         * progmodes/verilog-mode.el (verilog-backward-token):
19952         * textmodes/ispell.el (lookup-words):
19953         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
19955 2011-11-14  Glenn Morris  <rgm@gnu.org>
19957         * progmodes/executable.el
19958         (executable-make-buffer-file-executable-if-script-p):
19959         Handle file-modes returning nil.
19961         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
19962         message - not necessary, and causes problems.  (Bug#9831)
19964         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
19966         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
19968         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
19969         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
19970         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
19972 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
19974         * window.el (window-resize, delete-window): Use window-splits
19975         variable instead of function.
19976         (window-state-get-1, window-state-put-2, window-state-put):
19977         Don't deal with windows' splits status.
19979 2011-11-12  Glenn Morris  <rgm@gnu.org>
19981         * apropos.el (apropos-do-all, apropos-library, apropos-value)
19982         (apropos-documentation): Doc fixes.
19984 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
19986         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
19987         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
19989 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19991         * electric.el (electric-indent-post-self-insert-function): Make it
19992         possible for a char to only indent in some circumstances.
19993         (electric-indent-mode): Simplify.
19995 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
19997         * window.el (windows-with-parameter): Remove unused function.
19998         (windows-at-side): Rename to window-at-side-list.
19999         (window-check, window-atom-check, window-atom-check-1)
20000         (window-side-check, window-size-ignore, window-size-fixed-1)
20001         (window-in-direction-2): Prefix with "window--".
20002         (window-tree-1): Rename to window--subtree, fix doc-string.
20004 2011-11-11  Glenn Morris  <rgm@gnu.org>
20006         * subr.el (eval-after-load): If FILE is already loaded,
20007         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
20009 2011-11-10  Glenn Morris  <rgm@gnu.org>
20011         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
20012         Call svn via vc-svn-command rather than vc-do-command.
20013         (vc-svn-command): Add --non-interactive.  (Bug#9993)
20014         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
20016         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20017         Add toggle-read-only.  (Bug#7292)
20018         * files.el (toggle-read-only): Mention that it should only
20019         be used interactively.  (Bug#10006)
20021 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
20023         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20024         Adjust regexp for OCaml warnings.
20026         * electric.el (electric-pair-post-self-insert-function): Let user
20027         turn it off buffer-locally (bug#9932).
20029         * progmodes/python.el (python-beginning-of-statement):
20030         Rewrite (bug#2703).
20032         * progmodes/compile.el: Better handle TABs (bug#9749).
20033         (compilation-internal-error-properties)
20034         (compilation-next-error-function): Obey the target buffer's
20035         compilation-error-screen-columns.
20037 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
20039         * progmodes/meta-mode.el: Remove obsolete comments.
20040         (meta-right-comment-regexp, meta-ignore-comment-regexp):
20041         Fix typos in docstrings.
20043 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
20045         * window.el (window-size-fixed-p): Rewrite doc-string.
20046         (window-resizable-p): Rename to window--resizable-p.  Update callers.
20047         (window--resizable): New function.  Make all callers of
20048         window-resizable call window--resizable instead.
20049         (window-resizable): Rewrite in terms of window--resizable.
20051 2011-11-08  Glenn Morris  <rgm@gnu.org>
20053         * progmodes/delphi.el (delphi-mode-syntax-table):
20054         Let define-derived-mode define a proper syntax table.  (Bug#9994)
20056 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20058         * window.el: Stay away from defsubst.
20059         (window-list-no-nils): Remove.
20060         (window-state-get-1, window-state-get): Use backquote instead.
20062 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20064         * emacs-lisp/find-func.el (find-function-read):
20065         Fix incorrect use of default argument in `completing-read'.
20067 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
20069         * window.el (display-buffer-function, special-display-function):
20070         Mention display-buffer-record-window but do not mention
20071         help-setup parameter in doc-strings.
20072         (window-min-delta): Fix doc-string typo.
20074 2011-11-08  Chong Yidong  <cyd@gnu.org>
20076         * window.el (window-total-height, window-total-width): Doc fix.
20077         (window-body-size): Move from C.
20078         (window-body-height, window-body-width): Move to C.
20080 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20082         * window.el: Make special-display like display-buffer-alist (bug#9532).
20083         (display-buffer--special-action): New function, morphed
20084         from display-buffer--special.
20085         (display-buffer): Use it to handle special-display-buffers at higher
20086         priority (just after display-buffer-alist).
20087         (display-buffer-fallback-action, display-buffer--other-frame-action)
20088         (pop-to-buffer-same-window): Remove display-buffer--special.
20090 2011-11-07  Glenn Morris  <rgm@gnu.org>
20092         * calendar/cal-menu.el (cal-menu-set-date-title):
20093         Do nothing if not in a calendar.  (Bug#9976)
20095 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20097         * files.el (find-file): Always use selected-window.
20099 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
20101         * window.el (window-combinations): Make WINDOW argument
20102         mandatory.  Rewrite doc-string.
20103         (walk-window-subtree, window-atom-check, window-min-delta)
20104         (window-max-delta, window--resize-this-window)
20105         (window--resize-root-window-vertically, window-tree)
20106         (balance-windows, window-state-put): Rewrite doc-strings as to
20107         not mention the term "subwindow".
20108         (window--resize-subwindows-skip-p): Rename to
20109         window--resize-child-windows-skip-p.
20110         (window--resize-subwindows-normal): Rename to
20111         window--resize-child-windows-normal.
20112         (window--resize-subwindows): Rename to
20113         window--resize-child-windows.
20114         (window-or-subwindow-p): Rename to window--in-subtree-p.
20116 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
20118         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
20119         Ensure that mbox format messages end in two newlines (Bug#9974).
20121 2011-11-06  Chong Yidong  <cyd@gnu.org>
20123         * window.el (window-combination-p): Function deleted; its
20124         side-effect is not used in any existing code.
20125         (window-combinations, window-combined-p): Call window-*-child
20126         directly.
20128 2011-11-05  Chong Yidong  <cyd@gnu.org>
20130         * window.el (window-valid-p): Rename from window-any-p.
20131         (window-size-ignore, window-state-get): Callers changed.
20132         (window-normalize-window): Rename from window-normalize-any-window.
20133         New arg LIVE-ONLY, replacing window-normalize-live-window.
20134         (window-normalize-live-window): Delete.
20135         (window-combination-p, window-combined-p, window-combinations)
20136         (walk-window-subtree, window-atom-root, window-min-size)
20137         (window-sizable, window-sizable-p, window-size-fixed-p)
20138         (window-min-delta, window-max-delta, window-resizable)
20139         (window-resizable-p, window-full-height-p, window-full-width-p)
20140         (window-current-scroll-bars, window-point-1, set-window-point-1)
20141         (window-at-side-p, window-in-direction, window-resize)
20142         (adjust-window-trailing-edge, maximize-window, minimize-window)
20143         (window-deletable-p, delete-window, delete-other-windows)
20144         (record-window-buffer, unrecord-window-buffer)
20145         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
20146         (quit-window, split-window, window-state-put)
20147         (set-window-text-height, fit-window-to-buffer)
20148         (shrink-window-if-larger-than-buffer): Callers changed.
20150 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
20152         * mail/rmail.el (rmail-simplified-subject): Decode subject with
20153         rfc2047-decode-string.
20154         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
20155         warnings.
20157         * window.el (window-body-height, window-body-width): Mention in
20158         the doc string that the return values are in frame's canonical
20159         units.  (Bug#9949)
20161 2011-11-03  Alan Mackenzie  <acm@muc.de>
20163         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
20164         change in cc-engine.el.
20166 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20168         * window.el (switch-to-buffer): Use `force-same-window' interactively.
20170 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
20172         * window.el (quit-window): Call unrecord-window-buffer after
20173         showing another buffer in the window.  (Bug#9937)
20174         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
20176 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
20178         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
20179         Accept status with more than 9 shelves.  (Bug#9935)
20180         Reported by Colin D Bennett <colin@gibibit.com>.
20182 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
20184         * help.el (with-help-window): Don't reference
20185         temp-buffer-show-specifiers in doc-string.
20187 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
20189         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
20190         menu-item.
20192 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20194         * whitespace.el: New version 13.2.2.
20195         (whitespace-newline-mode): Disable properly.  Reported by Sarah
20196         <EmacsWiki>.
20198 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
20200         * net/newst-treeview.el: Remove "Time-stamp".
20201         (newsticker--group-manage-orphan-feeds): Do not call
20202         newsticker--treeview-tree-update.
20203         (newsticker-treeview-update, newsticker-treeview):
20204         Call newsticker--treeview-tree-update if necessary.
20206 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
20208         * window.el (window-iso-combination-p, window-iso-combined-p)
20209         (window-iso-combinations): Remove "iso-" infix.
20210         Suggested by Chong Yidong.
20211         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
20212         (window-max-delta-1, window-resize, window--resize-siblings)
20213         (window--resize-this-window, adjust-window-trailing-edge)
20214         (split-window, balance-windows-1)
20215         (shrink-window-if-larger-than-buffer):
20216         * calendar/calendar.el (calendar-generate-window):
20217         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
20219 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20221         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
20222         in place (bug#9907).
20223         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
20224         (eshell-rewrite-if-command, eshell-rewrite-for-command)
20225         (eshell-structure-basic-command, eshell-rewrite-while-command)
20226         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
20227         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
20228         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
20229         (eshell-do-pipelines-synchronously, eshell-eval-command):
20230         Use backquotes and prefer setq to set.
20231         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
20232         (eshell-macrop): Use functionp.
20233         (eshell-do-eval): Handle multiple expressions in `while' body.
20235 2011-10-30  Chong Yidong  <cyd@gnu.org>
20237         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
20238         instead of set-mark (Bug#9810).
20240 2011-10-30  Chong Yidong  <cyd@gnu.org>
20242         * window.el (split-window-below, split-window-right): Rename from
20243         split-window-above-each-other and split-window-side-by-side
20244         respectively.  All callers changed.
20245         (split-window-sensibly, split-window-sensibly): Use them.
20246         (split-window-keep-point): Doc fix.
20248         * isearch.el: Add isearch-scroll property to split-window-below
20249         and split-window-right.
20251         * follow.el (follow-mode):
20252         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
20253         * progmodes/ada-xref.el (ada-gdb-application):
20254         * emulation/vip.el (vip-buffer-in-two-windows):
20255         * image-dired.el (image-dired-dired-with-window-configuration):
20256         * dired-x.el (dired-do-find-marked-files):
20257         * dired.el (dired-pop-to-buffer):
20258         * bs.el (bs--show-with-configuration):
20259         * vc/emerge.el (emerge-setup-windows):
20260         * textmodes/two-column.el (2C-two-columns):
20261         * textmodes/reftex-toc.el (reftex-toc):
20262         * progmodes/gdb-mi.el (gdb-setup-windows):
20263         * progmodes/fortran.el (fortran-window-create):
20264         * net/newst-treeview.el (newsticker--treeview-window-init):
20265         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
20266         * emulation/tpu-edt.el (tpu-gold-map):
20267         * emulation/crisp.el (crisp-mode-map):
20268         * calendar/calendar.el (calendar-basic-setup): Callers changed.
20270 2011-10-29  Chong Yidong  <cyd@gnu.org>
20272         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
20274         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
20276         * textmodes/flyspell.el (flyspell-word): Fix char offset for
20277         forged Ispell output (Bug#7904).
20279         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
20281 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20283         * doc-view.el: Avoid ugly errors about not finding nil.
20284         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
20285         (doc-view-dvipdf-program, doc-view-unoconv-program)
20286         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
20287         Avoid nil or absolute file name as default value.
20288         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
20290 2011-10-28  Alan Mackenzie  <acm@muc.de>
20292         * progmodes/cc-defs.el (c-version): -> 5.32.2.
20294 2011-10-28  Alan Mackenzie  <acm@muc.de>
20296         Amend the handling of c-beginning/end-of-defun in nested declaration
20297         scopes.
20299         * progmodes/cc-vars.el (c-defun-tactic): Move here from
20300         cc-langs.el.  Change it to a defcustom.
20302         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
20303         cc-vars.el.
20305         * progmodes/cc-engine.el (c-beginning-of-statement-1):
20306         Prevent "class foo : bar" being spuriously recognized as a label.
20308         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
20309         Add parameter `inclusive' (to include enclosing braces in the region).
20310         (c-widen-to-enclosing-decl-scope): New function.
20311         (c-while-widening-to-decl-block): New macro.
20312         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
20313         outward for defun boundaries, and correspondingly change symbol
20314         `respect-enclosure' to `go-outward'.
20315         (c-declaration-limits): Change algorithm to report only the "innermost"
20316         defun's boundaries.
20318 2011-10-28  Deniz Dogan  <deniz@dogan.se>
20320         * net/rcirc.el (rcirc-mode): Use hard newlines.
20322 2011-10-28  Alan Mackenzie  <acm@muc.de>
20324         Amend to indent and fontify macros "which include their own semicolon"
20325         correctly, using the "virtual semicolon" mechanism.
20327         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
20329         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
20330         Recode to scan one line at a time rather than having \n and \r
20331         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
20332         (c-forward-label): Amend for virtual semicolons.
20333         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
20335         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
20336         of the new C macros.
20338         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
20339         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
20340         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
20341         (c-opt-cpp-macro-define): Make into a full language variable.
20342         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
20343         AWK Mode (including \n, \r) removed, no longer needed.
20345         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
20346         Invoke c-make-macro-with-semi-re.
20348         * progmodes/cc-vars.el (c-macro-with-semi-re):
20349         (c-macro-names-with-semicolon): New variables.
20350         (c-make-macro-with-semi-re): New function.
20352 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20354         * vc/log-edit.el: Fill empty field rather than adding new one.
20355         (log-edit-add-field): New function.
20356         (log-edit-insert-changelog): Use it.
20358 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
20360         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
20362 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20364         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
20365         (gdb--check-interpreter): New function.
20366         (gdb): Use it.
20368 2011-10-27  Glenn Morris  <rgm@gnu.org>
20370         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
20371         (least-positive-float, least-negative-float)
20372         (least-positive-normalized-float, least-negative-normalized-float)
20373         (float-epsilon, float-negative-epsilon):
20374         Remove unnecessary declarations.
20376         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
20377         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
20378         (least-positive-float, least-negative-float)
20379         (least-positive-normalized-float, least-negative-normalized-float)
20380         (float-epsilon, float-negative-epsilon): Add doc-strings,
20381         based on those in cl.texi.
20383         * files.el (set-visited-file-name): If the major-mode changed,
20384         reload the local variables.  (Bug#9796)
20386 2011-10-27  Chong Yidong  <cyd@gnu.org>
20388         * subr.el (change-major-mode-after-body-hook): New hook.
20389         (run-mode-hooks): Run it.
20391         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20392         Use change-major-mode-before-body-hook.
20394         * simple.el (fundamental-mode):
20395         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
20396         change introducing fundamental-mode-hook.
20398 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
20400         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
20402 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
20404         * ido.el (ido-file-name-all-completions-1): Do not require
20405         tramp.el explicitly.  (Bug#7583)
20407 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20409         * progmodes/octave-mod.el:
20410         * progmodes/octave-inf.el: Update maintainer.
20412 2011-10-26  Chong Yidong  <cyd@gnu.org>
20414         * subr.el (with-wrapper-hook): Rewrite doc.
20416 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
20418         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
20419         filenames "/method:foo:".  (Bug#9793)
20421 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20423         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
20424         (bug#9865).
20426 2011-10-24  Glenn Morris  <rgm@gnu.org>
20428         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
20430 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
20432         * notifications.el: Add the requirement of a running D-Bus session
20433         bus to the Commentary.
20435 2011-10-24  Juri Linkov  <juri@jurta.org>
20437         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20438         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
20439         (Bug#9364)
20441 2011-10-24  Juri Linkov  <juri@jurta.org>
20443         * info.el (Info-following-node-name-re): Add newline to the list
20444         of allowed characters for leading space.  (Bug#9824)
20446 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20448         * progmodes/octave-inf.el (inferior-octave-mode-map):
20449         Fix C-c C-h binding.
20450         * progmodes/octave-mod.el (octave-help): Remove.
20452 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
20454         Sync with Tramp 2.2.3.
20456         * net/tramp-cache.el (top): Pacify byte-compiler using
20457         `init-file-user' and `site-run-file'.
20459         * net/trampver.el: Update release number.
20461 2011-10-23  Chong Yidong  <cyd@gnu.org>
20463         * files.el (toggle-read-only): Remove obsolete comment about
20464         version control.
20466         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
20467         for toggle-read-only.  Note that this hasn't called vc-next-action
20468         since 2008-05-02, though it wasn't documented at the time.
20470         * vc/ediff-init.el (ediff-toggle-read-only-function):
20471         Use toggle-read-only.
20473 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
20475         Fix bug #9560, sporadic wrong indentation; improve instrumentation
20476         of c-parse-state.
20478         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
20479         correct faulty logical expression.
20480         (c-parse-state-state, c-record-parse-state-state):
20481         (c-replay-parse-state-state): New defvar/defuns.
20482         (c-debug-parse-state): Use new functions.
20484 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
20486         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
20487         last fix.  Use window-in-direction correctly.
20489 2011-10-21  Chong Yidong  <cyd@gnu.org>
20491         * progmodes/idlwave.el (idlwave-mode):
20492         * progmodes/vera-mode.el (vera-mode): No need to set
20493         require-final-newline; that's done in prog-mode.
20494         Suggested by Stefan Monnier.
20496 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
20498         * mouse.el (mouse-drag-window-above)
20499         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
20500         (mouse-drag-mode-line-1, mouse-drag-header-line)
20501         (mouse-drag-vertical-line-rightward-window): Remove.
20502         (mouse-drag-line): New function.
20503         (mouse-drag-mode-line, mouse-drag-header-line)
20504         (mouse-drag-vertical-line): Call mouse-drag-line.
20505         * window.el (window-at-side-p, windows-at-side): New functions.
20507 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
20509         * tar-mode.el (tar-grind-file-mode):
20510         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
20512 2011-10-21  Chong Yidong  <cyd@gnu.org>
20514         * progmodes/idlwave.el (idlwave-mode):
20515         * progmodes/vera-mode.el (vera-mode):
20516         Use mode-require-final-newline.
20518 2011-10-20  Glenn Morris  <rgm@gnu.org>
20520         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
20522 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
20524         * emulation/cua-base.el (cua-set-mark): Fix case of string.
20526 2011-10-20  Chong Yidong  <cyd@gnu.org>
20528         * emulation/cua-base.el (cua-mode):
20529         * mail/footnote.el (footnote-mode):
20530         * mail/mailabbrev.el (mail-abbrevs-mode):
20531         * net/xesam.el (xesam-minor-mode):
20532         * progmodes/bug-reference.el (bug-reference-mode):
20533         * progmodes/cap-words.el (capitalized-words-mode):
20534         * progmodes/compile.el (compilation-minor-mode)
20535         (compilation-shell-minor-mode):
20536         * progmodes/gud.el (gud-tooltip-mode):
20537         * progmodes/hideif.el (hide-ifdef-mode):
20538         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20539         * progmodes/subword.el (subword-mode):
20540         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
20541         * progmodes/which-func.el (which-function-mode):
20542         * term/tvi970.el (tvi970-set-keypad-mode):
20543         * term/vt100.el (vt100-wide-mode):
20544         * textmodes/flyspell.el (flyspell-mode):
20545         * textmodes/ispell.el (ispell-minor-mode):
20546         * textmodes/nroff-mode.el (nroff-electric-mode):
20547         * textmodes/paragraphs.el (use-hard-newlines):
20548         * textmodes/refill.el (refill-mode):
20549         * textmodes/reftex.el (reftex-mode):
20550         * textmodes/rst.el (rst-minor-mode):
20551         * textmodes/sgml-mode.el (html-autoview-mode)
20552         (sgml-electric-tag-pair-mode):
20553         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
20554         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
20555         * emulation/crisp.el (crisp-mode):
20556         * emacs-lisp/eldoc.el (eldoc-mode):
20557         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
20558         minor mode behavior.
20560 2011-10-19  Juri Linkov  <juri@jurta.org>
20562         * descr-text.el (describe-char): Add #x2010 and #x2011 to
20563         the list of hard-coded chars with escape-glyph face.
20565 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20567         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
20569 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
20571         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
20572         running process.
20574 2011-10-19  Glenn Morris  <rgm@gnu.org>
20576         * vc/vc-bzr.el (vc-bzr-after-dir-status):
20577         Ignore ignored files.  (Bug#9726)
20579 2011-10-19  Chong Yidong  <cyd@gnu.org>
20581         Doc fix for minor modes, stating that an omitted argument enables
20582         the mode unconditionally when called from Lisp.
20584         * abbrev.el (abbrev-mode):
20585         * allout.el (allout-mode):
20586         * autoinsert.el (auto-insert-mode):
20587         * autoarg.el (autoarg-mode, autoarg-kp-mode):
20588         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20589         (global-auto-revert-mode):
20590         * battery.el (display-battery-mode):
20591         * composite.el (global-auto-composition-mode)
20592         (auto-composition-mode):
20593         * delsel.el (delete-selection-mode):
20594         * desktop.el (desktop-save-mode):
20595         * dired-x.el (dired-omit-mode):
20596         * dirtrack.el (dirtrack-mode):
20597         * doc-view.el (doc-view-minor-mode):
20598         * double.el (double-mode):
20599         * electric.el (electric-indent-mode, electric-pair-mode):
20600         * emacs-lock.el (emacs-lock-mode):
20601         * epa-hook.el (auto-encryption-mode):
20602         * follow.el (follow-mode):
20603         * font-core.el (font-lock-mode):
20604         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
20605         * help.el (temp-buffer-resize-mode):
20606         * hilit-chg.el (highlight-changes-mode)
20607         (highlight-changes-visible-mode):
20608         * hi-lock.el (hi-lock-mode):
20609         * hl-line.el (hl-line-mode, global-hl-line-mode):
20610         * icomplete.el (icomplete-mode):
20611         * ido.el (ido-everywhere):
20612         * image-file.el (auto-image-file-mode):
20613         * image-mode.el (image-minor-mode):
20614         * iswitchb.el (iswitchb-mode):
20615         * jka-cmpr-hook.el (auto-compression-mode):
20616         * linum.el (linum-mode):
20617         * longlines.el (longlines-mode):
20618         * master.el (master-mode):
20619         * mb-depth.el (minibuffer-depth-indicate-mode):
20620         * menu-bar.el (menu-bar-mode):
20621         * minibuf-eldef.el (minibuffer-electric-default-mode):
20622         * mouse-sel.el (mouse-sel-mode):
20623         * msb.el (msb-mode):
20624         * mwheel.el (mouse-wheel-mode):
20625         * outline.el (outline-minor-mode):
20626         * paren.el (show-paren-mode):
20627         * recentf.el (recentf-mode):
20628         * reveal.el (reveal-mode, global-reveal-mode):
20629         * rfn-eshadow.el (file-name-shadow-mode):
20630         * ruler-mode.el (ruler-mode):
20631         * savehist.el (savehist-mode):
20632         * scroll-all.el (scroll-all-mode):
20633         * scroll-bar.el (scroll-bar-mode):
20634         * server.el (server-mode):
20635         * shell.el (shell-dirtrack-mode):
20636         * simple.el (auto-fill-mode, transient-mark-mode)
20637         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
20638         (line-number-mode, column-number-mode, size-indication-mode)
20639         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
20640         * strokes.el (strokes-mode):
20641         * time.el (display-time-mode):
20642         * t-mouse.el (gpm-mouse-mode):
20643         * tool-bar.el (tool-bar-mode):
20644         * tooltip.el (tooltip-mode):
20645         * type-break.el (type-break-mode-line-message-mode)
20646         (type-break-query-mode):
20647         * view.el (view-mode):
20648         * whitespace.el (whitespace-mode, whitespace-newline-mode)
20649         (global-whitespace-mode, global-whitespace-newline-mode):
20650         * xt-mouse.el (xterm-mouse-mode): Doc fix.
20652         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20653         Fix autogenerated docstring.
20655 2011-10-19  Juri Linkov  <juri@jurta.org>
20657         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
20658         by checking environment variables "DESKTOP_SESSION" and
20659         "XDG_CURRENT_DESKTOP".  (Bug#9779)
20661 2011-10-19  Juri Linkov  <juri@jurta.org>
20663         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
20664         (browse-url-chromium-program, browse-url-chromium-arguments):
20665         New defcustoms.
20666         (browse-url-default-browser): Check for `browse-url-chromium' and
20667         call `browse-url-chromium-program'.
20668         (browse-url-chromium): New command.  (Bug#9779)
20670 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
20672         * facemenu.el (list-colors-duplicates): On Windows, detect more
20673         duplicates by assuming that only colors matching "^System" are
20674         special "system colors".  (Bug#9722)
20676 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20678         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
20679         to distinguish the author from the committer.
20681 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
20683         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
20685 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
20687         * international/mule.el (sgml-html-meta-auto-coding-function):
20688         Add support for detecting encoding in HTML5 specified only as
20689         <meta charset="UTF-8">.  Implementation just makes http-equiv and
20690         content-type parts from HTML4 encoding string optional.  (Bug#9716)
20692 2011-10-18  Glenn Morris  <rgm@gnu.org>
20694         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
20696 2011-10-18  Chong Yidong  <cyd@gnu.org>
20698         * faces.el (cursor): Doc fix.
20700 2011-10-17  Chong Yidong  <cyd@gnu.org>
20702         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20704 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
20706         * dirtrack.el (dirtrack): Support shell buffers with path
20707         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
20709 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
20711         * json.el: Bump version to 1.3 and note change in History.
20712         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20714 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20716         * comint.el (comint-insert-input, comint-send-input)
20717         (comint-get-old-input-default, comint-backward-matching-input)
20718         (comint-next-prompt): Use nil instead of `input' for field property of
20719         past user input (bug#114).
20721         * minibuffer.el (completion--replace): Inherit surrounding properties
20722         (bug#114).
20723         (minibuffer-complete-and-exit): Use it.
20725         * comint.el (comint--table-subvert): Quote the all-completions output
20726         (bug#9160).
20728 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
20730         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20732         * menu-bar.el (menu-bar-file-menu): Add entry for making new
20733         window on right of selected.  (Bug#9350) Reword other window
20734         entries and separate them from frame entries.
20736 2011-10-15  Glenn Morris  <rgm@gnu.org>
20738         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20739         Doc fixes.
20741 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
20743         * net/network-stream.el (network-stream-open-starttls):
20744         Improve detection of failure due to lack of TLS support.
20746         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20747         putting the input text in front and in bold.
20749 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20751         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20753         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20754         empty buffer.
20756         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20757         unread-command-events rather than pushing yet-another event.
20759 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
20761         * mail/sendmail.el (sendmail-query-once): Improve the wording of
20762         the explanation of the possible choices.  Make the options passed
20763         to completing-read shorter.
20765 2011-10-13  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
20767         * textmodes/flyspell.el (flyspell-large-region): Make sure
20768         extended character mode is used if defined (Bug#1339).
20770 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
20772         * simple.el (what-cursor-position): Fix the display of the
20773         character info for LRE, LRO, RLE, and RLO characters by appending
20774         an invisible PDF.
20776 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20778         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20779         even in case of error; add debug spec; simplify data flow.
20780         (with-timeout-handler): Remove.
20782 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
20784         Fix Bug#6019, Bug#9315.
20786         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20787         complete `buffer-file-name', the local file name part could look
20788         remotely (for example on VMS).
20790         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20791         `tramp-run-real-handler'.
20792         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20793         already quoted by '"'.
20795         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20796         Let `file-name-handler-alist' be nil, the local file name part
20797         could look remotely (for example on VMS).
20799 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20801         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20802         from here...
20803         (flyspell-post-command-hook): ...to here.
20805 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20807         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20808         if not needed.
20809         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
20810         using completion.  Protect against "slow" callers.
20811         Remove the "message hack".
20813 2011-10-11  Juri Linkov  <juri@jurta.org>
20815         * isearch.el (isearch-lazy-highlight-word): New variable.
20816         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20817         Use it.  (Bug#9727)
20819 2011-10-11  Glenn Morris  <rgm@gnu.org>
20821         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20822         like f90-previous-statement does.
20824 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20826         * eshell/eshell.el (eshell-command): History should be saved
20827         only in interactive use, to avoid error.
20829 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20831         * minibuffer.el (completion-file-name-table): Fix last change,
20832         i.e. ignore normal errors but not the other ones.
20834 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
20836         * window.el (special-display-buffer-names)
20837         (special-display-regexps): Remove some remnants of earlier
20838         changes from doc-strings.
20839         (quit-windows-on): New function.
20841         * vc/vc.el (vc-revert, vc-rollback):
20842         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20843         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
20844         (Bug#6183) (Bug#7074) (Bug#7447)
20846 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
20848         * window.el (frame-auto-hide-function): Add version tag.
20849         (Bug#9699)
20851 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
20853         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20854         condition.
20856 2011-10-09  Leo Liu  <sdl.web@gmail.com>
20858         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20859         (Bug#9701)
20861 2011-10-08  Glenn Morris  <rgm@gnu.org>
20863         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20864         before the first code statement zero indent.  (Bug#9690)
20866 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
20868         * simple.el (count-words-region): Always count in the region.
20869         Report the number of lines and characters too.
20870         (count-words): New command, which counts in the buffer if the
20871         region is inactive, as count-words-region used to.
20872         (count-words--message): New function.  Handle plurals.
20873         (count-lines-region): Make it an alias for count-words-region.
20875         * bindings.el (esc-map): Replace count-lines-region with
20876         count-words-region.
20878 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
20880         * window.el (window--delete): Delete dedicated frame
20881         unconditionally when argument KILL is non-nil.  (Bug#9699)
20882         (switch-to-buffer): Fix doc-string typo.
20884 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20886         * eshell/eshell.el (eshell-command): Avoid using hooks.
20888 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
20890         * bindings.el ([M-left], [M-right]): Bind to left-word and
20891         right-word respectively.
20893 2011-10-07  Glenn Morris  <rgm@gnu.org>
20895         * cus-start.el (debug-on-quit): Fix custom type.
20897 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20899         * subr.el (define-key-after): Clarify that the function is not
20900         useful for non-menu keymaps.
20902         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
20904 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20906         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
20907         in current minibuffer (Fix bug with recursive minibuffers).
20909 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
20911         * progmodes/gdb-mi.el (gdb): Doc fix.
20913 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
20915         * window.el (frame-auto-hide-function): New option replacing
20916         frame-auto-delete.  Suggested by Stefan Monnier.
20917         (window--delete): Call frame-auto-hide-function instead of
20918         investigating frame-auto-delete.
20919         (window-point-1, set-window-point-1): New functions.
20920         (window-in-direction, record-window-buffer, window-state-get-1)
20921         (display-buffer-record-window): Use window-point-1 instead of
20922         window-point.
20923         (set-window-buffer-start-and-point): Use set-window-point-1.
20925 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20927         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
20929 2011-10-05  Glenn Morris  <rgm@gnu.org>
20931         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
20932         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
20934 2011-10-05  Leo Liu  <sdl.web@gmail.com>
20936         * subr.el (read-char-choice): Fix argument to buffer-live-p which
20937         works with buffer object.
20939 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20941         * mpc.el (mpc-tool-bar-map): Add labels.
20943 2011-10-04  Glenn Morris  <rgm@gnu.org>
20945         * calendar/holidays.el (calendar-check-holidays): Doc fix.
20947 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
20949         * window.el (window--delete): New function.
20950         (frame-auto-delete): Resuscitate option.
20951         (bury-buffer, replace-buffer-in-windows)
20952         (quit-window): Rewrite using window--delete.
20953         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
20954         Pass display-buffer-mark-dedicated to window--display-buffer-2
20955         (Bug#9639).
20957 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20959         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
20960         returns a list (bug#9554).  Add remote file name completion.
20961         * comint.el (comint--table-subvert): Curry and get quote&unquote
20962         functions as arguments.
20963         (comint--complete-file-name-data): Adjust call accordingly.
20964         * pcomplete.el (pcomplete--table-subvert): Remove.
20965         (pcomplete-completions-at-point): Use comint--table-subvert instead.
20967         * minibuffer.el (completion-table-case-fold): Use currying.
20968         (completion--styles-type, completion--cycling-threshold-type):
20969         New constants.
20970         (completion-styles, completion-category-overrides)
20971         (completion-cycle-threshold): Use them.
20972         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
20973         completion-table-case-fold.
20975 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
20977         * minibuffer.el (completion-category-overrides): Fix type of styles
20978         and add more user friendly tags (bug#9660).
20980 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20982         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
20983         (mule-input-method-string): New widget.
20984         (default-input-method, language-info-custom-alist): Use it.
20986 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20988         * pcomplete.el: Require comint.
20989         (pcomplete--common-suffix): Remove.
20990         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
20991         (pcomplete--table-subvert): Sync with comint--table-subvert.
20992         (pcomplete--entries): Use comint-completion-file-name-table.
20993         * comint.el (comint-unquote-filename): Simplify.
20994         (comint-completion-file-name-table): New function (bug#9616).
20995         (comint--complete-file-name-data): Use it.
20997         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
20998         (pcmpl-gnu-tar-buffer): Remove.
20999         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
21000         around.  Make sure pcomplete-suffix-list is only changed temporarily.
21001         Don't look inside the tar's file if it's too large.
21003 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
21005         * cus-edit.el (custom-mode-map):
21006         * epa.el (epa-key-list-mode-map):
21007         * man.el (Man-mode-map):
21008         * startup.el (splash-screen-keymap):
21009         * simple.el (special-mode-map): Use scroll-up-command and
21010         scroll-down-command.
21012         * progmodes/idlw-help.el (idlwave-help-mode-map):
21013         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
21014         * net/newst-plainview.el (newsticker-mode-map):
21015         * emulation/ws-mode.el (wordstar-mode-map):
21016         * emulation/vi.el (vi-com-map):
21017         * calc/calc-graph.el (calc-graph-show-dumb):
21018         * term/sun.el (terminal-init-sun):
21019         * term/ns-win.el (global-map):
21020         * progmodes/grep.el (grep-mode-map):
21021         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
21022         * mail/rmail.el (rmail-mode-map):
21023         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
21025         * custom.el (custom-safe-themes, load-theme): Treat value of t for
21026         custom-safe-themes as special.
21028 2011-10-01  Julien Danjou  <julien@danjou.info>
21030         * notifications.el (notifications-notify): Fix docstring.
21032 2011-10-01  Per Starbäck  <per@starback.se>
21034         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
21036 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
21038         * startup.el (command-line-1): Fix last fix by inserting
21039         initial-scratch-message into *scratch* before displaying it.
21040         (Bug#9605) and (Bug#9636)
21042 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
21044         * simple.el (line-move): If auto-hscroll-mode is disabled and the
21045         window is hscrolled, move by logical lines.  (Bug#9607)
21046         (line-move-visual): Update the doc string to the above effect.
21048 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
21050         * window.el (display-buffer-record-window): When WINDOW is the
21051         selected window use `point' instead of `window-point'.  (Bug#9626)
21053         * startup.el (command-line-1): Use insert-before-markers when
21054         inserting initial-scratch-message.  (Bug#9605)
21056         * help.el (help-window): Remove variable.
21058 2011-09-29  Glenn Morris  <rgm@gnu.org>
21060         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
21062 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
21064         * descr-text.el (describe-char-categories): Accept category
21065         descriptions more than one line long.
21067 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21069         * simple.el (delete-trailing-whitespace): Fix last change.
21071         * progmodes/perl-mode.el (perl-syntax-propertize-function):
21072         Don't confuse "y => 3" as the beginning of a `y' operation.
21074         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
21075         object has more than 4 slots (bug#9613).
21077 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
21079         * subr.el (with-output-to-temp-buffer):
21080         * net/quickurl.el (quickurl, quickurl-browse-url):
21081         Fix typos in docstrings.
21083 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
21085         * minibuffer.el (completion-styles)
21086         (completion-category-overrides): Cross reference each other in doc
21087         strings.
21089 2011-09-27  Glenn Morris  <rgm@gnu.org>
21091         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
21092         to split-string.  (Bug#9606)
21094 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21096         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
21097         (bug#9615).
21099 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
21101         * emacs-lisp/package.el (list-packages): Fix echo area message.
21103 2011-09-27  Leo Liu  <sdl.web@gmail.com>
21105         * ido.el (ido-read-internal): Accept cons cell HIST arg.
21107 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
21109         * net/dbus.el (dbus-unregister-object): Don't release services for
21110         registered signals.  (Bug#9581)
21112 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
21114         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
21115         function that picks between cfengine 2 and 3 support
21116         automatically.  Update docs accordingly.
21118 2011-09-22  Kenichi Handa  <handa@m17n.org>
21120         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
21121         ZERO.
21122         (indian-itrans-v5-table-for-tamil): New variable.
21123         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
21125 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
21127         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
21128         that's true if the current command involved collapsing of text.
21129         It's reset to false at the beginning of the next command.
21130         (allout-post-command-business): Move the cursor to the beginning
21131         of entry if the cursor is hidden and collapsing activity just
21132         happened.
21134 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
21136         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
21137         tracking (Bug#9541).
21139 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
21141         * net/newst-reader.el (newsticker-html-renderer)
21142         (newsticker-show-news): Automatically load html rendering package
21143         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
21144         because w3m-fill-column is let-bound" and the error "Symbol's value
21145         as variable is void: w3m-fill-column".
21147 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
21149         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
21150         Release services only if they are defined.  (Bug#9581)
21152 2011-09-23  Richard Stallman  <rms@gnu.org>
21154         * textmodes/paragraphs.el (forward-sentence): For backwards case,
21155         distinguish start of paragraph from start of its text.
21157         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
21159         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
21160         (rmail-generate-viewer-buffer): Put that hook on view buffer.
21161         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
21163 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
21165         * international/mule-diag.el (mule-diag): Insert a newline after
21166         each fontset description.
21168 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21170         * simple.el (delete-trailing-whitespace):
21171         Document last change; simplify.
21173 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
21175         * simple.el (delete-trailing-whitespace): Also delete
21176         extra newlines at the end of the buffer.
21178         * textmodes/picture.el: Make motion commands obey shift-select-mode.
21179         (picture-newline): Use forward-line so as to ignore fields.
21181 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21183         * subr.el (with-wrapper-hook): Fix edebug spec.
21185 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21187         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
21188         (bug#4538).
21190 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
21192         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
21193         Fix nasty bug using wrong cached values.
21195 2011-09-23  Alan Mackenzie  <acm@muc.de>
21197         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
21199 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
21201         * window.el (pop-to-buffer): Ensure right window is selected if we
21202         chose another frame.
21204 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
21206         * simple.el (what-cursor-position): Use get-char-property-change
21207         and next-single-char-property-change, to be able to show display
21208         properties that come from overlays as well as text properties.
21210 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
21212         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
21214         * cmuscheme.el (run-scheme, switch-to-scheme):
21215         * cus-edit.el (customize-group, custom-buffer-create)
21216         (customize-browse):
21217         * info.el (info):
21218         * shell.el (shell):
21219         * mail/sendmail.el (mail):
21220         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
21222 2011-09-22  Richard Stallman  <rms@gnu.org>
21224         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
21225         move back only to line beg, don't move back over blank lines.
21227 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
21229         * files.el (copy-directory): Set directory attributes only in case
21230         they could be retrieved from the source directory.  (Bug#9565)
21232 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
21234         * progmodes/hideshow.el (hs-looking-at-block-start-p)
21235         (hs-find-block-beginning, hs-hide-level-recursive):
21236         Ignore strings as well as comments.  (Bug#9502)
21238 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
21240         * progmodes/sql.el (sql-comint-postgres):
21241         Convert port number to a string.  (Bug#9566)
21243 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
21245         * window.el (quit-window): Undedicate window when switching to
21246         previous buffer.  Reported by Thierry Volpiatto
21247         <thierry.volpiatto@gmail.com>.
21248         (special-display-popup-frame): When popping up a new frame reset
21249         its previous buffers to nil.  Simplify code.
21251 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
21253         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
21254         and process filter, as done also in `shell-command'.
21256 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
21258         * window.el (set-window-buffer-start-and-point):
21259         Call set-window-start with NOFORCE argument t.
21260         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21261         (quit-window): Reword doc-string.  Handle new format of
21262         quit-restore parameter.  Don't delete window if it has a
21263         previous buffer we can show instead of the present one.
21264         (display-buffer-record-window): Rewrite using a new format for
21265         the quit-restore window parameter
21266         (special-display-popup-frame, display-buffer-same-window)
21267         (display-buffer-reuse-window, display-buffer-pop-up-frame)
21268         (display-buffer-pop-up-window, display-buffer-use-some-window):
21269         Adapt symbol passed to display-buffer-record-window.
21270         * help.el (help-window-setup): Handle new format of quit-restore
21271         parameter.
21273 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21275         * faces.el (face-list): Fix docstring (bug#9564).
21277         * window.el (display-buffer--action-function-custom-type):
21278         Don't include internal functions in the Custom interface.
21280 2011-09-20  Juri Linkov  <juri@jurta.org>
21282         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
21283         (Info-forward-node, Info-backward-node, Info-next-preorder)
21284         (Info-last-preorder): Use it.  (Bug#9528)
21286 2011-09-20  Juri Linkov  <juri@jurta.org>
21288         * info.el (Info-last-preorder): Visit last menu item only when
21289         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
21291 2011-09-20  Julien Danjou  <julien@danjou.info>
21293         * password-cache.el (password-cache-remove): Remove entries even if the
21294         value is nil, so that password with a nil value (negative caching) is
21295         possible to invalidate.
21297 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
21299         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
21300         all whitespace around breakpoint.  (Bug#9553)
21301         (f90-find-breakpoint): Only break at whitespace inside a comment.
21303 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21305         * minibuffer.el (completion-file-name-table): Keep track of errors.
21306         (completion-table-with-predicate): Handle the case where pred1 is nil.
21307         * pcomplete.el (pcomplete-completions-at-point): Simplify.
21309 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21311         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
21312         (debugger-return-value): Signal an error if the debugging context does
21313         not await any return value.
21315         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
21316         * image-mode.el (image-toggle-display-text)
21317         (image-toggle-display-image): Stay away from evil `intangible'.
21319 2011-09-19  Leo Liu  <sdl.web@gmail.com>
21321         * replace.el (occur-revert-arguments): Make it permanent-local.
21322         (occur-mode): Don't call font-lock-defontify.
21324 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
21326         * net/ldap.el (ldap-search-internal): Don't push empty search
21327         result (Bug#9508).
21329 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21331         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
21333 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
21335         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
21336         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
21338 2011-09-18  Juri Linkov  <juri@jurta.org>
21340         * buff-menu.el (Buffer-menu-mode-map):
21341         * dired.el (dired-mode-map):
21342         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
21343         (lisp-interaction-mode-map):
21344         * emacs-lisp/package.el (package-menu-mode-map):
21345         * epa.el (epa-key-list-mode-map):
21346         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
21347         (menu-bar-options-menu):
21348         * outline.el (outline-mode-menu-bar-map):
21349         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
21350         * vc/vc-dir.el (vc-dir-menu-map):
21351         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
21352         Capitalize non-function content words in menu item strings.
21354         * dired.el (dired-mode-map): Add menu item for
21355         `image-dired-dired-toggle-marked-thumbs'.
21357 2011-09-18  Juri Linkov  <juri@jurta.org>
21359         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
21360         to `isearch-case-fold-search' and restore its original value
21361         after the `isearch-mode' call.
21363 2011-09-18  Juri Linkov  <juri@jurta.org>
21365         * progmodes/grep.el (grep-process-setup): Don't check code for 1
21366         because `zgrep' returns 1 for successful matches (bug#9226).
21368 2011-09-18  Juri Linkov  <juri@jurta.org>
21370         * info.el (Info-extract-menu-node-name): Check the second match
21371         for empty string (second test-case of bug#9528).
21372         (Info-last-preorder): Let-bind `Info-history' to nil to not add
21373         intermediate nodes to the history (first test-case of bug#9528).
21375 2011-09-18  Juri Linkov  <juri@jurta.org>
21377         * info.el (Info-mode-syntax-table): New variable.
21378         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
21380 2011-09-18  Juri Linkov  <juri@jurta.org>
21382         * info.el (Info-file-supports-index-cookies):
21383         Increment line-beginning-position's arg from 3 to 4 because makeinfo
21384         outputs one more line for long file names (bug#4142).
21386 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
21388         * newcomment.el (comment-normalize-vars): If prompting for
21389         comment-start, set comment-start-skip too (Bug#8424).
21391 2011-09-18  Johan BockgĂ¥rd  <bojohan@gnu.org>
21393         * icomplete.el: Fix previous fix of Bug#5849.
21394         (icomplete-mode): Don't set completion-show-inline-help.
21395         (icomplete-minibuffer-setup): Set completion-show-inline-help
21396         locally during icompletion.
21398 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
21400         * woman.el (woman2-process-escapes): Don't delete unrecognized
21401         escapes (Bug#7843).
21403         * files.el (inhibit-first-line-modes-regexps): Add image files.
21404         (hack-local-variables-prop-line): Return nil for malformed
21405         prop-lines (Bug#9044).
21407 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
21409         * net/tramp.el (top): Don't require 'shell.
21410         (tramp-methods): Fix docstring.
21411         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
21412         Return complete remote file name.  Handle "smb" case.
21413         Use `tramp-tmpdir', if defined for the respective method.
21414         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
21416         * net/tramp-compat.el (top): Require 'shell.
21418         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
21419         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
21420         `tramp-current-host'.
21421         (tramp-get-remote-tmpdir): Remove.
21423         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
21424         `tramp-tmpdir' entries.
21425         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
21426         (tramp-smb-handle-file-attributes): Ignore errors.
21427         (tramp-smb-wait-for-output): Check also for process end.
21429 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21431         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
21432         when sending QUIT (bug#9312).
21434 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
21436         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
21437         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
21438         occur-mode-display-occurrence.
21439         (occur-edit-mode): Add usage message.
21440         (occur-cease-edit): New command.
21441         (occur-after-change-function): Use text properties to find the
21442         position of the prefix text.
21443         (occur-engine): Set stickiness of prefix text properties.
21445 2011-09-17  Glenn Morris  <rgm@gnu.org>
21447         * progmodes/etags.el (complete-tag):
21448         Fix call to completion-in-region.  (Bug#9526)
21450 2011-09-17  Juri Linkov  <juri@jurta.org>
21452         * textmodes/ispell.el (ispell-word): Add to the error message
21453         the word, ispell program name and current dictionary (bug#9121).
21454         (ispell-tex-arg-end): Capitalize "error" in the error message.
21456 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
21458         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
21459         check.  (Bug#4251)
21461 2011-09-17  Juri Linkov  <juri@jurta.org>
21463         * window.el (window-safe-min-height, window-safe-min-width):
21464         Fix typos (followup to bug#9522).
21466 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
21468         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
21470 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
21472         * simple.el (line-move): If goal-column is set, move by logical
21473         lines, not by display lines.  (Bug#971)
21474         (next-line, previous-line, goal-column, line-move-visual): Doc fix
21475         to reflect the above change.
21477 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21479         * image.el (imagemagick-register-types): Use regexp-opt.
21481 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
21483         * window.el (display-buffer-base-action): Rename from
21484         display-buffer-default-action.  Make default value empty.
21485         (display-buffer-overriding-action): Convert to defvar.
21486         (display-buffer-fallback-action): New var.
21488 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
21490         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
21491         declaration.
21492         (package--add-to-archive-contents): If there is a duplicate entry
21493         with an older version, remove it.
21494         (package-menu-mark-delete, package-menu-mark-install)
21495         (package-menu-mark-unmark): Make unused args optional.
21496         (package-menu-mark-obsolete-for-deletion):
21497         Use package-menu-get-status instead of a regexp search.
21498         (package-menu-get-status): Use tabulated-list-entry.
21499         (package-menu-mark-upgrades): New command.
21500         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
21501         (package-menu-execute): Do installation before deletion.
21502         (package-menu-refresh, package-menu-execute): Use derived-mode-p
21503         instead of checking major-mode.
21504         (package-menu--find-upgrades): New function.
21506 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21508         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
21509         passwords in the log buffer.
21510         (smtpmail-process-filter): Update the process marker so that the
21511         "broken by peer" status message is inserted in the right place.
21513 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21515         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
21516         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
21517         bibtex-completion-at-point-function.
21518         (bibtex-completion-at-point-function): Use them.
21520         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
21522         * mpc.el (mpc-constraints-tag-lookup): New function.
21523         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
21524         also to browser "album|playlist".
21526 2011-09-14  Juri Linkov  <juri@jurta.org>
21528         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
21529         (isearch-edit-string): Use length of `isearch-string' when
21530         `isearch-fail-pos' returns nil.
21531         (isearch-message): Remove duplicate code and call
21532         `isearch-fail-pos' with arg `t'.
21534 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
21536         * replace.el (occur-mode-goto-occurrence): Don't force using other
21537         window (Bug#9499).
21539         * dired-aux.el (dired-do-chmod): Don't provide initial input.
21541 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
21543         * window.el (display-buffer-window): Remove.
21544         (display-buffer-record-window): Use help-setup window parameter
21545         instead of variable display-buffer-window.
21546         (display-buffer-function, special-display-buffer-names)
21547         (special-display-function): Mention help-setup parameter instead
21548         of display-buffer-window in doc-string.
21549         * help.el (help-window-setup): New argument help-window.
21550         Use help-window-setup parameter instead of display-buffer-window.
21551         Reword some messages.
21552         (with-help-window): Pass window used for displaying the buffer
21553         to help-window-setup.  Don't set display-buffer-window.
21555 2011-09-13  Glenn Morris  <rgm@gnu.org>
21557         * emacs-lisp/debug.el (debugger-make-xrefs):
21558         Preserve point.  (Bug#9462)
21560 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
21562         * window.el (window-deletable-p): Use next-frame.
21564 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
21566         * window.el (window-auto-delete): Remove.
21567         (window-deletable-p): Remove argument FORCE.  Don't deal with
21568         dedication and previous buffers.
21569         (switch-to-prev-buffer): Don't delete window.
21570         (delete-windows-on): Delete a window's frame if and only if the
21571         window is dedicated.
21572         (replace-buffer-in-windows): Delete buffer's window or frame if
21573         and only if window is dedicated.
21574         (quit-window): Handle quit-restore as before last change.
21575         (bury-buffer): Delete window only if window-deletable-p returns t.
21577 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
21579         * window.el (window-deletable-p): Never delete the last frame on a
21580         given terminal.
21582 2011-09-13  Glenn Morris  <rgm@gnu.org>
21584         * help.el (describe-key-briefly): Copy previous standard-output change.
21586 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
21588         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
21590 2011-09-13  Glenn Morris  <rgm@gnu.org>
21592         * emacs-lisp/lisp-mode.el (lisp-indent-function):
21593         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
21595 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
21597         * dired-aux.el (dired-mark-read-string): Don't return default
21598         value on empty input (Bug#9361).
21599         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
21600         Omit initial minibuffer contents.
21601         (dired-do-chmod): Signal an error on empty input.
21602         (dired-mark-read-string): Don't return default on empty input.
21604         * files.el (file-modes-symbolic-to-number): Doc fix.
21606 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21608         * international/mule-cmds.el (ucs-completions): Remove.
21609         (read-char-by-name): Use complete-with-action instead; add metadata.
21611 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
21613         * window.el (display-buffer--action-function-custom-type)
21614         (display-buffer--action-custom-type): New vars.
21615         (display-buffer-alist, display-buffer-default-action)
21616         (display-buffer-overriding-action): Add defcustom types.
21618         * frame.el (delete-other-frames): Doc fix (Bug#276).
21620 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21622         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
21624 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
21626         Change modes that used same-window-* vars to use switch-to-buffer.
21628         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
21629         Use switch-to-buffer.
21631         * cus-edit.el (customize-group, custom-buffer-create)
21632         (customize-browse, custom-buffer-create-other-window):
21633         Use switch-to-buffer or switch-to-buffer-other-window.
21635         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
21636         (Info-prev, Info-up, Info-speedbar-goto-node)
21637         (info-display-manual): Use switch-to-buffer.
21638         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
21640         * mail/sendmail.el (mail): Use switch-to-buffer.
21641         (mail-recover): Use switch-to-buffer-other-window.
21643         * cmuscheme.el (run-scheme, switch-to-scheme):
21644         * ielm.el (ielm):
21645         * shell.el (shell):
21646         * net/rlogin.el (rlogin):
21647         * net/telnet.el (telnet, rsh):
21648         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
21650 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
21652         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
21654 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21656         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
21657         so don't mention it (bug#9301).
21658         (dired-sort-toggle-or-edit): Clarify string further.
21660         * faces.el (face-spec-set-match-display): Make `(type graphic)'
21661         match `x', `w32' and `ns', like the manual says (bug#9029).
21663         * subr.el (eval-after-load): Doc string clarification (bug#9125).
21664         (process-kill-buffer-query-function): Mention the buffer name in
21665         the query.
21667         * image-mode.el (image-next-line): The line parameter is mandatory
21668         (bug#9258).
21670         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
21671         which can be useful (bug#9301).
21673         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
21675         * subr.el (match-string): Mention that the current buffer should
21676         be the same as the search was done in (bug#9282).
21678         * facemenu.el: Disable the remove-* commands if the mark isn't
21679         active (bug#9162).
21681 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
21683         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
21684         of display-buffer.
21685         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
21687         * replace.el (occur-mode-goto-occurrence)
21688         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
21689         and display-buffer.
21691         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
21692         display-buffer.
21694         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
21695         special-display and same-window variables.
21696         (mail-other-window): Use switch-to-buffer-other-window.
21697         (mail-other-frame): USe switch-to-buffer-other-frame.
21699         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21700         Use display-buffer-other-frame.
21701         (gdb-display-gdb-buffer): Use pop-to-buffer.
21703         * progmodes/gud.el (gud-goto-info): Use info-other-window.
21705         * progmodes/python.el: Don't set same-window-buffer-names.
21707         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21709         * window.el (display-buffer-alist): Add *Python*.
21711 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
21713         * window.el (display-buffer-alist): Add entry for buffers
21714         previously handled same-window-*.
21715         (display-buffer-alist, display-buffer-default-action)
21716         (display-buffer-overriding-action): Mark as risky.
21717         (display-buffer-alist): Document action function changes.
21718         (display-buffer--same-window-action)
21719         (display-buffer--other-frame-action): New variables.
21720         (switch-to-buffer, display-buffer-other-frame): Use them.
21721         (display-buffer): Rename reuse-frame entry to reusable-frames.
21722         (display-buffer-reuse-selected-window): Function deleted.
21723         (display-buffer-reuse-window): Handle reusable-frames alist entry.
21724         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21725         (display-buffer-special): New function.
21726         (display-buffer--maybe-pop-up-frame-or-window): Rename from
21727         display-buffer-reuse-or-pop-window.  Split off special-display
21728         part into display-buffer-special.
21729         (display-buffer-use-some-window): Don't perform any special
21730         pop-up-frames handling.
21731         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21732         (display-buffer--maybe-same-window): Rename from
21733         display-buffer-maybe-same-window.
21735         * info.el: Don't set same-window-regexps.
21736         (info-setup): New function.
21737         (info-other-window, info): Call it.
21739         * cus-edit.el: Don't set same-window-regexps.
21740         (customize-group): New argument.
21741         (customize-group-other-window): Use it.
21742         (customize-face, customize-face-other-window): Likewise.
21743         (custom-buffer-create-other-window): Use pop-to-buffer directly.
21745         * net/rlogin.el:
21746         * net/telnet.el:
21747         * progmodes/gud.el: Don't set same-window-regexps.
21749         * cmuscheme.el:
21750         * ielm.el:
21751         * shell.el:
21752         * mail/sendmail.el:
21753         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21755 2011-09-10  Juri Linkov  <juri@jurta.org>
21757         * isearch.el (isearch-edit-string): Remove obsolete mention of
21758         `C-w' (`isearch-yank-word-or-char') from docstring.
21759         (isearch-query-replace): Fix typo in docstring (bug#9466).
21761 2011-09-10  Juri Linkov  <juri@jurta.org>
21763         * paren.el (show-paren-function): Don't show escaped parens.
21764         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
21766 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
21768         * mail/sendmail.el (mml-to-mime, mml-attach-file)
21769         (mm-default-file-encoding): Remove autoload forms, they are
21770         replaced with autoload cookies in mml.el and mm-encode.el.
21771         (mail-add-attachment): New command.
21772         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21773         (mail-mode): Mention mail-insert-file and mail-add-attachment in
21774         the doc string.
21775         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21777 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
21779         * simple.el (count-words-region): Use buffer if there's no region
21780         (bug#9429).
21782 2011-09-09  Juri Linkov  <juri@jurta.org>
21784         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21785         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21786         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
21788 2011-09-09  Alan Mackenzie  <acm@muc.de>
21790         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21791         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
21793 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
21795         Fix for Savannah bug#9392.
21796         * simple.el (mail-encode-mml): New defvar.
21798         * mail/rmail.el (mail-encode-mml): Add a defvar.
21799         (rmail-enable-mime-composing): Default to t.
21800         (rmail-forward): Use MIME method of forwarding only if both
21801         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21802         Set mail-encode-mml non-nil if the MIME method was used.
21804         * mail/sendmail.el (mml-to-mime): Add autoload form.
21805         (mail-encode-mml): Add a defvar.
21806         (mail-mode): Make mail-encode-mml buffer-local and initialize it
21807         to nil.
21808         (mail-send): If mail-encode-mml is non-nil, run the outgoing
21809         message through mml-to-mime, and reset mail-encode-mml to nil.
21811 2011-09-09  Glenn Morris  <rgm@gnu.org>
21813         * woman.el (woman-if-body): When processing an .el block,
21814         do not delete the next .el block as well.  (Bug#9447)
21815         (woman-special-characters): Add oq, cq, and hy characters.
21817 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
21819         * window.el (window-deletable-p): Make sure window is live before
21820         invoking window-prev-buffers.
21822 2011-09-08  Leo Liu  <sdl.web@gmail.com>
21824         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
21826 2011-09-08  Juri Linkov  <juri@jurta.org>
21828         * progmodes/compile.el (compilation-environment): Make it
21829         a defcustom (bug#8340).
21831 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
21833         * window.el (frame-auto-delete): Rename to window-auto-delete.
21834         Make it control auto-deletion of windows and/or frames.
21835         (window-deletable-p): New argument FORCE.  Rewrite conditions
21836         for deleting window/frame.  (Bug#9419)
21837         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21838         Rewrite handling of case when window/frame can be deleted.
21839         (delete-windows-on): Call window-deletable-p with new FORCE
21840         argument t.  (Bug#9456)
21842 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
21844         * help-mode.el (help-mode): Restore autoload.
21846 2011-09-07  Juri Linkov  <juri@jurta.org>
21848         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21849         `compilation-environment'.  Set buffer-local
21850         `compilation-environment' to `thisenv' later after (funcall mode).
21851         (Bug#8340)
21853         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
21854         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21855         instead of replacing its value.  (Bug#8340)
21857 2011-09-07  Juri Linkov  <juri@jurta.org>
21859         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21860         based on text properties put by `grep-filter' instead of matching
21861         escape sequences.
21862         (grep-mode): Set buffer-local `compilation-error-screen-columns'
21863         to the value of `grep-error-screen-columns' (bug#9438).
21865 2011-09-07  Juri Linkov  <juri@jurta.org>
21867         * simple.el (next-error-highlight, next-error-highlight-no-select):
21868         Doc fix (bug#9432).
21870 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
21872         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21873         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
21875 2011-09-07  Leo Liu  <sdl.web@gmail.com>
21877         * net/rcirc.el (rcirc-mode): Conditionally initialize
21878         rcirc-input-ring.
21880 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21882         * emacs-lisp/find-func.el (find-function-C-source): Only set
21883         find-function-C-source-directory after checking that we found a source
21884         file there (bug#9440).
21886 2011-09-06  Alan Mackenzie  <acm@muc.de>
21888         * isearch.el (isearch-other-meta-char): Wherever a key list is
21889         unread, "unread" the prefix arg, too.  This fixes bug #8901.
21891 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
21893         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
21895 2011-09-05  Juri Linkov  <juri@jurta.org>
21897         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
21899 2011-09-05  Juri Linkov  <juri@jurta.org>
21901         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
21902         keeping point where processing of grep matches begins, and
21903         continue to delete remaining escape sequences from the same point.
21904         (grep-filter): Make leading zero optional in "0?1;31m" because
21905         git-grep emits "\033[1;31m" escape sequences unlike expected
21906         "\033[01;31m" as GNU Grep does (bug#9408).
21907         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
21909 2011-09-05  Juri Linkov  <juri@jurta.org>
21911         * subr.el (y-or-n-p): Capitalize "yes".
21913 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
21915         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
21916         `tramp-cache-unload-hook' where appropriate.
21917         (tramp-methods): Rename `tramp-remote-sh' to
21918         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
21919         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
21921         * net/tramp-sh.el (top): Don't require 'shell.
21922         (tramp-methods): Add `tramp-remote-shell' and
21923         `tramp-remote-shell-args' entries.
21924         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
21925         (tramp-sh-handle-shell-command): Remove.
21926         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
21927         Use `tramp-remote-shell'.
21929 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
21931         * mail/sendmail.el (sendmail-query-once-function): Delete.
21932         (sendmail-query-once): Save directly to send-mail-function.
21933         Update message-send-mail-function too.
21935         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
21937 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
21939         * progmodes/python.el (python-mode-map): Use correct function to
21940         start python interpreter from menu-bar (as reported by Geert
21941         Kloosterman).
21942         (inferior-python-mode-map): Fix typo.
21943         (python-shell-map): Remove.
21945 2011-09-03  Deniz Dogan  <deniz@dogan.se>
21947         * net/rcirc.el (rcirc-print): Simplify code for
21948         rcirc-scroll-show-maximum-output.  There is no need to walk
21949         through all windows to find the right one.
21951 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
21953         * help.el (help-return-method): Doc fix.
21955 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
21957         * window.el (window-deletable-p): Don't return a non-nil value
21958         when there's a buffer that was shown in the window before.
21959         (Bug#9419)
21960         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21961         Set window's previous buffers to nil.
21963 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
21965         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
21966         newline before and after the tag line, so it doesn't interfere
21967         with determining the paragraph direction of bidirectional text.
21969 2011-09-03  Leo Liu  <sdl.web@gmail.com>
21971         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
21973 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
21975         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
21976         (pop-to-buffer): Change interactive spec.  Pass second argument
21977         directly to display-buffer.
21978         (display-buffer): Fix interactive spec.  Use functionp to
21979         distinguish between a function and a list of functions.
21981         * abbrev.el (edit-abbrevs):
21982         * arc-mode.el (archive-extract):
21983         * autoinsert.el (auto-insert):
21984         * bookmark.el (bookmark-bmenu-list):
21985         * files.el (find-file):
21986         * view.el (view-buffer):
21987         * progmodes/compile.el (compilation-goto-locus):
21988         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
21990 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
21992         * window.el (display-buffer-alist): Doc fix.
21993         (display-buffer): Add docstring.  Don't treat
21994         display-buffer-default specially.
21995         (display-buffer-reuse-selected-window)
21996         (display-buffer-same-window, display-buffer-maybe-same-window)
21997         (display-buffer-reuse-window, display-buffer-pop-up-frame)
21998         (display-buffer-pop-up-window)
21999         (display-buffer-reuse-or-pop-window)
22000         (display-buffer-use-some-window): New functions.
22001         (display-buffer-default-action): Use them.
22002         (display-buffer-default): Delete.
22003         (pop-to-buffer-1): Fix choice of actions.
22005 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22007         * minibuffer.el (completion--insert-strings): Don't get confused by
22008         completion entries that end with an LF char.
22010 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
22012         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
22014 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
22016         * window.el (display-buffer): Restore interactive spec.
22017         (display-buffer-same-window, display-buffer-other-window):
22018         New functions.
22019         (pop-to-buffer-1): New function.  Use the above.
22020         (pop-to-buffer, pop-to-buffer-same-window): Use it.
22021         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
22023         * view.el (view-buffer-other-window, view-buffer-other-frame):
22024         Just use pop-to-buffer.
22026 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
22028         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
22030 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
22032         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
22034 2011-08-31  Richard Stallman  <rms@gnu.org>
22036         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
22037         of the separation of rmail-view-buffer from rmail-buffer.
22038         If you say no to "replace original", the decrypt is in the
22039         view buffer.  If you say yes, the decrypt goes into the
22040         rmail buffer also.
22042 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
22044         * window.el (display-buffer-window): Rewrite doc-string.
22045         (display-buffer-record-window): New function.
22046         (display-buffer-macro-specifiers)
22047         (display-buffer-even-window-sizes, display-buffer-set-height)
22048         (display-buffer-set-width, display-buffer-in-window)
22049         (display-buffer-reuse-window, display-buffer-split-specifiers)
22050         (display-buffer-side-specifiers, display-buffer-split-window-1)
22051         (display-buffer-split-window, display-buffer-split-atom-window)
22052         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22053         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
22054         (display-buffer-other-window-means-other-frame)
22055         (display-buffer-normalize-special)
22056         (display-buffer-normalize-default)
22057         (display-buffer-normalize-argument)
22058         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
22059         (display-buffer-normalize-specifiers, display-buffer-frame)
22060         (display-buffer-same-window, display-buffer-same-frame)
22061         (display-buffer-other-window)
22062         (display-buffer-same-frame-other-window)
22063         (display-buffer-other-frame, pop-to-buffer-same-window)
22064         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
22065         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
22066         (switch-to-buffer-same-frame)
22067         (switch-to-buffer-other-window-same-frame)
22068         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
22069         (display-buffer-alist-set-1, display-buffer-alist-set-2)
22070         (display-buffer-alist-set): Remove.
22071         (display-buffer-function, special-display-buffer-names)
22072         (special-display-regexps, special-display-function):
22073         In doc-string refer to display-buffer-window and quit-restore
22074         parameter.
22075         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
22076         (special-display-frame-alist, special-display-popup-frame)
22077         (same-window-buffer-names, same-window-regexps, same-window-p)
22078         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22079         (split-window-preferred-function, split-height-threshold)
22080         (split-width-threshold, window-splittable-p)
22081         (split-window-sensibly, window--try-to-split-window)
22082         (window--frame-usable-p, even-window-heights)
22083         (window--even-window-heights, window--display-buffer-1)
22084         (window--display-buffer-2, display-buffer-other-frame):
22085         Restore old Emacs 23 code, order and doc-strings where applicable.
22086         (display-buffer-default, display-buffer-assq-regexp): New functions.
22087         (display-buffer-alist): Rewrite doc-string.
22088         (display-buffer-default-action)
22089         (display-buffer-overriding-action): New variables.
22090         (display-buffer, switch-to-buffer): Rewrite.
22091         (pop-to-buffer): Restore Emacs 23 behavior but use
22092         window-normalize-buffer-to-display.
22093         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
22094         Restore Emacs 23 behavior but use
22095         window-normalize-buffer-to-switch-to.
22096         (pop-to-buffer-same-window): Rewrite.
22097         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
22098         Rewrite using Emacs 23 options.
22100 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
22102         * net/tramp.el (tramp-root-regexp): Remove.
22103         (tramp-completion-file-name-regexp-unified)
22104         (tramp-completion-file-name-regexp-separate)
22105         (tramp-completion-file-name-regexp-url): Don't use leading volume
22106         letter on w32 systems.  (Bug#5303, Bug#9311)
22107         (tramp-drop-volume-letter): Simplify definition.
22108         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
22110 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22112         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
22113         (bug#9356).
22115 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
22117         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
22119 2011-08-29  Juri Linkov  <juri@jurta.org>
22121         * isearch.el (isearch-done): Don't display message "Mark saved"
22122         when arg `edit' is non-nil to prevent its flicker in the echo area.
22124 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
22126         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
22127         obsolete packages for deletion.
22129 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
22131         * help-mode.el (help-mode-map): Add special-mode-map to parent.
22132         (help-mode): Derive help-mode from special-mode.  Don't invoke
22133         view-mode from help-mode.
22134         (help-xref-override-view-map): Remove.
22135         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
22136         view-mode is not used anymore.
22138 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
22140         * server.el (server-port): Doc fix.
22142         * cus-theme.el (custom-theme-choose-mode): Inherit from
22143         special-mode (Bug#9124).
22144         (custom-theme-choose-mode-map): Add special-mode to parent.
22146 2011-08-28  Alan Mackenzie  <acm@muc.de>
22148         * progmodes/cc-fonts.el
22149         (c-make-font-lock-BO-decl-search-function): New function.
22150         (c-basic-matchers-after - "Fontify the clauses after various
22151         keywords"): Extract the three keyword lists for the 3 erroneous
22152         constructs from the list of four, and use the new function above
22153         in place of an old one.
22155 2011-08-28  Deniz Dogan  <deniz@dogan.se>
22157         * net/rcirc.el (rcirc-insert-prev-input)
22158         (rcirc-insert-next-input): Remove unused argument.
22160 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22162         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
22164 2011-08-27  Alan Mackenzie  <acm@muc.de>
22166         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
22167         handle function pointer parameters properly.
22169 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
22171         * window.el (display-buffer-reuse-window): Fix case where
22172         selected window was reused with non-nil OTHER-WINDOW argument.
22173         (Bug#9381)
22175 2011-08-27  Deniz Dogan  <deniz@dogan.se>
22177         * net/rcirc.el (rcirc-check-auth-status): Adding support for
22178         oftc's NickServ messages.
22180 2011-08-27  Glenn Morris  <rgm@gnu.org>
22182         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
22184 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
22186         * emacs-lisp/package.el (package-install): Call package-initialize
22187         if called interactively.
22189 2011-08-26  Leo Liu  <sdl.web@gmail.com>
22191         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
22193 2011-08-25  Juri Linkov  <juri@jurta.org>
22195         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
22196         `search-whitespace-regexp' (bug#9364).
22198 2011-08-25  Juri Linkov  <juri@jurta.org>
22200         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
22201         `regexp-search-ring' to their global values to protect from
22202         updating by `read-from-minibuffer' (bug#9185).
22204 2011-08-25  Juri Linkov  <juri@jurta.org>
22206         * textmodes/ispell.el (ispell-command-loop): Add newline
22207         at the end of the "Use option `i'..." line.
22209 2011-08-25  Juri Linkov  <juri@jurta.org>
22211         * battery.el (display-battery-mode): If `battery-status-function'
22212         or `battery-mode-line-format' is nil, display the message and set
22213         `display-battery-mode' to nil (bug#9363).
22215 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
22217         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
22218         bidi-string-mark-left-to-right; they are unnecessary now.
22220 2011-08-25  Deniz Dogan  <deniz@dogan.se>
22222         * net/quickurl.el: Documentation typo fixes.
22224 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
22226         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
22228 2011-08-25  Glenn Morris  <rgm@gnu.org>
22230         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
22232         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
22233         (smtpmail-via-smtp): Handle nil response from smtp.
22235 2011-08-24  Juri Linkov  <juri@jurta.org>
22237         * proced.el (proced-marked): Inherit from `error' instead of
22238         `font-lock-warning-face'.
22240         * ibuffer.el (ibuffer-marked-face): Change default face from
22241         `font-lock-warning-face' to `warning'.
22242         (ibuffer-deletion-face): Change default face from
22243         `font-lock-type-face' to `error'.
22245         * battery.el (battery-update): Use the face `error' instead of
22246         `font-lock-warning-face' (bug#6117).
22248 2011-08-24  Juri Linkov  <juri@jurta.org>
22250         * faces.el (success): Change face color from "Green3" to
22251         "ForestGreen" on light background (bug#9353).
22253 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
22255         * window.el (quit-window): Rename from quit-restore-window.
22256         Use same arglist as old quit-window.
22257         (frame-auto-delete): Doc fix.
22259         * view.el (view-mode-exit): Use quit-window.
22261 2011-08-24  Juri Linkov  <juri@jurta.org>
22263         * isearch.el (isearch-ring-adjust1): Start visiting previous
22264         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
22265         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
22266         for empty search string (when the last search string is reused
22267         automatically) to adjust the isearch ring to the last element and
22268         prepare the correct index for further M-p commands (bug#9185).
22270 2011-08-24  Kenichi Handa  <handa@m17n.org>
22272         * international/ucs-normalize.el: If decomposition property of
22273         CHAR is the default one (i.e. a list of CHAR itself), treat it as
22274         nil.
22275         (nfd, nfkd): Likewise.
22277 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22279         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
22280         from process filters aren't reliably transmitted to the surrounding
22281         accept-process-output.
22282         (mpc-proc-check): New function.
22283         (mpc-proc-sync): Use it (bug#8293)
22285 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22287         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
22288         Add compatibility functions (bug#9313).
22290 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
22292         * cus-start.el (all): Add entry for bidi-paragraph-direction.
22294         * international/uni-bidi.el: Regenerate.
22296 2011-08-23  Kenichi Handa  <handa@m17n.org>
22298         * international/charprop.el:
22299         * international/uni-bidi.el:
22300         * international/uni-category.el:
22301         * international/uni-combining.el:
22302         * international/uni-comment.el:
22303         * international/uni-decimal.el:
22304         * international/uni-decomposition.el:
22305         * international/uni-digit.el:
22306         * international/uni-lowercase.el:
22307         * international/uni-mirrored.el:
22308         * international/uni-name.el:
22309         * international/uni-numeric.el:
22310         * international/uni-old-name.el:
22311         * international/uni-titlecase.el:
22312         * international/uni-uppercase.el: Regenerate.
22314 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
22316         * help.el (help-window-setup): Fix message displayed when other
22317         window is reused.  (Bug#9341)
22319 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22321         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
22322         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
22324         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
22325         Mark obsolete.
22326         * shell.el (shell-parse-pcomplete-arguments): New function.
22327         (shell-completion-vars): Use it instead (bug#9160).
22329 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22331         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
22332         strings and comments (bug#9333).
22334         * emacs-lisp/debug.el (debug-arglist): New function.
22335         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
22336         (debug-on-entry-1): Handle interpreted closures (bug#9120).
22338 2011-08-22  Juri Linkov  <juri@jurta.org>
22340         * progmodes/compile.el (compilation-mode-font-lock-keywords):
22341         Revert regexp that highlights output switches to its old
22342         pre-2010-10-28 value and remove one `?' from it (bug#9319).
22344         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
22345         to check for empty output (bug#9226).
22347 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
22349         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
22350         symbol-constituent as the default, as that stops font-lock from
22351         working properly (Bug#8843).
22353 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22355         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
22356         `coding-system-for-*' around the process open call to avoid
22357         auth-source side effects.
22358         (smtpmail-try-auth-methods): Expand the secret password.
22359         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
22360         probe hangs.
22362 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
22364         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
22366         * emacs-lisp/find-func.el (find-function-noselect): New arg
22367         lisp-only.
22369         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
22370         signal an error for built-in functions (Bug#6664).
22372 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22374         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
22375         (smtpmail-try-auth-methods): Use it.
22377 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
22379         * font-lock.el (font-lock-fontify-region)
22380         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
22381         (font-lock-default-unfontify-buffer)
22382         (font-lock-default-fontify-region)
22383         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
22385         * progmodes/compile.el (compilation-error-properties):
22386         Fix confusion between file struct and message struct (Bug#9319).
22387         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
22388         `ant' regexp.
22390         * net/browse-url.el (browse-url-firefox): Don't call
22391         browse-url-firefox-sentinel unless using -remote (Bug#9328).
22393 2011-08-20  Glenn Morris  <rgm@gnu.org>
22395         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
22397         * tutorial.el (tutorial--default-keys): Update some default bindings.
22399         * files.el (hack-local-variables): Fully ignore case for "mode:".
22401 2011-08-20  Alan Mackenzie  <acm@muc.de>
22403         Resolve invalid use of a regexp in regexp-opt.
22405         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
22406         detection for a java annotation.
22408         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
22409         detection for a java annotation.
22411         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
22412         handling for java.
22413         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
22415 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
22417         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
22418         (Bug#9274).
22420 2011-08-20  Alan Mackenzie  <acm@muc.de>
22422         Fontify CPP expressions correctly when starting in the middle of
22423         such a construct.  Mainly for when jit-lock etc. starts a chunk
22424         here.
22426         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
22427         variable.
22428         (c-make-font-lock-search-form): New function, extracted from
22429         c-make-font-lock-search-function.
22430         (c-make-font-lock-search-function): Use the above function.
22431         (c-make-font-lock-context-search-function): New function.
22432         (c-cpp-matchers): Enhance the preprocessor expression case with
22433         the above function
22434         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
22435         which takes an expression.
22437         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
22439 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
22441         * window.el (display-buffer-reuse-window)
22442         (display-buffer-pop-up-window): Don't reuse or split a side
22443         window.
22445 2011-08-19  Glenn Morris  <rgm@gnu.org>
22447         * files.el (hack-local-variables-prop-line, hack-local-variables):
22448         Downcase "Mode:".  (Bug#9331)
22450 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
22452         * international/characters.el: Add L and R categories.
22454         * subr.el (bidi-string-mark-left-to-right): Rename from
22455         string-mark-left-to-right.  Use category search.
22457         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
22459 2011-08-18  Juri Linkov  <juri@jurta.org>
22461         * faces.el (error, warning, success): New faces with definitions
22462         copied from old default values of `font-lock-warning-face',
22463         `compilation-warning', `compilation-info' (bug#6117).
22465         * font-lock.el (font-lock-warning-face): Inherit from `error'.
22467         * progmodes/compile.el (compilation-error): Inherit from `error'.
22468         (compilation-warning): Inherit from `warning'.
22469         (compilation-info): Inherit from `success'.
22471         * dired.el (dired-marked): Inherit from `warning'.
22472         (dired-flagged): Inherit from `error'.
22474 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22476         * mail/smtpmail.el (auth-source): Require to avoid problems with
22477         binding variables (bug#9298).  Also clean up some unused
22478         autoloads.
22480         * net/network-stream.el (network-stream-open-starttls):
22481         Support using starttls.el without using gnutls-cli.
22483 2011-08-17  Juri Linkov  <juri@jurta.org>
22485         * progmodes/grep.el (rgrep): Handle the case when
22486         `grep-find-command' is a cons cell (bug#9278).
22488 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
22490         * window.el (display-buffer-pop-up-frame): Run frame creation
22491         function with BUFFER current (as special-display-popup-frame
22492         does).  Reported by Drew Adams.
22494 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
22496         * epa-mail.el: Simplify GnuPG group expansion using
22497         epg-expand-group.
22498         (epa-mail-group-alist, epa-mail-group-modtime)
22499         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
22500         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
22501         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
22502         Remove.
22504 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
22506         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
22508 2011-08-16  Alan Mackenzie  <acm@muc.de>
22510         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
22511         Correct, to avoid the inside of macros.
22513 2011-08-16  Richard Stallman  <rms@gnu.org>
22515         * epa-mail.el: Handle GnuPG group definitions.
22516         (epa-mail-group-alist, epa-mail-group-modtime)
22517         (epa-mail-gnupg-conf-file): New variables.
22518         (epa-mail-parse-groups, epa-mail-sync-groups)
22519         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
22520         (epa-mail-expand-recipients): New functions.
22521         (epa-mail-encrypt): Call epa-mail-expand-recipients.
22523         * mail/rmail.el (rmail-epa-decrypt): New command.
22525         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
22526         Don't bind buffer-read-only, just inhibit-read-only.
22527         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
22528         (epa-decrypt-armor-in-region): Make error message clearer.
22530 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22532         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
22533         and "a2b" to "ab" for `prefix'.
22535 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
22537         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
22538         filter groups.
22539         (ibuffer-included-in-filter-p-1): Use it.  Suggested by RafaĂ«l
22540         Fourquet (Bug#8804).
22542 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
22544         * startup.el (argi): Declare as global variable (bug#9275).
22546 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
22548         * subr.el (string-mark-left-to-right): Search the entire string
22549         for RTL script, not just the terminating character.  Doc fix.
22551 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22553         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
22554         New function.
22555         (js--regexp-literal, js-syntax-propertize-function): Remove.
22556         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
22557         (js-mode-map): Don't rebind electric keys.
22558         (js-insert-and-indent): Remove.
22559         (js-mode): Setup electric-layout and electric-indent instead.
22561         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
22563 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
22565         * epa.el (epa-progress-callback-function): Fix the logic of
22566         displaying progress.
22567         * epa-file.el (epa-file-insert-file-contents): Make progress
22568         display more user-friendly.
22569         (epa-file-write-region): Ditto.
22571 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
22573         * subr.el (string-mark-left-to-right): New function.
22575         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
22576         Use string-mark-left-to-right.
22577         (list-buffers-noselect): Caller changed.
22579         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22580         Use string-mark-left-to-right.
22581         (tabulated-list-print): Recenter after moving point.
22583 2011-08-10  Juri Linkov  <juri@jurta.org>
22585         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
22586         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
22587         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
22589 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
22591         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
22592         (Bug#7554).
22594 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
22596         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
22597         character.  (Bug#6594)
22599 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
22601         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
22602         (image-dired--with-db-file): New macro.
22603         (image-dired-write-tags, image-dired-remove-tag)
22604         (image-dired-create-gallery-lists, image-dired-write-comments)
22605         (image-dired-get-comment, image-dired-mark-tagged-files)
22606         (image-dired-list-tags, image-dired-gallery-generate): Use it.
22607         (image-dired-gallery-generate): Use insert-file-contents.
22609         * time.el (display-time-world-list, display-time-world-display):
22610         * time-stamp.el (time-stamp-string):
22611         * vc/add-log.el (add-change-log-entry): Use setenv instead of
22612         set-time-zone-rule (Bug#7337).
22614 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
22616         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
22617         (epg-error-to-string, epg-errors-to-string): New function.
22618         (epg-wait-for-completion): Reverse errors list.
22619         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
22620         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
22621         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
22622         (epg-sign-keys, epg-generate-key-from-file)
22623         (epg-generate-key-from-string): Format errors by using
22624         epg-errors-to-string (bug#9255).
22625         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
22627 2011-08-07  Juri Linkov  <juri@jurta.org>
22629         * faces.el (list-faces-display): Remove extra angle bracket
22630         from `help-mode-map'.
22632         * info.el (Info-history-toc-nodes): Doc fix.
22634         * longlines.el (longlines-mode): Doc fix.
22636 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22638         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
22639         of statements and in a few more cases (bug#9183).
22641         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
22642         New functions.
22643         (cl-transform-lambda): Use them (bug#9239).
22645 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
22647         * window.el (display-buffer-same-window)
22648         (display-buffer-same-frame, display-buffer-other-window)
22649         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22650         (pop-to-buffer-other-window)
22651         (pop-to-buffer-same-frame-other-window)
22652         (pop-to-buffer-other-frame): Make them defuns.
22653         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
22655 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22657         * subr.el (make-composed-keymap): Move from C.  Change calling
22658         convention, and improve docstring to bring attention to a subtle point.
22659         * minibuffer.el (completing-read-default): Adjust accordingly.
22661 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
22663         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
22664         (tramp-open-shell): Use `tramp-shell-quote-argument'.
22666         * net/trampver.el: Update release number.
22668 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22670         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
22671         "in" (bug#9190).
22673 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22675         * mail/sendmail.el (sendmail-query-once): Restore the current
22676         buffer after querying (bug#9074).
22678         * dired.el (dired-flagged): Use different faces for marked and
22679         flagged files (bug#6117).
22681         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
22682         (bug#4433).
22684         * ido.el (ido-mode): Switch off the message if called
22685         non-interactively.
22687         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
22688         before 587, since it appears that that's more likely to work for
22689         more people.
22691         * cus-edit.el (custom-file): When running under emacs -q, always
22692         refuse to save the customizations, even if the .emacs file doesn't
22693         exist.
22695         * info.el: Remove the `Info-beginning-of-buffer' function
22696         (bug#8325).
22698         * net/network-stream.el (network-stream-open-starttls):
22699         Use `starttls-available-p' to see whether starttls.el can be used.
22701 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
22703         * window.el (display-buffer-in-window): Don't set dedicated status
22704         of window here (Bug#9215).
22705         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22706         (display-buffer-pop-up-side-window)
22707         (display-buffer-in-side-window): Set dedicated status of window here.
22709 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22711         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22712         before binding generated-autoload-file.
22714 2011-08-01  Deniz Dogan  <deniz@dogan.se>
22716         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22718 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
22720         Sync with Tramp 2.2.2.
22722         * net/trampver.el: Update release number.
22724 2011-07-30  Juri Linkov  <juri@jurta.org>
22726         * dired-aux.el (dired-touch-initial): Remove function.
22727         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22728         current time, and `default' to the last modification time of the
22729         current marked file (bug#6887).
22731 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
22733         * simple.el (goto-line): Use string-to-number to provide a
22734         numeric argument to read-number (bug#9163).
22736 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
22738         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22739         connection process, it could be nil.
22741 2011-07-27  Leo Liu  <sdl.web@gmail.com>
22743         Simplify url handling in rcirc-mode.
22745         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22746         (rcirc-browse-url-at-mouse): Remove.
22747         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22749 2011-07-26  Alan Mackenzie  <acm@muc.de>
22751         Fontify bitfield declarations properly.
22753         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22754         (c-symbol-chars): Now exported as a lang variable.
22755         (c-not-primitive-type-keywords): New lang variable.
22757         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22758         QT keyword "more" to prevent "more slots: ...." being spuriously
22759         parsed as a bitfield declaration.
22761         * progmodes/cc-engine.el (c-beginning-of-statement-1):
22762         Refactor and enhance to handle bitfield declarations.
22763         (c-punctuation-in): New function.
22764         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22765         declarations properly.
22767 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
22769         * calendar/icalendar.el (icalendar--all-events): Take care of
22770         multiple vcalendars in a single file.
22771         (icalendar--convert-float-to-ical): Checkdoc fixes.
22773 2011-07-25  Deniz Dogan  <deniz@dogan.se>
22775         * image.el (insert-image): Clarifying docstring.
22777 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
22779         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22780         `tramp-send-command-and-check' if there is no error.
22781         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22783 2011-07-22  Alan Mackenzie  <acm@muc.de>
22785         Prevent cc-langs.elc being loaded at run time.
22787         * progmodes/cc-mode.el: Remove two autoload forms which loaded
22788         cc-langs.
22790         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22791         "(require 'cc-langs)".  Quote a form so it will evaluate at
22792         (cc-mode's) compilation time.
22794 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
22796         * net/tramp.el (tramp-file-name-handler): Avoid recursive
22797         loading.  (Bug#9114)
22799 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
22801         * window.el (display-buffer-pop-up-window)
22802         (display-buffer-pop-up-side-window)
22803         (display-buffer-in-side-window): Call display-buffer-set-height
22804         and display-buffer-set-width after setting the new window's
22805         buffer so `fit-window-to-buffer' and friends work on the right buffer.
22807 2011-07-20  Sam Steingold  <sds@gnu.org>
22809         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22810         (etags-tags-included-tables): Call `convert-standard-filename' on
22811         the file names contained in TAGS so that windows Emacs can handle
22812         TAGS files created by cygwin ctags.
22814 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22816         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22817         which apparently didn't work.
22819 2011-07-19  Roland Winkler  <winkler@gnu.org>
22821         * proced.el (proced-send-signal): For *Marked Processes* buffer
22822         put point at beginning of buffer.
22824 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
22826         * proced.el (proced-format): Make header lines align with the text
22827         (bug#1779).
22829 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22831         * view.el (view-buffer): Allow running in `special' modes if we're
22832         visiting a file (bug#8615).
22834 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
22836         * window.el (display-buffer-alist-of-strings-p)
22837         (display-buffer-alist-set-1, display-buffer-alist-set-2):
22838         New functions.
22839         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22840         more accurately.
22842 2011-07-18  Alan Mackenzie  <acm@muc.de>
22844         Fontify declarators properly when, e.g., a jit-lock chunk begins
22845         inside a declaration.
22847         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22849         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22850         New function.
22851         (c-complex-decl-matchers): Insert reference to
22852         c-font-lock-enclosing-decls.
22854         * progmodes/cc-engine.el (c-backward-single-comment):
22855         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22856         to nil around calls to (forward-comment -1).
22858 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22860         * image.el (put-image): Doc typo fix.
22862         * progmodes/etags.el (tags-search): Doc typo fix.
22864         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22865         password if we get errors 550 to 554.
22867 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22869         * net/gnutls.el (gnutls-log-level): Remove.
22871         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22872         indentation character (bug#6380).
22874         * files.el (buffer-offer-save): Made permanently local (bug#6241).
22876         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22877         to clarify what the problem is (bug#4291).
22879         * simple.el (current-kill): Clarify what
22880         `interprogram-paste-function' does (bug#7500).
22881         (auto-fill-mode): Document `auto-fill-function' in relation to
22882         `auto-fill-mode' (bug#2470).
22884 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
22886         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
22887         method if slot is read-only (bug#9035).
22889 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
22891         * frame.el (select-frame-set-input-focus): New argument NORECORD.
22892         * window.el (pop-to-buffer): Select window used even if it was
22893         selected before, see discussion of (Bug#8615), (Bug#6954).
22894         Pass argument NORECORD on to select-frame-set-input-focus.
22896 2011-07-15  Glenn Morris  <rgm@gnu.org>
22898         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
22899         Respect help-form.
22901 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
22903         * net/gnutls.el (gnutls-min-prime-bits): New variable.
22904         (gnutls-negotiate): Use it.
22906 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22908         * net/gnutls.el (gnutls-negotiate):
22909         Upcase `gnutls-algorithm-priority'.
22911 2011-07-15  Glenn Morris  <rgm@gnu.org>
22913         * jka-compr.el (jka-compr-verbose): Move from here...
22914         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
22915         Add missing :version tag.
22916         * info.el: No need to require jka-compr when compiling.
22918 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22920         * net/gnutls.el (gnutls-algorithm-priority): New variable.
22921         (gnutls-negotiate): Use it.
22923         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
22925         * info.el (Info-beginning-of-buffer): New command.
22926         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
22927         announcing `b' as the key (bug#8325).
22928         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
22930         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
22932         * international/mule-cmds.el
22933         (describe-specified-language-support): Make the error message
22934         clearer (bug#8905).
22936         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
22938         * isearch.el (isearch-barrier): Add a doc string, since it's
22939         mentioned in a function doc string (bug#8678).
22941 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
22943         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
22944         buffer argument (Bug#9083) and self-identifying label argument.
22946 2011-07-15  Glenn Morris  <rgm@gnu.org>
22948         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
22950 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22952         * man.el (Man-fontify-manpage): Fix message when formatting the
22953         man page (bug#7929).
22955 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
22957         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
22958         argument LRM; if non-nil, append an invisible LRM character to the
22959         buffer name.
22960         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
22961         last argument non-nil, when formatting buffer names.
22962         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
22963         paragraph direction.
22965 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22967         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
22968         the man page name (bug#7929).
22970         * image.el (put-image): Mention the `put-image' overlay property
22971         (bug#7834).
22973         * scroll-bar.el (set-scroll-bar-mode): Mention that
22974         `scroll-bar-mode' lists the values (bug#7772).
22976         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
22977         command (bug#7729).
22979         * rect.el (apply-on-rectangle): Return the point after the last
22980         operation.
22981         (string-rectangle): Go to the point after the last operation
22982         (bug#7522).
22984         * printing.el (pr-toggle-region): Clarify the documentation
22985         slightly (bug#7493).
22987         * time.el (display-time-update):
22988         Allow `display-time-mail-function' to return nil (bug#7158).
22989         Fix suggested by Detlev Zundel.
22991         * vc/diff.el (diff): Clarify the order the file names are read
22992         (bug#7111).
22994         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
22995         the doc string (bug#7015).
22997         * font-lock.el (font-lock-maximum-decoration): Mention what
22998         numeric levels mean (bug#6935).
23000         * startup.el (initial-buffer-choice): Don't mention the `none'
23001         selection, which is against policy.
23003 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
23005         * window.el (display-buffer-normalize-special):
23006         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
23008 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
23010         * subr.el (version<, version<=, version=): Mention "-CVS" and
23011         "-12345" alpha version numbers.
23013 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
23015         * bindings.el: Add advertised binding for set-mark-command
23016         (Bug#5772).
23018 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
23020         * bindings.el (mode-line-other-buffer):
23021         * bookmark.el (bookmark-bmenu-2-window):
23022         * bs.el (bs-cycle-next, bs-cycle-previous):
23023         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
23024         switch-to-buffer.
23026         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
23027         Delete.
23029 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
23031         * follow.el (follow-debug-message, follow-redisplay):
23032         * jka-cmpr-hook.el (with-auto-compression-mode):
23033         Fix typos in docstrings.
23035 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23037         * subr.el (with-silent-modifications): Clarify somewhat what the
23038         macro inhibits (bug#6525).
23040         * simple.el (eval-expression): Note what it does if called
23041         interactively (bug#6495).
23043 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
23045         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
23046         Use pop-to-buffer buffer-or-name if it is nil.
23048         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23049         Remove switch-to-buffer.
23051 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23053         * files.el (make-directory): Clarify that an error will be raised
23054         if there's an error (bug#6397).
23056         * startup.el (initial-buffer-choice): Add `none' as a choice
23057         (bug#6234).
23059         * subr.el (add-hook): Clarify section about buffer-local hooks
23060         (bug#6218).
23062         * dired.el (dired-flagged): Clarify doc string (bug#6117).
23064 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
23066         * tabify.el (untabify): Preserve the current column so that point
23067         doesn't move (bug#6032).
23069 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23071         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
23072         Rewrite to avoid awkward possessive "s" (bug#5986).
23074 2011-07-13  Glenn Morris  <rgm@gnu.org>
23076         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
23077         (dired-insert-directory): Give a message the first time
23078         if ls is found not to support --dired.
23080 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23082         * simple.el (toggle-truncate-lines): Clarify what is toggled
23083         (bug#5580).  Text by Drew Adams.
23085 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
23087         * simple.el (blink-matching-open): Make the error message from the
23088         last change less verbose.
23090 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
23092         * font-lock.el (font-lock-comment-face): Use the high contrast
23093         "yellow" color for font-lock-comment-face on low color terminals
23094         using a dark background color (bug#4221).
23096 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23098         * dired.el (dired-insert-set-properties): Make the doc string
23099         reflect what it does now (bug#5325).
23101         * simple.el (blink-matching-open): Say that we were unable to find
23102         the match within the limit, if we're limited (bug#5122).
23104         * international/mule-cmds.el (prefer-coding-system): Add an
23105         example (bug#4869).
23107         * progmodes/etags.el (tags-search): Document `file-list-form'
23108         (bug#4731).
23110 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
23112         * net/browse-url.el (browse-url-default-browser)
23113         (browse-url-browser-function): Make the default browser choice a
23114         bit more logical (bug#4300).  Also clean up the doc string.
23116 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
23118         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
23119         binary endings (bug#4440).
23121 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23123         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
23124         which can be pretty annoying (bug#8971).
23126         * jka-compr.el (jka-compr-verbose): New variable, and use
23127         throughout (bug#8971).
23129         * info.el (Info-find-file): Fall back on the installation
23130         directory if we can't find the info node anywhere else.
23132 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
23134         * vc/vc.el (vc-revert-file):
23135         Don't set file time-stamp in the past.  (Bug#5181)
23137 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23139         * files.el (after-find-file): Give a better error message when
23140         trying to find a symlink that points to a file that doesn't exist
23141         (bug#4398).
23143         * progmodes/cc-vars.el: Remove (probably) misleading comment
23144         (bug#4396).
23146 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
23148         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
23150 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
23152         * mouse-sel.el: Hack restoring functionality, while keeping
23153         compatibility with 2010-07-03 changes to mouse selection.
23154         (mouse-sel-primary-overlay): New var.
23155         (mouse-sel-selection-alist): Use it.
23156         (mouse-sel-mode): Doc fix; remove points that are default features
23157         of mouse.el.
23159 2011-07-12  Johan BockgĂ¥rd  <bojohan@gnu.org>
23161         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23162         Fix previous fix (bug#2490).
23164 2011-07-12  Roland Winkler  <winkler@gnu.org>
23166         * textmodes/bibtex.el (bibtex-initialize):
23167         Use pop-to-buffer-same-window.
23168         (bibtex-search-entries): Fix interactive call.
23170 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23172         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23173         Fontise bytecomp Error lines more correctly (bug#2490).
23174         Fix suggested by Johan BockgĂ¥rd.
23176         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
23178         * dired-x.el (dired-guess-default): Use `delete-dups'.
23180 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
23182         * dired.el (dired-mark-prompt):
23183         * dired-aux.el (dired-read-shell-command): Doc fix.
23185 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23187         * mail/sendmail.el (sendmail-query-once):
23188         Use `customize-save-variable' unconditionally, now that it works under
23189         emacs -Q.
23191         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
23193         * cus-edit.el (custom-file): Take an optional no-error variable.
23194         (customize-save-variable): Set the variable, and give a warning if
23195         running under "emacs -q".
23197 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
23199         * loadhist.el (unload-feature-special-hooks):
23200         Add `auto-coding-functions', `fill-nobreak-predicate' and
23201         `find-directory-functions' (bug#5327).
23203 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23205         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
23207         * cus-edit.el (custom-guess-name-alist): -alist variables should
23208         use the `alist' type (bug#3120).  Suggested by Drew Adams.
23210         * printing.el: Add documentation to all the `pr-toggle-' commands.
23212 2011-07-11  Leo Liu  <sdl.web@gmail.com>
23214         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
23215         backends where it makes sense (bug#2623).
23217 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23219         * dired-x.el (dired-guess-default): Remove duplicate shell command
23220         entries (bug#2028).
23221         (dired-guess-default): Fix grammar in doc string (bug#2028).
23222         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
23224         * subr.el (remove-duplicates): New conveniency function.
23226 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23228         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
23229         (bug#1526).
23231 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
23233         * window.el (display-buffer-normalize-default): Don't invert
23234         meaning of even-window-heights.  Reported by Eli Zaretskii
23235         <eliz@gnu.org>.
23237 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
23239         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
23241 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
23243         * window.el (display-buffer): Fix arguments to
23244         display-buffer-reuse-window in last change.
23246         * faces.el (link): Use a less saturated blue on light backgrounds.
23248         * startup.el (fancy-startup-text, fancy-about-text)
23249         (fancy-startup-tail): Use font-lock faces, for background safety.
23251 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
23253         * emulation/viper-cmd.el (viper-change-state-to-vi):
23254         Limit triggering of abbrev expansion (Bug#9038).
23256 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
23258         * window.el (display-buffer-default-specifiers): Remove.
23259         (display-buffer-macro-specifiers): Remove default specifiers.
23260         (display-buffer-alist): Default to nil.
23261         (display-buffer-reuse-window): New optional argument other-window.
23262         (display-buffer-pop-up-window): Allow splitting internal
23263         windows.  Check whether a live window was created.
23264         (display-buffer-other-window-means-other-frame)
23265         (display-buffer-normalize-arguments): Rename to
23266         display-buffer-normalize-argument and rewrite.  Set the
23267         other-window specifier.
23268         (display-buffer-normalize-special): New function.
23269         (display-buffer-normalize-options): Rename to
23270         display-buffer-normalize-default and rewrite.
23271         (display-buffer-normalize-options-inhibit): Remove.
23272         (display-buffer-normalize-specifiers): Rewrite.
23273         (display-buffer): Process other-window specifier and call
23274         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
23275         more faithfully.
23276         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
23277         (display-buffer-alist-set): Don't handle 'unset default values.
23278         (display-buffer-in-window, display-buffer-alist-set):
23279         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
23280         <tassilo@member.fsf.org>.
23282 2011-07-09  Leo Liu  <sdl.web@gmail.com>
23284         * register.el (insert-register): Restore accidental change on
23285         2011-06-26.  (Bug#9028)
23287 2011-07-09  Glenn Morris  <rgm@gnu.org>
23289         * subr.el (remq): Handle the empty list.  (Bug#9024)
23291 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
23293         * mail/sendmail.el (send-mail-function): No longer delay custom
23294         initialization.
23295         * custom.el (custom-initialize-delay): Doc fix.
23297 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23299         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
23301 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
23303         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
23304         human-friendly prompt.
23306 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23308         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
23309         provided by a particular plugin.
23311 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23313         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
23314         save customizations (with "emacs -Q"), just set the variable
23315         instead of erroring out.
23317         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
23319 2011-07-08  Juri Linkov  <juri@jurta.org>
23321         * arc-mode.el (archive-zip-expunge, archive-zip-update)
23322         (archive-zip-update-case): Use 7z if found by `executable-find'.
23323         The order of searching the available programs is the same as in
23324         `archive-zip-extract' (bug#8968).
23326 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
23328         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
23329         (menu-bar-options-menu): Tweak descriptions.
23331 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23333         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
23334         menu items into verb phrases (bug#1421).  Also refill to fit under
23335         80 columns.
23337 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
23339         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
23340         (Info-read-node-name): Doc fix (Bug#1084).
23342         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
23343         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
23344         (end-of-sexp, beginning-of-sexp)
23345         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
23346         (forward-symbol, forward-same-syntax, word-at-point)
23347         (sentence-at-point): Doc fix (Bug#1144).
23349 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23351         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
23352         should cover it (bug#1281).
23354         * cus-edit.el (custom-show): Mark as obsolete.
23356         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
23357         negotiation fails, then possibly try again with a non-encrypted
23358         connection (bug#9017).
23360         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
23361         be used.
23363 2011-07-07  Richard Stallman  <rms@gnu.org>
23365         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
23366         property, and handle its changed format.
23367         Look for the correct line number.
23368         Use file's line contents (but not past first =) to find
23369         correct line in message.
23371 2011-07-07  Kenichi Handa  <handa@m17n.org>
23373         * international/characters.el (build-unicode-category-table):
23374         Delete it.
23375         (unicode-category-table): Set it by unicode-property-table-internal.
23377         * international/mule-cmds.el (char-code-property-alist): Move to
23378         to src/chartab.c.
23379         (get-char-code-property): Call unicode-property-table-internal to
23380         load a file.  Call get-unicode-property-internal where necessary.
23381         (put-char-code-property): Call unicode-property-table-internal to
23382         load a file.  Call put-unicode-property-internal where necessary.
23383         put-unicode-property-internal where necessary.
23384         (char-code-property-description):
23385         Call unicode-property-table-internal to load a file.
23387         * international/charprop.el:
23388         * international/uni-bidi.el:
23389         * international/uni-category.el:
23390         * international/uni-combining.el:
23391         * international/uni-comment.el:
23392         * international/uni-decimal.el:
23393         * international/uni-decomposition.el:
23394         * international/uni-digit.el:
23395         * international/uni-lowercase.el:
23396         * international/uni-mirrored.el:
23397         * international/uni-name.el:
23398         * international/uni-numeric.el:
23399         * international/uni-old-name.el:
23400         * international/uni-titlecase.el:
23401         * international/uni-uppercase.el: Regenerate.
23403         * loadup.el: Load international/charprop.el before
23404         international/characters.
23406 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
23408         * window.el (next-buffer, previous-buffer): Signal an error if
23409         called from a minibuffer window.
23411         * bindings.el: Revert 2011-07-04 change.
23413 2011-07-06  Richard Stallman  <rms@gnu.org>
23415         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
23416         (rmail-mime-insert-bulk, rmail-mime-insert-text):
23417         Treat markers like ints.
23418         (rmail-mime-entity): Doc fix.
23420 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23422         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
23423         defcustom again for backwards compatibility.
23425         * simple.el (shell-command-on-region): Fill.
23427         * dired-aux.el (dired-kill-line): Add a doc string.
23429         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
23430         to "\\sw\\|\\s_" (bug#358).
23432         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
23433         (dired-unmark-backward): Ditto.
23434         (dired-flag-backup-files): Ditto.
23436         * dired-x.el (dired-mark-sexp): Ditto.
23438 2011-07-06  Richard Stallman  <rms@gnu.org>
23440         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
23441         (rmail-mime-entity): New arg TRUNCATED.
23442         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
23443         New functions.
23444         (rmail-mime-save): Warn if entity is truncated.
23445         (rmail-mime-toggle-hidden): Likewise, for showing.
23446         (rmail-mime-process-multipart): Record when an entity is truncated.
23448         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
23449         if ENTITY is a string.
23451 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23453         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
23454         of faces when `M-C-x'-ing their definitions (bug#8378).
23455         Also clean up the code slightly.
23457         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
23458         because that makes the colors go away.
23460         * mail/sendmail.el (send-mail-function): Change the default to
23461         `sendmail-query-once'.
23462         (sendmail-query-once): Add an autoload cookie.
23464         * net/network-stream.el (network-stream-open-starttls): Try using
23465         a plain connection even if the server offered STARTTLS, and we
23466         kinda wanted to use it, if Emacs doesn't have any STARTTLS
23467         capability.  This should make smtpmail.el work in slightly more
23468         configurations.
23470 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
23472         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
23473         New defun.
23474         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
23476 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
23478         * progmodes/sql.el: Version 3.0
23479         (sql-product-alist): Add product :completion-object,
23480         :completion-column, and :statement attributes.
23481         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
23482         (sql-mode-syntax-table): Mark all punctuation.
23483         (sql-font-lock-keywords-builder): Temporarily remove fallback on
23484         ansi keywords.
23485         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
23486         (sql-mode-oracle-font-lock-keywords): Improve.
23487         (sql-oracle-show-reserved-words): New function for development.
23488         (sql-product-font-lock): Simplify for source code buffers.
23489         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
23490         New functions.
23491         (sql-highlight-product): Set product specific syntax table.
23492         (sql-mode-map): Add statement movement functions.
23493         (sql-ansi-statement-starters, sql-oracle-statement-starters):
23494         New variable.
23495         (sql-statement-regexp, sql-beginning-of-statement)
23496         (sql-end-of-statement, sql-signum): New functions.
23497         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
23498         (sql-show-sqli-buffer): Bug fix.
23499         (sql-interactive-mode): Store connection data as buffer local.
23500         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
23501         with sql-interactive-mode.
23502         (sql-save-connection): Save buffer local settings.
23503         (sql-connection-menu-filter): Change menu entry name.
23504         (sql-product-interactive): Bug fix.
23505         (sql-preoutput-hold): New variable.
23506         (sql-interactive-remove-continuation-prompt): Bug fixes.
23507         (sql-debug-redirect): New variable.
23508         (sql-str-literal): New function.
23509         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
23510         Redesign.
23511         (sql-oracle-save-settings, sql-oracle-restore-settings)
23512         (sql-oracle-list-all, sql-oracle-list-table): New functions.
23513         (sql-completion-object, sql-completion-column)
23514         (sql-completion-sqlbuf): New variables.
23515         (sql-build-completions-1, sql-build-completions)
23516         (sql-try-completion): New functions.
23517         (sql-read-table-name): Use them.
23518         (sql-contains-names): New buffer local variable.
23519         (sql-list-all, sql-list-table): Use it.
23520         (sql-oracle-completion-types): New variable.
23521         (sql-oracle-completion-object, sql-sqlite-completion-object)
23522         (sql-postgres-completion-object): New functions.
23524 2011-07-06  Glenn Morris  <rgm@gnu.org>
23526         * window.el (pop-to-buffer): Doc fix.
23528 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
23530         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
23532 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
23534         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
23536         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
23538 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
23540         * button.el (button): Inherit from link face.  Suggested by Dan
23541         Nicolaescu.
23543 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23545         * progmodes/gdb-mi.el: Fit in 80 columns.
23546         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
23547         switch-to-buffer.
23549         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
23550         if imenu is simply not configured (bug#8941).
23552 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
23554         * allout.el (allout-post-undo-hook): New allout outline-change
23555         event hook to signal undo activity.
23556         (allout-post-command-business): Run allout-post-undo-hook if an
23557         undo just occurred.
23558         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
23559         * allout-widgets.el (allout-widgets-after-undo-function):
23560         Ensure the integrity of the current item's decoration after it has been
23561         in the vicinity of an undo.
23562         (allout-widgets-mode): Include allout-widgets-after-undo-function
23563         on the new allout-post-undo-hook.
23565 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23567         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
23568         Let define-derived-mode define it.
23569         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
23570         cycles of abbrev-table inheritance (bug#8998).
23572 2011-07-05  Roland Winkler  <winkler@gnu.org>
23574         * textmodes/bibtex.el: Add support for biblatex.
23575         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
23576         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
23577         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
23578         (bibtex-entry-alist, bibtex-field-alist): New variables.
23579         (bibtex-entry-field-alist): Obsolete alias for
23580         bibtex-BibTeX-entry-alist.
23581         (bibtex-entry-alist, bibtex-field-alist): New widgets.
23582         (bibtex-set-dialect): New command.
23583         (bibtex-entry-type, bibtex-entry-head)
23584         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
23585         Bind via bibtex-set-dialect.
23586         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
23587         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
23588         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
23589         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
23590         Define via bibtex-set-dialect.
23591         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
23592         Obey bibtex-no-opt-remove-re.
23593         (bibtex-vec-push, bibtex-vec-incr): New functions.
23594         (bibtex-format-entry, bibtex-field-list)
23595         (bibtex-print-help-message, bibtex-validate)
23596         (bibtex-search-entries): Use new format of bibtex-entry-alist.
23598 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23600         * progmodes/compile.el (compilation-goto-locus):
23601         * net/tramp-cmds.el (tramp-append-tramp-buffers):
23602         * bs.el (bs-cycle-next, bs-cycle-previous):
23603         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
23604         * bindings.el (mode-line-other-buffer):
23605         * autoinsert.el (auto-insert):
23606         * arc-mode.el (archive-extract):
23607         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
23609 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
23611         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
23612         Fix check of `emacs-lock-unlockable-modes'.
23613         Coerce true values of `emacs-lock--try-unlocking' to t.
23615 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
23617         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
23618         * emacs-lock.el: New file.
23620 2011-07-05  Julien Danjou  <julien@danjou.info>
23622         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
23623         than `boundp' to check if face is set.
23625 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
23627         * register.el (registerv-make):
23628         * window.el (window-min-height): Fix typos in docstrings.
23630 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
23632         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
23633         Update doc string.
23635 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
23637         * server.el (server-execute): Catch quit and call
23638         `server-return-error' to pass the error back to emacsclient and
23639         close the connection (bug#8942).
23641 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
23643         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
23644         insecure exception for current topic.  Also note that auto-saves
23645         are handled differently.
23647         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
23648         State variables for tracking auto-save inhibition situation.
23650         (allout-write-contents-hook-handler): Rename from
23651         'allout-write-file-hook-handler', and describe how it depends on
23652         write-contents-functions sensitivity to non-nil value to prevent
23653         file write.
23655         (allout-auto-save-hook-handler): Remove.  auto-save does not check
23656         this in individual buffers, only in the starting buffer, so this
23657         is not the right way for us to inhibit auto-save in a buffer
23658         according to its condition.
23660         (allout-mode): Use new allout-write-contents-hook-handler, and
23661         only with write-contents-functions.  Remove auto-save provisions -
23662         they're implemented elsewhere.
23664         (allout-before-change-handler): If undo is in progress, note that
23665         for attention of allout-post-command-business.
23667         (allout-post-command-business): If the command we're following was
23668         an undo, check for change in the status of encrypted items and
23669         adjust auto-save inhibitions accordingly.
23671         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
23672         according to whether there are or aren't any plain-text topics
23673         pending encryption.
23675         (allout-inhibit-auto-save-info-for-decryption):
23676         Adjust buffer-saved-size and some allout state to inhibit auto-saves
23677         if there are plain-text topics pending encryption.
23679         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
23680         buffer-saved-size and some allout state to not inhibit auto-saves
23681         if there are no longer any plain-text topics pending encryption.
23683         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
23684         No longer provide for exemption of the current topic.
23686 2011-07-04  Juri Linkov  <juri@jurta.org>
23688         Add 7z operations to delete and save changed members (bug#8968).
23689         * arc-mode.el (archive-7z-expunge, archive-7z-update):
23690         New defcustoms.
23691         (archive-7z-write-file-member): New function.
23692         (archive-7z-summarize): Fix the number of dashes in the
23693         listing output.
23695 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23697         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23698         (bug#8958).
23700 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
23702         * bindings.el: Ignore next-buffer and previous-buffer in
23703         minibuffer-local-map.
23705         * font-lock.el (font-lock-builtin-face): Change light background
23706         color to dark slate blue (Bug#6693).
23708 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
23710         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23712 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23714         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23715         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23716         Add switch-to-buffer.
23718 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23720         * isearch.el (isearch-search-fun-function): Clarify further the
23721         meaning of the function returned.
23723 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
23725         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23727         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23728         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23729         Use it.
23730         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
23731         `tramp-default-remote-path' does not exist.
23732         (tramp-send-command-and-read): New optional argument NOERROR.
23733         (tramp-open-connection-setup-interactive-shell)
23734         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23735         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23736         (tramp-process-sentinel): Flush also process' connection property.
23737         (tramp-sh-handle-start-file-process): Do not set process
23738         sentinel.  It is done now ...
23739         (tramp-maybe-open-connection): ... here.  (Bug#8929)
23741 2011-07-04  MON KEY  <monkey@sandpframing.com>
23743         * play/animate.el (animate-string): Doc fixes and allow changing
23744         the buffer name (bug#5417).
23746 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23748         * play/animate.el (animation-buffer-name): Rename from *animate*.
23750 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
23752         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23753         This is simpler and helps future-proof the code.
23754         (timer-until): Use time-subtract and float-time.
23755         (timer--time-less-p): Use time-less-p.
23757 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
23759         * type-break.el (timep): Use the value of `float-time' to avoid a
23760         byte-compiler warning.
23762         * server.el (server-eval-and-print): Return any result, even nil.
23764 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23766         * type-break.el: Accept time formats that the builtins accept.
23767         (timep, type-break-time-difference): Accept any format that
23768         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23769         This is simpler and helps future-proof the code.
23770         (type-break-time-difference): Round rather than ignoring
23771         subseconds components.
23773 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23775         * info.el (Info-apropos-matches): Make non-interactive, since it
23776         doesn't seem to do anything useful as a command (bug#8829).
23778 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
23780         * frame.el (frame-background-mode, frame-set-background-mode):
23781         Move from faces.el.
23782         (frame-default-terminal-background): New function.
23784         * custom.el (custom-push-theme): Don't record faces in `changed'
23785         theme; this doesn't work correctly for per-frame face settings.
23786         (disable-theme): Use face-set-after-frame-default to reset faces.
23787         (custom--frame-color-default): New function.
23789 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23791         * dired.el (dired-flagging-regexp): Remove unused variable
23792         (bug#8769).
23794 2011-03-29  Kevin Ryde  <user42@zip.com.au>
23796         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23797         `perl-Test2' extend to match possible "fail #N" rep count
23798         (bug#8377).
23800 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23802         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23803         `smtpmail-via-smtp' now returns the error instead of nil.
23805         * isearch.el (isearch-search-fun-function): Clarify the doc string
23806         (bug#8101).
23808 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
23810         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23811         unnecessary spaces (bug#8987).
23813 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23815         * net/network-stream.el (open-network-stream): Use the
23816         :end-of-capability command thoughout.
23818 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
23820         * net/network-stream.el (open-network-stream): Add the
23821         :end-of-capability command parameter, used by pop3.el.
23823 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23825         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23827         * fringe.el (fringe-query-style): Remove redundant text " (type ?
23828         for list)" (bug#6475).
23830         * files.el (file-expand-wildcards): Ignore non-readable
23831         sub-directories while trying to find matches instead of signaling
23832         an error (bug#6297).
23834         * man.el (Man-reference-regexp): Allow matching possible
23835         word-wrapped references (bug#6289).
23837         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23838         for consistency with the other vc buffers (bug#6197).
23839         (vc-checkin): Ditto.
23841         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23843         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23845 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23847         * custom.el (defcustom): Clarify that :set is only used in the
23848         Customize user interface (bug#6089).
23850         * progmodes/flymake.el (flymake-mode): If the buffer isn't
23851         associated with a file, refuse to run instead of erroring out
23852         (bug#6084).
23854         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23855         the doc string, since it appears that using `fill-column' always
23856         controls the width (bug#7845).
23858         * simple.el (shell-command-on-region): Say where the error output
23859         went if `shell-command-default-error-buffer' is set (bug#6857).
23861 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
23863         * allout.el (allout-yank-processing): Adjust cursor position for
23864         backwards-deleted space.
23866         (allout-rebullet-heading): Register changes with
23867         allout-exposure-changed-hook, so the modified topic is properly
23868         decorated.
23870 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23872         * minibuffer.el (completion-in-region): Document PREDICATE
23873         (bug#7136).
23875         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23876         of keyword/argument pairs (bug#6904).
23878         * replace.el (multi-occur):
23879         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23881 2011-07-02  Drew Adams  <drew.adams@oracle.com>
23883         * dired.el (dired-mark-if): Make the message about whether it's
23884         marking or unmarking clearer (bug#8523).
23886 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23888         * disp-table.el (display-table-print-array): New function.
23889         (describe-display-table): Use it to print the vectors more pretty
23890         (Bug#8859).
23892 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
23894         * window.el (window-state-get-1): Don't assign clone numbers.
23895         Add clone-of item to list of window parameters.
23896         (window-state-put-2): Don't process clone numbers.
23897         (display-buffer-alist): Fix doc-string.
23899 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23901         * subr.el (remq): Don't allocate if it's not needed.
23902         (keymap--menu-item-binding, keymap--menu-item-with-binding)
23903         (keymap--merge-bindings): New functions.
23904         (keymap-canonicalize): Use them to refine the canonicalization.
23905         * minibuffer.el (minibuffer-local-completion-map)
23906         (minibuffer-local-must-match-map): Move initialization from C.
23907         (minibuffer-local-filename-completion-map): Move initialization from C;
23908         don't inherit from anything here.
23909         (minibuffer-local-filename-must-match-map): Make obsolete.
23910         (completing-read-default): Use make-composed-keymap to combine
23911         minibuffer-local-filename-completion-map with either
23912         minibuffer-local-must-match-map or
23913         minibuffer-local-filename-completion-map.
23915 2011-07-01  Glenn Morris  <rgm@gnu.org>
23917         * type-break.el (type-break-time-sum): Use dolist.
23919         * textmodes/flyspell.el (flyspell-word-search-backward):
23920         Replace CL function.
23922 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23924         * mouse.el (mouse--strip-first-event): New function.
23925         (function-key-map): Use it to map fringe clicks to normal clicks
23926         by default.
23928         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
23929         (vc-bzr-revision-completion-table): Add support for annotate and date.
23931         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
23932         inherit from parent.
23934 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23936         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
23937         (dired-show-file-type): Doc fixup (bug#8818).
23939         * dired.el (dired-mode): Fix up the doc string as suggested by
23940         Drew Adams (bug#8817).
23942         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
23943         cookie, since the manual says that it should be possible to add
23944         this function to `find-file-hook' (bug#8709).
23946 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
23948         * progmodes/cfengine.el: Moved all cfengine3.el functionality
23949         here.  Noted Ted Zlatanov as the maintainer.
23950         (cfengine-common-settings, cfengine-common-syntax): New functions
23951         to set up common things between `cfengine-mode' and
23952         `cfengine3-mode'.
23953         (cfengine3-mode): New mode.
23954         (cfengine3-defuns cfengine3-defuns-regex
23955         (cfengine3-class-selector-regex cfengine3-category-regex)
23956         (cfengine3-vartypes cfengine3-font-lock-keywords)
23957         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
23958         (cfengine3-indent-line): Add from cfengine3.el.
23960 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
23962         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
23964         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
23966 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
23968         * window.el (same-window-buffer-names, same-window-regexps)
23969         (same-window-p, special-display-frame-alist)
23970         (special-display-popup-frame, special-display-function)
23971         (special-display-buffer-names, special-display-regexps)
23972         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
23973         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
23974         (split-window-preferred-function, split-height-threshold)
23975         (split-width-threshold, even-window-heights)
23976         (display-buffer-mark-dedicated, window-splittable-p)
23977         (split-window-sensibly, window-safely-shrinkable-p):
23978         Un-obsolete.
23979         (display-buffer): Don't spread args with function specifier
23980         because special-display-popup-frame won't like it.
23982 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23984         Time-stamp simplifications and fixes.
23985         These improve accuracy slightly, and future-proof the code
23986         against some potential changes to current-time format.
23988         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
23989         by using time-since and float-time.
23991         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
23992         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
23993         + NNN microseconds".
23995         * type-break.el (type-break-time-sum): Rewrite using time-add.
23997         * play/hanoi.el (hanoi-current-time-float): Remove.
23998         All uses replaced by float-time.
24000         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
24001         This yields a more-accurate answer.
24002         (rng-time-to-float): Remove; no longer needed.
24004         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
24006         * calendar/timeclock.el (timeclock-seconds-to-time):
24007         Defalias to seconds-to-time, since they're the same thing.
24009         * emacs-lisp/elp.el (elp-elapsed-time):
24010         * emacs-lisp/benchmark.el (benchmark-elapse):
24011         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
24013 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24015         * window.el (bury-buffer): Don't iconify the only frame.
24016         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
24017         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
24019 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
24021         * eshell/em-smart.el (eshell-smart-display-navigate-list):
24022         Add mouse-yank-primary.
24024 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
24026         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
24028 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24030         * emacs-lisp/find-func.el (find-library--load-name): New fun.
24031         (find-library-name): Use it to find relative load names when provided
24032         absolute file name (bug#8803).
24034 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24036         * textmodes/flyspell.el (flyspell-word): Consider words that
24037         differ only in case as potential doublons (bug#5687).
24039         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
24040         Remove two rather uninteresting debugging-like messages to make
24041         debbugs.el more silent.
24043         * comint.el (comint-password-prompt-regexp): Accept "Response" as
24044         a password-like phrase.
24046 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
24048         * progmodes/cc-guess.el: New file.
24050         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
24052         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
24053         derived from `c-basic-common-init'.
24055         * progmodes/cc-mode.el (top-level): Require cc-guess.
24056         (c-basic-common-init): Use `cc-choose-style-for-mode'.
24058 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
24060         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
24062 2011-06-30  Alan Mackenzie  <acm@muc.de>
24064         * progmodes/cc-engine.el (c-guess-continued-construct):
24065         Correct the handling of template-args-cont, particularly for when font
24066         lock is disabled.  Name this case as "CASE G".
24068 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
24070         * allout.el (allout-yank-processing): Fix injection of extra space
24071         between bullet and non-whitespace character in first topic when
24072         pasting, ensuring that the actual spacing in the pasted topic
24073         following the bullet char is preserved.  This extra space was
24074         causing pasted encrypted topics to get a decrypted status even
24075         when the content was actually still encrypted.  Now the decryption
24076         status from before the paste is preserved.
24078         (allout-flag-region): Set all allout overlays so they evaporate
24079         when reduced to zero length (evanescent), to prevent overlay
24080         leakage.
24082 2011-06-30  Glenn Morris  <rgm@gnu.org>
24084         * w32-fns.el (w32-charset-info-alist): Declare.
24086         * find-dired.el (find-grep-options): Simplify.
24088         * term/ns-win.el (ns-set-resource): Declare.
24090         * ses.el (row, col): Declare dynamic variables honestly.
24092         * textmodes/reftex-parse.el (index-tags): Declare.
24094 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
24096         * cus-edit.el (customize-push-and-save): New function.
24098         * files.el (hack-local-variables-confirm): Use it.
24100         * custom.el (load-theme): New arg NO-CONFIRM.
24101         Use customize-push-and-save (Bug#8720).
24102         (custom-enabled-themes): Doc fix.
24104         * cus-theme.el (customize-create-theme)
24105         (custom-theme-merge-theme): Callers to load-theme changed.
24107 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24109         * thingatpt.el (thing-at-point-short-url-regexp): Require that
24110         short URLs have at least one dot in them (bug #7614).
24112         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
24113         nil, because using a pty is apparently too slow (bug #895).
24115 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24117         * mail/sendmail.el (sendmail-query-once): New function.
24118         (sendmail-query-once-function): New variable.
24120 2011-06-29  Glenn Morris  <rgm@gnu.org>
24122         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
24124         * ses.el (top-level): Require cl when compiling.
24125         (ses-set-localvars): Fix error statement.
24126         Call it at compile time to silence a storm of warnings.
24128 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
24130         * window.el (normalize-live-buffer): Rename to
24131         window-normalize-buffer.
24132         (normalize-live-frame): Rename to window-normalize-frame.
24133         (normalize-any-window): Rename to window-normalize-any-window.
24134         (normalize-live-window): Rename to window-normalize-live-window.
24135         (make-window-atom): Rename to window-make-atom.
24136         (window-resize-reset): Rename to window--resize-reset.
24137         (window-resize-reset-1): Rename to window--resize-reset-1.
24138         (resize-mini-window): Rename to window--resize-mini-window.
24139         (resize-subwindows-skip-p): Rename to
24140         window--resize-subwindows-skip-p.
24141         (resize-subwindows-normal): Rename to
24142         window--resize-subwindows-normal.
24143         (resize-subwindows): Rename to window--resize-subwindows.
24144         (resize-other-windows): Rename to window--resize-siblings.
24145         (resize-this-window): Rename to window--resize-this-window.
24146         (resize-root-window): Rename to window--resize-root-window.
24147         (resize-root-window-vertically): Rename to
24148         window--resize-root-window-vertically.
24149         (normalize-buffer-to-display): Rename to
24150         window-normalize-buffer-to-display.
24151         (normalize-buffer-to-switch-to): Rename to
24152         window-normalize-buffer-to-switch-to.
24153         Correspondingly update all callers of the functions listed
24154         above.
24155         (display-buffer-alist, display-buffer-normalize-arguments)
24156         (display-buffer-normalize-options, display-buffer)
24157         (display-buffer-alist-set): Use "function" instead of
24158         "fun-with-args".
24160 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
24162         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
24163         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
24164         debbugs.gnu.org.  Mention acknowledgment email.
24166 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24168         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
24169         buffer multibyteness, since it shouldn't matter.
24171 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
24173         * window.el (display-buffer-in-side-window): Handle dedicated
24174         windows as in display-buffer-reuse-window.
24175         (display-buffer-normalize-alist): Use value of override
24176         specifier.
24177         (display-buffer-normalize-specifiers): Use value of
24178         other-window-means-other-frame specifier.
24179         (display-buffer-alist): Rewrite some texts in widgets.
24180         (display-buffer): Spread arguments when calling function
24181         specified by fun-with-args.
24183 2011-06-28  Deniz Dogan  <deniz@dogan.se>
24185         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24186         Unnest `let'.
24188         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
24189         selectors (Bug#5732).
24190         (css-proprietary-nmstart-re): Use `regexp-opt'.
24192 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
24194         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
24195         (eshell-ls-date-format): New defcustom.
24196         (eshell-ls-file): Use it.
24198 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24200         * help-fns.el (describe-variable): Fix message for terminal-local vars.
24202 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24204         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
24205         (ange-ftp-make-tmp-name): New arg.
24206         (ange-ftp-file-local-copy): Use it.
24208 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
24210         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
24211         no-conversion (Bug#8870).
24213 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
24215         * window.el (window-right, window-left, window-child)
24216         (window-child-count, window-last-child)
24217         (window-iso-combination-p, walk-window-tree-1)
24218         (window-atom-check-1, window-tree-1, delete-window)
24219         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
24220         new naming conventions - window-vchild, window-hchild,
24221         window-next and window-prev are now called window-top-child,
24222         window-left-child, window-next-sibling and window-prev-sibling
24223         respectively.
24224         (resize-window-reset): Rename to window-resize-reset.
24225         (resize-window-reset-1): Rename to window-resize-reset-1.
24226         (resize-window): Rename to window-resize.
24227         (window-min-height, window-min-width)
24228         (resize-mini-window, resize-this-window, resize-root-window)
24229         (resize-root-window-vertically, adjust-window-trailing-edge)
24230         (enlarge-window, shrink-window, maximize-window)
24231         (minimize-window, delete-window, quit-restore-window)
24232         (split-window, balance-windows, balance-windows-area-adjust)
24233         (balance-windows-area, window-state-put-2)
24234         (display-buffer-even-window-sizes, display-buffer-set-height)
24235         (display-buffer-set-width, set-window-text-height)
24236         (fit-window-to-buffer): Rename all "resize-window" prefixed
24237         calls to use the "window-resize" prefix convention.
24238         (display-buffer-alist): Fix symbol for label specifier.
24239         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
24240         corresponding specifier.
24241         Reported by Juanma Barranquero <lekktu@gmail.com>.
24243 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
24245         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
24246         convention.
24247         (ses-call-printer): Does not pass an empty string to formatter when the
24248         cell is empty to keep from barking printer Calc math-format-value.
24250 2011-06-27  Richard Stallman  <rms@gnu.org>
24252         * battery.el (battery-mode-line-limit): New variable.
24253         (battery-update): Handle it.
24255         * mail/rmailmm.el (rmail-mime-process-multipart):
24256         Handle truncated messages.
24258 2011-06-27  Glenn Morris  <rgm@gnu.org>
24260         * progmodes/flymake.el (flymake-err-line-patterns):
24261         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
24263 2011-06-27  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
24265         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
24266         (ses--clean-!, ses--clean-_): New functions.
24267         (ses-range): Add configurability of readout order, and conversion
24268         to Calc vector.
24270         * ses.el (ses-repair-cell-reference-all): New function.
24271         (ses-cell-symbol): Set macro as safe, so that it can be used in
24272         formulas.
24274         * ses.el: Update cycle detection algorithm.
24275         (ses-localvars): Add ses--Dijkstra-attempt-nb and
24276         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
24277         (ses-set-localvars): New function.
24278         (ses-make-cell): Add property-list as a cell element.
24279         (ses-cell-property-get-fun, ses-cell-property-get)
24280         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
24281         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
24282         New functions.
24283         (ses-cell-property-set, ses-cell-property-pop)
24284         (ses-cell-property-get-handle): New macro.
24285         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
24286         New aliases, used for code readability.
24287         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
24288         cycle detection.
24289         (ses-self-reference-early-detection): New defcustom.
24290         (ses-formula-references): Robustify against self-referring cells.
24291         (ses-mode): Use ses-set-localvars.
24292         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
24293         before lauching the update processing.
24294         (ses-initialize-Dijkstra-attempt): New function.
24295         (ses-recalculate-cell): Update for cycle detection based on
24296         Dijkstra algorithm.
24298         * ses.el: Fix commenting and indenting convention.
24300 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
24302         * bs.el (bs-cycle-next): Complete last change.
24304 2011-06-27  Drew Adams  <drew.adams@oracle.com>
24306         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
24308 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24310         * net/network-stream.el (network-stream-open-starttls):
24311         Don't re-get capabilities unless we've reestablished connection.
24312         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
24314         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
24315         to binary to possibly avoid line encoding issues on Windows (among
24316         other things).
24318 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24320         * net/network-stream.el (open-network-stream): Return an :error
24321         saying what the problem was, if possible.
24323         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
24324         server.
24326         * net/network-stream.el (network-stream-open-starttls): If we
24327         wanted to use STARTTLS, and the server offered it, but we weren't
24328         able to because we had no STARTTLS support, then close the connection.
24329         (open-network-stream): Return an :error element, if present.
24331 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
24333         * hl-line.el (hl-line-sticky-flag): Doc fix.
24334         (global-hl-line-sticky-flag): New option (Bug#8323).
24335         (global-hl-line-highlight): Obey it.
24337         * vc/vc.el (vc-revert-show-diff): Default to t.
24339 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
24341         * allout-widgets.el (allout-widgets-post-command-business):
24342         Stop decorating intermediate isearch matches.  They're not being
24343         undecorated when an isearch is continued past, and isearch
24344         automatically collapses them.  This leads to "widget leaks", where
24345         decorated items accumulate in collapsed areas.  Lines with lots of
24346         hidden widgets can slow down cursor travel, substantially.
24347         Too much complicated machinery would be needed to ensure undecoration,
24348         so we're doing without this nicety.
24350         (allout-widgets-tally-string): Don't try to do a hash-table-count
24351         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
24352         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
24353         *Messages* when allout-widgets-maintain-tally is t.
24355 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
24357         * window.el (display-buffer-normalize-argument): Rename to
24358         display-buffer-normalize-arguments.  Handle special meaning of
24359         LABEL argument.  Respect special-display-function when popping up
24360         a new frame.  Fix code searching for a window showing the buffer
24361         on another frame.
24362         (display-buffer-normalize-specifiers):
24363         Call display-buffer-normalize-arguments.
24364         (display-buffer-in-window): Don't undedicate the window if its
24365         buffer remains the same.
24366         Reported by Drew Adams <drew.adams@oracle.com>.
24367         (display-buffer-alist): Add choice for same-window macro
24368         specfier.
24369         (display-buffer): Mention special meaning of LABEL argument in
24370         doc-string.  Fix quoting.  Don't pop up a new frame even as
24371         fallback.
24373 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
24375         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
24376         avoid deleting the current window in some cases (bug#8911).
24378 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
24380         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
24381         (Bug#8934)
24383 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24385         * net/network-stream.el (network-stream-open-starttls):
24386         Use built-in TLS support if `gnutls-available-p' is true.
24387         (network-stream-open-tls): Ditto.
24389 2011-06-26  Leo Liu  <sdl.web@gmail.com>
24391         * register.el (registerv): New struct.
24392         (registerv-make): New function.
24393         (jump-to-register, describe-register-1, insert-register):
24394         Support the jump-func, print-func and insert-func slot of a registerv
24395         struct.  (Bug#8415)
24397 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
24399         * vc/vc.el (vc-revert-show-diff): New defcustom.
24400         (vc-diff-internal): New arg specifying diff buffer.
24401         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
24402         reuse an existing *vc-diff* buffer (Bug#8927).
24404         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
24406 2011-06-26  Glenn Morris  <rgm@gnu.org>
24408         * progmodes/f90.el (f90-critical-indent): New option.
24409         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
24410         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
24411         (f90-mode): Doc fix.
24412         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
24413         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
24414         (f90-beginning-of-block, f90-next-block, f90-indent-region)
24415         (f90-match-end): Handle block, critical.
24417 2011-06-25  Glenn Morris  <rgm@gnu.org>
24419         * calendar/diary-lib.el (diary-included-files): Doc fix.
24420         (diary-include-files): New function, extracted from
24421         diary-include-other-diary-files and diary-mark-included-diary-files.
24422         (diary-include-other-diary-files, diary-mark-included-diary-files):
24423         Just call diary-include-files.
24424         (diary-mark-entries): Reset diary-included-files on first call.
24426         * calendar/diary-lib.el (diary-mark-entries)
24427         (diary-mark-included-diary-files):
24428         Visit included diary-files in temp buffers.
24430         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
24431         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
24432         (f90-start-block-re, f90-imenu-generic-expression)
24433         (f90-looking-at-program-block-start, f90-no-block-limit):
24434         Add support for submodules.
24436         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
24437         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
24439 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
24441         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
24442         buffer-file-type before setting its value, to avoid disastrous
24443         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
24445 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
24447         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
24449         * ses.el (ses-unload-function):
24450         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
24452         * proced.el (proced-unload-function):
24453         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
24455 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
24457         * server.el (server-create-window-system-frame): Add parameters arg.
24458         (server-process-filter): Doc fix.  Handle frame-parameters.
24460 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
24462         Fix bug#8730, bug#8781.
24464         * loadhist.el (unload--set-major-mode): New function.
24465         (unload-feature): Use it.
24467         * progmodes/python.el (python-after-info-look): Add autoload cookie.
24468         (python-unload-function): New function.
24470 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24472         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
24474 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
24476         * net/browse-url.el (browse-url-firefox-program): Add icecat to
24477         the candidates list.
24479 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
24481         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
24483 2011-06-23  Richard Stallman  <rms@gnu.org>
24485         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
24486         (rmail-variables): Set next-error-move-function.
24487         (rmail-what-message): Take argument POS.
24488         (rmail-next-error-move): New function.
24490 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24492         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
24493         messages for adjacent non-terminals.
24495 2011-06-23  Richard Stallman  <rms@gnu.org>
24497         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
24498         (rmail-show-message-1): Preserve buffer modified flag.
24499         (rmail-start-mail): Don't specify use of rmail-mail-return;
24500         that's done by mail-bury now.
24501         (rmail-mail-return): Handle arg NEWBUF.
24503 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
24505         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
24506         SIZE is a number.
24508 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
24510         * window.el (get-lru-window, get-mru-window)
24511         (get-largest-window): Never return a minibuffer window.
24512         (display-buffer-pop-up-window): Fix a bug that could lead to
24513         reusing the minibuffer window.
24514         (display-buffer): Pass original specifier argument to
24515         display-buffer-function instead of the normalized one.
24516         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
24518 2011-06-22  Leo Liu  <sdl.web@gmail.com>
24520         * minibuffer.el (completing-read-function)
24521         (completing-read-default): Move from minibuf.c.
24523 2011-06-22  Richard Stallman  <rms@gnu.org>
24525         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
24526         to Rmail even if not started by a special Rmail command.
24528         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
24529         Copy the buffer currently showing just one message.
24531 2011-06-22  Roland Winkler  <winkler@gnu.org>
24533         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
24534         (bibtex-clean-entry): First delete the old key so that a
24535         customized algorithm for generating the new key does not get
24536         confused by the old key.
24537         (bibtex-url): Obey regexp of first step.
24538         (bibtex-search-entries): Do not use add-to-list with local
24539         list-var.
24541 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24543         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
24544         stored a user name, then query for the password first, instead of
24545         waiting for SMTP to give an error message and the trying again.
24547 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
24549         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
24550         BUFFER in call-process.
24552 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24554         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
24555         QUIT twice.
24556         (smtpmail-try-auth-methods): Require user name and password from
24557         auth-source.
24559 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
24561         * window.el (display-buffer-default-specifiers)
24562         (display-buffer-alist): Remove entries for pop-up-frame-alist.
24563         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
24564         (split-window): Normalize SIDE argument (Bug#8916).
24566         * frame.el (pop-up-frame-alist, pop-up-frame-function)
24567         (special-display-frame-alist, special-display-popup-frame):
24568         Remove duplicate declarations.  These are now in window.el.
24570 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24572         * mail/smtpmail.el (smtpmail-via-smtp):
24573         Set :use-starttls-if-possible so that we always use STARTTLS if the
24574         server supports it.  SMTP servers that support STARTTLS commonly
24575         require it.
24577         * net/network-stream.el (network-stream-open-starttls): Support
24578         upgrading to STARTTLS always, even if we don't have built-in support.
24579         (open-network-stream): Add the :always-query-capabilities keyword.
24581         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
24582         upgrades with `open-network-stream', and rely solely on
24583         auth-source for all credentials.  Big changes throughout the file,
24584         but in particular:
24585         (smtpmail-auth-credentials): Remove.
24586         (smtpmail-starttls-credentials): Remove.
24587         (smtpmail-via-smtp): Check for servers saying they want AUTH after
24588         MAIL FROM, too.
24590         * net/network-stream.el (network-stream-open-starttls):
24591         Provide support for client certificates both for external and built-in
24592         STARTTLS.
24593         (auth-source): Require.
24594         (open-network-stream): Document the :client-certificate keyword.
24595         (network-stream-certificate): Change cert-cert to cert and
24596         cert-key to key.
24598 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
24600         * net/tramp-cache.el (top): Don't load the persistency file when
24601         "emacs -Q" has been called.
24603 2011-06-21  Tim Harper  <timcharper@gmail.com>
24605         * term/ns-win.el (ns-initialize-window-system):
24606         Set application-specific `ApplePressAndHoldEnabled' system
24607         resource to NO as it is not yet supported by the NS port.
24609 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
24611         * misc.el (list-dynamic-libraries--refresh): Compute header here...
24612         (list-dynamic-libraries): ...not here.
24614 2011-06-21  Leo Liu  <sdl.web@gmail.com>
24616         * subr.el (sha1): Implement sha1 using secure-hash.
24618 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
24620         * window.el (display-buffer-alist): In default value do not
24621         enforce searching a window on any but the selected frame.
24622         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
24623         (display-buffer-select-window): Remove function.
24624         (display-buffer-in-window): When a window on another frame gets
24625         reused, do not select it any more but just raise its frame if
24626         necessary (Bug#8851) and (Bug#8856).
24627         (display-buffer-normalize-options): Handle pop-up-frames related
24628         options more faithfully.
24629         (pop-to-buffer): Don't rely on `display-buffer' selecting the
24630         window if it is on another frame.
24631         (display-buffer-alist, display-buffer-default-specifiers):
24632         Don't make new frame unsplittable by default.
24633         (display-buffer-normalize-argument): Fix doc-string typo and use
24634         'same-frame-other-window instead of 'other-window when associating
24635         with display-buffer-macro-specifiers.
24637 2011-06-21  Vincent BelaĂ¯che  <vincent.b.1@hotmail.fr>
24639         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
24640         New functions.
24641         (5x5-mode-map, 5x5-mode-menu): Bind them.
24642         (5x5-draw-grid): Tweak the solver's rendering.
24644 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24646         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
24647         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
24649 2011-06-21  Drew Adams  <drew.adams@oracle.com>
24651         * menu-bar.el: Use function variable instead of switch-to-buffer.
24652         (menu-bar-select-buffer-function): New variable.
24653         (menu-bar-update-buffers): Use it (bug#8876).
24655 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24657         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
24658         variable's status.
24660 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
24662         * x-dnd.el (x-dnd-version-from-flags)
24663         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
24664         and long as number (Bug#8899).
24665         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
24667 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24669         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
24670         (completion-try-completion, completion-all-completions): Compute the
24671         metadata argument if it's missing; make it optional (bug#8795).
24673         * wid-edit.el: Use lex-bind and move towards completion-at-point.
24674         (widget-complete): Use new :completion-function property.
24675         (widget-completions-at-point): New function.
24676         (default): Use :completion-function instead of :complete.
24677         (widget-default-completions): Rename from widget-default-complete;
24678         Rewrite.
24679         (widget-string-complete, widget-file-complete, widget-color-complete):
24680         Remove functions.
24681         (file, symbol, function, variable, coding-system, color):
24682         * international/mule-cmds.el (default-input-method, charset)
24683         (language-info-custom-alist):
24684         * cus-edit.el (face): Use new property :completions.
24686         * progmodes/pascal.el (pascal-completions-at-point): New function.
24687         (pascal-mode): Use it.
24688         (pascal-mode-map): Use completion-at-point.
24689         (pascal-toggle-completions): Make obsolete.
24690         (pascal-complete-word, pascal-show-completions):
24691         * progmodes/octave-mod.el (octave-complete-symbol):
24692         Redefine as obsolete alias.
24693         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
24694         Signal absence of completion info for old Octave,
24695         (inferior-octave-complete): Redefine as obsolete alias.
24696         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24697         (meta-completions-at-point): Rename from meta-complete-symbol and
24698         adapt it for use on completion-at-point-functions.
24699         (meta-common-mode): Use it.
24700         (meta-looking-at-backward, meta-match-buffer): Remove.
24701         (meta-complete-symbol): Redefine as obsolete alias.
24702         (meta-common-mode-map): Use completion-at-point.
24703         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24704         (makefile-mode-map): Use completion-at-point.
24705         (makefile-completions-at-point): Rename from makefile-complete and
24706         adapt it for use on completion-at-point-functions.
24707         (makefile-mode): Use it.
24708         (makefile-complete): Redefine as obsolete alias.
24710 2011-06-20  Deniz Dogan  <deniz@dogan.se>
24712         * net/rcirc.el: Delete trailing whitespaces once and for all.
24714 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
24716         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24718 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
24720         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24722         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24724 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
24726         * window.el (display-buffer-other-window-means-other-frame):
24727         Call display-buffer-normalize-alist.
24728         (display-buffer-normalize-specifiers-1): Rename to
24729         display-buffer-normalize-argument.  New argument other-frame.
24730         Rewrite.
24731         (display-buffer-normalize-specifiers-2): Rename to
24732         display-buffer-normalize-options.
24733         (display-buffer-normalize-alist-1): New function.
24734         (display-buffer-normalize-specifiers-3): Rename to
24735         display-buffer-normalize-alist.
24736         Call display-buffer-normalize-alist-1.
24737         (display-buffer-normalize-options-inhibit): New variable.
24738         (display-buffer-normalize-specifiers): Rewrite calling
24739         display-buffer-normalize-alist,
24740         display-buffer-normalize-argument, and
24741         display-buffer-normalize-options.  Don't call the latter if
24742         display-buffer-normalize-options-inhibit is non-nil.
24743         (frame-auto-delete): New option.
24744         (window-deletable-p): Use frame-auto-delete.
24745         (window-list-no-nils, window-state-ignored-parameters)
24746         (window-state-get-1, window-state-get, window-state-put-list)
24747         (window-state-put-1, window-state-put-2, window-state-put):
24748         New functions.
24749         (display-buffer-normalize-options): Move special-display-p group
24750         after pop-up-frame group (Bug#8851) and (Bug#8856).
24752 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
24754         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24755         groups (Bug#8776).
24756         (rx-submatch-n): New function.
24757         (rx): Document it.
24759         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24760         (Bug#8768).
24762         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24764         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24766         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24767         anytime existing face settings are present (Bug#8889).
24769         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24770         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24771         Remove unused argument.
24773 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
24775         * window.el (display-buffer-default-specifiers):
24776         Remove pop-up-frame.  Add pop-up-window-min-height,
24777         pop-up-window-min-width, and another reuse-window specifier
24778         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
24779         (display-buffer-normalize-specifiers-2):
24780         Handle split-height-threshold and split-width-threshold also when
24781         pop-up-windows is unset.  Add a reuse-window specifier for the
24782         case popping up a new window fails.
24783         (special-display-popup-frame): Remove double quoting.
24784         (display-buffer-normalize-specifiers-1): Fix thinko.
24786 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24788         * shell.el (shell-completion-vars): Set pcomplete-termination-string
24789         according to comint-completion-addsuffix.
24791         * pcomplete.el: Convert to lexical binding and fix bug#8819.
24792         (pcomplete-suffix-list): Mark as obsolete.
24793         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24794         pcomplete-seen in the closure.
24795         (pcomplete-comint-setup): Setup completion-at-point as well.
24796         (pcomplete--entries): New function.
24797         (pcomplete--env-regexp): New var.
24798         (pcomplete-entries): Rewrite to work with partial-completion and
24799         without relying on pcomplete-suffix-list.
24800         (pcomplete-pare-list): Remove, unused.
24802 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
24804         * window.el (display-buffer-alist): Set pop-up-window-min-height
24805         and pop-up-window-min-width in default value.  Reported by
24806         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
24807         other-window-means-other-frame.
24808         (display-buffer-macro-specifiers): Comment out entry for
24809         other-window specifier.
24810         (display-buffer-other-window-means-other-frame): New function.
24811         (display-buffer-normalize-specifiers-1): New arguments
24812         buffer-name and label.  Treat other-window case specially.
24813         (display-buffer-normalize-specifiers-2): Treat other-window case
24814         specially.
24815         (display-buffer-normalize-specifiers-3): New function.
24816         (display-buffer-normalize-specifiers):
24817         Call display-buffer-normalize-specifiers-3.
24819 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
24821         * window.el (same-window-p): Fix two typos introduced when
24822         adding with-no-warnings.
24823         (display-buffer-normalize-specifiers-1): Don't check
24824         pop-up-frames for 'unset initialization.
24825         (display-buffer-normalize-specifiers-2): Major rewrite using
24826         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24827         (pop-up-frames, display-buffer-reuse-frames)
24828         (display-buffer-mark-dedicated): Don't initialize to 'unset.
24829         Suggested by David Engster <deng@randomsample.de>.
24830         (even-window-heights): Initialize to 'unset.
24831         (display-buffer-alist-set): Handle new 'unset initializations.
24832         (display-buffer-macro-specifiers): Don't pop up a new frame in the
24833         other window case.
24835 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
24837         * window.el (display-buffer-normalize-specifiers-1):
24838         Respect current value of pop-up-frames for most reasonable values of
24839         second argument of display-buffer (Bug#8865).
24840         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24841         (switch-to-buffer-other-window-same-frame)
24842         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
24843         Adams (Bug#8875).
24844         (display-buffer): Don't check noninteractive when calling
24845         display-buffer-pop-up-frame.
24846         (display-buffer-pop-up-frame): Never pop up a frame in
24847         noninteractive mode (Bug#8857).
24848         (enlarge-window, shrink-window): Don't report an error when the
24849         window can't be resized as requested (Bug#8862).
24851 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24853         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24855         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24857         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24859 2011-06-15  Alan Mackenzie  <acm@muc.de>
24861         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24862         for declarators, disable knr checking to speed up for normal files.
24863         2: Refactor, replacing a sequence of nested if forms by a cond form.
24865 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24867         * net/network-stream.el (open-network-stream): Add the keyword
24868         :always-query-capabilities for the case where you want to force a
24869         `plain' network connection, but the protocol still requires the
24870         capabilitiy command (i.e., SMTP and EHLO).
24872         * subr.el (process-live-p): Rename from `process-alive-p' for
24873         consistency with other `-live-p' functions.
24875 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24877         * window.el (same-window-buffer-names, same-window-regexps)
24878         (special-display-frame-alist, special-display-popup-frame)
24879         (special-display-function, special-display-buffer-names)
24880         (special-display-regexps, pop-up-frame-alist)
24881         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24882         (pop-up-windows, split-window-preferred-function)
24883         (split-height-threshold, split-width-threshold, even-window-heights)
24884         (display-buffer-mark-dedicated): Don't encourage the use of
24885         display-buffer-alist from Elisp code.
24887 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
24889         * progmodes/python.el (python-mode): Derive from prog-mode.
24890         * progmodes/ps-mode.el (ps-mode):
24891         * progmodes/mixal-mode.el (mixal-mode):
24892         * progmodes/cfengine.el (cfengine-mode):
24893         * progmodes/ld-script.el (ld-script-mode): Likewise.
24895 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
24897         * window.el (display-buffer-alist): Trim default value to avoid
24898         popping up a new frame (Bug#8857) or reusing an arbitrary window
24899         on another frame.
24900         (display-buffer): Do not fall back on popping up a new frame in
24901         batch mode (Bug#8857).
24903 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
24905         * cus-theme.el (describe-theme-1): Use custom-theme-p.
24906         (custom-theme-summary): New function.
24907         (customize-themes): Use it.
24909 2011-06-13  Glenn Morris  <rgm@gnu.org>
24911         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
24913 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
24915         * help.el (help-window): Remove variable.
24916         (help-window-point-marker, temp-buffer-max-height)
24917         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
24918         (help-print-return-message): Don't set help-window.
24919         (resize-temp-buffer-window): Rewrite cod eand doc-string.
24920         (help-window-setup-finish): Remove.
24921         (help-window-display-message, help-window-setup)
24922         (with-help-window): Major rewrite based on new
24923         display-buffer-window variable.
24925         * help-mode.el (help-mode-finish): Remove help-window related
24926         code.
24928         * view.el (view-exits-all-viewing-windows): Remove reference to
24929         view-return-to-alist in doc-string.
24930         (view-return-to-alist): Make obsolete.
24931         (view-buffer): Call pop-to-buffer-same-window and remove
24932         undo-window code.
24933         (view-buffer-other-window): Call pop-to-buffer-other-window and
24934         simplify code.  Ignore second argument.
24935         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
24936         simplify code.  Ignore second argument.
24937         (view-return-to-alist-update): Make obsolete.
24938         (view-mode-enter): Rename second argument to QUIT-RESTORE.
24939         Rewrite using quit-restore window parameters.
24940         (view-mode-exit): Rename second argument to EXIT-ONLY.
24941         Rewrite using quit-restore-window.
24942         (View-exit, View-exit-and-edit, View-leave, View-quit)
24943         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
24944         appropriate arguments.
24945         (view-end-message): Use quit-restore window parameter.
24947         * window.el (display-buffer-function): Rewrite doc-string.
24948         (display-buffer-window, display-buffer-alist): New variables.
24949         (display-buffer-split-specifiers)
24950         (display-buffer-side-specifiers)
24951         (display-buffer-macro-specifiers): New constants.
24952         (display-buffer-even-window-sizes, display-buffer-set-height)
24953         (display-buffer-set-width, display-buffer-select-window)
24954         (display-buffer-in-window, display-buffer-reuse-window)
24955         (display-buffer-split-window-1, display-buffer-split-window)
24956         (display-buffer-split-atom-window, display-buffer-pop-up-window)
24957         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
24958         (display-buffer-in-side-window, normalize-buffer-to-display)
24959         (display-buffer-normalize-specifiers-1)
24960         (display-buffer-normalize-specifiers-2)
24961         (display-buffer-normalize-specifiers, display-buffer-frame):
24962         New functions.
24963         (display-buffer): Major rewrite.
24964         (display-buffer-other-window, display-buffer-other-frame)
24965         (pop-to-buffer, switch-to-buffer-other-window)
24966         (switch-to-buffer-other-frame): Rewrite.
24967         (display-buffer-same-window, display-buffer-same-frame)
24968         (display-buffer-same-frame-other-window)
24969         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
24970         (pop-to-buffer-other-window)
24971         (pop-to-buffer-same-frame-other-window)
24972         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
24973         (switch-to-buffer-other-window-same-frame): New functions.
24974         (same-window-p, special-display-p): Rewrite disabling warnings.
24975         Make obsolete.
24976         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24977         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
24978         Make obsolete
24979         (same-window-buffer-names, same-window-regexps)
24980         (special-display-frame-alist, special-display-popup-frame)
24981         (special-display-function, special-display-buffer-names)
24982         (special-display-regexps, pop-up-frame-alist)
24983         (pop-up-frame-function, split-window-preferred-function)
24984         (split-height-threshold, split-width-threshold)
24985         (even-window-heights): Make obsolete.
24987 2011-06-12  Glenn Morris  <rgm@gnu.org>
24989         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
24990         Misc simplifications.
24992 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
24994         * window.el (window-safely-shrinkable-p): Restore function which
24995         was inadvertently removed in change from 2011-06-11.  Declare as
24996         obsolete.
24998         * calendar/calendar.el (calendar-generate-window):
24999         Use window-iso-combined-p instead of combination of one-window-p and
25000         window-safely-shrinkable-p.
25002 2011-06-12  Glenn Morris  <rgm@gnu.org>
25004         * progmodes/fortran.el (fortran-mode-syntax-table):
25005         * progmodes/f90.el (f90-mode-syntax-table):
25006         Set % to punctuation.  (Bug#8820)
25007         (f90-find-tag-default): Remove, no longer needed.
25009 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
25011         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
25013 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
25015         * image.el (image-animated-p): Return animation delay in seconds.
25016         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
25017         (image-animate-timeout): Remove DELAY argument.  Don't assume
25018         every subimage has the same delay; get it from image-animated-p.
25019         (image-animate): Caller changed.
25021 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
25023         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
25024         to ignored backtrace functions.
25026 2011-06-11  Glenn Morris  <rgm@gnu.org>
25028         * calendar/appt.el (appt-disp-window-function): Doc fix.
25029         (appt-check): Handle overlapping appointments.  (Bug#8337)
25031 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
25033         * window.el (window-tree-1, window-tree): New functions, moving
25034         the latter to window.el.
25035         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
25036         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
25037         (bw-refresh-edges): Remove.
25038         (balance-windows-1, balance-windows-2): New functions.
25039         (balance-windows): Rewrite in terms of window tree functions,
25040         balance-windows-1 and balance-windows-2.
25041         (bw-adjust-window): Remove.
25042         (balance-windows-area-adjust): New function with functionality of
25043         bw-adjust-window but using resize-window.
25044         (set-window-text-height): Rewrite doc-string.
25045         Use normalize-live-window and resize-window.
25046         (enlarge-window-horizontally, shrink-window-horizontally):
25047         Rename argument to DELTA.
25048         (window-buffer-height): New function.
25049         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
25050         Rewrite using new window resize routines.
25051         (kill-buffer-and-window, mouse-autoselect-window-select):
25052         Use ignore-errors instead of condition-case.
25053         (quit-window): Call delete-frame instead of delete-windows-on
25054         for the only buffer on frame.
25056 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
25058         * loadup.el (top-level): Load window before files for the sake
25059         of replace-buffer-in-windows.
25061         * files.el (read-buffer-to-switch)
25062         (switch-to-buffer-other-window)
25063         (switch-to-buffer-other-frame, display-buffer-other-frame):
25064         Move to window.el.
25066         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
25067         (previous-buffer): Move to window.el.
25069         * bindings.el (unbury-buffer): Move to window.el.
25071         * window.el (delete-other-windows-vertically): Move after
25072         definition of delete-other-windows.
25073         (other-window, delete-windows-on, replace-buffer-in-windows):
25074         Move here from window.c.
25075         (record-window-buffer, unrecord-window-buffer)
25076         (set-window-buffer-start-and-point, switch-to-prev-buffer)
25077         (switch-to-next-buffer): New functions.
25078         (get-next-valid-buffer, last-buffer, next-buffer): Move here
25079         from simple.el.  Call switch-to-next-buffer.
25080         (previous-buffer): Move here from simple.el.
25081         Call switch-to-prev-buffer.
25082         (bury-buffer): Move here from buffer.c.  Switch to previous
25083         buffer when window cannot be deleted.
25084         (unbury-buffer): Move here from bindings.el.
25085         (ctl-x-map): Move binding for other-window from window.c to
25086         here.
25087         (read-buffer-to-switch, switch-to-buffer-other-window)
25088         (switch-to-buffer-other-frame): Move here from files.el.
25089         (normalize-buffer-to-switch-to): New functions.
25090         (switch-to-buffer): Move here from buffer.c.
25091         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
25093 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
25095         * window.el (window-min-height, window-min-width): Move here
25096         from window.c.  Add defcustoms and rewrite doc-strings.
25097         (resize-mini-window, resize-window): New functions.
25098         (adjust-window-trailing-edge, enlarge-window, shrink-window):
25099         Move here from window.c.
25100         (maximize-window, minimize-window): New functions.
25101         (delete-window, delete-other-windows, split-window): Move here
25102         from window.c.
25103         (window-split-min-size): New function.
25104         (split-window-keep-point): Mention split-window-above-each-other
25105         instead of split-window-vertically.
25106         (split-window-above-each-other, split-window-vertically):
25107         Rename split-window-vertically to split-window-above-each-other
25108         and provide defalias for old definition.
25109         (split-window-side-by-side, split-window-horizontally):
25110         Rename split-window-horizontally to split-window-side-by-side
25111         and provide defalias for the old definition.
25112         (ctl-x-map): Move bindings for delete-window,
25113         delete-other-windows and enlarge-window here from window.c.
25114         Replace bindings for split-window-vertically and
25115         split-window-horizontally by bindings for
25116         split-window-above-each-other and split-window-side-by-side.
25118         * cus-start.el (all): Remove entries for window-min-height and
25119         window-min-width.  Add entries for window-splits and
25120         window-nest.
25122 2011-06-09  Glenn Morris  <rgm@gnu.org>
25124         * calendar/appt.el (appt-mode-line): New function.
25125         (appt-check, appt-disp-window): Use it.
25127         * files.el (hack-one-local-variable-eval-safep):
25128         Allow minor-modes with explicit +/-1 arguments.
25130 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
25132         * term/xterm.el (xterm): Add defgroup.
25133         (xterm-extra-capabilities): Add defcustom to supply known xterm
25134         capabilities, skip querying them, or query them (default).
25135         (terminal-init-xterm): Use it.
25136         (terminal-init-xterm-modify-other-keys): New function to set up
25137         modifyOtherKeys support to simplify `terminal-init-xterm'.
25139 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
25141         * window.el (resize-window-reset, resize-window-reset-1)
25142         (resize-subwindows-skip-p, resize-subwindows-normal)
25143         (resize-subwindows, resize-other-windows, resize-this-window)
25144         (resize-root-window, resize-root-window-vertically)
25145         (window-deletable-p, window-or-subwindow-p)
25146         (frame-root-window-p): New functions.
25148 2011-06-09  Glenn Morris  <rgm@gnu.org>
25150         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
25151         (ange-ftp-get-files): Use it.
25153 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
25155         * mail/sendmail.el (mail-recover-1, mail-recover):
25156         * files.el (recover-file, recover-session):
25157         Handle dired-listing-switches not being just a single short option.
25159 2011-06-09  Glenn Morris  <rgm@gnu.org>
25161         * calendar/appt.el (appt-display-message, appt-disp-window):
25162         Handle lists of appointments.
25164 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
25166         * window.el (one-window-p): Move down in code.
25167         Rewrite doc-string.
25168         (window-current-scroll-bars): Rewrite doc-string.
25169         Normalize live window argument.
25170         (walk-windows, get-window-with-predicate, count-windows):
25171         Rewrite doc-string.  Use window-list-1.
25172         (window-in-direction-2, window-in-direction, get-mru-window):
25173         New functions.
25175 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
25177         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
25178         Doc fix (Bug#8713).
25180 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
25182         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
25184 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
25186         * loadhist.el (unload-feature-special-hooks):
25187         Add `comint-output-filter-functions'.
25189 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
25191         * calendar/appt.el (appt-check): Move some initializations into the let.
25193 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
25195         * window.el (window-height): Defalias to window-total-height.
25196         (window-width): Defalias to window-body-width.
25198 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
25200         * image-mode.el (image-toggle-animation): New command.
25201         (image-mode-map): Bind it to RET.
25202         (image-mode): Update message.
25203         (image-toggle-display-image): Avoid a spurious cache flush.
25204         (image-transform-rotation): Doc fix.
25205         (image-transform-properties): Return quickly in the normal case.
25206         (image-animate-loop): Rename from image-animate-max-time.
25208         * image.el (image-animate-max-time): Move to image-mode.el.
25209         (create-animated-image): Remove unnecessary function.
25210         (image-animate): Rename from image-animate-start.  New arg.
25211         (image-animate-stop): Remove; just use image-animate-timer.
25212         (image-animate-timer): Use car-safe.
25213         (image-animate-timeout): Rename argument.
25215 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
25217         * window.el (get-lru-window, get-largest-window): Move here from
25218         window.c.  Rename first argument to ALL-FRAMES.
25219         Rephrase doc-strings.
25220         (get-buffer-window-list): Rewrite using window-list-1.
25221         Rephrase doc-string.
25222         (window-safe-min-height, window-safe-min-width): New constants.
25223         (window-size-ignore, window-min-size, window-min-size-1)
25224         (window-sizable, window-sizable-p, window-size-fixed-1)
25225         (window-size-fixed-p, window-min-delta-1, window-min-delta)
25226         (window-max-delta-1, window-max-delta, window-resizable)
25227         (window-resizable-p, window-total-height, window-total-width)
25228         (window-body-width): New functions.
25229         (window-full-height-p, window-full-width-p): Rewrite using
25230         window-total-size.
25231         (window-body-height): Rewrite using window-body-size.
25233 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
25235         * window.el (window-right, window-left, window-child)
25236         (window-child-count, window-last-child, window-any-p)
25237         (normalize-live-buffer, normalize-live-frame)
25238         (normalize-any-window, normalize-live-window)
25239         (window-iso-combination-p, window-iso-combined-p)
25240         (window-iso-combinations)
25241         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
25242         (windows-with-parameter, window-with-parameter)
25243         (window-atom-root, make-window-atom, window-atom-check-1)
25244         (window-atom-check, window-side-check, window-check):
25245         New functions.
25246         (ignore-window-parameters, window-sides, window-sides-vertical)
25247         (window-sides-slots): New variables.
25248         (window-size-fixed): Move down in code.  Minor doc-string fix.
25250 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
25252         * comint.el (comint-dynamic-complete-as-filename)
25253         (comint-dynamic-complete-filename): Correctly call
25254         completion-in-region.
25256 2011-06-05  Deniz Dogan  <deniz@dogan.se>
25258         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
25259         in last change.
25261 2011-06-05  Deniz Dogan  <deniz@dogan.se>
25263         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
25264         (rcirc): Use it to prompt for encryption.
25266 2011-06-05  Roland Winkler  <winkler@gnu.org>
25268         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
25269         (bibtex-search-entries): New command bound to C-c C-a.
25270         (bibtex-display-entries): New function.
25272 2011-06-05  Roland Winkler  <winkler@gnu.org>
25274         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
25275         (bibtex-insert-kill): After yanking insert newline if necessary.
25276         (bibtex-initialize): Call bibtex-string-files-init only once.
25277         (bibtex-mode): Do not call easy-menu-add.
25278         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
25279         (bibtex-yank): Set arg properly if nil.
25281 2011-06-05  Roland Winkler  <winkler@gnu.org>
25283         * textmodes/bibtex.el (bibtex-search-entry-globally):
25284         New variable.
25285         (bibtex-search-entry): Use it.
25287 2011-06-05  Roland Winkler  <winkler@gnu.org>
25289         * textmodes/bibtex.el (bibtex-entry-format): New option
25290         sort-fields.
25291         (bibtex-format-entry, bibtex-reformat): Honor this option.
25292         (bibtex-parse-entry): Return fields in proper order.
25294 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
25296         * doc-view.el (doc-view-remove-if): Move computation of result out
25297         of `dolist' to silence misleading lexical-binding warning.
25299 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
25301         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
25302         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
25304 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
25306         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
25307         "SunOS 5.10".
25309 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
25311         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
25312         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
25313         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
25314         (tramp-parse-putty):
25315         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
25316         (tramp-completion-function-alist-ssh)
25317         (tramp-completion-function-alist-telnet)
25318         (tramp-completion-function-alist-su)
25319         (tramp-completion-function-alist-putty): Set `tramp-autoload'
25320         cookie.
25322         * net/tramp-ftp.el:
25323         * net/tramp-sh.el:
25324         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
25325         load "tramp.el" `tramp-set-completion-function'.
25327 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25329         * shell.el: Require and use pcomplete.
25330         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
25331         (shell-completion-vars): Set pcomplete-default-completion-function.
25333 2011-06-04  Deniz Dogan  <deniz@dogan.se>
25335         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
25336         `memq' (Bug#8799).
25338 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25340         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
25342 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
25344         * bs.el (bs--mark-unmark, bs--nth-wrapper):
25345         * mpc.el (mpc-select-extend, mpc-songpointer-context):
25346         * vc/log-view.el (log-view-beginning-of-defun):
25347         * vc/smerge-mode.el (smerge-apply-resolution-patch)
25348         (smerge-refine-forward, smerge-refine-chopup-region):
25349         Silence warning for unused `dotimes' counter variables.
25351 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25353         * net/tramp.el (tramp-with-progress-reporter): Rename from
25354         with-progress-reporter.  Use `declare'.
25355         * net/tramp-smb.el:
25356         * net/tramp-sh.el:
25357         * net/tramp-gvfs.el: Update all uses.
25359 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
25361         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
25362         buffer isn't killed before making it current.
25364 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25366         Silence various byte-compiler warnings.
25367         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
25368         `access-type' and new obsolescence format.
25369         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
25370         new format.
25371         (byte-compile-check-variable): New `access-type' argument.
25372         Only warn if the access-type is obsolete.
25373         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25374         (byte-compile-variable-set): Adjust callers.
25375         * help-fns.el (describe-variable): Adjust to new obsolescence format.
25376         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
25377         setting it as obsolete.
25378         * simple.el (minibuffer-completing-symbol):
25379         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
25380         access as obsolete.
25381         * minibuffer.el (minibuffer-completing-file-name): Don't make it
25382         obsolete yet.
25383         * international/quail.el (quail-mouse-choose-completion): Remove unused
25384         code referring to obsolete var.
25385         (quail-choose-completion-string): Remove.
25386         * server.el (server-clients-with, server-kill-buffer-query-function)
25387         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
25388         * proced.el (proced-send-signal):
25389         * emacs-lisp/lisp.el (lisp-complete-symbol):
25390         Replace completion-annotate-function with completion-extra-properties.
25392 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
25394         * simple.el (goto-line): Use read-number.
25395         (overriding-map-is-bound): Remove.
25396         (saved-overriding-map): Change default.
25397         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
25398         Take the map as argument.
25399         (universal-argument, negative-argument, digit-argument): Use it.
25400         (restore-overriding-map): Adjust.
25401         (do-auto-fill): Use fill-forward-paragraph.
25402         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
25404         * minibuffer.el (minibuffer-inactive-mode-map): New var.
25405         (minibuffer-inactive-mode): New major mode.
25406         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
25407         the *Messages* buffer" hack.
25408         (mouse-popup-menubar): Don't burp if the event is a normal key.
25410         Miscellaneous tweaks.
25411         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
25412         lexical scoping as in subr.el's dolist and dotimes.
25413         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
25414         Silence compiler warning.
25415         * thingatpt.el (forward-whitespace): Trivial coding style fix.
25416         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
25417         * international/ccl.el (ccl-compile): Trivial simplification.
25418         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
25419         * emacs-lisp/testcover.el (testcover-end): Remove spurious
25420         `printflag' argument.
25421         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
25422         Purecopy the whole obsolescence data.
25424 2011-06-01  Leo Liu  <sdl.web@gmail.com>
25426         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
25427         improve doc-string as suggested by Marco Pessotto
25428         <melmothx@gmail.com>.
25429         (rcirc-print): Fix last change.
25431 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25433         * minibuffer.el (complete-with-action): Return nil for the metadata and
25434         boundaries of non-functional tables.
25435         (completion-table-dynamic): Return nil for the metadata.
25436         (completion-table-with-terminator): Add default case, using
25437         complete-with-action.
25438         (completion--metadata): New function.
25439         (completion-all-sorted-completions, minibuffer-completion-help): Use it
25440         to try and avoid pathological performance problems.
25441         (completion--embedded-envvar-table): Return `category' metadata.
25443 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25445         * subr.el (process-alive-p): New tiny convenience function.
25447 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25449         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
25450         content but also its previous major mode.
25452 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
25454         * emacs-lisp/debug.el (debug): Restore the previous content of the
25455         *Backtrace* buffer when we exit with C-M-c.
25457 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25459         * minibuffer.el: Add metadata method to completion tables.
25460         (completion-category-overrides): New defcustom.
25461         (completion-metadata, completion--field-metadata)
25462         (completion-metadata-get, completion--styles)
25463         (completion--cycle-threshold): New functions.
25464         (completion-try-completion, completion-all-completions):
25465         Add `metadata' argument to choose completion-styles.
25466         (completion--do-completion): Use metadata to choose cycling.
25467         (completion-all-sorted-completions): Use metadata for sorting.
25468         Remove :completion-cycle-penalty which is not needed any more.
25469         (completion--try-word-completion): Add `metadata' argument.
25470         (minibuffer-completion-help): Check metadata for annotation function
25471         and sorting.
25472         (completion-file-name-table): Return `category' metadata.
25473         (minibuffer-completing-file-name): Make obsolete.
25474         * simple.el (minibuffer-completing-symbol): Make obsolete.
25475         * icomplete.el (icomplete-completions): Pass new `metadata' param to
25476         completion-try-completion.
25478 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25480         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
25482 2011-05-30  Leo Liu  <sdl.web@gmail.com>
25484         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
25485         (rcirc-print): Decode all incoming messages (bug#8744).
25486         (rcirc-decode-coding-system): Allow value nil for automatic coding
25487         system detection.
25489 2011-06-01  Glenn Morris  <rgm@gnu.org>
25491         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
25493 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
25495         * image.el (image-animate-max-time): Allow nil and t values.
25496         Default to nil.
25497         (create-animated-image): Doc fix.
25498         (image-animate-start): Remove second arg; just use
25499         image-animate-max-time.
25500         (image-animate-timeout): Doc fix.  Args changed.
25502         * image-mode.el (image-toggle-display-image): Ensure that the
25503         image spec passed to the animate timer is the same object as in
25504         the buffer's display property (Bug#6981).
25505         (image-transform-properties): Doc fix.
25507         * image.el (image-animate-max-time): Default to nil.
25509 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
25511         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
25512         entire buffer list (Bug#8184).
25514 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
25516         * image.el (imagemagick-types-inhibit)
25517         (imagemagick-register-types): Doc fix.
25519 2011-05-29  Deniz Dogan  <deniz@dogan.se>
25521         * net/rcirc.el (rcirc): Use the user's stored encryption method by
25522         default.
25524 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
25526         * select.el: Don't perform clipboard-manager saving in hooks;
25527         leave the hooks empty.
25529 2011-05-28  Leo Liu  <sdl.web@gmail.com>
25531         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
25532         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
25533         (occur-edit-mode): New major mode (Bug#8463).
25534         (occur-after-change-function): New function.
25535         (occur-engine): Give Occur tags a read-only property.
25537 2011-05-28  Kevin Ryde  <user42@zip.com.au>
25539         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
25541 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
25543         * bindings.el (help-echo): Make the initial non-indicator dash
25544         empty on graphical terminals (Bug#7295).
25546         * files.el (auto-mode-alist): Move config rule after the
25547         in-stripping one (Bug#8547).
25549         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
25551         * startup.el (normal-splash-screen): Remove gratuitous mode-line
25552         setting (Bug#8740).
25554 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
25556         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
25557         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
25558         (Bug#8539).
25560 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
25562         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
25564 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
25566         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
25567         (hs-hide-block-at-point, hs-find-block-beginning)
25568         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
25569         (Bug#8279).
25571 2011-05-28  Glenn Morris  <rgm@gnu.org>
25573         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
25575 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
25577         * help-fns.el (describe-function-1): If the function is a derived
25578         major mode, print the parent mode.
25580         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
25581         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
25583 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25585         * minibuffer.el (completion--capf-wrapper): Check applicability before
25586         returning non-nil for non-exclusive completion data.
25587         * progmodes/etags.el (tags-completion-at-point-function):
25588         * info-look.el (info-lookup-completions-at-point): Mark as
25589         non-exclusive.
25590         (info-complete): Adjust accordingly.
25592         * info-look.el: Convert to lexical-binding and completion-at-point.
25593         (info-lookup-completions-at-point): New function.
25594         (info-complete): Use it and completion-in-region.
25596 2011-05-28  Drew Adams  <drew.adams@oracle.com>
25598         * isearch.el: Let M-e start with point at the first mismatched char.
25599         (isearch-fail-pos): New function.
25600         (isearch-edit-string): Use it.
25602 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
25604         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25606 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
25608         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
25609         traversal functions for avl-trees.
25610         (avl-tree--stack): New struct.
25611         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
25612         (avl-tree-enter): Add optional `updatefun' arg.
25613         (avl-tree--do-enter): Add optional `updatefun' arg.
25614         Change return value.
25615         (avl-tree-delete): Add optional `test' and `nilflag' args.
25616         (avl-tree--do-delete): Add `test' and `nilflag' args.
25617         Change return value.
25618         (avl-tree-member): Add optional `nilflag'
25619         (avl-tree-member-p): New function.
25620         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
25621         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
25622         (avl-tree-stack-empty-p): New functions.
25624         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
25625         avl-tree--del-balance1 and make it work both ways.
25626         (avl-tree--del-balance2): Remove.
25627         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
25628         make it work both ways.
25629         (avl-tree--enter-balance2): Remove.
25630         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
25631         New macros.
25632         (avl-tree--mapc, avl-tree-map): Add direction argument.
25634 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
25636         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
25638 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
25640         * select.el: Support clipboard managers with built-in function
25641         x-clipboard-manager-save, via delete-frame-functions and
25642         kill-emacs-hook.
25643         (xselect-convert-to-targets): Add MULTIPLE target to list.
25644         (xselect-convert-to-save-targets): New function.
25646 2011-05-27  Kenichi Handa  <handa@m17n.org>
25648         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
25649         let-binding rfc2047-encode-encoded-words to nil.
25651 2011-05-27  Glenn Morris  <rgm@gnu.org>
25653         * mail/emacsbug.el: Don't require url-util.
25655         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
25657         * files.el (set-auto-mode):
25658         Also respect mode: entries at the end of the file.  (Bug#8586)
25660 2011-05-26  Glenn Morris  <rgm@gnu.org>
25662         * files.el (hack-local-variables-prop-line, hack-local-variables):
25663         Downcase mode names, as seems to be traditional.
25664         (hack-local-variables, hack-local-variables-apply): Doc fixes.
25666         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
25667         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
25669 2011-05-25  Julien Danjou  <julien@danjou.info>
25671         * textmodes/rst.el (rst-define-level-faces): Do not define face
25672         symbol if it is already defined.
25674 2011-05-24  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
25676         * play/5x5.el (5x5-new-game, 5x5-randomize):
25677         Reset 5x5-solver-output to nil when a new grid is cast.
25678         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
25679         these debugging traces, as defmacro breaks the compiled code.
25681 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
25683         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25685 2011-05-24  Leo Liu  <sdl.web@gmail.com>
25687         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
25688         (vc-bzr-sha1): Adapt.
25690         * sha1.el: Remove.  Function `sha1' is now builtin.
25692         * bindings.el: Provide sha1 feature.
25694 2011-05-24  Kenichi Handa  <handa@m17n.org>
25696         * mail/sendmail.el: Require `rfc2047'.
25697         (mail-insert-from-field): Do not perform RFC2047 encoding.
25698         (mail-encode-header): New function.
25699         (sendmail-send-it): Set buffer-file-coding-system of the work
25700         buffer to the return value of select-message-coding-system.
25701         Call mail-encode-header.
25703         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25705 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
25707         * mail/supercite.el (sc-default-cite-frame):
25708         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25710 2011-05-24  Glenn Morris  <rgm@gnu.org>
25712         * progmodes/python.el (brm-menu): Declare.
25714         * emulation/viper.el (viper-set-hooks): Declare.
25716         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25717         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25718         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25719         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25720         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25721         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25723 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25725         Add an :exit-function for completion-at-point.
25727         * minibuffer.el (completion--done): New fun.
25728         (completion--do-completion): Use it.  New arg `expect-exact'.
25729         (minibuffer-complete, minibuffer-complete-word): Don't output message,
25730         since completion--do-completion does it for us now.
25731         (minibuffer-force-complete): Use completion--done and
25732         completion--replace.  Handle sole-completion case with more care.
25733         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25734         (completion-extra-properties): New var.
25735         (completion-annotate-function): Make obsolete.
25736         (minibuffer-completion-help): Adjust accordingly.
25737         Use completion-list-insert-choice-function.
25738         (completion-at-point, completion-help-at-point):
25739         Bind completion-extra-properties.
25740         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25741         * simple.el (completion-list-insert-choice-function): New var.
25742         (completion-setup-function): Preserve it.
25743         (choose-completion): Pay attention to it, shuffle the code a bit.
25744         (choose-completion-string): New arg `insert-function'.
25746         * textmodes/bibtex.el: Convert to lexical binding.
25747         (bibtex-mode-map): Use completion-at-point.
25748         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25749         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25750         (bibtex-complete): Define as obsolete alias.
25751         (bibtex-complete-internal): Remove.
25752         (bibtex-format-entry): Remove unused sub-group in regexp.
25753         * shell.el (shell--command-completion-data)
25754         (shell-environment-variable-completion):
25755         * pcomplete.el (pcomplete-completions-at-point):
25756         * comint.el (comint--complete-file-name-data): Use :exit-function
25757         instead of completion-table-with-terminator so it also works for
25758         choose-completion.
25760 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25762         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25764         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25765         (bug#8710).
25767         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25769 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
25771         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25772         customization variable and implement: If non-nil, auto-fill will
25773         be inhibited while on topic's header line.
25775 2011-05-23  Vincent BelaĂ¯che  <vincentb1@users.sourceforge.net>
25777         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25778         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
25779         always have a solution in grid size = 5 cases.
25780         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25781         (5x5-solver-output, 5x5-log-buffer): New vars.
25782         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25783         Make these variables buffer local to achieve 5x5 multi-session-ness.
25784         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25785         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25786         (5x5-solve-suggest): New funs.
25787         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25788         randomize a grid so that we ensure that there is always a solution.
25789         (5x5-make-random-grid): Allow other movement than flipping.
25791 2011-05-23  Kevin Ryde  <user42@zip.com.au>
25793         * emacs-lisp/advice.el (ad-read-advised-function):
25794         Use `function-called-at-point' as the default, if it has
25795         advice and passes PREDICATE.
25797 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
25799         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25800         byte-compile-lambda if it's actually a lambda.
25802         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25803         Fix function quoting.  Use backquote better.
25805 2011-05-22  Yuanle Song  <sylecn@gmail.com>
25807         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25808         matching (Bug#8516).
25810 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
25812         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25813         different face (Bug#8178).
25815 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
25817         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25818         defface (Bug#8144).
25820 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
25822         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25823         funcall as well (bug#8712).  Warn when performing those conversions.
25824         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25826         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25828 2011-05-22  Glenn Morris  <rgm@gnu.org>
25830         * files.el (hack-local-variables-prop-line): Small simplifications.
25831         (hack-local-variables, hack-local-variables-prop-line):
25832         If MODE-ONLY, return the mode, rather than just `t'.
25834 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25836         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25838 2011-05-21  Glenn Morris  <rgm@gnu.org>
25840         * files.el (hack-local-variables-prop-line, hack-local-variables):
25841         If only interested in the mode, don't bother doing the other stuff.
25843         * image-mode.el (image-after-revert-hook):
25844         Redraw all frames on which the image is visible.  (Bug#8567)
25846         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
25848         * wid-edit.el (widget-checklist-match-inline):
25849         Fix 2011-04-19 change.  (Bug#8649)
25851 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
25853         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25854         Also allow singlespace after single-letter capitals followed by a dot.
25856         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25857         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25859 2011-05-20  Nix  <nix@esperi.org.uk>
25861         * files.el (basic-save-buffer-2):
25862         Fix handling of break-hardlink-on-save with non-existent files.
25864 2011-05-19  Deniz Dogan  <deniz@dogan.se>
25866         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25867         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25869 2011-05-19  Glenn Morris  <rgm@gnu.org>
25871         * progmodes/f90.el (f90-type-def-re):
25872         Handle "type, bind(c)".  (Bug#8691)
25874         * emacs-lisp/autoload.el (batch-update-autoloads):
25875         Set autoload-excludes by parsing loadup.el rather than Makefiles.
25877 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
25879         * net/tramp.el (tramp-process-actions): Set "first-password-request"
25880         property for the correct connection in case of multihops.
25882 2011-05-18  Glenn Morris  <rgm@gnu.org>
25884         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
25885         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
25887         Rationalize calendar handling of day and month abbrev-arrays.
25888         * calendar/calendar.el (calendar-customized-p): New function.
25889         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
25890         (calendar-day-name-array, calendar-month-name-array): Doc fix.
25891         Add :set function.
25892         (calendar-abbrev-length, calendar-day-abbrev-array)
25893         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
25894         (calendar-day-abbrev-array, calendar-month-abbrev-array):
25895         Elements may no longer be nil.
25896         (calendar-day-name, calendar-month-name):
25897         Update for changed nature of abbrev arrays.
25898         * calendar/diary-lib.el (diary-name-pattern):
25899         Update for changed nature of abbrev arrays.
25900         (diary-mark-entries-1): Update calendar-make-alist calls.
25901         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
25902         * calendar/cal-html.el (cal-html-day-abbrev-array):
25903         Simply inherit from calendar-day-abbrev-array.
25905 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25907         * progmodes/grep.el (grep-mode): Disable default
25908         compilation-directory-matcher setting (bug#8684).
25910 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
25912         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
25913         instead of "head" and "tail".  There were problems with SunOS 5.9,
25914         and it performs better.
25916 2011-05-17  Glenn Morris  <rgm@gnu.org>
25918         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
25920         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
25921         Replace obsolete function.
25923         * shell.el (pcomplete-parse-arguments-function): Declare.
25925         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
25926         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
25927         (appt-check): Doc fixes.
25928         (appt-disp-window-function, appt-delete-window-function):
25929         Remove needless special case in custom :type.
25930         (appt-display-count): Default to 0, not nil.
25931         (appt-check): Reset appt-display-count to 0, not nil.
25933 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
25935         * progmodes/python.el (python-font-lock-keywords):
25936         Add the Python 3.X keyword "nonlocal" (bug#8639).
25938 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25940         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
25942 2011-05-16  Kevin Ryde  <user42@zip.com.au>
25944         * info-look.el (makefile-automake-mode): New setups, looking in
25945         automake manual, then makefile-mode.
25946         (makefile-mode): Remove automake manual, have it just in
25947         makefile-automake-mode since there's various things different or
25948         not relevant to plain make.
25949         (makefile-mode): Remove "other-modes" non-existent automake-mode,
25950         believe a hypothetical automake-mode would go to makefile-mode,
25951         not the other way around.
25953 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
25955         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
25956         hunk-end tags (Bug#8672).
25958         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
25959         vc-annotate-show-diff-revision-at-line (Bug#8671).
25961 2011-05-14  Glenn Morris  <rgm@gnu.org>
25963         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
25964         in the middle of an existing one with multiple authors.  (Bug#8645)
25965         (change-log-font-lock-keywords): Also handle multiple author lines
25966         with leading tabs.  (Bug#8644)
25968         * calendar/appt.el (appt-check): Rename some local variables.
25969         Some simplification/reordering.
25971         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
25972         (feedmail-sendmail-f-doesnt-sell-me-out)
25973         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25974         (feedmail-debug-sit-for, feedmail-queue-express-hook)
25975         (feedmail-queue-runner-message-sender): Set :version.
25976         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
25977         (bbdb-dwim-net-address, vm-mail): Declare.
25978         (feedmail-binmail-gnulinuxish-template):
25979         Rename from feedmail-binmail-linuxish-template.
25980         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
25981         Use insert-buffer-substring.
25983 2011-05-14  Bill Carpenter  <bill@carpenter.org>
25985         * mail/feedmail.el (feedmail-patch-level): Increase.
25986         (feedmail-debug): New custom group.
25987         (feedmail-confirm-outgoing-timeout)
25988         (feedmail-sendmail-f-doesnt-sell-me-out)
25989         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
25990         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
25991         (feedmail-sender-line, feedmail-from-line)
25992         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
25993         (feedmail-spray-this-address)
25994         (feedmail-spray-address-fiddle-plex-list)
25995         (feedmail-queue-use-send-time-for-date)
25996         (feedmail-queue-use-send-time-for-message-id)
25997         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
25998         (feedmail-buffer-eating-function):
25999         Doc fixes.
26000         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
26001         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
26002         (feedmail-message-action-scroll-down): New functions.
26003         (feedmail-queue-directory, feedmail-queue-draft-directory):
26004         Use expand-file-name.
26005         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
26006         Remove C-v help entry.
26007         (feedmail-queue-buffer-file-name): New variable.
26008         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
26009         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
26010         (feedmail-message-action-send-strong, feedmail-message-action-edit)
26011         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
26012         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
26013         (feedmail-message-action-toggle-spray)
26014         (feedmail-run-the-queue-no-prompts)
26015         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
26016         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
26017         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
26018         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
26019         (feedmail-envelope-deducer, feedmail-fiddle-from)
26020         (feedmail-fiddle-sender, feedmail-default-date-generator)
26021         (feedmail-fiddle-date, feedmail-fiddle-message-id)
26022         (feedmail-fiddle-spray-address)
26023         (feedmail-fiddle-list-of-spray-fiddle-plexes)
26024         (feedmail-fiddle-list-of-fiddle-plexes)
26025         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
26026         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
26027         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
26028         Change default.  Doc fix.
26029         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
26030         (feedmail-binmail-linuxish-template): New constant.
26031         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
26032         Respect feedmail-sendmail-f-doesnt-sell-me-out.
26033         (feedmail-send-it): Add debug call.
26034         Use feedmail-queue-buffer-file-name, and
26035         feedmail-send-it-immediately-wrapper.
26036         (feedmail-message-action-send): Add debug call.
26037         Use feedmail-send-it-immediately-wrapper.
26038         (feedmail-queue-express-to-queue): Add debug call.
26039         Run feedmail-queue-express-hook.
26040         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
26041         (feedmail-message-action-help-blat):
26042         Rename from feedmail-queue-send-edit-prompt-help-first.
26043         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
26044         Check line-endings.  Handle errors better.
26045         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
26046         Doc fix.  Add debug call.
26047         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
26048         Use feedmail-queue-send-edit-prompt-inner.
26049         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
26050         (feedmail-queue-send-edit-prompt-inner): New function, extracted
26051         from feedmail-queue-send-edit-prompt.
26052         (feedmail-queue-send-edit-prompt-help)
26053         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
26054         (feedmail-tidy-up-slug): Add debug call.
26055         Respect feedmail-queue-slug-suspect-regexp.
26056         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
26057         (feedmail-dump-message-to-queue): Add debug call.
26058         Expand queue-directory.
26059         (feedmail-dump-message-to-queue): Change message slightly.
26060         Use feedmail-say-chatter.
26061         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
26062         (feedmail-send-it-immediately-wrapper): New function.
26063         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
26064         Insert empty string rather than newline.  Handle full-frame case.
26065         Use catch/throw.  Use feedmail-say-chatter.
26066         (feedmail-fiddle-from): Try mail-host-address.
26067         (feedmail-default-message-id-generator): Doc fix.
26068         Bind system-time-locale.  Handle missing end.
26069         (feedmail-fiddle-x-mailer): Add debug call.
26070         Handle feedmail-x-mailer-line being nil.
26071         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
26072         Add debug call.  Use buffer-substring-no-properties.
26073         (feedmail-say-debug, feedmail-say-chatter): New functions.
26074         (feedmail-find-eoh): Give an explicit error.
26076 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
26078         * net/newst-treeview.el (newsticker-treeview-face): Change default
26079         family from helvetica to sans.
26080         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
26081         etc/images/newsticker.
26083         * net/newst-reader.el (newsticker-feed-face): Change default
26084         family from helvetica to sans.
26086         * net/newst-plainview.el (newsticker-new-item-face)
26087         (newsticker-old-item-face, newsticker-immortal-item-face)
26088         (newsticker-obsolete-item-face, newsticker-date-face)
26089         (newsticker-statistics-face): Change default family from
26090         helvetica to sans.
26091         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
26092         etc/images/newsticker.
26094         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
26095         (newsticker--process-auto-mark-filter-match): Tell user about
26096         auto-marking.
26098 2011-05-13  Didier Verna  <didier@xemacs.org>
26100         Common Lisp indentation improvements on defmethod and lambda-lists.
26101         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
26102         TODO entries.
26103         (lisp-lambda-list-keyword-parameter-indentation)
26104         (lisp-lambda-list-keyword-parameter-alignment)
26105         (lisp-lambda-list-keyword-alignment): New customizable user options.
26106         (lisp-indent-defun-method): Improve docstring.
26107         (extended-loop-p): Fix comment.
26108         (lisp-indent-lambda-list-keywords-regexp): New variable.
26109         (lisp-indent-lambda-list): New function.
26110         (lisp-indent-259): Use it.
26111         (lisp-indent-defmethod): Support for more than one
26112         method qualifier and properly indent methods lambda-lists.
26113         (defgeneric): Provide a missing common-lisp-indent-function property.
26115 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26117         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
26118         bounds for the empty string (bug#8667).
26120 2011-05-13  Glenn Morris  <rgm@gnu.org>
26122         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
26124         * mail/sendmail.el (sendmail-program): Try executable-find first.
26125         (sendmail-send-it): `sendmail-program' cannot be unbound.
26127         * calendar/appt.el (appt-make-list): Simplify.
26128         (appt-time-msg-list): Doc fix.
26129         (appt-check): Change mode-line message at the time of the appointment.
26131 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
26133         * progmodes/ld-script.el (ld-script-keywords)
26134         (ld-script-builtins): Update keywords list.
26136 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26138         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
26140         * shell.el (shell-completion-vars): New function.
26141         (shell-mode):
26142         * simple.el (read-shell-command): Use it.
26143         (blink-matching-open): No need for " [...]" in minibuffer-message.
26145 2011-05-12  Glenn Morris  <rgm@gnu.org>
26147         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
26148         (appt-check): Simplify.
26150 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
26152         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
26153         literal "/dev/null".
26155 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26157         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
26158         Fix typo.
26160 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
26162         * progmodes/which-func.el (which-function):
26163         Use add-log-current-defun instead of add-log-current-defun-function,
26164         which might not be defined (Bug#8260).
26166 2011-05-12  Glenn Morris  <rgm@gnu.org>
26168         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
26169         Let byte-compile-initial-macro-environment always take precedence.
26171 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26173         * net/rcirc.el: Add support for SSL/TLS connections.
26174         (rcirc-server-alist): New field `encryption'.
26175         (rcirc): Check `encryption' settings.
26176         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
26177         Merge make-local-variable into `set'.
26178         (rcirc--connection-open-p): New function.
26179         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
26180         the process is not a network process (e.g. running gnutls-cli).
26181         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
26182         Make rcirc-(en|de)code-coding-system local here.
26183         (rcirc-mode): Merge make-local-variable into `set'.
26184         (rcirc-parent-buffer): Make permanent buffer-local.
26185         (rcirc-multiline-minor-mode): Don't do it here.
26186         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
26187         there's no server buffer.
26189 2011-05-11  Glenn Morris  <rgm@gnu.org>
26191         * newcomment.el (comment-kill): Prefix "unused" local.
26193         * term/w32console.el (get-screen-color): Declare.
26195         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
26196         Handle symbol elements of byte-compile-initial-macro-environment.
26198 2011-05-10  Leo Liu  <sdl.web@gmail.com>
26200         * bookmark.el (bookmark-bmenu-mode-map):
26201         Bind bookmark-bmenu-search to `/'.
26203         * mail/footnote.el: Convert to utf-8 encoding.
26204         (footnote-unicode-string, footnote-unicode-regexp): New variable.
26205         (Footnote-unicode): New function.
26206         (footnote-style-alist): Add unicode style to the list.
26207         (footnote-style): Doc fix.
26209 2011-05-10  Jim Meyering  <meyering@redhat.com>
26211         Fix doubled-word typos.
26212         * international/quail.el (quail-insert-kbd-layout): and and -> and.
26213         * kermit.el: and and -> and.
26214         * net/ldap.el (ldap-search-internal): to to -> to.
26215         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
26216         * progmodes/js.el (js-mode): and and -> and.
26217         * textmodes/artist.el (artist-move-to-xy): at at -> at.
26218         (artist-draw-region-trim-line-endings): if if -> if.
26219         And Safetyc -> Safety.
26220         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a.
26222 2011-05-10  Glenn Morris  <rgm@gnu.org>
26223             Stefan Monnier  <monnier@iro.umontreal.ca>
26225         * files.el (hack-one-local-variable-eval-safep):
26226         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
26228 2011-05-10  Glenn Morris  <rgm@gnu.org>
26230         * calendar/diary-lib.el (diary-list-entries-hook)
26231         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
26232         (diary-nongregorian-marking-hook, diary-list-entries)
26233         (diary-include-other-diary-files, diary-mark-entries)
26234         (diary-mark-included-diary-files): Doc fixes.
26236 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
26238         * misc.el: Require tabulated-list.el during compilation.
26240 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
26242         * progmodes/compile.el (compilation-start):
26243         Run compilation-filter-hook for the async case too.
26244         (compilation-filter-hook): Doc fix.
26246 2011-05-09  Deniz Dogan  <deniz@dogan.se>
26248         * wdired.el: Remove outdated installation comment.  Fix usage
26249         comment.
26251 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
26253         * misc.el: Implement new command `list-dynamic-libraries'.
26254         (list-dynamic-libraries--loaded-only-p): New variable.
26255         (list-dynamic-libraries--refresh): New function.
26256         (list-dynamic-libraries): New command.
26258 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
26260         * progmodes/compile.el (compilation-error-regexp-alist-alist):
26261         Fix the ant regexp to handle end-line and end-column info from jikes.
26262         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
26263         higher priority to avoid clobbering by gnu.
26265 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
26267         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
26268         if the face has existing theme settings (Bug#8454).
26270 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
26272         * progmodes/perl-mode.el (perl-imenu-generic-expression):
26273         Only match variables declared via `my' or `our' (Bug#8261).
26275         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
26276         special file names `.' and `..' (Bug#8259).
26278 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
26280         * progmodes/grep.el (grep-mode-font-lock-keywords):
26281         Remove buffer-changing entries.
26282         (grep-filter): New function.
26283         (grep-mode): Add it to compilation-filter-hook.
26285         * progmodes/compile.el (compilation-filter-hook)
26286         (compilation-filter-start): New defvars.
26287         (compilation-filter): Call compilation-filter-hook prior to
26288         updating the process mark.
26290 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26292         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
26294 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
26296         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
26297         mailclient-send-it even if window-system is nil.  (Bug#8595)
26299         * term/w32console.el (terminal-init-w32console):
26300         Call get-screen-color and use its output to set the frame
26301         background-mode.  (Bug#8597)
26303 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
26305         Make bytecomp.el understand that defmethod defines funs (bug#8631).
26306         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
26307         New functions.
26308         (defgeneric, eieio--defmethod): Use them.
26309         (eieio-defgeneric): Remove.
26310         (defmethod): Call defgeneric in a way visible to the byte-compiler.
26312 2011-05-07  Glenn Morris  <rgm@gnu.org>
26314         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
26315         Use let rather than let*.
26316         (timeclock-find-discrep): Remove unused local.
26318         * calendar/diary-lib.el (diary-comment-start): Doc fix.
26320         * calendar/appt.el (appt-time-msg-list): Doc fix.
26322 2011-05-06  Noah Friedman  <friedman@splode.com>
26324         * apropos.el (apropos-print-doc): Only use
26325         emacs-lisp-docstring-fill-column when it is bound to an integer,
26326         per that variable's documentation.
26328 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26330         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
26331         and warnings are not silently discarded (e.g. use -d instead of -P).
26333 2011-05-06  Glenn Morris  <rgm@gnu.org>
26335         * calendar/appt.el (appt-message-warning-time): Doc fix.
26336         (appt-warning-time-regexp): New option.
26337         (appt-make-list): Respect appt-message-warning-time.
26339         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
26340         New options.
26341         (diary-add-to-list): Strip comments from the displayed string.
26342         (diary-mode): Set comment-start and comment-end.
26344         * vc/diff-mode.el (smerge-refine-subst): Declare.
26345         (diff-refine-hunk): Don't require smerge-mode when compiling.
26347 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
26349         * simple.el (list-processes): Return nil as the docstring says.
26351 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
26353         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
26354         to "".
26355         (ange-ftp-write-region, ange-ftp-insert-file-contents)
26356         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
26357         determining of binary transfer.  (Bug#7383)
26359 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
26361         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26362         Fix port computation bug.  (Bug#8618)
26364 2011-05-05  Glenn Morris  <rgm@gnu.org>
26366         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
26368         * simple.el (shell-dynamic-complete-functions)
26369         (comint-dynamic-complete-functions): Declare.
26371         * net/network-stream.el (gnutls-negotiate):
26372         * simple.el (tabulated-list-print): Fix declarations.
26374         * progmodes/gud.el (syntax-symbol, syntax-point):
26375         Remove unnecessary and incorrect declarations.
26377         * emacs-lisp/check-declare.el (check-declare-scan):
26378         Handle byte-compile-initial-macro-environment in bytecomp.el.
26380 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26382         Fix earlier half-done eieio-defmethod change (bug#8338).
26383         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
26384         Streamline and change calling convention.
26385         (defmethod): Adjust accordingly and simplify.
26386         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
26387         new eieio--defmethod.
26388         (slot-boundp): Minor CSE simplification.
26390 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
26392         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
26393         (glasses-make-readable): Use glasses-separate-capital-groups.
26395 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
26397         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
26398         (warning-series): Doc fix.
26399         (display-warning): Don't try to create the buffer if we just found it.
26401 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
26403         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
26404         (autoload-find-generated-file): New function.
26405         (generate-file-autoloads): Bind generated-autoload-file to
26406         buffer-file-name.
26407         (update-file-autoloads, update-directory-autoloads):
26408         Use autoload-find-generated-file.  If called interactively, prompt for
26409         output file (Bug#7989).
26410         (batch-update-autoloads): Doc fix.
26412 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
26414         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
26416 2011-05-04  Glenn Morris  <rgm@gnu.org>
26418         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
26419         function, so it follows changes in calendar-date-style.
26420         (diary-fancy-date-matcher): New function.
26421         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
26422         (diary-fancy-font-lock-fontify-region-function):
26423         Use diary-fancy-date-pattern as a function.
26425         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
26426         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
26428 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
26430         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
26431         instead of positional arguments.  Allow :keylist and :crlfiles
26432         arguments.
26433         (open-gnutls-stream): Call it.
26435         * net/network-stream.el (network-stream-open-starttls): Adjust to
26436         call `gnutls-negotiate' with :process and :hostname arguments.
26438 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26440         * minibuffer.el (completion--message): New function.
26441         (completion--do-completion, minibuffer-complete)
26442         (minibuffer-force-complete, minibuffer-complete-word): Use it.
26443         (completion--do-completion): Don't ignore completion-auto-help when in
26444         icomplete-mode.
26446         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
26447         internal encoding (e.g. tibetan zero is not whitespace).
26448         (global-whitespace-mode): Prefer save-current-buffer.
26449         (whitespace-trailing-regexp): Remove useless save-match-data.
26450         (whitespace-empty-at-bob-regexp): Minor simplification.
26452 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
26454         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
26456 2011-05-03  AgustĂ­n MartĂ­n Domingo  <agustin.martin@hispalinux.es>
26458         * textmodes/ispell.el (ispell-add-per-file-word-list):
26459         Use `concat' to create string for insertion.
26461 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26463         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
26464         Avoid open-line which runs post-self-insert-hook.
26465         (bibtex-fill-entry): Remove unused `end' var.
26467 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
26469         * textmodes/ispell.el (ispell-add-per-file-word-list):
26470         Protect against `nil' value of `comment-start' (Bug#8579).
26472 2011-05-03  Leo Liu  <sdl.web@gmail.com>
26474         * isearch.el (isearch-yank-pop): New command.
26475         (isearch-mode-map): Bind it to `M-y'.
26476         (isearch-forward): Mention it.
26478 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
26480         * simple.el (minibuffer-complete-shell-command): Remove.
26481         (minibuffer-local-shell-command-map): Use completion-at-point.
26482         (read-shell-command): Setup completion vars here instead.
26483         (read-expression-map): Bind TAB to symbol completion.
26485         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
26486         error directly rather via storing it into `results'.
26488 2011-05-02  Leo Liu  <sdl.web@gmail.com>
26490         * vc/diff.el: Fix description.
26492 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26494         * server.el (server-eval-at): New function.
26496 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26498         * net/network-stream.el (open-network-stream): Take a :nowait
26499         parameter and pass it on to `make-network-process'.
26500         (network-stream-open-plain): Ditto.
26502 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
26504         * faces.el (face-spec-set-match-display): Don't match toolkit
26505         options on terminal frames.
26507 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26509         * progmodes/pascal.el: Use lexical binding.
26510         (pascal-mode-map): Remove author preferences.
26512         * pcomplete.el (pcomplete-std-complete): Don't abuse
26513         completion-at-point.
26515 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
26517         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
26518         removing code that has been dead since 1991 or so.
26520         * startup.el (command-line): When warning about "_emacs", use a
26521         delayed warning to allow the user to filter it out.
26523 2011-04-28  Deniz Dogan  <deniz@dogan.se>
26525         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
26526         user has not joined.
26528 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26530         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
26531         aren't any completions at point.
26533 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
26535         * subr.el (display-delayed-warnings): New function.
26536         (delayed-warnings-hook): New variable.
26538 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26540         * minibuffer.el (completion-at-point, completion-help-at-point):
26541         Don't presume that a given completion-at-point-function will always
26542         use the same calling convention.
26544         * pcomplete.el (pcomplete-completions-at-point):
26545         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
26546         pcomplete-seen is non-nil.
26547         (pcomplete-comint-setup): Also recognize the new comint/shell
26548         completion functions.
26549         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
26550         pcomplete-seen is non-nil.
26552 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
26554         * calendar/icalendar.el (diary-lib): Add require statement.
26555         (icalendar--create-uid): Read out a uid from a text-property on
26556         the first character in the entry.  This allows for code to add its
26557         own uid to the entry.
26558         (icalendar--convert-float-to-ical): Add export of
26559         `diary-float'-entries save for those with the optional DAY
26560         argument.
26562 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
26564         * subr.el (shell-quote-argument): Use alternate escaping strategy
26565         when we spot a variable reference in a string.
26567 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
26569         * cus-start.el (all): Define customization for debug-on-event.
26571 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
26573         * subr.el (shell-quote-argument): Escape correctly under Windows.
26575 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26577         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
26579 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
26581         * net/tramp.el (tramp-process-actions): Add POS argument.
26582         Delete region between POS and (pos).
26584         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26585         Use `nil' position in `tramp-process-actions' call.
26586         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
26588         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
26589         position in `tramp-process-actions' call.
26591         * net/trampver.el: Update release number.
26593 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
26595         * custom.el (defcustom): Obey lexical-binding.
26597         Fix octave-inf completion problems reported by Alexander Klimov.
26598         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
26599         Inherit from octave-mode-syntax-table.
26600         (inferior-octave-mode): Set info-lookup-mode.
26601         (inferior-octave-completion-at-point): New function.
26602         (inferior-octave-complete): Use it and completion-in-region.
26603         (inferior-octave-dynamic-complete-functions): Use it as well, and use
26604         comint-filename-completion.
26605         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
26606         symbol elements which shouldn't be word elements.
26607         (octave-font-lock-keywords, octave-beginning-of-defun)
26608         (octave-function-header-regexp): Adjust regexps accordingly.
26609         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
26611 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
26613         * net/gnutls.el (gnutls-errorp): Declare before first use.
26615 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
26617         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
26618         verify-error, and verify-hostname-error parameters.  Check whether
26619         default trustfile exists before going to use it.  Add missing
26620         argument to gnutls-message-maybe call.  Return value.
26621         Reported by Claudio Bley <claudio.bley@gmail.com>.
26622         (open-gnutls-stream): Add usage example.
26624         * net/network-stream.el (network-stream-open-starttls): Give host
26625         parameter to `gnutls-negotiate'.
26626         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
26627         * subr.el (shell-quote-argument): Escape correctly under Windows.
26629 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
26631         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
26632         Use correct match group (bug#8438).
26634 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
26636         * emacs-lisp/package.el (package-built-in-p): Fix typo.
26637         (package-menu--generate): New arg specifying packages to show.
26638         (package-menu-refresh, package-menu-execute, list-packages):
26639         Callers changed.
26640         (package-show-package-list): New function, replacing deleted
26641         package--list-packages (renamed because it is non-internal).
26643         * finder.el (finder-list-matches): Use package-show-package-list
26644         instead of deleted package--list-packages.
26646         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
26647         Based on a previous implementation by Juanma Barranquero (Bug#8366).
26648         (vc-annotate-mode-map): Bind it to RET.
26650 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
26652         * progmodes/etags.el (next-file): Don't use set-buffer to change
26653         buffers (Bug#8478).
26655 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
26657         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
26659         * apropos.el (apropos-label-face): Avoid variable-pitch face.
26660         (apropos-accumulator): Doc fix.
26661         (apropos-function, apropos-macro, apropos-command)
26662         (apropos-variable, apropos-face, apropos-group, apropos-widget)
26663         (apropos-plist): Add face property.
26664         (apropos-symbols-internal): Fix indentation.
26665         (apropos-print): Simplify help, and recognize apropos-multi-type.
26666         (apropos-print-doc): Use button-type-get to extract the button's
26667         face property.  Fill docstring (Bug#8352).
26669 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
26671         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26673         * play/mpuz.el (mpuz-silent): Doc fix.
26674         (mpuz-mode-map): Use mapc.
26675         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
26676         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
26677         Fix typos in docstrings.
26679         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
26680         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
26682         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
26684 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
26686         * minibuffer.el (completion--do-completion): Avoid the "Next char
26687         not unique" prompt if icomplete-mode is enabled (Bug#5849).
26689         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
26690         mouse-2 into unread-command-events, it is interpreted correctly.
26692         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
26693         (image-toggle-display): Doc fix.
26695 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
26697         * textmodes/page.el (what-page): Use line-number-at-pos to
26698         calculate line number (Bug#6825).
26700 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
26702         * eshell/esh-mode.el (find-tag-interactive): Declare function.
26703         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26704         Pass argument NO-DEFAULT to `find-tag-interactive'.
26706 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
26708         Lexical-binding cleanup.
26710         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26711         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26712         * progmodes/ada-prj.el (ada-prj-initialize-values)
26713         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26714         (ada-prj-show-value):
26715         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26716         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26717         (antlr-invalidate-context-cache, antlr-options-menu-filter)
26718         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26719         * progmodes/bug-reference.el (bug-reference-push-button):
26720         * progmodes/fortran.el (fortran-line-length):
26721         * progmodes/glasses.el (glasses-change):
26722         * progmodes/octave-mod.el (octave-fill-paragraph):
26723         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26724         (python-pdbtrack-grub-for-buffer, python-sentinel):
26725         * progmodes/sql.el (sql-save-connection):
26726         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26727         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26728         Mark unused parameters.
26730         * progmodes/compile.el (compilation--flush-directory-cache)
26731         (compilation--flush-parse, compile-internal): Mark unused parameters.
26732         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26733         (compilation-next-error-function): Remove unused variable `timestamp'.
26735         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26736         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26738         * progmodes/dcl-mode.el (dcl-end-of-command):
26739         Remove unused variable `start'.
26740         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26741         (dcl-option-value-basic, dcl-option-value-offset)
26742         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26743         Mark unused parameters.
26744         (dcl-save-local-variable): Remove unused variable `val'.
26745         (mode): Declare.
26747         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26748         Mark unused parameters.
26749         (delphi-ignore-changes): Move before first use.
26750         (delphi-charset-token-at): Remove unused variable `start'.
26751         (delphi-else-start): Remove unused variable `if-count'.
26752         (delphi-comment-block-start, delphi-comment-block-end):
26753         Remove unused variable `kind'.
26754         (delphi-indent-line): Remove unused variable `new-point'.
26756         * progmodes/ebrowse.el (ebrowse-files-list)
26757         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26758         Mark unused parameters.  Don't quote `lambda'.
26759         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26760         Don't quote `lambda'.
26761         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26762         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26763         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26764         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26765         Use `ignore-errors'.
26766         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26767         (ebrowse-view/find-file-and-search-pattern)
26768         (ebrowse-view/find-member-declaration/definition):
26769         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26770         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26771         Rename parameter PREFIX-ARG to PREFIX.
26772         (ebrowse-tags-read-name): Remove unused variables `start' and
26773         `member-info'.
26774         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26775         to `tags-file'.
26777         * progmodes/etags.el (local-find-tag-hook): Declare.
26778         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26779         Mark unused parameters.
26781         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26782         (executable-interpret): Mark unused parameter.
26784         * progmodes/flymake.el (flymake-process-sentinel)
26785         (flymake-after-change-function)
26786         (flymake-create-temp-with-folder-structure)
26787         (flymake-get-include-dirs-dot): Mark unused parameters.
26788         (flymake-safe-delete-directory): Remove unused variable `err'.
26790         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26791         (speedbar-timer-fn, speedbar-line-text)
26792         (speedbar-change-expand-button-char, speedbar-delete-subblock)
26793         (speedbar-center-buffer-smartly): Declare functions.
26794         (gdb-find-watch-expression): Remove unused variable `array'.
26795         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26796         (gdb-starting): Mark unused parameters.
26797         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26798         (gdb-table-string): Remove unused variable `res'.
26799         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26800         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26801         (gdb-display-buffer): Remove unused variable `cur-size'.
26803         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26804         allow lexical-binding compilation.
26805         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26806         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26807         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26808         Mark unused parameters.
26809         (gud-gdb-marker-filter): Remove unused variable `match'.
26810         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26811         lambda expressions and funcall them, instead of using `fset'.
26813         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26814         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26816         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26817         variable `header-beg'; use `let'.
26819         * progmodes/icon.el (indent-icon-exp): Remove unused variables
26820         `restart', `last-sexp' and `at-do'.
26822         * progmodes/js.el (js--debug): Mark unused parameter.
26823         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26824         (js--splice-into-items): Remove unused variable `item'.
26825         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26827         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26828         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26829         (makefile-complete): Remove unused variable `try'.
26830         (makefile-fill-paragraph, makefile-match-function-end):
26831         Mark unused parameters.
26833         * progmodes/octave-inf.el (inferior-octave-complete):
26834         Remove unused variable `proc'.
26835         (inferior-octave-output-digest): Mark unused parameter.
26837         * progmodes/perl-mode.el (perl-calculate-indent):
26838         Remove unused variable `err'.
26840         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26841         (prolog-indent-line): Mark unused parameters.
26842         (prolog-indent-line): Remove unused variable `beg'.
26844         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26845         (reporter-dont-compact-list): Declare.
26847         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26848         Remove unused variable `char'.
26849         (sh-debug): Mark unused parameter.
26850         (sh-get-indent-info): Remove unused variable `start'.
26851         (sh-calculate-indent): Remove unused variable `var'.
26853         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26854         (simula-electric-keyword): Remove unused variable `null'.
26855         (simula-search-backward, simula-search-forward): Remove unused
26856         variables `begin' and `end'.
26858         * progmodes/vera-mode.el (vera-guess-basic-syntax):
26859         Remove unused variable `pos'.
26860         (vera-electric-tab, vera-comment-uncomment-region):
26861         Mark unused parameters.
26862         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26864 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
26866         * emacs-lisp/package.el (package--builtins, package-alist)
26867         (package-load-descriptor, package-built-in-p, package-activate)
26868         (define-package, package-installed-p)
26869         (package-compute-transaction, package-buffer-info)
26870         (package--push): Doc fix.  Distinguish more clearly between
26871         version strings and version lists.
26873 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
26875         Lexical-binding cleanup.
26877         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26878         (5x5-make-mutate-best):
26879         * play/fortune.el (fortune-in-buffer):
26880         * play/gomoku.el (gomoku-init-display):
26881         * play/solitaire.el (solitaire, solitaire-do-check):
26882         * play/tetris.el (tetris-default-update-speed-function):
26883         Mark unused parameters.
26885         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
26886         (bubbles--shift): Remove unused variable `char-org'.
26887         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
26888         (bubbles--show-images): Remove unused variable `char'.
26890         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
26891         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
26892         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
26893         (decipher-analyze-buffer): Use ?\s.
26894         (decipher-make-checkpoint): Remove unused variable `mapping'.
26896         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
26898         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
26899         Remove unused variable `result'; use `let'.
26901         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
26902         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
26903         (gametree-children-shown-p, gametree-compute-reduced-score):
26904         Use `ignore-errors'.
26906         * play/handwrite.el (ps-lpr-switches): Declare.
26907         (handwrite): Remove unused variables `pmin' and `lastp'.
26909         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
26911         * play/landmark.el (landmark-init-display)
26912         (landmark-update-naught-weights): Mark unused parameters.
26913         (landmark-y): Remove unused variable `noise'.  Simplify.
26914         (landmark-human-plays): Remove unused variable `score'.
26916         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
26917         (mpuz-try-proposal): Remove unused variable `game'.
26919         * play/zone.el (life-patterns): Declare.
26921 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
26923         * vc/vc.el (ediff-vc-internal): Declare function.
26925 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26927         * shell.el: Use lexical-binding and std completion UI.
26928         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
26929         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
26930         comint-preoutput-filter-functions rather than on
26931         comint-output-filter-functions.
26932         (shell-command-completion, shell--command-completion-data)
26933         (shell-filename-completion, shell-environment-variable-completion)
26934         (shell-c-a-p-replace-by-expanded-directory): New functions.
26935         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
26936         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
26937         (shell-dynamic-complete-environment-variable): Use them.
26938         (shell-dynamic-complete-as-environment-variable)
26939         (shell-dynamic-complete-as-command): Remove.
26940         (shell-match-partial-variable): Match past point.
26941         * comint.el: Clean up use of completion-at-point-functions.
26942         (comint-completion-at-point): New function.
26943         (comint-mode): Use it completion-at-point-functions.
26944         (comint-dynamic-complete): Make it obsolete.
26945         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
26946         (comint-c-a-p-replace-by-expanded-history): New function.
26947         (comint-dynamic-complete-functions)
26948         (comint-replace-by-expanded-history): Use it.
26949         * minibuffer.el (completion-table-with-terminator): Allow dynamic
26950         termination strings.  Try harder to avoid second try-completion.
26951         (completion-in-region-mode-map): Disable bindings that don't work yet.
26953         * comint.el: Use lexical-binding.  Require CL.
26954         (comint-dynamic-complete-functions): Use comint-filename-completion.
26955         (comint-completion-addsuffix): Tweak custom type.
26956         (comint-filename-completion, comint--common-suffix)
26957         (comint--common-quoted-suffix, comint--table-subvert)
26958         (comint--complete-file-name-data): New functions.
26959         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
26960         (comint-dynamic-list-filename-completions): Use them.
26961         (comint-dynamic-simple-complete): Make obsolete.
26963         * minibuffer.el (completion-in-region-mode):
26964         Keep completion-in-region-mode--predicate global.
26965         (completion-in-region--postch):
26966         Assume completion-in-region-mode--predicate is not null.
26968         * progmodes/flymake.el (flymake-start-syntax-check-process):
26969         Obey `dir'.  Simplify.
26971         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
26972         we're in VC after all.
26974 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
26976         * vc/vc.el (vc-diff-build-argument-list-internal)
26977         (vc-version-ediff, vc-ediff): New commands.
26978         (vc-version-diff): Use vc-diff-build-argument-list-internal.
26980 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
26982         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
26983         add sanity check.
26985         * obsolete/erc-hecomplete.el: Make obsolete.
26986         * obsolete/: Standardize obsolescence info in the header.
26988 2011-04-20  Glenn Morris  <rgm@gnu.org>
26990         * calendar/solar.el (solar-horizontal-coordinates):
26991         Use the longitude argument rather than `calendar-longitude'.
26992         (solar-date-next-longitude): Remove unused locals.
26994 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26996         * whitespace.el: New version 13.2.1.
26998 2011-04-20  felix  <EmacsWiki>  (tiny change)
27000         * whitespace.el (global-whitespace-mode): Keep highlight when
27001         switching between major modes on a file.
27003 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
27005         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
27006         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
27007         multi-line comments as well.
27009 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
27011         Lexical-binding cleanup.
27013         * arc-mode.el (archive-mode-revert):
27014         * cmuscheme.el (scheme-interactively-start-process):
27015         * custom.el (custom-initialize-delay):
27016         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
27017         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
27018         * emacs-lock.el (emacs-lock-clear-sentinel):
27019         * ezimage.el (defezimage):
27020         * follow.el (follow-avoid-tail-recenter):
27021         * fringe.el (set-fringe-mode-1):
27022         * generic-x.el (bat-generic-mode-compile):
27023         * help-mode.el (help-info-variable, help-do-xref)
27024         (help-mode-revert-buffer):
27025         * help.el (view-emacs-todo):
27026         * iswitchb.el (iswitchb-completion-help):
27027         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
27028         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
27029         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
27030         * locate.el (locate-update):
27031         * longlines.el (longlines-encode-region)
27032         (longlines-after-change-function):
27033         * outline.el (outline-isearch-open-invisible):
27034         * ps-def.el (declare-function, charset-dimension, char-width)
27035         (encode-char):
27036         * ps-mule.el (ps-mule-plot-string):
27037         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
27038         (recentf-edit-list-select, recentf-edit-list-validate)
27039         (recentf-open-files-action):
27040         * rect.el (delete-whitespace-rectangle-line)
27041         (rectangle-number-line-callback):
27042         * register.el (window-configuration-to-register)
27043         (frame-configuration-to-register):
27044         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
27045         * select.el (xselect-convert-to-string, xselect-convert-to-length)
27046         (xselect-convert-to-targets, xselect-convert-to-delete)
27047         (xselect-convert-to-filename, xselect-convert-to-charpos)
27048         (xselect-convert-to-lineno, xselect-convert-to-colno)
27049         (xselect-convert-to-os, xselect-convert-to-host)
27050         (xselect-convert-to-user, xselect-convert-to-class)
27051         (xselect-convert-to-name, xselect-convert-to-integer)
27052         (xselect-convert-to-atom, xselect-convert-to-identity):
27053         * subr.el (declare, ignore, process-kill-without-query)
27054         (text-clone-maintain):
27055         * terminal.el (te-get-char, te-tic-sentinel):
27056         * tool-bar.el (tool-bar-make-keymap):
27057         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
27058         * type-break.el (type-break-mode, type-break-noninteractive-query):
27059         * view.el (View-back-to-mark):
27060         * wid-browse.el (widget-browse-action, widget-browse-widget)
27061         (widget-browse-widgets, widget-browse-sexp):
27062         * widget.el (define-widget-keywords):
27063         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
27064         Mark unused parameters.
27066         * align.el (align-adjust-col-for-rule): Mark unused parameter.
27067         (align-areas): Remove unused variable `look'.
27068         (align-region): Remove unused variables `real-end' and `pos-list'.
27070         * apropos.el (apropos-score-doc): Remove unused variable `i'.
27072         * bindings.el (mode-line-modified, mode-line-remote):
27073         Mark unused parameters.
27074         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
27076         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
27077         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
27079         * comint.el (comint-history-isearch-pop-state)
27080         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
27081         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
27082         (comint-substitute-in-file-name): Doc fix.
27084         * completion.el (cmpl-statistics-block): Mark unused parameter.
27085         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
27086         (save-completions-to-file, load-completions-from-file):
27087         Remove unused local variable `e'.
27089         * composite.el (compose-chars): Remove unused variable `len'.
27090         (lgstring-insert-glyph): Remove unused variable `g'.
27091         (compose-glyph-string): Remove unused variables `ascent',
27092         `descent', `lbearing' and `rbearing'.
27093         (compose-glyph-string-relative): Remove unused variables
27094         `lbearing', `rbearing' and `wadjust'.
27095         (compose-gstring-for-graphic): Remove unused variables `header',
27096         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
27097         (compose-gstring-for-terminal): Remove unused variables `header'
27098         and `nchars'.  Use `let', not `let*'.
27100         * cus-edit.el (Custom-set, Custom-save, custom-reset)
27101         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
27102         (Custom-buffer-done, custom-buffer-create-internal)
27103         (custom-browse-visibility-action, custom-browse-group-tag-action)
27104         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
27105         (widget-magic-mouse-down-action, custom-toggle-parent)
27106         (custom-add-parent-links, custom-toggle-hide-variable)
27107         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
27108         (custom-toggle-hide-face, face, hook, custom-group-link-action)
27109         (custom-face-menu-create, custom-variable-menu-create, get)
27110         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
27111         (custom-reset-standard-save-and-update): Remove unused variable `value'.
27112         (customize-apropos): Remove unused variable `tests'.
27113         (custom-group-value-create): Remove unused variable `hidden-p'.
27114         (sort-fold-case): Declare.
27116         * cus-theme.el (custom-reset-standard-faces-list)
27117         (custom-reset-standard-variables-list): Declare.
27118         (customize-create-theme, custom-theme-revert, custom-theme-write)
27119         (custom-theme-choose-mode, customize-themes, custom-theme-save):
27120         Mark unused parameters.
27122         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
27124         * delim-col.el (delimit-columns-max): Move defvar before first use.
27126         * descr-text.el (describe-char-categories): Don't quote `lambda'.
27127         (describe-char): Don't quote `lambda'.  Mark unused parameter.
27129         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
27130         (auto-insert): Declare.
27131         (desktop-restore-file-buffer): Rename desktop-* parameters;
27132         mark unused ones.
27133         (desktop-create-buffer): Rename desktop-* parameters and bind them.
27134         (desktop-buffer): Rename desktop-* parameters.
27136         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
27137         (dframe-reposition-frame-xemacs, dframe-help-echo)
27138         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
27139         Mark unused parameters.
27141         * dired-aux.el (backup-extract-version-start, overwrite-query)
27142         (overwrite-backup-query, rename-regexp-query)
27143         (rename-non-directory-query): Declare.
27144         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
27145         (dired-add-entry): Remove unused variable `orig-file-name'.
27146         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
27147         Use parameter PRESERVE-TIME instead of accessing dynamic variable
27148         `dired-copy-preserve-time' directly.
27149         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
27150         (dired-insert-subdir-newpos): Rename unused variable `pos'.
27152         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
27153         (dired-virtual-revert, dired-make-relative-symlink):
27154         Mark unused parameters.
27155         (manual-program): Declare.
27156         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
27157         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
27158         wrapped in `with-no-warnings' to avoid replacing one warning by another.
27160         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
27162         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
27164         * echistory.el (electric-history-in-progress, Helper-return-blurb):
27165         Declare.
27167         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
27169         * electric.el (Electric-command-loop): Rename parameter
27170         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
27172         * expand.el (expand-in-literal): Remove unused variable `here'.
27174         * facemenu.el (facemenu-add-new-color):
27175         Remove unused variable `docstring'.
27177         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
27178         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
27179         (face-attr-construct): Mark unused parameter.  Doc fix.
27180         (read-color): Remove unused variable `hex-string'.
27182         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
27183         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
27184         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
27185         (display-buffer-other-frame): Remove unused variable `old-window'.
27186         (kill-buffer-hook): Declare.
27187         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
27188         Mark unused parameters.
27189         (after-find-file): Pass 1 to `auto-save-mode', not t.
27191         * files-x.el (auto-insert): Declare.
27192         (modify-file-local-variable-prop-line): Remove unused variable `val'.
27194         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
27195         variable `buf'.  Mark unused parameter.
27196         (find-lisp-insert-directory): Mark unused parameter.
27198         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
27199         (format-encode-region): Remove unused variables `cur-buf' and `result'.
27200         (format-common-tail): Remove, unused.
27201         (format-deannotate-region): Remove unused variable `loc'.
27202         (format-annotate-region): Remove unused variable `p'.
27203         (format-annotate-single-property-change): Remove unused variables
27204         `default' and `tail'.
27206         * forms.el (read-file-filter): Declare.
27207         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
27209         * frame.el (frame-creation-function-alist): Mark unused parameter.
27210         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
27212         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
27213         Remove unused parameters.
27214         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
27215         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
27217         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
27218         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
27219         (hfy-prepare-tag-map): Mark unused parameters.
27220         (htmlfontify-buffer): Use `called-interactively-p'.
27222         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
27223         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
27224         (ibuffer-do-occur): Mark unused parameters.
27225         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
27226         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
27228         * ibuffer.el: Don't quote `lambda'.
27229         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
27230         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
27231         Mark unused parameters.
27233         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
27234         (ido-completing-read): Mark unused parameters.
27235         (ido-copy-current-word): Mark unused parameters;
27236         remove unused variable `name'.
27237         (ido-sort-merged-list): Remove unused parameter `dirs'.
27239         * ielm.el (ielm-input-sender): Mark unused parameter.
27240         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
27241         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
27242         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
27243         `ielm-string' as a dynamic variable accessible from the IELM prompt.
27244         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
27246         * image-dired.el (image-dired-display-thumbs): Remove unused
27247         variables `curr-file' and `count'.
27248         (image-dired-remove-tag): Remove unused variable `start'.
27249         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
27250         variable `curr-file'
27251         (image-dired-rotate-original): Remove unused variable `temp-file'.
27252         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
27253         Remove unused variable `file'.
27254         (image-dired-gallery-generate): Remove unused variable `curr'.
27255         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
27257         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
27259         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
27261         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
27263         * isearch.el (minibuffer-history-symbol): Declare.
27264         (isearch-edit-string): Remove unused variable `err'.
27265         (isearch-message-prefix, isearch-message-suffix):
27266         Mark unused parameters.
27268         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
27270         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
27272         * makesum.el (double-column): Remove unused variable `cnt'.
27274         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
27275         (ido-ignore-item-temp-list): Declare.
27277         * mouse-drag.el (mouse-drag-throw): Remove unused variables
27278         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
27279         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
27280         (mouse-drag-drag): Remove unused variables `mouse-delta' and
27281         `mouse-col-delta'.
27283         * mouse-sel.el (mouse-extend-internal):
27284         Remove unused variable `orig-window-frame'.
27286         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
27287         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
27288         Move declarations before first use.
27289         (pcomplete-opt): Mark unused parameters; doc fix.
27291         * proced.el (proced-revert): Mark unused parameter.
27292         (proced-send-signal): Remove unused variable `err'.
27294         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
27295         Rename parameter PREFIX-ARG to ARG.
27296         (ps-basic-plot-string, ps-basic-plot-whitespace):
27297         Mark unused parameters.
27299         * replace.el (replace-count): Define.
27300         (occur-revert-function): Mark unused parameters.
27301         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
27302         (isearch-case-fold-search, isearch-string): Declare.
27303         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
27304         bind `case-fold-search'.  Remove unused variables `beg' and `end',
27305         and simplify.
27306         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
27307         COUNT and bind `replace-count'.
27308         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
27309         to COUNT.
27311         * savehist.el (print-readably, print-string-length): Declare.
27313         * shadowfile.el (shadow-expand-cluster-in-file-name):
27314         Remove unused variable `cluster'.
27315         (shadow-copy-file): Remove unused variable `i'.
27316         (shadow-noquery, shadow-clusters, shadow-site-cluster)
27317         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
27318         (shadow-define-literal-group, shadow-define-regexp-group)
27319         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
27321         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
27322         (shell): Use `called-interactively-p'.
27323         (shell-directory-tracker): Remove unused variable `chdir-failure'.
27325         * simple.el (compilation-context-lines, comint-file-name-quote-list)
27326         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
27327         (delete-backward-char): Remove unused variable `ocol'.
27328         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
27329         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
27330         (event-apply-hyper-modifier, event-apply-shift-modifier)
27331         (event-apply-control-modifier, event-apply-meta-modifier):
27332         Mark unused parameters.
27333         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
27334         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
27336         * speedbar.el (speedbar-ignored-directory-expressions)
27337         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
27338         (speedbar-find-file, speedbar-dir-follow)
27339         (speedbar-directory-buttons-follow, speedbar-tag-find)
27340         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
27341         (speedbar-buffers-line-directory, speedbar-buffer-click):
27342         Mark unused parameters.
27343         (speedbar-tag-file): Remove unused variable `mode'.
27344         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
27346         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
27348         * talk.el (talk): Remove unused variable `display'.
27350         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
27351         (tar-write-region-annotate): Mark unused parameter.
27353         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
27354         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
27355         Declare them, wrapped in `with-no-warnings' to avoid replacing one
27356         warning by another.
27358         * time-stamp.el (time-stamp-string-preprocess):
27359         Remove unused variable `require-padding'.
27361         * tree-widget.el (widget-glyph-enable): Declare.
27362         (tree-widget-action): Mark unused parameter.
27364         * w32-fns.el (x-get-selection): Mark unused parameter.
27365         (autoload-make-program, generated-autoload-file): Declare.
27367         * wdired.el (wdired-revert): Mark unused parameters.
27368         (wdired-xcase-word): Remove unused variable `err'.
27370         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
27371         (whitespace-help-scroll): Remove unused variable `data-help'.
27373         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
27374         (widget-image-insert, widget-after-change, default)
27375         (widget-default-format-handler, widget-default-notify)
27376         (widget-default-prompt-value, widget-info-link-action)
27377         (widget-url-link-action, widget-function-link-action)
27378         (widget-variable-link-action, widget-file-link-action)
27379         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
27380         (widget-field-prompt-internal, widget-field-action, widget-field-match)
27381         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
27382         (widget-insert-button-action, widget-delete-button-action, visibility)
27383         (widget-documentation-link-action, widget-documentation-string-action)
27384         (widget-const-prompt-value, widget-regexp-match, symbol)
27385         (widget-coding-system-prompt-value)
27386         (widget-key-sequence-value-to-external, sexp)
27387         (widget-sexp-value-to-internal, character, vector, cons)
27388         (widget-choice-prompt-value, widget-boolean-prompt-value)
27389         (widget-color--choose-action): Mark unused parameters.
27390         (widget-item-match-inline, widget-choice-match-inline)
27391         (widget-checklist-match, widget-checklist-match-inline)
27392         (widget-group-match): Rename parameter VALUES to VALS.
27393         (widget-field-value-set): Remove unused variable `size'.
27394         (widget-color-action): Remove unused variables `value' and `start'.
27396         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
27397         variable `dir'.  Doc fix.
27398         (windmove-find-other-window): Don't pass it.
27400         * window.el (count-windows): Mark unused parameter.
27401         (bw-adjust-window): Remove unused variable `err'.
27403         * woman.el (woman-file-name): Remove unused variable `default'.
27404         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
27405         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
27406         (global-font-lock-mode): Declare.
27407         (woman-decode-region): Mark unused parameter.
27408         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
27410         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
27411         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
27412         (x-dnd-handle-moz-url): Remove unused variable `title'.
27413         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
27415         * xml.el (xml-parse-tag, xml-parse-attlist):
27416         Remove unused variable `pos'.
27418 2011-04-19  Glenn Morris  <rgm@gnu.org>
27420         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
27421         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
27422         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
27423         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
27424         * calendar/cal-html.el (cal-html-insert-minical):
27425         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
27426         (calendar-mark-date-pattern):
27427         Prefix "unused" locals.
27429         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
27430         optional argument `style'.
27432         * calendar/appt.el (appt-make-list):
27433         * calendar/cal-china.el (calendar-chinese-date-string):
27434         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
27435         (diary-hebrew-yahrzeit):
27436         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
27437         * calendar/calendar.el (calendar-generate-window):
27438         * calendar/time-date.el (time-to-days):
27439         Remove unused local variables.
27441 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
27443         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
27444         glyphless-char-display table.
27445         (tabulated-list-glyphless-char-display): New var.
27447 2011-04-18  Sam Steingold  <sds@gnu.org>
27449         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
27450         to acknowledgments.
27452 2011-04-17  Glenn Morris  <rgm@gnu.org>
27454         * calendar/diary-lib.el (diary-sexp-entry):
27455         * calendar/holidays.el (holiday-sexp):
27456         Set debug-on-error rather than the removed stack-trace-on-error.
27458 2011-04-16  Glenn Morris  <rgm@gnu.org>
27460         * progmodes/f90.el: Use lexical-binding.
27461         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
27463 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27465         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
27466         (mail-mode): Setup mailalias completion here instead.
27467         * mail/mailalias.el: Use lexical-binding.
27468         (pattern, mailalias-done): Declare dynamic.
27469         (mail-completion-at-point-function): New function, from mail-complete.
27470         (mail-complete): Use it.
27471         (mail-completion-expand): New function.
27472         (mail-get-names): Use it.
27473         (mail-directory, mail-directory-process, mail-directory-stream):
27474         Don't use `pattern' for lexically bound arg.
27476         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
27478         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
27479         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
27480         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
27482         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
27483         (byte-save-window-excursion, byte-temp-output-buffer-setup)
27484         (byte-interactive-p): Define them again, for use when inlining
27485         old code.
27487 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
27489         * loadup.el: Use `string-to-number', not `string-to-int'.
27491 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27493         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
27494         gud-gdb-complete-command.
27495         (gud-gdb-completions): New function, from gud-gdb-complete-command.
27496         (gud-gdb-completion-at-point): New function.
27497         (gud-gdb-completions): Remove.
27499 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
27501         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
27502         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
27503         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
27504         whether `executable-find' is bound.
27506         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
27508 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27510         * minibuffer.el (completion-in-region-mode-predicate)
27511         (completion-in-region-mode--predicate): New vars.
27512         (completion-in-region, completion-in-region--postch)
27513         (completion-in-region-mode): Use them.
27514         (completion--capf-wrapper): Also return the hook function.
27515         (completion-at-point, completion-help-at-point):
27516         Adjust and provide a predicate.
27518         Preserve arg names for advice of subr and lexical functions (bug#8457).
27519         * help-fns.el (help-function-arglist): Consolidate the subr and
27520         new-byte-code cases.  Add argument `preserve-names' to extract names
27521         from the docstring when needed.
27522         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
27523         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
27524         (ad-arglist): Use help-function-arglist's new arg.
27525         (ad-definition-type): Use cond.
27527 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
27529         * autorevert.el (auto-revert-handler):
27530         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
27531         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
27532         Don't quote lambda.
27534         * image-mode.el (image-transform-set-scale):
27535         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
27537 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27539         * net/network-stream.el (network-stream-open-starttls): Only do
27540         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
27541         Upgrades via gnutls-cli are too slow to be done opportunistically.
27543 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
27545         * dframe.el (dframe-current-frame): Remove spurious quote.
27547 2011-04-12  Glenn Morris  <rgm@gnu.org>
27549         * calendar/cal-tex.el (cal-tex-end-document):
27550         Try to automatically use latin1 input if needed.
27552         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
27553         Don't try to cons a mark onto an empty element.
27555 2011-04-11  Leo Liu  <sdl.web@gmail.com>
27557         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
27558         buffers.
27559         (ido-kill-buffer-at-head): Support killing virtual buffers.
27561 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
27563         * minibuffer.el (completion-show-inline-help): New var.
27564         (completion--do-completion, minibuffer-complete)
27565         (minibuffer-force-complete, minibuffer-complete-word):
27566         Inhibit minibuffer messages if completion-show-inline-help is nil.
27568         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
27569         to avoid interference from inline help (Bug#5849).
27571 2011-04-10  Leo Liu  <sdl.web@gmail.com>
27573         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
27574         Fix typo.
27576 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
27578         * image-mode.el (image-toggle-display-image): Signal an error if
27579         not in Image mode.
27580         (image-transform-mode, image-transform-resize)
27581         (image-transform-set-rotation): Doc fix.
27582         (image-transform-set-resize): Delete.
27583         (image-transform-set-scale, image-transform-fit-to-height)
27584         (image-transform-fit-to-width): Handle image-toggle-display-image
27585         and image-transform-resize directly.
27587 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
27589         * doc-view.el (doc-view-fit-width-to-window)
27590         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
27591         New functions for fitting the shown image to the Emacs window size.
27592         (doc-view-mode-map): Add bindings for the new functions.
27594 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
27596         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
27597         Fix typo in docstring.
27599 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
27601         * files.el (file-size-human-readable): Produce one digit after
27602         decimal, like "ls -lh" does.
27604         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
27605         the file size representation.
27607         * simple.el (list-processes): If async subprocesses are not
27608         available, error out with a clear error message.
27610 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
27612         * help.el (help-form-show): New function, to be called from C.
27613         Put help-form output in a buffer named differently than *Help*.
27615 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
27617         * files.el (file-size-human-readable): New function.
27619         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
27620         computing the representation inline.  Don't require `cl'.
27622 2011-04-08  Glenn Morris  <rgm@gnu.org>
27624         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
27626         * net/browse-url.el (browse-url-firefox):
27627         Test system-type, not system-configuration.
27629         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
27630         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
27631         Use log-edit-empty-buffer-p.  (Bug#7598)
27633         * net/rlogin.el (rlogin-process-connection-type): Simplify.
27634         (rlogin-mode-map): Initialize in the defvar.
27635         (rlogin): Use ignore-errors.
27637         * replace.el (occur-mode-map): Some fixes for menu items.
27639 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
27641         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
27643 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
27645         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
27646         issuing unused warnings.
27648         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
27649         macro directly.
27651         * simple.el: Lisp reimplement of list-processes.  Based on an
27652         earlier reimplementation by Leo Liu, but using tabulated-list.el.
27653         (process-menu-mode): New major mode.
27654         (list-processes--refresh, list-processes):
27655         (process-menu-visit-buffer): New functions.
27657         * files.el (save-buffers-kill-emacs): Don't assume any return
27658         value of list-processes, which is undocumented anyway.
27660 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
27662         * emacs-lisp/tabulated-list.el: New file.
27664         * emacs-lisp/package.el: Use Tabulated List mode.
27665         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
27666         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
27667         table format using Tabulated List mode variables.
27668         (package--push): New macro, replacing package-list-maybe-add.
27669         (package-menu--generate): Use package--push.  Renamed from
27670         package--generate-package-list.
27671         (package-menu-refresh, list-packages): Use it.
27672         (package-menu--print-info): Rename from package-print-package.
27673         Return insertion data instead of inserting it directly.
27674         (package-menu-describe-package, package-menu-execute):
27675         Use tabulated-list-get-id.
27676         (package-menu-mark-delete, package-menu-mark-install)
27677         (package-menu-mark-unmark, package-menu-backup-unmark)
27678         (package-menu-mark-obsolete-for-deletion):
27679         Use tabulated-list-put-tag.
27680         (package--list-packages, package-menu-revert)
27681         (package-menu-get-package, package-menu-get-version)
27682         (package-menu-sort-by-column): Functions deleted.
27683         (package-menu-package-list, package-menu-sort-key): Vars deleted.
27684         (package-menu--status-predicate, package-menu--version-predicate)
27685         (package-menu--name-predicate)
27686         (package-menu--description-predicate): Handle arguments in the
27687         Tabulated List format.
27688         (package-list-packages-no-fetch): Call list-packages.
27690 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
27692         * files.el (after-find-file-from-revert-buffer): Remove variable.
27693         (after-find-file): Don't bind it.
27694         (revert-buffer-in-progress-p): New variable.
27695         (revert-buffer): Bind it.
27696         Pass nil for `after-find-file-from-revert-buffer'.
27698         * saveplace.el (save-place-find-file-hook): Use new variable
27699         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27701 2011-04-06  Glenn Morris  <rgm@gnu.org>
27703         * Makefile.in (AUTOGEN_VCS): New variable.
27704         (autoloads): Use $AUTOGEN_VCS.
27706         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27707         * calendar/calendar.el (calendar-mode-map):
27708         Check for toolkit scroll bars.  (Bug#8305)
27710 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
27712         * minibuffer.el (completion-in-region--postch)
27713         (completion-in-region-mode): Remove unnecessary messages.
27715 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
27717         * font-lock.el (font-lock-refresh-defaults):
27718         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27719         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27721         * info.el (Info-directory-list, Info-read-node-name-2)
27722         (Info-split-parameter-string): Doc fixes.
27723         (Info-virtual-nodes): Reflow docstring.
27724         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27725         (Info-apropos-toc-nodes, info-finder, Info-get-token)
27726         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27727         Fix typos in docstrings.
27728         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27729         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27730         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27731         (Info-restore-desktop-buffer): Mark unused parameters.
27732         (Info-directory-find-file, Info-directory-find-node)
27733         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27734         (Info-virtual-index-find-node, Info-apropos-find-file)
27735         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27736         Mark unused parameters; fix typos in docstrings.
27737         (Info-virtual-index): Remove unused local variable `nodename'.
27739 2011-04-05  Deniz Dogan  <deniz@dogan.se>
27741         * net/rcirc.el: Update my e-mail address.
27742         (rcirc-mode-map): Remove M-o binding.
27744 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
27746         * startup.el (command-line): Save the cursor's theme-face
27747         directly, instead of using face-override-spec.
27749         * custom.el (load-theme): Minor optimization in assigning faces.
27751 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
27753         * help-fns.el (describe-variable): Complete all variables having
27754         documentation, including keywords.
27755         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27757 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
27759         Convert to lexical-binding.
27761         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27762         (bs--get-marked-string, bs--get-modified-string)
27763         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27764         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27765         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27767         * ehelp.el (electric-help-execute-extended)
27768         (electric-help-ctrl-x-prefix):
27769         * hexl.el (hexl-revert-buffer-function):
27770         * linum.el (linum-after-change, linum-after-scroll):
27771         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27773         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27775 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
27777         * epa-dired.el:
27778         * epa-mail.el:
27779         * epa-hook.el:
27780         * epa-file.el:
27781         * epa.el:
27782         * epg.el: Use lexical binding.
27784 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
27786         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27788         * textmodes/flyspell.el (flyspell-word): Recognize default
27789         dictionary case for flyspell-mark-duplications-exceptions.
27790         Use regexp matching for languages.
27791         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27792         default dictionary (Bug#7926).
27794 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
27796         * emacs-lisp/package.el (package--with-work-buffer):
27797         Recognize https URLs.
27799         * net/network-stream.el: Move from gnus/proto-stream.el.
27800         Change prefix to network-stream throughout.
27801         (open-protocol-stream): Merge into open-network-stream, leaving
27802         open-protocol-stream as an alias.  Handle nil BUFFER args.
27804         * subr.el (open-network-stream): Move to net/network-stream.el.
27806 2011-04-02  Glenn Morris  <rgm@gnu.org>
27808         * find-dired.el (find-exec-terminator): New option.
27809         (find-ls-option): Test for -ls support.
27810         (find-ls-subdir-switches): Test for -b in find-ls-option.
27811         (find-dired, find-grep-dired): Doc fixes.
27812         (find-dired): Use find-exec-terminator.
27814         * find-dired.el (find-ls-option, find-ls-subdir-switches)
27815         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27816         (find-name-arg): Remove purecopy.
27818         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27819         (grep-compute-defaults): Check for `-exec COMMAND +' support.
27820         Set grep-find-use-xargs, grep-find-command, and grep-find-template
27821         accordingly.  Don't add the null-device if not needed.
27823         * files.el (save-some-buffers): Doc fix.
27825 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
27827         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27829 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
27831         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27832         Use `dolist' rather than `mapcar'.
27834 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27836         Add lexical binding.
27838         * subr.el (apply-partially): Use new closures rather than CL.
27839         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27840         (dolist, dotimes): Use slightly different expansion for lexical code.
27841         (functionp): Move to C.
27842         (letrec): New macro.
27843         (with-wrapper-hook): Use it and apply-partially instead of CL.
27844         (eval-after-load): Preserve lexical-binding.
27845         (save-window-excursion, with-output-to-temp-buffer): Turn them
27846         into macros.
27848         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27850         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27851         than the arglist.
27852         (help-add-fundoc-usage): Don't add `Not documented'.
27853         (help-function-arglist): Handle closures, subroutines, and new
27854         byte-code-functions.
27855         (help-make-usage): Remove leading underscores.
27856         (describe-function-1): Handle closures.
27857         (describe-variable): Use special-variable-p for completion.
27859         * files.el (lexical-binding): Declare safe.
27861         * emacs-lisp/pcase.el: Don't use destructuring-bind.
27862         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
27863         (pcase): Add `let' pattern.
27864         Change memoization so it actually works.
27865         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27866         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27867         <let>: New case.
27869         * emacs-lisp/macroexp.el: Use lexical binding.
27870         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
27871         Don't convert ' to #' without checking that it's indeed quoting
27872         a lambda.
27874         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27875         Use eval-sexp-add-defvars.
27876         (eval-sexp-add-defvars): New fun.
27878         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27880         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27881         Don't autoload.
27882         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27883         than the internal `byte-compile-lambda'.
27884         (defmethod): Don't hide code under quotes.
27885         (eieio-defmethod): New `code' argument.
27887         * emacs-lisp/eieio-comp.el: Remove.
27889         * emacs-lisp/edebug.el (edebug-eval-defun)
27890         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
27891         (edebug-toggle): Avoid `eval'.
27893         * emacs-lisp/disass.el (disassemble-internal): Handle new
27894         `closure' objects.
27895         (disassemble-1): Handle new byte codes.
27897         * emacs-lisp/cl.el (pushnew): Silence warning.
27899         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
27900         (cl-byte-compile-throw): Remove.
27901         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
27903         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
27904         closures.
27906         * emacs-lisp/cconv.el: New file.
27908         * emacs-lisp/bytecomp.el: Use lexical binding instead of
27909         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
27910         (byte-compile-initial-macro-environment):
27911         Handle declare-function here.
27912         (byte-compile--lexical-environment): New var.
27913         (byte-stack-ref, byte-stack-set, byte-discardN)
27914         (byte-discardN-preserve-tos): New lap codes.
27915         (byte-interactive-p): Don't use any more.
27916         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
27917         New macros.
27918         (byte-compile-lapcode): Use them and handle new lap codes.
27919         (byte-compile-obsolete): Remove.
27920         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
27921         (byte-compile-arglist-warn): Check late def of inlinable funs.
27922         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
27923         since they should have been expanded by now.
27924         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
27925         (byte-compile-from-buffer): Remove unused second arg.
27926         (byte-compile-preprocess): New function.
27927         (byte-compile-toplevel-file-form): New function to distinguish
27928         file-form calls from outside from file-form calls from hunk-handlers.
27929         (byte-compile-file-form): Simplify.
27930         (byte-compile-file-form-defsubst): Remove.
27931         (byte-compile-file-form-defmumble): Simplify now that
27932         byte-compile-lambda always returns a byte-code-function.
27933         (byte-compile): Preprocess.
27934         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
27935         Remove, not used any more.
27936         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
27937         (byte-compile-make-args-desc): New funs.
27938         (byte-compile-lambda): Handle lexical functions.  Always return
27939         a byte-code-function.
27940         (byte-compile-reserved-constants): New var, to make up room for
27941         closed-over variables.
27942         (byte-compile-constants-vector): Obey it.
27943         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
27944         (byte-compile-macroexpand-declare-function): New function.
27945         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
27946         byte-code-functions.
27947         (byte-compile-form): Check obsolescence here.
27948         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
27949         (byte-compile-variable-ref): Remove.
27950         (byte-compile-dynamic-variable-op): New fun.
27951         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
27952         (byte-compile-variable-set): New funs.
27953         (byte-compile-discard): Add 2 args.
27954         (byte-compile-stack-ref, byte-compile-stack-set)
27955         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
27956         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
27957         macroexpand-all instead.
27958         (byte-compile-quote-form): Remove.
27959         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
27960         (byte-compile-bind, byte-compile-unbind): New funs.
27961         (byte-compile-let): Handle let* and lexical binding.
27962         (byte-compile-let*): Remove.
27963         (byte-compile-catch, byte-compile-unwind-protect)
27964         (byte-compile-track-mouse, byte-compile-condition-case):
27965         Handle a new :fun-body form, used for lexical scoping.
27966         (byte-compile-save-window-excursion)
27967         (byte-compile-with-output-to-temp-buffer): Remove.
27968         (byte-compile-defun): Simplify.
27969         (byte-compile-stack-adjustment): New fun.
27970         (byte-compile-out): Use it.
27971         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
27973         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
27974         handler any more.
27976         * emacs-lisp/byte-opt.el: Use lexical binding.
27977         (byte-inline-lapcode): Remove (to bytecomp).
27978         (byte-compile-inline-expand): Pay attention to inlining to/from
27979         lexically bound code.
27980         (byte-compile-unfold-lambda): Don't handle byte-code-functions
27981         any more.
27982         (byte-optimize-form-code-walker): Don't handle save-window-excursion
27983         any more and don't call compiler-macros.
27984         (byte-compile-splice-in-already-compiled-code): Remove.
27985         (byte-code): Don't inline any more.
27986         (disassemble-offset): Receive `bytes' as argument rather than via
27987         dynamic scoping.
27988         (byte-compile-tag-number): Declare before first use.
27989         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
27990         `return' even if make-spliceable.
27991         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
27992         obsolete interactive-p.
27993         (byte-optimize-lapcode): Optimize new lap-codes.
27994         Don't trip up on new form of `byte-constant' lap code.
27996         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
27998         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
28000         * custom.el (custom-initialize-default, custom-declare-variable):
28001         Use `defvar'.
28003         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
28004         New variables.
28005         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
28006         (COMPILE_FIRST): Add macroexp and cconv.
28007         * makefile.w32-in: Mirror changes in Makefile.in.
28009         * vc/cvs-status.el:
28010         * vc/diff-mode.el:
28011         * vc/log-edit.el:
28012         * vc/log-view.el:
28013         * vc/smerge-mode.el:
28014         * textmodes/bibtex-style.el:
28015         * textmodes/css-mode.el:
28016         * startup.el:
28017         * uniquify.el:
28018         * minibuffer.el:
28019         * newcomment.el:
28020         * reveal.el:
28021         * server.el:
28022         * mpc.el:
28023         * emacs-lisp/smie.el:
28024         * doc-view.el:
28025         * dired.el:
28026         * abbrev.el: Use lexical binding.
28028 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
28030         * info.el (info-display-manual): New function.
28032 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28034         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
28036 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
28038         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
28039         an entry for that server in rcirc-authinfo.  (Bug#8385)
28041 2011-03-31  Glenn Morris  <rgm@gnu.org>
28043         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
28045         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
28047 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
28049         * progmodes/python.el (python-default-interpreter)
28050         (python-python-command-args, python-jython-command-args)
28051         (python-which-shell, python-which-args, python-which-bufname)
28052         (python-file-queue, python-comint-output-filter-function)
28053         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
28054         variables and functions.
28056 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28058         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
28059         (completion-in-region-mode): New minor mode.
28060         (completion-in-region): Use it.
28061         (completion-in-region--data, completion-in-region-mode-map): New vars.
28062         (completion-in-region--postch): New function.
28063         (completion--capf-misbehave-funs, completion--capf-safe-funs):
28064         New vars.
28065         (completion--capf-wrapper): New function.
28066         (completion-at-point): Use it to track well-behavedness of
28067         hook functions.
28068         (completion-help-at-point): New command.
28070 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
28072         * vc/add-log.el (add-change-log-entry): Don't use whitespace
28073         syntax class to search for whitespace on a single line
28074         (Message-ID: <4D938140.4030905@redhat.com>).
28076 2011-03-30  Leo Liu  <sdl.web@gmail.com>
28078         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
28079         New commands.
28080         (edit-abbrevs-map): Bind them here.
28081         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
28083 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
28085         * allout.el (allout-hide-by-annotation, allout-flag-region):
28086         Reduce possibility of overlay leakage by making them volatile.
28088         * allout-widgets.el (allout-widgets-tally): Define as nil so the
28089         hash is not shared between buffers.  Mode initialization is
28090         responsible for giving it a useful starting value.
28091         (allout-item-span): Reduce possibility of overlay leakage by
28092         making them volatile.
28093         (allout-widgets-count-buttons-in-region): Add diagnostic function
28094         for tracking down button overlay leaks.
28096 2011-03-29  Leo Liu  <sdl.web@gmail.com>
28098         * ido.el (ido-read-internal): Use the default history var
28099         minibuffer-history if no HISTORY is specified.
28101 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
28103         * net/imap.el (imap-shell-open, imap-process-connection-type):
28104         Use imap-process-connection-type for 'shell' streams as well as
28105         Kerberos, SSL, other subprocesses.
28107 2011-03-28  Leo Liu  <sdl.web@gmail.com>
28109         * abbrev.el (abbrev-table-empty-p): New function.
28110         (prepare-abbrev-list-buffer): Place empty abbrev tables after
28111         nonempty ones.  (Bug#5937)
28113 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
28115         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
28117 2011-03-27  Leo Liu  <sdl.web@gmail.com>
28119         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
28120         for foreground and background colors.
28121         (ansi-color-make-color-map): Adapt.
28123 2011-03-25  Leo Liu  <sdl.web@gmail.com>
28125         * midnight.el (midnight-time-float): Remove.  Note it calculates
28126         the microsecond component incorrectly and seconds-to-time does the
28127         same job.
28128         Remove redundant (require 'timer).
28130         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
28131         (ido-completions): Remove unused arguments.  (Bug#8329)
28133 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
28135         * minibuffer.el (completion--flush-all-sorted-completions):
28136         Remove itself from hook.
28137         (completion-at-point): Let the functions perform the completion
28138         immediately and return nil or t.
28139         * comint.el (comint-dynamic-complete-functions): Now identical to
28140         completion-at-point-functions.
28141         (comint-dynamic-list-input-ring): Remove unused var `index'.
28142         (comint--match-partial-filename, comint--unquote&expand-filename):
28143         New funs, split from comint-match-partial-filename.
28144         (comint-dynamic-complete): Use completion-at-point.
28145         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
28147 2011-03-24  Drew Adams  <drew.adams@oracle.com>
28149         * thingatpt.el: Support `defun'.
28151 2011-03-23  Leo Liu  <sdl.web@gmail.com>
28153         * abbrevlist.el: Move to obsolete/abbrevlist.el.
28155         * help-mode.el (help-mode-finish): Tweak regexp.
28157 2011-03-23  Glenn Morris  <rgm@gnu.org>
28159         * eshell/esh-opt.el (eshell-eval-using-options):
28160         Do not bind unused local variable `eshell-option-stub'.
28162         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
28164 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
28166         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
28167         keymap variable in `with-no-warnings' to avoid a warning when the
28168         keymap has been already `defconst'ed.
28170 2011-03-22  Leo Liu  <sdl.web@gmail.com>
28172         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
28173         encode all chars in abbrevs; otherwise use emacs-mule or
28174         utf-8-emacs.  (Bug#8308)
28176 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
28178         * simple.el (backward-delete-char-untabify):
28179         Avoid warning about using `delete-backward-char'.
28181         * image.el (image-type-file-name-regexps): Make it variable.
28182         `imagemagick-register-types' modifies it, and the user may want
28183         to add new extensions for known image types.
28184         (imagemagick-register-types): Throw error if not using ImageMagick.
28186 2011-03-22  Leo Liu  <sdl.web@gmail.com>
28188         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
28189         located before rcirc-prompt-end-marker.
28190         (rcirc-complete): Error if point is not after rcirc prompt.
28191         Handle the case when table is nil.
28192         (rcirc-user-authenticated): Define to fix compiler warning.
28194 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
28196         * custom.el (custom--inhibit-theme-enable): Make it affect only
28197         custom-theme-set-variables and custom-theme-set-faces.
28198         (provide-theme): Ignore custom--inhibit-theme-enable.
28199         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
28200         (custom-enabling-themes): Delete variable.
28201         (enable-theme): Accept only loaded themes as arguments.
28202         Ignore the special custom-enabled-themes variable.
28203         (custom-enabled-themes): Forbid themes from setting this.
28204         Eliminate use of custom-enabling-themes.
28205         (custom-push-theme): Quote "changed" custom var entry.
28207 2011-03-21  Leo Liu  <sdl.web@gmail.com>
28209         * ido.el (ido-read-internal): Add ido-selected to history instead
28210         of user input.
28212 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
28214         * subr.el (deferred-action-list, deferred-action-function):
28215         Mark obsolete.
28217 2011-03-21  Leo Liu  <sdl.web@gmail.com>
28219         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
28220         change on 2011-02-13 (bug#8309).
28222         * minibuffer.el (read-file-name-function): Change default value.
28223         (read-file-name--defaults): Rename from read-file-name-defaults.
28224         (read-file-name-default): Rename from read-file-name.
28225         (read-file-name): Call read-file-name-function.
28227 2011-03-21  Glenn Morris  <rgm@gnu.org>
28229         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
28230         Doc fixes.
28232 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
28234         * cus-theme.el: Add missing provide statement.
28235         (customize-create-theme): Extract theme value correctly.
28236         (custom-theme-visit-theme): Autoload.
28237         (customize-create-theme): Prompt before inserting default faces.
28239 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
28241         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
28242         units and musical notes.
28244 2011-03-20  Leo Liu  <sdl.web@gmail.com>
28246         * ido.el (ido-read-internal): Use completing-read-default.
28247         (ido-completing-read): Fix compatibility with completing-read.
28249 2011-03-20  Christian Ohler  <ohler@gnu.org>
28251         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
28252         (ert-delete-all-tests): Use `called-interactively-p' rather than
28253         `interactive-p'.
28254         (ert--make-xrefs-region): Respect END.
28256 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
28258         * dired-aux.el (dired-create-directory): Signal an error if the
28259         directory already exists (Bug#8246).
28261         * facemenu.el (list-colors-display): Call list-faces-display
28262         inside with-help-window.
28263         (list-colors-print): Use display property to align the final
28264         column, instead of checking window-width.
28266 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
28268         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
28269         windows-nt systems.
28270         (emerge-protect-metachars): Quote correctly for ms-dos and
28271         windows-nt systems.
28273 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
28275         * info.el (info-initialize): Replace all uses of `:' with
28276         path-separator for compatibility with non-Unix systems.
28277         Cache quoting of path-separator.  (Bug#8258)
28279 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
28281         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
28282         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
28283         (mouse-avoidance-mode): Fix typos in docstrings.
28285 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
28287         * startup.el (package-subdirectory-regexp): Move from package.el.
28288         Omit \\` and \\', and let callers add them.
28290         * emacs-lisp/package.el (package-strip-version)
28291         (package-load-all-descriptors): Add \\` and \\' to
28292         package-subdirectory-regexp before using it.
28293         (package-untar-buffer): New arg DIR; ensure that file untars only
28294         into this expected directory.  Remove superfluous delete-region.
28295         (package-unpack): Caller changed.
28296         (package-tar-file-info): Use package-subdirectory-regexp.
28298 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
28300         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
28301         diff-mode-shared-map (bug#8284).
28302         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
28304 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28306         * calendar/time-date.el (format-seconds): Use assoc instead of
28307         assoc-string, since assoc-string doesn't exist in XEmacs.
28309 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
28311         * custom.el (custom-known-themes): Reflow docstring.
28312         (custom-theme-load-path): Fix typo in docstring.
28313         (load-theme): Fix typo in error message.
28314         (custom-available-themes, custom-variable-theme-value):
28315         Use `let', not `let*'.
28317 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
28319         * calc/README: Mention inclusion of musical notes.
28321         * calc/calc-units.el (calc-lu-quant): Rename from
28322         `calc-logunits-quantity'.
28323         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
28324         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
28325         (calc-db): Rename from `calc-dblevel'.
28326         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
28327         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
28328         (calc-np): Rename from `calc-nplevel'.
28329         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
28330         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
28331         (calc-lu-plus): Rename from `calc-logunits-add'.
28332         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
28333         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
28334         (calc-lu-minus): Rename from `calc-logunits-sub'.
28335         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
28336         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
28337         (calc-lu-times): Rename from `calc-logunits-mul'.
28338         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
28339         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
28340         (calc-lu-divide): Rename from `calc-logunits-div'.
28341         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
28342         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
28344         * calc/calc-ext.el (calc-init-extensions): Update the names of the
28345         functions being autoloaded.
28347         * calc/calc.el (calc-lu-power-reference): Rename from
28348         `calc-logunits-power-reference'.
28349         (calc-lu-field-reference): Rename from
28350         `calc-logunits-field-reference'.
28352         * calc/calc-help.el (calc-l-prefix-help):
28353         Mention musical note functions.
28355 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
28357         * minibuffer.el (completion-all-sorted-completions):
28358         Use :completion-cycle-penalty text property if present.
28360 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
28362         * allout.el (allout-yank-processing): Adjust for new rebulleting
28363         regime so bullet being yanked is used without prompting the user
28364         for a choice.
28366 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
28368         * startup.el (command-line): Warn the user that _emacs is deprecated.
28370 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
28372         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
28373         (delphi-verbose, delphi-comment-face, delphi-string-face)
28374         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
28375         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
28376         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
28377         (delphi-new-comment-line, delphi-font-lock-defaults)
28378         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
28379         Fix typos in docstrings.
28381 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
28383         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
28384         Invert the roles of character and string values for INSTEAD, so a
28385         string is used for the more common case of a defaulting prompt.
28387 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28389         * progmodes/ruby-mode.el (ruby-backward-sexp):
28390         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
28391         * play/gamegrid.el (gamegrid-make-face):
28392         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
28393         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
28394         * notifications.el (notifications-notify):
28395         * net/xesam.el (xesam-search-engines):
28396         * net/quickurl.el (quickurl-list-insert):
28397         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
28399 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
28401         * startup.el (command-line): Update package subdirectory regexp.
28403 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28405         * allout.el (allout-abbreviate-flattened-numbering)
28406         (allout-mode-deactivate-hook): Fix up obsolescence "date".
28408         * subr.el (read-char-choice): Only show the cursor after the prompt,
28409         not after the answer.
28411 2011-03-15  Kevin Ryde  <user42@zip.com.au>
28413         * help-fns.el (variable-at-point): Skip leading quotes, if any
28414         (bug#8253).
28416 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
28418         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
28419         warning message.
28421 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
28423         * shell.el (shell): When called interactively, offer to change the
28424         shell file name on remote hosts.
28426 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
28428         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
28429         integration for LDAP parameters.  The host, base, user or binddn,
28430         and secret tokens can be specified in a netrc file, for instance.
28431         This is optional because an `auth-source' parameter must be
28432         specified in the search attributes.
28434 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
28436         * help.el (describe-mode): Link to the mode's definition (bug#8185).
28438 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28440         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
28441         into declaration.  Remove redundant and harmful binding.
28443 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
28445         * files.el (file-ownership-preserved-p): Pass `integer' as an
28446         explicit 2nd argument to `file-attributes'.  If the file's owner
28447         is the Administrators group on Windows, and the current user is
28448         Administrator, consider that a match.
28450         * server.el (server-ensure-safe-dir): Consider server directory
28451         safe on MS-Windows if its owner is the Administrators group while
28452         the current Emacs user is Administrator.  Use `=' to compare
28453         numerical UIDs, since they could be integers or floats.
28455 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
28457         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
28459 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
28461         Sync with Tramp 2.2.1.
28463         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
28465         * net/trampver.el: Update release number.
28467 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28469         * progmodes/compile.el (compilation--previous-directory): Fix up
28470         various nil/dead-marker mismatches (bug#8014).
28471         (compilation-directory-properties, compilation-error-properties):
28472         Don't call it at a position past the one we're about to change.
28474         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
28475         Disable obsolescence warnings in the file that declares it.
28477 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
28479         * allout-widgets.el (allout-widgets-tally):
28480         Initialize allout-widgets-tally as a hash table rather than nil to
28481         prevent mode-line redisplay warnings.  Also, clarify the module
28482         description and fix a comment typo.
28484 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
28486         * help-fns.el (describe-variable): Don't complete keywords.
28487         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
28489 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
28491         * emacs-lisp/package.el (package-version-join): Impose a standard
28492         string representation for pre/alpha/beta version lists.
28493         (package-unpack-single): Standardize the directory name by passing
28494         it through package-version-join.
28495         (package-strip-rcs-id): Accept any version string that does not
28496         signal an error in version-to-list.
28498 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
28500         * simple.el (delete-trailing-whitespace): Return nil for the
28501         benefit of `write-file-functions'.
28503 2011-03-10  Glenn Morris  <rgm@gnu.org>
28505         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
28507         * vc/vc-git.el (vc-git-program): New option.
28508         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
28509         (vc-git--call): Use it.
28511         * eshell/esh-util.el (eshell-condition-case): Doc fix.
28513         * cus-edit.el (Custom-newline): If no button at point, look
28514         for a subgroup button at start-of-line.  (Bug#2298)
28516         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
28518 2011-03-10  Julien Danjou  <julien@danjou.info>
28520         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
28521         `cursor-type' is nil.
28523 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
28525         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
28527 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
28529         * allout.el: Change so yank of distinctive-bullet items
28530         preserves the existing header prefix, rebulleting it if necessary,
28531         rather than replacing it.  This is necessary for proper operation
28532         of cooperative addons like allout-widgets.
28533         (allout-make-topic-prefix, allout-rebullet-heading):
28534         Change SOLICIT arg to INSTEAD, and interpret additionally a string
28535         value as alternate bullet to be used, instead of prompting the user
28536         for a bullet character.
28538 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
28540         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
28541         Do not use `tramp-file-name-port', because this returns also
28542         `tramp-default-port'.
28544 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
28546         * net/rcirc.el (rcirc-handler-001): Remove useless
28547         with-rcirc-process-buffer.
28548         (rcirc-check-auth-status): Swap arguments to string-match.
28550 2011-03-09  Glenn Morris  <rgm@gnu.org>
28552         * shell.el (shell-mode):
28553         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
28555         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
28556         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
28558 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
28560         * emacs-lisp/package.el (package-refresh-contents)
28561         (package-menu-execute): Use condition-case-no-debug.
28563 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
28565         * simple.el (shell-command-to-string): Use `process-file'.
28567         * emacs-lisp/package.el (package-tar-file-info): Handle also
28568         remote files.
28570         * emacs-lisp/package-x.el (package-upload-buffer-internal):
28571         Use `equal' for upload base check.
28573 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
28575         * textmodes/texinfo.el (texinfo-environments):
28576         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
28578 2011-03-08  Glenn Morris  <rgm@gnu.org>
28580         * cus-start.el (cursor-in-non-selected-windows):
28581         Fix :set quoting oddness.  (Bug#8192)
28583         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
28584         in some setf expressions.  (Bug#2159)
28586 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
28588         * custom.el (custom-available-themes): Return themes in
28589         alphabetical order.
28591 See ChangeLog.15 for earlier changes.
28593 ;; Local Variables:
28594 ;; coding: utf-8
28595 ;; End:
28597   Copyright (C) 2011-2013 Free Software Foundation, Inc.
28599   This file is part of GNU Emacs.
28601   GNU Emacs is free software: you can redistribute it and/or modify
28602   it under the terms of the GNU General Public License as published by
28603   the Free Software Foundation, either version 3 of the License, or
28604   (at your option) any later version.
28606   GNU Emacs is distributed in the hope that it will be useful,
28607   but WITHOUT ANY WARRANTY; without even the implied warranty of
28608   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28609   GNU General Public License for more details.
28611   You should have received a copy of the GNU General Public License
28612   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.