Sync with Tramp 2.2.9.
[emacs.git] / lisp / ChangeLog
blob7783f7fc424fe7d328e5afe37df85b289d3cc697
1 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
3         Sync with Tramp 2.2.9.
5         * net/trampver.el: Update release number.
7 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
9         * ido.el (ido-file-internal): Don't add the name of an existing
10         directory twice.  (Bug#16747)
12 2014-02-16  Glenn Morris  <rgm@gnu.org>
14         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
15         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
17 2014-02-15  Michael R. Mauger  <michael@mauger.com>
19         * progmodes/sql.el: Version 3.4
20         (sql-oracle-options): New default value ("-L").
21         (sql-mode-oracle-font-lock-keywords): Added placeholder
22         highlighting.
23         (sql-placeholders-filter): Correct placeholder pattern.
24         (sql-read-table-name): Bug fix. Detect absence of SQLi process.
25         (sql-login-delay): New variable.
26         (sql-product-interactive): Use it.
28 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
30         * frameset.el (frameset--jump-to-register): Check that buffer is live
31         (bug#16749).
33 2014-02-15  Glenn Morris  <rgm@gnu.org>
35         * info.el (info-initialize): Revert 2014-01-10 change.
37 2014-02-14  Glenn Morris  <rgm@gnu.org>
39         * replace.el (map-query-replace-regexp)
40         (read-regexp-defaults-function, read-regexp): Doc fixes.
42         * dired.el (dired-read-regexp):
43         * faces.el (list-faces-display):
44         * misearch.el (multi-isearch-read-matching-buffers)
45         (multi-isearch-read-matching-files):
46         * play/cookie1.el (cookie-apropos):
47         * progmodes/grep.el (grep-read-regexp): Doc fixes.
49         * textmodes/remember.el (remember): Use frameset-to-register
50         rather than frame-configuration-to-register.
52 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
54         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
55         incorrect keybinding.
57 2014-02-13  Daniel Colascione  <dancol@dancol.org>
59         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
60         when adding overlays so that line numbers from compiler match line
61         numbers we use.
63 2014-02-13  Glenn Morris  <rgm@gnu.org>
65         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
67         * jit-lock.el (jit-lock-mode): Doc fix.
69 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
71         * apropos.el (apropos-read-pattern): When the user passes an empty
72         string, give a more helpful error message than "Wrong type
73         argument: stringp, nil".
75 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
79 2014-02-13  Glenn Morris  <rgm@gnu.org>
81         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
83 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
85         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
86         shift-select commands.
88 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
90         * progmodes/js.el (js-indent-line): Don't widen.
91         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
93 2014-02-12  Glenn Morris  <rgm@gnu.org>
95         * icomplete.el (icomplete): Add info-link to defgroup.
96         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
97         (icomplete-minibuffer-map, icomplete-mode)
98         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
100         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
101         (package-menu-filter): Rename from package-menu-filter-interactive.
102         Doc fix.
104 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
106         * frameset.el (frameset--jump-to-register): Select the required
107         window and buffer before restoring position (bug#16696).
109 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
111         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
113 2014-02-10  Glenn Morris  <rgm@gnu.org>
115         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
117 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
119         * w32-common-fns.el (x-get-selection): Doc fix.
120         * select.el (x-get-selection): Doc fix.  (Bug#15109)
122         * face-remap.el (face-remap-add-relative)
123         (face-remap-remove-relative, face-remap-reset-base)
124         (face-remap-set-base): Call force-mode-line-update to redisplay
125         the current buffer due to potential change in faces.  (Bug#16709)
127 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
129         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
130         script more robustly.
132 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
134         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
136         * simple.el (choose-completion): Doc fix (bug#14160).
138         * subr.el (event-start): Say what a nil EVENT value means.
140         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
141         (bug#14197).
143         * progmodes/grep.el (find-program): Doc fix (bug#14289).
145         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
147         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
149         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
150         predicate function (bug#15455).
152 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
154         * ielm.el (inferior-emacs-lisp-mode): Instead of
155         `comment-use-global-state', set `comment-use-syntax'.
157 2014-02-10  Glenn Morris  <rgm@gnu.org>
159         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
161 2014-02-09  Alan Mackenzie  <acm@muc.de>
163         Fix c-invalidate-state-cache on narrowed buffers.
164         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
165         Widen when setting and clearing the CPP delimiter properties.
167 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
169         * help.el (describe-bindings): Doc fix (bug#9888).
171         * files.el (save-buffer): Use ARG as the parameter name for
172         consistency (bug#10346).
173         (save-buffer): Clarify the 0 argument (bug#10346).
175         * cus-edit.el (customize-apropos): Fix error string.
176         (custom-buffer-create): Doc fix (bug#11122).
177         (custom-sort-items): Doc fix (bug#11121).
179         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
181         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
182         (icomplete-simple-completing-p): Mention the previous variable.
184         * font-lock.el (font-lock-value-in-major-mode): Clarify the
185         meaning of the parameter (bug#12282).
187         * files.el (find-file-noselect): Clarify prompt when changing
188         readedness (bug#13261).
189         (locate-file): Suffixes aren't returned, so don't say that they
190         are (bug#12674).
191         (backup-inhibited): Doc clarification (bug#12525).
193         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
194         before we actually start to delete things (bug#16331).
196         * subr.el (event-start): Doc fix (bug#14228).
197         (event-end): Ditto.
199 2014-02-09  Glenn Morris  <rgm@gnu.org>
201         * emacs-lisp/warnings.el (lwarn):
202         Empower help-enable-auto-load.  (Bug#15940)
204 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
206         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
207         (Bug#16690)
209 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
211         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
212         Insert output at end of buffer.  (Bug#16120)
214 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
216         * simple.el (choose-completion-string-functions): Document new
217         calling convention (bug#14153).
218         (execute-extended-command): Clarify doc string (bug#13373).
220         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
222         * find-dired.el (find-name-dired): Doc fix (bug#14290).
223         (find-grep-dired): Doc fix (bug#14288).
225 2014-02-08  Juri Linkov  <juri@jurta.org>
227         * isearch.el (isearch-quote-char): Check character validity
228         like in `quoted-insert' (bug#16677).
230 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
232         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
234         * isearch.el (isearch-hide-immediately): Doc clarification
235         (bug#14723).
237         * simple.el (line-move): Document utility function used many
238         places in the Emacs sources (bug#14843).
240         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
241         (dired-prev-marked-file): Doc fix (bug#14855).
242         (dired-up-directory): Doc fix (bug#14848).
244         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
246         * files.el (file-relative-name): Doc fix (bug#15159).
248         * fringe.el (fringe-styles): Doc fix (bug#15239).
250         * isearch.el (isearch-filter-predicate): Documentation typo fix
251         (bug#15474).
253         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
255         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
257         * replace.el (replace-match-maybe-edit): Doc clarification
258         (bug#15632).
260         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
262         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
264 2014-02-08  Glenn Morris  <rgm@gnu.org>
266         * help-fns.el (describe-variable):
267         Check {file,dir}-local-variables-alist, and buffer-file-name,
268         in the correct buffer.
270 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
272         * help-fns.el (describe-variable): Fix the case where
273         a value is directory-local with no dir-locals file.  (Bug#16635)
275 2014-02-08  Glenn Morris  <rgm@gnu.org>
277         * abbrev.el (edit-abbrevs-mode):
278         Derive from fundamental-mode.  (Bug#16682)
280 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
282         * simple.el (quoted-insert): Check character validity (bug#16677).
284 2014-02-07  Juri Linkov  <juri@jurta.org>
286         * desktop.el (desktop-read): Claim the lock when the owner is not
287         the current process.  (Bug#16157)
289 2014-02-07  Juri Linkov  <juri@jurta.org>
291         * desktop.el (desktop-buffers-not-to-save): Change default from nil
292         to "\\` ".  (Bug#16651)
294 2014-02-07  Juri Linkov  <juri@jurta.org>
296         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
297         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
298         (desktop-auto-save-cancel-timer): New function with some code from
299         `desktop-auto-save-set-timer'.
300         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
301         Instead of setting `desktop-save-mode' to nil, call
302         `desktop-save-mode' with arg 0.  (Bug#16630)
304 2014-02-07  Glenn Morris  <rgm@gnu.org>
306         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
307         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
308         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
310         * obsolete/iswitchb.el: Move to obsolete/.
311         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
312         since obsolete/ is not scanned for autoloads.
313         * emacs-lisp/authors.el (authors-valid-file-names):
314         Add iswitchb.el.
316         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
317         Disable now non-functional find-file-hook.
319 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
321         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
322         instead of ";" in order to avoid additional prompts.  Let heredoc
323         scripts read from tty.  (Bug#16582)
324         (tramp-send-command): No special handling of heredocs, it isn't
325         necessary anymore.
327 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
329         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
330         with a space (bug#16664).  Limit the symbols considered to the ones
331         that are bound or fbound (bug#16646).
333 2014-02-06  Glenn Morris  <rgm@gnu.org>
335         * epa.el (epa-mail-aliases): Doc fix.
337 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
339         * emacs-lisp/lisp.el (lisp-completion-at-point):
340         Use `completion-table-merge' instead of `completion-table-in-turn'
341         (bug#16604).
343         * minibuffer.el (completion-table-merge): New function.
345 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
347         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
348         (tramp-sh-handle-set-file-acl)
349         (tramp-sh-handle-start-file-process)
350         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
351         (tramp-find-executable, tramp-send-command): Use it.
353 2014-02-05  Glenn Morris  <rgm@gnu.org>
355         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
357 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
359         * progmodes/python.el (python-shell-send-string):
360         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
362 2014-02-04  Anders Lindgren  <andlind@gmail.com>
364         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
365         the names (bug#16620).
367 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
369         * faces.el (window-divider): New default value.  Rewrite doc-string.
370         (window-divider-first-pixel, window-divider-last-pixel): New faces.
372 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
374         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
375         `protected' and `public' can also be called without arguments.
377 2014-02-03  Glenn Morris  <rgm@gnu.org>
379         * register.el (window-configuration-to-register)
380         (frame-configuration-to-register): Unadvertise unused argument.
381         * frameset.el (frameset-to-register): Remove unused argument.
383         * frameset.el (frameset-to-register):
384         * kmacro.el (kmacro-to-register):
385         * register.el (increment-register):
386         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
387         (calc-append-to-register, calc-prepend-to-register):
388         * play/gametree.el (gametree-layout-to-register)
389         (gametree-apply-register-layout):
390         * textmodes/picture.el (picture-clear-rectangle-to-register)
391         (picture-yank-rectangle-from-register):
392         * vc/emerge.el (emerge-combine-versions-register):
393         Use register-read-with-preview to read registers.
395 2014-02-03  João Távora  <joaotavora@gmail.com>
397         * elec-pair.el (electric-pair-backward-delete-char): Don't error
398         when at beginning of (possibly narrowed) buffer.
400 2014-02-02  Daniel Colascione  <dancol@dancol.org>
402         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
403         Also try to display local help from just before point.
405 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
407         c-parse-state.  Don't "append-lower-brace-pair" in certain
408         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
409         recognised as a comment.
411         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
412         as well as normal comment starter.
413         (c-parse-state-get-strategy): Extra return possibility
414         'back-and-forward.
415         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
416         return value list to indicate replacement of a brace-pair cons
417         with its car.
418         (c-parse-state-1): With 'back-and-forward, only call
419         c-append-lower-brace-pair-to state-cache when cons-separated.
421 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
423         * term/ns-win.el (ns-suspend-error): New function.
424         (ns-initialize-window-system): Add ns-suspend-error to
425         suspend-hook (Bug#16612).
427 2014-02-02  Daniel Colascione  <dancol@dancol.org>
429         * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
431 2014-02-02  Daniel Colascione  <dancol@dancol.org>
433         * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
435 2014-02-02  Glenn Morris  <rgm@gnu.org>
437         * register.el (register-read-with-preview, point-to-register)
438         (window-configuration-to-register, frame-configuration-to-register)
439         (jump-to-register, number-to-register, view-register, insert-register)
440         (copy-to-register, append-to-register, prepend-to-register)
441         (copy-rectangle-to-register): Doc fixes.
443 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
446         * emacs-lisp/find-func.el (find-function-C-source): Idem.
447         * emacs-lisp/nadvice.el (advice--cd*r): New function.
448         * help-fns.el (describe-function-1): Use it.
450 2014-02-02  Glenn Morris  <rgm@gnu.org>
452         * register.el (register-preview-default): New function,
453         split from register-preview.
454         (register-preview-function): Rename from register-preview-functions,
455         make it not a hook.
456         (register-preview): Use register-preview-function.
457         (register-read-with-preview): Error on non-character event.  (Bug#16595)
459 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
461         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
462         `:' before binary operators (bug#16609).  Don't check for `:'
463         before `[' and `(', or their syntax status.  A percent literal
464         can't end with either.
465         (ruby-font-lock-keywords): For built-ins that require arguments,
466         check that they're followed by something that looks like argument
467         (bug#16610).
469 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
471         * subr.el (butlast): Document what an omitted N means (bug#13437).
472         (nbutlast): Ditto.
474 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
476         * net/shr.el (shr-generic): Make into a defsubst to make the stack
477         depth shallower (bug#16587).
478         (shr-tag-svg): Respect `shr-inhibit-images'.
479         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
481 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
483         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
484         (ruby-smie-grammar): Make "." right-associative.  Make its priority
485         lower than the ternary and all binary operators.
486         (ruby-smie-rules): Indent "(" relative to the first non-"."
487         parent, or the first "." parent at indentation.
488         Use `ruby-align-chained-calls' for indentation of "." tokens.
489         (Bug#16593)
491 2014-01-31  Juri Linkov  <juri@jurta.org>
493         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
494         from `make-hash-table'.
496         * textmodes/ispell.el (ispell-init-process): Change message format
497         to be consistent with other messages.
499 2014-01-31  Glenn Morris  <rgm@gnu.org>
501         * delsel.el (delete-selection-mode): Doc fix.
503         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
504         (trace-function-background): Doc fixes.
506         * ido.el (ido-use-virtual-buffers): Doc fix.
507         Reset :version, since the default value has not changed.
509         * register.el (register-preview-delay, register-read-with-preview):
510         Doc fixes.
512         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
513         do not mess with mail-buffer position (fixes 2009-11-03 change).
514         * progmodes/cc-mode.el (c-submit-bug-report):
515         Check auto-fill-mode is bound.  (Bug#16592)
517 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
519         * startup.el (fancy-splash-image-file): New function,
520         split from fancy-splash-head.
521         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
522         so that we are both using the same image.  (Bug#16574)
524 2014-01-30  Glenn Morris  <rgm@gnu.org>
526         * simple.el (eval-expression): Doc fix.
528         * hexl.el (hexl-mode-hook):
529         * ielm.el (ielm-mode-hook):
530         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
531         (lisp-interaction-mode-hook):
532         * progmodes/cfengine.e (cfengine3-documentation-function):
533         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
535 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
538         is a symbol (bug#16584).
540 2014-01-30  Glenn Morris  <rgm@gnu.org>
542         * help.el (help-for-help-internal): Add "P" to text.
544 2014-01-29  Glenn Morris  <rgm@gnu.org>
546         * simple.el (just-one-space, cycle-spacing): Doc fixes.
548 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
550         * window.el (fit-frame-to-buffer): Fix calculations for margins and
551         height constraints.
553 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
555         * progmodes/hideif.el: Extend to full CPP expression syntax.
556         (hif-token-alist): Add missing tokens.
557         (hif-token-regexp): Add support for float/octal/hex immediates.
558         (hif-string-literal-regexp): New const.
559         (hif-tokenize): Recognize strings and float/octal/hex immediates.
560         (hif-exprlist): New function.
561         (hif-parse-if-exp): Use it.
562         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
563         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
564         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
565         (hif-logxor, hif-comma): New functions.
567 2014-01-28  Glenn Morris  <rgm@gnu.org>
569         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
571         * indent.el (tab-stop-list): Doc fix.  Add :version.
573         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
574         (cvs-append-to-ignore): Add compatibility alias.
576 2014-01-27  Glenn Morris  <rgm@gnu.org>
578         * dired.el (dired-hide-details-mode): Don't autoload it,
579         since it cannot be used outside Dired buffers anyway.
581         * emulation/cua-base.el (cua-mode): Doc fix.
583         * dired.el (dired-hide-details-hide-symlink-targets)
584         (dired-hide-details-hide-information-lines)
585         (dired-hide-details-mode): Doc fixes.
587         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
588         * strokes.el (strokes-file): Doc fix.  Bump :version.
589         (strokes-help): Doc fix.
590         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
591         * emulation/viper.el (viper): Doc fix for custom group.
592         (top-level): Remove oh-so-no-longer-relevant text about vip.
593         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
595         * ido.el (ido-save-directory-list-file):
596         * saveplace.el (save-place-file):
597         * calendar/timeclock.el (timeclock-file):
598         * net/quickurl.el (quickurl-url-file):
599         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
600         * progmodes/idlwave.el (idlwave-config-directory):
601         * textmodes/remember.el (remember-data-file):
602         Bump :version.
604 2014-01-26  Glenn Morris  <rgm@gnu.org>
606         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
607         Doc fix.  Make obsolete.
608         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
610         * sort.el (delete-duplicate-lines): Doc fix.
612 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
614         * progmodes/ada-mode.el (ada):
615         * woman.el (woman): Link to info manual and Commentary section.
617         * progmodes/flymake.el (flymake):
618         * nxml/nxml-mode.el (nxml):
619         * net/eww.el (eww):
620         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
621         * htmlfontify.el (htmlfontify):
622         * ses.el (ses):
623         * epa.el (epa):
624         * ido.el (ido): Link to info manual.
626 2014-01-25  Leo Liu  <sdl.web@gmail.com>
628         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
630 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
632         * net/shr.el (shr-tag-img): Prefer the title over the alt text
633         (bug#16537).
635 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
637         * net/eww.el (eww-download-callback):
638         Fix reference to eww-download-directory.
640         * emacs-lisp/bytecomp.el (byte-compile-file):
641         Remove unused local variable `file-name'.
643 2014-01-24  Glenn Morris  <rgm@gnu.org>
645         * woman.el (woman-default-faces, woman-monochrome-faces):
646         Fix obsolescence specification.
648         * subr.el (with-demoted-errors): Doc fix.
650 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
653         (cl--macroexp-fboundp): New function.
654         (cl--make-type-test): Use it.
656 2014-01-23  Glenn Morris  <rgm@gnu.org>
658         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
659         * simple.el (eval-expression): Doc fixes.
661 2014-01-22  Glenn Morris  <rgm@gnu.org>
663         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
665 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
667         * emacs-lisp/package.el: Write files silently.
668         (package-autoload-ensure-default-file, package--write-file-no-coding)
669         (package-generate-description-file, package--download-one-archive)
670         (package-install-from-archive): Tell `write-region' to stay quiet.
671         (package-menu-mode, package-menu--print-info): Omit the Archive column
672         if there's only one archive.
673         (package-all-keywords, package--has-keyword-p): Remove dead code.
675 2014-01-22  Glenn Morris  <rgm@gnu.org>
677         * version.el (emacs-bzr-version-bzr): Fix typo.
679         * version.el (emacs-repository-get-version):
680         Check either .bzr or .git, but not both.
681         Make the git case actually use the DIR argument, and return nil
682         rather than the empty string.
683         Avoid error if .git exists but the git executable is not found.
685 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
687         Fixes in window size functions around Bug#16430 and Bug#16470.
688         * window.el (window-total-size, window-size): New argument ROUND.
689         (window--min-delta-1, window-min-delta, window--max-delta-1):
690         Be more conservative when calculating the numbers of lines or
691         columns a window can shrink (Bug#16430).
692         (fit-window-to-buffer): Simplify code.
693         * term.el (term-window-width): Call window-body-width again.
695 2014-01-22  Glenn Morris  <rgm@gnu.org>
697         * image.el (image-format-suffixes): Doc fix.
699         * international/quail.el (quail-define-package): Doc fix.
701         * emacs-lisp/authors.el (authors-valid-file-names):
702         (authors-renamed-files-alist): Additions.
704         * vc/vc-git.el (vc-git-print-log): Remove --follow;
705         reverts 2014-01-09 change.  (Bug#16422)
707         * calc/calc-embed.el (thing-at-point-looking-at):
708         * emacs-lisp/map-ynp.el (x-popup-dialog):
709         * obsolete/lmenu.el (x-popup-dialog):
710         * emacs-lisp/package.el (url-recreate-url):
711         * mail/mailclient.el (clipboard-kill-ring-save):
712         * subr.el (x-popup-dialog): Update declaration.
713         * mail/rmail.el (rmail-mime-message-p):
714         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
716 2014-01-21  Daniel Colascione  <dancol@dancol.org>
718         * progmodes/sh-script.el (sh--inside-noncommand-expression):
719         Correctly detect when we're inside an arithmetic expansion form
720         containing nested parenthesis.
721         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
722         to detect cases where we shouldn't expand "<<" to a heredoc
723         skeleton.
725 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
728         (eldoc--message-command-p): New function.
729         (eldoc-display-message-p): Use it.
730         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
731         message is not automatically erased for us.
732         (eldoc-print-current-symbol-info): Erase previous message, if any.
734 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
736         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
737         specify it's an interactive function.
739         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
740         Fix regex used for scanning for citation keys which failed for
741         citations with optional arguments.
743 2014-01-21  Leo Liu  <sdl.web@gmail.com>
745         * simple.el (read--expression): Don't enable eldoc-mode.
747 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
749         * simple.el (move-beginning-of-line): Make sure we don't move forward
750         (bug#16497).
752 2014-01-20  Juri Linkov  <juri@jurta.org>
754         * saveplace.el (toggle-save-place, save-place-to-alist)
755         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
756         'dired-mode) before checking for dired-directory.  (Bug#16477)
758 2014-01-20  Juri Linkov  <juri@jurta.org>
760         * indent.el (indent-line-to): Use backward-to-indentation
761         instead of back-to-indentation.  (Bug#16461)
763 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
765         Revert some of the CANNOT_DUMP fix (Bug#16494).
766         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
767         but fixing this can wait until after the next release.
768         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
770 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
772         * eshell/esh-mode.el (eshell-password-prompt-regexp):
773         Use `password-word-equivalents'.
774         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
775         to t.  (Bug#5664, Bug#13124)
777 2014-01-19  Alan Mackenzie  <acm@muc.de>
779         Bind open-paren-in-column-0-is-defun-start to nil at some entry
780         points.
781         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
782         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
783         * progmodes/cc-mode.el (c-before-change, c-after-change)
784         (c-font-lock-fontify-region): Bind it here.
786 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
788         * term.el (term-window-width): Call window-text-width instead of
789         window-width (Bug#16470).
791 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
793         * simple.el (password-word-equivalents): Remove duplicates.
794         Sort, to make this easier next time.
795         Downcase.  Omit ": " after "jelszó".
797 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
799         * term/common-win.el (saved-region-selection): Defvar it.
800         (x-select-text): Set saved-region-selection (Bug#16382).
802 2014-01-18  Glenn Morris  <rgm@gnu.org>
804         * emacs-lisp/authors.el (authors-aliases)
805         (authors-renamed-files-alist): Add some entries.
807 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
809         * net/tramp.el (tramp-password-prompt-regexp):
810         Use `password-word-equivalents' if available.
811         (tramp-action-password, tramp-process-one-action)
812         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
814 2014-01-17  Chong Yidong  <cyd@gnu.org>
816         * simple.el (password-word-equivalents): New defcustom.
817         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
818         to 24.4.
819         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
820         to t.  (Bug#13124)
822 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
824         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
825         (ruby-align-to-stmt-keywords): Change the default value.
826         Use `ruby-alignable-keywords' to generate the possible customization
827         choices.
828         (ruby-smie-rules): Instead of using a hardcoded list of alignable
829         keywords, check against the value of `ruby-alignable-keywords'
830         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
832 2014-01-17  Glenn Morris  <rgm@gnu.org>
834         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
836         Make M-x authors return zero *Authors Errors* from current logs.
837         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
838         (authors-ignored-files): Add some entries, remove others.
839         (authors-ambiguous-files, authors-valid-file-names):
840         Add some entries.
841         (authors-renamed-files-alist): Add, remove, and adjust entries.
842         (authors-renamed-files-regexps): Add some entries.
843         Remove some very broad ones.  Make some entries `lax'.
844         (authors-lax-changelogs): New constant.
845         (authors-disambiguate-file-name): Treat top-level specially.
846         (authors-lax-changelog-p): New function.
847         (authors-canonical-file-name): Check file as written against
848         authors-valid-file-names.  Do not special-case etc/.
849         Handle `lax' logs and authors-renamed-files-regexps elements.
851 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
853         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
854         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
855         callers.
857 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
859         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
860         Assume we're already in the proper buffer.
861         Inspired by Anders Lindgren <andlind@gmail.com>.
862         (follow-post-command-hook): Call it from the right buffer.
863         (follow-comint-scroll-to-bottom): Adjust call.
864         (follow-all-followers): Use get-buffer-window-list.
866 2014-01-15  Daniel Colascione  <dancol@dancol.org>
868         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
869         `buffer-file-name' in interactive-form so that we don't leave
870         pathless file names in `file-name-history'.
872 2014-01-15  Juri Linkov  <juri@jurta.org>
874         * indent.el (indent-rigidly): Set deactivate-mark to nil
875         in transient indentation mode.  (Bug#16438)
877 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
879         * emacs-lisp/package.el (package-desc-keywords): New function
880         (Bug#16222).
881         (describe-package-1, package-all-keywords)
882         (package--has-keyword-p): Use it.
884 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
886         * simple.el (define-alternatives): When creating the
887         COMMAND-alternatives variable, assign COMMAND as its definition
888         name so that `describe-variable' can relocate it.
890 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
892         * font-lock.el (font-lock-keywords): Fix typo in docstring
893         (bug#16307).
895 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
897         * ispell.el (ispell-region): Reset `in-comment' for new line
898         instead of wrongly reset `add-coment' (bug#13577).
900 2014-01-14  Daiki Ueno  <ueno@gnu.org>
902         * epa-file.el (epa-file-write-region): Encode the region according
903         to `buffer-file-format'.  Problem reported at:
904         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
906 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
908         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
909         so it applies in the right buffer (bug#16410).
911 2014-01-13  Daniel Colascione  <dancol@dancol.org>
913         * textmodes/rst.el (rst-define-key): Provide deprecated
914         keybindings through named functions instead of anonymous ones so
915         that "??" doesn't appear in describe-mode output.
917 2014-01-13  Bastien Guerry  <bzg@gnu.org>
919         * simple.el (define-alternatives): Call the selected command
920         interactively.  When setting `COMMAND--implementation' for the
921         first time, tell the user how to chose another implementation.
922         Enhance the docstring.
924 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
927         (log-edit--match-first-line): New function.
928         (log-edit-font-lock-keywords): Use it.
929         (log-edit-mode): Make jit-lock-defer-multiline work.
931 2014-01-13  Bastien Guerry  <bzg@gnu.org>
933         * rect.el (rectangle-mark-mode): When the region is not active,
934         display a message saying that the mark as been set and that
935         rectangle mode is in use.
936         (rectangle--highlight-for-redisplay): Only put an overlay with a
937         visible vertical bar when (display-graphic-p) is non-nil.
938         This partially fixes Bug#16403.
940 2014-01-13  Juri Linkov  <juri@jurta.org>
942         * info.el (Info-find-file): Go to DIR before displaying the error
943         about a nonexistent file if no previous Info file is visited.
944         Use `user-error' instead of `error' for "Info file %s does not exist".
945         (Info-find-node-2): In case of a nonexistent node in unwind forms
946         go to the Top node if there is no previous node to revert to.
947         (Bug#16405)
949 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
951         fit-frame/window-to-buffer code fixes including one for Bug#14096.
952         * window.el (fit-frame-to-buffer): Fix doc-string.
953         Respect window-min-height/-width.  Fit pixelwise when
954         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
955         when avoiding that frame goes partially off-screen.
956         (fit-window-to-buffer): Respect window-min-height/-width
957         (Bug#14096).
959 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
961         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
962         after an empty line.
964 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
966         * net/shr.el (shr-render-region): Autoload.
968 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
970         * net/eww.el (eww-download-directory): Rename from
971         `eww-download-path' (Bug#16419).
973 2014-01-12  Leo Liu  <sdl.web@gmail.com>
975         * dired-x.el (dired-mode-map): Fix last change.
977         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
979 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
981         Spelling fixes.
982         * emacs-lisp/generic.el (generic--normalize-comments):
983         Rename from generic--normalise-comments.  All uses changed.
984         * play/bubbles.el (bubbles--neighborhood-score):
985         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
986         (bubbles--neighborhood-available)
987         (bubbles--update-neighborhood-score):
988         Rename from names with 'neighbourhood'.  All uses changed.
990 2014-01-12  Leo Liu  <sdl.web@gmail.com>
992         Re-implement the feature of showing eldoc info after editing.
993         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
994         (eldoc-edit-message-commands): New function.
995         (eldoc-print-after-edit): New variable.
996         (eldoc-pre-command-refresh-echo-area): Emit message only by
997         eldoc-message-commands.
998         (eldoc-mode): Restrict eldoc-message-commands to editing commands
999         if eldoc-print-after-edit is set.  (Bug#16346)
1000         * simple.el (read--expression): Enable eldoc-mode.
1001         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1003 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
1004             Eric S. Raymond  <esr@thyrsus.com>
1006         * version.el (emacs-repository-get-version): Enhance so the
1007         function works correctly in either a Bazaar or Git repo.
1009 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
1011         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1012         Goes with removal of the joke manpages from /etc.
1014 2014-01-10  Kenichi Handa  <handa@gnu.org>
1016         * mail/rmail.el (rmail-get-coding-system):
1017         Check rmail-get-coding-function before "funcall"ing it.
1019 2014-01-10  Glenn Morris  <rgm@gnu.org>
1021         * emacs-lisp/authors.el (authors-fixed-entries):
1022         Update for files that no longer exist.
1024 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
1026         * version.el (emacs-bzr-get-version): Restore compatibilty with
1027         24.3 (Tested).
1029 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
1031         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1032         and Podfile.
1034 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
1036         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1038 2014-01-10  Chong Yidong  <cyd@gnu.org>
1040         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1042 2014-01-10  Anders Lindgren  <andlind@gmail.com>
1044         * follow.el (follow-cache-command-list): Include right-char and
1045         left-char.
1047 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1049         Spelling fixes.
1050         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1051         * woman.el (woman-mark-horizontal-position):
1052         Rename from woman-mark-horizonal-position.  Use changed.
1054 2014-01-10  Glenn Morris  <rgm@gnu.org>
1056         * info.el (info-initialize): If running uninstalled, ensure our
1057         own info files are always found first, even if INFOPATH is set.
1059         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1061 2014-01-09  David Engster  <deng@randomsample.de>
1063         * emacs-lisp/eieio-custom.el:
1064         * emacs-lisp/eieio-opt.el: Set generated autoload file to
1065         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1066         * emacs-lisp/eieio.el: Regenerate autoloads.
1068 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
1070         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1071         following renames.  (Bug#8756)
1073 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1075         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1076         (bug#16382).
1077         (activate-mark): Add `no-tmm' argument.
1078         (set-mark, push-mark-command): Use it instead of running
1079         activate-mark-hook by hand.
1081 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
1083         In preparation for the move to git, sanitize out some
1084         Bazaar-specific names.
1086         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1088         * version.el (emacs-bzr-version): Name changed to
1089         emacs-repository-version.  Obsolete-variable alias made.
1090         * loadup.el: Follow through on this name change.
1091         * mail/emacsbug.el (report-emacs-bug): Factor out any
1092         assumption about the version control system in use.
1094 2014-01-08  David Engster  <deng@randomsample.de>
1096         * help-fns.el (help-fns-describe-function-functions):
1097         New variable to call functions for augmenting help buffers.
1098         (describe-function-1): Remove explicit calls to
1099         `help-fns--compiler-macro', `help-fns--parent-mode' and
1100         `help-fns--obsolete'.  Put them in above new variable instead, and
1101         call them through `run-hook-with-args'.
1102         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1103         `eieio-describe-class'.  Not meant for interactive use anymore,
1104         but to augment existing help buffers.  Remove optional second
1105         argument.  Create proper button for file location.
1106         Rewrite function to use `insert' instead of `princ' and `prin1' where
1107         possible.
1108         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1109         (eieio-method-def, eieio-class-def): Move further up.
1110         (describe-method, describe-generic, eieio-describe-method):
1111         Remove aliases.
1112         (eieio-help-constructor, eieio-help-generic): Rename from
1113         `eieio-describe-constructor' and `eieio-describe-generic', resp.
1114         Rewrite to use `insert' in the current buffer and use proper help
1115         buttons.
1116         (eieio-help-find-method-definition)
1117         (eieio-help-find-class-definition): Also accept symbols as
1118         arguments.
1119         (eieio-help-mode-augmentation-maybee): Remove.
1120         (eieio-describe-class-sb): Use `describe-function'.
1121         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1122         Add `eieio-help-generic' and `eieio-help-constructor'.
1124 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1126         Spelling fixes.
1127         * language/china-util.el (hz-ascii-designation):
1128         Rename from hz-ascii-designnation.
1129         (hz-ascii-designation): Rename from hz-ascii-designnation.
1130         All uses changed.
1132 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1134         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1135         package-alist.
1137 2014-01-08  Bastien Guerry  <bzg@gnu.org>
1139         * emacs-lisp/package.el (package-delete):
1140         Correctly delete the package from package-alist.
1142 2014-01-08  Daiki Ueno  <ueno@gnu.org>
1144         * emacs-lisp/package.el (url-recreate-url): Declare.
1145         (url-http-target-url): Declare.
1146         (package-handle-response): Include requested URL in the error message.
1147         (package--check-signature): Don't re-signal errors from
1148         package--with-work-buffer.  Suggested by Stefan Monnier.
1150 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1152         * minibuffer.el (completion--try-word-completion): When both a
1153         hyphen and a space are possible candidates for the character
1154         following a word, display both candidates.  (Bug#15980)
1156 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
1158         * window.el (balance-windows-2): While rounding don't give a
1159         window more than the remainder.  Bug#16351, bug#16383.
1161 2014-01-07  Glenn Morris  <rgm@gnu.org>
1163         * menu-bar.el (menu-bar-help-extra-packages): Remove.
1164         (menu-bar-help-menu): Use view-external-packages instead.
1166 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1168         * emacs-lisp/package.el (package-delete): Also delete the package
1169         name from `package-alist', not its description only.
1171 2014-01-07  Glenn Morris  <rgm@gnu.org>
1173         * help.el (view-external-packages):
1174         * menu-bar.el (menu-bar-help-extra-packages):
1175         Visit efaq.info rather than etc/MORE.STUFF.
1177 2014-01-07  Juri Linkov  <juri@jurta.org>
1179         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1180         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
1182         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1183         that shadows RET.  (Bug#16342)
1185 2014-01-07  Chong Yidong  <cyd@gnu.org>
1187         * isearch.el (isearch-yank-char, isearch-yank-word)
1188         (isearch-yank-line): Doc fix.
1190 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1192         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1193         * emacs-lisp/elint.el (elint-find-builtins):
1194         * emacs-lisp/eldoc.el (eldoc-symbol-function):
1195         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1196         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1197         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1198         * apropos.el (apropos-safe-documentation):
1199         * subr.el (symbol-file): Remove redundant fboundp.
1200         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1202 2014-01-06  Bastien Guerry  <bzg@gnu.org>
1204         * hl-line.el (global-hl-line-overlay): Make a local variable.
1205         (global-hl-line-overlays): New variable to store all overlays.
1206         (global-hl-line-mode): Don't delete overlays from the current
1207         buffer when `global-hl-line-sticky-flag' is non-nil.
1208         (global-hl-line-highlight): Add new overlays to
1209         `global-hl-line-overlays'.
1210         (global-hl-line-unhighlight-all): New function to delete all
1211         overlays when turning off `global-hl-line-mode'.
1212         This fixes Bug#16183.
1214 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * subr.el (set-transient-map): Fix nested case and docstring.
1218 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
1220         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
1221         `Texinfo' entry.
1223 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1225         Fix defun navigation in vc log view.
1227         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
1228         like `beginning-of-defun'.
1229         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
1230         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
1231         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
1232         (log-view-extract-comment): Call `log-view-current-entry' directly
1233         instead of relying on broken `log-view-beginning-of-defun' behavior.
1235 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
1237         Spelling fixes.
1238         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
1239         * emacs-lisp/debug.el (cancel-debug-on-entry):
1240         * epg.el (epg-error-to-string):
1241         * files.el (recover-file):
1242         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1243         * mail/emacsbug.el (report-emacs-bug-hook):
1244         * mail/sendmail.el (mail-recover):
1245         * ses.el (ses-yank-resize):
1246         * term/ns-win.el (ns-print-buffer):
1247         Spelling fixes in diagnostics, mostly for "canceled" with one L.
1248         * epg.el (epg-key-capability-alist): Rename from misspelled version.
1249         All uses changed.
1250         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
1252 2014-01-06  Leo Liu  <sdl.web@gmail.com>
1254         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
1255         to avoid shadowing global key.  (Bug#16354)
1257 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1259         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
1260         rst-mode.
1262 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
1264         * window.el (balance-windows): Add mising t to fix Bug#16351.
1266 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
1269         (bug#16285).
1270         (shr-insert): If we have a word that's longer than `shr-width',
1271         break after it anyway.  Otherwise we'll do no breaking once we get
1272         such a long word.
1274 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1276         * net/eww.el (eww): Support single/double quote for search.
1277         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
1278         (eww-history-quit): Delete and use quit-window.
1279         (eww-history-kill): Delete, because it doesn't work well and
1280         not necessary.
1281         (eww-history-mode-map): Delete some keys and add easy-menu.
1283 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1285         Fix misspelling of 'chinese' in rx (Bug#16237).
1286         * emacs-lisp/rx.el (rx-categories): Correct spelling of
1287         chinese-two-byte.
1289         Change subword regexps back to vars (Bug#16296).
1290         * progmodes/subword.el (subword-forward-regexp)
1291         (subword-backward-regexp): Change these back to variables.
1293 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
1296         syntax-begin-function (bug#16247).
1298 2014-01-03  Chong Yidong  <cyd@gnu.org>
1300         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
1301         (advice--docstring): Delete variable.
1302         (advice--make-1): Leave the docstring empty.
1303         (advice-add): Use function-documentation for advised docstring.
1305         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
1306         Ignore function-documentation property when getting documentation.
1307         (ad-activate-advised-definition): Use function-documentation
1308         generate the docstring.
1309         (ad-make-advised-definition): Don't call
1310         ad-make-advised-definition-docstring.
1311         (ad-make-advised-definition-docstring, ad-advised-definition-p):
1312         Delete functions.
1314         * progmodes/sql.el (sql-help): Use function-documentation instead
1315         of dynamic-docstring-function property.  No need to autoload now.
1316         (sql--help-docstring): New variable.
1317         (sql--make-help-docstring): Use it.
1319 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1321         * ielm.el (ielm-tab): Retarget.
1322         (ielm-map): Use ielm-tab for tab.
1323         (ielm-complete-filename): Use comint-filename-completion.
1324         (ielm-complete-symbol): Remove.
1325         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
1326         remove ielm-tab from completion-at-point-functions (bug#16224).
1328         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
1329         Beware signals raised by predicates (bug#16201).
1331 2014-01-02  Richard Stallman  <rms@gnu.org>
1333         * dired-aux.el (dired-do-print): Handle printer-name.
1335         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
1336         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
1337         (rmail-epa-decrypt): Turn off mime processing.
1339         * mail/rmail.el (rmail-make-in-reply-to-field):
1340         Add parens in message-id.
1342         * mail/rmail.el (rmail-get-coding-function): Variable.
1343         (rmail-get-coding-system): Use it.
1345 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
1347         * international/mule-conf.el: Unify the charset indian-is13194.
1348         (indian-is13194): Specify unify-map.
1350 2013-12-31  Leo Liu  <sdl.web@gmail.com>
1352         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
1354 2013-12-30  Daniel Colascione  <dancol@dancol.org>
1356         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
1357         of printing a useless when we resume from sleep.
1359         * progmodes/sh-script.el
1360         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
1361         in indentation code.  (Bug#16233)
1363 2013-12-28  João Távora  <joaotavora@gmail.com>
1365         * elec-pair.el (electric-pair-post-self-insert-function):
1366         Don't open extra newlines at beginning of buffer.  (Bug#16272)
1368 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
1370         * frame.el (window-system-for-display): Don't allow to create a
1371         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
1373 2013-12-28  Glenn Morris  <rgm@gnu.org>
1375         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
1376         Update callers.
1378         * apropos.el (apropos-match-face):
1379         * calculator.el (calculator-displayer):
1380         * dabbrev.el (dabbrev-search-these-buffers-only):
1381         * face-remap.el (buffer-face-mode-face):
1382         * simple.el (yank-handled-properties):
1383         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1384         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
1385         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
1386         (hashcash-double-spend-database):
1387         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
1388         (ruby-deep-indent-paren-style):
1389         * textmodes/flyspell.el (flyspell-auto-correct-binding):
1390         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
1391         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
1392         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
1393         Specify custom types.
1395         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
1396         * bookmark.el (bookmark-bmenu-use-header-line):
1397         * doc-view.el (doc-view-scale-internally):
1398         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
1399         * register.el (register-preview-delay):
1400         * net/shr.el (shr-bullet):
1401         * progmodes/cfengine.el (cfengine-cf-promises)
1402         (cfengine-parameters-indent):
1403         * progmodes/octave.el (inferior-octave-error-regexp-alist):
1404         * textmodes/reftex-vars.el (reftex-label-regexps):
1405         * vc/log-edit.el (log-edit-setup-add-author): Add version.
1407         * net/tls.el (tls-certtool-program): Fix default value.
1409         * desktop.el (desktop-restore-in-current-display):
1410         * newcomment.el (comment-empty-lines):
1411         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
1412         (idlwave-pad-keyword):
1413         * progmodes/tcl.el (tcl-tab-always-indent):
1414         * textmodes/reftex-vars.el (reftex-index-default-tag):
1415         * elec-pair.el (electric-pair-skip-whitespace):
1416         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
1418         * emacs-lisp/authors.el (authors-ignored-files)
1419         (authors-valid-file-names, authors-renamed-files-alist): Additions.
1421 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
1423         * shell.el (shell-dynamic-complete-command): Doc fix.
1424         (shell--command-completion-data): Shell completion now matches
1425         executable filenames from the current buffer's directory, on
1426         systems in which this behavior is the default (windows-nt, ms-dos).
1428 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1430         * net/shr.el (shr-insert): Don't infloop if the width is zero.
1432 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1434         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
1435         (bug#16251).
1437         * electric.el: Move all electric-pair-* to elec-pair.el.
1438         * elec-pair.el: New file, split from electric.el.
1440 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1442         * net/shr.el (shr-find-fill-point): Don't try to fill if the
1443         indentation level is larger than the width, because that will
1444         infloop.
1445         (shr-insert): Fill repeatedly long texts, so that Japanese is
1446         formatted correctly (bug#16263).
1447         (shr-find-fill-point): Off by one error in comparison with the
1448         indentation.
1450 2013-12-26  João Távora  <joaotavora@gmail.com>
1452         * electric.el (electric-pair-mode): More flexible engine for skip-
1453         and inhibit predicates, new options for pairing-related functionality.
1454         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
1455         if that keeps or improves their balance in buffers.
1456         (electric-pair-delete-adjacent-pairs): Delete the pair when
1457         backspacing over adjacent matched delimiters.
1458         (electric-pair-open-extra-newline): Open extra newline when
1459         inserting newlines between adjacent matched delimiters.
1460         (electric--sort-post-self-insertion-hook):
1461         Sort post-self-insert-hook according to priority values when
1462         minor-modes are activated.
1463         * simple.el (newline-and-indent): Call newline with interactive
1464         set to t.
1465         (blink-paren-post-self-insert-function): Set priority to 100.
1466         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1467         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
1468         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
1469         electric-pair-open-newline-between-pairs to nil.
1471 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1473         * progmodes/python.el: Use lexical-binding.
1474         (python-nav-beginning-of-defun): Stop searching ASAP.
1476 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
1478         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
1479         Fix interactive spec.  Doc fix.  (Bug#15754)
1481 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1483         * emacs-lisp/byte-run.el (eval-when-compile):
1484         * progmodes/cc-defs.el (cc-eval-when-compile):
1485         Fix edebug spec (bug#16184).
1487 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1489         * net/shr.el (shr-visit-file): Remove debugging function.
1490         (shr-insert): Don't infloop if we can't find a good place to break
1491         the line (bug#16256).
1493 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1495         * progmodes/python.el:
1496         (python-nav--lisp-forward-sexp): New function.
1497         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
1498         python-nav-lisp-forward-sexp-safe.
1499         (python-nav--forward-sexp): New argument SAFE allows switching
1500         forward sexp movement behavior for parens.
1501         (python-nav-forward-sexp): Throw errors on unterminated parens
1502         (Bug#16191).
1503         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1504         (python-nav-backward-sexp-safe): New functions.
1505         (python-shell-buffer-substring):
1506         Use `python-nav-forward-sexp-safe'.
1508 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1510         * net/shr.el (shr-find-fill-point): Don't break lines before a
1511         quotation mark.
1512         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1513         (shr-find-fill-point): Remove the special checks for the quotation
1514         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1516 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1518         * net/eww.el (eww-form-textarea): Use a different face for
1519         textareas than text input since they have different keymaps
1520         (bug#16142).
1522 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1524         * progmodes/python.el (python-nav-beginning-of-statement):
1525         Speed up (Bug#15295).
1527 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1529         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1530         the window configuration.
1532 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
1534         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1535         we run on MS-Windows or MS-DOS.
1537 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
1539         * window.el (balance-windows-area): Call window-size instead of
1540         window-height and window-width.  Bug#16241.
1542 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1544         * net/eww.el (eww-bookmark-quit): Remove.
1545         (eww-bookmark-browse): Restore the window configuration when you
1546         choose a bookmark (bug#16144).
1548 2013-12-24  Daniel Colascione  <dancol@dancol.org>
1550         * icomplete.el: Remove redundant :group arguments to `defcustom'
1551         throughout.
1552         (icomplete-show-matches-on-no-input): New customizable variable.
1553         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1554         we have something to show.
1555         (icomplete-exhibit): Compute completions even if we have no user input.
1557 2013-12-23  Daniel Colascione  <dancol@dancol.org>
1559         * icomplete.el: Move `provide' to end of file.
1561 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
1563         * net/gnutls.el (gnutls-verify-error): Add version tag.
1565 2013-12-23  Chong Yidong  <cyd@gnu.org>
1567         * subr.el (set-transient-map): Rename from
1568         set-temporary-overlay-map.  Doc fix.
1570         * face-remap.el (text-scale-adjust):
1571         * indent.el (indent-rigidly):
1572         * kmacro.el (kmacro-call-macro):
1573         * minibuffer.el (minibuffer-force-complete):
1574         * repeat.el (repeat):
1575         * simple.el (universal-argument--mode):
1576         * calendar/todo-mode.el (todo-insert-item--next-param):
1577         * progmodes/f90.el (f90-abbrev-start): Callers changed.
1579         * indent.el (indent-rigidly): Use substitute-command-keys.
1581 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1583         * net/eww.el (eww-tag-select): Add text-property to jump to next
1584         select field.
1585         (eww): Add non-supported ftp error.
1587 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1589         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1590         comments.  Handle electric indent after typing `?' and `!'.
1592 2013-12-22  Chong Yidong  <cyd@gnu.org>
1594         * faces.el (face-spec-recalc): If the theme specs are not
1595         applicable to a frame, fall back on the defface spec.
1596         This prevents themes from obliterating faces on low-color terminals.
1598 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1600         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1601         after `{'.  We need it after block openers, and it doesn't seem
1602         to hurt after hash openers.
1604 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1606         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1607         extracted from `ruby-smie-rules'.
1608         (ruby--electric-indent-chars): New variable.
1609         (ruby--electric-indent-p): New function.
1610         (ruby-mode): Use `electric-indent-functions' instead of
1611         `electric-indent-chars'.
1613 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1615         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1616         docstring.
1617         (ruby-smie-rules): Indent plus one level after `=>'.
1619 2013-12-21  Richard Stallman  <rms@gnu.org>
1621         * simple.el (newline): Doc fix.
1623 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1625         * net/eww.el (eww-list-histories, eww-list-histories)
1626         (eww-history-browse, eww-history-quit, eww-history-kill)
1627         (eww-history-mode-map, eww-history-mode): New command and
1628         functions to list browser histories.
1629         (eww-form-text): Support text form with disabled
1630         and readonly attributes.
1631         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
1633 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1635         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
1636         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
1637         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
1638         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
1639         Use `user-error'.
1640         (eww-bookmark-mode-map): Add menu.
1641         (eww-render, eww-mode): Use `setq-local'.
1642         (eww-tool-bar-map): New variable.
1643         (eww-mode): Set `tool-bar-map'.
1644         (eww-view-source): Check for `html-mode' with `fboundp'.
1646 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648         * net/shr.el (shr--extract-best-source): Don't bug out on audio
1649         elements with text inside.  Also remove debugging.
1651 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
1653         * cus-start.el (all): Add ns-use-srgb-colorspace.
1655 2013-12-21  Chong Yidong  <cyd@gnu.org>
1657         * custom.el (custom-theme-recalc-face): Do nothing if the face is
1658         undefined.  Thus, theme settings for undefined faces do not take
1659         effect until the faces are defined with defface, the same as with
1660         theme variables.
1662         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
1663         (face-spec-reset-face): Don't assign extra properties in temacs.
1664         (face-spec-recalc): Apply X resources too.
1666 2013-12-21  Chong Yidong  <cyd@gnu.org>
1668         * faces.el (face-spec-set):
1669         * cus-face.el (custom-theme-set-faces, custom-set-faces):
1670         * custom.el (defface): Doc fixes (Bug#16203).
1672         * indent.el (indent-rigidly-map): Add docstring, and move commands
1673         into named functions.
1674         (indent-rigidly-left, indent-rigidly-right)
1675         (indent-rigidly-left-to-tab-stop)
1676         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
1677         indentation direction based on bidi direction, and accumulate
1678         sequential commands in a single undo boundary.
1679         (indent-rigidly--pop-undo): New utility function.
1681 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
1683         * faces.el (read-face-name): Require crm.el when using crm-separator.
1685 2013-12-20  Daniel Colascione  <dancol@dancol.org>
1687         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
1688         so that we don't reflow comments into the shebang line.
1690 2013-12-20  Juri Linkov  <juri@jurta.org>
1692         * saveplace.el (save-place-to-alist): Add `dired-filename' as
1693         a position when `dired-directory' is non-nil.  Check integer
1694         positions with `integerp'.
1695         (toggle-save-place, save-places-to-alist): Add check for
1696         `dired-directory'.
1697         (save-place-find-file-hook): Check integer positions with
1698         `integerp'.
1699         (save-place-dired-hook): Use `dired-goto-file' when
1700         `dired-filename' is found in the assoc list.  Check integer
1701         positions with `integerp'.
1702         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
1704         * dired.el (dired-initial-position-hook): Rename back from
1705         `dired-initial-point-hook'.
1706         (dired-initial-position): Rename `dired-initial-point-hook' to
1707         `dired-initial-position-hook'.
1708         (dired-file-name-at-point): Doc fix.  (Bug#15329)
1710 2013-12-20  Juri Linkov  <juri@jurta.org>
1712         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
1713         (read-regexp-suggestions): New function.
1714         (read-regexp): Use `read-regexp-defaults-function' to get default values.
1715         Use `read-regexp-suggestions'.  Add non-empty default to history
1716         for empty input.
1717         (occur-read-regexp-defaults-function): Remove function.
1718         (occur-read-primary-args): Use `regexp-history-last' instead of
1719         `occur-read-regexp-defaults-function'.
1721         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
1722         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1723         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
1724         `hi-lock-read-regexp-defaults-function'.  Doc fix.
1725         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
1726         with `find-tag-default-as-symbol-regexp'.  Doc fix.
1727         (hi-lock-read-regexp-defaults): Remove function.
1728         (hi-lock-regexp-okay): Add check for null.
1730         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
1731         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
1733         * subr.el (find-tag-default-as-symbol-regexp): New function.
1734         (find-tag-default-as-regexp): Move symbol regexp formatting to
1735         `find-tag-default-as-symbol-regexp'.
1737 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
1739         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
1740         (Bug#14179)
1742 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
1744         * calendar/todo-mode.el: New implementation of item insertion
1745         commands and key bindings.
1746         (todo-key-prompt): New face.
1747         (todo-insert-item): New command.
1748         (todo-insert-item--parameters): New defconst, replacing defvar
1749         todo-insertion-commands-args-genlist.
1750         (todo-insert-item--param-key-alist): New defconst, replacing
1751         defvar todo-insertion-commands-arg-key-list.
1752         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
1753         (todo-insert-item--argsleft, todo-insert-item--apply-args)
1754         (todo-insert-item--next-param): New functions.
1755         (todo-insert-item--args, todo-insert-item--argleft)
1756         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
1757         New variables.
1758         (todo-key-bindings-t): Change binding of "i" from
1759         todo-insertion-map to todo-insert-item.
1760         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
1761         (todo-insertion-command-name, todo-insertion-commands-names)
1762         (todo-define-insertion-command, todo-insertion-commands)
1763         (todo-insertion-key-bindings, todo-insertion-map): Remove.
1765 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
1767         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
1768         (todo-toggle-item-highlighting): Use eval-and-compile instead of
1769         eval-when-compile.
1770         (todo-move-category): Allow choosing a non-existing todo file to
1771         move the category to, and create that file.
1772         (todo-default-priority): New user option.
1773         (todo-set-item-priority): Use it.
1774         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
1775         (desktop-restore-file-buffer): Declare.
1776         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
1777         (todo-modes-set-2): Locally set desktop-save-buffer to
1778         todo-desktop-save-buffer.
1779         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
1780         (auto-mode-alist): Add autoload cookie.
1782 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
1784         * emacs-lisp/subr-x.el: Renamed from helpers.el.
1785         helpers.el was a poor choice of name.
1786         (string-remove-prefix): New function.
1787         (string-remove-suffix): New function.
1789 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
1791         Fix assignment for new window total sizes.
1792         * window.el (window--pixel-to-size): Remove function.
1793         (window--pixel-to-total-1, window--pixel-to-total):
1794         Fix calculation of new total sizes.
1796 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
1798         * comint.el (comint-output-filter): Fix rear-nonsticky property
1799         placement (Bug#16010).
1801 2013-12-20  Chong Yidong  <cyd@gnu.org>
1803         * faces.el (read-color): Minor fix for completion function.
1805 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1807         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
1808         New option.  (Bug#16182)
1809         (ruby-smie--indent-to-stmt-p): Use it.
1810         (ruby-smie-rules): Revert the logic in the handling of `when'.
1811         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
1812         (ruby-deep-arglist, ruby-deep-indent-paren)
1813         (ruby-deep-indent-paren-style): Update docstrings to note that the
1814         vars don't have any effect with SMIE.
1816 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
1818         * calc/calc.el (calc-enter, calc-pop): Use the variable
1819         `calc-context-sensitive-enter'.
1821 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823         * net/shr.el (shr-insert): Protect against infloops in degenerate
1824         tables.
1826 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1828         * progmodes/octave.el (octave): Add link to manual and octave
1829         homepage.
1830         (octave-mode-menu): Link to octave-mode manual.
1832 2013-12-20  Leo Liu  <sdl.web@gmail.com>
1834         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
1835         insertion using skeleton-end-newline.  (Bug#16138)
1837 2013-12-20  Juri Linkov  <juri@jurta.org>
1839         * replace.el (occur-engine): Use `add-face-text-property'
1840         to add the face property to matches and titles.  (Bug#14645)
1842         * hi-lock.el (hi-green): Use lighter color "light green" closer to
1843         the palette of other hi-lock colors.
1844         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
1846 2013-12-19  Juri Linkov  <juri@jurta.org>
1848         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
1849         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
1850         (minibuffer-history-symbol): Move variable declaration closer to
1851         its usage.
1853         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
1854         (Bug#14785)
1856 2013-12-19  Juri Linkov  <juri@jurta.org>
1858         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
1859         New function.
1860         (log-edit-hook): Add it to :options.  (Bug#16170)
1862 2013-12-19  Juri Linkov  <juri@jurta.org>
1864         * simple.el (eval-expression-print-format): Don't check for
1865         command names and the last command.  Always display additional
1866         formats of the integer result in the echo area, and insert them
1867         to the current buffer only with a zero prefix arg.
1868         Display character when char-displayable-p is non-nil.
1869         (eval-expression): With a zero prefix arg, set `print-length' and
1870         `print-level' to nil, and insert the integer values from
1871         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
1873         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
1874         `eval-last-sexp-arg-internal'.  Doc fix.
1875         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
1876         `eval-last-sexp-print-value'.  Doc fix.
1877         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
1878         Set `print-length' and `print-level' to nil when arg is zero.
1879         (eval-last-sexp): Doc fix.
1880         (eval-defun-2): Print the integer values from
1881         `eval-expression-print-format' at the end.
1883         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
1884         values from `eval-expression-print-format' at the end.
1886         * ielm.el (ielm-eval-input): Print the integer
1887         values from `eval-expression-print-format' at the end.
1889 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1891         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
1892         2013-12-11T19:01:44Z!tzz@lifelogs.com.
1894 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1896         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
1897         (hl-line-highlight, global-hl-line-highlight): Use it.
1898         (hl-line-overlay): Use defvar-local.
1900 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
1902         * term/ns-win.el: Require dnd.
1903         (global-map): Remove drag items.
1904         (ns-insert-text, ns-set-foreground-at-mouse)
1905         (ns-set-background-at-mouse):
1906         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
1907         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
1908         New functions.
1910 2013-12-19  Glenn Morris  <rgm@gnu.org>
1912         * emacs-lisp/ert.el (ert-select-tests):
1913         Fix string/symbol mixup.  (Bug#16121)
1915 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
1917         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
1918         keywords to their parent.
1920 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
1922         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
1923         first arg to be a string (fixed dead code), or an operator symbol.
1924         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
1925         operator symbols.
1926         (ruby-smie-rules): Remove parent token check in the `.' clause, it
1927         did nothing.  Don't respond to `(:after ".")', it will be called
1928         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
1929         change anything.  Only return indentation for binary operators
1930         when they are hanging.  De-dent opening paren when its parent is
1931         `.', otherwise it looks bad when the dot is not at bol or eol
1932         (bug#16182).
1934 2013-12-19  Juri Linkov  <juri@jurta.org>
1936         * replace.el (query-replace-read-args): Split a non-negative arg
1937         and a negative arg into separate elements.
1938         (query-replace, query-replace-regexp, replace-string)
1939         (replace-regexp): Add arg `backward'.  Doc fix.
1940         (replace-match-maybe-edit): When new arg `backward' is non-nil,
1941         move point to the beginning of the match.
1942         (replace-search, replace-highlight): Use new arg `backward'
1943         to set the value of `isearch-forward'.
1944         (perform-replace): Add arg `backward' and use it to perform
1945         replacement backward.  (Bug#14979)
1947         * isearch.el (isearch-query-replace): Use a negative prefix arg
1948         to call `perform-replace' with a non-nil arg `backward'.
1950 2013-12-18  Juri Linkov  <juri@jurta.org>
1952         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
1953         to the default list.  Move `log-edit-show-files' to the end.
1954         Add more available functions to options.
1955         (log-edit): Move default specific settings to
1956         `log-edit-insert-message-template'.  Don't move point.
1957         (log-edit-insert-message-template): New function.
1958         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
1959         (Bug#16170)
1961 2013-12-18  Juri Linkov  <juri@jurta.org>
1963         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
1964         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
1966 2013-12-18  Leo Liu  <sdl.web@gmail.com>
1968         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
1969         (Bug#16186)
1971 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
1973         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
1974         formats for displaying file sizes when the -s switch is given.
1975         Instead, compute a separate format for displaying the size in
1976         blocks, which is displayed in addition to the "regular" size.
1977         When -h is given in addition to -s, produce size in blocks in
1978         human-readable form as well.  (Bug#16179)
1980 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
1982         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1983         Reference tables with ~\ref{...} instead of only \ref{...}.
1985 2013-12-18  Chong Yidong  <cyd@gnu.org>
1987         * cus-edit.el (custom-magic-alist): Fix "themed" description
1988         (Bug#14348).
1990         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
1991         is non-nil, do not create a new entry in the symbol's theme-value
1992         or theme-face property; update theme-settings only (Bug#14664).
1993         (custom-available-themes): Doc fix.
1995         * cus-theme.el (custom-new-theme-mode-map): Add bindings
1996         (Bug#15674).
1998         * replace.el (occur-engine): Avoid infloop (Bug#7593).
2000 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2002         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2003         (Bug#13914).
2005 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2007         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2009 2013-12-18  Glenn Morris  <rgm@gnu.org>
2011         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2012         * cus-start.el (load-prefer-newer): New option.
2014 2013-12-18  Le Wang  <l26wang@gmail.com>
2016         * comint.el (comint-previous-matching-input-from-input):
2017         Retain point (Bug#13404).
2019 2013-12-18  Chong Yidong  <cyd@gnu.org>
2021         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2023 2013-12-18  Glenn Morris  <rgm@gnu.org>
2025         * mail/emacsbug.el (report-emacs-bug):
2026         Only mention enable-multibyte-characters if non-standard.
2028 2013-12-17  Juri Linkov  <juri@jurta.org>
2030         * arc-mode.el (archive-extract-by-file): Check if directory exists
2031         before deletion to not show irrelevant errors if it doesn't exist.
2033 2013-12-17  Juri Linkov  <juri@jurta.org>
2035         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2036         (Bug#14751)
2038         * net/eww.el (browse-web): Add alias to `eww'.
2039         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2040         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
2042         * net/browse-url.el (browse-url-browser-function): Move `eww'
2043         closer to similar functions.
2045         * startup.el (fancy-startup-screen, fancy-about-screen):
2046         Set browse-url-browser-function to eww-browse-url locally.
2047         (Bug#14751)
2049 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * window.el (window--pixel-to-total): Remove unused `mini' var.
2052         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2053         (split-window): Remove unused `new' var.
2054         (window--display-buffer): Remove unused `frame' and `delta' vars.
2055         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2056         and display-width'.
2058 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
2060         * dired.el (dired-mark-pop-up):
2061         * register.el (register-preview): Don't bind
2062         split-height-threshold here since it's now done in
2063         display-buffer-below-selected.
2065 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
2067         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2068         xterm-rgb-convert-to-16bit.
2069         (rxvt-register-default-colors): Standardize with
2070         xterm-register-default-colors (Bug#14078).
2072 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
2074         * simple.el (kill-region): Pass mark first, then point, so that
2075         kill-append works right (Bug#12819).
2076         (copy-region-as-kill, kill-ring-save): Likewise.
2078 2013-12-17  Leo Liu  <sdl.web@gmail.com>
2080         * net/rcirc.el (rcirc-add-face):
2081         * eshell/em-prompt.el (eshell-emit-prompt):
2082         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2083         (Bug#16167)
2085 2013-12-17  Chong Yidong  <cyd@gnu.org>
2087         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2088         Suggested by Xue Fuqiao.
2090 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2092         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2094 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2096         * net/shr.el (shr-insert-document): Remove unused var
2097         `shr-preliminary-table-render'.
2098         (shr-rescale-image): Remove unused arg `force'.
2099         (shr-put-image): Update calls accordingly.
2100         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2102 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2104         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2105         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2106         :close-all, to see which indentation method to use (Bug#16116).
2107         (smie-rules-function): Document the method :close-all.
2109 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2113         * net/eww.el (eww-display-html): If we can't find the anchor we're
2114         looking for, then go to point-min.
2116 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
2118         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2119         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2120         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2121         Expand dir too, in case it's relative.
2123 2013-12-16  Juri Linkov  <juri@jurta.org>
2125         * desktop.el (desktop-auto-save-timeout): Change default to
2126         `auto-save-timeout'.  Doc fix.
2127         (desktop-save): Skip the timestamp in desktop-saved-frameset
2128         when checking for auto-save changes.
2129         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2130         `desktop-auto-save' is called repeatedly by the idle timer.
2131         (desktop-auto-save-set-timer): Replace `run-with-timer' with
2132         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
2133         (Bug#15331)
2135 2013-12-16  Juri Linkov  <juri@jurta.org>
2137         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2138         (Bug#16035)
2139         (isearch-pre-command-hook): Check `this-command' for symbolp.
2141 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2143         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2145 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2147         * progmodes/cfengine.el (cfengine3--current-word): Remove.
2148         (cfengine3--current-function): Bring in the current-function
2149         functionality from `cfengine3--current-word'.
2150         (cfengine3-completion-function): Bring in the
2151         bounds-of-current-word functionality from
2152         `cfengine3--current-word'.
2154 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
2156         * window.el (display-buffer-below-selected):
2157         Bind split-height-threshold to 0 as suggested by Juri Linkov.
2159 2013-12-16  Leo Liu  <sdl.web@gmail.com>
2161         * progmodes/compile.el (compile-goto-error): Do not push-mark.
2162         Remove NOMSG arg and all uses changed.
2164 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2166         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2167         (cua--deactivate-rectangle): Don't deactivate the mark.
2168         (cua-set-rectangle-mark): Don't set mark-active since
2169         cua--activate-rectangle already does it for us.
2170         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2171         non-rectangular region.
2173         * emulation/cua-base.el (cua-repeat-replace-region):
2174         Use with-current-buffer.
2176         * net/gnutls.el: Use cl-lib.
2177         (gnutls-negotiate): `mapcan' -> cl-mapcan.
2179 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2181         * emacs-lisp/package.el (package-built-in-p): Support both
2182         built-in and the package.el converted package descriptions.
2183         (package-show-package-list): Allow keywords.
2184         (package-keyword-button-action): Use it instead of
2185         `finder-list-matches'.
2186         (package-menu-filter-interactive): Interactive filtering (by
2187         keyword) function.
2188         (package-menu--generate): Support keywords and change keymappings
2189         and headers when they are given.
2190         (package--has-keyword-p): Helper function.
2191         (package-menu--refresh): Use it.
2192         (package--mapc): Helper function.
2193         (package-all-keywords): Use it.
2194         (package-menu-mode-map): Set up menu items and keybindings to
2195         provide a filtering UI.
2197 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2199         * net/gnutls.el (gnutls-verify-error): New defcustom to control
2200         the behavior when a certificate fails validation.  Defaults to
2201         old behavior: never abort, just warn.
2202         (gnutls-negotiate): Use it.
2204 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
2206         * window.el (display-buffer-below-selected): Never split window
2207         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
2209 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2211         * emacs-lisp/package.el (package--prepare-dependencies): New function.
2212         (package-buffer-info): Use it (bug#15108).
2214 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2216         * icomplete.el (icomplete-completions): Make sure the prefix is already
2217         displayed elsewhere before hiding it (bug#16219).
2219 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2221         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
2222         open-paren tokens when preceded by a open-paren, too.
2223         (ruby-smie-rules): Handle virtual indentation after open-paren
2224         tokens specially.  If there is code between it and eol, return the
2225         column where is starts (Bug#16118).
2227 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2229         * progmodes/cfengine.el: Fix `add-hook' doc.
2230         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
2231         (cfengine3--current-word): Fix parameters.
2232         (cfengine3-make-syntax-cache): Simplify further.
2233         (cfengine3-completion-function, cfengine3--current-function):
2234         Use `assq' for symbols.
2235         (cfengine3--current-function): Fix `cfengine3--current-word' call.
2237 2013-12-13  Glenn Morris  <rgm@gnu.org>
2239         * loadup.el (load-path): Warn if site-load or site-init changes it.
2240         No more need to reset it when bootstrapping.
2242 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2244         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
2245         locations for cf-promises.
2246         (cfengine-mode-syntax-functions-regex): New caching variable.
2247         (cfengine3-fallback-syntax): Fallback syntax for cases where
2248         cf-promises doesn't run.
2249         (cfengine3--current-word): Reimplement using
2250         `cfengine-mode-syntax-functions-regex'.
2251         (cfengine3-completion-function, cfengine3--current-function):
2252         Use `cfengine3-make-syntax-cache' directly.
2253         (cfengine3-clear-syntax-cache): New function.
2254         (cfengine3-make-syntax-cache): Simplify and create
2255         `cfengine-mode-syntax-functions-regex' on demand.
2256         (cfengine3-format-function-docstring): Don't call
2257         `cfengine3-make-syntax-cache' explicitly.
2259 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
2261         Fix windmove-find-other-window broken after pixelwise resizing
2262         (Bug#16017).
2263         * windmove.el (windmove-other-window-loc): Revert change from
2264         2013-12-04.
2265         (windmove-find-other-window): Call window-in-direction.
2266         * window.el (window-in-direction): New arguments SIGN, WRAP and
2267         MINI to emulate original windmove-find-other-window behavior.
2269 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
2271         * simple.el (blink-matching--overlay): New variable.
2272         (blink-matching-open): Instead of moving point, highlight the
2273         matching paren with an overlay
2274         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
2276         * faces.el (paren-showing-faces, show-paren-match)
2277         (show-paren-mismatch): Move from paren.el.
2279 2013-12-13  Leo Liu  <sdl.web@gmail.com>
2281         * indent.el (indent-region): Disable progress reporter in
2282         minibuffer.  (Bug#16108)
2284         * bindings.el (visual-order-cursor-movement): Fix version.
2286 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2288         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
2289         Also match after beginning of line.
2290         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
2291         files.  Thanks to Russell Sim.  (Bug#15378)
2293 2013-12-13  Juri Linkov  <juri@jurta.org>
2295         * simple.el <Keypad support>: Remove key bindings duplicated
2296         with bindings.el.  (Bug#14397)
2298 2013-12-13  Juri Linkov  <juri@jurta.org>
2300         * comint.el (comint-mode-map): Replace `delete-char' with
2301         `delete-forward-char'.  (Bug#16109)
2303 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2305         * progmodes/python.el (python-indent-calculate-indentation):
2306         Fix de-denters cornercase.  (Bug#15731)
2308 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2310         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
2311         (advice--make): Pay attention to `depth'.
2312         (advice--make-1): Don't autoload commands eagerly.
2313         * emacs-lisp/elp.el (elp-instrument-function):
2314         * emacs-lisp/trace.el (trace-function-internal):
2315         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
2317         * iswitchb.el (iswitchb-mode): Don't belittle ido.
2319 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
2321         * term/w32-win.el (w32-handle-dropped-file):
2322         * startup.el (normal-top-level):
2323         * net/browse-url.el (browse-url-file-url):
2324         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
2325         decode file names using 'utf-8' rather than
2326         file-name-coding-system.
2328 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2330         * progmodes/python.el (python-indent-context)
2331         (python-indent-calculate-indentation): Fix auto-identation
2332         behavior for comment blocks.  (Bug#15916)
2334 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2336         * progmodes/python.el (python-indent-calculate-indentation):
2337         When determining indentation, don't treat "return", "pass", etc., as
2338         operators when they are just string constituents.  (Bug#15812)
2340 2013-12-12  Juri Linkov  <juri@jurta.org>
2342         * uniquify.el (uniquify-buffer-name-style): Change default to
2343         `post-forward-angle-brackets'.
2345         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
2346         `uniquify'.  Change default to `post-forward-angle-brackets'.
2348 2013-12-11  Glenn Morris  <rgm@gnu.org>
2350         * emacs-lisp/package.el (finder-list-matches):
2351         Autoload rather than falsely declaring.
2353 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
2355         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
2356         (eww-mode-map): Use them.
2358 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
2360         * window.el (display-buffer-in-side-window): Fix doc-string
2361         (Bug#16115).
2363 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
2365         * vc/vc-git.el: Silence byte-compiler warnings.
2366         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
2367         (log-edit-set-header): Declare.
2369 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
2371         * Makefile.in (custom-deps, finder-data): Run output file names
2372         through unmsys--file-name.  (Bug#16099)
2374 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
2377         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
2379         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
2380         instead of deleting the selection "by hand" (bug#16098).
2381         Rely on insert-for-yank to yank rectangles.
2382         (cua-highlight-region-shift-only): Mark obsolete.
2383         (cua-mode): Don't enable/disable transient-mark-mode,
2384         shift-select-mode (cua-mode works both with and without them), and
2385         pc-selection-mode (obsolete).
2386         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
2387         (cua--deactivate-rectangle): Deactivate it.
2389         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
2390         (delete-selection-helper): Make sure yank starts at the top of the
2391         deleted region.
2392         (minibuffer-keyboard-quit): Use region-active-p.
2394         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
2396         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
2397         to `delete' (bug#16109).
2399 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2401         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
2402         info manual and show keybindings and set `:group' keyword.
2404 2013-12-11  Juri Linkov  <juri@jurta.org>
2406         * delsel.el (delete-active-region): Let-bind `this-command'
2407         to prevent `kill-region' from changing its original value.
2408         (delete-selection-helper): Handle `overwrite-mode' for the type
2409         `kill' exactly the same way as for the type `t'.
2410         (insert-char, quoted-insert, reindent-then-newline-and-indent):
2411         Support more commands.  (Bug#13312)
2413 2013-12-11  Juri Linkov  <juri@jurta.org>
2415         * bindings.el: Map kp keys to non-kp keys systematically
2416         with basic modifiers control, meta and shift.  (Bug#14397)
2418 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2420         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
2421         "Close browser" menu items.  Fix wrong function of "List
2422         bookmarks".
2424 2013-12-11  Juri Linkov  <juri@jurta.org>
2426         * misearch.el (multi-isearch-buffers): Set the value of
2427         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
2428         arg of isearch-forward to t.
2429         (multi-isearch-buffers-regexp): Set the value of
2430         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
2431         arg of isearch-forward-regexp to t.
2432         (multi-isearch-files): Set the value of
2433         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
2434         arg of isearch-forward to t.
2435         (multi-isearch-files-regexp): Set the value of
2436         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
2437         arg of isearch-forward-regexp to t.  (Bug#16035)
2439         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
2440         arg of isearch-forward to t.
2441         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
2442         arg of isearch-forward-regexp to t.
2443         (dired-isearch-filter-filenames): Remove unnecessary check for
2444         `dired-isearch-filenames'.
2446         * comint.el (comint-history-isearch-backward):
2447         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
2448         (comint-history-isearch-backward-regexp):
2449         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
2451 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
2453         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
2454         unmsys--file-name.  (Bug#16099)
2456 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
2458         * emacs-lisp/package.el (package-keyword-button-action):
2459         Remove finder.el require dependency.
2461 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
2463         * emacs-lisp/package.el: Require finder.el.
2464         (describe-package-1): Add keyword buttons.
2465         (package-make-button): New convenience function.
2466         (package-keyword-button-action): Keyword button action using
2467         `finder-list-matches'.
2469 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
2471         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
2472         last commit.
2474 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
2476         * autorevert.el (auto-revert-notify-add-watch): Do not handle
2477         symlinked files.
2479 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2481         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2482         after the end of a percent literal.
2484 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2486         * progmodes/ruby-mode.el (ruby-forward-string): Document.
2487         Handle caret-delimited strings (Bug#16079).
2489 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2491         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2492         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2493         `ruby-parse-partial' (Bug#16078).
2495 2013-12-09  Leo Liu  <sdl.web@gmail.com>
2497         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
2499 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
2501         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2502         (js-switch-indent-offset): New option.
2503         (js--proper-indentation): Use it.  And handle the case when
2504         "default" is actually a key in an object literal.
2505         (js--same-line): New function.
2506         (js--multi-line-declaration-indentation): Use it.
2507         (js--indent-in-array-comp, js--array-comp-indentation):
2508         New functions.
2509         (js--proper-indentation): Use them, to handle array comprehension
2510         continuations.
2512 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2514         * progmodes/flymake.el (flymake-highlight-line): Re-write.
2515         (flymake-make-overlay): Remove arg MOUSE-FACE.
2516         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2518 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2520         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2521         New function.
2522         (redisplay-highlight-region-function): Use it.
2524         * emulation/cua-base.el (cua--explicit-region-start)
2525         (cua--last-region-shifted): Remove.
2526         (cua--deactivate): Use deactivate-mark.
2527         (cua--pre-command-handler-1): Don't handle shift-selection.
2528         (cua--post-command-handler-1): Don't change transient-mark-mode.
2529         (cua--select-keymaps): Use region-active-p rather than
2530         cua--explicit-region-start or cua--last-region-shifted.
2531         (cua-mode): Enable shift-select-mode.
2533 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2535         * progmodes/flymake.el (flymake-popup-current-error-menu):
2536         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
2537         (flymake-posn-at-point-as-event, flymake-popup-menu)
2538         (flymake-make-emacs-menu): Remove.  (Bug#16077)
2540 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2542         * rect.el (rectangle-mark-mode): Activate mark even if
2543         transient-mark-mode is off (bug#16066).
2544         (rectangle--highlight-for-redisplay): Fix boundary condition when point
2545         is > mark and at bolp.
2547         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2548         (region-extract-function): Use it.
2549         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2550         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2551         Delete functions.
2552         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2553         kill-ring-save, kill-region, delete-char, delete-forward-char.
2554         Ignore self-insert-iso.
2556         * emulation/cua-gmrk.el (cua--init-global-mark):
2557         Ignore `self-insert-iso'.
2559         * emulation/cua-base.el (cua--prefix-copy-handler)
2560         (cua--prefix-cut-handler): Rely on region-extract-function rather than
2561         checking cua--rectangle.
2562         (cua-delete-region): Use region-extract-function.
2563         (cua-replace-region): Delete function.
2564         (cua-copy-region, cua-cut-region): Obey region-extract-function.
2565         (cua--pre-command-handler-1): Don't do the delete-selection thing.
2566         (cua--self-insert-char-p): Ignore `self-insert-iso'.
2567         (cua--init-keymaps): Don't remap delete-selection commands.
2568         (cua-mode): Use delete-selection-mode instead of rolling our own
2569         (bug#16085).
2571         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2572         Obey region-extract-function.
2574         Make registers and delete-selection-mode work on rectangles.
2575         * register.el (describe-register-1): Don't modify the register's value.
2576         (copy-to-register): Obey region-extract-function.
2577         * delsel.el (delete-active-region): Obey region-extract-function.
2579 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2581         * progmodes/flymake.el (flymake, flymake-error-bitmap)
2582         (flymake-warning-bitmap, flymake-fringe-indicator-position)
2583         (flymake-compilation-prevents-syntax-check)
2584         (flymake-start-syntax-check-on-newline)
2585         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2586         (flymake-start-syntax-check-on-find-file, flymake-log-level)
2587         (flymake-xml-program, flymake-master-file-dirs)
2588         (flymake-master-file-count-limit)
2589         (flymake-allowed-file-name-masks): Relocate.
2590         (flymake-makehash, flymake-float-time)
2591         (flymake-replace-regexp-in-string, flymake-split-string)
2592         (flymake-get-temp-dir): Remove.
2593         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2594         (flymake-current-row, flymake-selected-frame)
2595         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2596         related functions.  (Bug#16077)
2598 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
2600         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2602 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
2604         * help-fns.el (describe-function-1): Use new advice-* functions
2605         rather than old ad-* functions.  Fix function type description and
2606         source links for advised functions and subrs.
2608 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2612 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
2614         * progmodes/compile.el (compilation-start):
2615         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2617         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2618         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
2620 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2622         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2623         Touch up the last change.
2625 2013-12-06  Leo Liu  <sdl.web@gmail.com>
2627         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
2628         (inferior-octave-startup): Always use "octave> " for prompt.
2629         (octave-goto-function-definition)
2630         (octave-sync-function-file-names)
2631         (octave-find-definition-default-filename): Remove redundant backquotes.
2633 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2635         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
2636         syntax for `?'.
2637         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
2638         where appropriate already.
2639         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
2640         end of method names (Bug#15874).
2642 2013-12-06  Juri Linkov  <juri@jurta.org>
2644         * isearch.el (isearch--saved-overriding-local-map):
2645         New internal variable.
2646         (isearch-mode): Set it to the initial value of
2647         `overriding-terminal-local-map'.
2648         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
2649         with `isearch--saved-overriding-local-map'.  (Bug#16035)
2651 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2653         * progmodes/octave.el (inferior-octave-completion-table):
2654         Turn back into function, use `completion-table-with-cache'
2655         (Bug#11906).  Update all references.
2657         * minibuffer.el (completion-table-with-cache): New function.
2659 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2661         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
2663 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
2665         * net/eww.el (eww-current-source): New variable to store page
2666         source.
2667         (eww-display-html, eww-mode, eww-save-history)
2668         (eww-restore-history): Use it.
2669         (eww-view-source): New command to view page source.
2670         Opportunistically uses `html-mode' to highlight the buffer.
2671         (eww-mode-map): Install it.
2673 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
2675         * net/dbus.el (dbus-unregister-service)
2676         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
2677         Fix docstring.
2678         (dbus-unregister-service): Skip :serial entries in
2679         `dbus-registered-objects-table'.
2680         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
2682 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
2684         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
2685         around keywords with extra `split-string' argument.
2687 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
2689         * windmove.el (windmove-other-window-loc): Handle navigation
2690         between windows (excluding the minibuffer window - Bug#16017).
2692 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
2694         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
2695         in D-Bus type syntax.
2696         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
2697         preserve unibyte strings.  (Bug#16048)
2699 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2701         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2702         Call force-mode-line-update is the proper buffer (bug#16042).
2704 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
2706         * vc/log-edit.el (log-edit-add-new-comment): Rename to
2707         `log-edit-remember-comment', make argument optional.  Adjust all
2708         callers.
2709         (log-edit-mode): Add `log-edit-remember-comment' to
2710         `kill-buffer-hook' locally.
2711         (log-edit-kill-buffer): Don't remember comment explicitly since
2712         the buffer is killed anyway.
2714 2013-12-04  Juri Linkov  <juri@jurta.org>
2716         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
2717         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
2719 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
2721         * notifications.el (notifications-close-notification): Call the
2722         D-Bus method with ID being a `:uint32'.  (Bug#16030)
2724 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2726         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
2728 2013-12-03  Juri Linkov  <juri@jurta.org>
2730         * progmodes/compile.el (compilation-start): Rename window alist
2731         entry `no-display-ok' to `allow-no-window'.
2733         * simple.el (shell-command): Add window alist entry
2734         `allow-no-window' to `display-buffer'.
2735         (async-shell-command): Doc fix.
2737         * window.el (display-buffer-no-window): New action function.
2738         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
2740 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2742         * vc/log-edit.el (log-edit-set-header): Extract from
2743         `log-edit-toggle-header'.
2744         (log-edit-extract-headers): Separate the summary, when extracted
2745         from header, from the rest of the message with an empty line.
2747         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
2748         line, if present, to the Summary header.
2750 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2752         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
2753         in current-buffer (bug#16029).
2755 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
2757         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
2758         (debugger-mode-map): Bind it.
2759         (debugger--backtrace-base): New function.
2760         (debugger-eval-expression): Use it.
2761         (debugger-frame-number): Skip local vars when present.
2762         (debugger--locals-visible-p, debugger--insert-locals)
2763         (debugger--show-locals, debugger--hide-locals): New functions.
2765 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
2767         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
2768         "LC_ALL".
2769         (tramp-get-remote-locale): New defun.
2770         (tramp-open-connection-setup-interactive-shell): Use it.
2772 2013-12-02  Leo Liu  <sdl.web@gmail.com>
2774         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
2776         * progmodes/sh-script.el (sh-shell-process):
2777         * progmodes/octave.el (inferior-octave-process-live-p):
2778         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
2779         (gdb-inferior-io-sentinel):
2780         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
2782 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2784         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
2785         `save-selected-window' to `log-edit-hide-buf'.  This makes
2786         `log-edit-show-files' idempotent.
2787         (log-edit-show-files): Mark the new window as dedicated.
2789 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2791         * vc/log-edit.el (log-edit-mode-map): Add binding for
2792         `log-edit-kill-biffer'.
2793         (log-edit-hide-buf): Add a FIXME comment.
2794         (log-edit-add-new-comment): New function, extracted from
2795         `log-edit-done'.
2796         (log-edit-done, log-edit-add-to-changelog): Use it.
2797         (log-edit-kill-buffer): New command.
2799 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
2802         instead of killing the buffer.
2804 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2806         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
2808 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2810         * net/eww.el (eww-form-checkbox-selected-symbol)
2811         (eww-form-checkbox-symbol): New customizable variable.
2812         (eww-form-checkbox, eww-toggle-checkbox):
2813         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
2815         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
2816         (shr--get-media-pref, shr--extract-best-source): New function.
2817         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
2818         no :src tag was specified.
2820         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
2821         (eww-render): Handle `eww-use-external-browser-for-content-type'.
2822         Use \\` to match beginning of string instead of ^.
2823         (eww-browse-with-external-browser): Provide optional URL parameter.
2824         (eww-render): Set `eww-current-title' back to "".
2826         * net/shr.el (shr-tag-video): Display content for video if no
2827         poster is available.
2828         (shr-tag-audio): Add support for <audio> tag.
2830         * net/eww.el (eww-text-input-types): New const.
2831         (eww-process-text-input): Treat input types in
2832         `eww-text-input-types' as text.
2834         * net/shr.el (shr-tag-table): Fix comment typo.
2836 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838         * net/eww.el (eww-follow-link): New command to avoid reloading
2839         pages when we follow #target links (bug#15243).
2840         (eww-quit): Special mode buffers shouldn't query before exiting.
2842 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2844         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
2845         forms.
2847 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849         * net/eww.el (eww-restore-history): Update the window title after
2850         moving in the history.
2851         (eww-current-dom): New variable used to save the current DOM.
2853 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
2855         * vc/log-edit.el (log-edit-mode-map): Add binding for
2856         `log-edit-beginning-of-line'.
2857         (log-edit-setup-add-author): New user option.
2858         (log-edit-beginning-of-line): New command.
2859         (log-edit): Move major mode call above the contents setup so that
2860         the local variable values are already applied.
2861         (log-edit): Only insert "Author: " when
2862         `log-edit-setup-add-author' is non-nil.
2863         (log-edit): When SETUP is non-nil, position point after ": "
2864         instead of point-min.
2866 2013-12-01  Glenn Morris  <rgm@gnu.org>
2868         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
2870 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
2872         * startup.el (fancy-splash-frame): On MS-Windows, trigger
2873         redisplay to make sure the initial frame gets a chance to become
2874         visible.  (Bug#16014)
2876 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
2878         Support resizing frames and windows pixelwise.
2879         * cus-start.el (frame-resize-pixelwise)
2880         (window-resize-pixelwise): New entries.
2881         * emacs-lisp/debug.el (debug): Use window-total-height instead
2882         of window-total-size.
2883         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
2884         * help.el (describe-bindings-internal): Call help-buffer
2885         (temp-buffer-max-width): New option.
2886         (resize-temp-buffer-window, help-window-setup)
2887         (with-help-window): Rewrite.
2888         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
2889         dragging dividers.
2890         * window.el (frame-char-size, window-min-pixel-height)
2891         (window-safe-min-pixel-height, window-safe-min-pixel-width)
2892         (window-min-pixel-width, window-safe-min-pixel-size)
2893         (window-combination-p, window-safe-min-size)
2894         (window-resizable-p, window--size-to-pixel)
2895         (window--pixel-to-size, window--resize-apply-p): New functions.
2896         (window-safe-min-height): Fix doc-string.
2897         (window-size, window-min-size, window--min-size-1)
2898         (window-sizable, window-sizable-p, window--min-delta-1)
2899         (window-min-delta, window--max-delta-1, window-max-delta)
2900         (window--resizable, window--resizable-p, window-resizable)
2901         (window-full-height-p, window-full-width-p, window-at-side-p)
2902         (window--in-direction-2, window-in-direction)
2903         (window--resize-reset-1, window--resize-mini-window)
2904         (window-resize, window-resize-no-error)
2905         (window--resize-child-windows-normal)
2906         (window--resize-child-windows, window--resize-siblings)
2907         (window--resize-this-window, window--resize-root-window)
2908         (window--resize-root-window-vertically)
2909         (adjust-window-trailing-edge, enlarge-window, shrink-window)
2910         (maximize-window, minimize-window, delete-window)
2911         (quit-restore-window, window-split-min-size, split-window)
2912         (balance-windows-2, balance-windows)
2913         (balance-windows-area-adjust, balance-windows-area)
2914         (window--state-get-1, window-state-get, window--state-put-1)
2915         (window--state-put-2, window-state-put)
2916         (display-buffer-record-window, window--display-buffer):
2917         Make functions handle pixelwise sizing of windows.
2918         (display-buffer--action-function-custom-type)
2919         (display-buffer-fallback-action):
2920         Add display-buffer-in-previous-window.
2921         (display-buffer-use-some-window): Resize window to height it had
2922         before.
2923         (fit-window-to-buffer-horizontally): New option.
2924         (fit-frame-to-buffer): Describe new values.
2925         (fit-frame-to-buffer-bottom-margin): Replace with
2926         fit-frame-to-buffer-margins.
2927         (window--sanitize-margin): New function.
2928         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
2929         using window-text-pixel-size.
2931 2013-11-30  Glenn Morris  <rgm@gnu.org>
2933         * emacs-lisp/bytecomp.el (byte-compile-form):
2934         Make the `interactive-only' warning like the `obsolete' one.
2935         * comint.el (comint-run):
2936         * files.el (insert-file-literally, insert-file):
2937         * replace.el (replace-string, replace-regexp):
2938         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2939         (goto-line, insert-buffer, next-line, previous-line):
2940         Tweak `interactive-only' spec.
2942         Stop keeping (most) generated cedet grammar files in the repository.
2943         * Makefile.in (semantic): New.
2944         (compile-main): Depend on semantic.
2946 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2948         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
2949         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
2951         * uniquify.el (uniquify-buffer-name-style): Change default.
2953         * loadup.el: Preload "uniquify".
2955         * time.el (display-time-update): Update all mode lines (bug#15999).
2957         * electric.el (electric-indent-mode): Enable by default.
2958         * loadup.el: Preload "electric".
2960 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
2962         * emacs-lisp/helpers.el (string-empty-p): New function.
2963         (string-blank-p): New function.
2965 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
2967         * imenu.el (imenu--index-alist): Add missing dot to the docstring
2968         (Bug#14029).
2970 2013-11-29  Andreas Politz  <politza@fh-trier.de>
2971         * imenu.el (imenu--subalist-p): Don't error on non-conses and
2972         allow non-lambda lists as functions.
2973         (imenu--in-alist): Don't recurse into non-subalists.
2974         (imenu): Don't pass function itself as an argument (Bug#14029).
2976 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         * progmodes/python.el (python-mode-map): Remove binding for ":".
2979         (python-indent-electric-colon): Remove command.
2980         (python-indent-post-self-insert-function): Integrate the previous code
2981         of python-indent-electric-colon.  Make it conditional on
2982         electric-indent-mode.
2983         (python-mode): Add ?: to electric-indent-chars.
2984         Move python-indent-post-self-insert-function to the end of
2985         post-self-insert-hook.
2987 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         * doc-view.el (doc-view-goto-page): Update mode-line.
2991         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
2993 2013-11-27  Glenn Morris  <rgm@gnu.org>
2995         * international/charprop.el, international/uni-bidi.el:
2996         * international/uni-category.el, international/uni-combining.el:
2997         * international/uni-comment.el, international/uni-decimal.el:
2998         * international/uni-decomposition.el, international/uni-digit.el:
2999         * international/uni-lowercase.el, international/uni-mirrored.el:
3000         * international/uni-name.el, international/uni-numeric.el:
3001         * international/uni-old-name.el, international/uni-titlecase.el:
3002         * international/uni-uppercase.el:
3003         Remove generated files from VCS repository.
3005 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
3007         * filenotify.el (file-notify-add-watch): Don't special-case
3008         w32notify when computing the directory to watch.
3010 2013-11-27  Glenn Morris  <rgm@gnu.org>
3012         Make bootstrap without generated uni-*.el files possible again.
3013         * loadup.el: Update command-line-args checking for unidata-gen.
3014         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3015         * composite.el, international/characters.el:
3016         Handle unicode tables being undefined.
3018         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3019         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3020         (compile-main): Depend on leim rule.
3021         (leim): New rule.
3022         * loadup.el: Move leim-list.el to leim/ subdirectory.
3023         * startup.el (normal-top-level): No more leim directory.
3024         * international/ja-dic-cnv.el (skkdic-convert):
3025         Disable version-control and autoloads in output files.
3026         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3027         Disable version-control and autoloads in output files.
3028         * leim/quail: Move here from ../leim.
3029         * leim/quail/hangul.el (hangul-input-method-activate):
3030         Add autoload cookie.
3031         (generated-autoload-load-name): Set file-local value.
3032         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3033         (generated-autoload-load-name): Set file-local value.
3035 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
3037         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3038         (eww-add-bookmark): Ask confirmation when add to bookmarks.
3039         (eww-quit): Ask confirmation before quitting eww.
3041 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
3043         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3044         reading output from Diff on MS-Windows and MS-DOS.
3046 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
3048         * emacs-lisp/helpers.el (string-reverse): New function.
3050 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
3052         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3053         names on MS Windows, like "/[::1]:".
3055         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3056         SWITCHES.
3058 2013-11-26  Glenn Morris  <rgm@gnu.org>
3060         * progmodes/python.el (python-indent-guess-indent-offset):
3061         Avoid corner-case error.  (Bug#15975)
3063         Preload leim-list.el.  (Bug#4789)
3064         * loadup.el: Load leim-list.el when found.
3065         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3067 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
3069         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3071         * emacs-lisp/helpers.el (string-join): New function.
3073 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
3075         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3076         Mark as obsolete and replace it with a symbol property.
3077         (byte-compile-form): Use new 'interactive-only property.
3078         * comint.el, files.el, replace.el, simple.el:
3079         Apply new 'interactive-only properly.
3081 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
3083         * window.el (display-buffer-at-bottom): Make sure that
3084         split-window-sensibly creates the new window on bottom
3085         (Bug#15961).
3087 2013-11-23  David Kastrup  <dak@gnu.org>
3089         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3090         on the conflict markers when available.
3091         (smerge--get-marker): New function.
3092         (smerge-end-re, smerge-base-re): Add subgroup.
3094 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3096         * frame.el (handle-focus-in, handle-focus-out): Add missing
3097         interactive spec.
3099 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
3101         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3102         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3104 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3106         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
3107         (gomoku--last-pos): New var.
3108         (gomoku--intangible-chars): New const.
3109         (gomoku--intangible): New function.
3110         (gomoku-mode): Use it.  Derive from special-mode.
3111         (gomoku-move-up): Adjust line count.
3112         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3113         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3114         Simplify accordingly.
3116         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3117         Remove blink-cursor code.
3118         (blink-cursor-timer-function, blink-cursor-suspend):
3119         Don't special-case GUIs.
3120         (blink-cursor-mode): Use focus-in/out-hook.
3122 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
3124         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3125         work when annotation is invisible (Bug#13886).
3127 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
3129         * json.el (json-alist-p): Only return non-nil if the alist has
3130         simple keys (Bug#13518).
3132 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
3134         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3135         when control-statement is the first statement in a buffer (Bug#15956).
3137 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
3139         * imenu.el (imenu-generic-skip-comments-and-strings):
3140         New option (Bug#15560).
3141         (imenu--generic-function): Use it.
3143 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
3145         * minibuffer.el (completion--in-region-1): Scroll the correct window.
3146         (Bug#13898)
3148 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
3150         * emacs-lisp/helpers.el: Add some string helpers.
3151         (string-trim-left): Removes leading whitespace.
3152         (string-trim-right): Removes trailing whitespace.
3153         (string-trim): Removes leading and trailing whitespace.
3155         * subr.el (string-suffix-p): New function.
3157 2013-11-23  Glenn Morris  <rgm@gnu.org>
3159         * progmodes/python.el (python-shell-send-file):
3160         Add option to delete file when done.  (Bug#15647)
3161         (python-shell-send-string, python-shell-send-region): Use it.
3163 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
3165         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3166         to set buffer-read-only to t, never to nil.  (Bug#15938)
3168         * textmodes/tex-mode.el (latex-noindent-environments):
3169         Add safe-local-variable property.  (Bug#15936)
3171 2013-11-23  Glenn Morris  <rgm@gnu.org>
3173         * textmodes/enriched.el (enriched-mode): Doc fix.
3174         * emacs-lisp/authors.el (authors-renamed-files-alist):
3175         Add enriched.doc -> enriched.txt.
3177         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3179 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3181         * progmodes/octave.el (inferior-octave-startup): Spit out error
3182         message.
3184 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
3186         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3187         Improve docstring.
3188         Add :version.
3189         (ruby-encoding-magic-comment-style): Add :version.
3191 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3193         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3194         (Bug#15076)
3195         (octave-help-mode): Adapt to change to help-mode-finish to use
3196         derived-mode-p on 2013-09-17.
3197         (inferior-octave-prompt): Also match octave-gui.
3198         (octave-kill-process): Don't ask twice.  (Bug#10564)
3200 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3202         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3203         (inferior-octave-startup, inferior-octave-check-process)
3204         (inferior-octave-track-window-width-change)
3205         (octave-completion-at-point, octave-eldoc-function): Use it.
3206         (octave-kill-process): Provide confirmation.  (Bug#10564)
3208 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3210         * progmodes/octave.el (octave-mode, inferior-octave-mode):
3211         Fix obsolete variable comment-use-global-state.
3213 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3215         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
3216         Add `octave-source-file'.
3217         (octave-source-file): New function.  (Bug#15935)
3219 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
3221         * net/eww.el (eww-local-regex): New variable.
3222         (eww): Use it to detect localhost and similar.
3224 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3226         Add completion for command `ag'.
3227         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
3228         (pcomplete/ag): New function.
3229         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
3231 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3233         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
3234         (bug#14646).
3235         (make-obsolete): Remove interactive spec.
3237 2013-11-21  Glenn Morris  <rgm@gnu.org>
3239         * startup.el (command-line-1): Use path-separator with -L.
3241 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
3243         * emacs-lisp/package.el (describe-package-1): Add package archive
3244         to shown fields.
3246 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
3248         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3249         Change default to "# encoding: %s" to differentiate it from the
3250         default Ruby encoding comment template.
3252 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
3254         * ses.el (ses-mode): Doc fix.  (Bug#14748)
3256 2013-11-20  Leo Liu  <sdl.web@gmail.com>
3258         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
3260 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
3262         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
3263         when rebase or bisect are in progress.
3265 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
3267         * filenotify.el (file-notify-add-watch): Doc fix.
3269 2013-11-19  Leo Liu  <sdl.web@gmail.com>
3271         * obsolete/rcompile.el: Mark obsolete.
3273         * progmodes/compile.el (compilation-start)
3274         (compilation-goto-locus, compilation-find-file):
3275         Pass no-display-ok and handle nil value from display-buffer.
3276         (Bug#13594)
3278         * window.el (display-buffer-alist, display-buffer): Document the
3279         new parameter no-display-ok.  Return either a window or nil
3280         but never a non-window value.
3282 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3284         * electric.el (electric-indent-mode-map): Remove.
3285         (electric-indent-mode): Change the global-map instead (bug#15915).
3287         * textmodes/text-mode.el (paragraph-indent-minor-mode):
3288         Use add-function.
3290 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3292         * emacs-lisp/nadvice.el (remove-function): Align with
3293         add-function's behavior.
3295         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
3296         (gdb--string-regexp): New constant.
3297         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
3298         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
3299         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
3300         submatch 1.
3301         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
3302         Adjust use accordingly.
3303         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
3305 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
3307         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
3308         interpolation curlies (Bug#15914).
3310 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
3312         * calc/calc.el (calc-context-sensitive-enter): New variable.
3313         (calc-enter): Use `calc-context-sensitive-enter'.
3315 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
3317         * progmodes/cfengine.el: Version bump.
3318         (cfengine-cf-promises): New defcustom to locate cf-promises.
3319         (cfengine3-vartypes): Add new "data" type.
3320         (cfengine3--current-word): New function to get current name-like
3321         word or its bounds.
3322         (cfengine3--current-function): New function to look up a CFEngine
3323         function's definition.
3324         (cfengine3-format-function-docstring): New function.
3325         (cfengine3-make-syntax-cache): New function.
3326         (cfengine3-documentation-function): New function: ElDoc glue.
3327         (cfengine3-completion-function): New function: completion glue.
3328         (cfengine3-mode): Set `compile-command',
3329         `eldoc-documentation-function', and add to
3330         `completion-at-point-functions'.
3332 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
3334         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3335         `tramp-current-connection'.
3337 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
3339         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
3340         nil/self/true/false with "end of symbol".
3342 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
3344         * subr.el (version-regexp-alist): Fix a typo.
3346 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
3348         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
3349         "en_US.utf8" and "LC_CTYPE" to "".
3350         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
3351         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
3353 2013-11-15  Leo Liu  <sdl.web@gmail.com>
3355         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
3357 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3359         * progmodes/gud.el (ctl-x-map):
3360         Remove C-x SPC binding.  (Bug#12342)
3361         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
3363 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
3365         * subr.el (version-regexp-alist):
3366         Recognize hg, svn and darcs versions as snapshot versions.
3368         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
3369         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
3370         (ruby--encoding-comment-required-p): Extract from
3371         `ruby-mode-set-encoding'.
3372         (ruby-mode-set-encoding): Add the ability to always insert an
3373         utf-8 encoding comment.  Fix and simplify coding comment update
3374         logic.
3376 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
3378         * net/tramp-gvfs.el (top): Run init code only when
3379         `tramp-gvfs-enabled' is not nil.
3380         (tramp-gvfs-enabled): Check also :system bus.
3382 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3384         Sync with upstream verilog-mode revision 78e66ba.
3385         * progmodes/verilog-mode.el (verilog-end-of-defun)
3386         (verilog-type-completion, verilog-get-list): Remove unused funcs.
3387         (verilog-get-end-of-defun): Remove unused argument.
3388         (verilog-comment-depth): Remove unused local `e'.
3389         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
3390         Don't pass arg to verilog-get-end-of-defun.
3392 2013-11-14  Glenn Morris  <rgm@gnu.org>
3394         * obsolete/assoc.el (aget): Prefix dynamic variable.
3396         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
3398 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3400         * widget.el, hfy-cmap.el: Remove bogus package version number.
3402 2013-11-13  Glenn Morris  <rgm@gnu.org>
3404         * replace.el (replace-eval-replacement):
3405         Try to give more helpful error message.  (Bug#15836)
3407         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3408         (archive-7z-update): Avoid custom type mismatches.
3410         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
3412 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
3414         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
3415         address can be empty.
3417         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
3418         Accept nil SWITCHES.
3419         (tramp-gvfs-handle-write-region): Implement APPEND.
3421 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
3423         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
3424         binary "|" operator and closing block args delimiter.
3425         Remove FIXME comment referring to Ruby 1.8-only syntax.
3426         (ruby-smie--implicit-semi-p): Not after "|" operator.
3427         (ruby-smie--closing-pipe-p): New function.
3428         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
3429         (ruby-smie-rules): Indent after "|".
3431 2013-11-12  Glenn Morris  <rgm@gnu.org>
3433         * ps-print.el (ps-face-attribute-list):
3434         Handle anonymous faces.  (Bug#15827)
3436 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
3438         * window.el (display-buffer-other-frame): Fix doc-string.
3439         (Bug#15868)
3441 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3443         * subr.el (force-mode-line-update): Delete, move to buffer.c.
3445 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
3447         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
3448         (tramp-sh-handle-file-local-copy): Don't write a message when
3449         saving temporary files.
3451         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
3452         both directories are remote.
3453         (tramp-smb-handle-directory-files): Do not return double entries.
3454         Do not expand full file names.
3455         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
3456         (tramp-smb-handle-write-region): Implement APPEND.
3457         (tramp-smb-get-stat-capability): Fix a stupid bug.
3459 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3461         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
3463 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3465         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
3466         throwing error over malformed let/let* (bug#15814).
3468 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3470         * iswitchb.el (iswitchb-mode): Mark obsolete.
3472 2013-11-11  Glenn Morris  <rgm@gnu.org>
3474         * international/uni-bidi.el, international/uni-category.el:
3475         * international/uni-name.el, international/uni-numeric.el:
3476         Regenerate for Unicode 6.3.0.
3478 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
3480         * net/tramp.el (tramp-methods):
3481         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
3482         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
3484 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
3486         * progmodes/sh-script.el (sh-font-lock-keywords-var):
3487         Force highlighting text after Summary keyword in doc face for rpm.
3489 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
3491         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3492         available and the word has no wildcards, append one to the grep pattern.
3493         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3494         (ispell-complete-word): Call `ispell-lookup-words' with the value
3495         independent of `ispell-look-p'.
3497 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3499         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3500         Not after "||".
3501         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3502         their parent.
3504 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3506         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
3507         (ruby-font-lock-keywords): Use backquote.
3509 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3511         * progmodes/ruby-mode.el (ruby-smie--forward-token)
3512         (ruby-smie--backward-token): Only consider full-string matches.
3514 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
3516         * faces.el (describe-face): Add distant-foreground.
3518 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
3520         * progmodes/ruby-mode.el: Improve encoding comment handling.
3521         (ruby-encoding-magic-comment-style): New option.
3522         (ruby-custom-encoding-magic-comment-template): New option.
3523         (ruby--insert-coding-comment, ruby--detect-encoding):
3524         New functions extracted from `ruby-mode-set-encoding'.
3525         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3526         to control the style of the auto-inserted encoding comment.
3528 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3530         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3531         Use `smie-backward-sexp' with token argument.
3533 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
3535         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3536         Remove instrumentation code.
3538 2013-11-08  Glenn Morris  <rgm@gnu.org>
3540         * progmodes/autoconf.el (autoconf-mode):
3541         Tweak comment-start-skip.  (Bug#15822)
3543 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3545         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3546         at bobp (bug#15826).
3547         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3549 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
3551         * man.el (Man-start-calling): New macro, extracted from
3552         Man-getpage-in-background.
3553         (Man-getpage-in-background): Use it.
3554         (Man-update-manpage): New command.
3555         (Man-mode-map): Bind it.
3557 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3559         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3560         of "and", "or", "&&" and "||".
3561         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3562         argument.  Prohibit opening curly brace because it could only be a
3563         block opener in that position.
3564         (ruby-smie--forward-token, ruby-smie--backward-token):
3565         Separate "|" from "&" or "*" going after it.  That can happen in block
3566         arguments.
3567         (ruby-smie--indent-to-stmt): New function, seeks the end of
3568         previous statement or beginning of buffer.
3569         (ruby-smie-rules): Use it.
3570         (ruby-smie-rules): Check if there's a ":" before a curly block
3571         opener candidate; if there is, it's a hash.
3573 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3575         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3576         (cl--block-wrapper): Fix last accidental change.
3578 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
3580         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3581         Instrument, in order to hunt failure on hydra.
3583 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3585         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3586         malformed bindings form (bug#15814).
3588 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
3590         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3591         "." compared to " @ ".  This incidentally fixes some indentation
3592         examples with "do".
3593         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3594         (ruby-smie-grammar): New tokens: "and" and "or".
3595         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3596         Exclude "and" and "or".  Remove "do" in order to work around token
3597         priorities.
3598         (ruby-smie-rules): Add all infix tokens.  Handle the case of
3599         beginning-of-buffer.
3601 2013-11-06  Glenn Morris  <rgm@gnu.org>
3603         * Makefile.in (setwins_almost, setwins_for_subdirs):
3604         Avoid accidental matches.
3606 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3608         * menu-bar.el (popup-menu): Use key-binding.
3610 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
3612         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3613         menus, support also the menus produced by minor modes.
3614         (Bug#15817)
3616 2013-11-06  Leo Liu  <sdl.web@gmail.com>
3618         * thingatpt.el (thing-at-point-looking-at): Add optional arg
3619         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
3621 2013-11-06  Glenn Morris  <rgm@gnu.org>
3623         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
3624         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
3625         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
3627 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * electric.el (electric-indent-just-newline): New command.
3630         (electric-indent-mode-map): New keymap.
3631         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
3632         Re-add :group which weren't redundant.
3634         * electric.el (electric-indent-local-mode): New minor mode.
3635         (electric-indent-functions-without-reindent): New var.
3636         (electric-indent-post-self-insert-function): Use it.
3637         * emacs-lisp/gv.el (buffer-local-value): Add setter.
3639 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
3641         * international/quail.el (quail-help): Be more explicit about the
3642         meaning of the labels shown on the keys.  (Bug#15800)
3644         * startup.el (normal-top-level): Load the subdirs.el files before
3645         setting the locale environment.  (Bug#15805)
3647 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3649         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
3650         via arguments so as to get the right ones (bug#15418).
3652         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
3654 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
3656         Fix problems found while writing a test suite.
3658         * net/tramp-compat.el (tramp-compat-load): New defun.
3659         * net/tramp.el (tramp-handle-load): Use it.
3661         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
3662         "(numberp ok-if-already-exists)" correctly.
3664 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
3666         * international/characters.el (glyphless-char-display-control):
3667         Add usage note.
3669 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
3671         * progmodes/python.el (python-mode):
3672         * progmodes/scheme.el (scheme-mode):
3673         * progmodes/prolog.el (prolog-mode):
3674         * progmodes/ruby-mode.el (ruby-mode):
3675         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
3676         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
3678 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3680         * rect.el (rectangle--highlight-for-redisplay):
3681         * emacs-lisp/smie.el (smie--next-indent-change):
3682         Use buffer-chars-modified-tick.
3684         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
3686         * electric.el (electric-indent-post-self-insert-function):
3687         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
3689 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
3691         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
3693 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3695         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
3696         (bug#15786).
3698 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3700         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
3702         * progmodes/python.el: Fix up last change.
3703         (python-shell--save-temp-file): New function.
3704         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
3705         `string' comes from the current buffer.
3706         (python-shell-send-string-no-output): Remove `msg' arg.
3707         (python--use-fake-loc): New var.
3708         (python-shell-buffer-substring): Obey it.  Try to compensate for the
3709         extra coding line added by python-shell--save-temp-file.
3710         (python-shell-send-region): Use python-shell--save-temp-file and
3711         python-shell-send-file directly.  Add `nomain' argument.
3712         (python-shell-send-buffer): Use python-shell-send-region.
3713         (python-electric-pair-string-delimiter): New function.
3714         (python-mode): Use it.
3716 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
3718         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
3719         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
3720         environment and decoding all of the default-directory's to here
3721         from command-line.
3722         (command-line): Decode also argv[0].
3724         * loadup.el: Error out if default-directory is a multibyte string
3725         when we are dumping.
3727         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
3729 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
3731         * emacs-lisp/package.el (package-menu-mode)
3732         (package-menu--print-info, package-menu--archive-predicate):
3733         Add Archive column to package list.
3735 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
3737         Fix problems found while writing a test suite.
3739         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
3740         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
3741         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
3742         to nil when running original file name handler.  Otherwise,
3743         there are problems with constructs like "$$FOO".
3745         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
3746         for `localname'.
3748 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
3750         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
3752         * subr.el (version<, version<=, version=):
3753         Update docstrings with information for snapshot versions.
3755         * helpers.el: New library for misc helper functions.
3756         (hash-table-keys): New function returning a list of hash keys.
3757         (hash-table-values): New function returning a list of hash values.
3759 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
3761         * progmodes/ruby-mode.el (ruby-smie--forward-token)
3762         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
3764 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
3766         * textmodes/fill.el (fill-single-char-nobreak-p): New function
3767         checking whether point is after a 1-letter word.
3769 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3771         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
3772         Don't infloop when expanding region over `multiline' syntax-type that
3773         begins a line (bug#15778).
3775 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
3778         Make it into a proper minor mode.
3779         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
3780         (rectangle-mark-mode-map): New keymap.
3781         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
3783 2013-11-04  Glenn Morris  <rgm@gnu.org>
3785         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
3787 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3789         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
3790         (ruby-smie-rules): Use smie-rule-parent instead.
3792         * emacs-lisp/smie.el (smie-rule-parent): Always call
3793         smie-indent-virtual rather than only for hanging tokens.
3794         (smie--next-indent-change): New helper command.
3796 2013-11-03  Glenn Morris  <rgm@gnu.org>
3798         * Makefile.in (abs_srcdir): Remove.
3799         (emacs): Unset EMACSLOADPATH.
3801 2013-11-02  Glenn Morris  <rgm@gnu.org>
3803         * Makefile.in (EMACS): Use a relative filename.
3804         (abs_top_builddir): Remove.
3805         (custom-deps, finder-data, autoloads): Use --chdir.
3807         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
3809         Use relative filenames in TAGS files.
3810         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3811         (lisptagsfiles4, TAGS): Use relative file names.
3812         (TAGS-LISP): Remove.
3813         (maintainer-clean): No more TAGS-LISP file.
3815         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3816         (lisptagsfiles4): Use absolute filenames again.
3817         (TAGS, TAGS-LISP): Not everything needs to run in one line.
3818         Remove all *loaddefs files, not just the first.  Remove esh-groups.
3819         (maintainer-clean): Delete TAGS, TAGS-LISP.
3821 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3823         * emacs-lisp/package.el (package-version-join):
3824         Recognize snapshot versions.
3826 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3828         * subr.el (version-regexp-alist): Add support for snapshot versions.
3830 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
3832         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
3833         New function, replacement for `smie-rule-parent' for when we want to
3834         skip over our direct parent if it's an assignment token..
3835         (ruby-smie-rules): Use it.
3837 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
3839         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
3840         unconditionally.  Remove now unnecessary forward declarations.
3841         Remove XEmacs-specific setup.
3842         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3843         (ruby-font-lock-syntactic-keywords)
3844         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
3845         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3846         (ruby-here-doc-end-syntax): Remove.
3847         (ruby-mode): Don't check whether `syntax-propertize-rules' is
3848         defined as function.
3850 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3852         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
3854 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
3856         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
3857         table and abbrev table, `define-derived-mode' does that for us
3858         anyway.
3860 2013-11-01  Glenn Morris  <rgm@gnu.org>
3862         * Makefile.in: Remove manual mh-e dependencies (writing .elc
3863         files is atomic for some time, so no parallel compilation issues).
3865 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
3867         * faces.el (face-x-resources): Add :distant-foreground.
3868         (region): Use :distant-foreground for gtk and ns.
3870 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
3872         Allow multiple bibliographies when BibLaTeX is used rather than
3873         BibTeX.
3874         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
3875         (reftex-locate-bibliography-files): Us it.
3877 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
3879         * image.el (image-type-header-regexps): Fix the 'pbm' part to
3880         allow comments in pbm files.
3882         * term/w32-win.el (dynamic-library-alist): Support newer versions
3883         of libjpeg starting with v7: look only for the DLL from the
3884         version against which Emacs was built.
3885         Support versions of libpng beyond 1.4.x.
3886         Support libtiff v4.x.
3888 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
3890         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
3891         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
3892         Add property :safe.
3893         (ruby-deep-arglist): Add property :type.
3895 2013-10-31  Glenn Morris  <rgm@gnu.org>
3897         * Makefile.in (custom-deps, finder-data): No need to setq the target
3898         variables, we are in the right directory and the defaults work fine.
3900 2013-10-30  Glenn Morris  <rgm@gnu.org>
3902         * Makefile.in (autoloads): Do not use abs_lisp.
3904         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3905         `newline' does not respect `standard-output', so use `princ'.
3907 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
3909         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
3910         * buff-menu.el (Buffer-menu--unmark): New function.
3911         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
3913 2013-10-30  Glenn Morris  <rgm@gnu.org>
3915         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
3917         * emacs-lisp/package.el (lm-homepage): Declare.
3919         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
3920         Fix doc typos.
3922         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
3924         * Makefile.in (finder-data, autoloads, update-subdirs)
3925         (compile-main, compile-clean, compile-always, bootstrap-clean):
3926         Check return value of cd.
3927         (compile-calc): Remove.
3929 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3931         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
3933         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
3934         (byte-compile-and-folded): New function.
3935         (=, <, >, <=, >=): Use it.
3937         * dos-w32.el (minibuffer-history-case-insensitive-variables)
3938         (path-separator, null-device, buffer-file-coding-system)
3939         (lpr-headers-switches): Check system-type before modifying them.
3940         (find-buffer-file-type-coding-system): Mark obsolete.
3941         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
3942         find-file-not-found-set-buffer-file-coding-system.
3943         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
3944         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
3945         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
3946         (w32-direct-print-region-helper, w32-direct-print-region-function)
3947         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
3948         * startup.el (normal-top-level-add-subdirs-to-load-path):
3949         * ps-print.el (ps-print-region-function):
3950         * lpr.el (print-region-function): Use new name.
3952         * subr.el (custom-declare-variable-early): Remove function.
3953         (custom-declare-variable-list): Remove var.
3954         (error, user-error): Remove `while' loop.
3955         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
3956         (user-emacs-directory-warning, locate-user-emacs-file):
3957         Move to files.el.
3958         * simple.el (read-quoted-char-radix, read-quoted-char):
3959         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
3960         Move from subr.el.
3961         * custom.el (custom-declare-variable-list): Don't process
3962         custom-declare-variable-list.
3964         * progmodes/python.el (python-shell-get-buffer): New function.
3965         (python-shell-get-process): Use it.
3966         (python-shell-send-string): Always use utf-8 and add a cookie to tell
3967         Python which encoding was used.  Don't split-string since we only care
3968         about the first line.  Return the temp-file, if applicable.
3969         (python-shell-send-region): Tell compile.el how to turn locations in
3970         the temp-file into locations in the source buffer.
3972 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3974         * subr.el (undefined): Add missing behavior from the C code for
3975         unbound keys.
3977         * rect.el: Use lexical-binding.  Add new rectangular region support.
3978         (rectangle-mark): New command.
3979         (rectangle--region): New var.
3980         (deactivate-mark-hook): Reset rectangle--region.
3981         (rectangle--extract-region, rectangle--insert-for-yank)
3982         (rectangle--highlight-for-redisplay)
3983         (rectangle--unhighlight-for-redisplay): New functions.
3984         (region-extract-function, redisplay-unhighlight-region-function)
3985         (redisplay-highlight-region-function): Use them to handle
3986         rectangular region.
3987         * simple.el (region-extract-function): New var.
3988         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
3989         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
3990         (kill-region): Replace obsolete `yank-handler' arg with `region'.
3991         (copy-region-as-kill, kill-ring-save): Add `region' argument.
3992         (redisplay-unhighlight-region-function)
3993         (redisplay-highlight-region-function): New vars.
3994         (redisplay--update-region-highlight): New function.
3995         (pre-redisplay-function): Use it.
3996         (exchange-point-and-mark): Don't deactivate the mark before
3997         reactivate-it anyway.
3998         * comint.el (comint-kill-region): Remove yank-handler argument.
3999         * delsel.el (delete-backward-char, backward-delete-char-untabify)
4000         (delete-char): Remove property, since it's now part of their
4001         default behavior.
4002         (self-insert-iso): Remove property since this command doesn't exist.
4004         * emacs-lisp/package.el (package--download-one-archive)
4005         (describe-package-1): Don't query the user about final newline.
4007 2013-10-29  Daniel Colascione  <dancol@dancol.org>
4009         * net/tramp.el (tramp-methods): Document new functionality.
4010         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4011         tramp-hostname-checker if method provides one instead of scanning
4012         argument list for "%h" to decide hostname acceptability.
4014 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
4016         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4017         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4018         Handle COPY-CONTENTS.  (Bug#15737)
4020 2013-10-28  Daiki Ueno  <ueno@gnu.org>
4022         * epa-file.el
4023         (epa-file-cache-passphrase-for-symmetric-encryption):
4024         Document that this option has no effect with GnuPG 2.0 (bug#15552).
4026 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
4028         * image.el (defimage):
4029         (image-load-path): Doc fixes.
4031 2013-10-27  Alan Mackenzie  <acm@muc.de>
4033         Indent statements in macros following "##" correctly.
4034         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4035         Modify the "#" arm of a cond form to handle "#" and "##" operators.
4037 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4039         * linum.el (linum-update-window): Fix boundary test (bug#13446).
4041 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
4043         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4044         after `=' is probably a new expression.
4046 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4048         * man.el (man-imenu-title): New option.
4049         (Man-mode-map): Add menu.  (Bug#15722)
4050         (Man-mode): Add imenu to menu.
4052 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
4054         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4055         specific in what the first arg can be: a non-keyword word,
4056         string/regexp/percent literal opener, opening paren, or unary
4057         operator followed directly by word.
4059 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4061         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4062         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4063         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4064         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4065         Remove vars, they do not apply any more.
4066         (prolog-mode-abbrev-table): Remove redundant declaration.
4067         (prolog-upper-case-string, prolog-lower-case-string): Remove.
4068         (prolog-use-smie): Remove.
4069         (prolog-smie-rules): Add indentation rule for the if-then-else layout
4070         supported by prolog-electric-if-then-else-flag.
4071         (prolog-mode-variables, prolog-menu): Use setq-local.
4072         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4073         Remove binding to `Backspace' since this key doesn't exist anyway.
4074         Remove bindings for electric self-inserting keys.
4075         (prog-mode): Assume it's defined.
4076         (prolog-post-self-insert): New function.
4077         (prolog-mode): Use it.
4078         (prolog-indent-line, prolog-indent-level)
4079         (prolog-find-indent-of-matching-paren)
4080         (prolog-indentation-level-of-line, prolog-goto-comment-column)
4081         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4082         (prolog-goto-next-paren, prolog-in-string-or-comment)
4083         (prolog-tokenize, prolog-inside-mline-comment)
4084         (prolog-find-start-of-mline-comment): Remove functions.
4085         (prolog-find-unmatched-paren, prolog-clause-end)
4086         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4087         (prolog-electric--if-then-else): Rename from
4088         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4089         (prolog-tokenize-searchkey): Remove const.
4090         (prolog-clause-info): Use forward-sexp.
4091         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4092         (prolog-electric-if-then-else): Remove commands.
4093         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4094         for use in post-self-insert-hook.
4095         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4096         for use in post-self-insert-hook.
4097         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4098         for use in post-self-insert-hook.
4099         (prolog-electric--underscore): Rename from prolog-electric--underscore;
4100         adapt it for use in post-self-insert-hook.
4102 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
4104         * emacs-lisp/ert.el (ert-run-tests-interactively):
4105         Use `completing-read'.  (Bug#9756)
4107 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
4109         * simple.el (line-move): Call line-move-1 instead of
4110         line-move-visual when the current window hscroll is zero, but
4111         temporary-goal-column indicates we will need to hscroll as result
4112         of the movement.  (Bug#15712)
4114 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
4116         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4117         capitalization.  Use :visible instead of :active.
4118         Fix `ruby-indent-exp' reference.  Add menu items for the generic
4119         commands that are used with SMIE.
4120         (ruby-do-end-to-brace): Insert space after `{'.
4122 2013-10-25  John Anthony  <john@jo.hnanthony.com>
4124         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
4126         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
4128 2013-10-25  Glenn Morris  <rgm@gnu.org>
4130         * vc/vc.el (vc-print-log): Don't use a working revision unless
4131         one was explicitly specified.  (Bug#15322)
4133 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4135         * subr.el (add-to-list): Preserve return value in compiler-macro
4136         (bug#15692).
4138 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4140         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4141         result.  Ask user to retry using '-all' flag.  (Bug#15701)
4143 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4145         * emacs-lisp/smie.el: New smie-config system.
4146         (smie-config): New defcustom.
4147         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4148         (smie-config-guess, smie-config-save): New commands.
4149         (smie-config--mode-local, smie-config--buffer-local)
4150         (smie-config--trace, smie-config--modefuns): New vars.
4151         (smie-config--advice, smie-config--mode-hook)
4152         (smie-config--setter, smie-config-local, smie-config--get-trace)
4153         (smie-config--guess-value, smie-config--guess): New functions.
4154         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4155         text properties.  Treat "string fence" syntax like string syntax.
4157         * progmodes/sh-script.el (sh-use-smie): Change default.
4158         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4159         (sh-var-value): Simplify by CSE.
4160         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4161         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4162         is used.
4163         (sh-guess-basic-offset): Use cl-incf.
4164         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4166 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
4168         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4169         (bug#15699).
4171 2013-10-24  Glenn Morris  <rgm@gnu.org>
4173         * Makefile.in (abs_top_srcdir): Remove.
4174         (update-subdirs): Use relative path to update-subdirs.
4176 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
4178         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4179         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4180         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4181         Call unmsys--file-name before expand-file-name, not after it.
4183 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
4185         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4186         (ert-test-skipped): New error.
4187         (ert-skip, ert-stats-skipped): New defuns.
4188         (ert--skip-unless): New macro.
4189         (ert-test-skipped): New struct.
4190         (ert--run-test-debugger, ert-test-result-type-p)
4191         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4192         (ert--stats-set-test-and-result, ert-char-for-test-result)
4193         (ert-string-for-test-result, ert-run-tests-batch)
4194         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4195         Handle skipped tests.  (Bug#9803)
4197 2013-10-24  Glenn Morris  <rgm@gnu.org>
4199         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4201         * Makefile.in (abs_top_srcdir): New, set by configure.
4202         (update-subdirs): Correct build-aux location.
4204 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
4206         * vc/vc.el (vc-print-root-log): Always set `default-directory'
4207         value, whether we could auto-deduce `backend', or not.
4209         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4210         with parameters" example.  Simplify the "is it block or is it
4211         hash" check, but also make it more thorough.
4213 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
4215         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
4217 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4219         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
4220         { if it is hanging.
4222         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
4223         :before ";".
4225 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
4227         * progmodes/compile.el (compilation-directory-matcher)
4228         (compilation-page-delimiter):
4229         Support GNU Make-4.0 directory quoting.  (Bug#15678)
4231 2013-10-23  Leo Liu  <sdl.web@gmail.com>
4233         * ido.el (ido-tidy): Handle read-only text.
4235 2013-10-23  Glenn Morris  <rgm@gnu.org>
4237         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
4238         (emacs, compile, compile-always):
4239         Quote entities that might contain whitespace.
4240         (custom-deps, finder-data, autoloads): Use abs_lisp.
4241         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4242         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4243         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
4245 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
4247         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
4248         Use `following-char'.
4250 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4252         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
4253         * progmodes/ruby-mode.el (ruby-smie-rules):
4254         Remove corresponding workaround.  Fix indentation rule of ";" so it
4255         also applies when ";" is the parent.
4257 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
4259         * frame.el (display-screens, display-pixel-height)
4260         (display-pixel-width, display-mm-width, display-backing-store)
4261         (display-save-under, display-planes, display-color-cells)
4262         (display-visual-class, display-monitor-attributes-list):
4263         Mention the optional ‘display’ argument in doc strings.
4265 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
4267         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
4268         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
4270 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4272         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
4273         TODO.  Add "." after " @ ".
4274         (ruby-smie--at-dot-call): New function.  Checks if point at method
4275         call with explicit target.
4276         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
4277         to the method name tokens when it precedes them.
4278         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
4279         (ruby-smie-rules): Add rule for indentation before and after "."
4280         token.
4282 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4284         * textmodes/remember.el (remember-diary-extract-entries):
4285         Avoid add-to-list.
4287         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
4288         an instruction.
4290 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4292         * progmodes/ruby-mode.el (ruby-smie-grammar):
4293         Add (almost) all infix operators.
4294         (ruby-smie--implicit-semi-p): Add new operator chars.
4296         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4297         `smie-down-list'.
4298         (ruby-smie--args-separator-p): Check that there's no newline
4299         between method call and its arguments.
4301 2013-10-20  Alan Mackenzie  <acm@muc.de>
4303         Allow comma separated lists after Java "implements".
4305         * progmodes/cc-engine.el (c-backward-over-enum-header):
4306         Parse commas.
4307         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
4308         from a "disallowed" list in enum fontification.
4310 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
4312         * startup.el (default-frame-background-mode): Remove unused defvar.
4314         * progmodes/verilog-mode.el (verilog-mode): Don't set
4315         comment-indent-function globally.
4317 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
4319         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
4320         Move Info menu item creation to ns-win.el.
4322         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
4323         in menu bar.
4325         * menu-bar.el: Move GNUstep specific menus...
4327         * term/ns-win.el (ns-initialize-window-system): ... to here.
4329 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4331         * simple.el (newline): Only run post-self-insert-hook when
4332         called interactively.
4334 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
4336         * icomplete.el (icomplete-with-completion-tables): Add :version.
4338 2013-10-19  Alan Mackenzie  <acm@muc.de>
4340         Fix fontification bugs with constructors and const.
4342         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
4343         CASE 2) Remove the check for the absence of a suffix construct
4344         after a function declaration with only types (no identifiers) in
4345         the parentheses.  Also, accept a function declaration with just a
4346         type inside the parentheses, if this type can be positively
4347         recognised as such, or if a prefix keyword like "explicit" nails
4348         down the construct as a declaration.
4350 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
4352         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
4353         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
4354         the problem whereby selecting a menu item that leads to a
4355         minibuffer prompt moves the cursor out of the minibuffer window,
4356         making it hard to type at the prompt.  Suggested by Stefan Monnier
4357         <monnier@iro.umontreal.ca>.
4359 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
4361         * menu-bar.el: Don't make Services menu.
4363 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4365         * ffap.el: Handle "/usr/include/c++/<version>" directories.
4366         (ffap-alist): Use ffap-c++-mode for c++-mode.
4367         (ffap-c++-path): New variable.
4368         (ffap-c++-mode): New function.
4370 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
4372         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
4374 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
4376         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
4377         introduced on 2013-09-08, which results in an infinite loop
4378         requesting a password.
4380 2013-10-18  Glenn Morris  <rgm@gnu.org>
4382         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
4384 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
4386         Sync with upstream verilog-mode revision 1a6ecec7.
4387         * progmodes/verilog-mode.el (verilog-mode-version): Update.
4388         (verilog-mode-release-date): Remove.
4389         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
4390         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
4391         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
4392         (verilog-auto-tieoff-ignore-regexp)
4393         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
4394         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
4395         (verilog-signals-with, verilog-dir-cache-preserving)
4396         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
4397         Doc fixes.
4398         (verilog-case-fold): New option, to control case folding in
4399         regexp searches, bug597.
4400         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
4401         (verilog-string-match-fold, verilog-in-paren-count)
4402         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4403         (verilog-at-close-struct-p): New functions.
4404         (verilog-beg-block-re-ordered, verilog-extended-case-re)
4405         (verilog-forward-sexp, verilog-set-auto-endcomments):
4406         (verilog-leap-to-case-head): Handle "unique0" case.
4407         (verilog-in-constraint-re): New constant.
4408         (verilog-keywords, verilog-type-font-keywords):
4409         Add some SystemVerilog 1800-2012 keywords.
4410         (verilog-label-be): Remove unimplemented argument, bug669.
4411         (verilog-batch-execute-func): When batch expanding clear
4412         create-lockfiles to prevent spurious user locks when a file ends
4413         up not changing.
4414         (verilog-calculate-indent, verilog-calc-1)
4415         (verilog-at-close-constraint-p, verilog-at-constraint-p)
4416         (verilog-do-indent): Fix indentation of nested constraints
4417         and structures.
4418         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
4419         (verilog-auto-inst-param): Use verilog-string-match-fold.
4420         (verilog-read-inst-module-matcher):
4421         Fix AUTOINST on gate primitives with #1.
4422         (verilog-read-decls): Fix double-declaring user-defined typed signals.
4423         Reads all user-defined typed variables.
4424         (verilog-read-defines): Fix reading definitions inside comments, bug647.
4425         (verilog-signals-matching-regexp)
4426         (verilog-signals-not-matching-regexp, verilog-auto):
4427         Respect verilog-case-fold.
4428         (verilog-diff-report): Fix line count.
4429         (verilog-auto-assign-modport): Remove unused local `modi'.
4430         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
4431         better handle multidimensional arrays.
4432         Fix packed array ports misadding bit index in AUTOINST, bug637.
4433         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
4434         to not double-declare existing outputs and inputs, respectively.
4435         (verilog-template-map): Bind U to verilog-sk-uvm-component.
4436         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
4437         (verilog-sk-uvm-component): New skeleton.
4438         (verilog-submit-bug-report): Add verilog-case-fold,
4439         remove verilog-mode-release-date.
4441 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
4443         * subr.el (sit-for): Call (input-pending-p t) so as to behave
4444         as before.
4446 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
4448         * textmodes/remember.el (remember): Set buffer-offer-save in
4449         remember buffers (bug#13566).
4451 2013-10-18  Daniel Colascione  <dancol@dancol.org>
4453         When evaluating forms in ielm, direct standard output to ielm
4454         buffer.  Add new ielm-return-for-effect command.  Remove trailing
4455         whitespace throughout.
4457         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
4458         (ielm-return-for-effect): New command.
4459         (ielm-send-input): Accept optional `for-effect' parameter.
4460         (ielm-eval-input): Accept optional `for-effect' parameter.
4461         Bind `standard-output' to stream we create using
4462         `ielm-standard-output-impl'.  Suppress printing result when
4463         `for-effect'.
4464         (ielm-standard-output-impl): New function.
4465         (inferior-emacs-lisp-mode): Explain new features in documentation.
4467 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
4469         Code cleanup.
4471         * net/tramp.el (tramp-debug-message): Do not check for connection
4472         buffer.
4473         (tramp-message): Use "vector" connection property.
4475         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
4476         (tramp-equal-remote, tramp-eshell-directory-change)
4477         * net/tramp-adb.el (tramp-adb-handle-copy-file)
4478         (tramp-adb-handle-rename-file)
4479         * net/tramp-cmds.el (tramp-list-remote-buffers)
4480         (tramp-cleanup-connection, tramp-cleanup-this-connection)
4481         * net/tramp-compat.el (tramp-compat-process-running-p)
4482         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
4483         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
4484         (tramp-gvfs-handle-rename-file)
4485         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4486         (tramp-set-file-uid-gid)
4487         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4488         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
4489         of `file-remote-p'.
4491         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4492         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4493         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4494         (tramp-gw-open-network-stream): Suppress unrelated traces.
4496         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4497         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4498         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4499         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4500         connection property.
4502         * net/tramp-cache.el (top): Suppress traces when reading
4503         persistency file.
4505         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4506         Refactor common code.  Improve debug message.
4507         (tramp-maybe-open-connection)
4508         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4509         connection buffer too early.
4511         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4512         from `tramp-smb-actions-with-acl'.
4513         (tramp-smb-actions-set-acl): New defconst.
4514         (tramp-smb-handle-copy-directory)
4515         (tramp-smb-action-get-acl): New defun, renamed from
4516         `tramp-smb-action-with-acl'.
4517         (tramp-smb-action-set-acl): New defun.
4518         (tramp-smb-handle-set-file-acl): Rewrite.
4520 2013-10-17  Glenn Morris  <rgm@gnu.org>
4522         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
4524 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4526         * skeleton.el (skeleton-newline): Remove.
4527         (skeleton-internal-1): Use (insert "\n") instead.
4529         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4530         let-bindings.
4532         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4533         forward-sexp-function while we redo its job (bug#15613).
4535 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
4537         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4538         represented by lists.
4540 2013-10-16  Glenn Morris  <rgm@gnu.org>
4542         * tmm.el (tmm--history): New dynamic variable.
4543         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
4545 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
4547         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4548         (tramp-smb-errors): Add error messages.
4549         (tramp-smb-actions-with-acl): New defconst.
4550         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
4551         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4552         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4553         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4554         (tramp-smb-get-stat-capability): Fix tests.
4556 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4558         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4559         (bug#15580).
4561 2013-10-16  Glenn Morris  <rgm@gnu.org>
4563         * ansi-color.el (ansi-color-drop-regexp):
4564         Add 1J, 1K, 2K.  (Bug#15617)
4566         * files.el (hack-local-variables--warned-lexical): New.
4567         (hack-local-variables):
4568         Warn about misplaced lexical-binding.  (Bug#15616)
4570         * net/eww.el (eww-render): Always set eww-current-url,
4571         and update header line.  (Bug#15622)
4572         (eww-display-html): ... Rather than just doing it here.
4574 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
4576         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4577         menu navigations commands.
4579 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4581         * progmodes/subword.el (subword-capitalize): Be careful when
4582         the search for [[:alpha:]] fails (bug#15580).
4584 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
4586         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4587         to commands that scroll the menu.
4589 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
4591         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4592         Handle methods ending with `?' and `!'.
4594 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
4596         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4597         `japanese-cp932' to `cp932' to fix the problem where saving a
4598         source file written in Shift_JIS twice would end up having
4599         `coding: japanese-cp932' which Ruby could not recognize.
4600         (ruby-mode-set-encoding): Add support for encodings mapped to nil
4601         in `ruby-encoding-map'.
4602         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4603         doesn't need to be explicitly declared in magic comment.
4604         (ruby-encoding-map): Add type declaration for better customize UI.
4606 2013-10-13  Glenn Morris  <rgm@gnu.org>
4608         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4609         Occur buffers are read-only.  http://bugs.debian.org/720775
4611         * emacs-lisp/authors.el (authors-fixed-entries):
4612         Comment out old alpha stuff.
4614 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
4616         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4617         to `after-save-hook' instead of `before-save-hook'.
4618         (ruby-mode-set-encoding): Use the value of coding system used to
4619         write the file.  Call `basic-save-buffer-1' after modifying the
4620         buffer.
4622 2013-10-13  Alan Mackenzie  <acm@muc.de>
4624         Fix indentation/fontification of Java enum with
4625         "implements"/generic.
4627         * progmodes/cc-engine.el (c-backward-over-enum-header):
4628         Extracted from the three other places and enhanced to handle generics.
4629         (c-inside-bracelist-p): Uses new function above.
4630         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
4631         function above.
4632         (c-font-lock-enum-tail): Uses new function above.
4634 2013-10-13  Kenichi Handa  <handa@gnu.org>
4636         * international/mule-cmds.el (select-safe-coding-system): Remove a
4637         superfluous condition in chekcing whether a coding system is safe
4638         or not.
4640 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
4642         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
4644 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
4646         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
4648 2013-10-13  Glenn Morris  <rgm@gnu.org>
4650         * menu-bar.el (menu-bar-update-buffers):
4651         Unify Buffers menu prompt string.  (Bug#15576)
4653         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
4655         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
4656         Add some entries.
4657         (authors-fixed-entries): Use accented form of name.
4659 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4661         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
4662         method calls (bug#15594).
4663         (ruby-smie--args-separator-p): New function.
4664         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
4665         recognize paren-free method calls.
4667         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
4668         internals of universal-argument.
4670 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
4672         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
4673         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
4674         dropped menu on second mouse click on the menu bar.
4676 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4678         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
4679         (explicit-shell-file-name): Declare.
4680         (sh--vars-before-point, sh--cmd-completion-table): New functions.
4681         (sh-completion-at-point-function): New function.
4682         (sh-mode): Use it.
4683         (sh-smie--keyword-p): Remove unused argument.
4684         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
4685         vars.
4686         (sh-set-shell): Always setup SMIE, even if we use the
4687         old indentation code.
4689 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
4691         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
4692         cases of ? and =.
4693         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
4694         predicate would return nil are almost non-existent.
4695         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
4697         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
4698         cache also after commands that modify the buffer but don't move
4699         point.
4701 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4703         * env.el (substitute-env-in-file-name): New function.
4704         (substitute-env-vars): Extend the meaning of the optional arg.
4706 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
4708         * term/w32-win.el (dynamic-library-alist): Define separate lists
4709         of GIF DLLs for versions before and after 5.0.0 of giflib.
4710         (Bug#15531)
4712 2013-10-10  João Távora  <joaotavora@gmail.com>
4714         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
4715         not locked, use last revision and current source as
4716         defaults.  (Bug#15569)
4718 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
4720         * menu-bar.el (menu-bar-open): Don't use popup-menu if
4721         menu-bar is hidden.
4723 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
4725         * window.el (pop-to-buffer-same-window): Fix doc-string.
4726         (Bug#15492)
4728 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4730         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
4732 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
4734         * calendar/icalendar.el (icalendar-import-file):
4735         Fix interactive spec.  (Bug#15482)
4737 2013-10-10  Glenn Morris  <rgm@gnu.org>
4739         * desktop.el (desktop-save): Default to saving in .emacs.d,
4740         since PWD is no longer in desktop-path by default.  (Bug#15319)
4742         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
4743         now that text mode has a menu with the same entry.
4744         (menu-bar-text-mode-auto-fill): Remove now unused func.
4745         * textmodes/text-mode.el (text-mode-map):
4746         Use auto-fill help text from menu-bar.el.
4748 2013-10-10  John Anthony  <john@jo.hnanthony.com>
4750         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
4752 2013-10-09  Juri Linkov  <juri@jurta.org>
4754         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
4755         instead of this-command-keys.  Add universal-argument-more and
4756         universal-argument-minus to the list of prefix commands.  (Bug#15568)
4758 2013-10-09  Glenn Morris  <rgm@gnu.org>
4760         * vc/vc-svn.el (vc-svn-create-repo):
4761         Expand paths in file://... url.  (Bug#15446)
4763         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
4764         Add some entries.
4765         (authors): Remove unused local variables.
4767 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4769         * profiler.el: Create a more coherent calltree from partial backtraces.
4770         (profiler-format): Hide the tail with `invisible' so that C-s can still
4771         find the hidden elements.
4772         (profiler-calltree-depth): Don't recurse so enthusiastically.
4773         (profiler-function-equal): New hash-table-test.
4774         (profiler-calltree-build-unified): New function.
4775         (profiler-calltree-build): Use it.
4776         (profiler-report-make-name-part): Indent the calltree less.
4777         (profiler-report-mode): Add visibility specs for profiler-format.
4778         (profiler-report-expand-entry, profiler-report-toggle-entry):
4779         Expand the whole subtree when provided with a prefix arg.
4781 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
4783         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
4784         iuwu-mod token.
4785         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
4786         hanging iuwu-mod token.
4787         (ruby-smie--forward-token): Do not include a dot after a token in
4788         that token.
4789         (ruby-smie--backward-token): Likewise.
4791 2013-10-08  Juri Linkov  <juri@jurta.org>
4793         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
4794         to isearch-other-control-char.
4795         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
4796         and isearch-post-command-hook to post-command-hook.
4797         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
4798         and isearch-post-command-hook from post-command-hook.
4799         (isearch-unread-key-sequence)
4800         (isearch-reread-key-sequence-naturally)
4801         (isearch-lookup-scroll-key, isearch-other-control-char)
4802         (isearch-other-meta-char): Remove functions.
4803         (isearch-pre-command-hook, isearch-post-command-hook):
4804         New functions based on isearch-other-meta-char rewritten
4805         relying on the new behavior of overriding-terminal-local-map
4806         that does not replace the local keymaps any more.  (Bug#15200)
4808 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
4810         Support menus on text-mode terminals.
4811         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
4812         functionality.
4814         * tooltip.el (tooltip-mode): Don't error out on TTYs.
4816         * menu-bar.el (popup-menu, popup-menu-normalize-position):
4817         Move here from mouse.el.
4818         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
4819         and arrow keys.
4820         (tty-menu-navigation-map): New map for TTY menu navigation.
4822         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
4824         * frame.el (display-mouse-p): Report text-mode mouse as available
4825         on w32.
4826         (display-popup-menus-p): Report availability if mouse is
4827         available; don't condition on window-system.
4829         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
4830         (tty-menu-selected-face): New faces.
4832 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4834         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
4835         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
4836         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
4837         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
4838         New constants.
4839         (lisp-mode-variables): New `elisp' argument.
4840         (emacs-lisp-mode): Use it.
4841         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
4842         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
4844         * indent.el: Use lexical-binding.
4845         (indent-region): Add progress reporter.
4846         (tab-stop-list): Make it implicitly extend to infinity by repeating the
4847         last step.
4848         (indent--next-tab-stop): New function to implement this behavior.
4849         (tab-to-tab-stop, move-to-tab-stop): Use it.
4851 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
4853         * indent.el (indent-rigidly--current-indentation): New function.
4854         (indent-rigidly-map): New var.
4855         (indent-rigidly): Use it to provide interactive mode (bug#8196).
4857 2013-10-08  Bastien Guerry  <bzg@gnu.org>
4859         * register.el (insert-register): Fix 2013-10-07 change.
4861 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4863         * progmodes/perl-mode.el: Use lexical-binding.
4864         Remove redundant :group args.
4865         (perl-nochange): Change default to be closer to other major modes's
4866         standard behavior.
4867         (perl-indent-line): Don't consider text on current line as a
4868         valid beginning of function from which to indent.
4870         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4871         with more than one argument (bug#15538).
4873         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
4875         * vc/pcvs.el: Use lexical-binding.
4876         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
4877         environment of `eval'.
4878         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
4879         than a list of expressions.  Adjust callers.
4880         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
4882 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
4884         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
4885         case of the dot in a chained method call being on the following line.
4887 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4889         * electric.el (electric-indent-inhibit): New var.
4890         (electric-indent-post-self-insert-function): Use it.
4891         * progmodes/python.el (python-mode): Set it.
4893         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
4894         open braces.
4896         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
4898         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
4899         (css-mode): Use electric-indent-chars.
4901         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
4902         (font-lock-beg, font-lock-end): Move before first use.
4903         (nxml-mode): Use syntax-propertize-function.
4904         (nxml-after-change, nxml-after-change1): Adjust accordingly.
4905         (nxml-extend-after-change-region): Remove.
4906         * nxml/xmltok.el: Use lexical-binding.
4907         (xmltok-save): Use `declare'.
4908         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
4909         * nxml/nxml-util.el: Use lexical-binding.
4910         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
4911         Use `declare'.
4912         * nxml/nxml-ns.el: Use lexical-binding.
4913         (nxml-ns-save): Use `declare'.
4914         (nxml-ns-prefixes-for): Avoid add-to-list.
4915         * nxml/rng-match.el: Use lexical-binding.
4916         (rng--ipattern): Use cl-defstruct.
4917         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
4918         (rng-cons-group-after, rng-subst-group-after)
4919         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
4920         Use closures instead of `(lambda...).
4922 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
4924         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
4925         of BEG and END.
4927         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4928         Use `tramp-handle-insert-file-contents'.
4929         (tramp-gvfs-handle-insert-file-contents): Remove function.
4931         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4932         Use `save-restriction' in order to keep markers.
4934         * net/trampver.el: Update release number.
4936 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4938         * progmodes/compile.el (compilation-parse-errors):
4939         Use compilation--put-prop.
4940         (compilation--ensure-parse): Check compilation-multiline.
4942         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
4944         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
4945         lexical-binding.
4947         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
4949         * progmodes/ruby-mode.el: Fix recently added tests.
4950         (ruby-smie-grammar): Add - and +.
4951         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
4952         (ruby-smie--backward-id): New functions.
4953         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
4954         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
4955         any more.
4957 2013-10-07  Leo Liu  <sdl.web@gmail.com>
4959         * register.el (register-preview-delay)
4960         (register-preview-functions): New variables.
4961         (register-read-with-preview, register-preview)
4962         (register-describe-oneline): New functions.
4963         (point-to-register, window-configuration-to-register)
4964         (frame-configuration-to-register, jump-to-register)
4965         (number-to-register, view-register, insert-register)
4966         (copy-to-register, append-to-register, prepend-to-register)
4967         (copy-rectangle-to-register): Use register-read-with-preview to
4968         read register.  (Bug#15525)
4970 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
4972         * net/network-stream.el (network-stream-open-starttls): Don't add
4973         --insecure if it's already present, because that gnutls-cli
4974         rejects getting that parameter twice.
4976 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
4978         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
4979         keyword, too.
4981 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
4983         * newcomment.el (comment-use-global-state): Change default value
4984         to t, mark obsolete (Bug#15251).
4985         (comment-beginning): In addition to `comment-to-syntax', check the
4986         value of `comment-use-global-state'.
4988 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4990         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
4991         (ruby-comment-column): Follow the global default, by default.
4992         (ruby-smie-grammar): Add assignment syntax.
4993         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
4994         open-paren, a comma, or a \.
4995         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
4996         and line continuations.
4997         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
4998         followed by implicit semi-colons.  Add rule for string concatenation
4999         and for indentation at BOB.
5000         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
5002         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5003         calling next-sexp, since next-token may have skipped chars which
5004         next-sexp doesn't know should be skipped!
5006 2013-10-05  Leo Liu  <sdl.web@gmail.com>
5008         * progmodes/octave.el (octave-send-region):
5009         Call compilation-forget-errors.
5011 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
5013         * vc/vc-svn.el (vc-svn-find-admin-dir):
5014         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5015         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5016         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5017         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5019 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5021         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5023 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5025         * subr.el (read-passwd): Hide chars even when called within a context
5026         where after-change-functions is disabled (bug#15501).
5027         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5028         until we removed ourself from overriding-terminal-local-map.
5030 2013-10-04  Leo Liu  <sdl.web@gmail.com>
5032         * progmodes/octave.el (inferior-octave-mode):
5033         Call compilation-forget-errors.
5035 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
5037         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5039 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
5041         * net/secrets.el (secrets-create-collection): Add optional
5042         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
5043         dbus-call-method argument.  (Bug#15516)
5045 2013-10-04  Leo Liu  <sdl.web@gmail.com>
5047         * progmodes/octave.el (inferior-octave-error-regexp-alist)
5048         (inferior-octave-compilation-font-lock-keywords): New variables.
5049         (compilation-error-regexp-alist)
5050         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5051         (inferior-octave-mode): Use compilation-shell-minor-mode.
5053 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
5055         * minibuffer.el (completion--replace): Be careful that `end' might be
5056         a marker.
5058 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5060         Add support for package signature checking.
5061         * emacs-lisp/package.el (url-http-file-exists-p)
5062         (epg-make-context, epg-context-set-home-directory)
5063         (epg-verify-string, epg-context-result-for)
5064         (epg-signature-status, epg-signature-to-string)
5065         (epg-check-configuration, epg-configuration)
5066         (epg-import-keys-from-file): Declare.
5067         (package-check-signature): New user option.
5068         (package-unsigned-archives): New user option.
5069         (package-desc): Add `signed' field.
5070         (package-load-descriptor): Set `signed' field if .signed file exists.
5071         (package--archive-file-exists-p): New function.
5072         (package--check-signature): New function.
5073         (package-install-from-archive): Check package signature.
5074         (package--download-one-archive): Check archive signature.
5075         (package-delete): Remove .signed file.
5076         (package-import-keyring): New command.
5077         (package-refresh-contents): Import default keyring.
5078         (package-desc-status): Add "unsigned" status.
5079         (describe-package-1, package-menu--print-info)
5080         (package-menu-mark-delete, package-menu--find-upgrades)
5081         (package-menu--status-predicate): Support "unsigned" status.
5083 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5086         the new compilation scheme using the new byte-codes.
5088         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5089         (byte-pophandler): New byte codes.
5090         (byte-goto-ops): Adjust accordingly.
5091         (byte-compile--use-old-handlers): New var.
5092         (byte-compile-catch): Use new byte codes depending on
5093         byte-compile--use-old-handlers.
5094         (byte-compile-condition-case--old): Rename from
5095         byte-compile-condition-case.
5096         (byte-compile-condition-case--new): New function.
5097         (byte-compile-condition-case): New function that dispatches depending
5098         on byte-compile--use-old-handlers.
5099         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5100         when we can.
5102         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5103         Optimize under `condition-case' and `catch' if
5104         byte-compile--use-old-handlers is nil.
5105         (disassemble-offset): Handle new bytecodes.
5107 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5109         * subr.el (error): Use `declare'.
5110         (decode-char, encode-char): Use advertised-calling-convention instead
5111         of the docstring to discourage use of the `restriction' arg.
5113 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5115         * epg.el (epg-verify-file): Add a comment saying that it does not
5116         notify verification error as a return value nor a signal.
5117         (epg-verify-string): Ditto.
5119 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5121         * progmodes/compile.el (compilation-start): Try globbing the arg to
5122         `cd' (bug#15417).
5124 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
5126         Sync with Tramp 2.2.8.
5128         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5129         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5130         * net/trampver.el: Update release number.
5132 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
5134         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5135         and default-process-coding-system for darwin only.
5137 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5139         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5141 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
5143         * vc/vc-git.el (vc-git-grep): Disable pager.
5145 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
5147         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5148         Use :url instead of :homepage, as per
5149         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5151         * newcomment.el (comment-beginning): When `comment-use-syntax' is
5152         non-nil, use `syntax-ppss' (Bug#15251).
5154 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5156         * progmodes/octave.el (inferior-octave-startup-file):
5157         Prefer ~/.emacs.d/init_octave.m.
5159 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
5161         * emacs-lisp/package.el (package-desc-from-define):
5162         Accept additional arguments as plist, convert them to an alist and store
5163         them in the `extras' slot.
5164         (package-generate-description-file): Convert extras alist back to
5165         plist and append to the `define-package' form arguments.
5166         (package--alist-to-plist): New function.
5167         (package--ac-desc): Add `extras' slot.
5168         (package--add-to-archive-contents): Check if the archive-contents
5169         vector is long enough, and if it is, pass its `extras' slot value
5170         to `package-desc-create'.
5171         (package-buffer-info): Call `lm-homepage', pass the returned value
5172         to `package-desc-from-define'.
5173         (describe-package-1): Render the homepage button (Bug#13291).
5175         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5176         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5178 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
5180         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5181         and default-process-coding-system to utf-8-unix (Bug#15402).
5183 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
5185         * subr.el (looking-back): Do not recommend using looking-back.
5187 2013-09-28  Alan Mackenzie  <acm@muc.de>
5189         Fix indentation/fontification of Java enum with "implements".
5191         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5192         regexp which matches "implements", etc., in Java.
5193         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5194         specifier clauses coming after "enum".
5195         * progmodes/cc-fonts.el (c-font-lock-declarations)
5196         (c-font-lock-enum-tail): Check for extra specifier clauses coming
5197         after "enum".
5199 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
5201         * faces.el (region): Change ns_selection_color to
5202         ns_selection_fg_color, add ns_selection_bg_color.
5204 2013-09-28  Leo Liu  <sdl.web@gmail.com>
5206         * progmodes/octave.el (inferior-octave-completion-table)
5207         (inferior-octave-completion-at-point): Minor tweaks.
5209         * textmodes/ispell.el (ispell-lookup-words): Rename from
5210         lookup-words.  (Bug#15460)
5211         (lookup-words): Obsolete.
5212         (ispell-complete-word, ispell-command-loop): All uses changed.
5214 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5216         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
5217         (octave-mode-menu): Add octave-send-buffer.
5218         (octave-send-buffer): New function.
5220 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5222         * progmodes/octave.el (octave-mode-map): Add key binding for
5223         octave-lookfor.
5224         (octave-mode-menu): Add octave-lookfor.
5225         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
5226         octave-lookfor.
5227         (octave-lookfor): New function.
5229 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5231         * emacs-lisp/cl-macs.el:
5232         (cl--loop-destr-temps): Remove.
5233         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
5234         its convention.
5235         (cl--loop-set-iterator-function): New function.
5236         (cl-loop): Adjust accordingly, so as not to use cl-subst.
5237         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
5238         Bind `it' with `let' instead of substituting it with `cl-subst'.
5239         (cl--unused-var-p): New function.
5240         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
5241         Eliminate some unused variable warnings (bug#15326).
5243 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
5245         * doc-view.el (doc-view-scale-reset): Rename from
5246         `doc-view-reset-zoom-level'.
5247         (doc-view-scale-adjust): New command.
5248         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
5249         `doc-view-scale-adjust'.
5251 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
5253         * doc-view.el (doc-view-reset-zoom-level): New command.
5254         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
5255         zoom commands (bug#15466).
5257 2013-09-26  Kenichi Handa  <handa@gnu.org>
5259         * international/quail.el (quail-help): Make it not a command.
5261 2013-09-26  Leo Liu  <sdl.web@gmail.com>
5263         * minibuffer.el (completion-all-sorted-completions): Make args
5264         optional as they are.
5266 2013-09-25  Daniel Colascione  <dancol@dancol.org>
5268         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
5269         specs are and that they're not evaluated.
5271 2013-09-24  Sam Steingold  <sds@gnu.org>
5273         * midnight.el (clean-buffer-list-kill-regexps)
5274         (clean-buffer-list-kill-buffer-names): Update for the new Man
5275         buffer naming which includes the object name.
5277 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * eshell/esh-cmd.el (eshell--sep-terms): New var.
5280         (eshell-parse-command, eshell-parse-pipeline): Use it since
5281         eshell-separate-commands requires a dynamic scoped var.
5282         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
5284 2013-09-23  Leo Liu  <sdl.web@gmail.com>
5286         * autoinsert.el (auto-insert-alist): Make the value of
5287         lexical-binding match its file setting.
5289 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
5291         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
5293         * autoarg.el (autoarg-kp-digit-argument):
5294         * electric.el (Electric-command-loop):
5295         * kmacro.el (kmacro-step-edit-insert):
5296         Do not set universal-argument-num-events.
5298 2013-09-22  Leo Liu  <sdl.web@gmail.com>
5300         * files.el (interpreter-mode-alist): Add octave.
5302 2013-09-21  Alan Mackenzie  <acm@muc.de>
5304         C++: fontify identifier in declaration following "public:" correctly.
5305         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
5306         to match "public", etc.
5307         (c-decl-prefix-re): Add ":" into the C++ value.
5308         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
5309         bit.  Add a check for a ":" preceded by "public", etc.
5311 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
5313         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
5314         recognized by GDB 7.5 and later.
5316 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
5318         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
5320 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5322         * subr.el (internal--call-interactively): New const.
5323         (called-interactively-p): Use it (bug#3984).
5325 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
5327         * vc/pcvs.el (cvs-mode-ignore):
5328         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
5329         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
5331 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5333         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
5334         (eshell-ls-orig-insert-directory): Remove.
5335         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
5336         (eshell-ls-use-in-dired): Use advice-add/remove.
5337         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
5338         Add `orig-fun' arg for use in :around advice.
5339         Make it check (redundantly) eshell-ls-use-in-dired.
5341 2013-09-19  Glenn Morris  <rgm@gnu.org>
5343         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
5345         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
5347         * emacs-lisp/eieio.el (class-parent): Undo previous change.
5349 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
5351         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
5352         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
5353         (tramp-get-remote-python): New defuns.
5354         (tramp-get-remote-uid-with-perl)
5355         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
5356         contributed by yary <not.com@gmail.com> (tiny change).
5357         (tramp-get-remote-uid-with-python)
5358         (tramp-get-remote-gid-with-python): New defuns.  Python code
5359         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
5360         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
5362 2013-09-19  Glenn Morris  <rgm@gnu.org>
5364         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
5366         * eshell/em-unix.el (eshell-remove-entries):
5367         Rename argument to avoid name-clash with global `top-level'.
5369         * eshell/esh-proc.el (eshell-kill-process-function):
5370         Remove eshell-reset-after-proc from eshell-kill-hook if present.
5371         (eshell-reset-after-proc): Remove unused arg `proc'.
5373         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
5374         (directory-files-and-attributes): Mark unused arg.
5376         * eshell/em-unix.el (eshell-remove-entries):
5377         Remove unused arg `path'.  Update callers.
5379         * eshell/em-hist.el (eshell-hist-parse-arguments):
5380         Remove unused arg `silent'.  Update callers.
5382         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
5383         Fix (f)boundp mix-up.
5385         * eshell/em-smart.el (eshell-smart-scroll-window)
5386         (eshell-disable-after-change):
5387         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
5389 2013-09-18  Alan Mackenzie  <acm@muc.de>
5391         Fix fontification of type when followed by "const".
5392         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
5393         "known" types from fontification.
5395 2013-09-18  Glenn Morris  <rgm@gnu.org>
5397         * emacs-lisp/chart.el (x-display-color-cells): Declare.
5398         (chart-face-list): Drop Emacsen without display-color-p.
5400         * net/eww.el (libxml-parse-html-region): Declare.
5401         (eww-display-html): Explicit error if no libxml2 support.
5403         * doc-view.el (doc-view-mode): Silence --without-x compilation.
5405         * image.el (image-type-from-buffer, image-multi-frame-p):
5406         Remove --without-x warning/error.
5408         * mouse.el (mouse-yank-primary):
5409         * term.el (term-mouse-paste):
5410         Reorder to silence --without-x compilation.
5412         * mpc.el (doc-view-mode): Silence --without-x compilation.
5414         * mail/rmailmm.el (rmail-mime-set-bulk-data):
5415         Silence --without-x compilation.
5417         * progmodes/gud.el (gud-find-file, gud-mode):
5418         Silence --without-x compilation.
5419         (tooltip-mode): Declare.
5421         * wdired.el (dired-backup-overwrite): Remove declaration.
5422         (wdired-mode-map): Add doc string.
5424         * custom.el (x-get-resource): Declare.
5426         * eshell/em-glob.el (ange-cache):
5427         * eshell/em-unix.el (ange-cache): Declare.
5429         * faces.el (x-display-list, x-open-connection, x-get-resource):
5430         Declare.
5432         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
5433         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
5434         Declare.
5436         * frame.el (x-display-grayscale-p, x-display-name): Declare.
5438         * net/gnutls.el (gnutls-log-level): Declare.
5440         * net/shr.el (image-size, image-animate): Declare.
5442         * simple.el (font-info): Declare.
5444         * subr.el (x-popup-dialog): Declare.
5446         * term/common-win.el (x-select-enable-primary)
5447         (x-last-selected-text-primary, x-last-selected-text-clipboard):
5448         Declare.
5450         * term/ns-win.el (x-handle-args): Declare.
5452         * term/x-win.el (x-select-enable-clipboard): Declare.
5454         * term/w32-win.el (create-default-fontset): Declare.
5456         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
5457         Declare.
5459         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
5460         (fit-frame-to-buffer): Explicit error if --without-x.
5461         (mouse-autoselect-window-select): Silence compiler.
5463         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5465         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
5466         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
5467         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
5468         * eshell/esh-util.el (eshell-sublist):
5469         Remove unused local variables.
5471         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
5473         * textmodes/two-column.el: Make 2C-split work for --without-x.
5474         (scroll-bar-columns): Autoload.
5475         (top-level): Require fringe when compiling.
5477 2013-09-18  Leo Liu  <sdl.web@gmail.com>
5479         * subr.el (add-hook): Robustify to handle closure as well.
5481 2013-09-17  Glenn Morris  <rgm@gnu.org>
5483         * simple.el (messages-buffer-mode-map): Unbind "g".
5485 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5487         * help-mode.el (help-mode-finish): Use derived-mode-p.
5488         Remove obsolete highlighting.
5490         * play/life.el (life-mode): Use define-derived-mode.  Derive from
5491         special-mode.
5492         (life): Let-bind inhibit-read-only.
5493         (life-setup): Avoid `setq'.  Use `life-mode'.
5495         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5496         which should not be needed any more.
5497         (package-menu-refresh, package-menu-describe-package): Use user-error.
5499         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5500         (eshell-post-rewrite-command-hook): Make obsolete.
5501         (eshell-parse-command): Simplify.
5502         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5503         (eshell--cmd): Declare.
5504         (eshell-parse-pipeline): Remove unused var `final-p'.
5505         Pass a dynvar to eshell-post-rewrite-command-hook.
5506         Implement the new eshell-post-rewrite-command-function.
5507         (eshell-invoke-directly): Remove unused arg `input'.
5508         * eshell/esh-io.el (eshell-io-initialize):
5509         Use eshell-post-rewrite-command-function (bug#15399).
5510         (eshell--apply-redirections): Rename from eshell-apply-redirections;
5511         adjust to new calling convention.
5512         (eshell-create-handles): Rename args to avoid clashing with dynvar
5513         `standard-output'.
5515 2013-09-17  Glenn Morris  <rgm@gnu.org>
5517         * simple.el (messages-buffer-mode): New major mode.
5518         (messages-buffer): New function.
5519         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5520         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5521         (ert-run-test): Use `messages-buffer' function.
5522         (ert--force-message-log-buffer-truncation): Ignore read-only.
5523         * help.el (view-echo-area-messages): Use `messages-buffer' function.
5524         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5526 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5528         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5530         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5532 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5534         * icomplete.el (icomplete-in-buffer): New var.
5535         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5536         vars and replace them with functions.
5537         (icomplete-minibuffer-setup): Adjust accordingly.
5538         (icomplete--completion-table, icomplete--completion-predicate)
5539         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5540         New functions.
5541         (icomplete-forward-completions, icomplete-backward-completions)
5542         (icomplete-simple-completing-p, icomplete-exhibit)
5543         (icomplete-completions): Use them.
5544         (icomplete--in-region-buffer): New var.
5545         (icomplete--in-region-setup): New function.
5546         (icomplete-mode): Use it.
5548         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5549         (bug#15379).
5550         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5551         return args and options.
5552         (eshell-eval-using-options): Use the new return value of
5553         eshell--do-opts to set the options's vars in their scope.
5554         (eshell--set-option): Rename from eshell-set-option.
5555         Add arg `opt-vals'.
5556         (eshell--process-option): Rename from eshell-process-option.
5557         Add arg `opt-vals'.
5558         (eshell--process-args): Use an `opt-vals' alist to store the options's
5559         values during their processing and return them additionally to the
5560         remaining args.
5562 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
5564         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5565         continuation character an operator, as far as indentation is
5566         concerned (Bug#15369).
5568 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
5570         * window.el (window--state-put-2): Don't process buffer state
5571         when buffer doesn't exist any more (Bug#15382).
5573 2013-09-15  Glenn Morris  <rgm@gnu.org>
5575         * eshell/em-unix.el (eshell/rm):
5576         Make -f ignore missing files.  (Bug#15373)
5578         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
5579         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5580         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5582 2013-09-14  Glenn Morris  <rgm@gnu.org>
5584         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5586 2013-09-13  Glenn Morris  <rgm@gnu.org>
5588         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5589         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
5591 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
5593         * frame.el (x-focus-frame): Mark as declared in frame.c.
5595 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5597         * ls-lisp.el: Use advice-add.
5598         (original-insert-directory): Remove.
5599         (ls-lisp--insert-directory): Rename from insert-directory; add
5600         `orig-fun' argument.
5601         (insert-directory): Advise.
5603 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
5605         * term.el (term-emulate-terminal): Decode the command string
5606         before passing it to term-command-hook.  (Bug#15337)
5608 2013-09-13  Glenn Morris  <rgm@gnu.org>
5610         * eshell/esh-util.el (ange-cache): Move declaration earlier.
5612         * eshell/esh-ext.el (eshell-search-path): Declare.
5614         * eshell/em-prompt.el (eshell/pwd): Autoload it.
5615         Otherwise an error occurs if eshell-dirs module not loaded.
5617         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5619 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
5621         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
5622         `tramp-check-proper-host'.  Check for a valid method name.
5624         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5625         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5626         * net/tramp-sh.el (tramp-maybe-open-connection):
5627         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
5629         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
5630         also for hash values.
5632 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5634         * term/ns-win.el (parameters): Don't declare as dynamic.
5635         (before-make-frame-hook): Don't add ineffective function.
5637         * eshell/*.el: Use lexical-binding (bug#15231).
5639 2013-09-12  Kenichi Handa  <handa@gnu.org>
5641         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
5643 2013-09-12  Glenn Morris  <rgm@gnu.org>
5645         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
5646         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
5648         * subr.el (do-after-load-evaluation): Also give compiler warnings
5649         when obsolete files are used (except by obsolete files).
5651         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
5652         in the status output, assume `filename' is the first.  (Bug#15322)
5654         * vc/vc.el (vc-deduce-fileset): Doc fix.
5656         * calc/calc-help.el (Info-goto-node):
5657         * progmodes/cperl-mode.el (Info-find-node):
5658         * vc/ediff.el (Info-goto-node): Update declarations.
5660         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
5662         * vc/vc-bzr.el (vc-compilation-mode): Declare.
5663         (vc-bzr-pull): Require vc-dispatcher.
5664         * vc/vc-git.el (vc-compilation-mode): Declare.
5665         (vc-git-pull): Require vc-dispatcher.
5667         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
5669         * progmodes/octave.el (help-button-action): Declare.
5671         * shell.el (shell-directory-tracker): Output error as a message
5672         rather than just returning it as a string.
5673         (shell-process-pushd): Remove useless use of message.
5675         * dframe.el (dframe-timer-fn):
5676         * files.el (dir-locals-read-from-file):
5677         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
5678         (mpc-format):
5679         * reveal.el (reveal-post-command):
5680         * saveplace.el (load-save-place-alist-from-file):
5681         * shell.el (shell-resync-dirs):
5682         * w32-common-fns.el (x-get-selection-value):
5683         * emacs-lisp/copyright.el (copyright-find-copyright):
5684         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5685         * emulation/tpu-edt.el (tpu-copy-keyfile):
5686         * play/bubbles.el (bubbles--mark-neighbourhood):
5687         * progmodes/executable.el
5688         (executable-make-buffer-file-executable-if-script-p):
5689         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
5691 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5693         Cleanup Eshell to rely less on dynamic scoping.
5694         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
5695         last-value, and ext-command here.  Bind `args' closer to `body'.
5696         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
5697         (eshell--args): Declare new dynamic var.
5698         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
5699         last-value, and ext-command.  Pass `args' to `body'.
5700         (eshell-process-args): Bind eshell--args.
5701         (eshell-set-option): Use eshell--args.
5702         * eshell/eshell.el (eshell): Use derived-mode-p.
5703         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
5704         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
5705         (eshell-glob-function): Declare.
5706         * eshell/esh-util.el: Require cl-lib.
5707         (eshell-read-hosts-file): Avoid add-to-list.
5708         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
5709         `err'.
5710         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
5711         Declare.
5712         (eshell/diff): Remove unused var `err'.
5713         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
5714         `killflag'.
5715         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
5716         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
5717         first use.
5718         * eshell/em-glob.el (eshell-glob-matches, message-shown):
5719         Move declaration before first use.
5720         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
5721         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
5722         rely on cl-return.
5724 2013-09-12  Glenn Morris  <rgm@gnu.org>
5726         * term/ns-win.el (global-map): Remove binding for ispell-next,
5727         deleted 1999-05-29.  (Bug#15357)
5729 2013-09-11  Glenn Morris  <rgm@gnu.org>
5731         * echistory.el (electric-command-history): Remove call to deleted func.
5733         * play/landmark.el (landmark-mode): Fix typos.
5735         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
5736         Check cvs-sort-ignore-file is bound.
5738         * savehist.el: No need for cl when compiling on Emacs.
5740 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5742         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
5743         (bug#15338).
5744         (eshell-self-insert-command, eshell-send-invisible):
5745         Remove unused argument.
5746         (eshell-handle-control-codes): Remove unused var `orig'.
5747         Avoid delete-backward-char.
5749         * files.el (set-auto-mode): Simplify a bit further.
5751 2013-09-11  Glenn Morris  <rgm@gnu.org>
5753         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
5754         (set-auto-mode): Don't regexp-quote elements.
5755         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
5756         * progmodes/cc-mode.el (interpreter-mode-alist):
5757         * progmodes/ruby-mode.el (interpreter-mode-alist):
5758         Revert previous change.
5760 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5762         * play/snake.el (snake-mode):
5763         * play/mpuz.el (mpuz-mode):
5764         * play/landmark.el (lm-mode):
5765         * play/blackbox.el (blackbox-mode):
5766         * play/5x5.el (5x5-mode):
5767         * obsolete/options.el (Edit-options-mode):
5768         * net/quickurl.el (quickurl-list-mode):
5769         * net/newst-treeview.el (newsticker-treeview-mode):
5770         * mail/rmailsum.el (rmail-summary-mode):
5771         * mail/mspools.el (mspools-mode):
5772         * locate.el (locate-mode):
5773         * ibuffer.el (ibuffer-mode):
5774         * emulation/ws-mode.el (wordstar-mode):
5775         * emacs-lisp/debug.el (debugger-mode):
5776         * array.el (array-mode):
5777         * net/eudc.el (eudc-mode): Use define-derived-mode.
5778         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
5779         Move initialization into declaration.
5780         (mairix-searches-mode): Use define-derived-mode.
5781         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
5782         (eudc-edit-hotlist): Use dolist.
5783         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
5784         (Man-mode): Use define-derived-mode.
5785         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
5786         (Info-edit-mode): Use define-derived-mode.
5787         (Info-cease-edit): Use Info-mode.
5788         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
5789         into declaration.
5790         (eshell-mode): Use define-derived-mode.
5791         * chistory.el (command-history-mode-map): Rename from
5792         command-history-map.
5793         (command-history-mode): Use define-derived-mode.
5794         (Command-history-setup): Remove function.
5795         * calc/calc.el (calc-trail-mode-map): New var.
5796         (calc-trail-mode): Use define-derived-mode.
5797         (calc-trail-buffer): Set calc-main-buffer manually.
5798         * bookmark.el (bookmark-insert-annotation): New function.
5799         (bookmark-edit-annotation): Use it.
5800         (bookmark-edit-annotation-mode): Make it a proper major mode.
5801         (bookmark-send-edited-annotation): Use derived-mode-p.
5802         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
5803         closer to its ideal place.  Use \' to match EOS.
5805         * profiler.el (profiler-calltree-find): Use function-equal.
5807 2013-09-10  Glenn Morris  <rgm@gnu.org>
5809         * files.el (interpreter-mode-alist): Convert to regexps.
5810         (set-auto-mode): Adapt for this.  (Bug#15306)
5811         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
5812         Comment out unused variable.
5813         * progmodes/cc-mode.el (interpreter-mode-alist):
5814         * progmodes/python.el (interpreter-mode-alist):
5815         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
5816         * progmodes/sh-script.el (sh-set-shell):
5817         No longer use interpreter-mode-alist to get list of shells.
5819         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
5821 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5823         * simple.el: Use set-temporary-overlay-map for universal-argument.
5824         (universal-argument-map): Don't use default-bindings (bug#15317).
5825         Bind switch-frame explicitly.  Replace universal-argument-minus with
5826         a conditional binding.
5827         (universal-argument-num-events, saved-overriding-map): Remove.
5828         (restore-overriding-map): Remove.
5829         (universal-argument--mode): Rename from save&set-overriding-map,
5830         and rewrite.
5831         (universal-argument, universal-argument-more, negative-argument)
5832         (digit-argument): Adjust accordingly.
5833         (universal-argument-minus): Remove.
5834         (universal-argument-other-key): Remove.
5836         * subr.el (with-demoted-errors): Add `format' argument.
5838 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
5840         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
5841         `tramp-cleanup-connection'.
5843         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
5844         parameters KEEP-DEBUG and KEEP-PASSWORD.
5846         * net/tramp.el (tramp-file-name-handler):
5847         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5848         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5849         (tramp-maybe-open-connection):
5850         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5851         Use `tramp-cleanup-connection'.
5853         * net/tramp-sh.el (tramp-maybe-open-connection):
5854         Catch 'uname-changed inside the progress reporter.
5856 2013-09-10  Glenn Morris  <rgm@gnu.org>
5858         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
5860         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
5861         returns "alternate access method" in mode (eg "-rw-r--r--.").
5863 2013-09-08  Glenn Morris  <rgm@gnu.org>
5865         * saveplace.el (load-save-place-alist-from-file):
5866         Demote errors.  (Bug#15305)
5868 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
5870         Improve compatibility with older Emacsen, and XEmacs.
5872         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
5873         only if it is bound.  It isn't for XEmacs.
5874         (with-tramp-progress-reporter): Do not let-bind `result'.
5875         This yields to scoping errors in XEmacs.
5876         (tramp-handle-make-auto-save-file-name): New function, moved from
5877         tramp-sh.el.
5879         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
5880         for `make-auto-save-file-name'.
5881         (tramp-adb--gnu-switches-to-ash):
5882         Use `tramp-compat-replace-regexp-in-string'.
5884         * net/tramp-cache.el (tramp-cache-print): Call
5885         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
5887         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
5888         bound.  It isn't for XEmacs.
5890         * net/tramp-compat.el (tramp-compat-copy-file):
5891         Catch `wrong-number-of-arguments' error.
5892         (tramp-compat-replace-regexp-in-string): New defun.
5894         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
5895         for `make-auto-save-file-name'.
5896         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
5897         `copy-file'.
5898         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
5899         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
5900         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
5902         * net/tramp-gw.el (tramp-gw-open-network-stream):
5903         Use `tramp-compat-replace-regexp-in-string'.
5905         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5906         Call `tramp-handle-make-auto-save-file-name'.
5907         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
5908         (tramp-sh-file-gvfs-monitor-dir-process-filter)
5909         (tramp-sh-file-inotifywait-process-filter):
5910         Use `tramp-compat-replace-regexp-in-string'.
5911         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
5913         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
5914         for `make-auto-save-file-name'.
5915         (tramp-smb-handle-copy-directory):
5916         Call `tramp-compat-replace-regexp-in-string'.
5917         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
5918         (tramp-smb-handle-copy-file): Improve error message.
5919         (tramp-smb-handle-rename-file): Rename directly only in case
5920         `newname' does not exist yet.  This is a restriction of smbclient.
5921         (tramp-smb-maybe-open-connection): Rerun the function only when
5922         `auth-sources' is non-nil.
5924 2013-09-08  Kenichi Handa  <handa@gnu.org>
5926         * international/characters.el: Set category "^" (Combining) for
5927         more characters.
5929 2013-09-07  Alan Mackenzie  <acm@muc.de>
5931         Correctly fontify Java class constructors.
5932         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
5933         in Java Mode.
5934         (c-recognize-typeless-decls): Set the Java value to t.
5935         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5936         While handling a "(", add a check for, effectively, Java, and handle a
5937         "typeless" declaration there.
5939 2013-09-07  Roland Winkler  <winkler@gnu.org>
5941         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
5942         field subtitle for entry type book.
5944 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5946         * minibuffer.el: Make minibuffer-complete call completion-in-region
5947         rather than other way around.
5948         (completion--some, completion-pcm--find-all-completions):
5949         Don't delay signals when debugging.
5950         (minibuffer-completion-contents): Beware fields within the
5951         minibuffer contents.
5952         (completion-all-sorted-completions): Use defvar-local.
5953         (completion--do-completion, completion--cache-all-sorted-completions)
5954         (completion-all-sorted-completions, minibuffer-force-complete):
5955         Add args `beg' and `end'.
5956         (completion--in-region-1): New fun, extracted from minibuffer-complete.
5957         (minibuffer-complete): Use completion-in-region.
5958         (completion-complete-and-exit): New fun, extracted from
5959         minibuffer-complete-and-exit.
5960         (minibuffer-complete-and-exit): Use it.
5961         (completion--complete-and-exit): Rename from
5962         minibuffer--complete-and-exit.
5963         (completion-in-region--single-word): New function, extracted from
5964         minibuffer-complete-word.
5965         (minibuffer-complete-word): Use it.
5966         (display-completion-list): Make `common-substring' argument obsolete.
5967         (completion--in-region): Call completion--in-region-1 instead of
5968         minibuffer-complete.
5969         (completion-help-at-point): Pass boundaries to
5970         minibuffer-completion-help as args rather than via an overlay.
5971         (completion-pcm--string->pattern): Use `any-delim'.
5972         (completion-pcm--optimize-pattern): New function.
5973         (completion-pcm--pattern->regex): Handle `any-delim'.
5974         * icomplete.el (icomplete-forward-completions)
5975         (icomplete-backward-completions, icomplete-completions):
5976         Adjust calls to completion-all-sorted-completions and
5977         completion--cache-all-sorted-completions.
5978         (icomplete-with-completion-tables): Default to t.
5979         * emacs-lisp/crm.el (crm--current-element): Rename from
5980         crm--select-current-element.  Don't put an overlay but return the
5981         boundaries instead.
5982         (crm--completion-command): Take two new args to bind to the boundaries.
5983         (crm-completion-help): Adjust accordingly.
5984         (crm-complete): Use completion-in-region.
5985         (crm-complete-word): Use completion-in-region--single-word.
5986         (crm-complete-and-exit): Use completion-complete-and-exit.
5988 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
5991         than dynamically.
5993 2013-09-06  Juri Linkov  <juri@jurta.org>
5995         * info.el (Info-display-images-node): When image file doesn't exist
5996         display text version of the image if it's provided in the Info file.
5997         Otherwise, display the location of missing image from SRC attribute.
5998         Add help-echo text property from ALT attribute.  (Bug#15279)
6000 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6002         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6003         (edit-abbrevs-mode): Use define-derived-mode.
6005         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6006         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6007         that it's defined.
6008         (epa-key-list-mode, epa-key-mode, epa-info-mode):
6009         Use define-derived-mode.
6011         * epg.el (epg-start-encrypt): Minor CSE simplification.
6013 2013-09-06  William Xu  <william.xwl@gmail.com>
6015         * arc-mode.el: Add support for 7za (bug#15264).
6016         (archive-7z-program): New var.
6017         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6018         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6019         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6021 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
6023         Remove URL syntax.
6025         * net/tramp.el (tramp-syntax, tramp-prefix-format)
6026         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6027         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6028         (tramp-postfix-host-format, tramp-file-name-regexp)
6029         (tramp-completion-file-name-regexp)
6030         (tramp-completion-dissect-file-name)
6031         (tramp-handle-substitute-in-file-name): Remove 'url case.
6032         (tramp-file-name-regexp-url)
6033         (tramp-completion-file-name-regexp-url): Remove constants.
6035 2013-09-06  Glenn Morris  <rgm@gnu.org>
6037         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
6039 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
6041         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6042         keywords" below "here-doc beginnings" (Bug#15270).
6044 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6046         * subr.el (pop): Use `car-safe'.
6047         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6048         to detect unused `pop' return value.
6050         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6051         var `block-regexp'.
6052         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6053         (python-fill-string): Remove unused var `marker'.
6054         (python-skeleton-add-menu-items): Remove unused var `items'.
6056         * international/mule-cmds.el: Require CL.
6057         (find-coding-systems-for-charsets): Avoid add-to-list.
6058         (sanitize-coding-system-list): New function, extracted from
6059         select-safe-coding-system-interactively.
6060         (select-safe-coding-system-interactively): Use it.
6061         (read-input-method-name): Accept symbols for `default'.
6063         * emacs-lisp/advice.el (defadvice): Add indent rule.
6065 2013-09-05  Daniel Hackney  <dan@haxney.org>
6067         * dired-x.el:
6068         * net/ange-ftp.el:
6069         * net/browse-url.el:
6070         * net/dbus.el:
6071         * net/eudc.el:
6072         * net/eudcb-ldap.el:
6073         * net/eww.el:
6074         * net/imap.el:
6075         * printing.el:
6076         * vc/ediff-diff.el:
6077         * vc/ediff-init.el:
6078         * vc/ediff-merg.el:
6079         * vc/ediff-mult.el:
6080         * vc/ediff-util.el:
6081         * vc/ediff-wind.el:
6082         * vc/ediff.el:
6083         * vc/emerge.el:
6084         * vc/pcvs.el:
6085         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6086         byte compiler.  Remove some unused let-bound variables.
6088 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6090         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6091         a "ref-cell", since it gets better optimized (bug#14883).
6093 2013-09-05  Glenn Morris  <rgm@gnu.org>
6095         * progmodes/cc-awk.el (c-forward-sws): Declare.
6097 2013-09-04  Glenn Morris  <rgm@gnu.org>
6099         * generic-x.el [rul-generic-mode]: Require cc-mode.
6100         (c++-mode-syntax-table): Declare.
6101         (rul-generic-mode-syntax-table): Init in the defvar.
6103 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6105         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6106         (vc-do-command, vc-set-async-update):
6107         * vc/vc-mtn.el (vc-mtn-dir-status):
6108         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6109         (vc-hg-pull, vc-hg-merge-branch):
6110         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6111         (vc-git-merge-branch):
6112         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6113         (vc-cvs-dir-status-files):
6114         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6115         (vc-bzr-dir-status-files):
6116         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6117         * vc/vc-annotate.el: Use lexical-binding.
6118         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6119         (vc-sentinel-movepoint): Declare.
6120         (vc-annotate): Don't use `goto-line'.
6121         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6122         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6123         (vc-sentinel-movepoint): Declare.
6124         * vc/vc-svn.el: Use lexical-binding.
6125         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6126         * vc/vc-sccs.el:
6127         * vc/vc-rcs.el: Use lexical-binding.
6129         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6130         `deleted'.  Don't drop errors silently.
6132         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6134 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
6136         * vc/vc.el (vc-ignore): Rewrite.
6137         (vc-default-ignore): New function.
6138         (vc-default-ignore-completion-table): Use find-ignore-file.
6140         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6141         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6142         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6143         Remove.  Most code moved to vc.el.
6145 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6147         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6148         * net/tramp-smb.el (tramp-smb-get-file-entries):
6149         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6150         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6152         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6153         Update call to it.
6154         (eww-change-select): Remove unused var `properties'.
6155         (eww-make-unique-file-name): Remove unused var `base'.
6157         * finder.el (finder-compile-keywords): Don't mess with windows.
6159         * calculator.el (calculator-funcall): Fix typo in last change.
6161         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6163         * emacs-lisp/package.el (package-activate-1): Don't let a missing
6164         <pkg>-autoloads.el file stop us.
6166         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6167         warnings, and factor out common code.
6169 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
6171         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6172         two-character operators and whether the character preceding them
6173         changes their meaning (Bug#15208).
6175 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6177         Format code sent to Python shell for robustness.
6178         * progmodes/python.el (python-shell-buffer-substring):
6179         New function.
6180         (python-shell-send-region, python-shell-send-buffer): Use it.
6182 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
6184         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6185         * net/tramp.el (tramp-user-error): ... here.
6186         (tramp-find-method, tramp-check-proper-host)
6187         (tramp-dissect-file-name, tramp-debug-message)
6188         (tramp-handle-shell-command):
6189         * net/tramp-adb.el (tramp-adb-handle-shell-command):
6190         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6192         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6194 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
6196         * avoid.el (mouse-avoidance-point-position)
6197         (mouse-avoidance-too-close-p): Handle case where posn-at-point
6198         returns nil.
6200 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6202         * progmodes/python.el (python-shell-completion-get-completions):
6203         Drop use of deleted `comint-last-prompt-overlay'.
6204         (python-nav-if-name-main): New command.
6206 2013-09-01  Glenn Morris  <rgm@gnu.org>
6208         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6209         Avoid leading space in $wins.  Otherwise the sed command used by
6210         eg compile-main ends up containing "/*.el".  (Bug#15170)
6212         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
6214 2013-08-30  Glenn Morris  <rgm@gnu.org>
6216         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6217         Fix is-this-a-directory logic.  (Bug#15220)
6219 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6221         * textmodes/css-mode.el: Use SMIE.
6222         (css-smie-grammar): New var.
6223         (css-smie--forward-token, css-smie--backward-token)
6224         (css-smie-rules): New functions.
6225         (css-mode): Use them.
6226         (css-navigation-syntax-table): Remove var.
6227         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
6228         (css-indent-calculate, css-indent-line): Remove functions.
6230         Misc changes to reduce use of `(lambda...); and other cleanups.
6231         * cus-edit.el: Use lexical-binding.
6232         (customize-push-and-save, customize-apropos)
6233         (custom-buffer-create-internal): Use closures.
6234         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
6235         * progmodes/ada-xref.el: Use setq.
6236         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
6237         * dframe.el: Use lexical-binding.
6238         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
6239         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
6240         * descr-text.el: Use lexical-binding.
6241         (describe-text-widget, describe-text-sexp, describe-property-list):
6242         Use closures.
6243         * comint.el (comint-history-isearch-push-state): Use a closure.
6244         * calculator.el: Use lexical-binding.
6245         (calculator-number-to-string): Make it work with lexical-binding.
6246         (calculator-funcall): Same and use cl-letf.
6248         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
6249         (lisp--company-doc-string, lisp--company-location): New functions.
6250         (lisp-completion-at-point): Use them to improve Company support.
6252         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
6253         params of lambda expressions.
6254         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
6255         (ruby-smie--opening-pipe-p): New function.
6256         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
6257         symbols and matched |...| for formal params.
6258         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
6259         from being treated as hanging.  Handle "rescue".
6261 2013-08-29  Glenn Morris  <rgm@gnu.org>
6263         * progmodes/cc-engine.el (c-pull-open-brace):
6264         Move definition before use.
6266 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
6269         are immutable.  Don't use `unsafe' any more.
6270         (cl--defsubst-expand): Don't substitute at the same time as keeping
6271         a residual unused let-binding.  Don't use `unsafe' any more.
6273 2013-08-29  Glenn Morris  <rgm@gnu.org>
6275         * calendar/cal-china.el (calendar-chinese-year-cache):
6276         Recenter on 2015.
6278         * nxml/nxml-util.el (nxml-debug-clear-inside):
6279         Use cl-loop rather than loop.
6281         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
6283         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
6285 2013-08-28  Glenn Morris  <rgm@gnu.org>
6287         * progmodes/antlr-mode.el: No need to require cc-mode twice.
6289         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
6291         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
6293 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6295         * simple.el (repeat-complex-command--called-interactively-skip):
6296         New function.
6297         (repeat-complex-command): Use it (bug#14136).
6299         * progmodes/cc-mode.el: Minor cleanup of var declarations.
6300         (c-define-abbrev-table): Add `doc' argument.
6301         (c-mode-abbrev-table, c++-mode-abbrev-table)
6302         (objc-mode-abbrev-table, java-mode-abbrev-table)
6303         (idl-mode-abbrev-table, pike-mode-abbrev-table)
6304         (awk-mode-abbrev-table): Use it.
6305         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
6306         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
6307         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
6308         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
6309         Move initialization into the declaration; and remove any
6310         autoload cookie.
6312         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
6313         and dynamic let binding.
6315         * vc/smerge-mode.el: Remove redundant :group args.
6317         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
6318         to load-path.
6320 2013-08-28  Juri Linkov  <juri@jurta.org>
6322         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
6323         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
6324         (isearch-other-meta-char): Handle an undefined shifted printing
6325         character by downshifting it.  (Bug#15200)
6327 2013-08-28  Juri Linkov  <juri@jurta.org>
6329         * isearch.el (isearch-search): Change regexp error message for
6330         non-regexp searches.  (Bug#15166)
6332 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6334         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
6335         for portability to hosts where /bin/sh has problems.
6337 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6339         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
6341 2013-08-27  Juri Linkov  <juri@jurta.org>
6343         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
6344         in the keyboard macro.  (Bug#15126)
6346 2013-08-27  Juri Linkov  <juri@jurta.org>
6348         * isearch.el (isearch-quote-char): Comment out converting unibyte
6349         to multibyte, thus syncing with its `quoted-insert' counterpart.
6350         (Bug#15166)
6352 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
6354         * window.el (display-buffer-use-some-window): Add missing
6355         argument in call of get-largest-window (Bug#15185).
6356         Reported by Stephen Leake.
6358 2013-08-27  Glenn Morris  <rgm@gnu.org>
6360         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
6362 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6364         * progmodes/python.el (python-font-lock-keywords): Don't return nil
6365         from a matcher-function unless there's no more matches (bug#15161).
6367 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
6369         * minibuffer.el: Revert change from 2013-08-20.
6371         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
6372         with text property `tramp-default', if appropriate.
6373         (tramp-check-proper-host): New defun.
6374         (tramp-dissect-file-name): Do not check hostname.  Revert change
6375         of 2013-03-18.
6376         (tramp-backtrace): Make VEC-OR-PROC optional.
6378         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6379         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6380         * net/tramp-sh.el (tramp-maybe-open-connection):
6381         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6382         Apply `tramp-check-proper-host'.
6384 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
6386         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
6387         lambda expression in order to have `describe-variable' display it.
6389 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
6391         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
6392         BUF can be optional.  (Bug#15186)
6394 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
6396         * progmodes/flymake.el (flymake-get-real-file-name-function):
6397         Fix broken customization.  (Bug#15184)
6399 2013-08-25  Alan Mackenzie  <acm@muc.de>
6401         Improve indentation of bracelists defined by macros (without "=").
6403         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
6404         expansion begins with "{", regard it as bracelist when it doesn't
6405         contain a ";".
6407         Parse C++ inher-intro when there's a template split over 2 lines.
6409         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
6410         rigorously the search for "class" etc. followed by ":".
6412         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
6413         random languages a regexp which never matches rather than nil.
6415         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
6417         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
6418         (c-awk-regexp-one-line-possibly-open-char-list-re)
6419         (c-awk-one-line-possibly-open-regexp-re)
6420         (c-awk-one-line-non-syn-ws*-re): Remove.
6421         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
6422         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
6423         (c-awk-space*-unclosed-regexp-/-re): New constants.
6424         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
6425         aren't regexp delimiters.
6427         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
6428         handling for a rare situation in AWK Mode involving unterminated
6429         strings/regexps.
6431 2013-08-23  Glenn Morris  <rgm@gnu.org>
6433         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
6435         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
6437         * files.el (create-file-buffer): If the result would begin with
6438         spaces, prepend a "|" instead of removing them.  (Bug#15162)
6440 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6442         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
6443         text-properties (bug#15155).
6445         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
6446         exist any more.
6447         (calc-keypad-redraw): Remove unused var `pad'.
6448         (calc-keypad-press): Remove unused var `menu'.
6450 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
6452         * window.el (display-buffer-pop-up-frame):
6453         Call pop-up-frame-function with BUFFER current so `make-frame' will
6454         use it as the new frame's buffer (Bug#15133).
6456 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6458         * calendar/timeclock.el: Minor cleanups.
6459         (timeclock-ask-before-exiting, timeclock-use-display-time):
6460         Use `symbol'.
6461         (timeclock-modeline-display): Define as alias before the
6462         actual definition.
6463         (timeclock-mode-line-display): Use define-minor-mode.
6464         (timeclock-day-list-template): Make it a function, add an argument.
6465         (timeclock-day-list-required, timeclock-day-list-length)
6466         (timeclock-day-list-debt, timeclock-day-list-span)
6467         (timeclock-day-list-break): Adjust calls accordingly.
6469 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6471         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
6472         Use read--expression so that completion works again.
6474 2013-08-21  Sam Steingold  <sds@gnu.org>
6476         Add rudimentary inferior shell interaction
6477         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
6478         (sh-set-shell): Reset it.
6479         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
6480         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6482 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         * align.el: Use lexical-binding.
6485         (align-region): Simplify accordingly.
6487 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
6489         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6491         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6492         `non-essential' up.
6494 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
6496         * net/tramp.el:
6497         * net/tramp-adb.el:
6498         * net/tramp-cmds.el:
6499         * net/tramp-ftp.el:
6500         * net/tramp-gvfs.el:
6501         * net/tramp-gw.el:
6502         * net/tramp-sh.el: Don't wrap external variable declarations by
6503         `eval-when-compile'.
6505 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6508         now that Emacs supports ImageMagick animations.
6510 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
6512         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6513         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6515 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
6517         * window.el (mouse-autoselect-window-select): Do autoselect when
6518         mouse pointer is on margin.
6520 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
6522         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
6524 2013-08-16  Glenn Morris  <rgm@gnu.org>
6526         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6527         Handle "Remote Directory" response of some clients.  (Bug#15058)
6529         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6530         Tweak warning.  (Bug#14926)
6532         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6533         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
6535         * image-mode.el (image-mode-map): Add menu items to reverse,
6536         increase, decrease, reset animation speed.
6537         (image--set-speed, image-increase-speed, image-decrease-speed)
6538         (image-reverse-speed, image-reset-speed): New functions.
6539         (image-mode-map): Add bindings for speed commands.
6541         * image.el (image-animate-get-speed, image-animate-set-speed):
6542         New functions.
6543         (image-animate-timeout): Respect image :speed property.
6545 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6547         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6548         previous line (bug#15101).
6549         (debugger-eval-expression, debugger-record-expression):
6550         Use read--expression (bug#15102).
6552 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
6554         Remove byte compiler warnings, visible when compiling with
6555         `byte-compile-force-lexical-warnings' set to t.
6557         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6558         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6559         (tramp-handle-unhandled-file-name-directory)
6560         (tramp-handle-file-notify-add-watch, tramp-action-login)
6561         (tramp-action-succeed, tramp-action-permission-denied)
6562         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6563         arguments with "_".
6565         * net/tramp-adb.el (tramp-adb-parse-device-names)
6566         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6567         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6568         (tramp-adb-handle-file-truename): Remove unused arguments.
6570         * net/tramp-cache.el (tramp-flush-directory-property)
6571         (tramp-flush-connection-property, tramp-list-connections)
6572         (tramp-parse-connection-properties): Prefix unused arguments with "_".
6574         * net/tramp-compat.el (tramp-compat-make-temp-file):
6575         Rename FILENAME to F.
6577         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6578         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6579         (tramp-zeroconf-parse-workstation-device-names)
6580         (tramp-zeroconf-parse-webdav-device-names)
6581         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6583         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6584         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6586         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6587         arguments.
6588         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6589         (tramp-sh-handle-insert-file-contents-literally)
6590         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6591         with "_".
6592         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6593         Remove unused variables.
6595         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6596         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6597         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6599         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6600         Make them a defconst.
6601         (tramp-uuencode-region): Remove unused variable.
6603 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
6605         * frameset.el (frameset--prop-setter): New function.
6606         (frameset-prop): Add gv-setter declaration.
6607         (frameset-filter-minibuffer): Deal with the case that the minibuffer
6608         parameter was already set in FILTERED.  Doc fix.
6609         (frameset--record-minibuffer-relationships): Allow saving a
6610         minibufferless frame without its corresponding minibuffer frame.
6611         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6612         frame, if the frame id matches.
6613         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6614         frames before orphaned ones.
6615         (frameset-restore): Warn about orphaned windows, instead of error out.
6617 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
6619         * window.el (window-make-atom): Don't overwrite parameter
6620         already present.
6621         (display-buffer-in-atom-window): Handle special case where we
6622         split an already atomic window.
6623         (window--major-non-side-window, display-buffer-in-side-window)
6624         (window--side-check): Ignore minibuffer window when walking
6625         window tree.
6626         (window-deletable-p): Return 'frame only if no other frame uses
6627         our minibuffer window.
6628         (record-window-buffer): Run buffer-list-update-hook.
6629         (split-window): Make sure window--check-frame won't destroy an
6630         existing atomic window in case the new window gets nested
6631         inside.
6632         (display-buffer-at-bottom): Ignore minibuffer window when
6633         walking window tree.  Don't split a side window.
6634         (pop-to-buffer): Don't set-buffer here, the select-window call
6635         should do that.
6636         (mouse-autoselect-window-select): Autoselect only if we are in the
6637         text portion of the window.
6639 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641         * net/shr.el (shr-parse-image-data): New function to grab both the
6642         data itself and the Content-Type.
6643         (shr-put-image): Use it.
6645         * net/eww.el (eww-display-image): Ditto.
6647         * image.el (image-content-type-suffixes): New variable.
6649 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6651         * progmodes/python.el (python-imenu--build-tree)
6652         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
6654 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
6656         * simple.el (backward-word): Mention the optional argument.
6658 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6660         * frameset.el (frameset--make): Rename constructor from make-frameset.
6661         (frameset-p, frameset-valid-p): Don't autoload.
6662         (frameset-valid-p): Use normal accessors.
6664 2013-08-13  Glenn Morris  <rgm@gnu.org>
6666         * progmodes/compile.el (compile-command): Tweak example in doc.
6667         * obsolete/scribe.el (scribe-mode):
6668         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
6670         * mail/feedmail.el (feedmail-confirm-outgoing)
6671         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
6673         * cus-start.el (truncate-partial-width-windows): Fix type.
6675         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
6677         * net/shr.el (shr-table-horizontal-line): Fix custom type.
6679 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6681         * emacs-lisp/timer.el (timer--time-setter): New function.
6682         (timer--time): Use it as gv-setter.
6684         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
6685         setter is not a symbol.
6687 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
6689         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
6690         if sending fails.  This makes debugging easier.
6692 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
6694         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
6695         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
6696         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
6698 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
6700         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
6702 2013-08-12  Glenn Morris  <rgm@gnu.org>
6704         * format.el (format-annotate-function):
6705         Handle read-only text properties in the source.  (Bug#14887)
6707 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6709         * net/eww.el (eww-display-html): Ignore coding system errors.
6710         One web site uses "utf-8lias" as the coding system.
6712 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
6714         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
6716 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
6718         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
6719         (tutorial--detailed-help): Remove unused local variables.
6720         (tutorial--save-tutorial-to): Use ignore-errors.
6721         (help-with-tutorial): Use looking-at-p.
6723         * view.el (view-buffer-other-window, view-buffer-other-frame):
6724         Mark unused arguments.
6726         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
6727         (woman-select-symbol-fonts, woman, woman-find-file)
6728         (woman-insert-file-contents, woman-non-underline-faces):
6729         Use string-match-p.
6730         (woman1-unquote): Move declaration.
6732         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
6733         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
6734         argument.  Remove unused local variable.
6735         (xml-parse-elem-type): Use string-match-p.
6736         (xml-substitute-numeric-entities): Use ignore-errors.
6738         * calculator.el (calculator): Mark unused argument.
6739         (calculator-paste, calculator-quit, calculator-integer-p):
6740         Use ignore-errors.
6741         (calculator-string-to-number, calculator-decimal, calculator-exp)
6742         (calculator-op-or-exp): Use string-match-p.
6744         * dired.el (dired-buffer-more-recently-used-p): Declare.
6745         (dired-insert-set-properties, dired-insert-old-subdirs):
6746         Use ignore-errors.
6748         * dired-aux.el (dired-compress): Use ignore-errors.
6749         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
6750         (dired-do-async-shell-command, dired-do-shell-command)
6751         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
6752         (dired-insert-subdir-validate): Use string-match-p.
6753         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
6754         (dired-add-entry): Use string-match-p, looking-at-p.
6755         (dired-insert-subdir-newpos): Remove unused local variable.
6757         * filenotify.el (file-notify-callback): Remove unused local variable.
6759         * filesets.el (filesets-error): Mark unused argument.
6760         (filesets-which-command-p, filesets-filter-dir-names)
6761         (filesets-directory-files, filesets-get-external-viewer)
6762         (filesets-ingroup-get-data): Use string-match-p.
6764         * find-file.el (ff-other-file-name, ff-other-file-name)
6765         (ff-find-the-other-file, ff-cc-hh-converter):
6766         Remove unused local variables.
6767         (ff-get-file-name): Use string-match-p.
6768         (ff-all-dirs-under): Use ignore-errors.
6770         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
6771         (follow-select-if-visible): Remove unused local variable.
6773         * forms.el (read-file-filter): Move declaration.
6774         (forms--make-format, forms--make-parser, forms-insert-record):
6775         Quote function with #'.
6776         (forms--update): Use string-match-p.  Quote function with #'.
6778         * help-mode.el (help-dir-local-var-def): Mark unused argument.
6779         (help-make-xrefs): Use looking-at-p.
6780         (help-xref-on-pp): Use looking-at-p, ignore-errors.
6782         * ibuffer.el (ibuffer-ext-visible-p): Declare.
6783         (ibuffer-confirm-operation-on): Use string-match-p.
6785         * msb.el (msb-item-handler, msb-dired-item-handler):
6786         Mark unused arguments.
6788         * ses.el (ses-decode-cell-symbol)
6789         (ses-kill-override): Remove unused local variable.
6790         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
6791         (ses-load): Use ignore-errors, looking-at-p.
6792         (ses-jump-safe): Use ignore-errors.
6793         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
6795         * tabify.el (untabify, tabify): Mark unused arguments.
6797         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
6798         Mark unused argument.
6799         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
6800         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
6802         * emacs-lisp/timer.el (timer--time): Define setter with
6803         gv-define-setter to avoid deprecation warning.
6805         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
6806         (*record-cmpl-statistics-p*): Remove (was commented out).
6807         (cmpl-statistics-block): Remove (body was commented out).
6808         All callers changed.
6809         (add-completions-from-buffer, load-completions-from-file):
6810         Remove unused variables.
6812 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
6814         * filecache.el (file-cache-delete-file-list):
6815         Print message only when told so.
6816         (file-cache-files-matching): Use #' in mapconcat argument.
6818         * ffap.el (ffap-url-at-point): Fix reference to variable
6819         thing-at-point-default-mail-uri-scheme.
6821 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6823         * subr.el (define-error): New function.
6824         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
6825         error-file-not-found and define with define-error.
6826         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
6827         and define with define-error.
6828         * userlock.el (file-locked, file-supersession):
6829         * simple.el (mark-inactive):
6830         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
6831         * progmodes/ada-mode.el (ada-mode-errors):
6832         * play/life.el (life-extinct):
6833         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
6834         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
6835         * nxml/rng-util.el (rng-error):
6836         * nxml/rng-uri.el (rng-uri-error):
6837         * nxml/rng-match.el (rng-compile-error):
6838         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
6839         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
6840         * nxml/nxml-rap.el (nxml-scan-error):
6841         * nxml/nxml-outln.el (nxml-outline-error):
6842         * net/soap-client.el (soap-error):
6843         * net/gnutls.el (gnutls-error):
6844         * net/ange-ftp.el (ftp-error):
6845         * mpc.el (mpc-proc-error):
6846         * json.el (json-error, json-readtable-error, json-unknown-keyword)
6847         (json-number-format, json-string-escape, json-string-format)
6848         (json-key-format, json-object-format):
6849         * jka-compr.el (compression-error):
6850         * international/quail.el (quail-error):
6851         * international/kkc.el (kkc-error):
6852         * emacs-lisp/ert.el (ert-test-failed):
6853         * calc/calc.el (calc-error, inexact-result, math-overflow)
6854         (math-underflow):
6855         * bookmark.el (bookmark-error-no-filename):
6856         * epg.el (epg-error): Define with define-error.
6858         * time.el (display-time-event-handler)
6859         (display-time-next-load-average): Don't call sit-for since it seems
6860         unnecessary (bug#15045).
6862         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
6863         Use #' instead of ' to quote functions.
6864         (checkdoc-output-mode): Use setq-local.
6865         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
6866         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
6867         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
6868         (checkdoc-ispell, checkdoc-ispell-current-buffer)
6869         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
6870         (checkdoc-ispell-message-text, checkdoc-ispell-start)
6871         (checkdoc-ispell-continue, checkdoc-ispell-comments)
6872         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
6874         * ido.el (ido-completion-help): Fix up compiler warning.
6876 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
6878         * frameset.el (frameset-p): Add autoload cookie.
6879         (frameset--jump-to-register): New function, based on code moved from
6880         register.el.
6881         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
6883         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
6884         (frameset-restore, frameset-save, frameset-session-filter-alist):
6885         Remove declarations.
6886         (register-alist): Doc fix.
6887         (frameset-to-register): Move to frameset.el.
6888         (jump-to-register, describe-register-1): Remove frameset-specific code.
6890 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6892         * allout-widgets.el (allout-widgets-pre-command-business)
6893         (allout-widgets-post-command-business)
6894         (allout-widgets-after-change-handler)
6895         (allout-decorate-item-and-context, allout-set-boundary-marker)
6896         (allout-body-modification-handler)
6897         (allout-graphics-modification-handler): Mark ignored arguments.
6898         (allout-widgets-post-command-business)
6899         (allout-widgets-exposure-change-processor)
6900         (allout-widgets-exposure-undo-processor)
6901         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
6902         (allout-parse-item-at-point, allout-decorate-item-guides)
6903         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
6904         * allout.el (epa-passphrase-callback-function): Declare.
6905         (allout-overlay-insert-in-front-handler)
6906         (allout-overlay-interior-modification-handler)
6907         (allout-isearch-end-handler, allout-chart-siblings)
6908         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
6909         (allout-yank-processing, allout-process-exposed)
6910         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
6911         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
6912         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
6913         (lisp-indent-defform): Mark ignored arguments.
6914         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
6915         (calculate-lisp-indent): Remove unused variables.
6916         * international/characters.el (indian-2-column, arabic-2-column)
6917         (tibetan): Mark ignored arguments.
6918         (use-cjk-char-width-table): Mark ignored arguments.
6919         Remove unused variables.
6920         * international/fontset.el (build-default-fontset-data)
6921         (x-compose-font-name, create-fontset-from-fontset-spec):
6922         Mark ignored arguments.
6923         (fontset-plain-name): Remove unused variables.
6924         * international/mule.el (charset-id, charset-bytes, generic-char-p)
6925         (keyboard-coding-system): Mark ignored arguments.
6926         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
6927         * help.el (resize-temp-buffer-window):
6928         * window.el (display-buffer-in-major-side-window)
6929         (display-buffer-in-side-window, display-buffer-in-previous-window):
6930         Remove unused variables.
6931         * isearch.el (isearch-forward-symbol):
6932         * version.el (emacs-bzr-version-bzr):
6933         * international/mule-cmds.el (current-language-environment):
6934         * term/common-win.el (x-handle-iconic, x-handle-geometry)
6935         (x-handle-display):
6936         * term/pc-win.el (x-list-fonts, x-display-planes)
6937         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
6938         (x-server-version, x-display-screens, x-display-mm-height)
6939         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
6940         (x-selection-owner-p, x-own-selection-internal)
6941         (x-disown-selection-internal, x-get-selection-internal)
6942         (msdos-initialize-window-system):
6943         * term/tty-colors.el (tty-color-alist, tty-color-clear):
6944         * term/x-win.el (x-handle-no-bitmap-icon):
6945         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
6946         (vc-default-find-file-hook, vc-default-extra-menu):
6947         Mark ignored arguments.
6949 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6951         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
6952         break-condition in the context of the debugged code (bug#12685).
6954 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
6956         * comint.el:
6957         Do not use an overlay to highlight the last prompt.  (Bug#14744)
6958         (comint-mode): Make comint-last-prompt buffer local.
6959         (comint-last-prompt): New variable.
6960         (comint-last-prompt-overlay): Remove.  Superseded by
6961         comint-last-prompt.
6962         (comint-snapshot-last-prompt, comint-output-filter):
6963         Use comint-last-prompt.
6965 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6967         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
6968         (frameset-save): Check validity of the resulting frameset.
6970 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
6972         * ido.el (ido-record-command): Add doc string.
6974 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6976         * frameset.el (frameset): Do not disable creation of the default
6977         frameset-p predicate.  Doc fix.
6978         (frameset-valid-p): New function, copied from the old predicate-p.
6979         Add additional checks.
6980         (frameset-restore): Check with frameset-valid-p.
6981         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
6982         (frameset-name, frameset-description, frameset-properties)
6983         (frameset-states): Add docstring.
6984         (frameset-session-filter-alist, frameset-persistent-filter-alist)
6985         (frameset-filter-alist): Doc fixes.
6987 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6989         * frameset.el (frameset-p, frameset-prop): Doc fixes.
6991 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6993         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
6994         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
6995         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
6996         (byte-compile-normal-call): Remove obsolescence check.
6998 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7000         * frameset.el (frameset-restore): Doc fix.
7002         * register.el (frameset-frame-id, frameset-frame-with-id)
7003         (frameset-p, frameset-restore, frameset-save): Declare.
7004         (register-alist): Document framesets.
7005         (frameset-session-filter-alist): Declare.
7006         (frameset-to-register): New function.
7007         (jump-to-register): Implement jumping to framesets.  Doc fix.
7008         (describe-register-1): Describe framesets.
7010         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7012 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
7014         * desktop.el (desktop-save-frameset): Use new frameset-save args.
7015         Use lexical-binding.
7017         * frameset.el (frameset): Use type vector, not list (incompatible
7018         change).  Do not declare a new constructor, use the default one.
7019         Upgrade suggested properties `app', `name' and `desc' to slots `app',
7020         `name' and `description', respectively, and add read-only slot
7021         `timestamp'.  Doc fixes.
7022         (frameset-copy, frameset-persistent-filter-alist)
7023         (frameset-filter-alist, frameset-switch-to-gui-p)
7024         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7025         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7026         (frameset-filter-iconified, frameset-keep-original-display-p):
7027         Doc fixes.
7028         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7029         Rename from frameset-filter-(save|restore)-param.  All callers changed.
7030         Doc fix.
7031         (frameset-p): Adapt to change to vector and be more thorough.
7032         Change arg name to OBJECT.  Doc fix.
7033         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
7034         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7035         All callers changed.
7036         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7037         All callers changed.
7038         (frameset--record-minibuffer-relationships): Rename from
7039         frameset--process-minibuffer-frames.  All callers changed.
7040         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7041         Use new default constructor (again).  Doc fix.
7042         (frameset--find-frame-if): Rename from `frameset--find-frame'.
7043         All callers changed.
7044         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7045         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7046         Doc fix.
7047         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7048         PARAMETERS and WINDOW-STATE, respectively.
7049         (frameset-restore): Add new keyword argument PREDICATE.
7050         Reset frameset--target-display to nil.  Doc fix.
7052 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7055         (bat-mode): Use it.
7056         (bat-mode-syntax-table): Mark \n as end-of-comment.
7057         (bat-font-lock-keywords): Remove comment rule.
7059         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
7060         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
7062         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7063         (byte-compile-callargs-warn): Use `push'.
7064         (byte-compile-arglist-warn): Ignore higher-order "calls".
7065         (byte-compile-file-form-autoload): Use `pcase'.
7066         (byte-compile-function-form): If quoting a symbol, check that it exists.
7068 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
7070         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7071         and add a few popular commands found in batch files.
7072         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7073         (dos-mode): Doc fixes.
7075 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7077         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7078         (dos-mode): Use setq-local.  Add space after "rem".
7079         (dos-mode-syntax-table): Don't use "w" for symbol chars.
7080         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7082 2013-08-07  Arni Magnusson  <arnima@hafro.is>
7084         * progmodes/dos.el: New file.
7085         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7086         dos-mode.
7088 2013-08-06  Glenn Morris  <rgm@gnu.org>
7090         * calendar/calendar.el: Add new faces, and day-header-array.
7091         (calendar-weekday-header, calendar-weekend-header)
7092         (calendar-month-header): New faces.
7093         (calendar-day-header-construct): New function.
7094         (calendar-day-header-width): Also :set calendar-day-header-array.
7095         (calendar-american-month-header, calendar-european-month-header)
7096         (calendar-iso-month-header): Use calendar- faces.
7097         (calendar-generate-month):
7098         Use calendar-day-header-array for day headers; apply faces to them.
7099         (calendar-mode): Check calendar-font-lock-keywords non-nil.
7100         (calendar-abbrev-construct): Add optional maxlen argument.
7101         (calendar-day-name-array): Doc fix.
7102         (calendar-day-name-array, calendar-abbrev-length)
7103         (calendar-day-abbrev-array):
7104         Also :set calendar-day-header-array, and maybe redraw.
7105         (calendar-day-header-array): New option.  (Bug#15007)
7106         (calendar-font-lock-keywords): Set to nil and make obsolete.
7107         (calendar-day-name): Add option to use header array.
7109 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7111         * net/shr.el (shr-render-td): Remove debugging.
7112         (shr-render-td): Make width computation consistent by defaulting
7113         all zero-width columns to 10 characters.  This may not be optimal,
7114         but it's at least consistent.
7115         (shr-make-table-1): Redo last change to fix the real problem in
7116         colspan handling.
7118 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7120         * files.el (cache-long-line-scans):
7121         Make obsolete alias to `cache-long-scans'.
7123 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7125         * frameset.el (frameset, frameset-filter-alist)
7126         (frameset-filter-params, frameset-save, frameset--reuse-frame)
7127         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7128         (frameset-compute-pos): Rename from frameset--compute-pos,
7129         and add docstring.
7130         (frameset-move-onscreen): Use frameset-compute-pos.
7131         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7133         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7134         Fix typos in docstrings.
7136 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7138         * frame.el (get-other-frame): Tiny cleanup.
7140 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7142         * vc/vc.el (vc-default-ignore-completion-table):
7143         Silence byte-compiler warning.
7145         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7146         slot, which can indeed be nil.
7147         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7148         Move entry for `left' from persistent to live filter alist.
7149         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7150         Doc fixes.
7151         (frameset-filter-params): When restoring a frame, copy items added to
7152         `filtered', to avoid unwittingly modifying the original parameters.
7153         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
7154         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7156         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7157         to use looking-at-p instead of looking-at.  (Bug#15028)
7159 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7161         Revert introduction of isearch-filter-predicates (bug#14714).
7162         Rely on add-function instead.
7163         * isearch.el (isearch-filter-predicates): Rename it back to
7164         isearch-filter-predicate.
7165         (isearch-message-prefix): Use advice-function-mapc and advice
7166         properties to get the isearch-message-prefix.
7167         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7168         instead of run-hook-with-args-until-failure.
7169         (isearch-filter-visible): Not obsolete any more.
7170         * loadup.el: Preload nadvice.
7171         * replace.el (perform-replace): Revert to funcall
7172         instead of run-hook-with-args-until-failure.
7173         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7174         * dired-aux.el (dired-isearch-filenames-mode): Rename from
7175         dired-isearch-filenames-toggle; make it into a proper minor mode.
7176         Use add/remove-function.
7177         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7178         Call the minor-mode rather than add/remove-hook.
7179         (dired-isearch-filter-filenames):
7180         Remove isearch-message-prefix property.
7181         * info.el (Info--search-loop): New function, extracted from Info-search.
7182         Funcall isearch-filter-predicate instead of
7183         run-hook-with-args-until-failure isearch-filter-predicates.
7184         (Info-search): Use it.
7185         (Info-mode): Use isearch-filter-predicate instead of
7186         isearch-filter-predicates.
7188 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7190         Do not call to `selected-window' where it is assumed by default.
7191         Affected functions are `window-minibuffer-p', `window-dedicated-p',
7192         `window-hscroll', `window-width', `window-height', `window-buffer',
7193         `window-frame', `window-start', `window-point', `next-window'
7194         and `window-display-table'.
7195         * abbrev.el (abbrev--default-expand):
7196         * bs.el (bs--show-with-configuration):
7197         * buff-menu.el (Buffer-menu-mouse-select):
7198         * calc/calc.el (calc):
7199         * calendar/calendar.el (calendar-generate-window):
7200         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7201         (diary-make-entry):
7202         * comint.el (send-invisible, comint-dynamic-complete-filename)
7203         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7204         * completion.el (complete):
7205         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7206         * disp-table.el (describe-current-display-table):
7207         * doc-view.el (doc-view-insert-image):
7208         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7209         * ehelp.el (with-electric-help):
7210         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7211         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
7212         * emacs-lisp/helper.el (Helper-help-scroller):
7213         * emulation/cua-base.el (cua--post-command-handler-1):
7214         * eshell/esh-mode.el (eshell-output-filter):
7215         * ffap.el (ffap-gnus-wrapper):
7216         * help-macro.el (make-help-screen):
7217         * hilit-chg.el (highlight-compare-buffers):
7218         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
7219         * hl-line.el (global-hl-line-highlight):
7220         * icomplete.el (icomplete-simple-completing-p):
7221         * isearch.el (isearch-done):
7222         * jit-lock.el (jit-lock-stealth-fontify):
7223         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
7224         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7225         * mpc.el (mpc-tagbrowser, mpc):
7226         * net/rcirc.el (rcirc-any-buffer):
7227         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
7228         * play/landmark.el (landmark-max-width, landmark-max-height):
7229         * play/zone.el (zone):
7230         * progmodes/compile.el (compilation-goto-locus):
7231         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
7232         * progmodes/etags.el (find-tag-other-window):
7233         * progmodes/fortran.el (fortran-column-ruler):
7234         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7235         * progmodes/verilog-mode.el (verilog-point-text):
7236         * reposition.el (reposition-window):
7237         * rot13.el (toggle-rot13-mode):
7238         * server.el (server-switch-buffer):
7239         * shell.el (shell-dynamic-complete-command)
7240         (shell-dynamic-complete-environment-variable):
7241         * simple.el (insert-buffer, set-selective-display)
7242         (delete-completion-window):
7243         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
7244         (speedbar-recenter):
7245         * startup.el (fancy-splash-head):
7246         * textmodes/ispell.el (ispell-command-loop):
7247         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
7248         * tutorial.el (help-with-tutorial):
7249         * vc/add-log.el (add-change-log-entry):
7250         * vc/compare-w.el (compare-windows):
7251         * vc/ediff-help.el (ediff-indent-help-message):
7252         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
7253         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
7254         (ediff-setup-control-frame):
7255         * vc/emerge.el (emerge-position-region):
7256         * vc/pcvs-util.el (cvs-bury-buffer):
7257         * window.el (walk-windows, mouse-autoselect-window-select):
7258         * winner.el (winner-set-conf, winner-undo): Related users changed.
7260 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7262         * frameset.el (frameset--set-id): Doc fix.
7263         (frameset-frame-id, frameset-frame-id-equal-p)
7264         (frameset-locate-frame-id): New functions.
7265         (frameset--process-minibuffer-frames, frameset--reuse-frame)
7266         (frameset-restore): Use them.
7268 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7270         Do not call to `selected-frame' where it is assumed by default.
7271         Affected functions are `raise-frame', `redraw-frame',
7272         `frame-first-window', `frame-terminal' and `delete-frame'.
7273         * calendar/appt.el (appt-disp-window):
7274         * epg.el (epg-wait-for-completion):
7275         * follow.el (follow-delete-other-windows-and-split)
7276         (follow-avoid-tail-recenter):
7277         * international/mule.el (set-terminal-coding-system):
7278         * mail/rmail.el (rmail-mail-return):
7279         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7280         * progmodes/f90.el (f90-add-imenu-menu):
7281         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
7282         * server.el (server-switch-buffer):
7283         * simple.el (delete-completion-window):
7284         * talk.el (talk):
7285         * term/xterm.el (terminal-init-xterm-modify-other-keys)
7286         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
7287         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
7288         * vc/ediff.el (ediff-documentation): Related users changed.
7289         * frame.el (selected-terminal): Remove the leftover.
7291 2013-08-05  Glenn Morris  <rgm@gnu.org>
7293         * calendar/calendar.el (calendar-generate-month):
7294         Fix for calendar-column-width != 1 + calendar-day-digit-width.
7295         (calendar-generate-month, calendar-font-lock-keywords):
7296         Fix for calendar-day-header-width > length of any day name.
7298 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7300         * desktop.el (desktop-clear): Use new name of sort predicate.
7302         * frameset.el (frameset): Add docstring.  Move :version property to its
7303         own `version' slot.
7304         (frameset-copy): Rename from copy-frameset.
7305         (frameset-p): Check more thoroughly.
7306         (frameset-prop): Do not check for :version, which is no longer a prop.
7307         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7308         Use new :never value instead of t.
7309         (frameset-filter-alist): Expand and clarify docstring.
7310         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
7311         (frameset-filter-minibuffer, frameset-filter-save-param)
7312         (frameset-filter-restore-param, frameset-filter-iconified):
7313         Add pointer to docstring of frameset-filter-alist.
7314         (frameset-filter-params): Rename filter values to be more meaningful:
7315         :never instead of t, and reverse the meanings of :save and :restore.
7316         (frameset--process-minibuffer-frames): Clarify error message.
7317         (frameset-save): Avoid unnecessary and confusing call to framep.
7318         Use new BOA constructor for framesets.
7319         (frameset--reuse-list): Doc fix.
7320         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
7321         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
7322         (frameset-minibufferless-first-p): Doc fix.
7323         Rename from frameset-sort-frames-for-deletion.
7324         (frameset-restore): Doc fixes.  Use new function names.
7325         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7327 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7329         * desktop.el (desktop-restore-forces-onscreen)
7330         (desktop-restore-reuses-frames): Document :keyword constant values.
7331         (desktop-filter-parameters-alist): Remove, now identical to
7332         frameset-filter-alist.
7333         (desktop--filter-tty*): Remove, moved to frameset.el.
7334         (desktop-save-frameset, desktop-restore-frameset):
7335         Do not pass :filters argument.
7337         * frameset.el (frameset-live-filter-alist)
7338         (frameset-persistent-filter-alist): New variables.
7339         (frameset-filter-alist): Use them.  Add autoload cookie.
7340         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
7341         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
7342         `frameset--id' (it's supposed to be internal to frameset.el).
7343         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
7344         (frameset--initial-params): New function.
7345         (frameset--get-frame): Use it.  Doc fix.
7346         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
7347         Accept :all, not 'all.
7348         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
7349         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
7350         with fbound symbols.  Fix frame id matching, and remove matching ids if
7351         the frame being restored is deleted.  Obey :delete.
7353 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7355         * subr.el (macrop): New function.
7356         (text-clone--maintaining): New var.
7357         (text-clone--maintain): Rename from text-clone-maintain.  Use it
7358         instead of inhibit-modification-hooks.
7360         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
7361         a proxy, so as handle autoloads and redefinitions of the target.
7362         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
7364         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
7365         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
7366         (pcase--mutually-exclusive-p): New function.
7367         (pcase--split-consp): Use it.
7368         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
7369         mutually exclusive with the current predicate.
7371         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
7372         (edebug-macrop): Remove.  Use `macrop' instead.
7373         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
7374         (ad-macro-p):
7375         * eshell/esh-cmd.el (eshell-macrop):
7376         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
7378 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7380         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
7381         (advice-mapc): New function, using it.
7382         (advice-function-member-p): New function.
7383         (advice--normalize): Store the cdr in advice--saved-rewrite since
7384         that's the part that will be changed.
7385         (advice--symbol-function): New function.
7386         (advice-remove): Handle removal before the function is defined.
7387         Adjust to new advice--saved-rewrite.
7388         (advice-member-p): Use advice-function-member-p and
7389         advice--symbol-function.
7391 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7393         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
7394         (frameset-filter-minibuffer): Doc fix.
7395         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
7396         (frameset--set-id, frameset--process-minibuffer-frames)
7397         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
7398         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
7400         * desktop.el (desktop-clear): Only delete frames when called
7401         interactively and desktop-restore-frames is non-nil.  Doc fix.
7402         (desktop-read): Set desktop-saved-frameset to nil.
7404 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
7406         * vc/vc.el (vc-ignore): Rewrite.
7407         (vc-default-ignore-completion-table):
7408         (vc--read-lines):
7409         (vc--add-line, vc--remove-regexp): New functions.
7411         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7412         (vc-svn-ignore-completion-table): New function.
7414         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7415         (vc-hg-ignore-completion-table):
7416         (vc-hg-find-ignore-file): New functions.
7418         * vc/vc-git.el (vc-git-ignore): Rewrite.
7419         (vc-git-ignore-completion-table):
7420         (vc-git-find-ignore-file): New functions.
7422         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7424         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7425         (vc-bzr-ignore-completion-table):
7426         (vc-bzr-find-ignore-file): New functions.
7428 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
7430         * frameset.el (frameset-prop): New function and setter.
7431         (frameset-save): Do not modify frame list passed by the caller.
7433 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7435         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
7437 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7439         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
7440         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
7442         * custom.el (custom-initialize-default, custom-initialize-set)
7443         (custom-initialize-reset, custom-initialize-changed): Affect the
7444         toplevel-default-value (bug#6275, bug#14586).
7445         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
7446         for bug#6275.
7448 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
7450         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7451         Add cl-def* expressions.
7453         * frameset.el (frameset-filter-params): Fix order of arguments.
7455 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
7457         Move code related to saving frames to frameset.el.
7458         * desktop.el: Require frameset.
7459         (desktop-restore-frames): Doc fix.
7460         (desktop-restore-reuses-frames): Rename from
7461         desktop-restoring-reuses-frames.
7462         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
7463         (desktop-clear): Clear frames too.
7464         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
7465         (desktop--filter-tty*, desktop-save, desktop-read):
7466         Use frameset functions.
7467         (desktop-before-saving-frames-functions, desktop--filter-*-color)
7468         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7469         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
7470         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
7471         (desktop--process-minibuffer-frames, desktop-save-frames)
7472         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
7473         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
7474         (desktop--sort-states, desktop-restoring-frames-p)
7475         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
7476         (desktop-restoring-frameset-p, desktop-restore-frameset)
7477         (desktop--check-dont-save, desktop-save-frameset): New functions.
7478         (desktop--app-id): New constant.
7479         (desktop-first-buffer, desktop-buffer-ok-count)
7480         (desktop-buffer-fail-count): Move before first use.
7481         * frameset.el: New file.
7483 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7485         * files.el: Use lexical-binding.
7486         (dir-locals-read-from-file): Remove unused `err' variable.
7487         (hack-dir-local-variables--warned-coding): New var.
7488         (hack-dir-local-variables): Use it to avoid repeated warnings.
7489         (make-backup-file-name--default-function): New function.
7490         (make-backup-file-name-function): Use it as default.
7491         (buffer-stale--default-function): New function.
7492         (buffer-stale-function): Use it as default.
7493         (revert-buffer-insert-file-contents--default-function): New function.
7494         (revert-buffer-insert-file-contents-function): Use it as default.
7495         (insert-directory): Avoid add-to-list.
7497         * autorevert.el (auto-revert-handler): Simplify.
7498         Use buffer-stale--default-function.
7500 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
7502         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7504         * whitespace.el (whitespace-ensure-local-variables): New function.
7505         (whitespace-cleanup-region): Call it.
7506         (whitespace-turn-on): Call it.
7508 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
7510         Complete file name handlers.
7512         * net/tramp.el (tramp-handle-set-visited-file-modtime)
7513         (tramp-handle-verify-visited-file-modtime)
7514         (tramp-handle-file-notify-rm-watch): New functions.
7515         (tramp-call-process): Do not bind `default-directory'.
7517         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7518         Order alphabetically.
7519         [access-file, add-name-to-file, dired-call-process]:
7520         [dired-compress-file, file-acl, file-notify-rm-watch]:
7521         [file-ownership-preserved-p, file-selinux-context]:
7522         [make-directory-internal, make-symbolic-link, set-file-acl]:
7523         [set-file-selinux-context, set-visited-file-modtime]:
7524         [verify-visited-file-modtime]: Add handler.
7525         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7527         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7528         [file-notify-add-watch, file-notify-rm-watch]:
7529         [set-file-times, set-visited-file-modtime]:
7530         [verify-visited-file-modtime]: Add handler.
7531         (with-tramp-gvfs-error-message)
7532         (tramp-gvfs-handle-set-visited-file-modtime)
7533         (tramp-gvfs-fuse-file-name): Remove.
7534         (tramp-gvfs-handle-file-notify-add-watch)
7535         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7536         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7538         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7539         Order alphabetically.
7540         [file-notify-rm-watch ]: Use default Tramp handler.
7541         [executable-find]: Remove private handler.
7542         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7543         `default-directory'.
7544         (tramp-sh-handle-executable-find)
7545         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7546         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7547         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7548         Do not use `format' in `tramp-message'.
7550         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7551         [file-notify-rm-watch, set-visited-file-modtime]:
7552         [verify-visited-file-modtime]: Add handler.
7553         (tramp-smb-call-winexe): Do not bind `default-directory'.
7555 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
7557         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7559 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
7561         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7562         use it.
7563         (log-view-diff-changeset): Same.
7564         (log-view-diff-common): Call backend command `previous-revision'
7565         to find out the previous revision, in both cases.  Swap the
7566         variables `to' and `fr', so that `fr' usually refers to the
7567         earlier revision (Bug#14989).
7569 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
7571         * ibuf-ext.el (ibuffer-filter-by-filename):
7572         Make it work with dired buffers too.
7574 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
7576         * emacs-lisp/re-builder.el (reb-color-display-p):
7577         * files.el (save-buffers-kill-terminal):
7578         * net/browse-url.el (browse-url):
7579         * server.el (server-save-buffers-kill-terminal):
7580         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7581         Prefer nil to selected-frame for the first arg of frame-parameter.
7583 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
7585         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7587 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
7589         * minibuffer.el (completion--twq-all): Try and preserve each
7590         completion's case choice (bug#14907).
7592 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7594         * net/network-stream.el (open-network-stream): Mention the new
7595         :nogreeting parameter.
7596         (network-stream-open-starttls): Use the :nogreeting parameter
7597         (bug#14938).
7599         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7601         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7602         more natural than popping.
7604         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7605         (shr-urlify): Highlight under mouse.
7607 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
7609         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7611         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7613         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
7614         buffer for output.
7616         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
7617         point-min==1.  Fix search string.  Fix parentheses missing.
7619         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
7620         assume point-min==1.  Fix search string.  Fix parentheses missing.
7622         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
7624         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
7625         buffer for output.
7627 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
7629         * frame.el (frame-notice-user-settings): Avoid inflooping when the
7630         initial frame is minibuffer-less.  (Bug#14841)
7632 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
7634         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
7635         option.
7637         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7638         (tramp-maybe-open-connection): Use it.
7640 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
7642         * desktop.el (desktop--make-frame): Include `minibuffer' in the
7643         minimal set of parameters passed when creating a frame, because
7644         the minibuffer status of a frame cannot be changed later.
7646 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
7648         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
7649         replace-regexp-in-string and inadvertent omissions in previous change.
7650         (todo-filter-items): Ensure only file names are comma-separated in
7651         name of filtered items buffer.
7653 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
7655         * desktop.el: Optionally force offscreen frames back onscreen.
7656         (desktop-restoring-reuses-frames): New option.
7657         (desktop--compute-pos, desktop--move-onscreen): New functions.
7658         (desktop--make-frame): Use desktop--move-onscreen.
7660 2013-07-27  Alan Mackenzie  <acm@muc.de>
7662         Fontify a Java generic method as a function.
7663         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
7664         value to t.
7666 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
7668         * calendar/todo-mode.el: Add command to rename todo files.
7669         (todo-rename-file): New command.
7670         (todo-key-bindings-t): Add key binding for it.  Change the
7671         bindings of todo-filter-regexp-items(-multifile) to use `x'
7672         instead of `r', since the latter is better suited to the new
7673         renaming command.
7675 2013-07-27  Alan Mackenzie  <acm@muc.de>
7677         Make Java try-with-resources statement parse properly.
7678         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
7679         (c-block-stmt-1-2-key): New language constants/variables.
7680         * progmodes/cc-engine.el (c-beginning-of-statement-1)
7681         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
7682         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
7683         with c-block-stmt-1-2-key.
7685 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
7687         * desktop.el (desktop--make-frame): Apply most frame parameters after
7688         creating the frame to force (partially or totally) offscreen frames to
7689         be restored as such.
7691 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
7693         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
7694         (Bug#14948)
7696 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7698         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
7699         `base' arg of backtrace-frame.
7701 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
7703         * simple.el (list-processes): Doc fix.
7705 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
7707         * desktop.el (desktop--select-frame):
7708         Try harder to reuse existing frames.
7710 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7712         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
7713         (edebug-eval): Use backtrace-eval.
7714         (edebug--display, edebug--recursive-edit): Don't let-bind the
7715         edebug-outer-* vars that keep track of variables we locally let-bind.
7716         (edebug-outside-excursion): Don't restore outside values of locally
7717         let-bound vars.
7718         (edebug--display): Use user-error.
7719         (cl-lexical-debug, cl-debug-env): Remove.
7721 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
7723         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
7724         are restored to be sure that they are visible before deleting any
7725         remaining ones.
7727 2013-07-26  Matthias Meulien  <orontee@gmail.com>
7729         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
7730         vc-print-root-log.  (Bug#14948)
7732 2013-07-26  Richard Stallman  <rms@gnu.org>
7734         Add aliases for encrypting mail.
7735         * epa.el (epa-mail-aliases): New option.
7736         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
7737         Bind inhibit-read-only so read-only text doesn't ruin everything.
7738         (epa-mail-default-recipients): New subroutine broken out.
7739         Handle epa-mail-aliases.
7741 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7743         Add support for lexical variables to the debugger's `e' command.
7744         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
7745         vars, except for debugger-outer-match-data.
7746         (debugger-frame-number): Move check for "on a function call" from
7747         callers into it.  Add `skip-base' argument.
7748         (debugger-frame, debugger-frame-clear): Simplify accordingly.
7749         (debugger-env-macro): Only reset the state stored in non-variables,
7750         i.e. current-buffer and match-data.
7751         (debugger-eval-expression): Rewrite using backtrace-eval.
7752         * subr.el (internal--called-interactively-p--get-frame): Remove.
7753         (called-interactively-p):
7754         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
7755         `base' arg of backtrace-frame instead.
7757 2013-07-26  Glenn Morris  <rgm@gnu.org>
7759         * align.el (align-regexp): Doc fix.  (Bug#14857)
7760         (align-region): Explicit error if subexpression missing/does not match.
7762         * simple.el (global-visual-line-mode):
7763         Do not duplicate the mode lighter.  (Bug#14858)
7765 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
7767         * window.el (display-buffer): In display-buffer bind
7768         split-window-keep-point to t, bug#14829.
7770 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
7772         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
7773         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
7774         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
7775         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7776         Change accordingly.
7777         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7778         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
7780 2013-07-25  Glenn Morris  <rgm@gnu.org>
7782         * dired-x.el (dired-mark-extension): Convert comment to doc string.
7784 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
7786         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
7787         parameter to modify-frame-parameters if the value has not changed;
7788         this is a workaround for bug#14949.
7789         (desktop--make-frame): On cl-delete-if call, check parameter name,
7790         not full parameter.
7792 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
7794         * vc/vc.el (vc-ignore): New function.
7796         * vc/vc-svn.el (vc-svn-ignore): New function.
7798         * vc/vc-hg.el (vc-hg-ignore): New function.
7800         * vc/vc-git.el (vc-git-ignore): New function.
7802         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
7803         (vc-dir-ignore): New function.
7805         * vc/vc-cvs.el (vc-cvs-ignore): New function.
7806         (cvs-append-to-ignore): Move here from pcvs.el.
7808         * vc/vc-bzr.el (vc-bzr-ignore): New function.
7810         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
7812 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
7814         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
7815         (desktop-restore-frames): Warn when deleting an existing frame failed.
7817 2013-07-24  Glenn Morris  <rgm@gnu.org>
7819         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
7821 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
7823         * filenotify.el (file-notify-supported-p):
7824         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7825         Remove functions.
7827         * autorevert.el (auto-revert-use-notify):
7828         (auto-revert-notify-add-watch):
7829         * net/tramp.el (tramp-file-name-for-operation):
7830         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7831         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7832         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7833         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7834         Remove `file-notify-supported-p' entry.
7836 2013-07-24  Glenn Morris  <rgm@gnu.org>
7838         * printing.el: Replace all uses of deleted ps-windows-system,
7839         ps-lp-system, ps-flatten-list with lpr- versions.
7841 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7843         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
7844         checked with memq (bug#14935).
7846         * files.el (revert-buffer-function): Use a non-nil default.
7847         (revert-buffer-preserve-modes): Declare var to
7848         provide access to the `preserve-modes' argument.
7849         (revert-buffer): Let-bind it.
7850         (revert-buffer--default): New function, extracted from revert-buffer.
7852 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7854         * lpr.el: Signal print errors more prominently.
7855         (print-region-function): Don't default to nil.
7856         (lpr-print-region): New function, extracted from print-region-1.
7857         Check lpr's return value and signal an error in case of problem.
7858         (print-region-1): Use it.
7859         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
7860         versions instead.
7861         (ps-printer-name): Default to nil.
7862         (ps-printer-name-option): Default to lpr-printer-switch.
7863         (ps-print-region-function): Don't default to nil.
7864         (ps-postscript-code-directory): Simplify default.
7865         (ps-do-despool): Use lpr-print-region to properly check the outcome.
7866         (ps-string-list, ps-eval-switch, ps-flatten-list)
7867         (ps-flatten-list-1): Remove.
7868         (ps-multibyte-buffer): Avoid setq.
7869         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
7870         (print-region-function, ps-print-region-function): Don't set them here.
7872 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
7874         * ido.el (ido-fractionp):
7875         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
7876         (ido-max-file-prompt-width, ido-unc-hosts-cache)
7877         (ido-max-directory-size, ido-max-dir-file-cache)
7878         (ido-decorations): Doc fix.
7880         * ansi-color.el: Fix old URL.
7882 2013-07-23  Michael R. Mauger  <michael@mauger.com>
7884         * progmodes/sql.el: Version 3.3
7885         (sql-product-alist): Improve oracle :prompt-cont-regexp.
7886         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
7887         (sql-interactive-remove-continuation-prompt): Rewrite, use
7888         functions above.  Fix continuation prompt and complete output line
7889         handling.
7890         (sql-redirect-one, sql-execute): Use `read-only-mode' on
7891         redirected output buffer.
7892         (sql-mode): Restore deleted code (Bug#13591).
7894 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
7896         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
7898 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
7900         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
7902         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7903         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7904         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
7906 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
7908         * desktop.el (desktop-clear): Simplify; remove useless checks
7909         against invalid buffer names.
7910         (desktop-list*): Use cl-list*.
7911         (desktop-buffer-info, desktop-create-buffer): Simplify.
7913 2013-07-23  Leo Liu  <sdl.web@gmail.com>
7915         * bookmark.el (bookmark-make-record): Restore NAME as a default
7916         value.  (Bug#14933)
7918 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7920         * emacs-lisp/autoload.el (autoload--setup-output): New function,
7921         extracted from autoload--insert-text.
7922         (autoload--insert-text): Remove.
7923         (autoload--print-cookie-text): New function, extracted from
7924         autoload--insert-cookie-text.
7925         (autoload--insert-cookie-text): Remove.
7926         (autoload-generate-file-autoloads): Adjust calls accordingly.
7928         * winner.el (winner-hook-installed-p): Remove.
7929         (winner-mode): Simplify accordingly.
7931         * subr.el (add-to-list): Fix compiler-macro when `append' is
7932         not constant.  Don't use `cl-member' for the base case.
7934         * progmodes/subword.el: Fix boundary case (bug#13758).
7935         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
7936         own group.
7937         (subword-backward-regexp): Make it a constant.
7938         (subword-forward-internal): Don't treat a trailing capital as the
7939         beginning of a word.
7941 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
7943         * emacs-lisp/package.el (package-menu-mode): Don't modify the
7944         global value of tabulated-list-revert-hook (bug#14930).
7946 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
7948         * desktop.el: Require 'cl-lib.
7949         (desktop-before-saving-frames-functions): New hook.
7950         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
7951         for frames being saved.  Rename from desktop--save-minibuffer-frames.
7952         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
7953         Do not save frames with non-nil `desktop-dont-save' parameter.
7954         Filter out deleted frames.
7955         (desktop--find-frame): Use cl-find-if.
7956         (desktop--select-frame): Use cl-(first|second|third) to access values
7957         of desktop-mini.
7958         (desktop--make-frame): Use cl-delete-if.
7959         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
7960         (desktop-restore-frames): Use cl-(first|second|third) to access values
7961         of desktop-mini.  Look for visible frame at the end, not while
7962         restoring frames.
7964         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
7965         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
7966         Use string-match-p, looking-at-p (bug#14927).
7968 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
7970         * desktop.el (desktop-saved-frame-states):
7971         Rename from desktop--saved-states; all users changed.
7972         (desktop-save-frames): Rename from desktop--save-frames.
7973         Do not save state to desktop file.
7974         (desktop-save): Save desktop-saved-frame-states to desktop file
7975         and reset to nil.
7976         (desktop-restoring-frames-p): New function.
7977         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
7978         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
7979         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
7981         * desktop.el: Correctly restore iconified frames.
7982         (desktop--filter-iconified-position): New function.
7983         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
7985 2013-07-20  Glenn Morris  <rgm@gnu.org>
7987         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
7988         Let `message' do the formatting.
7989         (def-gdb-preempt-display-buffer): Add explicit format.
7991         * image-dired.el (image-dired-track-original-file):
7992         Use with-current-buffer.
7993         (image-dired-track-thumbnail): Use with-current-buffer.
7994         Avoid changing point of wrong window.
7996         * image-dired.el (image-dired-track-original-file):
7997         Avoid changing point of wrong window.  (Bug#14909)
7999 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
8001         * progmodes/gdb-mi.el (gdb-done-or-error):
8002         Guard against "%" in gdb output.  (Bug#14127)
8004 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
8006         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8007         (Bug#14826)
8009         * international/mule.el (coding-system-iso-2022-flags): Fix last
8010         change.
8012 2013-07-20  Kenichi Handa  <handa@gnu.org>
8014         * international/mule.el (coding-system-iso-2022-flags):
8015         Add `8-bit-level-4'.  (Bug#8522)
8017 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019         * net/shr.el (shr-mouse-browse-url): New command and keystroke
8020         (bug#14815).
8022         * net/eww.el (eww-process-text-input): Allow inputting when the
8023         point is at the start of the line, as the properties aren't
8024         front-sticky.
8026         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8027         degenerate widths.
8029 2013-07-19  Richard Stallman  <rms@gnu.org>
8031         * epa.el (epa-popup-info-window): Doc fix.
8033         * subr.el (split-string): New arg TRIM.
8035 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
8037         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8038         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8040 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
8042         * filenotify.el (file-notify--library): Rename from
8043         `file-notify-support'.  Do not autoload.  Adapt all uses.
8044         (file-notify-supported-p): New defun.
8046         * autorevert.el (auto-revert-use-notify):
8047         Use `file-notify-supported-p' instead of `file-notify-support'.
8048         Adapt docstring.
8049         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8051         * net/tramp.el (tramp-file-name-for-operation):
8052         Add `file-notify-supported-p'.
8054         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8055         New defun.
8056         (tramp-sh-file-name-handler-alist): Add it as handler for
8057         `file-notify-supported-p '.
8059         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8060         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8061         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8062         Add `ignore' as handler for `file-notify-*' functions.
8064 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
8066         * simple.el (line-move-partial, line-move): Don't start vscroll or
8067         scroll-up if the current line is not taller than the window.
8068         (Bug#14881)
8070 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
8072         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8073         highlight question marks in the method names as strings.
8074         (ruby-block-beg-keywords): Inline.
8075         (ruby-font-lock-keyword-beg-re): Extract from
8076         `ruby-font-lock-keywords'.
8078 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
8080         * frame.el (blink-cursor-blinks): New defcustom.
8081         (blink-cursor-blinks-done): New defvar.
8082         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8083         (blink-cursor-timer-function): Check if number of blinks has been
8084         done on X and NS.
8085         (blink-cursor-suspend, blink-cursor-check): New defuns.
8087 2013-07-15  Glenn Morris  <rgm@gnu.org>
8089         * edmacro.el (edmacro-format-keys): Fix previous change.
8091 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
8093         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8094         The hack didn't work outside English locales anyway.
8096 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
8098         * simple.el (define-alternatives): Rename from alternatives-define,
8099         per RMS' suggestion.
8101 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
8103         * desktop.el (desktop-restore-frames): Change default to t.
8104         (desktop-restore-in-current-display): Now offer more options.
8105         (desktop-restoring-reuses-frames): New customization option.
8106         (desktop--saved-states): Doc fix.
8107         (desktop-filter-parameters-alist): New variable, renamed and expanded
8108         from desktop--excluded-frame-parameters.
8109         (desktop--target-display): New variable.
8110         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8111         (desktop--filter-tty*, desktop--filter-*-color)
8112         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8113         (desktop--filter-save-desktop-parm)
8114         (desktop-restore-in-original-display-p): New functions.
8115         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8116         (desktop--save-minibuffer-frames): New function, inspired by a similar
8117         function from Martin Rudalics.
8118         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8119         (desktop--restore-in-this-display-p): Remove.
8120         (desktop--find-frame): Rename from desktop--find-frame-in-display
8121         and add predicate argument.
8122         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8123         (desktop--reuse-list): New variable.
8124         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8125         New functions.
8126         (desktop--restore-frames): Add support for "minibuffer-special" frames.
8128 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
8130         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8132 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
8134         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8135         Highlight conversion methods on Kernel.
8137 2013-07-13  Alan Mackenzie  <acm@muc.de>
8139         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8140         and comment it out.  This out-commenting enables certain C++
8141         declarations to be parsed correctly.
8143 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
8145         * international/mule.el (define-coding-system): Doc fix.
8147         * simple.el (default-font-height): Don't call font-info if the
8148         frame's default font didn't change since the frame was created.
8149         (Bug#14838)
8151 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8153         * ido.el (ido-read-file-name): Guard against non-symbol value.
8155 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8157         * progmodes/python.el (python-imenu--build-tree): Fix corner case
8158         in nested defuns.
8160 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8162         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8163         ido-set-matches call.  (Bug#6852)
8165 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
8167         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
8168         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8169         Ruby 2.0.
8170         (ruby-font-lock-keywords): Distinguish calls to functions with
8171         module-like names from module references.  Highlight character
8172         literals.
8174 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
8176         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8177         (gdb-send): Handle continued commands.  (Bug#14847)
8179 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8181         * desktop.el (desktop--v2s): Remove unused local variable.
8182         (desktop-save-buffer): Make defvar-local; adjust docstring.
8183         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8184         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8186 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
8188         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8190 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
8192         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8193         (Bug#14842)
8195 2013-07-12  Glenn Morris  <rgm@gnu.org>
8197         * doc-view.el: Require cl-lib at runtime too.
8198         (doc-view-remove-if): Remove.
8199         (doc-view-search-next-match, doc-view-search-previous-match):
8200         Use cl-remove-if.
8202         * edmacro.el: Require cl-lib at runtime too.
8203         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8204         (edmacro-mismatch, edmacro-subseq): Remove.
8206         * shadowfile.el: Require cl-lib.
8207         (shadow-remove-if): Remove.
8208         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8209         Use cl-remove-if.
8211         * wid-edit.el: Require cl-lib.
8212         (widget-choose): Use cl-remove-if.
8213         (widget-remove-if): Remove.
8215         * progmodes/ebrowse.el: Require cl-lib at runtime too.
8216         (ebrowse-delete-if-not): Remove.
8217         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
8218         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
8219         Use cl-delete-if-not.
8221 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8223         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
8224         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
8226 2013-07-12  Leo Liu  <sdl.web@gmail.com>
8228         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
8230 2013-07-11  Glenn Morris  <rgm@gnu.org>
8232         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
8233         (edebug-gensym-index, edebug-gensym):
8234         Remove reimplementation of cl-gensym.
8235         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
8237         * thumbs.el: Require cl-lib at run-time too.
8238         (thumbs-gensym-counter, thumbs-gensym):
8239         Remove reimplementation of cl-gensym.
8240         (thumbs-temp-file): Use cl-gensym.
8242         * emacs-lisp/ert.el: Require cl-lib at runtime too.
8243         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
8244         (ert--intersection, ert--set-difference, ert--set-difference-eq)
8245         (ert--union, ert--gensym-counter, ert--gensym-counter)
8246         (ert--coerce-to-vector, ert--remove*, ert--string-position)
8247         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
8248         (ert-make-test-unbound, ert--expand-should-1)
8249         (ert--expand-should, ert--should-error-handle-error)
8250         (should-error, ert--explain-equal-rec)
8251         (ert--plist-difference-explanation, ert-select-tests)
8252         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
8253         Use cl-lib functions rather than reimplementations.
8255 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
8257         * net/tramp.el (tramp-methods): Extend docstring.
8258         (tramp-connection-timeout): New defcustom.
8259         (tramp-error-with-buffer): Reset timestamp only when appropriate.
8260         (with-tramp-progress-reporter): Simplify.
8261         (tramp-process-actions): Improve messages.
8263         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8264         * net/tramp-sh.el (tramp-maybe-open-connection):
8265         Use `tramp-connection-timeout'.
8266         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
8267         (Bug#14808)
8269 2013-07-11  Leo Liu  <sdl.web@gmail.com>
8271         * ido.el (ido-read-file-name): Conform to the requirements of
8272         read-file-name.  (Bug#11861)
8273         (ido-read-directory-name): Conform to the requirements of
8274         read-directory-name.
8276 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
8278         * subr.el (delay-warning): New function.
8280 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
8282         * simple.el (default-line-height): New function.
8283         (line-move-partial, line-move): Use it instead of computing the
8284         line height inline.
8285         (line-move-partial): Always compute ROWH.  If the last line is
8286         partially-visible, but its text is completely visible, allow
8287         cursor to enter such a partially-visible line.
8289 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
8291         Improve error messages.  (Bug#14808)
8293         * net/tramp.el (tramp-current-connection): New defvar, moved from
8294         tramp-sh.el.
8295         (tramp-message-show-progress-reporter-message): Remove, not
8296         needed anymore.
8297         (tramp-error-with-buffer): Show message in minibuffer.
8298         Discard input before waiting.  Reset connection timestamp.
8299         (with-tramp-progress-reporter): Improve messages.
8300         (tramp-process-actions): Use progress reporter.  Delete process in
8301         case of error.  Improve messages.
8303         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
8304         Call `tramp-error-with-buffer' with vector and buffer.
8305         (tramp-current-connection): Remove.
8306         (tramp-maybe-open-connection): The car of
8307         `tramp-current-connection' are the first 3 slots of the vector.
8309 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
8311         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
8312         inside continued strings.
8314 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8316         Timestamp fixes for undo (Bug#14824).
8317         * files.el (clear-visited-file-modtime): Move here from fileio.c.
8319 2013-07-10  Leo Liu  <sdl.web@gmail.com>
8321         * files.el (require-final-newline): Allow safe local value.
8322         (Bug#14834)
8324 2013-07-09  Leo Liu  <sdl.web@gmail.com>
8326         * ido.el (ido-read-directory-name): Handle fallback.
8327         (ido-read-file-name): Update DIR to ido-current-directory.
8328         (Bug#1516)
8329         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
8331 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
8333         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
8334         "autoload".  Remove "warn lower camel case" section, previously
8335         commented out.  Highlight negation char.  Do not highlight the
8336         target in singleton method definitions.
8338 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8340         * faces.el (tty-setup-hook): Declare the hook.
8342         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
8343         and detect when a guard/pred depends on local vars (bug#14773).
8344         (pcase--u1): Adjust caller.
8346 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
8348         * simple.el (line-move-partial, line-move): Account for
8349         line-spacing.
8350         (line-move-partial): Avoid setting vscroll when the last
8351         partially-visible line in window is of default height.
8353 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8355         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
8356         been used a while.
8358 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
8360         * subr.el (read-quoted-char): Remove unused local variable `char'.
8362 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8364         * ediff.el (ediff-version): Version update.
8365         (ediff-files-command, ediff3-files-command, ediff-merge-command)
8366         (ediff-merge-with-ancestor-command, ediff-directories-command)
8367         (ediff-directories3-command, ediff-merge-directories-command)
8368         (ediff-merge-directories-with-ancestor-command): New functions.
8369         All are command-line interfaces to ediff: to facilitate calling
8370         Emacs with the appropriate ediff functions invoked.
8372         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
8373         (viper-save-kill-buffer): Check if buffer is modified.
8375         * viper.el (viper-version): Version update.
8376         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
8378 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8380         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
8381         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
8382         (viper-intercept-ESC-key): Simplify.
8383         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
8384         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
8385         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
8386         (viper-setup-ESC-to-escape): New functions.
8387         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
8388         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
8390 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
8392         * simple.el (default-font-height, window-screen-lines):
8393         New functions.
8394         (line-move, line-move-partial): Use them instead of
8395         frame-char-height and window-text-height.  This makes scrolling
8396         text smoother when the buffer's default face uses a font that is
8397         different from the frame's default font.
8399 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
8401         * files.el (write-file): Do not display confirm dialog for NS,
8402         it does its own dialog, which can't be canceled (Bug#14578).
8404 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
8406         * simple.el (line-move-partial): Adjust the row returned by
8407         posn-at-point for the current window-vscroll.  (Bug#14567)
8409 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
8411         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
8412         (tramp-sh-file-inotifywait-process-filter): Handle file names with
8413         spaces.
8415 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
8417         * window.el (window-state-put-stale-windows): New variable.
8418         (window--state-put-2): Save list of windows without matching buffer.
8419         (window-state-put): Remove "bufferless" windows if possible.
8421 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
8423         * simple.el (alternatives-define): Remove leftover :group keyword.
8424         Tweak docstring.
8426 2013-07-06  Leo Liu  <sdl.web@gmail.com>
8428         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
8429         (ido-enable-virtual-buffers): New variable.
8430         (ido-buffer-internal, ido-toggle-virtual-buffers)
8431         (ido-make-buffer-list): Use it.
8432         (ido-exhibit): Support turning on and off virtual buffers
8433         automatically.
8435 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
8437         * simple.el (alternatives-define): New macro.
8439 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8441         * subr.el (read-quoted-char): Use read-key.
8442         (sit-for): Let read-event decode tty input (bug#14782).
8444 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
8446         * calendar/todo-mode.el: Add handling of file deletion, both by
8447         mode command and externally.  Fix various related bugs.
8448         Clarify Commentary and improve some documentation strings and code.
8449         (todo-delete-file): New command.
8450         (todo-check-file): New function.
8451         (todo-show): Handle external deletion of the file we're trying to
8452         show (bug#14688).  Replace called-interactively-p by an optional
8453         prefix argument to avoid problematic interaction with catch form
8454         when byte compiled (bug#14702).
8455         (todo-quit): Handle external deletion of the archive's todo file.
8456         Make sure the buffer that was visiting the archive file is still
8457         live before trying to bury it.
8458         (todo-category-completions): Handle external deletion of any
8459         category completion files.
8460         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
8461         of todo files, in case of external deletion.
8462         (todo-add-file): Replace unnecessary setq by let-binding.
8463         (todo-find-archive): Check whether there are any archives.
8464         Replace unnecessary setq by let-binding.
8465         (todo-archive-done-item): Use find-file-noselect to get the
8466         archive buffer whether or not the archive already exists.
8467         Remove superfluous code.  Use file size instead of buffer-file-name to
8468         check if the archive is new; if it is, update list of archives.
8469         (todo-default-todo-file): Allow nil to be a valid value for when
8470         there are no todo files.
8471         (todo-reevaluate-default-file-defcustom): Use corrected definition
8472         of todo-default-todo-file.
8473         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
8474         (todo-delete-category, todo-show-categories-table)
8475         (todo-category-number): Clarify comment.
8476         (todo-filter-items): Clarify documentation string.
8477         (todo-show-current-file, todo-display-as-todo-file)
8478         (todo-reset-and-enable-done-separator): Tweak documentation string.
8479         (todo-done-separator): Make separator length window-width, since
8480         bug#2749 is now fixed.
8482 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
8484         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8485         Support both "gvfs-monitor-dir" and "inotifywait".
8486         (tramp-sh-file-inotifywait-process-filter): Rename from
8487         `tramp-sh-file-notify-process-filter'.
8488         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8489         (tramp-get-remote-gvfs-monitor-dir): New defuns.
8491 2013-07-05  Leo Liu  <sdl.web@gmail.com>
8493         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8495 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8497         * frame.el (display-pixel-height, display-pixel-width)
8498         (display-mm-height, display-mm-width): Mention behavior on
8499         multi-monitor setups in docstrings.
8500         (w32-display-monitor-attributes-list): Declare function.
8501         (display-monitor-attributes-list): Use it.
8503 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
8505         * filenotify.el: New package.
8507         * autorevert.el (top): Require filenotify.el.
8508         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
8509         instead.
8510         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8511         (auto-revert-notify-handler): Use `file-notify-*' functions.
8513         * subr.el (file-notify-handle-event): Move function to filenotify.el.
8515         * net/tramp.el (tramp-file-name-for-operation):
8516         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8518         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8519         for `file-notify-add-watch' and `file-notify-rm-watch'.
8520         (tramp-process-sentinel): Improve trace.
8521         (tramp-sh-handle-file-notify-add-watch)
8522         (tramp-sh-file-notify-process-filter)
8523         (tramp-sh-handle-file-notify-rm-watch)
8524         (tramp-get-remote-inotifywait): New defuns.
8526 2013-07-03  Juri Linkov  <juri@jurta.org>
8528         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8529         call of `occur-read-primary-args' to interactive spec.
8531         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8532         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
8534 2013-07-03  Matthias Meulien  <orontee@gmail.com>
8536         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8537         `Buffer-menu-multi-occur'.  Add it to the menu.
8538         (Buffer-menu-mode): Document it in docstring.
8539         (Buffer-menu-multi-occur): New command.  (Bug#14673)
8541 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8543         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8544         keywords and built-ins.
8546 2013-07-03  Glenn Morris  <rgm@gnu.org>
8548         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
8550         Make info-xref checks case-sensitive by default
8551         * info.el (Info-find-node, Info-find-in-tag-table)
8552         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8553         Add option for exact case matching of nodes.
8554         * info-xref.el (info-xref): New custom group.
8555         (info-xref-case-fold): New option.
8556         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8558 2013-07-03  Leo Liu  <sdl.web@gmail.com>
8560         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8562 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8564         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8565         middle of block statement initially, lower the depth.  Remove
8566         FIXME comment, not longer valid.  Remove middle of block statement
8567         detection, no need to do that anymore since we've been using
8568         `ruby-parse-region' here.
8570 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
8572         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8574 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8576         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8578 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
8580         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8581         (desktop-restore-in-current-display): New customization option.
8582         (desktop--excluded-frame-parameters): Add `font'.
8583         (desktop--save-frames): Rename from desktop--save-windows.
8584         (desktop--restore-in-this-display-p): New function.
8585         (desktop--make-full-frame): Remove unwanted width/height from
8586         full(width|height) frames.
8587         (desktop--restore-frames): Rename from desktop--restore-windows.
8588         Obey desktop-restore-current-display.  Do not delete old frames or
8589         select a new frame unless we were able to restore at least one frame.
8591 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
8593         * files.el (find-file-noselect): Simplify conditional expression.
8595         * textmodes/remember.el (remember-append-to-file):
8596         Don't mix `find-buffer-visiting' and `get-file-buffer'.
8598         Add `remember-notes' function to store random notes across Emacs
8599         restarts.
8600         * textmodes/remember.el (remember-data-file): Add :set callback to
8601         affect notes buffer (if any).
8602         (remember-notes): New command.
8603         (remember-notes-buffer-name, bury-remember-notes-on-kill):
8604         New defcustoms for the `remember-notes' function.
8605         (remember-notes-save-and-bury-buffer): New command.
8606         (remember-notes-mode-map): New variable.
8607         (remember-mode): New minor mode.
8608         (remember-notes--kill-buffer-query): New function.
8609         * startup.el (initial-buffer-choice): Add notes to custom type.
8611 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
8613         * bindings.el (right-char, left-char): Don't call sit-for, this is
8614         no longer needed.  Use arithmetic comparison only for numerical
8615         arguments.
8617         * international/mule-cmds.el (select-safe-coding-system):
8618         Handle the case of FROM being a string correctly.  (Bug#14755)
8620 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622         * net/shr.el (shr-make-table-1): Add a sanity check that allows
8623         progression on degenerate tables.
8624         (shr-rescale-image): ImageMagick animated images currently don't work.
8626 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
8628         Some fixes and improvements for desktop frame restoration.
8629         It is still experimental and disabled by default.
8630         * desktop.el (desktop--save-windows): Put the selected frame at
8631         the head of the list.
8632         (desktop--make-full-frame): New function.
8633         (desktop--restore-windows): Try to re-select the frame that was
8634         selected upon saving.  Do not abort if some frames fail to restore,
8635         just show an error message and continue.  Set up maximized frames
8636         so they have default non-maximized dimensions.
8638 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
8640         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8641         Don't start heredoc inside a string or comment.
8643 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
8645         * bindings.el (visual-order-cursor-movement): New defcustom.
8646         (right-char, left-char): Provide visual-order cursor motion by
8647         calling move-point-visually.  Update the doc strings.
8649 2013-06-28  Kenichi Handa  <handa@gnu.org>
8651         * international/mule.el (define-coding-system): New coding system
8652         properties :inhibit-null-byte-detection,
8653         :inhibit-iso-escape-detection, and :prefer-utf-8.
8654         (set-buffer-file-coding-system): If :charset-list property of
8655         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
8656         appropriate for setting.
8658         * international/mule-cmds.el (select-safe-coding-system):
8659         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
8660         multibyte characters, return utf-8 (or one of its siblings).
8662         * international/mule-conf.el (prefer-utf-8): New coding system.
8663         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
8664         files.
8666 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
8668         * net/shr.el (shr-render-region): New function.
8670         * net/eww.el: Autoload `eww-browse-url'.
8672 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
8674         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8675         Adapt to `package-desc-version' being a list.
8676         Use `package--ac-desc-version' to retrieve version from a package
8677         archive element.
8679 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
8681         New experimental feature to save&restore window and frame setup.
8682         * desktop.el (desktop-save-windows): New defcustom.
8683         (desktop--saved-states): New var.
8684         (desktop--excluded-frame-parameters): New defconst.
8685         (desktop--filter-frame-parms, desktop--find-frame-in-display)
8686         (desktop--restore-windows, desktop--save-windows): New functions.
8687         (desktop-save): Call `desktop--save-windows'.
8688         (desktop-read): Call `desktop--restore-windows'.
8690 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8692         * net/shr.el (add-face-text-property): Remove compat definition.
8694 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
8696         * info.el (Info-try-follow-nearest-node): Move search for footnote
8697         above search for node name to prevent missing a footnote (bug#14717).
8699 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
8701         * obsolete/otodo-mode.el: Add obsolescence info to file header.
8703 2013-06-27  Leo Liu  <sdl.web@gmail.com>
8705         * net/eww.el (eww-read-bookmarks): Check file size.
8707 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8709         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
8710         advice--pending if newdef is nil or an autoload (bug#13820).
8711         (advice-mapc): New function.
8713 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
8716         probably.
8717         (eww-mode-map): Add a menu bar.
8718         (eww-add-bookmark): New command.
8719         (eww-bookmark-mode): New mode and commands.
8720         (eww-add-bookmark): Remove newlines from the title.
8721         (eww-bookmark-browse): Don't bug out if it's the only window.
8723 2013-06-26  Glenn Morris  <rgm@gnu.org>
8725         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
8726         (hfy-size): Handle ttys.  (Bug#14668)
8728         * info-xref.el: Update for Texinfo 5 change in *note format.
8729         (info-xref-node-re, info-xref-note-re): New constants.
8730         (info-xref-check-buffer): Use info-xref-note-re.
8732 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8734         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
8736         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
8737         nil terminate the loop (bug#14718).
8739 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741         * net/eww.el: Rework history traversal.  When going forward/back,
8742         put these actions into the history, too, so that they can be
8743         replayed.
8744         (eww-render): Move the history reset to the correct buffer.
8746 2013-06-25  Juri Linkov  <juri@jurta.org>
8748         * files-x.el (modify-dir-local-variable): Change the header comment
8749         in the file with directory local variables.  (Bug#14692)
8751         * files-x.el (read-file-local-variable-value): Add `default'.
8752         (Bug#14710)
8754 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8756         * net/eww.el (eww-make-unique-file-name): Create a unique file
8757         name before saving to entering `y' accidentally asynchronously.
8759 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
8761         * net/eww.el (eww-download): New command and keystroke.
8763 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8765         * net/eww.el (eww-copy-page-url): Change name of command.
8767         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
8768         be more consistent with Info and dired.
8770         * net/eww.el (eww-mode-map): Ditto.
8772 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8774         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
8775         packages from archives.
8776         (package-archive-contents): Change format; include obsolete packages.
8777         (package-desc): Use `dir' to mark builtin packages.
8778         (package--from-builtin): Set the `dir' field to `builtin'.
8779         (generated-autoload-file, version-control): Declare.
8780         (package-compute-transaction): Change first arg and return value to be
8781         lists of package-descs.  Adjust to new package-archive-contents format.
8782         (package--add-to-archive-contents): Adjust to new
8783         package-archive-contents format.
8784         (package-download-transaction): Arg is now a list of package-descs.
8785         (package-install): If `pkg' is a package name, pass it as
8786         a requirement, so it is subject to the usual (e.g. disabled) checks.
8787         (describe-package): Accept package-desc as well.
8788         (describe-package-1): Describe a specific package-desc.  Add links to
8789         other package-descs for the same package name.
8790         (package-menu-describe-package): Pass the actual package-desc.
8791         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
8792         works correctly.
8793         (package-desc-status): New function.
8794         (package-menu--refresh): New function, extracted
8795         from package-menu--generate.
8796         (package-menu--generate): Use it.
8797         (package-delete): Update package-alist.
8798         (package-menu-execute): Don't call package-initialize.
8800         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
8801         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
8802         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
8803         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
8804         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
8805         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
8807 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
8809         * window.el (window--state-get-1): Workaround for bug#14527.
8810         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
8812 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814         * net/eww.el (eww-back-url): Implement the history by stashing all
8815         the data into a list.
8816         (eww-forward-url): Allow going forward in the history, too.
8818 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
8821         for values and use read--expression for expressions (bug#14710).
8822         (read-file-local-variable): Avoid setq.
8823         (read-file-local-variable-mode): Use minor-mode-list.
8825 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8827         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
8828         for DOI URLs.
8830 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8832         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
8833         Update imenu-support when dialect changes.
8835 2013-06-25  Leo Liu  <sdl.web@gmail.com>
8837         * ido.el (ido-read-internal): Allow forward slash on windows.
8839 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8841         * net/eww.el (eww): Start of strings is \\`, not ^.
8843 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
8845         * net/shr.el (shr-browse-url): Fix interactive spec.
8847         * net/eww.el (eww): Add a trailing slash to domain names.
8849 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
8851         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
8853 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855         * net/shr.el (shr-browse-url): Use an external browser if given a
8856         prefix.
8858         * net/eww.el (eww-external-browser): Move to shr.
8860 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
8862         * net/eww.el (eww): Work more correctly for file: URLs.
8863         (eww-detect-charset): Allow quoted charsets.
8864         (eww-yank-page-url): New command and keystroke.
8866 2013-06-24  Daiki Ueno  <ueno@gnu.org>
8868         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
8869         file name of gpg executable.
8870         (epg-context-program): New function.
8871         (epg-context-home-directory): New function.
8872         (epg-context-set-program): New function.
8873         (epg-context-set-home-directory): New function.
8874         (epg--start): Use `epg-context-program' instead of
8875         'epg-gpg-program'.
8876         (epg--list-keys-1): Likewise.
8878 2013-06-24  Leo Liu  <sdl.web@gmail.com>
8880         * ido.el (ido-read-internal): Fix bug#14620.
8882 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
8884         * faces.el (face-documentation): Simplify.
8885         (read-face-attribute, tty-find-type, x-resolve-font-name):
8886         Use `string-match-p'.
8887         (list-faces-display): Use `string-match-p'.  Simplify.
8888         (face-spec-recalc): Check face to avoid face alias loops.
8889         (read-color): Use `string-match-p' and non-capturing parenthesis.
8891 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8893         * net/shr.el (shr-rescale-image): Use the new
8894         :max-width/:max-height functionality.
8896 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
8898         * net/eww.el (eww-search-prefix): New variable.
8899         (eww): Use it.
8900         (eww-external-browser): New variable.
8901         (eww-mode-map): New keystroke.
8902         (eww-browse-with-external-browser): New command.
8904         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
8906 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
8908         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8909         Don't skip aligning the next header field when padding is 0;
8910         otherwise, field width is not respected unless the title is as
8911         wide as the field.
8913 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8915         * emacs-lisp/package.el (package-el-version): Remove.
8916         (package-process-define-package): Fix inf-loop.
8917         (package-install): Allow symbols as arguments again.
8919 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
8921         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
8922         add some more keyword-like methods.
8923         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
8925 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
8927         * bs.el (bs-buffer-show-mark): Make defvar-local.
8928         (bs-mode): Use setq-local.
8930         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
8931         (emacs-lock--try-unlocking): Make defvar-local.
8933 2013-06-22  Glenn Morris  <rgm@gnu.org>
8935         * play/cookie1.el (cookie-apropos): Minor simplification.
8937         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
8939 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
8941         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
8942         `regexp-opt', it breaks the build during dumping.
8944 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
8946         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8947         Highlight keyword-like methods on Kernel and Module with
8948         font-lock-builtin-face.
8949         (auto-mode-alist): Consolidate different entries into one regexp
8950         and add more *file-s.
8952 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
8954         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
8956         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
8957         (diary-entry): Use it in the action of this button type instead of
8958         diary-goto-entry.
8960         * calendar/todo-mode.el: New version.
8961         (todo-add-category): Append new category to end of file and give
8962         it the highest number, instead of putting it at the beginning and
8963         giving it 0.  Incorporate noninteractive functionality.
8964         (todo-forward-category): Adapt to 1-based category numbering.
8965         Allow skipping over archived categories.
8966         (todo-backward-category): Derive from todo-forward-category.
8967         (todo-backward-item, todo-forward-item): Make noninteractive and
8968         delegate interactive part to new commands.  Make sensitive to done items.
8969         (todo-categories): Make value an alist of category names and
8970         vectors of item counts.
8971         (todo-category-beg): Make a defconst.
8972         (todo-category-number): Use 1 instead of 0 as initial value.
8973         (todo-category-select): Make sensitive to overlays, optional item
8974         highlighting and done items.
8975         (todo-delete-item): Make sensitive to overlays and marked and done items.
8976         (todo-edit-item): Make sensitive to overlays and editing of
8977         date/time header optional.  Add format checks.
8978         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
8979         no-op if point is not on an item.  Advertise using todo-edit-quit.
8980         (todo-edit-mode): Make sensitive to new format, font-locking, and
8981         multiple todo files.
8982         (todo-insert-item, todo-insert-item-here): Derive from
8983         todo-basic-insert-item and extend functionality.
8984         (todo-item-end, todo-item-start): Make sensitive to done items.
8985         (todo-item-string): Don't return text properties.  Restore point.
8986         (todo-jump-to-category): Make sensitive to multiple todo files and
8987         todo archives.  Use extended category completion.
8988         (todo-lower-item, todo-raise-item): Rename to *-priority and
8989         derive from todo-set-item-priority.
8990         (todo-mode): Derive from special-mode.  Make sensitive to new
8991         format, font-locking and multiple todo files.  Make read-only.
8992         (todo-mode-map): Don't suppress digit keys, so they can supply
8993         prefix arguments.  Add many new key bindings.
8994         (todo-prefix): Insert as an overlay instead of file text.
8995         Change semantics from diary date expression to purely visual mark.
8996         (todo-print): Rename to todo-print-buffer.  Make buffer display
8997         features printable.  Remove option to restrict number of items
8998         printed.  Add option to print to file.
8999         (todo-print-function): Rename to todo-print-buffer-function.
9000         (todo-quit): Extend to handle exiting new todo modes.
9001         (todo-remove-item): Make sensitive to overlays.
9002         (todo-save): Extend to buffers of filtered items.
9003         (todo-show): Make sensitive to done items, multiple todo files and
9004         new todo modes.  Offer to convert legacy todo file before creating
9005         first new todo file.
9006         (todo-show-priorities): Rename to todo-top-priorities.
9007         Change semantics of value 0.
9008         (todo-top-priorities): Rename to todo-filter-top-priorities,
9009         derive from todo-filter-items and extend functionality.
9010         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9011         and extend functionality to other types of filtered items.
9012         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9013         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9014         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9015         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9016         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9017         (todo-edit-mode-hook, todo-entry-prefix-function)
9018         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9019         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9020         (todo-initials, todo-insert-threshold, todo-item-string-start)
9021         (todo-line-string, todo-menu, todo-mode-hook)
9022         (todo-more-important-p, todo-previous-answer, todo-previous-line)
9023         (todo-print-priorities, todo-remove-separator)
9024         (todo-save-top-priorities-too, todo-string-count-lines)
9025         (todo-string-multiline-p, todo-time-string-format)
9026         (todo-tmp-buffer-name): Remove.
9027         (todo-add-file, todo-archive-done-item, todo-choose-archive)
9028         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9029         (todo-edit-category-diary-inclusion)
9030         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9031         (todo-edit-file, todo-edit-item-date-day)
9032         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9033         (todo-edit-item-date-month, todo-edit-item-date-to-today)
9034         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9035         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9036         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9037         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9038         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9039         (todo-filter-top-priorities-multifile, todo-find-archive)
9040         (todo-find-filtered-items-file, todo-go-to-source-item)
9041         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9042         (todo-jump-to-archive-category, todo-lower-category)
9043         (todo-mark-category, todo-marked-item-p, todo-merge-category)
9044         (todo-move-category, todo-move-item, todo-next-button)
9045         (todo-next-item, todo-padded-string, todo-powerset)
9046         (todo-previous-button, todo-previous-item)
9047         (todo-print-buffer-to-file, todo-raise-category)
9048         (todo-rename-category, todo-repair-categories-sexp, todo-search)
9049         (todo-set-category-number, todo-set-item-priority)
9050         (todo-set-top-priorities-in-category)
9051         (todo-set-top-priorities-in-file, todo-show-categories-table)
9052         (todo-sort-categories-alphabetically-or-numerically)
9053         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9054         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9055         (todo-toggle-item-header, todo-toggle-item-highlighting)
9056         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9057         (todo-toggle-view-done-items, todo-toggle-view-done-only)
9058         (todo-unarchive-items, todo-unmark-category): New commands.
9059         (todo-absolute-file-name, todo-add-to-buffer-list)
9060         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9061         (todo-basic-insert-item, todo-category-completions)
9062         (todo-category-number, todo-category-string-matcher-1)
9063         (todo-category-string-matcher-2, todo-check-filtered-items-file)
9064         (todo-check-format, todo-clear-matches)
9065         (todo-comment-string-matcher, todo-convert-legacy-date-time)
9066         (todo-current-category, todo-date-string-matcher)
9067         (todo-define-insertion-command, todo-diary-expired-matcher)
9068         (todo-diary-goto-entry, todo-diary-item-p)
9069         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9070         (todo-display-categories, todo-display-sorted, todo-done-item-p)
9071         (todo-done-item-section-p, todo-done-separator)
9072         (todo-done-string-matcher, todo-files, todo-filter-items)
9073         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9074         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9075         (todo-insert-category-line, todo-insert-item-from-calendar)
9076         (todo-insert-sort-button, todo-insert-with-overlays)
9077         (todo-insertion-command-name, todo-insertion-key-bindings)
9078         (todo-label-to-key, todo-longest-category-name-length)
9079         (todo-make-categories-list, todo-mode-external-set)
9080         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9081         (todo-modes-set-3, todo-multiple-filter-files)
9082         (todo-nondiary-marker-matcher, todo-prefix-overlays)
9083         (todo-read-category, todo-read-date, todo-read-dayname)
9084         (todo-read-file-name, todo-read-time)
9085         (todo-reevaluate-category-completions-files-defcustom)
9086         (todo-reevaluate-default-file-defcustom)
9087         (todo-reevaluate-filelist-defcustoms)
9088         (todo-reevaluate-filter-files-defcustom)
9089         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9090         (todo-reset-done-separator, todo-reset-done-separator-string)
9091         (todo-reset-done-string, todo-reset-global-current-todo-file)
9092         (todo-reset-highlight-item, todo-reset-nondiary-marker)
9093         (todo-reset-prefix, todo-set-categories)
9094         (todo-set-date-from-calendar, todo-set-show-current-file)
9095         (todo-set-top-priorities, todo-short-file-name)
9096         (todo-show-current-file, todo-sort, todo-time-string-matcher)
9097         (todo-total-item-counts, todo-update-buffer-list)
9098         (todo-update-categories-display, todo-update-categories-sexp)
9099         (todo-update-count, todo-validate-name, todo-y-or-n-p):
9100         New functions.
9101         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9102         New major modes.
9103         (todo-categories, todo-display, todo-edit, todo-faces)
9104         (todo-filtered): New defgroups.
9105         (todo-archived-only, todo-button, todo-category-string, todo-date)
9106         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9107         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9108         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9109         (todo-add-item-if-new-category, todo-always-add-time-string)
9110         (todo-categories-align, todo-categories-archived-label)
9111         (todo-categories-category-label, todo-categories-diary-label)
9112         (todo-categories-done-label, todo-categories-number-separator)
9113         (todo-categories-todo-label, todo-categories-totals-label)
9114         (todo-category-completions-files, todo-completion-ignore-case)
9115         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9116         (todo-done-separator-string, todo-done-string)
9117         (todo-files-function, todo-filter-done-items, todo-filter-files)
9118         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9119         (todo-initial-category, todo-initial-file, todo-item-mark)
9120         (todo-legacy-date-time-regexp, todo-mode-line-function)
9121         (todo-nondiary-marker, todo-number-prefix)
9122         (todo-print-buffer-function, todo-show-current-file)
9123         (todo-show-done-only, todo-show-first, todo-show-with-done)
9124         (todo-skip-archived-categories, todo-top-priorities-overrides)
9125         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9126         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9127         New defcustoms.
9128         (todo-category-done, todo-date-pattern, todo-date-string-start)
9129         (todo-diary-items-buffer, todo-done-string-start)
9130         (todo-filtered-items-buffer, todo-item-start)
9131         (todo-month-abbrev-array, todo-month-name-array)
9132         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9133         (todo-top-priorities-buffer): New defconsts.
9134         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9135         (todo-categories-with-marks, todo-category-string-face)
9136         (todo-comment-face, todo-comment-string, todo-current-todo-file)
9137         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9138         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9139         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9140         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9141         (todo-font-lock-keywords, todo-global-current-todo-file)
9142         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9143         (todo-insertion-commands-args)
9144         (todo-insertion-commands-args-genlist)
9145         (todo-insertion-commands-names, todo-insertion-map)
9146         (todo-key-bindings-t, todo-key-bindings-t+a)
9147         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9148         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9149         (todo-nondiary-face, todo-print-buffer, todo-time-face)
9150         (todo-visited): New variables.
9152 2013-06-21  Glenn Morris  <rgm@gnu.org>
9154         * play/cookie1.el (cookie-apropos): Add optional display argument.
9155         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9156         (psychoanalyze-pinhead): Use cookie-doctor.
9158 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9160         * emacs-lisp/package.el (tar-get-file-descriptor)
9161         (tar--extract): Declare.
9163 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
9165         Extend flymake's warning predicate to be a function (bug#14217).
9166         * progmodes/flymake.el (flymake-warning-predicate): New.
9167         (flymake-parse-line): Use it.
9168         (flymake-warning-re): Make obsolete alias to
9169         `flymake-warning-predicate'.
9171 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9173         * emacs-lisp/package.el (package-alist): Include obsolete packages.
9174         (package-obsolete-list): Remove.
9175         (package-activate): Remove min-version argument.  Add `force' argument.
9176         Adjust to new package-alist format.
9177         (package-mark-obsolete): Remove.
9178         (package-unpack): Force reload of the package's autoloads.
9179         (package-installed-p): Check builtins if the installed package is not
9180         recent enough.
9181         (package-initialize): Don't reset package-obsolete-list.
9182         Don't specify which package version to activate.
9183         (package-process-define-package, describe-package-1)
9184         (package-menu--generate): Adjust to new package-alist format.
9186 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9188         * allout-widgets.el (allout-widgets-mode-off)
9189         (allout-widgets-mode-on, allout-widgets-pre-command-business)
9190         (allout-widgets-post-command-business)
9191         (allout-widgets-after-copy-or-kill-function)
9192         (allout-widgets-after-undo-function, allout-test-range-overlaps)
9193         (allout-decorate-item-and-context)
9194         (allout-graphics-modification-handler): Fix typos in docstrings.
9195         (allout-get-or-create-parent-widget): Use `looking-at-p'.
9197         * cmuscheme.el (scheme-start-file): Doc fix.
9198         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9199         (scheme-input-filter): Use `string-match-p'.
9201         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9203         * dired-x.el: Use Dired consistently in docstrings.
9205         * dired.el: Use Dired consistently in docstrings.
9206         (dired-readin, dired-mode): Use `setq-local'.
9207         (dired-switches-alist): Make defvar-local.
9208         (dired-buffers-for-dir): Use `zerop'.
9209         (dired-safe-switches-p, dired-switches-escape-p)
9210         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9211         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9212         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
9213         (dired-goto-next-nontrivial-file): Use `string-match-p'.
9214         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9215         (dired-toggle-marks, dired-mark-files-containing-regexp)
9216         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
9217         (dired-flag-auto-save-files, dired-flag-backup-files):
9218         Use `looking-at-p'.
9219         (dired-mark-files-regexp, dired-build-subdir-alist):
9220         Use `string-match-p', `looking-at-p'.
9222         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
9223         (direct-print-region-helper): Use `string-match-p'.
9225 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9227         * comint.el (comint-redirect-results-list-from-process):
9228         Fix infinite loop.
9230 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9232         * net/eww.el (eww-update-header-line-format): Quote % characters.
9234 2013-06-21  Glenn Morris  <rgm@gnu.org>
9236         * play/cookie1.el (cookie): New custom group.
9237         (cookie-file): New option.
9238         (cookie-check-file): New function.
9239         (cookie): Make it interactive.  Make start and end messages optional.
9240         Interactively, display the result.  Default to cookie-file.
9241         (cookie-insert): Default to cookie-file.
9242         (cookie-snarf): Make start and end messages optional.
9243         Default to cookie-file.  Use with-temp-buffer.
9244         (cookie-read): Rename from read-cookie.
9245         Make start and end messages optional.  Default to cookie-file.
9246         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
9247         Do not autoload it.
9248         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
9249         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
9251 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9253         * progmodes/octave.el (octave-mode): Backward compatibility fix.
9255 2013-06-21  Glenn Morris  <rgm@gnu.org>
9257         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
9259 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9260             Daniel Hackney  <dan@haxney.org>
9262         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
9263         Consolidate the single-file vs tarball code.
9264         (package-desc-suffix): New function.
9265         (package-desc-full-name): Don't bother inlining it.
9266         (package-load-descriptor): Return the new package-desc.
9267         (package-mark-obsolete): Remove unused arg `package'.
9268         (package-unpack): Make it work for single files as well.
9269         Make it update package-alist.
9270         (package--make-autoloads-and-stuff): Rename from
9271         package--make-autoloads-and-compile.  Don't compile any more.
9272         (package--compile): New function.
9273         (package-generate-description-file): New function, extracted from
9274         package-unpack-single.
9275         (package-unpack-single): Remove.
9276         (package--with-work-buffer): Add indentation and debugging info.
9277         (package-download-single): Remove.
9278         (package-install-from-archive): Rename from package-download-tar, make
9279         it take a pkg-desc, and make it work for single files as well.
9280         (package-download-transaction): Simplify.
9281         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
9282         external tar program.
9283         (package-install-from-buffer): Remove `pkg-desc' argument.
9284         Use package-tar-file-info for tar-mode buffers.
9285         (package-install-file): Simplify accordingly.
9286         (package-archive-base): Change to take a pkg-desc.
9287         * tar-mode.el (tar--check-descriptor): New function, extracted from
9288         tar-get-descriptor.
9289         (tar-get-descriptor): Use it.
9290         (tar-get-file-descriptor): New function.
9291         (tar--extract): New function, extracted from tar-extract.
9292         (tar--extract): Use it.
9293         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
9294         case the summary uses non-ascii.  Adjust to new calling convention of
9295         package-tar-file-info.
9297 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9299         * comint.el (comint-redirect-results-list-from-process):
9300         Fix random delay.  (Bug#14681)
9302 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9304         * profiler.el (profiler-format-number): Use log, not log10.
9306 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9308         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
9310 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9312         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
9313         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
9314         yet available.
9315         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
9316         (AUTOGENEL): ... here.
9317         * emacs-lisp/cl-macs.el (cl--sublis): New function.
9318         (cl--defsubst-expand): Use it.
9320 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9322         * subr.el (log10): Move here from C code, and declare as obsolete.
9323         All uses of (log10 X) replaced with (log X 10).
9325 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9327         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
9328         Declare with `defvar-local'.
9329         (tabulated-list-use-header-line, tabulated-list-entries)
9330         (tabulated-list-padding, tabulated-list-printer)
9331         (tabulated-list-sort-key): Declare with `defvar-local'.
9332         (tabulated-list-init-header, tabulated-list-print-fake-header):
9333         Use `setq-local'.
9335 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
9337         * arc-mode.el (archive-mode): Add `archive-write-file' to
9338         `write-contents-functions' also for remote files.  (Bug#14652)
9340 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9342         * cus-edit.el (custom-commands): Fix typos.
9343         (custom-display): Fix tooltip text.
9344         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
9345         Fix typos in docstrings.
9346         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
9347         (custom-unlispify-menu-entry, custom-magic-value-create)
9348         (custom-add-see-also, custom-group-value-create): Use ?\s.
9349         (custom-guess-type, customize-apropos, editable-field)
9350         (custom-face-value-create): Use `string-match-p'.
9351         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
9353         * custom.el (custom-load-symbol): Use `string-match-p'.
9355         * ansi-color.el: Convert to lexical binding.
9356         (ansi-colors): Fix URL.
9357         (ansi-color-context, ansi-color-context-region): Use defvar-local.
9358         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
9359         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
9361 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9363         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
9365         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
9367 2013-06-19  Tom Tromey  <tromey@redhat.com>
9369         * net/eww.el (eww-top-url): Remove.
9370         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
9371         (eww-render): Set new variables.  Don't set eww-top-url.
9372         (eww-handle-link): Handle "prev", "home", and "contents".
9373         Downcase the rel text.
9374         (eww-top-url): Choose best top URL.
9376 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378         * net/eww.el: Rewrite to implement form elements "by hand" instead of
9379         relying in widget.el.  Using widget.el leads to too many
9380         user interface inconsistencies.
9381         (eww-self-insert): Implement entering commands in text fields.
9382         (eww-process-text-input): New function to make text input field editing
9383         work.
9384         (eww-submit): Rewrite to use the new-style form methods.
9385         (eww-select-display): Display the correct selected item.
9386         (eww-change-select): Implement changing the select value.
9387         (eww-toggle-checkbox): Implement radio/checkboxes.
9388         (eww-update-field): Fix compilation error.
9389         (eww-tag-textarea): Implement <textarea>.
9391         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
9392         we don't shadow mode-specific bindings.
9394         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
9395         nothing to push.
9397         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
9399 2013-06-19  Glenn Morris  <rgm@gnu.org>
9401         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
9403 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
9405         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
9406         not needed.
9408         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
9410 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9412         * net/browse-url.el (browse-url-browser-function):
9413         `eww-browse-url' has the right calling signature, `eww' does not.
9415 2013-06-19  Glenn Morris  <rgm@gnu.org>
9417         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9418         Only eval autoloaded macros.
9419         (byte-compile-autoload): Only give the macro warning for macros.
9421         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
9422         (ps-underlined-faces): Declare.
9424         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
9425         (speedbar-add-supported-extension): Declare.
9427         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
9428         Don't include a date stamp in the header of the generated file;
9429         it leads to needless differences between output files.
9431 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
9433         * net/secrets.el (secrets-struct-secret-content-type):
9434         Replace check of introspection data by a test call of "CreateItem".
9435         Some servers do not offer introspection.
9437 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9439         * electric.el (electric-pair-mode): Improve interaction with
9440         electric-layout-mode.
9441         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
9442         (electric-pair-syntax): Use text-mode-syntax-table in comments
9443         and strings.
9444         (electric-pair--insert): New function.
9445         (electric-pair-post-self-insert-function): Use it and
9446         electric--after-char-pos.
9448 2013-06-19  Leo Liu  <sdl.web@gmail.com>
9450         * progmodes/octave.el (octave-help): Fix regexp.
9452 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
9455         (shr-table-horizontal-line): Allow nil as a value, and change the
9456         default.
9457         (shr-insert-table-ruler): Respect the nil value.
9459 2013-06-18  Tom Tromey  <tromey@barimba>
9461         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9462         New defvars.
9463         (eww-open-file): New defun.
9464         (eww-render): Initialize new variables.
9465         (eww-display-html): Handle "link" and "a".
9466         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
9467         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
9468         (eww-back-url): Rename from eww-previous-url.
9469         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9470         New defuns.
9472 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
9474         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
9475         Distinguish ternary operator tokens from slash symbol and slash
9476         char literal.
9478 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9480         Convert symbol prettification into minor mode and global minor mode.
9482         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
9483         `prog-prettify-symbols', and make a local defvar instead of defcustom.
9484         (prettify-symbols--keywords): Rename from
9485         `prog-prettify-symbols-alist' and make a local defvar.
9486         (prettify-symbols--compose-symbol): Rename from
9487         `prog--prettify-font-lock-compose-symbol'.
9488         (prettify-symbols--make-keywords): Rename from
9489         `prog-prettify-font-lock-symbols-keywords' and simplify.
9490         (prog-prettify-install): Remove.
9491         (prettify-symbols-mode): New minor mode, based on
9492         `prog-prettify-install'.
9493         (turn-on-prettify-symbols-mode): New function.
9494         (global-prettify-symbols-mode): New globalized minor mode.
9496         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9497         * progmodes/cfengine.el (cfengine3-mode):
9498         * progmodes/perl-mode.el (perl-mode): Don't call
9499         `prog-prettify-install'; set `prettify-symbols-alist' instead.
9501 2013-06-18  Juri Linkov  <juri@jurta.org>
9503         * files-x.el (modify-file-local-variable-message): New function.
9504         (modify-file-local-variable)
9505         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9506         and call `modify-file-local-variable-message' when it's non-nil.
9507         (add-file-local-variable, delete-file-local-variable)
9508         (add-file-local-variable-prop-line)
9509         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9510         and use it.  (Bug#9820)
9512 2013-06-18  Juri Linkov  <juri@jurta.org>
9514         * emulation/vi.el (vi-shell-op):
9515         * emulation/vip.el (vip-execute-com, ex-command):
9516         * emulation/viper-cmd.el (viper-exec-bang):
9517         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9518         the call of `shell-command-on-region'.  (Bug#14637)
9520         * simple.el (shell-command-on-region): Doc fix.
9522 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9524         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9525         (bug#14633).
9527 2013-06-18  Glenn Morris  <rgm@gnu.org>
9529         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9531         * newcomment.el (comment-search-forward, comment-search-backward):
9532         Doc fix.  (Bug#14376)
9534 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9536         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9537         (buffer-face-mode-invoke): Doc fix.
9539 2013-06-18  Matthias Meulien  <orontee@gmail.com>
9541         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9542         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9544 2013-06-18  Glenn Morris  <rgm@gnu.org>
9546         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9547         Replace obsolete function generic-make-keywords with its expansion.
9549         * progmodes/python.el (ffap-alist): Declare.
9551         * textmodes/reftex.el (bibtex-mode-map): Declare.
9553 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9555         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9556         (package-unpack, package-unpack-single): Return the pkg-dir.
9557         (package-download-transaction): Use it to update package-alist.
9559 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9561         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9562         possible choice.
9564 2013-06-17  Juri Linkov  <juri@jurta.org>
9566         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9568 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9570         * emacs-lisp/package.el (package-load-descriptor):
9571         Remove `with-syntax-table' call, `read' doesn't need it.
9572         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9574 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9576         * startup.el (command-line): Expand package name returned by
9577         `package--description-file' (bug#14639).
9579 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9581         * emacs-lisp/package.el (package-load-descriptor): Do not call
9582         `emacs-lisp-mode', just use its syntax table.
9584 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9586         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9587         `font-lock-extra-managed-props' if any prettifying keyword is added.
9588         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9589         (prog-mode): Use `setq-local'.
9591 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9593         * international/characters.el (standard-case-table): Set syntax of ?»
9594         and ?« to punctuation.
9596 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
9598         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9599         Save relevant match data before calling `syntax-ppss' (bug#14595).
9601 2013-06-15  Juri Linkov  <juri@jurta.org>
9603         * files-x.el (modify-file-local-variable-prop-line): Add local
9604         variables to the end of the existing comment on the first line.
9605         Use `file-auto-mode-skip' to skip interpreter magic line,
9606         and also skip XML declaration.
9608 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9610         * startup.el (package--builtin-versions): New var.
9611         (package-subdirectory-regexp): Remove.
9612         (package--description-file): Hard code its value instead.
9614         * emacs-lisp/package.el: Don't activate packages older than builtin.
9615         (package-obsolete-list): Rename from package-obsolete-alist, and make
9616         it into a simple list of package-desc.
9617         (package-strip-version): Remove.
9618         (package-built-in-p): Use package--builtin-versions.
9619         (package-mark-obsolete): Simplify.
9620         (package-process-define-package): Mark it obsolete if older than the
9621         builtin version.
9622         (package-handle-response): Use line-end-position.
9623         (package-read-archive-contents, package--download-one-archive):
9624         Simplify.
9625         (package--add-to-archive-contents): Skip if older than the builtin or
9626         installed version.
9627         (package-menu-describe-package): Fix last change.
9628         (package-list-unversioned): New var.
9629         (package-menu--generate): Use it.
9631         * emacs-lisp/autoload.el: Manage package--builtin-versions.
9632         (autoload--insert-text, autoload--insert-cookie-text): New functions.
9633         (autoload-builtin-package-versions): New variable.
9634         (autoload-generate-file-autoloads): Use them.
9635         Remove the list of autoloaded functions/macros from the
9636         (autoload...) comments.
9638         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
9640 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
9642         * simple.el (line-move-partial): Don't jump to the next screen
9643         line as soon as it becomes visible.  Instead, continue enlarging
9644         the vscroll until the portion of a tall screen line that's left on
9645         display is about the height of the frame's default font.
9646         (Bug#14567)
9648 2013-06-15  Glenn Morris  <rgm@gnu.org>
9650         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
9651         compilation-error-regexp-alist void, or local while let-bound.
9653         * progmodes/make-mode.el (makefile-mode-syntax-table):
9654         Treat "=" as punctuation.  (Bug#14614)
9656 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
9658         * help-fns.el (describe-variable):
9659         Add extra line for permanent-local variables.
9661 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
9663         * progmodes/scheme.el (scheme-font-lock-keywords-2):
9664         Add export, import, library.  (Bug#9164)
9665         (library): Set indent function.
9667 2013-06-14  Glenn Morris  <rgm@gnu.org>
9669         * term/xterm.el (xterm--query):
9670         Stop after first matching handler.  (Bug#14615)
9672 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
9674         Add support for dired in saveplace.
9675         * dired.el (dired-initial-position-hook): New variable.
9676         (dired-initial-position): Call hook to place cursor position.
9677         * saveplace.el (save-place-to-alist): Add dired position.
9678         (save-place-dired-hook): New function.
9680 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9682         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
9683         through a symbol rather than letrec.
9685         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
9686         (package-desc): Add `dir' field.
9687         (package-desc-full-name): New function.
9688         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
9689         (package-maybe-load-descriptor): Remove.
9690         (package-load-all-descriptors): Just call package-load-descriptor.
9691         (package--disabled-p): New function.
9692         (package-desc-vers, package-desc-doc): Remove aliases.
9693         (package--dir): Remove function.
9694         (package-activate): Check if a package is disabled.
9695         (package-process-define-package): New function, extracted from
9696         define-package.
9697         (define-package): Turn into a place holder.
9698         (package-unpack-single, package-tar-file-info):
9699         Use package--description-file.
9700         (package-compute-transaction): Use package--disabled-p.
9701         (package-download-transaction): Don't call
9702         package-maybe-load-descriptor since they're all loaded anyway.
9703         (package-install): Change argument to be a pkg-desc.
9704         (package-delete): Use a single pkg-desc argument.
9705         (describe-package-1): Use package-desc-dir instead of package--dir.
9706         Use package-desc property instead of package-symbol.
9707         (package-install-button-action): Adjust accordingly.
9708         (package--push): Rewrite.
9709         (package-menu--print-info): Adjust accordingly.  Change the ID format
9710         to be a pkg-desc.
9711         (package-menu-describe-package, package-menu-get-status)
9712         (package-menu--find-upgrades, package-menu-mark-upgrades)
9713         (package-menu-execute, package-menu--name-predicate):
9714         Adjust accordingly.
9715         * startup.el (package--description-file): New function.
9716         (command-line): Use it.
9717         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9718         Use package-desc-version.
9720         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
9721         (byte-compile-preprocess): Use it.
9722         (byte-compile-file-form-defalias): Try a bit harder to use macros we
9723         can't quite recognize.
9724         (byte-compile-add-to-list): Remove.
9725         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
9726         (cconv-closure-convert): Add assertion.
9728         * emacs-lisp/map-ynp.el: Use lexical-binding.
9729         (map-y-or-n-p): Remove unused vars `tail' and `object'.
9730         Factor out some repeated code.
9732 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9734         * subr.el (with-eval-after-load): New macro.
9735         (eval-after-load): Allow form to be a function.
9736         take advantage of lexical-binding.
9737         (do-after-load-evaluation): Use dolist and adjust to new format.
9738         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
9740 2013-06-13  Juri Linkov  <juri@jurta.org>
9742         * replace.el (perform-replace): Display "symbol " and other search
9743         modes from `isearch-message-prefix' in the *Help* buffer.
9745         * isearch.el (isearch-query-replace): Add " symbol" and other
9746         possible search modes from `isearch-message-prefix' to the prompt.
9747         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
9748         when reading a regexp to collect.
9750 2013-06-13  Juri Linkov  <juri@jurta.org>
9752         * isearch.el (word-search-regexp): Match whitespace if the search
9753         string begins or ends in whitespace.  The LAX arg is applied to
9754         both ends of the search string.  Use `regexp-quote' and explicit
9755         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
9756         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
9757         boundaries are replaced with symbol boundaries, and characters
9758         between symbols match non-word non-symbol syntax.  (Bug#14602)
9760 2013-06-13  Juri Linkov  <juri@jurta.org>
9762         * isearch.el (isearch-del-char): Don't exceed the length of
9763         `isearch-string' by the prefix arg.  (Bug#14563)
9765 2013-06-13  Juri Linkov  <juri@jurta.org>
9767         * isearch.el (isearch-yank-word, isearch-yank-line)
9768         (isearch-char-by-name, isearch-quote-char)
9769         (isearch-printing-char, isearch-process-search-char):
9770         Add optional count prefix arg.  (Bug#14563)
9772         * international/isearch-x.el
9773         (isearch-process-search-multibyte-characters):
9774         Add optional count prefix arg.
9776 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9778         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
9779         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
9780         lexical-binding.
9782 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
9784         * subr.el (set-temporary-overlay-map): Add on-exit argument.
9786 2013-06-13  Glenn Morris  <rgm@gnu.org>
9788         * startup.el (tty-handle-args):
9789         Don't just discard "--" and anything after.  (Bug#14608)
9791         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
9793 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
9795         Implement changes in Secret Service API.  Make it backward compatible.
9796         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
9797         (secrets-create-item): Use it.  Prefix properties with interface.
9799 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
9801         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
9802         (term-emulate-terminal): Respect term-suppress-hard-newline.
9804 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
9806         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9807         Only remove a `thumb-file' overlay.  (Bug#14548)
9809 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
9811         * mail/reporter.el (reporter-submit-bug-report):
9812         Handle missing package-name.  (Bug#14600)
9814 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9816         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
9817         (reftex-citation-prompt, reftex-default-bibliography)
9818         (reftex-bib-or-thebib, reftex-get-bibfile-list)
9819         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
9820         (reftex-bib-sort-author, reftex-bib-sort-year)
9821         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
9822         (reftex-extract-bib-entries-from-thebibliography)
9823         (reftex-get-bibkey-default, reftex-get-bib-names)
9824         (reftex-parse-bibtex-entry, reftex-get-bib-field)
9825         (reftex-format-bib-entry, reftex-parse-bibitem)
9826         (reftex-format-bibitem, reftex-do-citation)
9827         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
9828         (reftex-restrict-bib-matches, reftex-extract-bib-file)
9829         (reftex-insert-bib-matches, reftex-format-citation)
9830         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
9831         (reftex-create-bibtex-file): Add docstrings, mostly by converting
9832         existing comments into docstrings.
9834 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
9836         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
9838 2013-06-12  Andreas Schwab  <schwab@suse.de>
9840         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
9841         for auto-save files.
9843 2013-06-12  Glenn Morris  <rgm@gnu.org>
9845         * ido.el (ido-delete-ignored-files): Remove.
9846         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
9847         Go back to calling ido-ignore-item-p directly.
9849 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
9851         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
9853         * ido.el (ido-delete-ignored-files): New function,
9854         split from ido-make-file-list-1.
9855         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
9856         (ido-make-file-list-1): Use ido-delete-ignored-files.
9858 2013-06-12  Leo Liu  <sdl.web@gmail.com>
9860         * progmodes/octave.el (inferior-octave-startup)
9861         (inferior-octave-completion-table)
9862         (inferior-octave-track-window-width-change)
9863         (octave-eldoc-function-signatures, octave-help)
9864         (octave-find-definition): Use single quoted strings.
9865         (inferior-octave-startup-args): Change default value.
9866         (inferior-octave-startup): Do not hard code "-i" and
9867         "--no-line-editing".
9868         (inferior-octave-resync-dirs): Add optional arg NOERROR.
9869         (inferior-octave-directory-tracker): Use it.
9870         (octave-goto-function-definition): Robustify.
9871         (octave-help): Support highlighting operators in 'See also'.
9872         (octave-find-definition): Find subfunctions only in Octave mode.
9874 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9876         * help-fns.el (help-fns--compiler-macro): If the handler function is
9877         named, then put a link to it.
9878         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
9879         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
9880         (cl-typep): Use it.
9881         (cl-eval-when): Simplify debug spec.
9882         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
9883         compiler-macro function instead of setting `compiler-macro-file'.
9885 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
9887         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
9888         * vc/vc-hooks.el (vc-stay-local): Doc fix.
9890 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9891             Daniel Hackney  <dan@haxney.org>
9893         First part of Daniel Hackney's patch to package.el.
9894         * emacs-lisp/package.el: Use defstruct.
9895         (package-desc): New, main struct.
9896         (package--bi-desc, package--ac-desc): New structs, used to describe the
9897         format in external files.
9898         (package-desc-vers): Replace with package-desc-version accessor.
9899         (package-desc-doc): Replace with package-desc-summary accessor.
9900         (package-activate-1): Remove `package' arg since the pkg-vec now
9901         includes the name.
9902         (define-package): Use package-desc-from-define.
9903         (package-unpack-single): Change file-name arg to be a symbol.
9904         (package--add-to-archive-contents): Use package-desc-create and new
9905         accessor functions to package--ac-desc.
9906         (package-buffer-info, package-tar-file-info): Return a package-desc.
9907         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
9908         arg to be a package-desc.
9909         (package-install-file): Adjust accordingly.  Use \' to match EOS.
9910         (package--from-builtin): New function.
9911         (describe-package-1, package-menu--generate): Use it.
9912         (package--make-autoloads-and-compile): Change name arg to be a symbol.
9913         (package-generate-autoloads): Idem and return the name of the file.
9914         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9915         Change pkg-info arg to be a package-desc.
9916         Use package-make-ac-desc.
9917         (package-upload-file): Use \' to match EOS.
9918         * finder.el (finder-compile-keywords): Use package-make-builtin.
9920 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9922         * vc/vc.el (vc-deduce-fileset): Change error message.
9923         (vc-read-backend): New function.
9924         (vc-next-action): Use it.
9926         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
9928         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
9929         (prolog-font-lock-keywords): Use regexp-opt instead.
9930         Don't manually highlight strings.
9931         (prolog-mode-variables): Simplify comment-start-skip.
9932         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
9934         * emacs-lisp/generic.el (generic--normalise-comments)
9935         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
9936         (generic-mode-set-comments): Use them.
9937         (generic-bracket-support): Use setq-local.
9938         (generic-make-keywords-list): Declare obsolete.
9940 2013-06-11  Glenn Morris  <rgm@gnu.org>
9942         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9943         Prettify after setting font-lock-defaults.  (Bug#14574)
9945 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
9947         * replace.el (query-replace, occur-read-regexp-defaults-function)
9948         (replace-search):
9949         * subr.el (declare-function, number-sequence, local-set-key)
9950         (substitute-key-definition, locate-user-emacs-file)
9951         (with-silent-modifications, split-string, eval-after-load):
9952         Fix typos, remove unneeded backslashes and reflow some docstrings.
9954 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9956         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
9957         default for Elisp files.
9959 2013-06-11  Glenn Morris  <rgm@gnu.org>
9961         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
9962         although define-derived-mode was doing this anyway.  (Bug#14583)
9964 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
9966         * allout.el (allout-encryption-plaintext-sanitization-regexps):
9967         Fix make-variable-buffer-local call to refer to the correct variable.
9969 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
9971         * eshell/em-term.el (eshell-visual-commands)
9972         (eshell-visual-subcommands, eshell-visual-options):
9973         Add summary line to docstrings.  Add cross-references.
9975 2013-06-10  Glenn Morris  <rgm@gnu.org>
9977         * epa.el (epa-read-file-name): New function.  (Bug#14510)
9978         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
9980 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
9982         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
9983         output redirection to be ignored with visual commands.
9985 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
9987         * eshell/em-term.el (eshell-visual-command-p): New function.
9988         (eshell-term-initialize): Move long lambda to separate function
9989         eshell-visual-command-p.
9990         * eshell/em-dirs.el (eshell-dirs-initialise):
9991         * eshell/em-script.el (eshell-script-initialize):
9992         Add missing #' to lambda.
9994 2013-06-08  Leo Liu  <sdl.web@gmail.com>
9996         * progmodes/octave.el (octave-add-log-current-defun): New function.
9997         (octave-mode): Set add-log-current-defun-function.
9998         (octave-goto-function-definition): Do not move point if not found.
9999         (octave-find-definition): Enhance to try subfunctions first.
10001 2013-06-08  Glenn Morris  <rgm@gnu.org>
10003         * emacs-lisp/bytecomp.el (byte-compile-char-before)
10004         (byte-compile-backward-char, byte-compile-backward-word):
10005         Improve previous change, to handle non-explicit nil.
10007 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10009         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10010         (smie--opener/closer-at-point): New function.
10011         (smie--matching-block-data): Use it.  Don't match from right after an
10012         opener or right before a closer.  Obey smie-blink-matching-inners.
10013         Don't signal a mismatch for repeated inners like "switch..case..case".
10015 2013-06-07  Leo Liu  <sdl.web@gmail.com>
10017         * progmodes/octave.el (octave-mode): Set comment-use-global-state
10018         to t.  (Bug#14303)
10019         (octave-function-header-regexp): Fix.  (Bug#14570)
10020         (octave-help-mode-finish-hook, octave-help-mode-finish):
10021         Remove.  Just use temp-buffer-show-hook.
10023         * newcomment.el (comment-search-backward): Revert last change.
10024         (Bug#14434)
10026         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10028 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
10030         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10031         through xargs, to avoid failure due to MS-Windows limitations on
10032         command-line length.
10034 2013-06-06  Glenn Morris  <rgm@gnu.org>
10036         * font-lock.el (lisp-font-lock-keywords-2):
10037         Treat user-error like error.
10039         * emacs-lisp/bytecomp.el (byte-compile-char-before)
10040         (byte-compile-backward-char, byte-compile-backward-word):
10041         Handle explicit nil arguments.  (Bug#14565)
10043 2013-06-05  Alan Mackenzie  <acm@muc.de>
10045         * isearch.el (isearch-allow-prefix): New user option.
10046         (isearch-other-meta-char): Don't exit isearch when a prefix
10047         argument is typed whilst `isearch-allow-prefix' is non-nil.
10048         (Bug#9706)
10050 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10052         * autorevert.el (auto-revert-notify-handler): Use memq.
10053         Hide assertion failure.
10055         * skeleton.el: Use cl-lib.
10056         (skeleton-further-elements): Use defvar-local.
10057         (skeleton-insert): Use cl-progv.
10059 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10061         * progmodes/prog-mode.el (prog-prettify-symbols)
10062         (prog-prettify-install): Update docstrings.
10064 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10066         * simple.el: Move all the prog-mode code to prog-mode.el.
10067         * progmodes/prog-mode.el: New file.
10068         * loadup.el: Add prog-mode.el.
10070 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10072         * simple.el (prog-prettify-symbols): Add version.
10073         (prog-prettify-install): Add convenience function to prettify symbols.
10075         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10076         (perl--augmented-font-lock-keywords-1)
10077         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10078         variables and use it.
10080         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10081         (cfengine3-mode): Remove unneeded variable and use it.
10083         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10084         (lisp--augmented-font-lock-keywords-1)
10085         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10086         Remove unneeded variables and use it.
10088 2013-06-05  João Távora  <joaotavora@gmail.com>
10090         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10091         to point when opening the connection.  (Bug#14380)
10093 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10095         * subr.el (load-history-regexp, load-history-filename-element)
10096         (eval-after-load, after-load-functions, do-after-load-evaluation)
10097         (eval-next-after-load, display-delayed-warnings)
10098         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10099         definition of save-match-data.
10100         (overriding-local-map): Remove accidental obsolescence declaration.
10102         * emacs-lisp/edebug.el (edebug-result): Move before first use.
10104 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10106         Generalize symbol prettify support to prog-mode and implement it
10107         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10108         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10109         (prog--prettify-font-lock-compose-symbol)
10110         (prog-prettify-font-lock-symbols-keywords): New variables and
10111         functions to support symbol prettification.
10112         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10113         (lisp--augmented-font-lock-keywords-1)
10114         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10115         (lisp--prettify-symbols-alist): Implement prettify of lambda.
10116         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10117         (cfengine3--prettify-symbols-alist, cfengine3-mode):
10118         Implement prettify of -> => :: strings.
10119         * progmodes/perl-mode.el (perl-prettify-symbols)
10120         (perl--font-lock-compose-symbol)
10121         (perl--font-lock-symbols-keywords): Move to prog-mode.
10122         (perl--prettify-symbols-alist): Prettify -> => :: strings.
10123         (perl-font-lock-keywords-1)
10124         (perl-font-lock-keywords-2): Remove explicit prettify support.
10125         (perl--augmented-font-lock-keywords)
10126         (perl--augmented-font-lock-keywords-1)
10127         (perl--augmented-font-lock-keywords-2, perl-mode):
10128         Implement prettify support.
10130 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10132         Re-implement smie matching block highlight using
10133         show-paren-data-function.  (Bug#14395)
10134         * emacs-lisp/smie.el (smie-matching-block-highlight)
10135         (smie--highlight-matching-block-overlay)
10136         (smie--highlight-matching-block-lastpos)
10137         (smie-highlight-matching-block)
10138         (smie-highlight-matching-block-mode): Remove.
10139         (smie--matching-block-data-cache): New variable.
10140         (smie--matching-block-data): New function.
10141         (smie-setup): Use smie--matching-block-data for
10142         show-paren-data-function.
10144         * progmodes/octave.el (octave-mode-menu): Fix.
10145         (octave-find-definition): Skip garbage lines.
10147 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10149         Fix compilation error with simultaneous dynamic+lexical scoping.
10150         Add warning when a defvar appears after the first let-binding.
10151         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10152         (byte-compile-close-variables): Initialize it.
10153         (byte-compile--declare-var): New function.
10154         (byte-compile-file-form-defvar)
10155         (byte-compile-file-form-define-abbrev-table)
10156         (byte-compile-file-form-custom-declare-variable): Use it.
10157         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
10158         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10159         (byte-compile-bind): Handle dynamic bindings that shadow
10160         lexical bindings.
10161         (byte-compile-unbind): Make arg non-optional.
10162         (byte-compile-let): Simplify.
10163         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10164         (cconv--analyse-function, cconv-analyse-form): Populate it.
10165         Protect byte-compile-bound-variables to limit the scope of defvars.
10166         (cconv-analyse-form): Add missing rule for (defvar <foo>).
10167         Remove unneeded rule for `declare'.
10169         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10170         so as to avoid depending on cl-adjoin at run-time.
10171         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10173         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10174         (macroexp--warn-and-return): Use it.
10176 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10178         * subr.el: Convert to lexical binding.
10179         (overriding-local-map): Make obsolete.
10180         (add-to-list): Doc fix.  Add compiler macro.
10181         (read-key): Swap values of local maps.
10183 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10185         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10187 2013-06-04  Leo Liu  <sdl.web@gmail.com>
10189         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10190         (compilation-auto-jump): Suppress the "Mark set" message to give
10191         way to exit message.
10193 2013-06-04  Alan Mackenzie  <acm@muc.de>
10195         Remove faulty optimisation from indentation calculation.
10196         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10197         search limit based on 2000 characters back from indent-point.
10199 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10201         * eshell/em-term.el (cl-lib): Require `cl-lib'.
10203 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10205         * emacs-lisp/lisp.el: Use lexical-binding.
10206         (lisp--local-variables-1, lisp--local-variables): New functions.
10207         (lisp--local-variables-completion-table): New var.
10208         (lisp-completion-at-point): Use it complete let-bound vars.
10210         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10211         eagerly (bug#14422).
10213 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
10215         * autorevert.el (auto-revert-notify-enabled)
10216         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10217         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
10218         (auto-revert-notify-handler): Handle also gfilenotify.
10220         * subr.el (file-notify-handle-event): New defun.  Replacing ...
10221         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
10222         Remove.
10224 2013-06-03  Juri Linkov  <juri@jurta.org>
10226         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
10227         `M-s h .'.  (Bug#14427)
10229         * hi-lock.el (highlight-symbol-at-point): New alias for the new
10230         command `hi-lock-face-symbol-at-point'.
10231         (hi-lock-face-symbol-at-point): New command.
10232         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
10233         (hi-lock-menu): Add `highlight-symbol-at-point'.
10234         (hi-lock-mode): Doc fix.
10236         * isearch.el (isearch-forward-symbol-at-point): New command.
10237         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
10238         (isearch-highlight-regexp): Add a regexp which matches
10239         words/symbols for word/symbol mode.
10241         * subr.el (find-tag-default-bounds): New function with the body
10242         mostly moved from `find-tag-default'.
10243         (find-tag-default): Move most code to `find-tag-default-bounds',
10244         call it and apply `buffer-substring-no-properties' afterwards.
10246 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10248         * eshell/em-term.el (eshell-term-initialize):
10249         Use `cl-intersection' rather than `intersection'.
10251 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
10253         * vc/log-view.el: Doc fix.
10254         (log-view-mode-map): Copy keymap from `special-mode-map'.
10256 2013-06-02  Eric Ludlam  <zappo@gnu.org>
10258         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
10259         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
10260         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
10261         (eieio-unbound, eieio-default-superclass)
10262         (eieio--define-field-accessors, method-static, method-before)
10263         (method-primary, method-after, method-num-lists)
10264         (method-generic-before, method-generic-primary)
10265         (method-generic-after, method-num-slots)
10266         (eieio-specialized-key-to-generic-key)
10267         (eieio--check-type, class-v, class-p)
10268         (eieio-class-name, define-obsolete-function-alias)
10269         (eieio-class-parents-fast, eieio-class-children-fast)
10270         (same-class-fast-p, class-constructor, generic-p)
10271         (generic-primary-only-p, generic-primary-only-one-p)
10272         (class-option-assoc, class-option, eieio-object-p)
10273         (class-abstract-p, class-method-invocation-order)
10274         (eieio-defclass-autoload-map, eieio-defclass-autoload)
10275         (eieio-class-un-autoload, eieio-defclass)
10276         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
10277         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
10278         (eieio--defgeneric-init-form, eieio-defgeneric-form)
10279         (eieio-defgeneric-reset-generic-form)
10280         (eieio-defgeneric-form-primary-only)
10281         (eieio-defgeneric-reset-generic-form-primary-only)
10282         (eieio-defgeneric-form-primary-only-one)
10283         (eieio-defgeneric-reset-generic-form-primary-only-one)
10284         (eieio-unbind-method-implementations)
10285         (eieio--defmethod, eieio--typep)
10286         (eieio-perform-slot-validation, eieio-validate-slot-value)
10287         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
10288         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
10289         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
10290         (eieio-slot-name-index, eieio-class-slot-name-index)
10291         (eieio-set-defaults, eieio-initarg-to-attribute)
10292         (eieio-attribute-to-initarg, eieio-c3-candidate)
10293         (eieio-c3-merge-lists, eieio-class-precedence-c3)
10294         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
10295         (eieio-class-precedence-list, eieio-generic-call-methodname)
10296         (eieio-generic-call-arglst, eieio-generic-call-key)
10297         (eieio-generic-call-next-method-list)
10298         (eieio-pre-method-execution-functions, eieio-generic-call)
10299         (eieio-generic-call-primary-only, eieiomt-method-list)
10300         (eieiomt-optimizing-obarray, eieiomt-install)
10301         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
10302         (eieio-generic-form, eieio-defmethod, make-obsolete)
10303         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
10304         (defclass): Remove `eval-and-compile' from macro.
10305         (call-next-method, shared-initialize): Instead of using
10306         `scoped-class' variable, use new eieio--scoped-class, and
10307         eieio--with-scoped-class.
10308         (initialize-instance): Rename local variable 'scoped-class' to
10309         'this-class' to remove ambiguitity from old global.
10311         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
10312         eieio.el.
10313         (eieio--scoped-class-stack): New variable.
10314         (eieio--scoped-class): New fcn.
10315         (eieio--with-scoped-class): New scoping macro.
10316         (eieio-defclass): Use pushnew instead of add-to-list.
10317         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
10318         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
10319         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
10320         `scoped-class' variable, use new eieio--scoped-class, and
10321         eieio--with-scoped-class.
10323         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
10325 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
10327         * eshell/esh-ext.el (eshell-external-command): Pass args to
10328         `eshell-find-interpreter'.
10329         (eshell-find-interpreter): Add new second parameter ARGS.
10331         * eshell/em-script.el (eshell-script-initialize): Add second arg
10332         to the function added as MATCH to `eshell-interpreter-alist'.
10334         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
10335         the function added as MATCH to `eshell-interpreter-alist'.
10337         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
10338         (eshell-visual-options): New defcustom.
10339         (eshell-escape-control-x): Adapt docstring.
10340         (eshell-term-initialize): Test `eshell-visual-subcommands' and
10341         `eshell-visual-options' in addition to `eshell-visual-commands'.
10342         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
10344 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10346         * progmodes/python.el (python-indent-block-enders): Add break,
10347         continue and raise keywords.
10349 2013-06-01  Glenn Morris  <rgm@gnu.org>
10351         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
10353         Plain (f)boundp silences compilation warnings since Emacs 22.1.
10354         * progmodes/cc-cmds.el (delete-forward-p):
10355         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
10356         * progmodes/cc-engine.el (buffer-syntactic-context):
10357         * progmodes/cc-fonts.el (face-property-instance):
10358         * progmodes/cc-mode.el (set-keymap-parents):
10359         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
10360         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
10361         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
10362         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
10363         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
10365         * progmodes/cc-vars.el (other): Emacs has this widget since
10366         at least 21.1, so don't (re)define it.
10368         * eshell/em-cmpl.el (eshell-cmpl-initialize):
10369         Replace the obsolete alias pcomplete-arg-quote-list.
10371 2013-06-01  Leo Liu  <sdl.web@gmail.com>
10373         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
10374         punctuation syntax.
10375         (inferior-octave-minimal-columns)
10376         (inferior-octave-last-column-width): New variables.
10377         (inferior-octave-track-window-width-change): New function.
10378         (inferior-octave-mode): Adjust column width so that Octave output,
10379         for example from 'ls', can fit into the window nicely.
10381 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
10383         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10384         Highlight expansions inside regexp literals.
10386 2013-05-31  Glenn Morris  <rgm@gnu.org>
10388         * obsolete/sym-comp.el (symbol-complete):
10389         Replace obsolete completion-annotate-function.
10391         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
10393 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
10395         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10396         New function, checks if point is inside a literal that allows
10397         expression expansion.
10398         (ruby-syntax-propertize-expansion): Use it.
10399         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
10400         around the body.
10402 2013-05-30  Juri Linkov  <juri@jurta.org>
10404         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
10405         to "\M-si".
10406         (isearch-invisible): New variable.
10407         (isearch-forward): Doc fix.
10408         (isearch-mode): Set `isearch-invisible'
10409         to the value of `search-invisible'.
10410         (isearch-toggle-case-fold): Doc fix.
10411         (isearch-toggle-invisible): New command.
10412         (isearch-query-replace): Let-bind `search-invisible'
10413         to the value of `isearch-invisible'.
10414         (isearch-search): Use `isearch-invisible' instead of
10415         `search-invisible'.  Let-bind `search-invisible'
10416         to the value of `isearch-invisible'.  (Bug#11378)
10418 2013-05-30  Juri Linkov  <juri@jurta.org>
10420         * replace.el (perform-replace): Avoid `isearch-range-invisible'
10421         call when `query-flag' is nil and `search-invisible' is non-nil.
10422         (Bug#11746)
10424 2013-05-30  Glenn Morris  <rgm@gnu.org>
10426         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
10428         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
10429         (cc-require): Suppress spurious "noruntime" warnings.
10430         (cc-require-when-compile): Use fboundp, for sake of compiler.
10432         * progmodes/cc-mode.el: Move load of cc-vars before that of
10433         cc-langs (which in turn loads cc-vars), to quieten compiler.
10435 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10437         * paren.el: Simplify the code.
10438         (show-paren-mode): Always start the timer.
10439         (show-paren--idle-timer): Rename from show-paren-idle-timer.
10440         (show-paren--overlay, show-paren--overlay-1): Rename from
10441         show-paren-overlay and show-paren-overlay-1, and initialize to an
10442         overlay rather than to nil.
10443         (show-paren-function): Misc cleanup and simplifications.
10445 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10447         * paren.el (show-paren-data-function): New hook.
10448         (show-paren--default): New function, extracted from show-paren-function.
10449         (show-paren-function): Use show-paren-data-function.
10451 2013-05-30  Glenn Morris  <rgm@gnu.org>
10453         * ielm.el (ielm-map, ielm-complete-symbol):
10454         Use completion-at-point rather than obsolete functions.
10455         (inferior-emacs-lisp-mode): Doc fix.
10456         Set completion-at-point-functions, rather than
10457         comint-dynamic-complete-functions.
10459         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
10460         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
10461         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
10463         * image.el (image-animated-p): Tweak definition.
10465         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
10466         (rlogin-process-connection-type): Tweak default.  Add set-after.
10467         (rlogin-host): Doc fix.
10468         (rlogin): Tweak prompt.
10469         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
10471         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
10472         * progmodes/tcl.el (inferior-tcl-mode-map):
10473         Use completion-at-point rather than obsolete alias.
10475         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
10477         * minibuffer.el (read-file-name-completion-ignore-case):
10478         Move before completion--in-region, for eager macro expansion.
10480 2013-05-29  Juri Linkov  <juri@jurta.org>
10482         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
10483         for total count of matching lines.  Add `global-matches' for total
10484         count of matches.  Rename `matches' to `lines' for count of
10485         matching lines.  Add `matches' for count of matches.
10486         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
10487         to `prev-line' for line number of prev match endpt.
10488         Increment `matches' for every match.  Print the number of
10489         matching lines in the header.
10490         (occur-context-lines): Rename `lines' to `curr-line'.
10491         Rename `prev-lines' to `prev-line'.  (Bug#14017)
10493 2013-05-29  Juri Linkov  <juri@jurta.org>
10495         * replace.el (perform-replace): Add `skip-read-only-count',
10496         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10497         Increment them for corresponding conditions and report the number
10498         of skipped occurrences in the final message.  (Bug#11746)
10499         (query-replace, query-replace-regexp, query-replace-regexp-eval)
10500         (replace-string, replace-regexp): Doc fix.
10502 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10504         * emacs-lisp/trace.el (trace--read-args): Provide a default.
10506         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10507         prog-mode-map (bug#14504).
10509 2013-05-29  Leo Liu  <sdl.web@gmail.com>
10511         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10512         (octave-help): Small simplification.
10514         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10515         off the highlight first.
10517 2013-05-29  Glenn Morris  <rgm@gnu.org>
10519         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10520         Handle idlwave-last-system-routine-info-cons-cell being nil.
10522         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10523         (idlwave-write-paths): Simplify via with-temp-buffer.
10525         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10526         * emulation/cua-rect.el: Also load cua-base at run time.
10528         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10529         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10530         (cperl-imenu-on-info): Require imenu.
10532 2013-05-28  Alan Mackenzie  <acm@muc.de>
10534         Handle "capitalised keywords" correctly.
10535         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10537 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
10539         * eshell/em-unix.el: Add -r option to cp.
10541 2013-05-28  Glenn Morris  <rgm@gnu.org>
10543         * vc/vc-arch.el (vc-exec-after): Declare.
10544         (vc-switches): Autoload.
10545         * vc/vc-bzr.el: No need to require vc when compiling.
10546         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10547         (vc-resynch-buffer, vc-dir-refresh): Declare.
10548         (vc-setup-buffer, vc-switches): Autoload.
10549         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10550         (vc-resynch-buffer): Declare.
10551         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10552         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10553         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10554         (grep-read-regexp, grep-read-files, grep-expand-template)
10555         (vc-dir-refresh): Declare.
10556         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10557         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10558         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10559         * vc/vc-mtn.el (vc-exec-after): Declare.
10560         (vc-switches): Autoload.
10561         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10562         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10563         (vc-file-tree-walk): Declare.
10564         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10565         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10566         (vc-tag-precondition, vc-rename-master): Autoload.
10567         * vc/vc-svn.el (vc-exec-after): Declare.
10568         (vc-switches, vc-setup-buffer): Autoload.
10569         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10570         Autoload.
10571         (vc-resynch-buffer): Declare.
10573         * obsolete/fast-lock.el (byte-compile-warnings):
10574         Don't warn about obsolete features in this obsolete file.
10576         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10577         Move definition before use.
10579         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10580         (dun-unix-verbs): Remove dun-zippy.
10581         (dun-zippy): Remove function.
10583         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10585 2013-05-27  Juri Linkov  <juri@jurta.org>
10587         * replace.el (replace-search): New function with code moved out
10588         from `perform-replace'.
10589         (replace-highlight, replace-dehighlight): Move function definitions
10590         up closer to `replace-search'.  (Bug#11746)
10592 2013-05-27  Juri Linkov  <juri@jurta.org>
10594         * replace.el (perform-replace): Ignore invisible matches.
10595         In addition to checking `query-replace-skip-read-only', also
10596         filter out matches by calling `run-hook-with-args-until-failure'
10597         on `isearch-filter-predicates', and also check `search-invisible'
10598         for t or call `isearch-range-invisible'.
10599         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
10601 2013-05-27  Juri Linkov  <juri@jurta.org>
10603         * isearch.el (isearch-filter-predicates): Rename from
10604         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
10605         (isearch-message-prefix): Display text from the property
10606         `isearch-message-prefix' of the currently active filters.
10607         (isearch-search): Don't compare `isearch-filter-predicate' with
10608         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
10609         on `isearch-filter-predicates'.  Also check `search-invisible' for t
10610         or call `isearch-range-invisible'.
10611         (isearch-filter-visible): Make obsolete.
10612         (isearch-lazy-highlight-search):
10613         Call `run-hook-with-args-until-failure' on
10614         `isearch-filter-predicates' and use `isearch-range-invisible'.
10616         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10617         `isearch-filter-predicates' instead of `funcall'ing
10618         `isearch-filter-predicate'.
10619         (Info-mode): Set `Info-isearch-filter' to
10620         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
10622         * dired-aux.el (dired-isearch-filter-predicate-orig):
10623         Remove variable.
10624         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
10625         (dired-isearch-filenames-end): Add and remove
10626         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
10627         instead of changing the value of `isearch-filter-predicate'.
10628         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
10629         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
10630         Put property `isearch-message-prefix' to "filename " on
10631         `dired-isearch-filter-filenames'.
10633         * wdired.el (wdired-change-to-wdired-mode):
10634         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
10635         locally instead of changing `isearch-filter-predicate'.
10636         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
10638 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
10640         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
10641         return the commit hash (Bug#14459).  Also set the
10642         `vc-git-detached' property.
10643         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
10644         (vc-git-mode-line-string): Use the same help-echo format whether
10645         in detached mode or not, because we know the actual revision now.
10646         When in detached mode, shorten the revision to 7 chars.
10648 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10650         * emacs-lisp/easy-mmode.el (define-minor-mode):
10651         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
10652         mode hook and provide a docstring.
10654 2013-05-27  Alan Mackenzie  <acm@muc.de>
10656         Remove spurious syntax-table text properties inserted by C-y.
10657         * progmodes/cc-mode.el (c-after-change): Also clear hard
10658         syntax-table property with value nil.
10660 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
10662         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
10663         when reading the events; the buffer layout shall not be changed.
10665 2013-05-27  Leo Liu  <sdl.web@gmail.com>
10667         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
10668         New variable.
10669         (inferior-octave-directory-tracker): Automatically re-sync
10670         default-directory.
10671         (octave-help): Improve handling of 'See also'.
10673 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10675         * doc-view.el: Minor naming convention tweaks.
10676         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
10678         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
10679         even if there's no `display' property yet (bug#14435).
10681 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
10683         * subr.el (unmsys--file-name): Rename from reveal-filename.
10685         * Makefile.in (custom-deps, finder-data, autoloads)
10686         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10687         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10688         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
10690 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10692         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
10693         error-completion on the first 2 args of condition-case (bug#14446).
10694         Don't burp at EOB.
10696 2013-05-25  Leo Liu  <sdl.web@gmail.com>
10698         * comint.el (comint-previous-matching-input): Do not flood the
10699         *Messages* buffer with trivial messages.
10701 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10703         * progmodes/flymake.el (flymake-nop): Don't return a string.
10704         (flymake-set-at): Fix typo.
10706         * simple.el (read--expression): New function, extracted from
10707         eval-expression.  Set completion-at-point-functions (bug#14465).
10708         (eval-expression, eval-minibuffer): Use it.
10710 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
10712         * progmodes/flymake.el (flymake-save-buffer-in-file)
10713         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
10714         (flymake-selected-frame, flymake-log, flymake-ins-after)
10715         (flymake-set-at, flymake-get-buildfile-from-cache)
10716         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
10717         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
10718         Refine the doc string.
10719         (flymake-get-file-name-mode-and-masks): Reformat.
10720         (flymake-get-real-file-name-function): Fix a minor bug.
10722 2013-05-24  Juri Linkov  <juri@jurta.org>
10724         * progmodes/grep.el (grep-mode-font-lock-keywords):
10725         Support =linenumber= format used by git-grep for lines with
10726         function names.  (Bug#13549)
10728 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10730         * progmodes/octave.el (octave-smie-rules): Return nil rather than
10731         0 after a semi-colon; it works better for smie-auto-fill.
10732         (octave--indent-new-comment-line): New function.
10733         (octave-indent-new-comment-line): Use it (indirectly).
10734         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
10735         modify comment-line-break-function.
10737         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
10738         (smie-setup): Use add-function to set it.
10740 2013-05-24  Sam Steingold  <sds@gnu.org>
10742         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
10743         argument (before the `interactive' argument).
10745 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10747         * image-mode.el (image-mode-winprops): Add winprops to
10748         image-mode-winprops-alist before running
10749         image-mode-new-window-functions.
10750         * doc-view.el (doc-view-new-window-function): Don't delay
10751         doc-view-goto-page via timers (bug#14435).
10753 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
10755         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
10756         (doc-view-desktop-save-buffer): New function.
10757         (doc-view-restore-desktop-buffer): New function.
10758         (desktop-buffer-mode-handlers):
10759         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
10760         handler.
10761         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
10762         `desktop-save-buffer' function.
10764 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
10766         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
10767         (tramp-gvfs-file-name-handler): Raise a user error when
10768         `tramp-gvfs-enabled' is nil.
10769         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
10770         Do not raise a user error when loading package.  (Bug#14447)
10772         * net/xesam.el: Move to obsolete/.
10774 2013-05-24  Glenn Morris  <rgm@gnu.org>
10776         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
10778         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
10780         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
10781         (Info-find-node, Man-getpage-in-background): Declare.
10783         * mail/unrmail.el (unrmail):
10784         Replace obsolete detect-coding-with-priority.
10786         * net/socks.el (socks-split-string): Use this rather than split-string.
10787         (socks-nslookup-host): Update for above change.
10788         (dynamic-choice, s5-dynamic-choice-match)
10789         (s5-dynamic-choice-match-inline, s5-widget-value-create):
10790         Comment out unused code.
10792         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
10793         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
10794         (gud-tooltip-echo-area): Make obsolete.
10795         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
10797         * progmodes/js.el (js--optimize-arglist): Declare.
10799         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
10801         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
10802         (ediff-window-C): Declare.
10804         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
10805         Tweak requires to silence compiler.
10807         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
10808         (he-search-string, he-tried-table, he-expand-list)
10809         (he-init-string, he-string-member, he-substitute-string)
10810         (he-reset-string): Declare.
10812         * obsolete/options.el (list-options): Use custom-variable-p,
10813         rather than obsolete alias.
10815 2013-05-23  Sam Steingold  <sds@gnu.org>
10817         * simple.el (shell-command-on-region): Pass the `replace' argument
10818         down to `call-process-region' to comply with the doc as reported on
10819         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
10821 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10823         * emacs-lisp/smie.el (smie-indent-forward-token)
10824         (smie-indent-backward-token): Handle string tokens (bug#14381).
10826 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10828         * ielm.el (ielm-menu): New menu.
10829         (inferior-emacs-lisp-mode): Set comment-start.
10831 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10833         * textmodes/reftex.el (reftex-ref-style-toggle):
10834         Fix deactivate action.
10836         * textmodes/reftex-vars.el (reftex-ref-style-alist):
10837         Add cleveref macros.
10839         * textmodes/reftex-parse.el
10840         (reftex-locate-bibliography-files): Accept options for
10841         bibliography commands.
10842         * textmodes/reftex-vars.el (reftex-bibliography-commands):
10843         Add addbibresource.  Basic Biblatex support.
10845 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
10847         * net/tramp-gvfs.el (top):
10848         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
10849         when loading package.  (Bug#14447)
10851 2013-05-23  Glenn Morris  <rgm@gnu.org>
10853         * progmodes/js.el: No need to load comint when compiling.
10854         (ring-insert, comint-send-string, comint-send-input)
10855         (comint-last-input-end, ido-chop): Declare.
10857         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
10858         * vc/ediff-mult.el: Adjust requires.
10859         (ediff-directories-internal, ediff-directory-revisions-internal)
10860         (ediff-patch-file-internal): Declare.
10861         * vc/ediff-ptch.el: Adjust requires.
10862         (ediff-use-last-dir, ediff-buffers-internal): Declare.
10863         (ediff-find-file): Autoload.
10864         * vc/ediff-util.el: No need to load ediff when compiling.
10865         (ediff-regions-internal): Declare.
10866         * vc/ediff-wind.el: Adjust requires.
10867         (ediff-compute-toolbar-width): Define when compiling.
10868         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
10869         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
10870         (dired-get-filename, dired-get-marked-files)
10871         (ediff-last-dir-patch, ediff-patch-default-directory)
10872         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
10873         (ediff-patch-buffer-internal): Declare.
10875         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
10876         (ispell-process, ispell-buffer-local-words, lm-summary)
10877         (lm-section-start, lm-section-end): Declare.
10878         (checkdoc-ispell-init): Simplify.
10880         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
10881         (he-string-member, he-reset-string, he-substitute-string): Declare.
10883         * eshell/em-ls.el: Adjust requires.
10884         (eshell-glob-regexp): Declare.
10885         * eshell/em-tramp.el: Adjust requires.
10886         (eshell-parse-command): Autoload.
10887         * eshell/em-xtra.el: Adjust requires.
10888         (eshell-parse-command): Autoload.
10889         * eshell/esh-ext.el: Adjust requires.
10890         (eshell-parse-command, eshell-close-handles): Autoload.
10891         * eshell/esh-io.el: Adjust requires.
10892         (eshell-output-filter): Autoload.
10893         * eshell/esh-util.el: No need to load tramp when compiling.
10894         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
10895         Declare.
10896         (eshell-parse-ange-ls): Require ange-ftp and tramp.
10897         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10898         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
10899         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
10900         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
10901         * eshell/esh-opt.el, eshell/esh-proc.el:
10902         * eshell/esh-var.el: Adjust requires.
10903         * eshell/eshell.el: Do not require esh-util twice.
10904         (eshell-add-input-to-history): Declare.
10905         (eshell-command): Check history module is active before using it.
10907         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
10909 2013-05-22  Leo Liu  <sdl.web@gmail.com>
10911         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
10913 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
10915         * autorevert.el (auto-revert-notify-add-watch)
10916         (auto-revert-notify-handler): Add `attrib' for the inotify case,
10917         it indicates changes in file modification time.
10919 2013-05-22  Glenn Morris  <rgm@gnu.org>
10921         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10922         Always delete the autoloaded function from the noruntime and
10923         unresolved functions lists.
10925         * allout.el: No need to load epa, epg, overlay when compiling.
10926         (epg-context-set-passphrase-callback, epg-list-keys)
10927         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
10928         (epg-key-user-id-list): Declare.
10930         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10931         (viper-set-parsing-style-toggling-macro)
10932         (viper-set-emacs-state-searchstyle-macros):
10933         Use called-interactively-p on Emacs.
10934         (viper-looking-back): Make it an obsolete alias.  Update callers.
10935         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
10936         Use looking-back rather than viper-looking-back.
10937         (viper-tmp-insert-at-eob, viper-enlarge-region)
10938         (viper-read-string-with-history, viper-register-to-point)
10939         (viper-append-to-register, viper-change-state-to-vi)
10940         (viper-backward-char-carefully, viper-forward-char-carefully)
10941         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
10942         (viper-change-state-to-emacs): Declare.
10943         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
10944         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
10945         * emulation/viper-mous.el: Do not load viper-cmd.
10946         (viper-backward-char-carefully, viper-forward-char-carefully)
10947         (viper-forward-word, viper-adjust-window): Declare.
10949         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
10951         * progmodes/idlw-help.el (idlwave-help-fontify):
10952         Use called-interactively-p.
10954         * term/w32console.el (w32-get-console-codepage)
10955         (w32-get-console-output-codepage): Declare.
10957         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
10958         Remove unnecessary declarations.
10959         (dframe-message): Doc fix.
10961         * info.el (dframe-select-attached-frame, dframe-current-frame):
10962         Declare.
10964         * speedbar.el (speedbar-message): Make it an obsolete alias.
10965         Update all callers.
10966         (speedbar-with-attached-buffer)
10967         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
10968         (speedbar-with-writable): Use backquote.
10969         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
10970         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
10971         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
10972         rather than speedbar- aliases.
10973         * mail/rmail.el: Load dframe rather than speedbar when compiling.
10974         (speedbar-make-specialized-keymap, speedbar-insert-button)
10975         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
10976         (speedbar-do-function-pointer): Declare.
10977         (rmail-speedbar-button, rmail-speedbar-find-file)
10978         (rmail-speedbar-move-message):
10979         Use dframe-with-attached-buffer rather than speedbar- alias.
10980         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
10981         (dframe-message, speedbar-make-specialized-keymap)
10982         (speedbar-add-expansion-list, speedbar-mode-functions-list)
10983         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
10984         (speedbar-insert-button, dframe-select-attached-frame)
10985         (dframe-maybee-jump-to-attached-frame)
10986         (speedbar-change-initial-expansion-list)
10987         (speedbar-previously-used-expansion-list-name): Declare.
10988         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
10989         Use dframe-message, dframe-with-attached-buffer rather than
10990         speedbar- aliases.
10991         (gud-sentinel): Silence compiler.
10992         * progmodes/vhdl-mode.el (speedbar-refresh)
10993         (speedbar-do-function-pointer, speedbar-add-supported-extension)
10994         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
10995         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
10996         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
10997         (speedbar-file-lists, speedbar-make-tag-line)
10998         (speedbar-line-directory, speedbar-goto-this-file)
10999         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11000         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11001         (speedbar-make-button, speedbar-reset-scanners)
11002         (speedbar-files-item-info, speedbar-line-text)
11003         (speedbar-find-file-in-frame, speedbar-set-timer)
11004         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11005         (speedbar-with-writable): Do not (re)define it.
11006         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11007         rather than speedbar- alias.
11009 2013-05-21  Leo Liu  <sdl.web@gmail.com>
11011         * progmodes/octave.el (octave-mode-menu): Update and re-organize
11012         menu items.
11013         (octave-mode): Tweak fill-nobreak-predicate.
11014         (inferior-octave-startup): Check process to avoid infinite loop.
11015         (inferior-octave): Pop to buffer first to show abornmal process
11016         exit information.
11018 2013-05-21  Glenn Morris  <rgm@gnu.org>
11020         * printing.el (pr-menu-bar): Define when compiling.
11022 2013-05-21  Leo Liu  <sdl.web@gmail.com>
11024         * progmodes/octave.el (octave-auto-fill): Remove.
11025         (octave-indent-new-comment-line): Improve.
11026         (octave-mode): Use auto fill mode through
11027         comment-line-break-function and fill-nobreak-predicate.
11028         (octave-goto-function-definition): Support DEFUN_DLD.
11029         (octave-beginning-of-defun): Small tweak.
11030         (octave-help): Show parent directory.
11032 2013-05-21  Glenn Morris  <rgm@gnu.org>
11034         * files.el (dired-unmark):
11035         * progmodes/gud.el (gdb-input): Update declarations.
11037         * calculator.el (electric, ehelp): No need to load when compiling.
11038         (Electric-command-loop, electric-describe-mode): Declare.
11040         * doc-view.el (doc-view-current-converter-processes): Move before use.
11042         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11043         Move MODE-set-explicitly definition before use.
11045         * international/mule-diag.el (mule-diag):
11046         Don't use obsolete window-system-version.
11048         * mail/feedmail.el (smtpmail): No need to load when compiling.
11049         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11051         * mail/mail-utils.el (rfc822): No need to load when compiling.
11052         (rfc822-addresses): Autoload it.
11053         (mail-strip-quoted-names): Trivial simplification.
11055         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11056         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11058         * net/snmp-mode.el (tempo): Don't duplicate requires.
11060         * progmodes/prolog.el (info): No need to load when compiling.
11061         (comint): Require before shell requires it.
11062         (Info-goto-node): Autoload it.
11063         (Info-follow-nearest-node): Declare.
11064         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11066         * textmodes/artist.el (picture-mode-exit): Declare.
11068         * textmodes/reftex-parse.el (reftex-parse-from-file):
11069         Trivial rewrite so the compiler can parse it better.
11071 2013-05-20  Leo Liu  <sdl.web@gmail.com>
11073         * progmodes/octave.el (octave-help-mode-map)
11074         (octave-help-mode-finish-hook): New variables.
11075         (octave-help-mode, octave-help-mode-finish): New functions.
11076         (octave-help): Use octave-help-mode.
11078 2013-05-20  Glenn Morris  <rgm@gnu.org>
11080         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
11082 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
11084         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11085         start at point, so that expansion starting right after opening
11086         slash in a regexp is recognized.
11087         (ruby-syntax-before-regexp-re): New defvar, extracted from
11088         ruby-syntax-propertize-function.  Since the value of this regexp
11089         is looked up at runtime now, we should be able to turn
11090         `ruby-syntax-methods-before-regexp' into a defcustom later.
11091         (ruby-syntax-propertize-function): Split regexp matching into two
11092         parts, for opening and closing slashes.  That allows us to skip
11093         over string interpolations and support multiline regexps.
11094         Don't call `ruby-syntax-propertize-expansions', instead use another rule
11095         for them, which calls `ruby-syntax-propertize-expansion'.
11096         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11097         call to `ruby-syntax-propertize-function'.
11098         (ruby-syntax-propertize-expansion): Extracted from
11099         `ruby-syntax-propertize-expansions'.  Handles one expansion.
11100         (ruby-syntax-propertize-percent-literal): Leave point right after
11101         the percent symbol, so that the expression expansion rule can
11102         propertize the contents.
11103         (ruby-syntax-propertize-heredoc): Leave point at bol following the
11104         heredoc openers.
11105         (ruby-syntax-propertize-expansions): Remove.
11107 2013-05-18  Juri Linkov  <juri@jurta.org>
11109         * man.el (Man-default-man-entry): Remove `-' from the end
11110         of the default value.  (Bug#14400)
11112 2013-05-18  Glenn Morris  <rgm@gnu.org>
11114         * comint.el (comint-password-prompt-regexp):
11115         Allow "password for XXX" where XXX contains colons (eg https://...).
11117 2013-05-18  Leo Liu  <sdl.web@gmail.com>
11119         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11120         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
11121         (octave-source-directories): Don't check process.
11122         (octave-source-directories, octave-find-definition): Doc fix.
11124 2013-05-18  Glenn Morris  <rgm@gnu.org>
11126         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11127         Remove backspace/delete bindings.  (Bug#14392)
11129         * cus-dep.el (custom-make-dependencies): Sort the output.
11130         (custom-versions-load-alist): Convert comment to doc.
11132 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11134         * newcomment.el (comment-search-backward): Stricter in finding
11135         comment start.  (Bug#14303)
11137         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11138         (octave-comment-start-skip): Properly anchored.
11140 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11142         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11143         Clean up when turned off.  (Bug#14395)
11144         (smie--highlight-matching-block-overlay): No longer buffer-local.
11145         (smie-highlight-matching-block): Adjust.
11147 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
11149         Doc string fix for "nanoseconds" (Bug#14406).
11150         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11151         Fix doc string typo that had "nanoseconds" instead of "microseconds".
11153 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
11155         * calc/calc-units.el (math-extract-units): Preserve powers
11156         of units.
11158 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11160         * subr.el (delete-consecutive-dups): New function.
11161         * ido.el (ido-set-matches-1): Use it.
11162         * progmodes/octave.el (inferior-octave-completion-table): Use it.
11163         * ido.el (ido-remove-consecutive-dups): Remove.
11165 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11167         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11168         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11169         regexp-opt's `words'.
11171 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11173         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11174         (smie--highlight-matching-block-overlay)
11175         (smie--highlight-matching-block-lastpos)
11176         (smie--highlight-matching-block-timer): New variables.
11177         (smie-highlight-matching-block): New function.
11178         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
11179         (smie-setup): Conditionally enable smie-blink-matching-open.
11181 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
11183         Sync with upstream verilog-mode r840.
11184         * progmodes/verilog-mode.el (verilog-mode-version)
11185         (verilog-mode-release-date): Update.
11186         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11187         (verilog-sig-tieoff): Fix string error on
11188         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
11189         (verilog-read-decls): Fix parameters confusing
11190         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
11192 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
11194         * subr.el (reveal-filename): New function.
11196         * loadup.el: Compute Emacs executable versions on MS-Windows,
11197         where executables have the .exe extension.  Add a hard link
11198         emacs-XX.YY.ZZ.exe on MS-Windows.
11200         * Makefile.in (XARGS_LIMIT): New variable.
11201         (custom-deps, finder-data, autoloads)
11202         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11203         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11204         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11205         (compile-main): Limit xargs according to $(XARGS_LIMIT).
11207 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11209         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11210         (octave-mode-menu, octave-mode-map): Remove its uses.
11212 2013-05-16  Reto Zimmermann  <reto@gnu.org>
11214         Sync with upstream vhdl mode v3.34.2.
11215         * progmodes/vhdl-mode.el: Use `push' throughout.
11216         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
11217         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
11218         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
11219         (vhdl-actual-generic-name): New option to derive actual generic name.
11220         (vhdl-port-paste-signals): Replace formal by actual generics.
11221         (vhdl-beautify): New name for old group vhdl-align.  Update users.
11222         (vhdl-beautify-options): New option.
11223         (vhdl-last-input-event): New compat alias.  Use throughout.
11224         (vhdl-goto-line): Replace user level function `goto-line'.
11225         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
11226         vhdl-fix-statement-buffer.
11227         (vhdl-create-mode-menu): Add some entries.
11228         (vhdl-align-region-groups): Respect vhdl-beautify-options.
11229         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
11230         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
11231         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
11232         to force statements on one line.
11233         (vhdl-remove-trailing-spaces-region):
11234         New, split from vhdl-remove-trailing-spaces.
11235         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
11236         Respect vhdl-beautify-options.
11237         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
11238         (vhdl-update-sensitivity-list): Not add with index if exists without.
11239         Not include array index with signal.  Ignore keywords in comments.
11240         (vhdl-get-visible-signals): Regexp tweaks.
11241         (vhdl-template-component-inst): Handle empty library.
11242         (vhdl-template-type): Add template for 'enum' type.
11243         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
11244         Use vhdl-replace-string.
11245         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
11246         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
11247         (vhdl-speedbar-initialize): Update for above name change.
11248         (vhdl-compose-wire-components): Fix in handling of constants.
11249         (vhdl-error-regexp-emacs-alist): New variable.
11250         (vhdl-error-regexp-add-emacs): New function;
11251         adds support for new compile.el (Emacs 22+)
11252         (vhdl-generate-makefile-1): Change target order for single lib. units.
11253         Allow use of absolute file names.
11255 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11257         * simple.el (prog-indent-sexp): Indent enclosing defun.
11259 2013-05-15  Glenn Morris  <rgm@gnu.org>
11261         * cus-start.el (show-trailing-whitespace): Move to editing basics.
11262         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
11263         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
11264         (whitespace-highlight): Move to whitespace group.
11266         * comint.el (comint-source):
11267         * pcmpl-linux.el (pcmpl-linux):
11268         * shell.el (shell-faces):
11269         * eshell/esh-opt.el (eshell-opt):
11270         * international/ccl.el (ccl): Remove empty custom groups.
11272         * completion.el (dynamic-completion-mode):
11273         * jit-lock.el (jit-lock-debug-mode):
11274         * minibuffer.el (completion-in-region-mode):
11275         * type-break.el (type-break-mode-line-message-mode)
11276         (type-break-query-mode):
11277         * emulation/tpu-edt.el (tpu-edt-mode):
11278         * progmodes/subword.el (global-subword-mode, global-superword-mode):
11279         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11280         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
11282         * term/xterm.el (xterm): Change parent group to terminals.
11284         * master.el (master): Remove empty custom group.
11285         (master-mode): Remove unused :group argument.
11286         * textmodes/refill.el (refill): Remove empty custom group.
11287         (refill-mode): Remove unused :group argument.
11289         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
11291         * cus-dep.el: Provide a feature.
11292         (custom-make-dependencies): Ignore dotfiles (dir-locals).
11293         Don't mistakenly ignore files whose basenames match a basename
11294         from preloaded-file-list (eg cedet/ede/simple.el).
11295         Add a fallback method for getting :group.
11297 2013-05-15  Juri Linkov  <juri@jurta.org>
11299         * isearch.el (isearch-char-by-name): Rename from
11300         `isearch-insert-char-by-name'.  Doc fix.
11301         (isearch-forward): Mention `isearch-char-by-name' in
11302         the docstring.  (Bug#13348)
11304         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
11305         `exit-minibuffer' instead of
11306         `isearch-nonincremental-exit-minibuffer'.
11307         (isearch-edit-string): Remove mention of
11308         `isearch-nonincremental-exit-minibuffer' from docstring.
11309         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
11310         (isearch-forward-exit-minibuffer)
11311         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
11313 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11315         * loadup.el: Just use unversioned DOC.
11317         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
11318         literals as extending to EOB.
11319         (nxml-last-fontify-end): Remove unused variable.
11320         (nxml-after-change1): Use with-silent-modifications.
11321         (nxml-extend-after-change-region): Simplify.
11322         (nxml-extend-after-change-region1): Remove function.
11323         (nxml-after-change1): Don't adjust for dependent regions.
11324         (nxml-fontify-matcher): Simplify.
11325         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
11326         (xmltok-add-dependent): Remove function.
11327         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
11328         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
11329         (xmltok-scan-prolog-after-processing-instruction-open): Treat
11330         unclosed <[[, <?, comment, and other literals as extending to EOB.
11331         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
11332         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
11333         Remove functions.
11334         (rng-do-some-validation-1): Don't mark dependent regions.
11335         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
11336         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
11337         (nxml-clear-dependent-regions): Remove functions.
11338         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
11339         (nxml-ensure-scan-up-to-date):
11340         Don't clear&mark dependent regions.
11342 2013-05-15  Leo Liu  <sdl.web@gmail.com>
11344         * progmodes/octave.el (octave-goto-function-definition):
11345         Improve and fix callers.
11347 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11349         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
11350         the setter (bug#14387).
11352         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
11353         surrounding group (bug#14402).
11355 2013-05-14  Juri Linkov  <juri@jurta.org>
11357         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
11358         (Bug#14390)
11360 2013-05-14  Glenn Morris  <rgm@gnu.org>
11362         * progmodes/f90.el (f90-imenu-generic-expression):
11363         Fix typo in 2013-05-08 change.  (Bug#14402)
11365 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11367         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
11368         Remove signals for which replies are never received.
11370 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11372         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
11373         (gdb-handler-alist, gdb-handler-number): Remove variables.
11374         (gdb-handler-list): New variable.
11375         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
11376         (gdb-pending-handler-p, gdb-handle-reply)
11377         (gdb-remove-all-pending-triggers): New functions.
11378         (gdb-discard-unordered-replies): New defcustom.
11379         (gdb-handler): New defstruct.
11380         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
11381         instead of gdb-pending-triggers.  Update docstring.
11382         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
11383         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
11384         (gdb-var-update-handler, def-gdb-auto-update-trigger)
11385         (def-gdb-auto-update-handler, gdb-get-changed-registers)
11386         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
11387         (gdb-frame-handler): Pending triggers are now automatically managed.
11388         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
11389         Remove argument.
11390         (gdb-input): Automatically handles pending triggers.  Update docstring.
11391         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
11392         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
11393         Update comments.
11394         (gdb-done-or-error): Now use gdb-handle-reply.
11396 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11398         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
11399         gdb-debug-log.
11401 2013-05-14  Glenn Morris  <rgm@gnu.org>
11403         * subr.el (user-emacs-directory-warning): New option.
11404         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
11406 2013-05-14  Leo Liu  <sdl.web@gmail.com>
11408         * progmodes/octave.el (octave-font-lock-keywords): Fix error
11409         during redisplay.
11410         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
11411         (octave-font-lock-texinfo-comment): Fix invalid search bound
11412         error: wrong side of point.
11414 2013-05-14  Glenn Morris  <rgm@gnu.org>
11416         * progmodes/flymake.el (flymake-xml-program): New option.
11417         (flymake-xml-init): Use it.
11419         * term/xterm.el: Provide a feature.
11421         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
11423 2013-05-13  Glenn Morris  <rgm@gnu.org>
11425         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
11426         Add compat aliases as a hack workaround.  (Bug#14384)
11428 2013-05-13  Leo Liu  <sdl.web@gmail.com>
11430         * progmodes/octave.el (octave-indent-comment): Fix indentation for
11431         ###, and %!.
11432         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
11433         C-M-q.
11434         (octave-comment-start-skip): Include %!.
11435         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
11437 2013-05-12  Leo Liu  <sdl.web@gmail.com>
11439         * progmodes/octave.el (inferior-octave-startup): Store the value
11440         of __octave_srcdir__ for octave-source-directories.
11441         (inferior-octave-check-process): New function refactored out of
11442         inferior-octave-send-list-and-digest.
11443         (octave-source-directories)
11444         (octave-find-definition-filename-function): New variables.
11445         (octave-source-directories)
11446         (octave-find-definition-default-filename): New functions.
11447         (octave-find-definition): Improve to find functions implemented in C++.
11449 2013-05-12  Glenn Morris  <rgm@gnu.org>
11451         * calendar/diary-lib.el (diary-outlook-format-1):
11452         Don't include dayname in the output.  (Bug#14349)
11454 2013-05-11  Glenn Morris  <rgm@gnu.org>
11456         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
11458         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
11459         Treat cc-provide like provide.
11461 2013-05-11  Kevin Ryde  <user42@zip.com.au>
11463         * cus-dep.el (custom-make-dependencies):
11464         Use generated-autoload-load-name for the sake of files such
11465         such cedet/semantic/bovine/c.el, where the base file name
11466         is not in load-path.  (Bug#5277)
11468 2013-05-11  Glenn Morris  <rgm@gnu.org>
11470         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
11471         Provide features.
11473 2013-05-11  Leo Liu  <sdl.web@gmail.com>
11475         * progmodes/octave.el (octave-indent-comment): Improve.
11476         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
11477         (octave-eldoc-function-signatures, octave-eldoc-function):
11478         New functions.
11479         (octave-mode, inferior-octave-mode): Add eldoc support.
11481 2013-05-11  Richard Stallman  <rms@gnu.org>
11483         * epa.el (epa-decrypt-file): Take output file name as argument
11484         and read it using `interactive'.
11486 2013-05-11  Leo Liu  <sdl.web@gmail.com>
11488         * progmodes/octave.el (octave-beginning-of-line)
11489         (octave-end-of-line): Check before using up-list because it jumps
11490         out of more syntactic contructs since moving to smie.
11491         (octave-indent-comment): New function.
11492         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
11493         (octave-begin-keywords, octave-end-keywords)
11494         (octave-reserved-words, octave-smie-bnf-table)
11495         (octave-smie-rules): Add new keywords from Octave 3.6.4.
11497 2013-05-11  Glenn Morris  <rgm@gnu.org>
11499         * faces.el (internal-face-x-get-resource):
11500         * frame.el (ns-display-monitor-attributes-list):
11501         * calc/calc-aent.el (math-to-radians-2):
11502         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11503         Fix declarations.
11505         * calc/calc-menu.el: Make it loadable in isolation.
11507         * net/eudcb-bbdb.el: Make it loadable without bbdb.
11508         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11509         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11510         (eudc-bbdb-query-internal): Require 'bbdb.
11512         * lpr.el (lpr-headers-switches):
11513         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11515         * progmodes/sql.el (sql-login-params): Fix and improve :type.
11517         * emulation/edt-mapper.el: In batch mode, error rather than hang.
11519         * term.el (term-set-escape-char): Make it idempotent.
11521 2013-05-10  Leo Liu  <sdl.web@gmail.com>
11523         * progmodes/octave.el (inferior-octave-completion-table):
11524         No longer a function and all uses changed.  Use cache to speed up
11525         completion due to bug#11906.
11526         (octave-beginning-of-defun): Re-write to be more general.
11528 2013-05-10  Glenn Morris  <rgm@gnu.org>
11530         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11532 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11534         * comint.el (comint-redirect-send-command-to-process): Use :around
11535         rather than :override for comint-redirect-filter.
11536         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11537         Call it instead of comint-redirect-original-filter-function (which
11538         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
11540 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
11542         * frame.el (display-monitor-attributes-list): Add NS case.
11543         (ns-display-monitor-attributes-list): Declare.
11545 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
11547         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
11549 2013-05-09  Glenn Morris  <rgm@gnu.org>
11551         * international/fontset.el (vertical-centering-font-regexp):
11552         Set standard-value.
11554         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11556         * bookmark.el (bookmark-search-delay):
11557         * cus-start.el (vertical-centering-font-regexp):
11558         * ps-mule.el (ps-mule-font-info-database-default):
11559         * ps-print.el (ps-default-fg, ps-default-bg):
11560         * type-break.el (type-break-good-break-interval):
11561         * whitespace.el (whitespace-indentation-regexp)
11562         (whitespace-space-after-tab-regexp):
11563         * emacs-lisp/testcover.el (testcover-1value-functions)
11564         (testcover-noreturn-functions, testcover-progn-functions)
11565         (testcover-prog1-functions):
11566         * emulation/viper-init.el (viper-emacs-state-cursor-color):
11567         * eshell/em-glob.el (eshell-glob-translate-alist):
11568         * play/tetris.el (tetris-tty-colors):
11569         * progmodes/cpp.el (cpp-face-default-list):
11570         * progmodes/flymake.el (flymake-allowed-file-name-masks):
11571         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11572         (idlwave-help-browser-generic-args):
11573         * progmodes/make-mode.el (makefile-special-targets-list):
11574         * progmodes/python.el (python-shell-virtualenv-path):
11575         * progmodes/verilog-mode.el (verilog-active-low-regexp)
11576         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11577         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11578         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11579         * textmodes/reftex-vars.el (reftex-format-label-function):
11580         * textmodes/remember.el (remember-diary-file): Fix custom types.
11582         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11583         Add :version.
11585 2013-05-09  Leo Liu  <sdl.web@gmail.com>
11587         * progmodes/octave.el (inferior-octave-completion-at-point):
11588         Restore file completion.  (Bug#14300)
11589         (inferior-octave-startup): Fix incorrect highlighting for the
11590         first prompt.
11592 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11594         * progmodes/ruby-mode.el: First cut at SMIE support.
11595         (ruby-use-smie): New var.
11596         (ruby-smie-grammar): New constant.
11597         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11598         (ruby-smie--forward-token, ruby-smie--backward-token)
11599         (ruby-smie-rules): New functions.
11600         (ruby-mode-variables): Setup SMIE if applicable.
11602 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
11604         * simple.el (line-move-visual): Signal beginning/end of buffer
11605         only if vertical-motion moved less than it was requested.  Avoids
11606         silly incorrect error messages when there are display strings with
11607         multiple newlines at EOL.
11609 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11611         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11612         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11613         (prolog-char-quote-workaround):
11614         * progmodes/cperl-mode.el (cperl-under-as-char):
11615         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11616         Mark as obsolete.
11617         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11618         their declaration.
11619         (vhdl-mode-syntax-table-init): Remove.
11621         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
11622         last change.
11624         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
11625         syntax for "_".
11626         (ld-script-font-lock-keywords):
11627         Change regexps to use things like \_< and \_>.
11629         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
11630         Change all regexps to use things like \_< and \_>.
11632         * progmodes/autoconf.el (autoconf-definition-regexp)
11633         (autoconf-font-lock-keywords, autoconf-current-defun-function):
11634         Handle a _ with symbol syntax.
11635         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
11637         * progmodes/ada-mode.el (ada-mode-abbrev-table):
11638         Consolidate declaration.
11639         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
11640         the declaration.
11641         (ada-create-syntax-table): Remove.
11642         (ada-capitalize-word): Don't mess with the syntax of "_" since it
11643         already has the right syntax nowadays.
11644         (ada-goto-next-word): Don't change the syntax of "_".
11646         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
11647         with-wrapper-hook.
11649 2013-05-08  Sam Steingold  <sds@gnu.org>
11651         * thingatpt.el (thing-at-point): Accept optional second argument
11652         NO-PROPERTIES to strip the text properties from the return value.
11653         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
11654         to `thing-at-point' instead of stripping the properties ourselves.
11655         Also, when `thing-at-point' fails to find a url, prepend "http://"
11656         to the filename at point on the assumption that the user is
11657         pointing at something like gnu.org/gnu.
11659 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
11661         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11662         * faces.el (crm-separator):
11663         Silence byte-compiler.
11665         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
11666         (tool-bar-map): Remove unneeded defvars.
11668 2013-05-08  Leo Liu  <sdl.web@gmail.com>
11670         Re-work a fix for bug#10994 based on Le Wang's patch.
11671         * ido.el (ido-remove-consecutive-dups): New helper.
11672         (ido-completing-read): Use it.
11673         (ido-chop): Revert fix for bug#10994.
11675 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
11677         * cus-edit.el (custom-save-variables):
11678         Pretty-print long values.  (Bug#14187)
11680 2013-05-08  Glenn Morris  <rgm@gnu.org>
11682         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
11683         (m4-mode-syntax-table): Init in the defvar.
11684         (m4-mode-abbrev-table): Let define-derived-mode define it.
11686 2013-05-08  Tom Tromey  <tromey@redhat.com>
11688         * progmodes/m4-mode.el (m4-mode-syntax-table):
11689         Do not treat "_" as word constituent.  (Bug#14167)
11691 2013-05-07  Glenn Morris  <rgm@gnu.org>
11693         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
11694         Remove explicit eshell-isearch-cancel-map.
11696         * progmodes/f90.el (f90-smart-end-names): New option.
11697         (f90-smart-end): Doc fix.
11698         (f90-end-block-optional-name): New constant.
11699         (f90-block-match): Respect f90-smart-end-names.
11701 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11703         * progmodes/octave.el (octave-smie-forward-token): Be more careful
11704         about implicit semi-colons (bug#14218).
11706 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11708         * frame.el (display-monitor-attributes-list)
11709         (frame-monitor-attributes): New functions.
11711 2013-05-06  Leo Liu  <sdl.web@gmail.com>
11713         * progmodes/octave.el (octave-syntax-propertize-function): Change
11714         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
11715         (octave-font-lock-keywords): Use octave-operator-regexp.
11716         (octave-completion-at-point): Rename from
11717         octave-completion-at-point-function.
11718         (inferior-octave-directory-tracker): Robustify.
11719         (octave-text-functions): Remove and fix its uses.  No such things
11720         any more.
11722 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11724         * emacs-lisp/trace.el (trace--display-buffer): New function.
11725         (trace-make-advice): Use it.
11727 2013-05-06  Juri Linkov  <juri@jurta.org>
11729         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
11730         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
11731         Doc fix.
11732         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
11733         in the help string.  (Bug#12985)
11735 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
11737         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
11739 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11741         * progmodes/perl-mode.el: Add support for here documents.
11742         (perl-syntax-propertize-function): Match here-doc markers.
11743         (perl-syntax-propertize-special-constructs): Find their end.
11744         (perl-imenu-generic-expression): Use [:alnum:].
11746         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
11747         (advice--add-function): Refresh the advice if already present
11748         (bug#14317).
11750 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
11752         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
11754 2013-05-06  Glenn Morris  <rgm@gnu.org>
11756         * w32-fns.el (w32-charset-info-alist): Declare.
11758         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
11759         of its defcustom properties.
11760         (eshell-cmpl-initialize): No need to load pcomplete.
11762         * generic-x.el: No need to require comint when compiling.
11764         * net/eudc-export.el: Make it loadable without bbdb.
11765         (top-level): Use require rather than load-library.
11766         (eudc-create-bbdb-record, eudc-bbdbify-phone)
11767         (eudc-batch-export-records-to-bbdb)
11768         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
11769         Require bbdb.
11771 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11773         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
11774         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
11775         some tweaks, instead.
11777 2013-05-05  Leo Liu  <sdl.web@gmail.com>
11779         * progmodes/octave.el (octave-font-lock-keywords)
11780         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
11781         (inferior-octave-send-list-and-digest): Improve error message.
11782         (octave-mode, inferior-octave-mode): Use setq-local.
11783         (octave-help): Set info-lookup-mode.
11785 2013-05-05  Richard Stallman  <rms@gnu.org>
11787         * vc/compare-w.el (compare-windows-whitespace):
11788         Treat no-break space as whitespace.
11790         * mail/rmailsum.el (rmail-summary-rmail-update):
11791         Detect empty summary and don't change selected message.
11792         (rmail-summary-goto-msg): Likewise.
11794         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
11795         Doc fixes, rename args.
11797 2013-05-05  Alan Mackenzie  <acm@muc.de>
11799         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
11801 2013-05-05  Juri Linkov  <juri@jurta.org>
11803         * info.el (Info-read-subfile): Use (point-min) instead of (point)
11804         to not add the length of the summary segment to the return value.
11805         (Bug#14125)
11807 2013-05-05  Leo Liu  <sdl.web@gmail.com>
11809         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
11810         (inferior-octave-output-filter): Remove.
11811         (octave-send-region, inferior-octave-startup): Fix callers.
11812         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
11813         (octave-binary-file-extensions): New user variable.
11814         (octave-find-definition): Confirm if opening binary files.
11815         (octave-help-file): Use octave-find-definition to get the binary
11816         confirmation.
11817         (octave-help): Adjust for octave-help-file change.
11819 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11821         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
11822         Merge the two entries that handle function definitions.
11823         (pascal--syntax-propertize): New const.
11824         (pascal-mode): Use it.  Use setq-local.
11826 2013-05-04  Glenn Morris  <rgm@gnu.org>
11828         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
11829         (diary-from-outlook): Respect diary-from-outlook-function.
11831 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11833         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
11834         Move the declaration from C.
11835         (read-minibuffer, eval-minibuffer): Move from C.
11836         (completion-setup-function): Avoid minibuffer-completion-contents.
11838 2013-05-03  Leo Liu  <sdl.web@gmail.com>
11840         * progmodes/octave.el (octave-font-lock-keywords): Do not
11841         dehighlight 'end' in comments or strings.
11842         (octave-completing-read, octave-goto-function-definition):
11843         New helpers.
11844         (octave-help-buffer): New user variable.
11845         (octave-help-file, octave-help-function): New button types.
11846         (octave-help): New command and bind it to C-h ;.
11847         (octave-find-definition): New command and bind it to M-.
11848         (user-error): Alias to error if not defined.
11850 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11852         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
11853         for \.  (bug#14332)
11854         (octave-font-lock-keywords): Include [ and {.
11856 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11858         * progmodes/octave.el (inferior-octave-startup-file): Change default.
11859         (inferior-octave): Remove calling comint-mode and return the buffer.
11860         (inferior-octave-startup): Cosmetic changes.
11862 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11864         * progmodes/octave.el (octave-syntax-propertize-function):
11865         Include the case when ' is at line beginning.  (Bug#14336)
11867 2013-05-02  Glenn Morris  <rgm@gnu.org>
11869         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
11870         * desktop.el (vc-dir-mode): Just autoload it here.
11872 2013-05-02  Alan Mackenzie  <acm@muc.de>
11874         Eliminate variable c-standard-font-lock-fontify-region-function.
11875         * progmodes/cc-mode.el
11876         (c-standard-font-lock-fontify-region-function): Remove.
11877         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
11879 2013-05-01  Leo Liu  <sdl.web@gmail.com>
11881         * progmodes/octave.el: Compatible with older emacs-24 releases.
11882         (inferior-octave-has-built-in-variables): Remove.  Built-in
11883         variables were removed from Octave in 2007.
11884         (inferior-octave-startup): Fix uses.
11885         (comint-line-beginning-position): Remove compatibility code for
11886         emacs 21.
11888 2013-05-01  Juri Linkov  <juri@jurta.org>
11890         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
11892 2013-05-01  Juri Linkov  <juri@jurta.org>
11894         * comint.el (comint-previous-matching-input): Don't print message
11895         "History item: %d" when `isearch-mode' is active.
11896         (comint-history-isearch-message): Print message "History item: %d"
11897         when `comint-input-ring-index' is not empty and this function is
11898         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
11900 2013-05-01  Leo Liu  <sdl.web@gmail.com>
11902         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
11903         definitions.  Use completion-at-point to insert keywords.
11904         (octave-abbrev-start): Remove.
11905         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
11907 2013-04-30  Leo Liu  <sdl.web@gmail.com>
11909         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
11910         change.
11912 2013-04-30  Alan Mackenzie  <acm@muc.de>
11914         Handle arbitrarily long C++ member initialisation lists.
11915         * progmodes/cc-engine.el (c-back-over-member-initializers):
11916         new function.
11917         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
11918         (most) member init lists.
11920 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11922         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
11923         variable.
11925 2013-04-30  Leo Liu  <sdl.web@gmail.com>
11927         * progmodes/octave.el (octave-variables): Remove.  No builtin
11928         variables any more.  All converted to functions.
11929         (octave-font-lock-keywords, octave-completion-at-point-function):
11930         Fix uses.
11931         (octave-font-lock-texinfo-comment): New user variable.
11932         (octave-texinfo-font-lock-keywords): New variable for texinfo
11933         comment block.
11934         (octave-function-comment-block): New face.
11935         (octave-font-lock-texinfo-comment): New function.
11936         (octave-mode): Font lock texinfo comment block.
11938 2013-04-29  Leo Liu  <sdl.web@gmail.com>
11940         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
11941         indexing expression.
11942         (octave-continuation-string): Do not use \.
11943         (inferior-octave-complete-impossible): Remove.
11944         (inferior-octave-completion-table)
11945         (inferior-octave-completion-at-point): Remove its uses.
11946         (inferior-octave-startup): completion_matches was introduced to
11947         Octave in 1996 so safe to assume it.
11948         (octave-function-file-comment): Improve to follow how Octave does it.
11949         (octave-update-function-file-comment): Tweak.
11951 2013-04-29  Leo Liu  <sdl.web@gmail.com>
11953         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
11954         (inferior-octave-startup): Remove inferior-octave-startup-hook.
11955         (octave-function-file-comment): Fix typo.
11956         (octave-sync-function-file-names): Use read-char-choice.
11958 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
11960         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
11961         to t for the less important warnings.
11963 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
11965         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
11967 2013-04-27  Glenn Morris  <rgm@gnu.org>
11969         * vc/log-view.el (log-view-current-entry):
11970         Treat "---" separator lines as part of the following rev.  (Bug#14169)
11972 2013-04-27  Juri Linkov  <juri@jurta.org>
11974         * subr.el (read-number): Doc fix about using it by interactive
11975         code letter `n'.  (Bug#14254)
11977 2013-04-27  Juri Linkov  <juri@jurta.org>
11979         * desktop.el (desktop-auto-save-timeout): New option.
11980         (desktop-file-checksum): New variable.
11981         (desktop-save): Add optional arg `auto-save' and don't auto-save
11982         if nothing changed.
11983         (desktop-auto-save-timer): New variable.
11984         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
11985         (after-init-hook): Call `desktop-auto-save-set-timer'.
11986         Suggested by Reuben Thomas <rrt@sc3d.org> in
11987         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
11989 2013-04-27  Leo Liu  <sdl.web@gmail.com>
11991         * progmodes/octave.el (octave-function-file-p)
11992         (octave-skip-comment-forward, octave-function-file-comment)
11993         (octave-update-function-file-comment): New functions.
11994         (octave-mode-map): Bind C-c ; to
11995         octave-update-function-file-comment.
11996         (octave-mode-menu): Add octave-update-function-file-comment.
11997         (octave-mode, inferior-octave-mode): Fix doc-string.
11998         (octave-insert-defun): Conform to Octave's coding convention.
11999         (Bug#14285)
12001         * files.el (basic-save-buffer): Don't let errors in
12002         before-save-hook prevent saving buffer.
12004 2013-04-20  Roland Winkler  <winkler@gnu.org>
12006         * faces.el (read-face-name): Use completing-read if arg multiple
12007         is nil.
12009 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
12011         * ls-lisp.el (ls-lisp-insert-directory): If no files are
12012         displayed, move point to after the totals line.
12013         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12014         for the details.
12016 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12018         * emacs-lisp/package.el (package-autoload-ensure-default-file):
12019         Add current dir to the load-path.
12020         (package-generate-autoloads): Don't rely on
12021         autoload-ensure-default-file.
12023 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
12025         * textmodes/remember.el (remember-store-in-files): Document that
12026         the file name format is passed to `format-time-string'.
12028 2013-04-26  Leo Liu  <sdl.web@gmail.com>
12030         * progmodes/octave.el (octave-sync-function-file-names): New function.
12031         (octave-mode): Use it in before-save-hook.
12033 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12035         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12036         (bug#14274).
12038         * progmodes/octave.el (octave-smie-forward-token): Properly skip
12039         \n and comment, even if it's not an implicit ; (bug#14218).
12041 2013-04-26  Glenn Morris  <rgm@gnu.org>
12043         * subr.el (read-number): Once more use `read' rather than
12044         `string-to-number', to trap non-numeric input.  (Bug#14254)
12046 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
12048         * emacs-lisp/syntax.el (syntax-propertize-multiline):
12049         Use `syntax-multiline' text property consistently instead of
12050         `font-lock-multiline'.  (Bug#14237)
12052 2013-04-26  Glenn Morris  <rgm@gnu.org>
12054         * emacs-lisp/shadow.el (list-load-path-shadows):
12055         No longer necessary to check for duplicate simple.el, since
12056         2012-07-07 change to init_lread to not include installation lisp
12057         directories in load-path when running uninstalled.  (Bug#14270)
12059 2013-04-26  Leo Liu  <sdl.web@gmail.com>
12061         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12062         (octave-mode, inferior-octave-mode): Use setq-local.
12063         (octave-not-in-string-or-comment-p): Rename to
12064         octave-in-string-or-comment-p.
12065         (octave-in-comment-p, octave-in-string-p)
12066         (octave-in-string-or-comment-p): Replace defsubst with defun.
12068 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
12070         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12072 2013-04-25  Bastien Guerry  <bzg@gnu.org>
12074         * textmodes/remember.el (remember-data-directory)
12075         (remember-directory-file-name-format): Fix custom types.
12077 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12079         * progmodes/octave.el (octave-completion-at-point-function):
12080         Make use of inferior octave process.
12081         (octave-initialize-completions): Remove.
12082         (inferior-octave-completion-table): New function.
12083         (inferior-octave-completion-at-point): Use it.
12084         (octave-completion-alist): Remove.
12086 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12088         * progmodes/opascal.el: Use font-lock and syntax-propertize.
12089         (opascal-mode-syntax-table): New var.
12090         (opascal-literal-kind, opascal-is-literal-end)
12091         (opascal-literal-token-at): Rewrite.
12092         (opascal--literal-start-re, opascal-font-lock-keywords)
12093         (opascal--syntax-propertize): New constants.
12094         (opascal-font-lock-defaults): Adjust.
12095         (opascal-mode): Use them.  Set comment-<foo> variables as well.
12096         (delphi-comment-face, opascal-comment-face, delphi-string-face)
12097         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12098         (delphi-other-face, opascal-other-face): Remove face variables.
12099         (opascal-save-state): Remove macro.
12100         (opascal-fontifying-progress-step): Remove constant.
12101         (opascal--ignore-changes): Remove var.
12102         (opascal-set-token-property, opascal-parse-next-literal)
12103         (opascal-is-stable-literal, opascal-complete-literal)
12104         (opascal-is-literal-start, opascal-face-of)
12105         (opascal-parse-region, opascal-parse-region-until-stable)
12106         (opascal-fontify-region, opascal-after-change)
12107         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12108         (opascal-debug-parse-region, opascal-debug-parse-window)
12109         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12110         (opascal-debug-fontify-buffer): Remove.
12111         (opascal-debug-mode-map): Adjust accordingly.
12113 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12115         Merge octave-mod.el and octave-inf.el into octave.el with some
12116         cleanups.
12117         * progmodes/octave.el: New file renamed from octave-mod.el.
12118         * progmodes/octave-inf.el: Merged into octave.el.
12119         * progmodes/octave-mod.el: Renamed to octave.el.
12121 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
12123         * textmodes/reftex-vars.el
12124         (reftex-label-ignored-macros-and-environments): New defcustom.
12126         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12128 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12130         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12131         (smie-indent-keyword): Improve the check to ensure that the next
12132         comment is really on the same line.
12133         (smie-indent-comment): Don't align with a subsequent closer (or eob).
12135         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12136         semi-colons if the line is not otherwise empty (bug#14218).
12138 2013-04-25  Glenn Morris  <rgm@gnu.org>
12140         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12142 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12144         * progmodes/opascal.el (opascal-set-token-property): Rename from
12145         opascal-set-text-properties and only set `token' (bug#14134).
12146         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12147         (opascal-literal-text-properties): Remove.
12148         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12149         Adjust callers.
12151 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
12153         * textmodes/remember.el (remember-handler-functions): Add an
12154         option for a new handler `remember-store-in-files'.
12155         (remember-data-directory, remember-directory-file-name-format):
12156         New options.
12157         (remember-store-in-files): New function to store remember notes
12158         as separate files within a directory.
12160 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
12162         * progmodes/compile.el (compilation-next-error-function):
12163         Pass "formats" to compilation-find-file (bug#11777).
12165 2013-04-24  Glenn Morris  <rgm@gnu.org>
12167         * vc/vc-bzr.el (vc-bzr-print-log):
12168         * vc/vc-hg.el (vc-hg-print-log):
12169         * vc/vc-svn.el (vc-svn-print-log):
12170         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
12172         * vc/vc-bzr.el (vc-bzr-print-log):
12173         * vc/vc-cvs.el (vc-cvs-print-log):
12174         * vc/vc-git.el (vc-git-print-log):
12175         * vc/vc-hg.el (vc-hg-print-log):
12176         * vc/vc-mtn.el (vc-mtn-print-log):
12177         * vc/vc-rcs.el (vc-rcs-print-log):
12178         * vc/vc-sccs.el (vc-sccs-print-log):
12179         * vc/vc-svn.el (vc-svn-print-log):
12180         * vc/vc.el (vc-print-log-internal): Doc fixes.
12182 2013-04-23  Glenn Morris  <rgm@gnu.org>
12184         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12185         Remove venerable code attempting to avoid substitute-command-keys.
12187 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
12189         * textmodes/reftex-vars.el (reftex-label-regexps):
12190         Call `reftex-compile-variables' after changes to this variable.
12192 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12194         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12195         Use lexical-binding.
12196         (jit-lock-force-redisplay): Use markers, check buffer's continued
12197         existence and beware narrowed buffers.
12198         (jit-lock-fontify-now): Adjust call accordingly.
12200 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12202         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12203         to avoid misleading the user.
12205 2013-04-22  Leo Liu  <sdl.web@gmail.com>
12207         * info-look.el: Prefer latex2e.info.  (Bug#14240)
12209 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
12211         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
12213         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
12214         * net/tramp.el (tramp-call-process): ... here.
12215         (tramp-set-completion-function, tramp-parse-putty):
12216         * net/tramp-adb.el (tramp-adb-execute-adb-command):
12217         * net/tramp-gvfs.el (tramp-gvfs-send-command):
12218         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12219         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
12220         (tramp-call-local-coding-command): Use `tramp-call-process'
12221         instead of `tramp-compat-call-process'.
12223         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
12224         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
12225         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
12226         (tramp-find-inline-compress): Improve traces.
12227         (tramp-maybe-send-script): Check for Perl binary.
12228         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
12230 2013-04-22  Daiki Ueno  <ueno@gnu.org>
12232         * epg.el (epg-context-pinentry-mode): New function.
12233         (epg-context-set-pinentry-mode): New function.
12234         (epg--start): Pass --pinentry-mode option to gpg command.
12236 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
12238         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
12239         `comint-dynamic-complete' is obsolete since 24.1, replaced by
12240         `completion-at-point'.  (Bug#13774)
12242         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
12243         default key binding for `describe-distribution' has been moved to
12244         `C-h C-o'.  (Bug#13970)
12246 2013-04-21  Glenn Morris  <rgm@gnu.org>
12248         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
12249         Add doc strings.
12250         (vc-print-log): Clarify interactive prompt.
12252 2013-04-20  Glenn Morris  <rgm@gnu.org>
12254         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12255         No longer include timestamp etc information.
12257 2013-04-20  Roland Winkler  <winkler@gnu.org>
12259         * faces.el (read-face-name): Bug fix, return just one face if arg
12260         multiple is nil.  (Bug#14209)
12262 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12264         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
12265         (remove-function): Autoload.
12267         * comint.el (comint-redirect-original-filter-function): Remove.
12268         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
12269         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
12270         (vc-cvs-annotate-command):
12271         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
12272         * progmodes/prolog.el (prolog-consult-compile):
12273         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12274         Use add/remove-function instead.
12275         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
12276         (gud-tooltip-process-output, gud-tooltip-tips):
12277         Use add/remove-function instead.
12278         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
12279         (scheme-interaction-mode, exit-scheme-interaction-mode):
12280         Use add/remove-function instead.
12282         * vc/vc-dispatcher.el: Use lexical-binding.
12283         (vc--process-sentinel): Rename from vc-process-sentinel.
12284         Change last arg to be the code to run.  Don't use vc-previous-sentinel
12285         and vc-sentinel-commands any more.
12286         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
12287         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
12289 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
12291         * progmodes/sh-script.el (sh-imenu-generic-expression):
12292         Handle function names with a single character.   (Bug#14111)
12294 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
12296         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
12297         for subroutines defined in an eval (bug#14182).
12299 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12301         * bookmark.el (bookmark-completing-read): Improve handling of empty
12302         string (bug#14176).
12304 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12306         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
12308 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12310         New faster Imenu implementation (bug#14058).
12311         * progmodes/python.el:
12312         (python-imenu-prev-index-position):
12313         (python-imenu-format-item-label-function)
12314         (python-imenu-format-parent-item-label-function)
12315         (python-imenu-format-parent-item-jump-label-function):
12316         New vars.
12317         (python-imenu-format-item-label)
12318         (python-imenu-format-parent-item-label)
12319         (python-imenu-format-parent-item-jump-label)
12320         (python-imenu--put-parent, python-imenu--build-tree)
12321         (python-imenu-create-index, python-imenu-create-flat-index)
12322         (python-util-popn): New functions.
12323         (python-mode): Set imenu-create-index-function to
12324         python-imenu-create-index.
12326 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12328         * winner.el (winner-active-region): Use region-active-p, activate-mark
12329         and deactivate-mark (bug#14225).
12331         * simple.el (deactivate-mark): Don't inline it.
12333 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
12335         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
12337 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
12339         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
12340         file extensions from the archive-mode entry in order to prefer
12341         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
12343 2013-04-18  Leo Liu  <sdl.web@gmail.com>
12345         * bindings.el (help-event-list): Add ?\?.
12347 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12349         * subr.el (with-wrapper-hook): Declare obsolete.
12350         * simple.el (filter-buffer-substring-function): New hook.
12351         (filter-buffer-substring): Use it.
12352         (filter-buffer-substring-functions): Mark obsolete.
12353         * minibuffer.el (completion-in-region-function): New hook.
12354         (completion-in-region): Use it.
12355         (completion-in-region-functions): Mark obsolete.
12356         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
12357         * abbrev.el (abbrev-expand-function): New hook.
12358         (expand-abbrev): Use it.
12359         (abbrev-expand-functions): Mark obsolete.
12360         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
12361         and :filter-return.
12363 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12365         * progmodes/python.el (python-nav--syntactically): Fix cornercases
12366         and do not care about match data.
12368 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12370         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
12371         completion tables when completing error conditions and
12372         `declare' arguments.
12373         (lisp-complete-symbol, field-complete): Mark as obsolete.
12374         (check-parens): Unmatched parens are user errors.
12375         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
12377 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
12379         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
12380         command changed buffer (ie. `flyspell-pre-buffer' is not current
12381         buffer), which prevents making decisions based on invalid value of
12382         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
12383         cause an error when `flyspell-pre-point' was nil after switching
12384         buffers.
12385         (flyspell-post-command-hook): No longer needs to change buffers when
12386         checking pre-word.  While at it remove unnecessary progn.
12388 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
12390         * textmodes/ispell.el (ispell-add-per-file-word-list):
12391         Fix `flyspell-correct-word-before-point' error when accepting
12392         words and `coment-padding' is an integer by using
12393         `comment-normalize-vars' (Bug #14214).
12395 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12397         New defun movement commands.
12398         * progmodes/python.el (python-nav--syntactically)
12399         (python-nav--forward-defun, python-nav-backward-defun)
12400         (python-nav-forward-defun): New functions.
12402 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12404         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
12405         (python-syntax-context): Use named compiler-macro for backwards
12406         compatibility with Emacs 24.x.
12408 2013-04-17  Leo Liu  <sdl.web@gmail.com>
12410         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
12411         octave-hide-process-buffer.
12413 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12415         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
12416         (bug#14216).
12418 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
12420         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
12421         Fix adjustment of offset when receiving incomplete responses from GDB
12422         (bug#14129).
12424 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12426         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
12427         python-mode-abbrev-table.
12428         (python-skeleton-define): Adjust accordingly.
12429         (python-mode-abbrev-table): New table that inherits from it so that
12430         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
12432         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
12433         (abbrev-symbol): Use it.
12434         (abbrev--before-point): Use it since we already handle inheritance.
12436 2013-04-16  Leo Liu  <sdl.web@gmail.com>
12438         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
12439         binding to info-lookup-symbol.
12441 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
12443         * minibuffer.el (completion--twq-all):
12444         * term/ns-win.el (ns-initialize-window-system):
12445         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
12447 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12449         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
12450         global bindings.
12452         * doc-view.el (doc-view-start-process): Handle url-handler directories.
12454 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
12456         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
12457         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
12458         to nil.
12459         (ruby-end-of-defun): Remove the unused arg, change the docstring
12460         to reflect that this function is only used as the value of
12461         `end-of-defun-function'.
12462         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
12463         to reflect an earlier change that beginning/end-of-defun functions
12464         jump between methods in a class definition, as well as top-level
12465         functions.
12467 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12469         * minibuffer.el (minibuffer-complete): Don't just scroll
12470         a *Completions* that's been iconified.
12471         (minibuffer-force-complete): Make sure repetitions do cycle when going
12472         through completion-in-region -> minibuffer-complete.
12474 2013-04-15  Alan Mackenzie  <acm@muc.de>
12476         Correct the placement of c-cpp-delimiters when there're #s not at
12477         col 0.
12479         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
12480         place a submatch around the #.
12481         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
12482         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
12483         on the #, not BOL.
12485 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12487         * emacs-lisp/nadvice.el: Properly test names when adding advice.
12488         (advice--member-p): New arg `name'.
12489         (advice--add-function, advice-member-p): Use it (bug#14202).
12491 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
12493         Reformulate java imenu-generic-expression.
12494         The old expression contained ill formed regexps.
12496         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12497         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12498         (cc-imenu-java-method-arg-regexp): New defconsts.
12499         (cc-imenu-java-build-type-args-regex): New defun.
12500         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12501         handling of spaces in the regexp.
12503 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12505         * textmodes/ispell.el (ispell-command-loop): Remove
12506         flyspell highlight of a word when ispell accepts it (bug #14178).
12508 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
12510         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12511         uses code from the previous `ange-ftp-run-real-handler'.
12512         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12513         only in case that function exist.  This is needed for proper
12514         unloading of Tramp.
12516 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
12518         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12520         * textmodes/reftex.el (reftex-compile-variables): Use it.
12522 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12524         * files.el (normal-mode): Only use default major-mode if no other mode
12525         was specified.
12527         * emacs-lisp/trace.el (trace-values): New function.
12529         * files.el: Allow : in local variables (bug#14089).
12530         (hack-local-variable-regexp): New var.
12531         (hack-local-variables-prop-line, hack-local-variables): Use it.
12533 2013-04-13  Roland Winkler  <winkler@gnu.org>
12535         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
12536         data before it gets modified by bibtex-beginning-of-entry.
12538 2013-04-13  Roland Winkler  <winkler@gnu.org>
12540         * textmodes/bibtex.el (bibtex-url): Doc fix.
12542 2013-04-13  Roland Winkler  <winkler@gnu.org>
12544         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12545         does not visit a BibTeX file, exclude it from the list of buffers
12546         returned by bibtex-initialize.
12548 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
12550         * window.el (split-window): Remove interactive form, since as a
12551         command this function is a special case of split-window-below.
12552         Correct doc string.
12554 2013-04-12  Roland Winkler  <winkler@gnu.org>
12556         * faces.el (read-face-name): Do not override value of arg default.
12557         Allow single faces and strings as default values.  Remove those
12558         elements from return value that are not faces.
12559         (describe-face): Simplify.
12560         (face-at-point): New optional args thing and multiple so that this
12561         function can provide the same functionality previously provided by
12562         read-face-name.
12563         (make-face-bold, make-face-unbold, make-face-italic)
12564         (make-face-unitalic, make-face-bold-italic, invert-face)
12565         (modify-face, read-face-and-attribute): Use face-at-point.
12567         * cus-edit.el (customize-face, customize-face-other-window)
12568         * cus-theme.el (custom-theme-add-face)
12569         * face-remap.el (buffer-face-set)
12570         * facemenu.el (facemenu-set-face): Use face-at-point.
12572 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
12574         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12576 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
12578         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12579         off leading { and trailing } from field values.
12581 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12583         * emacs-lisp/timer.el (timer--check): New function.
12584         (timer--time, timer-set-function, timer-event-handler): Use it.
12585         (timer-set-idle-time): Simplify.
12586         (timer--activate): CSE.
12587         (timer-event-handler): Give more info in error message.
12588         (internal-timer-start-idle): New function, moved from C.
12590         * mpc.el (mpc-proc): Add `restart' argument.
12591         (mpc-proc-cmd): Use it.
12592         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12593         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12594         less often.
12596 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
12598         * progmodes/sh-script.el: Implement `sh-mode' own
12599         `add-log-current-defun-function' (bug#14112).
12600         (sh-current-defun-name): New function.
12601         (sh-mode): Use the function.
12603 2013-04-09  Bastien Guerry  <bzg@gnu.org>
12605         * simple.el (choose-completion-string): Fix docstring (bug#14163).
12607 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12609         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12611         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12612         timer (bug#14156).
12614 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
12616         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12617         declaration.
12619 2013-04-07  Leo Liu  <sdl.web@gmail.com>
12621         * pcmpl-x.el: New file.
12623 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
12625         Do not set x-display-name until X connection is established.
12626         This is needed to prevent from weird situation described at
12627         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
12628         * frame.el (make-frame): Set x-display-name after call to
12629         window system initialization function, not before.
12630         * term/x-win.el (x-initialize-window-system): Add optional
12631         display argument and use it.
12632         * term/w32-win.el (w32-initialize-window-system):
12633         * term/ns-win.el (ns-initialize-window-system):
12634         * term/pc-win.el (msdos-initialize-window-system):
12635         Add compatible optional display argument.
12637 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
12639         * files.el (normal-backup-enable-predicate): On MS-Windows and
12640         MS-DOS compare truenames of temporary-file-directory and of the
12641         file, so that 8+3 aliases (usually found in $TEMP on Windows)
12642         don't fail comparison by compare-strings.  Also, compare file
12643         names case-insensitively on MS-Windows and MS-DOS.
12645 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12647         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
12648         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
12650 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
12652         * whitespace.el (whitespace-color-on, whitespace-color-off):
12653         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
12655 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
12657         * ispell.el (ispell-set-spellchecker-params):
12658         Really set `ispell-args' for all equivs.
12660 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12662         * ido.el (ido-completions): Use extra elements of ido-decorations
12663         (bug#14143).
12664         (ido-decorations): Update docstring.
12666 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
12668         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12669         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
12670         nil during initialization, in order not to miss changes since the
12671         file was opened.  (Bug#14140)
12673 2013-04-05  Leo Liu  <sdl.web@gmail.com>
12675         * kmacro.el (kmacro-call-macro): Fix bug#14135.
12677 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
12679         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
12681 2013-04-04  Glenn Morris  <rgm@gnu.org>
12683         * electric.el (electric-pair-inhibit-predicate): Add :version.
12685 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12687         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
12688         when a package is required several times (bug#14082).
12690 2013-04-04  Roland Winkler  <winkler@gnu.org>
12692         * faces.el (read-face-name): Behave as promised by the docstring.
12693         Assume that arg default is a list of faces.
12694         (describe-face): Call read-face-name with list of default faces.
12696 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12698         * bookmark.el: Fix deletion of bookmarks (bug#13972).
12699         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
12700         (bookmark-bmenu-execute-deletions): Only skip first line if it's
12701         the header.
12702         (bookmark-exit-hook-internal): Save even if list is empty.
12704 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
12706         * emacs-lisp/package.el (package-pinned-packages): New var.
12707         (package--add-to-archive-contents): Obey it (bug#14118).
12709 2013-04-03  Alan Mackenzie  <acm@muc.de>
12711         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
12712         Also adapt to the new values of element 7 of a parse state.
12714         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
12715         parameter `not-in-delimiter'.  Handle being inside comment opener.
12716         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
12717         character in case we're typing a '*' after a '/'.
12718         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
12719         instead by passing the parameter to c-state-pp-to-literal.
12721         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
12722         for elt. 7 of a parse state.
12724 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
12726         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
12727         * international/latin1-disp.el, international/mule-util.el:
12728         * language/cyril-util.el, language/european.el, language/ind-util.el:
12729         * language/lao-util.el, language/thai.el, language/tibet-util.el:
12730         * language/tibetan.el, language/viet-util.el:
12731         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
12733 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12735         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
12736         (electric-pair-post-self-insert-function): Use it.
12737         (electric-pair-default-inhibit): New function, extracted from
12738         electric-pair-post-self-insert-function.
12740 2013-03-31  Roland Winkler  <winkler@gnu.org>
12742         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
12744 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12746         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
12748 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
12750         Un-indent after "pass" and "return" statements (Bug#13888)
12751         * progmodes/python.el (python-indent-block-enders): New var.
12752         (python-indent-calculate-indentation): Use it.
12754 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
12756         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
12757         defun.  Defining it as defalias could introduce too eager
12758         byte-compiler optimization.  (Bug#14030)
12760 2013-03-30  Chong Yidong  <cyd@gnu.org>
12762         * iswitchb.el (iswitchb-read-buffer): Fix typo.
12764 2013-03-30  Leo Liu  <sdl.web@gmail.com>
12766         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
12767         (kmacro-execute-from-register): Pass the keyboard macro to
12768         kmacro-call-macro or repeating won't work correctly.
12770 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
12772         * progmodes/subword.el: Back to using `forward-symbol'.
12774         * subr.el (forward-whitespace, forward-symbol)
12775         (forward-same-syntax): Move from thingatpt.el.
12777 2013-03-29  Leo Liu  <sdl.web@gmail.com>
12779         * kmacro.el (kmacro-to-register): New command.
12780         (kmacro-execute-from-register): New function.
12781         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
12783 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12785         * mpc.el: Use defvar-local and setq-local.
12786         (mpc--proc-connect): Connection failures are not bugs.
12787         (mpc-mode-map): `follow-link' only applies to the buffer's content.
12788         (mpc-volume-map): Bind to the up-events.
12790 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12792         * progmodes/subword.el (superword-mode): Use `forward-sexp'
12793         instead of `forward-symbol'.
12795 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12797         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
12798         (edebug--recursive-edit): Use it.
12799         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
12800         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
12802 2013-03-28  Leo Liu  <sdl.web@gmail.com>
12804         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
12806 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
12808         * facemenu.el (list-colors-callback): New defvar.
12809         (list-colors-redisplay): New function.
12810         (list-colors-display): Install list-colors-redisplay as the
12811         revert-buffer-function.  (Bug#14063)
12813 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12815         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
12816         and suffixes don't overlap (bug#14061).
12818         * case-table.el: Use lexical-binding.
12819         (case-table-get-table): New function.
12820         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
12822 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12824         * progmodes/subword.el: Add `superword-mode' to do word motion
12825         over symbol_words (parallels and leverages `subword-mode' which
12826         does word motion inside MixedCaseWords).
12828 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
12830         * eshell/em-unix.el: Move su and sudo to...
12831         * eshell/em-tramp.el: ...Eshell tramp module.
12833 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12835         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
12836         Change return value to be a sexp.  Delay `get-buffer' to after
12837         restoring the desktop (bug#13951).
12839 2013-03-26  Leo Liu  <sdl.web@gmail.com>
12841         * register.el: Move semantic tag handling back to
12842         cedet/semantic/senator.el.  (Bug#14052)
12844 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12846         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
12847         into the prompt either (bug#13963).
12849 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12851         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
12852         part of "(error-foo)".
12854 2013-03-24  Juri Linkov  <juri@jurta.org>
12856         * replace.el (list-matching-lines-prefix-face): New defcustom.
12857         (occur-1): Pass `list-matching-lines-prefix-face' to the function
12858         `occur-engine' if `face-differs-from-default-p' returns t.
12859         (occur-engine): Add `,' inside backquote construct to evaluate
12860         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
12861         Pass `prefix-face' to the functions `occur-context-lines' and
12862         `occur-engine-add-prefix'.
12863         (occur-engine-add-prefix, occur-context-lines): Add optional arg
12864         `prefix-face' and propertize the prefix with `prefix-face'.
12865         (Bug#14017)
12867 2013-03-24  Leo Liu  <sdl.web@gmail.com>
12869         * nxml/rng-valid.el (rng-validate-while-idle)
12870         (rng-validate-quick-while-idle): Guard against deleted buffer.
12871         (Bug#13999)
12873         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
12874         is the last entry in kill-buffer-hook.
12876         * files.el (kill-buffer-hook): Doc fix.
12878 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
12880         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
12881         Make it safe-local.
12883         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
12885 2013-03-23  Leo Liu  <sdl.web@gmail.com>
12887         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
12888         Remove.
12890         * nxml/rng-valid.el (rng-validate-mode)
12891         (rng-after-change-function, rng-do-some-validation):
12892         * nxml/rng-maint.el (rng-validate-buffer):
12893         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
12894         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
12895         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
12896         (nxml-extend-after-change-region): Use with-silent-modifications.
12898         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
12899         timer-idle-list.
12901         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
12902         (rng-next-error-1, rng-previous-error-1): Do not let-bind
12903         timer-idle-list.  (Bug#13999)
12905 2013-03-23  Juri Linkov  <juri@jurta.org>
12907         * info.el (info-index-match): New face.
12908         (Info-index, Info-apropos-matches): Add a nested subgroup to the
12909         main pattern and add text properties with the new face to matches
12910         in index entries relative to the beginning of the index entry.
12911         (Bug#14015)
12913 2013-03-21  Eric Ludlam  <zappo@gnu.org>
12915         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
12916         Inhibit read only while inserting objects.
12918 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12920         * progmodes/cfengine.el: Update docs to mention
12921         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
12922         symbol motion.  Remove "_" from the word syntax.
12924 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
12926         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
12927         syntax for both `cfengine2-mode' and `cfengine3-mode'.
12929 2013-03-20  Juri Linkov  <juri@jurta.org>
12931         * info.el (Info-next-reference-or-link)
12932         (Info-prev-reference-or-link): New functions.
12933         (Info-next-reference, Info-prev-reference): Use them.
12934         (Info-try-follow-nearest-node): Handle footnote navigation.
12935         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
12937 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12939         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
12940         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
12942 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
12944         Suppress unnecessary non-ASCII chatter during build process.
12945         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
12946         (batch-skkdic-convert): Suppress most of the chatter.
12947         It's not needed so much now that machines are faster,
12948         and its non-ASCII component was confusing; see Dmitry Gutov in
12949         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
12951 2013-03-20  Leo Liu  <sdl.web@gmail.com>
12953         * ido.el (ido-chop): Fix bug#10994.
12955 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
12957         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
12958         Remove vars.
12959         (whitespace-color-on, whitespace-color-off):
12960         Use `font-lock-fontify-buffer' (Bug#13817).
12962 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12964         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
12965         remapping in mode-line.
12966         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
12968 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
12970         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
12971         value for `whitespace-line' face (Bug#13875).
12972         (whitespace-font-lock-keywords): Change description.
12973         (whitespace-color-on): Don't save `font-lock-keywords' value, save
12974         the constructed keywords instead.
12975         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
12977 2013-03-19  Leo Liu  <sdl.web@gmail.com>
12979         * progmodes/compile.el (compilation-display-error): New command.
12980         (compilation-mode-map, compilation-minor-mode-map): Bind it to
12981         C-o.  (Bug#13992)
12983 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12985         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
12987 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
12989         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
12991 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
12993         * net/tramp-compat.el (tramp-compat-user-error): New defun.
12995         * net/tramp-adb.el (tramp-adb-handle-shell-command):
12996         * net/tramp-gvfs.el (top):
12997         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
12998         (tramp-handle-shell-command): Use it.
12999         (tramp-dissect-file-name): Raise an error when hostname is a
13000         method name, and neither method nor user is specified.
13002         * net/trampver.el: Update release number.
13004 2013-03-18  Leo Liu  <sdl.web@gmail.com>
13006         Make sure eldoc can be turned off properly.
13007         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13008         eldoc-mode.
13009         (eldoc-display-message-p): Revert last change.
13010         (eldoc-display-message-no-interference-p)
13011         (eldoc-print-current-symbol-info): Tweak.
13013 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
13015         * doc-view.el (doc-view-new-window-function): Check the new window
13016         overlay's display property instead the char property of the
13017         buffer's first char.  Use `with-selected-window' instead of
13018         `save-window-excursion' with `select-window'.
13019         (doc-view-document->bitmap): Check the current doc-view overlay's
13020         display property instead the char property of the buffer's first char.
13022 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13024         Automate the build of ja-dic.el (Bug#13984).
13025         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13026         from the input, rather than assume that it's been done for us by the
13027         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
13028         the current date into a ja-dic.el comment, as that complicates
13029         regression testing.
13031 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13033         * whitespace.el: Fix double evaluation.
13034         (whitespace-space, whitespace-hspace, whitespace-tab)
13035         (whitespace-newline, whitespace-trailing, whitespace-line)
13036         (whitespace-space-before-tab, whitespace-indentation)
13037         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13038         obsolete defvars.
13039         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13040         (whitespace-color-on): Use a single font-lock-add-keywords call.
13041         Fix double-evaluation of face variables.
13043 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
13045         * net/tramp-adb.el (tramp-adb-parse-device-names):
13046         Use `start-process' instead of `call-process'.  Otherwise, the
13047         function might be blocked under MS Windows.  (Bug#13299)
13049 2013-03-17  Leo Liu  <sdl.web@gmail.com>
13051         Extend eldoc to display info in the mode-line.  (Bug#13978)
13052         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13053         (eldoc-mode-line-string): New variable.
13054         (eldoc-minibuffer-message): New function.
13055         (eldoc-message-function): New variable.
13056         (eldoc-message): Use it.
13057         (eldoc-display-message-p)
13058         (eldoc-display-message-no-interference-p):
13059         Support eldoc-post-insert-mode.
13061         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13062         (eval-expression): Run it.
13064 2013-03-17  Roland Winkler  <winkler@gnu.org>
13066         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13067         strings in the list of return values.
13069 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
13071         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13072         radix before checking for HMS forms.
13074 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13076         * progmodes/scheme.el: Add indentation and font-locking for λ.
13077         (Bug#13975)
13079 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13081         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13082         token before point (bug#13942).
13084 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13086         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
13088 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
13090         * startup.el (command-line-normalize-file-name): Fix handling of
13091         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
13092         <xfq.free@gmail.com> in
13093         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13095 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
13097         Sync with Tramp 2.2.7.
13099         * net/trampver.el: Update release number.
13101 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
13103         * doc-view.el: Fix bug#13887.
13104         (doc-view-insert-image): Don't modify overlay associated to
13105         non-live windows, and implement horizontal centering of image in
13106         case it's smaller than the window.
13107         (doc-view-new-window-function): Force redisplay of new windows on
13108         doc-view buffers.
13110 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
13112         * saveplace.el (save-place-alist-to-file): Don't sort
13113         `save-place-alist', just pretty-print it (bug#13882).
13115 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
13117         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13118         Check whether `default-file-name-coding-system' is bound.
13119         It isn't in XEmacs.
13121 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13123         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13124         backquotes for `obsolete' (bug#13929).
13126         * international/mule.el (find-auto-coding): Include file name in
13127         obsolescence warning (bug#13922).
13129 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13131         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13132         for CFEngine 3-specific indentation.
13133         (cfengine3-indent-line): Use it.  Fix up category regex.
13134         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13136 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13138         * type-break.el (type-break-file-name):
13139         * textmodes/remember.el (remember-data-file):
13140         * strokes.el (strokes-file):
13141         * shadowfile.el (shadow-initialize):
13142         * saveplace.el (save-place-file):
13143         * ps-bdf.el (bdf-cache-file):
13144         * progmodes/idlwave.el (idlwave-config-directory):
13145         * net/quickurl.el (quickurl-url-file):
13146         * international/kkc.el (kkc-init-file-name):
13147         * ido.el (ido-save-directory-list-file):
13148         * emulation/viper.el (viper-custom-file-name):
13149         * emulation/vip.el (vip-startup-file):
13150         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13151         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13153 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
13155         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13156         * language/thai-word.el: Switch to UTF-8.
13158 See ChangeLog.16 for earlier changes.
13160 ;; Local Variables:
13161 ;; coding: utf-8
13162 ;; End:
13164   Copyright (C) 2011-2014 Free Software Foundation, Inc.
13166   This file is part of GNU Emacs.
13168   GNU Emacs is free software: you can redistribute it and/or modify
13169   it under the terms of the GNU General Public License as published by
13170   the Free Software Foundation, either version 3 of the License, or
13171   (at your option) any later version.
13173   GNU Emacs is distributed in the hope that it will be useful,
13174   but WITHOUT ANY WARRANTY; without even the implied warranty of
13175   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13176   GNU General Public License for more details.
13178   You should have received a copy of the GNU General Public License
13179   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.