Remove URL syntax.
[emacs.git] / lisp / ChangeLog
blob03352a93e6fbd209e57c412b69a4f91db51cf9ae
1 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
3         Remove URL syntax.
5         * net/tramp.el (tramp-syntax, tramp-prefix-format)
6         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8         (tramp-postfix-host-format, tramp-file-name-regexp)
9         (tramp-completion-file-name-regexp)
10         (tramp-completion-dissect-file-name)
11         (tramp-handle-substitute-in-file-name): Remove 'url case.
12         (tramp-file-name-regexp-url)
13         (tramp-completion-file-name-regexp-url): Remove constants.
15 2013-09-06  Glenn Morris  <rgm@gnu.org>
17         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
19 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
21         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
22         keywords" below "here-doc beginnings" (Bug#15270).
24 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * subr.el (pop): Use `car-safe'.
27         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
28         to detect unused `pop' return value.
30         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
31         var `block-regexp'.
32         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
33         (python-fill-string): Remove unused var `marker'.
34         (python-skeleton-add-menu-items): Remove unused var `items'.
36         * international/mule-cmds.el: Require CL.
37         (find-coding-systems-for-charsets): Avoid add-to-list.
38         (sanitize-coding-system-list): New function, extracted from
39         select-safe-coding-system-interactively.
40         (select-safe-coding-system-interactively): Use it.
41         (read-input-method-name): Accept symbols for `default'.
43         * emacs-lisp/advice.el (defadvice): Add indent rule.
45 2013-09-05  Daniel Hackney  <dan@haxney.org>
47         * dired-x.el:
48         * net/ange-ftp.el:
49         * net/browse-url.el:
50         * net/dbus.el:
51         * net/eudc.el:
52         * net/eudcb-ldap.el:
53         * net/eww.el:
54         * net/imap.el:
55         * printing.el:
56         * vc/ediff-diff.el:
57         * vc/ediff-init.el:
58         * vc/ediff-merg.el:
59         * vc/ediff-mult.el:
60         * vc/ediff-util.el:
61         * vc/ediff-wind.el:
62         * vc/ediff.el:
63         * vc/emerge.el:
64         * vc/pcvs.el:
65         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
66         byte compiler.  Remove some unused let-bound variables.
68 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
70         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
71         a "ref-cell", since it gets better optimized (bug#14883).
73 2013-09-05  Glenn Morris  <rgm@gnu.org>
75         * progmodes/cc-awk.el (c-forward-sws): Declare.
77 2013-09-04  Glenn Morris  <rgm@gnu.org>
79         * generic-x.el [rul-generic-mode]: Require cc-mode.
80         (c++-mode-syntax-table): Declare.
81         (rul-generic-mode-syntax-table): Init in the defvar.
83 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
85         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
86         (vc-do-command, vc-set-async-update):
87         * vc/vc-mtn.el (vc-mtn-dir-status):
88         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
89         (vc-hg-pull, vc-hg-merge-branch):
90         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
91         (vc-git-merge-branch):
92         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
93         (vc-cvs-dir-status-files):
94         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
95         (vc-bzr-dir-status-files):
96         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
97         * vc/vc-annotate.el: Use lexical-binding.
98         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
99         (vc-sentinel-movepoint): Declare.
100         (vc-annotate): Don't use `goto-line'.
101         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
102         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
103         (vc-sentinel-movepoint): Declare.
104         * vc/vc-svn.el: Use lexical-binding.
105         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
106         * vc/vc-sccs.el:
107         * vc/vc-rcs.el: Use lexical-binding.
109         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
110         `deleted'.  Don't drop errors silently.
112         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
114 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
116         * vc/vc.el (vc-ignore): Rewrite.
117         (vc-default-ignore): New function.
118         (vc-default-ignore-completion-table): Use find-ignore-file.
120         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
121         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
122         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
123         Remove.  Most code moved to vc.el.
125 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
127         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
128         * net/tramp-smb.el (tramp-smb-get-file-entries):
129         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
130         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
132         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
133         Update call to it.
134         (eww-change-select): Remove unused var `properties'.
135         (eww-make-unique-file-name): Remove unused var `base'.
137         * finder.el (finder-compile-keywords): Don't mess with windows.
139         * calculator.el (calculator-funcall): Fix typo in last change.
141         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
143         * emacs-lisp/package.el (package-activate-1): Don't let a missing
144         <pkg>-autoloads.el file stop us.
146         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
147         warnings, and factor out common code.
149 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
151         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
152         two-character operators and whether the character preceding them
153         changes their meaning (Bug#15208).
155 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
157         Format code sent to Python shell for robustness.
158         * progmodes/python.el (python-shell-buffer-substring):
159         New function.
160         (python-shell-send-region, python-shell-send-buffer): Use it.
162 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
164         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
165         * net/tramp.el (tramp-user-error): ... here.
166         (tramp-find-method, tramp-check-proper-host)
167         (tramp-dissect-file-name, tramp-debug-message)
168         (tramp-handle-shell-command):
169         * net/tramp-adb.el (tramp-adb-handle-shell-command):
170         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
172         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
174 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
176         * avoid.el (mouse-avoidance-point-position)
177         (mouse-avoidance-too-close-p): Handle case where posn-at-point
178         returns nil.
180 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
182         * progmodes/python.el (python-shell-completion-get-completions):
183         Drop use of deleted `comint-last-prompt-overlay'.
184         (python-nav-if-name-main): New command.
186 2013-09-01  Glenn Morris  <rgm@gnu.org>
188         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
189         Avoid leading space in $wins.  Otherwise the sed command used by
190         eg compile-main ends up containing "/*.el".  (Bug#15170)
192         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
194 2013-08-30  Glenn Morris  <rgm@gnu.org>
196         * emacs-lisp/bytecomp.el (byte-recompile-directory):
197         Fix is-this-a-directory logic.  (Bug#15220)
199 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
201         * textmodes/css-mode.el: Use SMIE.
202         (css-smie-grammar): New var.
203         (css-smie--forward-token, css-smie--backward-token)
204         (css-smie-rules): New functions.
205         (css-mode): Use them.
206         (css-navigation-syntax-table): Remove var.
207         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
208         (css-indent-calculate, css-indent-line): Remove functions.
210         Misc changes to reduce use of `(lambda...); and other cleanups.
211         * cus-edit.el: Use lexical-binding.
212         (customize-push-and-save, customize-apropos)
213         (custom-buffer-create-internal): Use closures.
214         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
215         * progmodes/ada-xref.el: Use setq.
216         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
217         * dframe.el: Use lexical-binding.
218         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
219         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
220         * descr-text.el: Use lexical-binding.
221         (describe-text-widget, describe-text-sexp, describe-property-list):
222         Use closures.
223         * comint.el (comint-history-isearch-push-state): Use a closure.
224         * calculator.el: Use lexical-binding.
225         (calculator-number-to-string): Make it work with lexical-binding.
226         (calculator-funcall): Same and use cl-letf.
228         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
229         (lisp--company-doc-string, lisp--company-location): New functions.
230         (lisp-completion-at-point): Use them to improve Company support.
232         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
233         params of lambda expressions.
234         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
235         (ruby-smie--opening-pipe-p): New function.
236         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
237         symbols and matched |...| for formal params.
238         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
239         from being treated as hanging.  Handle "rescue".
241 2013-08-29  Glenn Morris  <rgm@gnu.org>
243         * progmodes/cc-engine.el (c-pull-open-brace):
244         Move definition before use.
246 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
248         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
249         are immutable.  Don't use `unsafe' any more.
250         (cl--defsubst-expand): Don't substitute at the same time as keeping
251         a residual unused let-binding.  Don't use `unsafe' any more.
253 2013-08-29  Glenn Morris  <rgm@gnu.org>
255         * calendar/cal-china.el (calendar-chinese-year-cache):
256         Recenter on 2015.
258         * nxml/nxml-util.el (nxml-debug-clear-inside):
259         Use cl-loop rather than loop.
261         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
263         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
265 2013-08-28  Glenn Morris  <rgm@gnu.org>
267         * progmodes/antlr-mode.el: No need to require cc-mode twice.
269         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
271         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
273 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * simple.el (repeat-complex-command--called-interactively-skip):
276         New function.
277         (repeat-complex-command): Use it (bug#14136).
279         * progmodes/cc-mode.el: Minor cleanup of var declarations.
280         (c-define-abbrev-table): Add `doc' argument.
281         (c-mode-abbrev-table, c++-mode-abbrev-table)
282         (objc-mode-abbrev-table, java-mode-abbrev-table)
283         (idl-mode-abbrev-table, pike-mode-abbrev-table)
284         (awk-mode-abbrev-table): Use it.
285         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
286         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
287         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
288         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
289         Move initialization into the declaration; and remove any
290         autoload cookie.
292         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
293         and dynamic let binding.
295         * vc/smerge-mode.el: Remove redundant :group args.
297         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
298         to load-path.
300 2013-08-28  Juri Linkov  <juri@jurta.org>
302         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
303         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
304         (isearch-other-meta-char): Handle an undefined shifted printing
305         character by downshifting it.  (Bug#15200)
307 2013-08-28  Juri Linkov  <juri@jurta.org>
309         * isearch.el (isearch-search): Change regexp error message for
310         non-regexp searches.  (Bug#15166)
312 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
314         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
315         for portability to hosts where /bin/sh has problems.
317 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
319         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
321 2013-08-27  Juri Linkov  <juri@jurta.org>
323         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
324         in the keyboard macro.  (Bug#15126)
326 2013-08-27  Juri Linkov  <juri@jurta.org>
328         * isearch.el (isearch-quote-char): Comment out converting unibyte
329         to multibyte, thus syncing with its `quoted-insert' counterpart.
330         (Bug#15166)
332 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
334         * window.el (display-buffer-use-some-window): Add missing
335         argument in call of get-largest-window (Bug#15185).
336         Reported by Stephen Leake.
338 2013-08-27  Glenn Morris  <rgm@gnu.org>
340         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
342 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * progmodes/python.el (python-font-lock-keywords): Don't return nil
345         from a matcher-function unless there's no more matches (bug#15161).
347 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
349         * minibuffer.el: Revert change from 2013-08-20.
351         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
352         with text property `tramp-default', if appropriate.
353         (tramp-check-proper-host): New defun.
354         (tramp-dissect-file-name): Do not check hostname.  Revert change
355         of 2013-03-18.
356         (tramp-backtrace): Make VEC-OR-PROC optional.
358         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
359         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
360         * net/tramp-sh.el (tramp-maybe-open-connection):
361         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
362         Apply `tramp-check-proper-host'.
364 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
366         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
367         lambda expression in order to have `describe-variable' display it.
369 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
371         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
372         BUF can be optional.  (Bug#15186)
374 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
376         * progmodes/flymake.el (flymake-get-real-file-name-function):
377         Fix broken customization.  (Bug#15184)
379 2013-08-25  Alan Mackenzie  <acm@muc.de>
381         Improve indentation of bracelists defined by macros (without "=").
383         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
384         expansion begins with "{", regard it as bracelist when it doesn't
385         contain a ";".
387         Parse C++ inher-intro when there's a template split over 2 lines.
389         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
390         rigorously the search for "class" etc. followed by ":".
392         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
393         random languages a regexp which never matches rather than nil.
395         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
397         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
398         (c-awk-regexp-one-line-possibly-open-char-list-re)
399         (c-awk-one-line-possibly-open-regexp-re)
400         (c-awk-one-line-non-syn-ws*-re): Remove.
401         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
402         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
403         (c-awk-space*-unclosed-regexp-/-re): New constants.
404         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
405         aren't regexp delimiters.
407         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
408         handling for a rare situation in AWK Mode involving unterminated
409         strings/regexps.
411 2013-08-23  Glenn Morris  <rgm@gnu.org>
413         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
415         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
417         * files.el (create-file-buffer): If the result would begin with
418         spaces, prepend a "|" instead of removing them.  (Bug#15162)
420 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
422         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
423         text-properties (bug#15155).
425         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
426         exist any more.
427         (calc-keypad-redraw): Remove unused var `pad'.
428         (calc-keypad-press): Remove unused var `menu'.
430 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
432         * window.el (display-buffer-pop-up-frame):
433         Call pop-up-frame-function with BUFFER current so `make-frame' will
434         use it as the new frame's buffer (Bug#15133).
436 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
438         * calendar/timeclock.el: Minor cleanups.
439         (timeclock-ask-before-exiting, timeclock-use-display-time):
440         Use `symbol'.
441         (timeclock-modeline-display): Define as alias before the
442         actual definition.
443         (timeclock-mode-line-display): Use define-minor-mode.
444         (timeclock-day-list-template): Make it a function, add an argument.
445         (timeclock-day-list-required, timeclock-day-list-length)
446         (timeclock-day-list-debt, timeclock-day-list-span)
447         (timeclock-day-list-break): Adjust calls accordingly.
449 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
451         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
452         Use read--expression so that completion works again.
454 2013-08-21  Sam Steingold  <sds@gnu.org>
456         Add rudimentary inferior shell interaction
457         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
458         (sh-set-shell): Reset it.
459         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
460         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
462 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
464         * align.el: Use lexical-binding.
465         (align-region): Simplify accordingly.
467 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
469         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
471         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
472         `non-essential' up.
474 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
476         * net/tramp.el:
477         * net/tramp-adb.el:
478         * net/tramp-cmds.el:
479         * net/tramp-ftp.el:
480         * net/tramp-gvfs.el:
481         * net/tramp-gw.el:
482         * net/tramp-sh.el: Don't wrap external variable declarations by
483         `eval-when-compile'.
485 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
488         now that Emacs supports ImageMagick animations.
490 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
492         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
493         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
495 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
497         * window.el (mouse-autoselect-window-select): Do autoselect when
498         mouse pointer is on margin.
500 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
502         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
504 2013-08-16  Glenn Morris  <rgm@gnu.org>
506         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
507         Handle "Remote Directory" response of some clients.  (Bug#15058)
509         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
510         Tweak warning.  (Bug#14926)
512         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
513         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
515         * image-mode.el (image-mode-map): Add menu items to reverse,
516         increase, decrease, reset animation speed.
517         (image--set-speed, image-increase-speed, image-decrease-speed)
518         (image-reverse-speed, image-reset-speed): New functions.
519         (image-mode-map): Add bindings for speed commands.
521         * image.el (image-animate-get-speed, image-animate-set-speed):
522         New functions.
523         (image-animate-timeout): Respect image :speed property.
525 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
527         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
528         previous line (bug#15101).
529         (debugger-eval-expression, debugger-record-expression):
530         Use read--expression (bug#15102).
532 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
534         Remove byte compiler warnings, visible when compiling with
535         `byte-compile-force-lexical-warnings' set to t.
537         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
538         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
539         (tramp-handle-unhandled-file-name-directory)
540         (tramp-handle-file-notify-add-watch, tramp-action-login)
541         (tramp-action-succeed, tramp-action-permission-denied)
542         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
543         arguments with "_".
545         * net/tramp-adb.el (tramp-adb-parse-device-names)
546         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
547         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
548         (tramp-adb-handle-file-truename): Remove unused arguments.
550         * net/tramp-cache.el (tramp-flush-directory-property)
551         (tramp-flush-connection-property, tramp-list-connections)
552         (tramp-parse-connection-properties): Prefix unused arguments with "_".
554         * net/tramp-compat.el (tramp-compat-make-temp-file):
555         Rename FILENAME to F.
557         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
558         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
559         (tramp-zeroconf-parse-workstation-device-names)
560         (tramp-zeroconf-parse-webdav-device-names)
561         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
563         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
564         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
566         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
567         arguments.
568         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
569         (tramp-sh-handle-insert-file-contents-literally)
570         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
571         with "_".
572         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
573         Remove unused variables.
575         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
576         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
577         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
579         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
580         Make them a defconst.
581         (tramp-uuencode-region): Remove unused variable.
583 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
585         * frameset.el (frameset--prop-setter): New function.
586         (frameset-prop): Add gv-setter declaration.
587         (frameset-filter-minibuffer): Deal with the case that the minibuffer
588         parameter was already set in FILTERED.  Doc fix.
589         (frameset--record-minibuffer-relationships): Allow saving a
590         minibufferless frame without its corresponding minibuffer frame.
591         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
592         frame, if the frame id matches.
593         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
594         frames before orphaned ones.
595         (frameset-restore): Warn about orphaned windows, instead of error out.
597 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
599         * window.el (window-make-atom): Don't overwrite parameter
600         already present.
601         (display-buffer-in-atom-window): Handle special case where we
602         split an already atomic window.
603         (window--major-non-side-window, display-buffer-in-side-window)
604         (window--side-check): Ignore minibuffer window when walking
605         window tree.
606         (window-deletable-p): Return 'frame only if no other frame uses
607         our minibuffer window.
608         (record-window-buffer): Run buffer-list-update-hook.
609         (split-window): Make sure window--check-frame won't destroy an
610         existing atomic window in case the new window gets nested
611         inside.
612         (display-buffer-at-bottom): Ignore minibuffer window when
613         walking window tree.  Don't split a side window.
614         (pop-to-buffer): Don't set-buffer here, the select-window call
615         should do that.
616         (mouse-autoselect-window-select): Autoselect only if we are in the
617         text portion of the window.
619 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621         * net/shr.el (shr-parse-image-data): New function to grab both the
622         data itself and the Content-Type.
623         (shr-put-image): Use it.
625         * net/eww.el (eww-display-image): Ditto.
627         * image.el (image-content-type-suffixes): New variable.
629 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
631         * progmodes/python.el (python-imenu--build-tree)
632         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
634 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
636         * simple.el (backward-word): Mention the optional argument.
638 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * frameset.el (frameset--make): Rename constructor from make-frameset.
641         (frameset-p, frameset-valid-p): Don't autoload.
642         (frameset-valid-p): Use normal accessors.
644 2013-08-13  Glenn Morris  <rgm@gnu.org>
646         * progmodes/compile.el (compile-command): Tweak example in doc.
647         * obsolete/scribe.el (scribe-mode):
648         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
650         * mail/feedmail.el (feedmail-confirm-outgoing)
651         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
653         * cus-start.el (truncate-partial-width-windows): Fix type.
655         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
657         * net/shr.el (shr-table-horizontal-line): Fix custom type.
659 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * emacs-lisp/timer.el (timer--time-setter): New function.
662         (timer--time): Use it as gv-setter.
664         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
665         setter is not a symbol.
667 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
669         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
670         if sending fails.  This makes debugging easier.
672 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
674         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
675         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
676         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
678 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
680         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
682 2013-08-12  Glenn Morris  <rgm@gnu.org>
684         * format.el (format-annotate-function):
685         Handle read-only text properties in the source.  (Bug#14887)
687 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689         * net/eww.el (eww-display-html): Ignore coding system errors.
690         One web site uses "utf-8lias" as the coding system.
692 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
694         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
696 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
698         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
699         (tutorial--detailed-help): Remove unused local variables.
700         (tutorial--save-tutorial-to): Use ignore-errors.
701         (help-with-tutorial): Use looking-at-p.
703         * view.el (view-buffer-other-window, view-buffer-other-frame):
704         Mark unused arguments.
706         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
707         (woman-select-symbol-fonts, woman, woman-find-file)
708         (woman-insert-file-contents, woman-non-underline-faces):
709         Use string-match-p.
710         (woman1-unquote): Move declaration.
712         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
713         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
714         argument.  Remove unused local variable.
715         (xml-parse-elem-type): Use string-match-p.
716         (xml-substitute-numeric-entities): Use ignore-errors.
718         * calculator.el (calculator): Mark unused argument.
719         (calculator-paste, calculator-quit, calculator-integer-p):
720         Use ignore-errors.
721         (calculator-string-to-number, calculator-decimal, calculator-exp)
722         (calculator-op-or-exp): Use string-match-p.
724         * dired.el (dired-buffer-more-recently-used-p): Declare.
725         (dired-insert-set-properties, dired-insert-old-subdirs):
726         Use ignore-errors.
728         * dired-aux.el (dired-compress): Use ignore-errors.
729         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
730         (dired-do-async-shell-command, dired-do-shell-command)
731         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
732         (dired-insert-subdir-validate): Use string-match-p.
733         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
734         (dired-add-entry): Use string-match-p, looking-at-p.
735         (dired-insert-subdir-newpos): Remove unused local variable.
737         * filenotify.el (file-notify-callback): Remove unused local variable.
739         * filesets.el (filesets-error): Mark unused argument.
740         (filesets-which-command-p, filesets-filter-dir-names)
741         (filesets-directory-files, filesets-get-external-viewer)
742         (filesets-ingroup-get-data): Use string-match-p.
744         * find-file.el (ff-other-file-name, ff-other-file-name)
745         (ff-find-the-other-file, ff-cc-hh-converter):
746         Remove unused local variables.
747         (ff-get-file-name): Use string-match-p.
748         (ff-all-dirs-under): Use ignore-errors.
750         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
751         (follow-select-if-visible): Remove unused local variable.
753         * forms.el (read-file-filter): Move declaration.
754         (forms--make-format, forms--make-parser, forms-insert-record):
755         Quote function with #'.
756         (forms--update): Use string-match-p.  Quote function with #'.
758         * help-mode.el (help-dir-local-var-def): Mark unused argument.
759         (help-make-xrefs): Use looking-at-p.
760         (help-xref-on-pp): Use looking-at-p, ignore-errors.
762         * ibuffer.el (ibuffer-ext-visible-p): Declare.
763         (ibuffer-confirm-operation-on): Use string-match-p.
765         * msb.el (msb-item-handler, msb-dired-item-handler):
766         Mark unused arguments.
768         * ses.el (ses-decode-cell-symbol)
769         (ses-kill-override): Remove unused local variable.
770         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
771         (ses-load): Use ignore-errors, looking-at-p.
772         (ses-jump-safe): Use ignore-errors.
773         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
775         * tabify.el (untabify, tabify): Mark unused arguments.
777         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
778         Mark unused argument.
779         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
780         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
782         * emacs-lisp/timer.el (timer--time): Define setter with
783         gv-define-setter to avoid deprecation warning.
785         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
786         (*record-cmpl-statistics-p*): Remove (was commented out).
787         (cmpl-statistics-block): Remove (body was commented out).
788         All callers changed.
789         (add-completions-from-buffer, load-completions-from-file):
790         Remove unused variables.
792 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
794         * filecache.el (file-cache-delete-file-list):
795         Print message only when told so.
796         (file-cache-files-matching): Use #' in mapconcat argument.
798         * ffap.el (ffap-url-at-point): Fix reference to variable
799         thing-at-point-default-mail-uri-scheme.
801 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
803         * subr.el (define-error): New function.
804         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
805         error-file-not-found and define with define-error.
806         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
807         and define with define-error.
808         * userlock.el (file-locked, file-supersession):
809         * simple.el (mark-inactive):
810         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
811         * progmodes/ada-mode.el (ada-mode-errors):
812         * play/life.el (life-extinct):
813         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
814         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
815         * nxml/rng-util.el (rng-error):
816         * nxml/rng-uri.el (rng-uri-error):
817         * nxml/rng-match.el (rng-compile-error):
818         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
819         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
820         * nxml/nxml-rap.el (nxml-scan-error):
821         * nxml/nxml-outln.el (nxml-outline-error):
822         * net/soap-client.el (soap-error):
823         * net/gnutls.el (gnutls-error):
824         * net/ange-ftp.el (ftp-error):
825         * mpc.el (mpc-proc-error):
826         * json.el (json-error, json-readtable-error, json-unknown-keyword)
827         (json-number-format, json-string-escape, json-string-format)
828         (json-key-format, json-object-format):
829         * jka-compr.el (compression-error):
830         * international/quail.el (quail-error):
831         * international/kkc.el (kkc-error):
832         * emacs-lisp/ert.el (ert-test-failed):
833         * calc/calc.el (calc-error, inexact-result, math-overflow)
834         (math-underflow):
835         * bookmark.el (bookmark-error-no-filename):
836         * epg.el (epg-error): Define with define-error.
838         * time.el (display-time-event-handler)
839         (display-time-next-load-average): Don't call sit-for since it seems
840         unnecessary (bug#15045).
842         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
843         Use #' instead of ' to quote functions.
844         (checkdoc-output-mode): Use setq-local.
845         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
846         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
847         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
848         (checkdoc-ispell, checkdoc-ispell-current-buffer)
849         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
850         (checkdoc-ispell-message-text, checkdoc-ispell-start)
851         (checkdoc-ispell-continue, checkdoc-ispell-comments)
852         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
854         * ido.el (ido-completion-help): Fix up compiler warning.
856 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
858         * frameset.el (frameset-p): Add autoload cookie.
859         (frameset--jump-to-register): New function, based on code moved from
860         register.el.
861         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
863         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
864         (frameset-restore, frameset-save, frameset-session-filter-alist):
865         Remove declarations.
866         (register-alist): Doc fix.
867         (frameset-to-register): Move to frameset.el.
868         (jump-to-register, describe-register-1): Remove frameset-specific code.
870 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
872         * allout-widgets.el (allout-widgets-pre-command-business)
873         (allout-widgets-post-command-business)
874         (allout-widgets-after-change-handler)
875         (allout-decorate-item-and-context, allout-set-boundary-marker)
876         (allout-body-modification-handler)
877         (allout-graphics-modification-handler): Mark ignored arguments.
878         (allout-widgets-post-command-business)
879         (allout-widgets-exposure-change-processor)
880         (allout-widgets-exposure-undo-processor)
881         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
882         (allout-parse-item-at-point, allout-decorate-item-guides)
883         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
884         * allout.el (epa-passphrase-callback-function): Declare.
885         (allout-overlay-insert-in-front-handler)
886         (allout-overlay-interior-modification-handler)
887         (allout-isearch-end-handler, allout-chart-siblings)
888         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
889         (allout-yank-processing, allout-process-exposed)
890         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
891         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
892         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
893         (lisp-indent-defform): Mark ignored arguments.
894         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
895         (calculate-lisp-indent): Remove unused variables.
896         * international/characters.el (indian-2-column, arabic-2-column)
897         (tibetan): Mark ignored arguments.
898         (use-cjk-char-width-table): Mark ignored arguments.
899         Remove unused variables.
900         * international/fontset.el (build-default-fontset-data)
901         (x-compose-font-name, create-fontset-from-fontset-spec):
902         Mark ignored arguments.
903         (fontset-plain-name): Remove unused variables.
904         * international/mule.el (charset-id, charset-bytes, generic-char-p)
905         (keyboard-coding-system): Mark ignored arguments.
906         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
907         * help.el (resize-temp-buffer-window):
908         * window.el (display-buffer-in-major-side-window)
909         (display-buffer-in-side-window, display-buffer-in-previous-window):
910         Remove unused variables.
911         * isearch.el (isearch-forward-symbol):
912         * version.el (emacs-bzr-version-bzr):
913         * international/mule-cmds.el (current-language-environment):
914         * term/common-win.el (x-handle-iconic, x-handle-geometry)
915         (x-handle-display):
916         * term/pc-win.el (x-list-fonts, x-display-planes)
917         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
918         (x-server-version, x-display-screens, x-display-mm-height)
919         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
920         (x-selection-owner-p, x-own-selection-internal)
921         (x-disown-selection-internal, x-get-selection-internal)
922         (msdos-initialize-window-system):
923         * term/tty-colors.el (tty-color-alist, tty-color-clear):
924         * term/x-win.el (x-handle-no-bitmap-icon):
925         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
926         (vc-default-find-file-hook, vc-default-extra-menu):
927         Mark ignored arguments.
929 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
931         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
932         break-condition in the context of the debugged code (bug#12685).
934 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
936         * comint.el:
937         Do not use an overlay to highlight the last prompt.  (Bug#14744)
938         (comint-mode): Make comint-last-prompt buffer local.
939         (comint-last-prompt): New variable.
940         (comint-last-prompt-overlay): Remove.  Superseded by
941         comint-last-prompt.
942         (comint-snapshot-last-prompt, comint-output-filter):
943         Use comint-last-prompt.
945 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
947         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
948         (frameset-save): Check validity of the resulting frameset.
950 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
952         * ido.el (ido-record-command): Add doc string.
954 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
956         * frameset.el (frameset): Do not disable creation of the default
957         frameset-p predicate.  Doc fix.
958         (frameset-valid-p): New function, copied from the old predicate-p.
959         Add additional checks.
960         (frameset-restore): Check with frameset-valid-p.
961         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
962         (frameset-name, frameset-description, frameset-properties)
963         (frameset-states): Add docstring.
964         (frameset-session-filter-alist, frameset-persistent-filter-alist)
965         (frameset-filter-alist): Doc fixes.
967 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
969         * frameset.el (frameset-p, frameset-prop): Doc fixes.
971 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
973         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
974         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
975         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
976         (byte-compile-normal-call): Remove obsolescence check.
978 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
980         * frameset.el (frameset-restore): Doc fix.
982         * register.el (frameset-frame-id, frameset-frame-with-id)
983         (frameset-p, frameset-restore, frameset-save): Declare.
984         (register-alist): Document framesets.
985         (frameset-session-filter-alist): Declare.
986         (frameset-to-register): New function.
987         (jump-to-register): Implement jumping to framesets.  Doc fix.
988         (describe-register-1): Describe framesets.
990         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
992 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
994         * desktop.el (desktop-save-frameset): Use new frameset-save args.
995         Use lexical-binding.
997         * frameset.el (frameset): Use type vector, not list (incompatible
998         change).  Do not declare a new constructor, use the default one.
999         Upgrade suggested properties `app', `name' and `desc' to slots `app',
1000         `name' and `description', respectively, and add read-only slot
1001         `timestamp'.  Doc fixes.
1002         (frameset-copy, frameset-persistent-filter-alist)
1003         (frameset-filter-alist, frameset-switch-to-gui-p)
1004         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
1005         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
1006         (frameset-filter-iconified, frameset-keep-original-display-p):
1007         Doc fixes.
1008         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
1009         Rename from frameset-filter-(save|restore)-param.  All callers changed.
1010         Doc fix.
1011         (frameset-p): Adapt to change to vector and be more thorough.
1012         Change arg name to OBJECT.  Doc fix.
1013         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
1014         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
1015         All callers changed.
1016         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
1017         All callers changed.
1018         (frameset--record-minibuffer-relationships): Rename from
1019         frameset--process-minibuffer-frames.  All callers changed.
1020         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
1021         Use new default constructor (again).  Doc fix.
1022         (frameset--find-frame-if): Rename from `frameset--find-frame.
1023         All callers changed.
1024         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
1025         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
1026         Doc fix.
1027         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
1028         PARAMETERS and WINDOW-STATE, respectively.
1029         (frameset-restore): Add new keyword argument PREDICATE.
1030         Reset frameset--target-display to nil.  Doc fix.
1032 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1034         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
1035         (bat-mode): Use it.
1036         (bat-mode-syntax-table): Mark \n as end-of-comment.
1037         (bat-font-lock-keywords): Remove comment rule.
1039         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
1040         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
1042         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
1043         (byte-compile-callargs-warn): Use `push'.
1044         (byte-compile-arglist-warn): Ignore higher-order "calls".
1045         (byte-compile-file-form-autoload): Use `pcase'.
1046         (byte-compile-function-form): If quoting a symbol, check that it exists.
1048 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
1050         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
1051         and add a few popular commands found in batch files.
1052         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
1053         (dos-mode): Doc fixes.
1055 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1057         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
1058         (dos-mode): Use setq-local.  Add space after "rem".
1059         (dos-mode-syntax-table): Don't use "w" for symbol chars.
1060         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
1062 2013-08-07  Arni Magnusson  <arnima@hafro.is>
1064         * progmodes/dos.el: New file.
1065         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
1066         dos-mode.
1068 2013-08-06  Glenn Morris  <rgm@gnu.org>
1070         * calendar/calendar.el: Add new faces, and day-header-array.
1071         (calendar-weekday-header, calendar-weekend-header)
1072         (calendar-month-header): New faces.
1073         (calendar-day-header-construct): New function.
1074         (calendar-day-header-width): Also :set calendar-day-header-array.
1075         (calendar-american-month-header, calendar-european-month-header)
1076         (calendar-iso-month-header): Use calendar- faces.
1077         (calendar-generate-month):
1078         Use calendar-day-header-array for day headers; apply faces to them.
1079         (calendar-mode): Check calendar-font-lock-keywords non-nil.
1080         (calendar-abbrev-construct): Add optional maxlen argument.
1081         (calendar-day-name-array): Doc fix.
1082         (calendar-day-name-array, calendar-abbrev-length)
1083         (calendar-day-abbrev-array):
1084         Also :set calendar-day-header-array, and maybe redraw.
1085         (calendar-day-header-array): New option.  (Bug#15007)
1086         (calendar-font-lock-keywords): Set to nil and make obsolete.
1087         (calendar-day-name): Add option to use header array.
1089 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091         * net/shr.el (shr-render-td): Remove debugging.
1092         (shr-render-td): Make width computation consistent by defaulting
1093         all zero-width columns to 10 characters.  This may not be optimal,
1094         but it's at least consistent.
1095         (shr-make-table-1): Redo last change to fix the real problem in
1096         colspan handling.
1098 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1100         * files.el (cache-long-line-scans):
1101         Make obsolete alias to `cache-long-scans'.
1103 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
1105         * frameset.el (frameset, frameset-filter-alist)
1106         (frameset-filter-params, frameset-save, frameset--reuse-frame)
1107         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
1108         (frameset-compute-pos): Rename from frameset--compute-pos,
1109         and add docstring.
1110         (frameset-move-onscreen): Use frameset-compute-pos.
1111         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1113         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
1114         Fix typos in docstrings.
1116 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1118         * frame.el (get-other-frame): Tiny cleanup.
1120 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
1122         * vc/vc.el (vc-default-ignore-completion-table):
1123         Silence byte-compiler warning.
1125         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
1126         slot , which can indeed be nil.
1127         (frameset-live-filter-alist, frameset-persistent-filter-alist):
1128         Move entry for `left' from persistent to live filter alist.
1129         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
1130         Doc fixes.
1131         (frameset-filter-params): When restoring a frame, copy items added to
1132         `filtered', to avoid unwittingly modifying the original parameters.
1133         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
1134         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
1136         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
1137         to use looking-at-p instead of looking-at.  (Bug#15028)
1139 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         Revert introduction of isearch-filter-predicates (bug#14714).
1142         Rely on add-function instead.
1143         * isearch.el (isearch-filter-predicates): Rename it back to
1144         isearch-filter-predicate.
1145         (isearch-message-prefix): Use advice-function-mapc and advice
1146         properties to get the isearch-message-prefix.
1147         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
1148         instead of run-hook-with-args-until-failure.
1149         (isearch-filter-visible): Not obsolete any more.
1150         * loadup.el: Preload nadvice.
1151         * replace.el (perform-replace): Revert to funcall
1152         instead of run-hook-with-args-until-failure.
1153         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
1154         * dired-aux.el (dired-isearch-filenames-mode): Rename from
1155         dired-isearch-filenames-toggle; make it into a proper minor mode.
1156         Use add/remove-function.
1157         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
1158         Call the minor-mode rather than add/remove-hook.
1159         (dired-isearch-filter-filenames):
1160         Remove isearch-message-prefix property.
1161         * info.el (Info--search-loop): New function, extracted from Info-search.
1162         Funcall isearch-filter-predicate instead of
1163         run-hook-with-args-until-failure isearch-filter-predicates.
1164         (Info-search): Use it.
1165         (Info-mode): Use isearch-filter-predicate instead of
1166         isearch-filter-predicates.
1168 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
1170         Do not call to `selected-window' where it is assumed by default.
1171         Affected functions are `window-minibuffer-p', `window-dedicated-p',
1172         `window-hscroll', `window-width', `window-height', `window-buffer',
1173         `window-frame', `window-start', `window-point', `next-window'
1174         and `window-display-table'.
1175         * abbrev.el (abbrev--default-expand):
1176         * bs.el (bs--show-with-configuration):
1177         * buff-menu.el (Buffer-menu-mouse-select):
1178         * calc/calc.el (calc):
1179         * calendar/calendar.el (calendar-generate-window):
1180         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
1181         (diary-make-entry):
1182         * comint.el (send-invisible, comint-dynamic-complete-filename)
1183         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
1184         * completion.el (complete):
1185         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
1186         * disp-table.el (describe-current-display-table):
1187         * doc-view.el (doc-view-insert-image):
1188         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
1189         * ehelp.el (with-electric-help):
1190         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1191         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
1192         * emacs-lisp/helper.el (Helper-help-scroller):
1193         * emulation/cua-base.el (cua--post-command-handler-1):
1194         * eshell/esh-mode.el (eshell-output-filter):
1195         * ffap.el (ffap-gnus-wrapper):
1196         * help-macro.el (make-help-screen):
1197         * hilit-chg.el (highlight-compare-buffers):
1198         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
1199         * hl-line.el (global-hl-line-highlight):
1200         * icomplete.el (icomplete-simple-completing-p):
1201         * isearch.el (isearch-done):
1202         * jit-lock.el (jit-lock-stealth-fontify):
1203         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
1204         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
1205         * mpc.el (mpc-tagbrowser, mpc):
1206         * net/rcirc.el (rcirc-any-buffer):
1207         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
1208         * play/landmark.el (landmark-max-width, landmark-max-height):
1209         * play/zone.el (zone):
1210         * progmodes/compile.el (compilation-goto-locus):
1211         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
1212         * progmodes/etags.el (find-tag-other-window):
1213         * progmodes/fortran.el (fortran-column-ruler):
1214         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1215         * progmodes/verilog-mode.el (verilog-point-text):
1216         * reposition.el (reposition-window):
1217         * rot13.el (toggle-rot13-mode):
1218         * server.el (server-switch-buffer):
1219         * shell.el (shell-dynamic-complete-command)
1220         (shell-dynamic-complete-environment-variable):
1221         * simple.el (insert-buffer, set-selective-display)
1222         (delete-completion-window):
1223         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
1224         (speedbar-recenter):
1225         * startup.el (fancy-splash-head):
1226         * textmodes/ispell.el (ispell-command-loop):
1227         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
1228         * tutorial.el (help-with-tutorial):
1229         * vc/add-log.el (add-change-log-entry):
1230         * vc/compare-w.el (compare-windows):
1231         * vc/ediff-help.el (ediff-indent-help-message):
1232         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
1233         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
1234         (ediff-setup-control-frame):
1235         * vc/emerge.el (emerge-position-region):
1236         * vc/pcvs-util.el (cvs-bury-buffer):
1237         * window.el (walk-windows, mouse-autoselect-window-select):
1238         * winner.el (winner-set-conf, winner-undo): Related users changed.
1240 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
1242         * frameset.el (frameset--set-id): Doc fix.
1243         (frameset-frame-id, frameset-frame-id-equal-p)
1244         (frameset-locate-frame-id): New functions.
1245         (frameset--process-minibuffer-frames, frameset--reuse-frame)
1246         (frameset-restore): Use them.
1248 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
1250         Do not call to `selected-frame' where it is assumed by default.
1251         Affected functions are `raise-frame', `redraw-frame',
1252         `frame-first-window', `frame-terminal' and `delete-frame'.
1253         * calendar/appt.el (appt-disp-window):
1254         * epg.el (epg-wait-for-completion):
1255         * follow.el (follow-delete-other-windows-and-split)
1256         (follow-avoid-tail-recenter):
1257         * international/mule.el (set-terminal-coding-system):
1258         * mail/rmail.el (rmail-mail-return):
1259         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1260         * progmodes/f90.el (f90-add-imenu-menu):
1261         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
1262         * server.el (server-switch-buffer):
1263         * simple.el (delete-completion-window):
1264         * talk.el (talk):
1265         * term/xterm.el (terminal-init-xterm-modify-other-keys)
1266         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
1267         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
1268         * vc/ediff.el (ediff-documentation): Related users changed.
1269         * frame.el (selected-terminal): Remove the leftover.
1271 2013-08-05  Glenn Morris  <rgm@gnu.org>
1273         * calendar/calendar.el (calendar-generate-month):
1274         Fix for calendar-column-width != 1 + calendar-day-digit-width.
1275         (calendar-generate-month, calendar-font-lock-keywords):
1276         Fix for calendar-day-header-width > length of any day name.
1278 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
1280         * desktop.el (desktop-clear): Use new name of sort predicate.
1282         * frameset.el (frameset): Add docstring.  Move :version property to its
1283         own `version' slot.
1284         (frameset-copy): Rename from copy-frameset.
1285         (frameset-p): Check more thoroughly.
1286         (frameset-prop): Do not check for :version, which is no longer a prop.
1287         (frameset-live-filter-alist, frameset-persistent-filter-alist):
1288         Use new :never value instead of t.
1289         (frameset-filter-alist): Expand and clarify docstring.
1290         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
1291         (frameset-filter-minibuffer, frameset-filter-save-param)
1292         (frameset-filter-restore-param, frameset-filter-iconified):
1293         Add pointer to docstring of frameset-filter-alist.
1294         (frameset-filter-params): Rename filter values to be more meaningful:
1295         :never instead of t, and reverse the meanings of :save and :restore.
1296         (frameset--process-minibuffer-frames): Clarify error message.
1297         (frameset-save): Avoid unnecessary and confusing call to framep.
1298         Use new BOA constructor for framesets.
1299         (frameset--reuse-list): Doc fix.
1300         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
1301         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
1302         (frameset-minibufferless-first-p): Doc fix.
1303         Rename from frameset-sort-frames-for-deletion.
1304         (frameset-restore): Doc fixes.  Use new function names.
1305         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1307 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
1309         * desktop.el (desktop-restore-forces-onscreen)
1310         (desktop-restore-reuses-frames): Document :keyword constant values.
1311         (desktop-filter-parameters-alist): Remove, now identical to
1312         frameset-filter-alist.
1313         (desktop--filter-tty*): Remove, moved to frameset.el.
1314         (desktop-save-frameset, desktop-restore-frameset):
1315         Do not pass :filters argument.
1317         * frameset.el (frameset-live-filter-alist)
1318         (frameset-persistent-filter-alist): New variables.
1319         (frameset-filter-alist): Use them.  Add autoload cookie.
1320         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
1321         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
1322         `frameset--id' (it's supposed to be internal to frameset.el).
1323         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
1324         (frameset--initial-params): New function.
1325         (frameset--get-frame): Use it.  Doc fix.
1326         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
1327         Accept :all, not 'all.
1328         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
1329         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
1330         with fbound symbols.  Fix frame id matching, and remove matching ids if
1331         the frame being restored is deleted.  Obey :delete.
1333 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1335         * subr.el (macrop): New function.
1336         (text-clone--maintaining): New var.
1337         (text-clone--maintain): Rename from text-clone-maintain.  Use it
1338         instead of inhibit-modification-hooks.
1340         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
1341         a proxy, so as handle autoloads and redefinitions of the target.
1342         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
1344         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
1345         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
1346         (pcase--mutually-exclusive-p): New function.
1347         (pcase--split-consp): Use it.
1348         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
1349         mutually exclusive with the current predicate.
1351         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
1352         (edebug-macrop): Remove.  Use `macrop' instead.
1353         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
1354         (ad-macro-p):
1355         * eshell/esh-cmd.el (eshell-macrop):
1356         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
1358 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1360         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
1361         (advice-mapc): New function, using it.
1362         (advice-function-member-p): New function.
1363         (advice--normalize): Store the cdr in advice--saved-rewrite since
1364         that's the part that will be changed.
1365         (advice--symbol-function): New function.
1366         (advice-remove): Handle removal before the function is defined.
1367         Adjust to new advice--saved-rewrite.
1368         (advice-member-p): Use advice-function-member-p and
1369         advice--symbol-function.
1371 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
1373         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
1374         (frameset-filter-minibuffer): Doc fix.
1375         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
1376         (frameset--set-id, frameset--process-minibuffer-frames)
1377         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
1378         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
1380         * desktop.el (desktop-clear): Only delete frames when called
1381         interactively and desktop-restore-frames is non-nil.  Doc fix.
1382         (desktop-read): Set desktop-saved-frameset to nil.
1384 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
1386         * vc/vc.el (vc-ignore): Rewrite.
1387         (vc-default-ignore-completion-table):
1388         (vc--read-lines):
1389         (vc--add-line, vc--remove-regexp): New functions.
1391         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
1392         (vc-svn-ignore-completion-table): New function.
1394         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
1395         (vc-hg-ignore-completion-table):
1396         (vc-hg-find-ignore-file): New functions.
1398         * vc/vc-git.el (vc-git-ignore): Rewrite.
1399         (vc-git-ignore-completion-table):
1400         (vc-git-find-ignore-file): New functions.
1402         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
1404         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
1405         (vc-bzr-ignore-completion-table):
1406         (vc-bzr-find-ignore-file): New functions.
1408 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
1410         * frameset.el (frameset-prop): New function and setter.
1411         (frameset-save): Do not modify frame list passed by the caller.
1413 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1415         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
1417 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
1420         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
1422         * custom.el (custom-initialize-default, custom-initialize-set)
1423         (custom-initialize-reset, custom-initialize-changed): Affect the
1424         toplevel-default-value (bug#6275, bug#14586).
1425         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
1426         for bug#6275.
1428 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
1430         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1431         Add cl-def* expressions.
1433         * frameset.el (frameset-filter-params): Fix order of arguments.
1435 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
1437         Move code related to saving frames to frameset.el.
1438         * desktop.el: Require frameset.
1439         (desktop-restore-frames): Doc fix.
1440         (desktop-restore-reuses-frames): Rename from
1441         desktop-restoring-reuses-frames.
1442         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
1443         (desktop-clear): Clear frames too.
1444         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
1445         (desktop--filter-tty*, desktop-save, desktop-read):
1446         Use frameset functions.
1447         (desktop-before-saving-frames-functions, desktop--filter-*-color)
1448         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
1449         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
1450         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
1451         (desktop--process-minibuffer-frames, desktop-save-frames)
1452         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
1453         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
1454         (desktop--sort-states, desktop-restoring-frames-p)
1455         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
1456         (desktop-restoring-frameset-p, desktop-restore-frameset)
1457         (desktop--check-dont-save, desktop-save-frameset): New functions.
1458         (desktop--app-id): New constant.
1459         (desktop-first-buffer, desktop-buffer-ok-count)
1460         (desktop-buffer-fail-count): Move before first use.
1461         * frameset.el: New file.
1463 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1465         * files.el: Use lexical-binding.
1466         (dir-locals-read-from-file): Remove unused `err' variable.
1467         (hack-dir-local-variables--warned-coding): New var.
1468         (hack-dir-local-variables): Use it to avoid repeated warnings.
1469         (make-backup-file-name--default-function): New function.
1470         (make-backup-file-name-function): Use it as default.
1471         (buffer-stale--default-function): New function.
1472         (buffer-stale-function): Use it as default.
1473         (revert-buffer-insert-file-contents--default-function): New function.
1474         (revert-buffer-insert-file-contents-function): Use it as default.
1475         (insert-directory): Avoid add-to-list.
1477         * autorevert.el (auto-revert-handler): Simplify.
1478         Use buffer-stale--default-function.
1480 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
1482         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
1484         * whitespace.el (whitespace-ensure-local-variables): New function.
1485         (whitespace-cleanup-region): Call it.
1486         (whitespace-turn-on): Call it.
1488 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
1490         Complete file name handlers.
1492         * net/tramp.el (tramp-handle-set-visited-file-modtime)
1493         (tramp-handle-verify-visited-file-modtime)
1494         (tramp-handle-file-notify-rm-watch): New functions.
1495         (tramp-call-process): Do not bind `default-directory'.
1497         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1498         Order alphabetically.
1499         [access-file, add-name-to-file, dired-call-process]:
1500         [dired-compress-file, file-acl, file-notify-rm-watch]:
1501         [file-ownership-preserved-p, file-selinux-context]:
1502         [make-directory-internal, make-symbolic-link, set-file-acl]:
1503         [set-file-selinux-context, set-visited-file-modtime]:
1504         [verify-visited-file-modtime]: Add handler.
1505         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
1507         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1508         [file-notify-add-watch, file-notify-rm-watch]:
1509         [set-file-times, set-visited-file-modtime]:
1510         [verify-visited-file-modtime]: Add handler.
1511         (with-tramp-gvfs-error-message)
1512         (tramp-gvfs-handle-set-visited-file-modtime)
1513         (tramp-gvfs-fuse-file-name): Remove.
1514         (tramp-gvfs-handle-file-notify-add-watch)
1515         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
1516         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
1518         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1519         Order alphabetically.
1520         [file-notify-rm-watch ]: Use default Tramp handler.
1521         [executable-find]: Remove private handler.
1522         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
1523         `default-directory'.
1524         (tramp-sh-handle-executable-find)
1525         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
1526         (tramp-sh-file-gvfs-monitor-dir-process-filter)
1527         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
1528         Do not use `format' in `tramp-message'.
1530         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
1531         [file-notify-rm-watch, set-visited-file-modtime]:
1532         [verify-visited-file-modtime]: Add handler.
1533         (tramp-smb-call-winexe): Do not bind `default-directory'.
1535 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
1537         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
1539 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
1541         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
1542         use it.
1543         (log-view-diff-changeset): Same.
1544         (log-view-diff-common): Call backend command `previous-revision'
1545         to find out the previous revision, in both cases.  Swap the
1546         variables `to' and `fr', so that `fr' usually refers to the
1547         earlier revision (Bug#14989).
1549 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
1551         * ibuf-ext.el (ibuffer-filter-by-filename):
1552         Make it work with dired buffers too.
1554 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
1556         * emacs-lisp/re-builder.el (reb-color-display-p):
1557         * files.el (save-buffers-kill-terminal):
1558         * net/browse-url.el (browse-url):
1559         * server.el (server-save-buffers-kill-terminal):
1560         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
1561         Prefer nil to selected-frame for the first arg of frame-parameter.
1563 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
1565         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
1567 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
1569         * minibuffer.el (completion--twq-all): Try and preserve each
1570         completion's case choice (bug#14907).
1572 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574         * net/network-stream.el (open-network-stream): Mention the new
1575         :nogreeting parameter.
1576         (network-stream-open-starttls): Use the :nogreeting parameter
1577         (bug#14938).
1579         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
1581         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
1582         more natural than popping.
1584         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
1585         (shr-urlify): Highlight under mouse.
1587 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
1589         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
1591         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
1593         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
1594         buffer for output.
1596         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
1597         point-min==1.  Fix search string.  Fix parentheses missing.
1599         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
1600         assume point-min==1.  Fix search string.  Fix parentheses missing.
1602         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
1604         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
1605         buffer for output.
1607 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
1609         * frame.el (frame-notice-user-settings): Avoid inflooping when the
1610         initial frame is minibuffer-less.  (Bug#14841)
1612 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
1614         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
1615         option.
1617         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1618         (tramp-maybe-open-connection): Use it.
1620 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
1622         * desktop.el (desktop--make-frame): Include `minibuffer' in the
1623         minimal set of parameters passed when creating a frame, because
1624         the minibuffer status of a frame cannot be changed later.
1626 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
1628         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
1629         replace-regexp-in-string and inadvertent omissions in previous change.
1630         (todo-filter-items): Ensure only file names are comma-separated in
1631         name of filtered items buffer.
1633 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
1635         * desktop.el: Optionally force offscreen frames back onscreen.
1636         (desktop-restoring-reuses-frames): New option.
1637         (desktop--compute-pos, desktop--move-onscreen): New functions.
1638         (desktop--make-frame): Use desktop--move-onscreen.
1640 2013-07-27  Alan Mackenzie  <acm@muc.de>
1642         Fontify a Java generic method as a function.
1643         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
1644         value to t.
1646 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
1648         * calendar/todo-mode.el: Add command to rename todo files.
1649         (todo-rename-file): New command.
1650         (todo-key-bindings-t): Add key binding for it.  Change the
1651         bindings of todo-filter-regexp-items(-multifile) to use `x'
1652         instead of `r', since the latter is better suited to the new
1653         renaming command.
1655 2013-07-27  Alan Mackenzie  <acm@muc.de>
1657         Make Java try-with-resources statement parse properly.
1658         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
1659         (c-block-stmt-1-2-key): New language constants/variables.
1660         * progmodes/cc-engine.el (c-beginning-of-statement-1)
1661         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
1662         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
1663         with c-block-stmt-1-2-key.
1665 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
1667         * desktop.el (desktop--make-frame): Apply most frame parameters after
1668         creating the frame to force (partially or totally) offscreen frames to
1669         be restored as such.
1671 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
1673         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
1674         (Bug#14948)
1676 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1678         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
1679         `base' arg of backtrace-frame.
1681 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
1683         * simple.el (list-processes): Doc fix.
1685 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
1687         * desktop.el (desktop--select-frame):
1688         Try harder to reuse existing frames.
1690 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1692         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
1693         (edebug-eval): Use backtrace-eval.
1694         (edebug--display, edebug--recursive-edit): Don't let-bind the
1695         edebug-outer-* vars that keep track of variables we locally let-bind.
1696         (edebug-outside-excursion): Don't restore outside values of locally
1697         let-bound vars.
1698         (edebug--display): Use user-error.
1699         (cl-lexical-debug, cl-debug-env): Remove.
1701 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
1703         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
1704         are restored to be sure that they are visible before deleting any
1705         remaining ones.
1707 2013-07-26  Matthias Meulien  <orontee@gmail.com>
1709         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
1710         vc-print-root-log.  (Bug#14948)
1712 2013-07-26  Richard Stallman  <rms@gnu.org>
1714         Add aliases for encrypting mail.
1715         * epa.el (epa-mail-aliases): New option.
1716         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
1717         Bind inhibit-read-only so read-only text doesn't ruin everything.
1718         (epa-mail-default-recipients): New subroutine broken out.
1719         Handle epa-mail-aliases.
1721 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1723         Add support for lexical variables to the debugger's `e' command.
1724         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
1725         vars, except for debugger-outer-match-data.
1726         (debugger-frame-number): Move check for "on a function call" from
1727         callers into it.  Add `skip-base' argument.
1728         (debugger-frame, debugger-frame-clear): Simplify accordingly.
1729         (debugger-env-macro): Only reset the state stored in non-variables,
1730         i.e. current-buffer and match-data.
1731         (debugger-eval-expression): Rewrite using backtrace-eval.
1732         * subr.el (internal--called-interactively-p--get-frame): Remove.
1733         (called-interactively-p):
1734         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
1735         `base' arg of backtrace-frame instead.
1737 2013-07-26  Glenn Morris  <rgm@gnu.org>
1739         * align.el (align-regexp): Doc fix.  (Bug#14857)
1740         (align-region): Explicit error if subexpression missing/does not match.
1742         * simple.el (global-visual-line-mode):
1743         Do not duplicate the mode lighter.  (Bug#14858)
1745 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
1747         * window.el (display-buffer): In display-buffer bind
1748         split-window-keep-point to t, bug#14829.
1750 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
1752         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
1753         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
1754         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
1755         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
1756         Change accordingly.
1757         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
1758         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
1760 2013-07-25  Glenn Morris  <rgm@gnu.org>
1762         * dired-x.el (dired-mark-extension): Convert comment to doc string.
1764 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
1766         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
1767         parameter to modify-frame-parameters if the value has not changed;
1768         this is a workaround for bug#14949.
1769         (desktop--make-frame): On cl-delete-if call, check parameter name,
1770         not full parameter.
1772 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
1774         * vc/vc.el (vc-ignore): New function.
1776         * vc/vc-svn.el (vc-svn-ignore): New function.
1778         * vc/vc-hg.el (vc-hg-ignore): New function.
1780         * vc/vc-git.el (vc-git-ignore): New function.
1782         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
1783         (vc-dir-ignore): New function.
1785         * vc/vc-cvs.el (vc-cvs-ignore): New function.
1786         (cvs-append-to-ignore): Move here from pcvs.el.
1788         * vc/vc-bzr.el (vc-bzr-ignore): New function.
1790         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
1792 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
1794         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
1795         (desktop-restore-frames): Warn when deleting an existing frame failed.
1797 2013-07-24  Glenn Morris  <rgm@gnu.org>
1799         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
1801 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1803         * filenotify.el (file-notify-supported-p):
1804         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
1805         Remove functions.
1807         * autorevert.el (auto-revert-use-notify):
1808         (auto-revert-notify-add-watch):
1809         * net/tramp.el (tramp-file-name-for-operation):
1810         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1811         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1812         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1813         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1814         Remove `file-notify-supported-p' entry.
1816 2013-07-24  Glenn Morris  <rgm@gnu.org>
1818         * printing.el: Replace all uses of deleted ps-windows-system,
1819         ps-lp-system, ps-flatten-list with lpr- versions.
1821 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1823         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
1824         checked with memq (bug#14935).
1826         * files.el (revert-buffer-function): Use a non-nil default.
1827         (revert-buffer-preserve-modes): Declare var to
1828         provide access to the `preserve-modes' argument.
1829         (revert-buffer): Let-bind it.
1830         (revert-buffer--default): New function, extracted from revert-buffer.
1832 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1834         * lpr.el: Signal print errors more prominently.
1835         (print-region-function): Don't default to nil.
1836         (lpr-print-region): New function, extracted from print-region-1.
1837         Check lpr's return value and signal an error in case of problem.
1838         (print-region-1): Use it.
1839         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
1840         versions instead.
1841         (ps-printer-name): Default to nil.
1842         (ps-printer-name-option): Default to lpr-printer-switch.
1843         (ps-print-region-function): Don't default to nil.
1844         (ps-postscript-code-directory): Simplify default.
1845         (ps-do-despool): Use lpr-print-region to properly check the outcome.
1846         (ps-string-list, ps-eval-switch, ps-flatten-list)
1847         (ps-flatten-list-1): Remove.
1848         (ps-multibyte-buffer): Avoid setq.
1849         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
1850         (print-region-function, ps-print-region-function): Don't set them here.
1852 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
1854         * ido.el (ido-fractionp):
1855         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
1856         (ido-max-file-prompt-width, ido-unc-hosts-cache)
1857         (ido-max-directory-size, ido-max-dir-file-cache)
1858         (ido-decorations): Doc fix.
1860         * ansi-color.el: Fix old URL.
1862 2013-07-23  Michael R. Mauger  <michael@mauger.com>
1864         * progmodes/sql.el Version 3.3
1865         (sql-product-alist): Improve oracle :prompt-cont-regexp.
1866         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
1867         (sql-interactive-remove-continuation-prompt): Rewrite, use
1868         functions above.  Fix continuation prompt and complete output line
1869         handling.
1870         (sql-redirect-one, sql-execute): Use `read-only-mode' on
1871         redirected output buffer.
1872         (sql-mode): Restore deleted code (Bug#13591).
1874 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
1876         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
1878 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
1880         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
1882         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1883         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1884         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
1886 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
1888         * desktop.el (desktop-clear): Simplify; remove useless checks
1889         against invalid buffer names.
1890         (desktop-list*): Use cl-list*.
1891         (desktop-buffer-info, desktop-create-buffer): Simplify.
1893 2013-07-23  Leo Liu  <sdl.web@gmail.com>
1895         * bookmark.el (bookmark-make-record): Restore NAME as a default
1896         value.  (Bug#14933)
1898 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1900         * emacs-lisp/autoload.el (autoload--setup-output): New function,
1901         extracted from autoload--insert-text.
1902         (autoload--insert-text): Remove.
1903         (autoload--print-cookie-text): New function, extracted from
1904         autoload--insert-cookie-text.
1905         (autoload--insert-cookie-text): Remove.
1906         (autoload-generate-file-autoloads): Adjust calls accordingly.
1908         * winner.el (winner-hook-installed-p): Remove.
1909         (winner-mode): Simplify accordingly.
1911         * subr.el (add-to-list): Fix compiler-macro when `append' is
1912         not constant.  Don't use `cl-member' for the base case.
1914         * progmodes/subword.el: Fix boundary case (bug#13758).
1915         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
1916         own group.
1917         (subword-backward-regexp): Make it a constant.
1918         (subword-forward-internal): Don't treat a trailing capital as the
1919         beginning of a word.
1921 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
1923         * emacs-lisp/package.el (package-menu-mode): Don't modify the
1924         global value of tabulated-list-revert-hook (bug#14930).
1926 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
1928         * desktop.el: Require 'cl-lib.
1929         (desktop-before-saving-frames-functions): New hook.
1930         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
1931         for frames being saved.  Rename from desktop--save-minibuffer-frames.
1932         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
1933         Do not save frames with non-nil `desktop-dont-save' parameter.
1934         Filter out deleted frames.
1935         (desktop--find-frame): Use cl-find-if.
1936         (desktop--select-frame): Use cl-(first|second|third) to access values
1937         of desktop-mini.
1938         (desktop--make-frame): Use cl-delete-if.
1939         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
1940         (desktop-restore-frames): Use cl-(first|second|third) to access values
1941         of desktop-mini.  Look for visible frame at the end, not while
1942         restoring frames.
1944         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
1945         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
1946         Use string-match-p, looking-at-p (bug#14927).
1948 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
1950         * desktop.el (desktop-saved-frame-states):
1951         Rename from desktop--saved-states; all users changed.
1952         (desktop-save-frames): Rename from desktop--save-frames.
1953         Do not save state to desktop file.
1954         (desktop-save): Save desktop-saved-frame-states to desktop file
1955         and reset to nil.
1956         (desktop-restoring-frames-p): New function.
1957         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
1958         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
1959         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
1961         * desktop.el: Correctly restore iconified frames.
1962         (desktop--filter-iconified-position): New function.
1963         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
1965 2013-07-20  Glenn Morris  <rgm@gnu.org>
1967         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
1968         Let `message' do the formatting.
1969         (def-gdb-preempt-display-buffer): Add explicit format.
1971         * image-dired.el (image-dired-track-original-file):
1972         Use with-current-buffer.
1973         (image-dired-track-thumbnail): Use with-current-buffer.
1974         Avoid changing point of wrong window.
1976         * image-dired.el (image-dired-track-original-file):
1977         Avoid changing point of wrong window.  (Bug#14909)
1979 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
1981         * progmodes/gdb-mi.el (gdb-done-or-error):
1982         Guard against "%" in gdb output.  (Bug#14127)
1984 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
1986         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
1987         (Bug#14826)
1989         * international/mule.el (coding-system-iso-2022-flags): Fix last
1990         change.
1992 2013-07-20  Kenichi Handa  <handa@gnu.org>
1994         * international/mule.el (coding-system-iso-2022-flags):
1995         Add `8-bit-level-4'.  (Bug#8522)
1997 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999         * net/shr.el (shr-mouse-browse-url): New command and keystroke
2000         (bug#14815).
2002         * net/eww.el (eww-process-text-input): Allow inputting when the
2003         point is at the start of the line, as the properties aren't
2004         front-sticky.
2006         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
2007         degenerate widths.
2009 2013-07-19  Richard Stallman  <rms@gnu.org>
2011         * epa.el (epa-popup-info-window): Doc fix.
2013         * subr.el (split-string): New arg TRIM.
2015 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
2017         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
2018         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
2020 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
2022         * filenotify.el (file-notify--library): Rename from
2023         `file-notify-support'.  Do not autoload.  Adapt all uses.
2024         (file-notify-supported-p): New defun.
2026         * autorevert.el (auto-revert-use-notify):
2027         Use `file-notify-supported-p' instead of `file-notify-support'.
2028         Adapt docstring.
2029         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
2031         * net/tramp.el (tramp-file-name-for-operation):
2032         Add `file-notify-supported-p'.
2034         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2035         New defun.
2036         (tramp-sh-file-name-handler-alist): Add it as handler for
2037         `file-notify-supported-p '.
2039         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2040         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2041         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2042         Add `ignore' as handler for `file-notify-*' functions.
2044 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
2046         * simple.el (line-move-partial, line-move): Don't start vscroll or
2047         scroll-up if the current line is not taller than the window.
2048         (Bug#14881)
2050 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
2052         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
2053         highlight question marks in the method names as strings.
2054         (ruby-block-beg-keywords): Inline.
2055         (ruby-font-lock-keyword-beg-re): Extract from
2056         `ruby-font-lock-keywords'.
2058 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
2060         * frame.el (blink-cursor-blinks): New defcustom.
2061         (blink-cursor-blinks-done): New defvar.
2062         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
2063         (blink-cursor-timer-function): Check if number of blinks has been
2064         done on X and NS.
2065         (blink-cursor-suspend, blink-cursor-check): New defuns.
2067 2013-07-15  Glenn Morris  <rgm@gnu.org>
2069         * edmacro.el (edmacro-format-keys): Fix previous change.
2071 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
2073         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
2074         The hack didn't work outside English locales anyway.
2076 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
2078         * simple.el (define-alternatives): Rename from alternatives-define,
2079         per RMS' suggestion.
2081 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
2083         * desktop.el (desktop-restore-frames): Change default to t.
2084         (desktop-restore-in-current-display): Now offer more options.
2085         (desktop-restoring-reuses-frames): New customization option.
2086         (desktop--saved-states): Doc fix.
2087         (desktop-filter-parameters-alist): New variable, renamed and expanded
2088         from desktop--excluded-frame-parameters.
2089         (desktop--target-display): New variable.
2090         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
2091         (desktop--filter-tty*, desktop--filter-*-color)
2092         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2093         (desktop--filter-save-desktop-parm)
2094         (desktop-restore-in-original-display-p): New functions.
2095         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
2096         (desktop--save-minibuffer-frames): New function, inspired by a similar
2097         function from Martin Rudalics.
2098         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
2099         (desktop--restore-in-this-display-p): Remove.
2100         (desktop--find-frame): Rename from desktop--find-frame-in-display
2101         and add predicate argument.
2102         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
2103         (desktop--reuse-list): New variable.
2104         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
2105         New functions.
2106         (desktop--restore-frames): Add support for "minibuffer-special" frames.
2108 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
2110         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
2112 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
2114         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2115         Highlight conversion methods on Kernel.
2117 2013-07-13  Alan Mackenzie  <acm@muc.de>
2119         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
2120         and comment it out.  This out-commenting enables certain C++
2121         declarations to be parsed correctly.
2123 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
2125         * international/mule.el (define-coding-system): Doc fix.
2127         * simple.el (default-font-height): Don't call font-info if the
2128         frame's default font didn't change since the frame was created.
2129         (Bug#14838)
2131 2013-07-13  Leo Liu  <sdl.web@gmail.com>
2133         * ido.el (ido-read-file-name): Guard against non-symbol value.
2135 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2137         * progmodes/python.el (python-imenu--build-tree): Fix corner case
2138         in nested defuns.
2140 2013-07-13  Leo Liu  <sdl.web@gmail.com>
2142         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
2143         ido-set-matches call.  (Bug#6852)
2145 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
2147         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
2148         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
2149         Ruby 2.0.
2150         (ruby-font-lock-keywords): Distinguish calls to functions with
2151         module-like names from module references.  Highlight character
2152         literals.
2154 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
2156         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
2157         (gdb-send): Handle continued commands.  (Bug#14847)
2159 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
2161         * desktop.el (desktop--v2s): Remove unused local variable.
2162         (desktop-save-buffer): Make defvar-local; adjust docstring.
2163         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
2164         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
2166 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2168         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
2170 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
2172         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
2173         (Bug#14842)
2175 2013-07-12  Glenn Morris  <rgm@gnu.org>
2177         * doc-view.el: Require cl-lib at runtime too.
2178         (doc-view-remove-if): Remove.
2179         (doc-view-search-next-match, doc-view-search-previous-match):
2180         Use cl-remove-if.
2182         * edmacro.el: Require cl-lib at runtime too.
2183         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
2184         (edmacro-mismatch, edmacro-subseq): Remove.
2186         * shadowfile.el: Require cl-lib.
2187         (shadow-remove-if): Remove.
2188         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
2189         Use cl-remove-if.
2191         * wid-edit.el: Require cl-lib.
2192         (widget-choose): Use cl-remove-if.
2193         (widget-remove-if): Remove.
2195         * progmodes/ebrowse.el: Require cl-lib at runtime too.
2196         (ebrowse-delete-if-not): Remove.
2197         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
2198         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
2199         Use cl-delete-if-not.
2201 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
2203         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
2204         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
2206 2013-07-12  Leo Liu  <sdl.web@gmail.com>
2208         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
2210 2013-07-11  Glenn Morris  <rgm@gnu.org>
2212         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
2213         (edebug-gensym-index, edebug-gensym):
2214         Remove reimplementation of cl-gensym.
2215         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
2217         * thumbs.el: Require cl-lib at run-time too.
2218         (thumbs-gensym-counter, thumbs-gensym):
2219         Remove reimplementation of cl-gensym.
2220         (thumbs-temp-file): Use cl-gensym.
2222         * emacs-lisp/ert.el: Require cl-lib at runtime too.
2223         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
2224         (ert--intersection, ert--set-difference, ert--set-difference-eq)
2225         (ert--union, ert--gensym-counter, ert--gensym-counter)
2226         (ert--coerce-to-vector, ert--remove*, ert--string-position)
2227         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
2228         (ert-make-test-unbound, ert--expand-should-1)
2229         (ert--expand-should, ert--should-error-handle-error)
2230         (should-error, ert--explain-equal-rec)
2231         (ert--plist-difference-explanation, ert-select-tests)
2232         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
2233         Use cl-lib functions rather than reimplementations.
2235 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
2237         * net/tramp.el (tramp-methods): Extend docstring.
2238         (tramp-connection-timeout): New defcustom.
2239         (tramp-error-with-buffer): Reset timestamp only when appropriate.
2240         (with-tramp-progress-reporter): Simplify.
2241         (tramp-process-actions): Improve messages.
2243         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2244         * net/tramp-sh.el (tramp-maybe-open-connection):
2245         Use `tramp-connection-timeout'.
2246         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
2247         (Bug#14808)
2249 2013-07-11  Leo Liu  <sdl.web@gmail.com>
2251         * ido.el (ido-read-file-name): Conform to the requirements of
2252         read-file-name.  (Bug#11861)
2253         (ido-read-directory-name): Conform to the requirements of
2254         read-directory-name.
2256 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
2258         * subr.el (delay-warning): New function.
2260 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
2262         * simple.el (default-line-height): New function.
2263         (line-move-partial, line-move): Use it instead of computing the
2264         line height inline.
2265         (line-move-partial): Always compute ROWH.  If the last line is
2266         partially-visible, but its text is completely visible, allow
2267         cursor to enter such a partially-visible line.
2269 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
2271         Improve error messages.  (Bug#14808)
2273         * net/tramp.el (tramp-current-connection): New defvar, moved from
2274         tramp-sh.el.
2275         (tramp-message-show-progress-reporter-message): Remove, not
2276         needed anymore.
2277         (tramp-error-with-buffer): Show message in minibuffer.
2278         Discard input before waiting.  Reset connection timestamp.
2279         (with-tramp-progress-reporter): Improve messages.
2280         (tramp-process-actions): Use progress reporter.  Delete process in
2281         case of error.  Improve messages.
2283         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
2284         Call `tramp-error-with-buffer' with vector and buffer.
2285         (tramp-current-connection): Remove.
2286         (tramp-maybe-open-connection): The car of
2287         `tramp-current-connection' are the first 3 slots of the vector.
2289 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
2291         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
2292         inside continued strings.
2294 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
2296         Timestamp fixes for undo (Bug#14824).
2297         * files.el (clear-visited-file-modtime): Move here from fileio.c.
2299 2013-07-10  Leo Liu  <sdl.web@gmail.com>
2301         * files.el (require-final-newline): Allow safe local value.
2302         (Bug#14834)
2304 2013-07-09  Leo Liu  <sdl.web@gmail.com>
2306         * ido.el (ido-read-directory-name): Handle fallback.
2307         (ido-read-file-name): Update DIR to ido-current-directory.
2308         (Bug#1516)
2309         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
2311 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
2313         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
2314         "autoload".  Remove "warn lower camel case" section, previously
2315         commented out.  Highlight negation char.  Do not highlight the
2316         target in singleton method definitions.
2318 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * faces.el (tty-setup-hook): Declare the hook.
2322         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
2323         and detect when a guard/pred depends on local vars (bug#14773).
2324         (pcase--u1): Adjust caller.
2326 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
2328         * simple.el (line-move-partial, line-move): Account for
2329         line-spacing.
2330         (line-move-partial): Avoid setting vscroll when the last
2331         partially-visible line in window is of default height.
2333 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
2336         been used a while.
2338 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
2340         * subr.el (read-quoted-char): Remove unused local variable `char'.
2342 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2344         * ediff.el (ediff-version): Version update.
2345         (ediff-files-command, ediff3-files-command, ediff-merge-command)
2346         (ediff-merge-with-ancestor-command, ediff-directories-command)
2347         (ediff-directories3-command, ediff-merge-directories-command)
2348         (ediff-merge-directories-with-ancestor-command): New functions.
2349         All are command-line interfaces to ediff: to facilitate calling
2350         Emacs with the appropriate ediff functions invoked.
2352         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
2353         (viper-save-kill-buffer): Check if buffer is modified.
2355         * viper.el (viper-version): Version update.
2356         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
2358 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2360         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
2361         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
2362         (viper-intercept-ESC-key): Simplify.
2363         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
2364         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
2365         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
2366         (viper-setup-ESC-to-escape): New functions.
2367         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
2368         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
2370 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
2372         * simple.el (default-font-height, window-screen-lines):
2373         New functions.
2374         (line-move, line-move-partial): Use them instead of
2375         frame-char-height and window-text-height.  This makes scrolling
2376         text smoother when the buffer's default face uses a font that is
2377         different from the frame's default font.
2379 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
2381         * files.el (write-file): Do not display confirm dialog for NS,
2382         it does its own dialog, which can't be cancelled (Bug#14578).
2384 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
2386         * simple.el (line-move-partial): Adjust the row returned by
2387         posn-at-point for the current window-vscroll.  (Bug#14567)
2389 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
2391         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
2392         (tramp-sh-file-inotifywait-process-filter): Handle file names with
2393         spaces.
2395 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
2397         * window.el (window-state-put-stale-windows): New variable.
2398         (window--state-put-2): Save list of windows without matching buffer.
2399         (window-state-put): Remove "bufferless" windows if possible.
2401 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
2403         * simple.el (alternatives-define): Remove leftover :group keyword.
2404         Tweak docstring.
2406 2013-07-06  Leo Liu  <sdl.web@gmail.com>
2408         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
2409         (ido-enable-virtual-buffers): New variable.
2410         (ido-buffer-internal, ido-toggle-virtual-buffers)
2411         (ido-make-buffer-list): Use it.
2412         (ido-exhibit): Support turning on and off virtual buffers
2413         automatically.
2415 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
2417         * simple.el (alternatives-define): New macro.
2419 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2421         * subr.el (read-quoted-char): Use read-key.
2422         (sit-for): Let read-event decode tty input (bug#14782).
2424 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
2426         * calendar/todo-mode.el: Add handling of file deletion, both by
2427         mode command and externally.  Fix various related bugs.
2428         Clarify Commentary and improve some documentation strings and code.
2429         (todo-delete-file): New command.
2430         (todo-check-file): New function.
2431         (todo-show): Handle external deletion of the file we're trying to
2432         show (bug#14688).  Replace called-interactively-p by an optional
2433         prefix argument to avoid problematic interaction with catch form
2434         when byte compiled (bug#14702).
2435         (todo-quit): Handle external deletion of the archive's todo file.
2436         Make sure the buffer that was visiting the archive file is still
2437         live before trying to bury it.
2438         (todo-category-completions): Handle external deletion of any
2439         category completion files.
2440         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
2441         of todo files, in case of external deletion.
2442         (todo-add-file): Replace unnecessary setq by let-binding.
2443         (todo-find-archive): Check whether there are any archives.
2444         Replace unnecessary setq by let-binding.
2445         (todo-archive-done-item): Use find-file-noselect to get the
2446         archive buffer whether or not the archive already exists.
2447         Remove superfluous code.  Use file size instead of buffer-file-name to
2448         check if the archive is new; if it is, update list of archives.
2449         (todo-default-todo-file): Allow nil to be a valid value for when
2450         there are no todo files.
2451         (todo-reevaluate-default-file-defcustom): Use corrected definition
2452         of todo-default-todo-file.
2453         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
2454         (todo-delete-category, todo-show-categories-table)
2455         (todo-category-number): Clarify comment.
2456         (todo-filter-items): Clarify documentation string.
2457         (todo-show-current-file, todo-display-as-todo-file)
2458         (todo-reset-and-enable-done-separator): Tweak documentation string.
2459         (todo-done-separator): Make separator length window-width, since
2460         bug#2749 is now fixed.
2462 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
2464         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2465         Support both "gvfs-monitor-dir" and "inotifywait".
2466         (tramp-sh-file-inotifywait-process-filter): Rename from
2467         `tramp-sh-file-notify-process-filter'.
2468         (tramp-sh-file-gvfs-monitor-dir-process-filter)
2469         (tramp-get-remote-gvfs-monitor-dir): New defuns.
2471 2013-07-05  Leo Liu  <sdl.web@gmail.com>
2473         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
2475 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2477         * frame.el (display-pixel-height, display-pixel-width)
2478         (display-mm-height, display-mm-width): Mention behavior on
2479         multi-monitor setups in docstrings.
2480         (w32-display-monitor-attributes-list): Declare function.
2481         (display-monitor-attributes-list): Use it.
2483 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
2485         * filenotify.el: New package.
2487         * autorevert.el (top): Require filenotify.el.
2488         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
2489         instead.
2490         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2491         (auto-revert-notify-handler): Use `file-notify-*' functions.
2493         * subr.el (file-notify-handle-event): Move function to filenotify.el.
2495         * net/tramp.el (tramp-file-name-for-operation):
2496         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
2498         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2499         for `file-notify-add-watch' and `file-notify-rm-watch'.
2500         (tramp-process-sentinel): Improve trace.
2501         (tramp-sh-handle-file-notify-add-watch)
2502         (tramp-sh-file-notify-process-filter)
2503         (tramp-sh-handle-file-notify-rm-watch)
2504         (tramp-get-remote-inotifywait): New defuns.
2506 2013-07-03  Juri Linkov  <juri@jurta.org>
2508         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
2509         call of `occur-read-primary-args' to interactive spec.
2511         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
2512         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
2514 2013-07-03  Matthias Meulien  <orontee@gmail.com>
2516         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
2517         `Buffer-menu-multi-occur'.  Add it to the menu.
2518         (Buffer-menu-mode): Document it in docstring.
2519         (Buffer-menu-multi-occur): New command.  (Bug#14673)
2521 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
2523         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2524         keywords and built-ins.
2526 2013-07-03  Glenn Morris  <rgm@gnu.org>
2528         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
2530         Make info-xref checks case-sensitive by default
2531         * info.el (Info-find-node, Info-find-in-tag-table)
2532         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
2533         Add option for exact case matching of nodes.
2534         * info-xref.el (info-xref): New custom group.
2535         (info-xref-case-fold): New option.
2536         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
2538 2013-07-03  Leo Liu  <sdl.web@gmail.com>
2540         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
2542 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
2544         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
2545         middle of block statement initially, lower the depth.  Remove
2546         FIXME comment, not longer valid.  Remove middle of block statement
2547         detection, no need to do that anymore since we've been using
2548         `ruby-parse-region' here.
2550 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
2552         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
2554 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2556         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
2558 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
2560         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
2561         (desktop-restore-in-current-display): New customization option.
2562         (desktop--excluded-frame-parameters): Add `font'.
2563         (desktop--save-frames): Rename from desktop--save-windows.
2564         (desktop--restore-in-this-display-p): New function.
2565         (desktop--make-full-frame): Remove unwanted width/height from
2566         full(width|height) frames.
2567         (desktop--restore-frames): Rename from desktop--restore-windows.
2568         Obey desktop-restore-current-display.  Do not delete old frames or
2569         select a new frame unless we were able to restore at least one frame.
2571 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
2573         * files.el (find-file-noselect): Simplify conditional expression.
2575         * remember.el (remember-append-to-file):
2576         Don't mix `find-buffer-visiting' and `get-file-buffer'.
2578         Add `remember-notes' function to store random notes across Emacs
2579         restarts.
2580         * remember.el (remember-data-file): Add :set callback to affect
2581         notes buffer (if any).
2582         (remember-notes): New command.
2583         (remember-notes-buffer-name, bury-remember-notes-on-kill):
2584         New defcustoms for the `remember-notes' function.
2585         (remember-notes-save-and-bury-buffer): New command.
2586         (remember-notes-mode-map): New variable.
2587         (remember-mode): New minor mode.
2588         (remember-notes--kill-buffer-query): New function.
2589         * startup.el (initial-buffer-choice): Add notes to custom type.
2591 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
2593         * bindings.el (right-char, left-char): Don't call sit-for, this is
2594         no longer needed.  Use arithmetic comparison only for numerical
2595         arguments.
2597         * international/mule-cmds.el (select-safe-coding-system):
2598         Handle the case of FROM being a string correctly.  (Bug#14755)
2600 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602         * net/shr.el (shr-make-table-1): Add a sanity check that allows
2603         progression on degenerate tables.
2604         (shr-rescale-image): ImageMagick animated images currently don't work.
2606 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
2608         Some fixes and improvements for desktop frame restoration.
2609         It is still experimental and disabled by default.
2610         * desktop.el (desktop--save-windows): Put the selected frame at
2611         the head of the list.
2612         (desktop--make-full-frame): New function.
2613         (desktop--restore-windows): Try to re-select the frame that was
2614         selected upon saving.  Do not abort if some frames fail to restore,
2615         just show an error message and continue.  Set up maximized frames
2616         so they have default non-maximized dimensions.
2618 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
2620         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2621         Don't start heredoc inside a string or comment.
2623 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
2625         * bindings.el (visual-order-cursor-movement): New defcustom.
2626         (right-char, left-char): Provide visual-order cursor motion by
2627         calling move-point-visually.  Update the doc strings.
2629 2013-06-28  Kenichi Handa  <handa@gnu.org>
2631         * international/mule.el (define-coding-system): New coding system
2632         properties :inhibit-null-byte-detection,
2633         :inhibit-iso-escape-detection, and :prefer-utf-8.
2634         (set-buffer-file-coding-system): If :charset-list property of
2635         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
2636         appropriate for setting.
2638         * international/mule-cmds.el (select-safe-coding-system):
2639         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
2640         multibyte characters, return utf-8 (or one of its siblings).
2642         * international/mule-conf.el (prefer-utf-8): New coding system.
2643         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
2644         files.
2646 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
2648         * net/shr.el (shr-render-region): New function.
2650         * net/eww.el: Autoload `eww-browse-url'.
2652 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
2654         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2655         Adapt to `package-desc-version' being a list.
2656         Use `package--ac-desc-version' to retrieve version from a package
2657         archive element.
2659 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
2661         New experimental feature to save&restore window and frame setup.
2662         * desktop.el (desktop-save-windows): New defcustom.
2663         (desktop--saved-states): New var.
2664         (desktop--excluded-frame-parameters): New defconst.
2665         (desktop--filter-frame-parms, desktop--find-frame-in-display)
2666         (desktop--restore-windows, desktop--save-windows): New functions.
2667         (desktop-save): Call `desktop--save-windows'.
2668         (desktop-read): Call `desktop--restore-windows'.
2670 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672         * net/shr.el (add-face-text-property): Remove compat definition.
2674 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
2676         * info.el (Info-try-follow-nearest-node): Move search for footnote
2677         above search for node name to prevent missing a footnote (bug#14717).
2679 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
2681         * obsolete/otodo-mode.el: Add obsolescence info to file header.
2683 2013-06-27  Leo Liu  <sdl.web@gmail.com>
2685         * net/eww.el (eww-read-bookmarks): Check file size.
2687 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
2690         advice--pending if newdef is nil or an autoload (bug#13820).
2691         (advice-mapc): New function.
2693 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
2696         probably.
2697         (eww-mode-map): Add a menu bar.
2698         (eww-add-bookmark): New command.
2699         (eww-bookmark-mode): New mode and commands.
2700         (eww-add-bookmark): Remove newlines from the title.
2701         (eww-bookmark-browse): Don't bug out if it's the only window.
2703 2013-06-26  Glenn Morris  <rgm@gnu.org>
2705         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
2706         (hfy-size): Handle ttys.  (Bug#14668)
2708         * info-xref.el: Update for Texinfo 5 change in *note format.
2709         (info-xref-node-re, info-xref-note-re): New constants.
2710         (info-xref-check-buffer): Use info-xref-note-re.
2712 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2714         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
2716         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
2717         nil terminate the loop (bug#14718).
2719 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721         * net/eww.el: Rework history traversal.  When going forward/back,
2722         put these actions into the history, too, so that they can be
2723         replayed.
2724         (eww-render): Move the history reset to the correct buffer.
2726 2013-06-25  Juri Linkov  <juri@jurta.org>
2728         * files-x.el (modify-dir-local-variable): Change the header comment
2729         in the file with directory local variables.  (Bug#14692)
2731         * files-x.el (read-file-local-variable-value): Add `default'.
2732         (Bug#14710)
2734 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736         * net/eww.el (eww-make-unique-file-name): Create a unique file
2737         name before saving to entering `y' accidentally asynchronously.
2739 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
2741         * net/eww.el (eww-download): New command and keystroke.
2743 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745         * net/eww.el (eww-copy-page-url): Change name of command.
2747         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
2748         be more consistent with Info and dired.
2750         * net/eww.el (eww-mode-map): Ditto.
2752 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2754         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
2755         packages from archives.
2756         (package-archive-contents): Change format; include obsolete packages.
2757         (package-desc): Use `dir' to mark builtin packages.
2758         (package--from-builtin): Set the `dir' field to `builtin'.
2759         (generated-autoload-file, version-control): Declare.
2760         (package-compute-transaction): Change first arg and return value to be
2761         lists of package-descs.  Adjust to new package-archive-contents format.
2762         (package--add-to-archive-contents): Adjust to new
2763         package-archive-contents format.
2764         (package-download-transaction): Arg is now a list of package-descs.
2765         (package-install): If `pkg' is a package name, pass it as
2766         a requirement, so it is subject to the usual (e.g. disabled) checks.
2767         (describe-package): Accept package-desc as well.
2768         (describe-package-1): Describe a specific package-desc.  Add links to
2769         other package-descs for the same package name.
2770         (package-menu-describe-package): Pass the actual package-desc.
2771         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
2772         works correctly.
2773         (package-desc-status): New function.
2774         (package-menu--refresh): New function, extracted
2775         from package-menu--generate.
2776         (package-menu--generate): Use it.
2777         (package-delete): Update package-alist.
2778         (package-menu-execute): Don't call package-initialize.
2780         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
2781         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
2782         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
2783         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
2784         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
2785         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
2787 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
2789         * window.el (window--state-get-1): Workaround for bug#14527.
2790         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
2792 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794         * net/eww.el (eww-back-url): Implement the history by stashing all
2795         the data into a list.
2796         (eww-forward-url): Allow going forward in the history, too.
2798 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2800         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
2801         for values and use read--expression for expressions (bug#14710).
2802         (read-file-local-variable): Avoid setq.
2803         (read-file-local-variable-mode): Use minor-mode-list.
2805 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2807         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
2808         for DOI URLs.
2810 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2812         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
2813         Update imenu-support when dialect changes.
2815 2013-06-25  Leo Liu  <sdl.web@gmail.com>
2817         * ido.el (ido-read-internal): Allow forward slash on windows.
2819 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821         * net/eww.el (eww): Start of strings is \\`, not ^.
2823 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
2825         * net/shr.el (shr-browse-url): Fix interactive spec.
2827         * net/eww.el (eww): Add a trailing slash to domain names.
2829 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
2831         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
2833 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835         * net/shr.el (shr-browse-url): Use an external browser if given a
2836         prefix.
2838         * net/eww.el (eww-external-browser): Move to shr.
2840 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
2842         * net/eww.el (eww): Work more correctly for file: URLs.
2843         (eww-detect-charset): Allow quoted charsets.
2844         (eww-yank-page-url): New command and keystroke.
2846 2013-06-24  Daiki Ueno  <ueno@gnu.org>
2848         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
2849         file name of gpg executable.
2850         (epg-context-program): New function.
2851         (epg-context-home-directory): New function.
2852         (epg-context-set-program): New function.
2853         (epg-context-set-home-directory): New function.
2854         (epg--start): Use `epg-context-program' instead of
2855         'epg-gpg-program'.
2856         (epg--list-keys-1): Likewise.
2858 2013-06-24  Leo Liu  <sdl.web@gmail.com>
2860         * ido.el (ido-read-internal): Fix bug#14620.
2862 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
2864         * faces.el (face-documentation): Simplify.
2865         (read-face-attribute, tty-find-type, x-resolve-font-name):
2866         Use `string-match-p'.
2867         (list-faces-display): Use `string-match-p'.  Simplify.
2868         (face-spec-recalc): Check face to avoid face alias loops.
2869         (read-color): Use `string-match-p' and non-capturing parenthesis.
2871 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873         * net/shr.el (shr-rescale-image): Use the new
2874         :max-width/:max-height functionality.
2876 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
2878         * net/eww.el (eww-search-prefix): New variable.
2879         (eww): Use it.
2880         (eww-external-browser): New variable.
2881         (eww-mode-map): New keystroke.
2882         (eww-browse-with-external-browser): New command.
2884         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
2886 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
2888         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2889         Don't skip aligning the next header field when padding is 0;
2890         otherwise, field width is not respected unless the title is as
2891         wide as the field.
2893 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2895         * emacs-lisp/package.el (package-el-version): Remove.
2896         (package-process-define-package): Fix inf-loop.
2897         (package-install): Allow symbols as arguments again.
2899 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
2901         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
2902         add some more keyword-like methods.
2903         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
2905 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
2907         * bs.el (bs-buffer-show-mark): Make defvar-local.
2908         (bs-mode): Use setq-local.
2910         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
2911         (emacs-lock--try-unlocking): Make defvar-local.
2913 2013-06-22  Glenn Morris  <rgm@gnu.org>
2915         * play/cookie1.el (cookie-apropos): Minor simplification.
2917         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
2919 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
2921         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
2922         `regexp-opt', it breaks the build during dumping.
2924 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
2926         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2927         Highlight keyword-like methods on Kernel and Module with
2928         font-lock-builtin-face.
2929         (auto-mode-alist): Consolidate different entries into one regexp
2930         and add more *file-s.
2932 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
2934         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
2936         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
2937         (diary-entry): Use it in the action of this button type instead of
2938         diary-goto-entry.
2940         * calendar/todo-mode.el: New version.
2941         (todo-add-category): Append new category to end of file and give
2942         it the highest number, instead of putting it at the beginning and
2943         giving it 0.  Incorporate noninteractive functionality.
2944         (todo-forward-category): Adapt to 1-based category numbering.
2945         Allow skipping over archived categories.
2946         (todo-backward-category): Derive from todo-forward-category.
2947         (todo-backward-item, todo-forward-item): Make noninteractive and
2948         delegate interactive part to new commands.  Make sensitive to done items.
2949         (todo-categories): Make value an alist of category names and
2950         vectors of item counts.
2951         (todo-category-beg): Make a defconst.
2952         (todo-category-number): Use 1 instead of 0 as initial value.
2953         (todo-category-select): Make sensitive to overlays, optional item
2954         highlighting and done items.
2955         (todo-delete-item): Make sensitive to overlays and marked and done items.
2956         (todo-edit-item): Make sensitive to overlays and editing of
2957         date/time header optional.  Add format checks.
2958         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
2959         no-op if point is not on an item.  Advertise using todo-edit-quit.
2960         (todo-edit-mode): Make sensitive to new format, font-locking, and
2961         multiple todo files.
2962         (todo-insert-item, todo-insert-item-here): Derive from
2963         todo-basic-insert-item and extend functionality.
2964         (todo-item-end, todo-item-start): Make sensitive to done items.
2965         (todo-item-string): Don't return text properties.  Restore point.
2966         (todo-jump-to-category): Make sensitive to multiple todo files and
2967         todo archives.  Use extended category completion.
2968         (todo-lower-item, todo-raise-item): Rename to *-priority and
2969         derive from todo-set-item-priority.
2970         (todo-mode): Derive from special-mode.  Make sensitive to new
2971         format, font-locking and multiple todo files.  Make read-only.
2972         (todo-mode-map): Don't suppress digit keys, so they can supply
2973         prefix arguments.  Add many new key bindings.
2974         (todo-prefix): Insert as an overlay instead of file text.
2975         Change semantics from diary date expression to purely visual mark.
2976         (todo-print): Rename to todo-print-buffer.  Make buffer display
2977         features printable.  Remove option to restrict number of items
2978         printed.  Add option to print to file.
2979         (todo-print-function): Rename to todo-print-buffer-function.
2980         (todo-quit): Extend to handle exiting new todo modes.
2981         (todo-remove-item): Make sensitive to overlays.
2982         (todo-save): Extend to buffers of filtered items.
2983         (todo-show): Make sensitive to done items, multiple todo files and
2984         new todo modes.  Offer to convert legacy todo file before creating
2985         first new todo file.
2986         (todo-show-priorities): Rename to todo-top-priorities.
2987         Change semantics of value 0.
2988         (todo-top-priorities): Rename to todo-filter-top-priorities,
2989         derive from todo-filter-items and extend functionality.
2990         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
2991         and extend functionality to other types of filtered items.
2992         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
2993         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
2994         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
2995         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
2996         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
2997         (todo-edit-mode-hook, todo-entry-prefix-function)
2998         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
2999         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
3000         (todo-initials, todo-insert-threshold, todo-item-string-start)
3001         (todo-line-string, todo-menu, todo-mode-hook)
3002         (todo-more-important-p, todo-previous-answer, todo-previous-line)
3003         (todo-print-priorities, todo-remove-separator)
3004         (todo-save-top-priorities-too, todo-string-count-lines)
3005         (todo-string-multiline-p, todo-time-string-format)
3006         (todo-tmp-buffer-name): Remove.
3007         (todo-add-file, todo-archive-done-item, todo-choose-archive)
3008         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
3009         (todo-edit-category-diary-inclusion)
3010         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
3011         (todo-edit-file, todo-edit-item-date-day)
3012         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
3013         (todo-edit-item-date-month, todo-edit-item-date-to-today)
3014         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
3015         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
3016         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
3017         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
3018         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
3019         (todo-filter-top-priorities-multifile, todo-find-archive)
3020         (todo-find-filtered-items-file, todo-go-to-source-item)
3021         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
3022         (todo-jump-to-archive-category, todo-lower-category)
3023         (todo-mark-category, todo-marked-item-p, todo-merge-category)
3024         (todo-move-category, todo-move-item, todo-next-button)
3025         (todo-next-item, todo-padded-string, todo-powerset)
3026         (todo-previous-button, todo-previous-item)
3027         (todo-print-buffer-to-file, todo-raise-category)
3028         (todo-rename-category, todo-repair-categories-sexp, todo-search)
3029         (todo-set-category-number, todo-set-item-priority)
3030         (todo-set-top-priorities-in-category)
3031         (todo-set-top-priorities-in-file, todo-show-categories-table)
3032         (todo-sort-categories-alphabetically-or-numerically)
3033         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
3034         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
3035         (todo-toggle-item-header, todo-toggle-item-highlighting)
3036         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
3037         (todo-toggle-view-done-items, todo-toggle-view-done-only)
3038         (todo-unarchive-items, todo-unmark-category): New commands.
3039         (todo-absolute-file-name, todo-add-to-buffer-list)
3040         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
3041         (todo-basic-insert-item, todo-category-completions)
3042         (todo-category-number, todo-category-string-matcher-1)
3043         (todo-category-string-matcher-2, todo-check-filtered-items-file)
3044         (todo-check-format, todo-clear-matches)
3045         (todo-comment-string-matcher, todo-convert-legacy-date-time)
3046         (todo-current-category, todo-date-string-matcher)
3047         (todo-define-insertion-command, todo-diary-expired-matcher)
3048         (todo-diary-goto-entry, todo-diary-item-p)
3049         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
3050         (todo-display-categories, todo-display-sorted, todo-done-item-p)
3051         (todo-done-item-section-p, todo-done-separator)
3052         (todo-done-string-matcher, todo-files, todo-filter-items)
3053         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
3054         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
3055         (todo-insert-category-line, todo-insert-item-from-calendar)
3056         (todo-insert-sort-button, todo-insert-with-overlays)
3057         (todo-insertion-command-name, todo-insertion-key-bindings)
3058         (todo-label-to-key, todo-longest-category-name-length)
3059         (todo-make-categories-list, todo-mode-external-set)
3060         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
3061         (todo-modes-set-3, todo-multiple-filter-files)
3062         (todo-nondiary-marker-matcher, todo-prefix-overlays)
3063         (todo-read-category, todo-read-date, todo-read-dayname)
3064         (todo-read-file-name, todo-read-time)
3065         (todo-reevaluate-category-completions-files-defcustom)
3066         (todo-reevaluate-default-file-defcustom)
3067         (todo-reevaluate-filelist-defcustoms)
3068         (todo-reevaluate-filter-files-defcustom)
3069         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
3070         (todo-reset-done-separator, todo-reset-done-separator-string)
3071         (todo-reset-done-string, todo-reset-global-current-todo-file)
3072         (todo-reset-highlight-item, todo-reset-nondiary-marker)
3073         (todo-reset-prefix, todo-set-categories)
3074         (todo-set-date-from-calendar, todo-set-show-current-file)
3075         (todo-set-top-priorities, todo-short-file-name)
3076         (todo-show-current-file, todo-sort, todo-time-string-matcher)
3077         (todo-total-item-counts, todo-update-buffer-list)
3078         (todo-update-categories-display, todo-update-categories-sexp)
3079         (todo-update-count, todo-validate-name, todo-y-or-n-p):
3080         New functions.
3081         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
3082         New major modes.
3083         (todo-categories, todo-display, todo-edit, todo-faces)
3084         (todo-filtered): New defgroups.
3085         (todo-archived-only, todo-button, todo-category-string, todo-date)
3086         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
3087         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
3088         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
3089         (todo-add-item-if-new-category, todo-always-add-time-string)
3090         (todo-categories-align, todo-categories-archived-label)
3091         (todo-categories-category-label, todo-categories-diary-label)
3092         (todo-categories-done-label, todo-categories-number-separator)
3093         (todo-categories-todo-label, todo-categories-totals-label)
3094         (todo-category-completions-files, todo-completion-ignore-case)
3095         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
3096         (todo-done-separator-string, todo-done-string)
3097         (todo-files-function, todo-filter-done-items, todo-filter-files)
3098         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
3099         (todo-initial-category, todo-initial-file, todo-item-mark)
3100         (todo-legacy-date-time-regexp, todo-mode-line-function)
3101         (todo-nondiary-marker, todo-number-prefix)
3102         (todo-print-buffer-function, todo-show-current-file)
3103         (todo-show-done-only, todo-show-first, todo-show-with-done)
3104         (todo-skip-archived-categories, todo-top-priorities-overrides)
3105         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
3106         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
3107         New defcustoms.
3108         (todo-category-done, todo-date-pattern, todo-date-string-start)
3109         (todo-diary-items-buffer, todo-done-string-start)
3110         (todo-filtered-items-buffer, todo-item-start)
3111         (todo-month-abbrev-array, todo-month-name-array)
3112         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
3113         (todo-top-priorities-buffer): New defconsts.
3114         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
3115         (todo-categories-with-marks, todo-category-string-face)
3116         (todo-comment-face, todo-comment-string, todo-current-todo-file)
3117         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
3118         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
3119         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
3120         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
3121         (todo-font-lock-keywords, todo-global-current-todo-file)
3122         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
3123         (todo-insertion-commands-args)
3124         (todo-insertion-commands-args-genlist)
3125         (todo-insertion-commands-names, todo-insertion-map)
3126         (todo-key-bindings-t, todo-key-bindings-t+a)
3127         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
3128         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
3129         (todo-nondiary-face, todo-print-buffer, todo-time-face)
3130         (todo-visited): New variables.
3132 2013-06-21  Glenn Morris  <rgm@gnu.org>
3134         * play/cookie1.el (cookie-apropos): Add optional display argument.
3135         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
3136         (psychoanalyze-pinhead): Use cookie-doctor.
3138 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3140         * emacs-lisp/package.el (tar-get-file-descriptor)
3141         (tar--extract): Declare.
3143 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
3145         Extend flymake's warning predicate to be a function (bug#14217).
3146         * progmodes/flymake.el (flymake-warning-predicate): New.
3147         (flymake-parse-line): Use it.
3148         (flymake-warning-re): Make obsolete alias to
3149         `flymake-warning-predicate'.
3151 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3153         * emacs-lisp/package.el (package-alist): Include obsolete packages.
3154         (package-obsolete-list): Remove.
3155         (package-activate): Remove min-version argument.  Add `force' argument.
3156         Adjust to new package-alist format.
3157         (package-mark-obsolete): Remove.
3158         (package-unpack): Force reload of the package's autoloads.
3159         (package-installed-p): Check builtins if the installed package is not
3160         recent enough.
3161         (package-initialize): Don't reset package-obsolete-list.
3162         Don't specify which package version to activate.
3163         (package-process-define-package, describe-package-1)
3164         (package-menu--generate): Adjust to new package-alist format.
3166 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3168         * allout-widgets.el (allout-widgets-mode-off)
3169         (allout-widgets-mode-on, allout-widgets-pre-command-business)
3170         (allout-widgets-post-command-business)
3171         (allout-widgets-after-copy-or-kill-function)
3172         (allout-widgets-after-undo-function, allout-test-range-overlaps)
3173         (allout-decorate-item-and-context)
3174         (allout-graphics-modification-handler): Fix typos in docstrings.
3175         (allout-get-or-create-parent-widget): Use `looking-at-p'.
3177         * cmuscheme.el (scheme-start-file): Doc fix.
3178         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
3179         (scheme-input-filter): Use `string-match-p'.
3181         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
3183         * dired-x.el: Use Dired consistently in docstrings.
3185         * dired.el: Use Dired consistently in docstrings.
3186         (dired-readin, dired-mode): Use `setq-local'.
3187         (dired-switches-alist): Make defvar-local.
3188         (dired-buffers-for-dir): Use `zerop'.
3189         (dired-safe-switches-p, dired-switches-escape-p)
3190         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
3191         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
3192         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
3193         (dired-goto-next-nontrivial-file): Use `string-match-p'.
3194         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
3195         (dired-toggle-marks, dired-mark-files-containing-regexp)
3196         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
3197         (dired-flag-auto-save-files, dired-flag-backup-files):
3198         Use `looking-at-p'.
3199         (dired-mark-files-regexp, dired-build-subdir-alist):
3200         Use `string-match-p', `looking-at-p'.
3202         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
3203         (direct-print-region-helper): Use `string-match-p'.
3205 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3207         * comint.el (comint-redirect-results-list-from-process):
3208         Fix infinite loop.
3210 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212         * net/eww.el (eww-update-header-line-format): Quote % characters.
3214 2013-06-21  Glenn Morris  <rgm@gnu.org>
3216         * play/cookie1.el (cookie): New custom group.
3217         (cookie-file): New option.
3218         (cookie-check-file): New function.
3219         (cookie): Make it interactive.  Make start and end messages optional.
3220         Interactively, display the result.  Default to cookie-file.
3221         (cookie-insert): Default to cookie-file.
3222         (cookie-snarf): Make start and end messages optional.
3223         Default to cookie-file.  Use with-temp-buffer.
3224         (cookie-read): Rename from read-cookie.
3225         Make start and end messages optional.  Default to cookie-file.
3226         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
3227         Do not autoload it.
3228         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
3229         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
3231 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3233         * progmodes/octave.el (octave-mode): Backward compatibility fix.
3235 2013-06-21  Glenn Morris  <rgm@gnu.org>
3237         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
3239 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3240             Daniel Hackney  <dan@haxney.org>
3242         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
3243         Consolidate the single-file vs tarball code.
3244         (package-desc-suffix): New function.
3245         (package-desc-full-name): Don't bother inlining it.
3246         (package-load-descriptor): Return the new package-desc.
3247         (package-mark-obsolete): Remove unused arg `package'.
3248         (package-unpack): Make it work for single files as well.
3249         Make it update package-alist.
3250         (package--make-autoloads-and-stuff): Rename from
3251         package--make-autoloads-and-compile.  Don't compile any more.
3252         (package--compile): New function.
3253         (package-generate-description-file): New function, extracted from
3254         package-unpack-single.
3255         (package-unpack-single): Remove.
3256         (package--with-work-buffer): Add indentation and debugging info.
3257         (package-download-single): Remove.
3258         (package-install-from-archive): Rename from package-download-tar, make
3259         it take a pkg-desc, and make it work for single files as well.
3260         (package-download-transaction): Simplify.
3261         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
3262         external tar program.
3263         (package-install-from-buffer): Remove `pkg-desc' argument.
3264         Use package-tar-file-info for tar-mode buffers.
3265         (package-install-file): Simplify accordingly.
3266         (package-archive-base): Change to take a pkg-desc.
3267         * tar-mode.el (tar--check-descriptor): New function, extracted from
3268         tar-get-descriptor.
3269         (tar-get-descriptor): Use it.
3270         (tar-get-file-descriptor): New function.
3271         (tar--extract): New function, extracted from tar-extract.
3272         (tar--extract): Use it.
3273         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
3274         case the summary uses non-ascii.  Adjust to new calling convention of
3275         package-tar-file-info.
3277 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3279         * comint.el (comint-redirect-results-list-from-process):
3280         Fix random delay.  (Bug#14681)
3282 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3284         * profiler.el (profiler-format-number): Use log, not log10.
3286 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3288         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
3290 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3292         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
3293         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
3294         yet available.
3295         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
3296         (AUTOGENEL): ... here.
3297         * emacs-lisp/cl-macs.el (cl--sublis): New function.
3298         (cl--defsubst-expand): Use it.
3300 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3302         * subr.el (log10): Move here from C code, and declare as obsolete.
3303         All uses of (log10 X) replaced with (log X 10).
3305 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3307         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
3308         Declare with `defvar-local'.
3309         (tabulated-list-use-header-line, tabulated-list-entries)
3310         (tabulated-list-padding, tabulated-list-printer)
3311         (tabulated-list-sort-key): Declare with `defvar-local'.
3312         (tabulated-list-init-header, tabulated-list-print-fake-header):
3313         Use `setq-local'.
3315 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
3317         * arc-mode.el (archive-mode): Add `archive-write-file' to
3318         `write-contents-functions' also for remote files.  (Bug#14652)
3320 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3322         * cus-edit.el (custom-commands): Fix typos.
3323         (custom-display): Fix tooltip text.
3324         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
3325         Fix typos in docstrings.
3326         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
3327         (custom-unlispify-menu-entry, custom-magic-value-create)
3328         (custom-add-see-also, custom-group-value-create): Use ?\s.
3329         (custom-guess-type, customize-apropos, editable-field)
3330         (custom-face-value-create): Use `string-match-p'.
3331         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
3333         * custom.el (custom-load-symbol): Use `string-match-p'.
3335         * ansi-color.el: Convert to lexical binding.
3336         (ansi-colors): Fix URL.
3337         (ansi-color-context, ansi-color-context-region): Use defvar-local.
3338         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
3339         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
3341 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
3345         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
3347 2013-06-19  Tom Tromey  <tromey@redhat.com>
3349         * net/eww.el (eww-top-url): Remove.
3350         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
3351         (eww-render): Set new variables.  Don't set eww-top-url.
3352         (eww-handle-link): Handle "prev", "home", and "contents".
3353         Downcase the rel text.
3354         (eww-top-url): Choose best top URL.
3356 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3358         * net/eww.el: Rewrite to implement form elements "by hand" instead of
3359         relying in widget.el.  Using widget.el leads to too many
3360         user interface inconsistencies.
3361         (eww-self-insert): Implement entering commands in text fields.
3362         (eww-process-text-input): New function to make text input field editing
3363         work.
3364         (eww-submit): Rewrite to use the new-style form methods.
3365         (eww-select-display): Display the correct selected item.
3366         (eww-change-select): Implement changing the select value.
3367         (eww-toggle-checkbox): Implement radio/checkboxes.
3368         (eww-update-field): Fix compilation error.
3369         (eww-tag-textarea): Implement <textarea>.
3371         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
3372         we don't shadow mode-specific bindings.
3374         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
3375         nothing to push.
3377         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
3379 2013-06-19  Glenn Morris  <rgm@gnu.org>
3381         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
3383 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
3385         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
3386         not needed.
3388         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
3390 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392         * net/browse-url.el (browse-url-browser-function):
3393         `eww-browse-url' has the right calling signature, `eww' does not.
3395 2013-06-19  Glenn Morris  <rgm@gnu.org>
3397         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
3398         Only eval autoloaded macros.
3399         (byte-compile-autoload): Only give the macro warning for macros.
3401         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
3402         (ps-underlined-faces): Declare.
3404         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
3405         (speedbar-add-supported-extension): Declare.
3407         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
3408         Don't include a date stamp in the header of the generated file;
3409         it leads to needless differences between output files.
3411 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
3413         * net/secrets.el (secrets-struct-secret-content-type):
3414         Replace check of introspection data by a test call of "CreateItem".
3415         Some servers do not offer introspection.
3417 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3419         * electric.el (electric-pair-mode): Improve interaction with
3420         electric-layout-mode.
3421         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
3422         (electric-pair-syntax): Use text-mode-syntax-table in comments
3423         and strings.
3424         (electric-pair--insert): New function.
3425         (electric-pair-post-self-insert-function): Use it and
3426         electric--after-char-pos.
3428 2013-06-19  Leo Liu  <sdl.web@gmail.com>
3430         * progmodes/octave.el (octave-help): Fix regexp.
3432 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
3435         (shr-table-horizontal-line): Allow nil as a value, and change the
3436         default.
3437         (shr-insert-table-ruler): Respect the nil value.
3439 2013-06-18  Tom Tromey  <tromey@barimba>
3441         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
3442         New defvars.
3443         (eww-open-file): New defun.
3444         (eww-render): Initialize new variables.
3445         (eww-display-html): Handle "link" and "a".
3446         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
3447         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
3448         (eww-back-url): Rename from eww-previous-url.
3449         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
3450         New defuns.
3452 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
3454         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
3455         Distinguish ternary operator tokens from slash symbol and slash
3456         char literal.
3458 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
3460         Convert symbol prettification into minor mode and global minor mode.
3462         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
3463         `prog-prettify-symbols', and make a local defvar instead of defcustom.
3464         (prettify-symbols--keywords): Rename from
3465         `prog-prettify-symbols-alist' and make a local defvar.
3466         (prettify-symbols--compose-symbol): Rename from
3467         `prog--prettify-font-lock-compose-symbol'.
3468         (prettify-symbols--make-keywords): Rename from
3469         `prog-prettify-font-lock-symbols-keywords' and simplify.
3470         (prog-prettify-install): Remove.
3471         (prettify-symbols-mode): New minor mode, based on
3472         `prog-prettify-install'.
3473         (turn-on-prettify-symbols-mode): New function.
3474         (global-prettify-symbols-mode): New globalized minor mode.
3476         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3477         * progmodes/cfengine.el (cfengine3-mode):
3478         * progmodes/perl-mode.el (perl-mode): Don't call
3479         `prog-prettify-install'; set `prettify-symbols-alist' instead.
3481 2013-06-18  Juri Linkov  <juri@jurta.org>
3483         * files-x.el (modify-file-local-variable-message): New function.
3484         (modify-file-local-variable)
3485         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
3486         and call `modify-file-local-variable-message' when it's non-nil.
3487         (add-file-local-variable, delete-file-local-variable)
3488         (add-file-local-variable-prop-line)
3489         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
3490         and use it.  (Bug#9820)
3492 2013-06-18  Juri Linkov  <juri@jurta.org>
3494         * emulation/vi.el (vi-shell-op):
3495         * emulation/vip.el (vip-execute-com, ex-command):
3496         * emulation/viper-cmd.el (viper-exec-bang):
3497         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
3498         the call of `shell-command-on-region'.  (Bug#14637)
3500         * simple.el (shell-command-on-region): Doc fix.
3502 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3504         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
3505         (bug#14633).
3507 2013-06-18  Glenn Morris  <rgm@gnu.org>
3509         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
3511         * newcomment.el (comment-search-forward, comment-search-backward):
3512         Doc fix.  (Bug#14376)
3514 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
3516         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
3517         (buffer-face-mode-invoke): Doc fix.
3519 2013-06-18  Matthias Meulien  <orontee@gmail.com>
3521         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
3522         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
3524 2013-06-18  Glenn Morris  <rgm@gnu.org>
3526         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
3527         Replace obsolete function generic-make-keywords with its expansion.
3529         * progmodes/python.el (ffap-alist): Declare.
3531         * textmodes/reftex.el (bibtex-mode-map): Declare.
3533 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3535         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
3536         (package-unpack, package-unpack-single): Return the pkg-dir.
3537         (package-download-transaction): Use it to update package-alist.
3539 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
3542         possible choice.
3544 2013-06-17  Juri Linkov  <juri@jurta.org>
3546         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
3548 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
3550         * emacs-lisp/package.el (package-load-descriptor):
3551         Remove `with-syntax-table' call, `read' doesn't need it.
3552         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
3554 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
3556         * startup.el (command-line): Expand package name returned by
3557         `package--description-file' (bug#14639).
3559 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
3561         * emacs-lisp/package.el (package-load-descriptor): Do not call
3562         `emacs-lisp-mode', just use its syntax table.
3564 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
3566         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
3567         `font-lock-extra-managed-props' if any prettifying keyword is added.
3568         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
3569         (prog-mode): Use `setq-local'.
3571 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3573         * international/characters.el (standard-case-table): Set syntax of ?»
3574         and ?« to punctuation.
3576 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
3578         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
3579         Save relevant match data before calling `syntax-ppss' (bug#14595).
3581 2013-06-15  Juri Linkov  <juri@jurta.org>
3583         * files-x.el (modify-file-local-variable-prop-line): Add local
3584         variables to the end of the existing comment on the first line.
3585         Use `file-auto-mode-skip' to skip interpreter magic line,
3586         and also skip XML declaration.
3588 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3590         * startup.el (package--builtin-versions): New var.
3591         (package-subdirectory-regexp): Remove.
3592         (package--description-file): Hard code its value instead.
3594         * emacs-lisp/package.el: Don't activate packages older than builtin.
3595         (package-obsolete-list): Rename from package-obsolete-alist, and make
3596         it into a simple list of package-desc.
3597         (package-strip-version): Remove.
3598         (package-built-in-p): Use package--builtin-versions.
3599         (package-mark-obsolete): Simplify.
3600         (package-process-define-package): Mark it obsolete if older than the
3601         builtin version.
3602         (package-handle-response): Use line-end-position.
3603         (package-read-archive-contents, package--download-one-archive):
3604         Simplify.
3605         (package--add-to-archive-contents): Skip if older than the builtin or
3606         installed version.
3607         (package-menu-describe-package): Fix last change.
3608         (package-list-unversioned): New var.
3609         (package-menu--generate): Use it.
3611         * emacs-lisp/autoload.el: Manage package--builtin-versions.
3612         (autoload--insert-text, autoload--insert-cookie-text): New functions.
3613         (autoload-builtin-package-versions): New variable.
3614         (autoload-generate-file-autoloads): Use them.
3615         Remove the list of autoloaded functions/macros from the
3616         (autoload...) comments.
3618         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
3620 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
3622         * simple.el (line-move-partial): Don't jump to the next screen
3623         line as soon as it becomes visible.  Instead, continue enlarging
3624         the vscroll until the portion of a tall screen line that's left on
3625         display is about the height of the frame's default font.
3626         (Bug#14567)
3628 2013-06-15  Glenn Morris  <rgm@gnu.org>
3630         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
3631         compilation-error-regexp-alist void, or local while let-bound.
3633         * progmodes/make-mode.el (makefile-mode-syntax-table):
3634         Treat "=" as punctuation.  (Bug#14614)
3636 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
3638         * help-fns.el (describe-variable):
3639         Add extra line for permanent-local variables.
3641 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
3643         * progmodes/scheme.el (scheme-font-lock-keywords-2):
3644         Add export, import, library.  (Bug#9164)
3645         (library): Set indent function.
3647 2013-06-14  Glenn Morris  <rgm@gnu.org>
3649         * term/xterm.el (xterm--query):
3650         Stop after first matching handler.  (Bug#14615)
3652 2013-06-14 Ivan Kanis  <ivan@kanis.fr>
3654         Add support for dired in saveplace.
3655         * dired.el (dired-initial-position-hook): New variable.
3656         (dired-initial-position): Call hook to place cursor position.
3657         * saveplace.el (save-place-to-alist): Add dired position.
3658         (save-place-dired-hook): New function.
3660 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3662         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
3663         through a symbol rather than letrec.
3665         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
3666         (package-desc): Add `dir' field.
3667         (package-desc-full-name): New function.
3668         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
3669         (package-maybe-load-descriptor): Remove.
3670         (package-load-all-descriptors): Just call package-load-descriptor.
3671         (package--disabled-p): New function.
3672         (package-desc-vers, package-desc-doc): Remove aliases.
3673         (package--dir): Remove function.
3674         (package-activate): Check if a package is disabled.
3675         (package-process-define-package): New function, extracted from
3676         define-package.
3677         (define-package): Turn into a place holder.
3678         (package-unpack-single, package-tar-file-info):
3679         Use package--description-file.
3680         (package-compute-transaction): Use package--disabled-p.
3681         (package-download-transaction): Don't call
3682         package-maybe-load-descriptor since they're all loaded anyway.
3683         (package-install): Change argument to be a pkg-desc.
3684         (package-delete): Use a single pkg-desc argument.
3685         (describe-package-1): Use package-desc-dir instead of package--dir.
3686         Use package-desc property instead of package-symbol.
3687         (package-install-button-action): Adjust accordingly.
3688         (package--push): Rewrite.
3689         (package-menu--print-info): Adjust accordingly.  Change the ID format
3690         to be a pkg-desc.
3691         (package-menu-describe-package, package-menu-get-status)
3692         (package-menu--find-upgrades, package-menu-mark-upgrades)
3693         (package-menu-execute, package-menu--name-predicate):
3694         Adjust accordingly.
3695         * startup.el (package--description-file): New function.
3696         (command-line): Use it.
3697         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3698         Use package-desc-version.
3700         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
3701         (byte-compile-preprocess): Use it.
3702         (byte-compile-file-form-defalias): Try a bit harder to use macros we
3703         can't quite recognize.
3704         (byte-compile-add-to-list): Remove.
3705         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
3706         (cconv-closure-convert): Add assertion.
3708         * emacs-lisp/map-ynp.el: Use lexical-binding.
3709         (map-y-or-n-p): Remove unused vars `tail' and `object'.
3710         Factor out some repeated code.
3712 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3714         * subr.el (with-eval-after-load): New macro.
3715         (eval-after-load): Allow form to be a function.
3716         take advantage of lexical-binding.
3717         (do-after-load-evaluation): Use dolist and adjust to new format.
3718         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
3720 2013-06-13  Juri Linkov  <juri@jurta.org>
3722         * replace.el (perform-replace): Display "symbol " and other search
3723         modes from `isearch-message-prefix' in the *Help* buffer.
3725         * isearch.el (isearch-query-replace): Add " symbol" and other
3726         possible search modes from `isearch-message-prefix' to the prompt.
3727         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
3728         when reading a regexp to collect.
3730 2013-06-13  Juri Linkov  <juri@jurta.org>
3732         * isearch.el (word-search-regexp): Match whitespace if the search
3733         string begins or ends in whitespace.  The LAX arg is applied to
3734         both ends of the search string.  Use `regexp-quote' and explicit
3735         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
3736         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
3737         boundaries are replaced with symbol boundaries, and characters
3738         between symbols match non-word non-symbol syntax.  (Bug#14602)
3740 2013-06-13  Juri Linkov  <juri@jurta.org>
3742         * isearch.el (isearch-del-char): Don't exceed the length of
3743         `isearch-string' by the prefix arg.  (Bug#14563)
3745 2013-06-13  Juri Linkov  <juri@jurta.org>
3747         * isearch.el (isearch-yank-word, isearch-yank-line)
3748         (isearch-char-by-name, isearch-quote-char)
3749         (isearch-printing-char, isearch-process-search-char):
3750         Add optional count prefix arg.  (Bug#14563)
3752         * international/isearch-x.el
3753         (isearch-process-search-multibyte-characters):
3754         Add optional count prefix arg.
3756 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3758         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
3759         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
3760         lexical-binding.
3762 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
3764         * subr.el (set-temporary-overlay-map): Add on-exit argument.
3766 2013-06-13  Glenn Morris  <rgm@gnu.org>
3768         * startup.el (tty-handle-args):
3769         Don't just discard "--" and anything after.  (Bug#14608)
3771         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
3773 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
3775         Implement changes in Secret Service API.  Make it backward compatible.
3776         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
3777         (secrets-create-item): Use it.  Prefix properties with interface.
3779 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
3781         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
3782         (term-emulate-terminal): Respect term-suppress-hard-newline.
3784 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
3786         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3787         Only remove a `thumb-file' overlay.  (Bug#14548)
3789 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
3791         * mail/reporter.el (reporter-submit-bug-report):
3792         Handle missing package-name.  (Bug#14600)
3794 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3796         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
3797         (reftex-citation-prompt, reftex-default-bibliography)
3798         (reftex-bib-or-thebib, reftex-get-bibfile-list)
3799         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
3800         (reftex-bib-sort-author, reftex-bib-sort-year)
3801         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
3802         (reftex-extract-bib-entries-from-thebibliography)
3803         (reftex-get-bibkey-default, reftex-get-bib-names)
3804         (reftex-parse-bibtex-entry, reftex-get-bib-field)
3805         (reftex-format-bib-entry, reftex-parse-bibitem)
3806         (reftex-format-bibitem, reftex-do-citation)
3807         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
3808         (reftex-restrict-bib-matches, reftex-extract-bib-file)
3809         (reftex-insert-bib-matches, reftex-format-citation)
3810         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
3811         (reftex-create-bibtex-file): Add docstrings, mostly by converting
3812         existing comments into docstrings.
3814 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
3816         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
3818 2013-06-12  Andreas Schwab  <schwab@suse.de>
3820         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
3821         for auto-save files.
3823 2013-06-12  Glenn Morris  <rgm@gnu.org>
3825         * ido.el (ido-delete-ignored-files): Remove.
3826         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
3827         Go back to calling ido-ignore-item-p directly.
3829 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
3831         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
3833         * ido.el (ido-delete-ignored-files): New function,
3834         split from ido-make-file-list-1.
3835         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
3836         (ido-make-file-list-1): Use ido-delete-ignored-files.
3838 2013-06-12  Leo Liu  <sdl.web@gmail.com>
3840         * progmodes/octave.el (inferior-octave-startup)
3841         (inferior-octave-completion-table)
3842         (inferior-octave-track-window-width-change)
3843         (octave-eldoc-function-signatures, octave-help)
3844         (octave-find-definition): Use single quoted strings.
3845         (inferior-octave-startup-args): Change default value.
3846         (inferior-octave-startup): Do not hard code "-i" and
3847         "--no-line-editing".
3848         (inferior-octave-resync-dirs): Add optional arg NOERROR.
3849         (inferior-octave-directory-tracker): Use it.
3850         (octave-goto-function-definition): Robustify.
3851         (octave-help): Support highlighting operators in 'See also'.
3852         (octave-find-definition): Find subfunctions only in Octave mode.
3854 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3856         * help-fns.el (help-fns--compiler-macro): If the handler function is
3857         named, then put a link to it.
3858         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
3859         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
3860         (cl-typep): Use it.
3861         (cl-eval-when): Simplify debug spec.
3862         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
3863         compiler-macro function instead of setting `compiler-macro-file'.
3865 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
3867         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
3868         * vc/vc-hooks.el (vc-stay-local): Doc fix.
3870 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3871             Daniel Hackney  <dan@haxney.org>
3873         First part of Daniel Hackney's patch to package.el.
3874         * emacs-lisp/package.el: Use defstruct.
3875         (package-desc): New, main struct.
3876         (package--bi-desc, package--ac-desc): New structs, used to describe the
3877         format in external files.
3878         (package-desc-vers): Replace with package-desc-version accessor.
3879         (package-desc-doc): Replace with package-desc-summary accessor.
3880         (package-activate-1): Remove `package' arg since the pkg-vec now
3881         includes the name.
3882         (define-package): Use package-desc-from-define.
3883         (package-unpack-single): Change file-name arg to be a symbol.
3884         (package--add-to-archive-contents): Use package-desc-create and new
3885         accessor functions to package--ac-desc.
3886         (package-buffer-info, package-tar-file-info): Return a package-desc.
3887         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
3888         arg to be a package-desc.
3889         (package-install-file): Adjust accordingly.  Use \' to match EOS.
3890         (package--from-builtin): New function.
3891         (describe-package-1, package-menu--generate): Use it.
3892         (package--make-autoloads-and-compile): Change name arg to be a symbol.
3893         (package-generate-autoloads): Idem and return the name of the file.
3894         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3895         Change pkg-info arg to be a package-desc.
3896         Use package-make-ac-desc.
3897         (package-upload-file): Use \' to match EOS.
3898         * finder.el (finder-compile-keywords): Use package-make-builtin.
3900 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3902         * vc/vc.el (vc-deduce-fileset): Change error message.
3903         (vc-read-backend): New function.
3904         (vc-next-action): Use it.
3906         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
3908         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
3909         (prolog-font-lock-keywords): Use regexp-opt instead.
3910         Don't manually highlight strings.
3911         (prolog-mode-variables): Simplify comment-start-skip.
3912         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
3914         * emacs-lisp/generic.el (generic--normalise-comments)
3915         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
3916         (generic-mode-set-comments): Use them.
3917         (generic-bracket-support): Use setq-local.
3918         (generic-make-keywords-list): Declare obsolete.
3920 2013-06-11  Glenn Morris  <rgm@gnu.org>
3922         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3923         Prettify after setting font-lock-defaults.  (Bug#14574)
3925 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
3927         * replace.el (query-replace, occur-read-regexp-defaults-function)
3928         (replace-search):
3929         * subr.el (declare-function, number-sequence, local-set-key)
3930         (substitute-key-definition, locate-user-emacs-file)
3931         (with-silent-modifications, split-string, eval-after-load):
3932         Fix typos, remove unneeded backslashes and reflow some docstrings.
3934 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3936         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
3937         default for Elisp files.
3939 2013-06-11  Glenn Morris  <rgm@gnu.org>
3941         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
3942         although define-derived-mode was doing this anyway.  (Bug#14583)
3944 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
3946         * allout.el (allout-encryption-plaintext-sanitization-regexps):
3947         Fix make-variable-buffer-local call to refer to the correct variable.
3949 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
3951         * eshell/em-term.el (eshell-visual-commands)
3952         (eshell-visual-subcommands, eshell-visual-options):
3953         Add summary line to docstrings.  Add cross-references.
3955 2013-06-10  Glenn Morris  <rgm@gnu.org>
3957         * epa.el (epa-read-file-name): New function.  (Bug#14510)
3958         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
3960 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
3962         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
3963         output redirection to be ignored with visual commands.
3965 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
3967         * eshell/em-term.el (eshell-visual-command-p): New function.
3968         (eshell-term-initialize): Move long lambda to separate function
3969         eshell-visual-command-p.
3970         * eshell/em-dirs.el (eshell-dirs-initialise):
3971         * eshell/em-script.el (eshell-script-initialize):
3972         Add missing #' to lambda.
3974 2013-06-08  Leo Liu  <sdl.web@gmail.com>
3976         * progmodes/octave.el (octave-add-log-current-defun): New function.
3977         (octave-mode): Set add-log-current-defun-function.
3978         (octave-goto-function-definition): Do not move point if not found.
3979         (octave-find-definition): Enhance to try subfunctions first.
3981 2013-06-08  Glenn Morris  <rgm@gnu.org>
3983         * emacs-lisp/bytecomp.el (byte-compile-char-before)
3984         (byte-compile-backward-char, byte-compile-backward-word):
3985         Improve previous change, to handle non-explicit nil.
3987 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3989         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
3990         (smie--opener/closer-at-point): New function.
3991         (smie--matching-block-data): Use it.  Don't match from right after an
3992         opener or right before a closer.  Obey smie-blink-matching-inners.
3993         Don't signal a mismatch for repeated inners like "switch..case..case".
3995 2013-06-07  Leo Liu  <sdl.web@gmail.com>
3997         * progmodes/octave.el (octave-mode): Set comment-use-global-state
3998         to t.  (Bug#14303)
3999         (octave-function-header-regexp): Fix.  (Bug#14570)
4000         (octave-help-mode-finish-hook, octave-help-mode-finish):
4001         Remove.  Just use temp-buffer-show-hook.
4003         * newcomment.el (comment-search-backward): Revert last change.
4004         (Bug#14434)
4006         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
4008 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
4010         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
4011         through xargs, to avoid failure due to MS-Windows limitations on
4012         command-line length.
4014 2013-06-06  Glenn Morris  <rgm@gnu.org>
4016         * font-lock.el (lisp-font-lock-keywords-2):
4017         Treat user-error like error.
4019         * emacs-lisp/bytecomp.el (byte-compile-char-before)
4020         (byte-compile-backward-char, byte-compile-backward-word):
4021         Handle explicit nil arguments.  (Bug#14565)
4023 2013-06-05  Alan Mackenzie  <acm@muc.de>
4025         * isearch.el (isearch-allow-prefix): New user option.
4026         (isearch-other-meta-char): Don't exit isearch when a prefix
4027         argument is typed whilst `isearch-allow-prefix' is non-nil.
4028         (Bug#9706)
4030 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4032         * autorevert.el (auto-revert-notify-handler): Use memq.
4033         Hide assertion failure.
4035         * skeleton.el: Use cl-lib.
4036         (skeleton-further-elements): Use defvar-local.
4037         (skeleton-insert): Use cl-progv.
4039 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4041         * progmodes/prog-mode.el (prog-prettify-symbols)
4042         (prog-prettify-install): Update docstrings.
4044 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4046         * simple.el: Move all the prog-mode code to prog-mode.el.
4047         * progmodes/prog-mode.el: New file.
4048         * loadup.el: Add prog-mode.el.
4050 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4052         * simple.el (prog-prettify-symbols): Add version.
4053         (prog-prettify-install): Add convenience function to prettify symbols.
4055         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
4056         (perl--augmented-font-lock-keywords-1)
4057         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
4058         variables and use it.
4060         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4061         (cfengine3-mode): Remove unneeded variable and use it.
4063         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4064         (lisp--augmented-font-lock-keywords-1)
4065         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
4066         Remove unneeded variables and use it.
4068 2013-06-05  João Távora  <joaotavora@gmail.com>
4070         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
4071         to point when opening the connection.  (Bug#14380)
4073 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4075         * subr.el (load-history-regexp, load-history-filename-element)
4076         (eval-after-load, after-load-functions, do-after-load-evaluation)
4077         (eval-next-after-load, display-delayed-warnings)
4078         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
4079         definition of save-match-data.
4080         (overriding-local-map): Remove accidental obsolescence declaration.
4082         * emacs-lisp/edebug.el (edebug-result): Move before first use.
4084 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4086         Generalize symbol prettify support to prog-mode and implement it
4087         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
4088         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
4089         (prog--prettify-font-lock-compose-symbol)
4090         (prog-prettify-font-lock-symbols-keywords): New variables and
4091         functions to support symbol prettification.
4092         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4093         (lisp--augmented-font-lock-keywords-1)
4094         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
4095         (lisp--prettify-symbols-alist): Implement prettify of lambda.
4096         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4097         (cfengine3--prettify-symbols-alist, cfengine3-mode):
4098         Implement prettify of -> => :: strings.
4099         * progmodes/perl-mode.el (perl-prettify-symbols)
4100         (perl--font-lock-compose-symbol)
4101         (perl--font-lock-symbols-keywords): Move to prog-mode.
4102         (perl--prettify-symbols-alist): Prettify -> => :: strings.
4103         (perl-font-lock-keywords-1)
4104         (perl-font-lock-keywords-2): Remove explicit prettify support.
4105         (perl--augmented-font-lock-keywords)
4106         (perl--augmented-font-lock-keywords-1)
4107         (perl--augmented-font-lock-keywords-2, perl-mode):
4108         Implement prettify support.
4110 2013-06-05  Leo Liu  <sdl.web@gmail.com>
4112         Re-implement smie matching block highlight using
4113         show-paren-data-function.  (Bug#14395)
4114         * emacs-lisp/smie.el (smie-matching-block-highlight)
4115         (smie--highlight-matching-block-overlay)
4116         (smie--highlight-matching-block-lastpos)
4117         (smie-highlight-matching-block)
4118         (smie-highlight-matching-block-mode): Remove.
4119         (smie--matching-block-data-cache): New variable.
4120         (smie--matching-block-data): New function.
4121         (smie-setup): Use smie--matching-block-data for
4122         show-paren-data-function.
4124         * progmodes/octave.el (octave-mode-menu): Fix.
4125         (octave-find-definition): Skip garbage lines.
4127 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         Fix compilation error with simultaneous dynamic+lexical scoping.
4130         Add warning when a defvar appears after the first let-binding.
4131         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
4132         (byte-compile-close-variables): Initialize it.
4133         (byte-compile--declare-var): New function.
4134         (byte-compile-file-form-defvar)
4135         (byte-compile-file-form-define-abbrev-table)
4136         (byte-compile-file-form-custom-declare-variable): Use it.
4137         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
4138         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
4139         (byte-compile-bind): Handle dynamic bindings that shadow
4140         lexical bindings.
4141         (byte-compile-unbind): Make arg non-optional.
4142         (byte-compile-let): Simplify.
4143         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
4144         (cconv--analyse-function, cconv-analyse-form): Populate it.
4145         Protect byte-compile-bound-variables to limit the scope of defvars.
4146         (cconv-analyse-form): Add missing rule for (defvar <foo>).
4147         Remove unneeded rule for `declare'.
4149         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
4150         so as to avoid depending on cl-adjoin at run-time.
4151         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
4153         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
4154         (macroexp--warn-and-return): Use it.
4156 2013-06-05  Leo Liu  <sdl.web@gmail.com>
4158         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
4160 2013-06-04  Leo Liu  <sdl.web@gmail.com>
4162         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
4163         (compilation-auto-jump): Suppress the "Mark set" message to give
4164         way to exit message.
4166 2013-06-04  Alan Mackenzie  <acm@muc.de>
4168         Remove faulty optimisation from indentation calculation.
4169         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
4170         search limit based on 2000 characters back from indent-point.
4172 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
4174         * eshell/em-term.el (cl-lib): Require `cl-lib'.
4176 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4178         * emacs-lisp/lisp.el: Use lexical-binding.
4179         (lisp--local-variables-1, lisp--local-variables): New functions.
4180         (lisp--local-variables-completion-table): New var.
4181         (lisp-completion-at-point): Use it complete let-bound vars.
4183         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
4184         eagerly (bug#14422).
4186 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
4188         * autorevert.el (auto-revert-notify-enabled)
4189         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4190         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
4191         (auto-revert-notify-handler): Handle also gfilenotify.
4193         * subr.el (file-notify-handle-event): New defun.  Replacing ...
4194         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
4195         Remove.
4197 2013-06-03  Juri Linkov  <juri@jurta.org>
4199         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
4200         `M-s h .'.  (Bug#14427)
4202         * hi-lock.el (highlight-symbol-at-point): New alias for the new
4203         command `hi-lock-face-symbol-at-point'.
4204         (hi-lock-face-symbol-at-point): New command.
4205         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
4206         (hi-lock-menu): Add `highlight-symbol-at-point'.
4207         (hi-lock-mode): Doc fix.
4209         * isearch.el (isearch-forward-symbol-at-point): New command.
4210         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
4211         (isearch-highlight-regexp): Add a regexp which matches
4212         words/symbols for word/symbol mode.
4214         * subr.el (find-tag-default-bounds): New function with the body
4215         mostly moved from `find-tag-default'.
4216         (find-tag-default): Move most code to `find-tag-default-bounds',
4217         call it and apply `buffer-substring-no-properties' afterwards.
4219 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
4221         * eshell/em-term.el (eshell-term-initialize):
4222         Use `cl-intersection' rather than `intersection'.
4224 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
4226         * vc/log-view.el: Doc fix.
4227         (log-view-mode-map): Copy keymap from `special-mode-map'.
4229 2013-06-02  Eric Ludlam  <zappo@gnu.org>
4231         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
4232         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
4233         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
4234         (eieio-unbound, eieio-default-superclass)
4235         (eieio--define-field-accessors, method-static, method-before)
4236         (method-primary, method-after, method-num-lists)
4237         (method-generic-before, method-generic-primary)
4238         (method-generic-after, method-num-slots)
4239         (eieio-specialized-key-to-generic-key)
4240         (eieio--check-type, class-v, class-p)
4241         (eieio-class-name, define-obsolete-function-alias)
4242         (eieio-class-parents-fast, eieio-class-children-fast)
4243         (same-class-fast-p, class-constructor, generic-p)
4244         (generic-primary-only-p, generic-primary-only-one-p)
4245         (class-option-assoc, class-option, eieio-object-p)
4246         (class-abstract-p, class-method-invocation-order)
4247         (eieio-defclass-autoload-map, eieio-defclass-autoload)
4248         (eieio-class-un-autoload, eieio-defclass)
4249         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
4250         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
4251         (eieio--defgeneric-init-form, eieio-defgeneric-form)
4252         (eieio-defgeneric-reset-generic-form)
4253         (eieio-defgeneric-form-primary-only)
4254         (eieio-defgeneric-reset-generic-form-primary-only)
4255         (eieio-defgeneric-form-primary-only-one)
4256         (eieio-defgeneric-reset-generic-form-primary-only-one)
4257         (eieio-unbind-method-implementations)
4258         (eieio--defmethod, eieio--typep)
4259         (eieio-perform-slot-validation, eieio-validate-slot-value)
4260         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
4261         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
4262         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
4263         (eieio-slot-name-index, eieio-class-slot-name-index)
4264         (eieio-set-defaults, eieio-initarg-to-attribute)
4265         (eieio-attribute-to-initarg, eieio-c3-candidate)
4266         (eieio-c3-merge-lists, eieio-class-precedence-c3)
4267         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
4268         (eieio-class-precedence-list, eieio-generic-call-methodname)
4269         (eieio-generic-call-arglst, eieio-generic-call-key)
4270         (eieio-generic-call-next-method-list)
4271         (eieio-pre-method-execution-functions, eieio-generic-call)
4272         (eieio-generic-call-primary-only, eieiomt-method-list)
4273         (eieiomt-optimizing-obarray, eieiomt-install)
4274         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
4275         (eieio-generic-form, eieio-defmethod, make-obsolete)
4276         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
4277         (defclass): Remove `eval-and-compile' from macro.
4278         (call-next-method, shared-initialize): Instead of using
4279         `scoped-class' variable, use new eieio--scoped-class, and
4280         eieio--with-scoped-class.
4281         (initialize-instance): Rename local variable 'scoped-class' to
4282         'this-class' to remove ambiguitity from old global.
4284         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
4285         eieio.el.
4286         (eieio--scoped-class-stack): New variable.
4287         (eieio--scoped-class): New fcn.
4288         (eieio--with-scoped-class): New scoping macro.
4289         (eieio-defclass): Use pushnew instead of add-to-list.
4290         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
4291         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
4292         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
4293         `scoped-class' variable, use new eieio--scoped-class, and
4294         eieio--with-scoped-class.
4296         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
4298 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
4300         * eshell/esh-ext.el (eshell-external-command): Pass args to
4301         `eshell-find-interpreter'.
4302         (eshell-find-interpreter): Add new second parameter ARGS.
4304         * eshell/em-script.el (eshell-script-initialize): Add second arg
4305         to the function added as MATCH to `eshell-interpreter-alist'.
4307         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
4308         the function added as MATCH to `eshell-interpreter-alist'.
4310         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
4311         (eshell-visual-options): New defcustom.
4312         (eshell-escape-control-x): Adapt docstring.
4313         (eshell-term-initialize): Test `eshell-visual-subcommands' and
4314         `eshell-visual-options' in addition to `eshell-visual-commands'.
4315         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
4317 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4319         * progmodes/python.el (python-indent-block-enders): Add break,
4320         continue and raise keywords.
4322 2013-06-01  Glenn Morris  <rgm@gnu.org>
4324         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
4326         Plain (f)boundp silences compilation warnings since Emacs 22.1.
4327         * progmodes/cc-cmds.el (delete-forward-p):
4328         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
4329         * progmodes/cc-engine.el (buffer-syntactic-context):
4330         * progmodes/cc-fonts.el (face-property-instance):
4331         * progmodes/cc-mode.el (set-keymap-parents):
4332         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
4333         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
4334         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
4335         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
4336         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
4338         * progmodes/cc-vars.el (other): Emacs has this widget since
4339         at least 21.1, so don't (re)define it.
4341         * eshell/em-cmpl.el (eshell-cmpl-initialize):
4342         Replace the obsolete alias pcomplete-arg-quote-list.
4344 2013-06-01  Leo Liu  <sdl.web@gmail.com>
4346         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
4347         punctuation syntax.
4348         (inferior-octave-minimal-columns)
4349         (inferior-octave-last-column-width): New variables.
4350         (inferior-octave-track-window-width-change): New function.
4351         (inferior-octave-mode): Adjust column width so that Octave output,
4352         for example from 'ls', can fit into the window nicely.
4354 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
4356         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4357         Highlight expansions inside regexp literals.
4359 2013-05-31  Glenn Morris  <rgm@gnu.org>
4361         * obsolete/sym-comp.el (symbol-complete):
4362         Replace obsolete completion-annotate-function.
4364         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
4366 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
4368         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4369         New function, checks if point is inside a literal that allows
4370         expression expansion.
4371         (ruby-syntax-propertize-expansion): Use it.
4372         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
4373         around the body.
4375 2013-05-30  Juri Linkov  <juri@jurta.org>
4377         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
4378         to "\M-si".
4379         (isearch-invisible): New variable.
4380         (isearch-forward): Doc fix.
4381         (isearch-mode): Set `isearch-invisible'
4382         to the value of `search-invisible'.
4383         (isearch-toggle-case-fold): Doc fix.
4384         (isearch-toggle-invisible): New command.
4385         (isearch-query-replace): Let-bind `search-invisible'
4386         to the value of `isearch-invisible'.
4387         (isearch-search): Use `isearch-invisible' instead of
4388         `search-invisible'.  Let-bind `search-invisible'
4389         to the value of `isearch-invisible'.  (Bug#11378)
4391 2013-05-30  Juri Linkov  <juri@jurta.org>
4393         * replace.el (perform-replace): Avoid `isearch-range-invisible'
4394         call when `query-flag' is nil and `search-invisible' is non-nil.
4395         (Bug#11746)
4397 2013-05-30  Glenn Morris  <rgm@gnu.org>
4399         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
4401         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
4402         (cc-require): Suppress spurious "noruntime" warnings.
4403         (cc-require-when-compile): Use fboundp, for sake of compiler.
4405         * progmodes/cc-mode.el: Move load of cc-vars before that of
4406         cc-langs (which in turn loads cc-vars), to quieten compiler.
4408 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4410         * paren.el: Simplify the code.
4411         (show-paren-mode): Always start the timer.
4412         (show-paren--idle-timer): Rename from show-paren-idle-timer.
4413         (show-paren--overlay, show-paren--overlay-1): Rename from
4414         show-paren-overlay and show-paren-overlay-1, and initialize to an
4415         overlay rather than to nil.
4416         (show-paren-function): Misc cleanup and simplifications.
4418 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4420         * paren.el (show-paren-data-function): New hook.
4421         (show-paren--default): New function, extracted from show-paren-function.
4422         (show-paren-function): Use show-paren-data-function.
4424 2013-05-30  Glenn Morris  <rgm@gnu.org>
4426         * ielm.el (ielm-map, ielm-complete-symbol):
4427         Use completion-at-point rather than obsolete functions.
4428         (inferior-emacs-lisp-mode): Doc fix.
4429         Set completion-at-point-functions, rather than
4430         comint-dynamic-complete-functions.
4432         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
4433         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
4434         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
4436         * image.el (image-animated-p): Tweak definition.
4438         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
4439         (rlogin-process-connection-type): Tweak default.  Add set-after.
4440         (rlogin-host): Doc fix.
4441         (rlogin): Tweak prompt.
4442         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
4444         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
4445         * progmodes/tcl.el (inferior-tcl-mode-map):
4446         Use completion-at-point rather than obsolete alias.
4448         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
4450         * minibuffer.el (read-file-name-completion-ignore-case):
4451         Move before completion--in-region, for eager macro expansion.
4453 2013-05-29  Juri Linkov  <juri@jurta.org>
4455         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
4456         for total count of matching lines.  Add `global-matches' for total
4457         count of matches.  Rename `matches' to `lines' for count of
4458         matching lines.  Add `matches' for count of matches.
4459         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
4460         to `prev-line' for line number of prev match endpt.
4461         Increment `matches' for every match.  Print the number of
4462         matching lines in the header.
4463         (occur-context-lines): Rename `lines' to `curr-line'.
4464         Rename `prev-lines' to `prev-line'.  (Bug#14017)
4466 2013-05-29  Juri Linkov  <juri@jurta.org>
4468         * replace.el (perform-replace): Add `skip-read-only-count',
4469         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
4470         Increment them for corresponding conditions and report the number
4471         of skipped occurrences in the final message.  (Bug#11746)
4472         (query-replace, query-replace-regexp, query-replace-regexp-eval)
4473         (replace-string, replace-regexp): Doc fix.
4475 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4477         * emacs-lisp/trace.el (trace--read-args): Provide a default.
4479         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
4480         prog-mode-map (bug#14504).
4482 2013-05-29  Leo Liu  <sdl.web@gmail.com>
4484         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
4485         (octave-help): Small simplification.
4487         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
4488         off the highlight first.
4490 2013-05-29  Glenn Morris  <rgm@gnu.org>
4492         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
4493         Handle idlwave-last-system-routine-info-cons-cell being nil.
4495         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4496         (idlwave-write-paths): Simplify via with-temp-buffer.
4498         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
4499         * emulation/cua-rect.el: Also load cua-base at run time.
4501         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
4502         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
4503         (cperl-imenu-on-info): Require imenu.
4505 2013-05-28  Alan Mackenzie  <acm@muc.de>
4507         Handle "capitalised keywords" correctly.
4508         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
4510 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
4512         * eshell/em-unix.el: Add -r option to cp.
4514 2013-05-28  Glenn Morris  <rgm@gnu.org>
4516         * vc/vc-arch.el (vc-exec-after): Declare.
4517         (vc-switches): Autoload.
4518         * vc/vc-bzr.el: No need to require vc when compiling.
4519         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
4520         (vc-resynch-buffer, vc-dir-refresh): Declare.
4521         (vc-setup-buffer, vc-switches): Autoload.
4522         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
4523         (vc-resynch-buffer): Declare.
4524         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
4525         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
4526         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
4527         (grep-read-regexp, grep-read-files, grep-expand-template)
4528         (vc-dir-refresh): Declare.
4529         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
4530         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
4531         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
4532         * vc/vc-mtn.el (vc-exec-after): Declare.
4533         (vc-switches): Autoload.
4534         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
4535         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
4536         (vc-file-tree-walk): Declare.
4537         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
4538         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
4539         (vc-tag-precondition, vc-rename-master): Autoload.
4540         * vc/vc-svn.el (vc-exec-after): Declare.
4541         (vc-switches, vc-setup-buffer): Autoload.
4542         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
4543         Autoload.
4544         (vc-resynch-buffer): Declare.
4546         * obsolete/fast-lock.el (byte-compile-warnings):
4547         Don't warn about obsolete features in this obsolete file.
4549         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
4550         Move definition before use.
4552         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
4553         (dun-unix-verbs): Remove dun-zippy.
4554         (dun-zippy): Remove function.
4556         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
4558 2013-05-27  Juri Linkov  <juri@jurta.org>
4560         * replace.el (replace-search): New function with code moved out
4561         from `perform-replace'.
4562         (replace-highlight, replace-dehighlight): Move function definitions
4563         up closer to `replace-search'.  (Bug#11746)
4565 2013-05-27  Juri Linkov  <juri@jurta.org>
4567         * replace.el (perform-replace): Ignore invisible matches.
4568         In addition to checking `query-replace-skip-read-only', also
4569         filter out matches by calling `run-hook-with-args-until-failure'
4570         on `isearch-filter-predicates', and also check `search-invisible'
4571         for t or call `isearch-range-invisible'.
4572         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
4574 2013-05-27  Juri Linkov  <juri@jurta.org>
4576         * isearch.el (isearch-filter-predicates): Rename from
4577         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
4578         (isearch-message-prefix): Display text from the property
4579         `isearch-message-prefix' of the currently active filters.
4580         (isearch-search): Don't compare `isearch-filter-predicate' with
4581         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
4582         on `isearch-filter-predicates'.  Also check `search-invisible' for t
4583         or call `isearch-range-invisible'.
4584         (isearch-filter-visible): Make obsolete.
4585         (isearch-lazy-highlight-search):
4586         Call `run-hook-with-args-until-failure' on
4587         `isearch-filter-predicates' and use `isearch-range-invisible'.
4589         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
4590         `isearch-filter-predicates' instead of `funcall'ing
4591         `isearch-filter-predicate'.
4592         (Info-mode): Set `Info-isearch-filter' to
4593         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
4595         * dired-aux.el (dired-isearch-filter-predicate-orig):
4596         Remove variable.
4597         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4598         (dired-isearch-filenames-end): Add and remove
4599         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
4600         instead of changing the value of `isearch-filter-predicate'.
4601         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
4602         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
4603         Put property `isearch-message-prefix' to "filename " on
4604         `dired-isearch-filter-filenames'.
4606         * wdired.el (wdired-change-to-wdired-mode):
4607         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
4608         locally instead of changing `isearch-filter-predicate'.
4609         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
4611 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
4613         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
4614         return the commit hash (Bug#14459).  Also set the
4615         `vc-git-detached' property.
4616         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
4617         (vc-git-mode-line-string): Use the same help-echo format whether
4618         in detached mode or not, because we know the actual revision now.
4619         When in detached mode, shorten the revision to 7 chars.
4621 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4623         * emacs-lisp/easy-mmode.el (define-minor-mode):
4624         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
4625         mode hook and provide a docstring.
4627 2013-05-27  Alan Mackenzie  <acm@muc.de>
4629         Remove spurious syntax-table text properties inserted by C-y.
4630         * progmodes/cc-mode.el (c-after-change): Also clear hard
4631         syntax-table property with value nil.
4633 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
4635         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
4636         when reading the events; the buffer layout shall not be changed.
4638 2013-05-27  Leo Liu  <sdl.web@gmail.com>
4640         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
4641         New variable.
4642         (inferior-octave-directory-tracker): Automatically re-sync
4643         default-directory.
4644         (octave-help): Improve handling of 'See also'.
4646 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * doc-view.el: Minor naming convention tweaks.
4649         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
4651         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
4652         even if there's no `display' property yet (bug#14435).
4654 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
4656         * subr.el (unmsys--file-name): Rename from reveal-filename.
4658         * Makefile.in (custom-deps, finder-data, autoloads)
4659         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4660         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4661         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
4663 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4665         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
4666         error-completion on the first 2 args of condition-case (bug#14446).
4667         Don't burp at EOB.
4669 2013-05-25  Leo Liu  <sdl.web@gmail.com>
4671         * comint.el (comint-previous-matching-input): Do not flood the
4672         *Messages* buffer with trivial messages.
4674 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4676         * progmodes/flymake.el (flymake-nop): Don't return a string.
4677         (flymake-set-at): Fix typo.
4679         * simple.el (read--expression): New function, extracted from
4680         eval-expression.  Set completion-at-point-functions (bug#14465).
4681         (eval-expression, eval-minibuffer): Use it.
4683 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
4685         * progmodes/flymake.el (flymake-save-buffer-in-file)
4686         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
4687         (flymake-selected-frame, flymake-log, flymake-ins-after)
4688         (flymake-set-at, flymake-get-buildfile-from-cache)
4689         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
4690         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
4691         Refine the doc string.
4692         (flymake-get-file-name-mode-and-masks): Reformat.
4693         (flymake-get-real-file-name-function): Fix a minor bug.
4695 2013-05-24  Juri Linkov  <juri@jurta.org>
4697         * progmodes/grep.el (grep-mode-font-lock-keywords):
4698         Support =linenumber= format used by git-grep for lines with
4699         function names.  (Bug#13549)
4701 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4703         * progmodes/octave.el (octave-smie-rules): Return nil rather than
4704         0 after a semi-colon; it works better for smie-auto-fill.
4705         (octave--indent-new-comment-line): New function.
4706         (octave-indent-new-comment-line): Use it (indirectly).
4707         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
4708         modify comment-line-break-function.
4710         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
4711         (smie-setup): Use add-function to set it.
4713 2013-05-24  Sam Steingold  <sds@gnu.org>
4715         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
4716         argument (before the `interactive' argument).
4718 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4720         * image-mode.el (image-mode-winprops): Add winprops to
4721         image-mode-winprops-alist before running
4722         image-mode-new-window-functions.
4723         * doc-view.el (doc-view-new-window-function): Don't delay
4724         doc-view-goto-page via timers (bug#14435).
4726 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
4728         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
4729         (doc-view-desktop-save-buffer): New function.
4730         (doc-view-restore-desktop-buffer): New function.
4731         (desktop-buffer-mode-handlers):
4732         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
4733         handler.
4734         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
4735         `desktop-save-buffer' function.
4737 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
4739         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
4740         (tramp-gvfs-file-name-handler): Raise a user error when
4741         `tramp-gvfs-enabled' is nil.
4742         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
4743         Do not raise a user error when loading package.  (Bug#14447)
4745         * net/xesam.el: Move to obsolete/.
4747 2013-05-24  Glenn Morris  <rgm@gnu.org>
4749         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
4751         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
4753         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
4754         (Info-find-node, Man-getpage-in-background): Declare.
4756         * mail/unrmail.el (unrmail):
4757         Replace obsolete detect-coding-with-priority.
4759         * net/socks.el (socks-split-string): Use this rather than split-string.
4760         (socks-nslookup-host): Update for above change.
4761         (dynamic-choice, s5-dynamic-choice-match)
4762         (s5-dynamic-choice-match-inline, s5-widget-value-create):
4763         Comment out unused code.
4765         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
4766         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
4767         (gud-tooltip-echo-area): Make obsolete.
4768         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
4770         * progmodes/js.el (js--optimize-arglist): Declare.
4772         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
4774         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
4775         (ediff-window-C): Declare.
4777         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
4778         Tweak requires to silence compiler.
4780         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
4781         (he-search-string, he-tried-table, he-expand-list)
4782         (he-init-string, he-string-member, he-substitute-string)
4783         (he-reset-string): Declare.
4785         * obsolete/options.el (list-options): Use custom-variable-p,
4786         rather than obsolete alias.
4788 2013-05-23  Sam Steingold  <sds@gnu.org>
4790         * simple.el (shell-command-on-region): Pass the `replace' argument
4791         down to `call-process-region' to comply with the doc as reported on
4792         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
4794 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4796         * emacs-lisp/smie.el (smie-indent-forward-token)
4797         (smie-indent-backward-token): Handle string tokens (bug#14381).
4799 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4801         * ielm.el (ielm-menu): New menu.
4802         (inferior-emacs-lisp-mode): Set comment-start.
4804 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4806         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
4807         Fix deactivate action.
4809         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
4810         Add cleveref macros.
4812         * lisp/textmodes/reftex-parse.el
4813         (reftex-locate-bibliography-files): Accept options for
4814         bibliography commands.
4815         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
4816         Add addbibresource.  Basic Biblatex support.
4818 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
4820         * net/tramp-gvfs.el (top):
4821         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
4822         when loading package.  (Bug#14447)
4824 2013-05-23  Glenn Morris  <rgm@gnu.org>
4826         * progmodes/js.el: No need to load comint when compiling.
4827         (ring-insert, comint-send-string, comint-send-input)
4828         (comint-last-input-end, ido-chop): Declare.
4830         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
4831         * vc/ediff-mult.el: Adjust requires.
4832         (ediff-directories-internal, ediff-directory-revisions-internal)
4833         (ediff-patch-file-internal): Declare.
4834         * vc/ediff-ptch.el: Adjust requires.
4835         (ediff-use-last-dir, ediff-buffers-internal): Declare.
4836         (ediff-find-file): Autoload.
4837         * vc/ediff-util.el: No need to load ediff when compiling.
4838         (ediff-regions-internal): Declare.
4839         * vc/ediff-wind.el: Adjust requires.
4840         (ediff-compute-toolbar-width): Define when compiling.
4841         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
4842         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
4843         (dired-get-filename, dired-get-marked-files)
4844         (ediff-last-dir-patch, ediff-patch-default-directory)
4845         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
4846         (ediff-patch-buffer-internal): Declare.
4848         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
4849         (ispell-process, ispell-buffer-local-words, lm-summary)
4850         (lm-section-start, lm-section-end): Declare.
4851         (checkdoc-ispell-init): Simplify.
4853         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
4854         (he-string-member, he-reset-string, he-substitute-string): Declare.
4856         * eshell/em-ls.el: Adjust requires.
4857         (eshell-glob-regexp): Declare.
4858         * eshell/em-tramp.el: Adjust requires.
4859         (eshell-parse-command): Autoload.
4860         * eshell/em-xtra.el: Adjust requires.
4861         (eshell-parse-command): Autoload.
4862         * eshell/esh-ext.el: Adjust requires.
4863         (eshell-parse-command, eshell-close-handles): Autoload.
4864         * eshell/esh-io.el: Adjust requires.
4865         (eshell-output-filter): Autoload.
4866         * eshell/esh-util.el: No need to load tramp when compiling.
4867         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
4868         Declare.
4869         (eshell-parse-ange-ls): Require ange-ftp and tramp.
4870         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4871         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
4872         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
4873         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
4874         * eshell/esh-opt.el, eshell/esh-proc.el:
4875         * eshell/esh-var.el: Adjust requires.
4876         * eshell/eshell.el: Do not require esh-util twice.
4877         (eshell-add-input-to-history): Declare.
4878         (eshell-command): Check history module is active before using it.
4880         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
4882 2013-05-22  Leo Liu  <sdl.web@gmail.com>
4884         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
4886 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
4888         * autorevert.el (auto-revert-notify-add-watch)
4889         (auto-revert-notify-handler): Add `attrib' for the inotify case,
4890         it indicates changes in file modification time.
4892 2013-05-22  Glenn Morris  <rgm@gnu.org>
4894         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4895         Always delete the autoloaded function from the noruntime and
4896         unresolved functions lists.
4898         * allout.el: No need to load epa, epg, overlay when compiling.
4899         (epg-context-set-passphrase-callback, epg-list-keys)
4900         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
4901         (epg-key-user-id-list): Declare.
4903         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4904         (viper-set-parsing-style-toggling-macro)
4905         (viper-set-emacs-state-searchstyle-macros):
4906         Use called-interactively-p on Emacs.
4907         (viper-looking-back): Make it an obsolete alias.  Update callers.
4908         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
4909         Use looking-back rather than viper-looking-back.
4910         (viper-tmp-insert-at-eob, viper-enlarge-region)
4911         (viper-read-string-with-history, viper-register-to-point)
4912         (viper-append-to-register, viper-change-state-to-vi)
4913         (viper-backward-char-carefully, viper-forward-char-carefully)
4914         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
4915         (viper-change-state-to-emacs): Declare.
4916         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
4917         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
4918         * emulation/viper-mous.el: Do not load viper-cmd.
4919         (viper-backward-char-carefully, viper-forward-char-carefully)
4920         (viper-forward-word, viper-adjust-window): Declare.
4922         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
4924         * progmodes/idlw-help.el (idlwave-help-fontify):
4925         Use called-interactively-p.
4927         * term/w32console.el (w32-get-console-codepage)
4928         (w32-get-console-output-codepage): Declare.
4930         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
4931         Remove unnecessary declarations.
4932         (dframe-message): Doc fix.
4934         * info.el (dframe-select-attached-frame, dframe-current-frame):
4935         Declare.
4937         * speedbar.el (speedbar-message): Make it an obsolete alias.
4938         Update all callers.
4939         (speedbar-with-attached-buffer)
4940         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
4941         (speedbar-with-writable): Use backquote.
4942         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
4943         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4944         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
4945         rather than speedbar- aliases.
4946         * mail/rmail.el: Load dframe rather than speedbar when compiling.
4947         (speedbar-make-specialized-keymap, speedbar-insert-button)
4948         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
4949         (speedbar-do-function-pointer): Declare.
4950         (rmail-speedbar-button, rmail-speedbar-find-file)
4951         (rmail-speedbar-move-message):
4952         Use dframe-with-attached-buffer rather than speedbar- alias.
4953         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
4954         (dframe-message, speedbar-make-specialized-keymap)
4955         (speedbar-add-expansion-list, speedbar-mode-functions-list)
4956         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
4957         (speedbar-insert-button, dframe-select-attached-frame)
4958         (dframe-maybee-jump-to-attached-frame)
4959         (speedbar-change-initial-expansion-list)
4960         (speedbar-previously-used-expansion-list-name): Declare.
4961         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
4962         Use dframe-message, dframe-with-attached-buffer rather than
4963         speedbar- aliases.
4964         (gud-sentinel): Silence compiler.
4965         * progmodes/vhdl-mode.el (speedbar-refresh)
4966         (speedbar-do-function-pointer, speedbar-add-supported-extension)
4967         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
4968         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
4969         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
4970         (speedbar-file-lists, speedbar-make-tag-line)
4971         (speedbar-line-directory, speedbar-goto-this-file)
4972         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
4973         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
4974         (speedbar-make-button, speedbar-reset-scanners)
4975         (speedbar-files-item-info, speedbar-line-text)
4976         (speedbar-find-file-in-frame, speedbar-set-timer)
4977         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
4978         (speedbar-with-writable): Do not (re)define it.
4979         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
4980         rather than speedbar- alias.
4982 2013-05-21  Leo Liu  <sdl.web@gmail.com>
4984         * progmodes/octave.el (octave-mode-menu): Update and re-organize
4985         menu items.
4986         (octave-mode): Tweak fill-nobreak-predicate.
4987         (inferior-octave-startup): Check process to avoid infinite loop.
4988         (inferior-octave): Pop to buffer first to show abornmal process
4989         exit information.
4991 2013-05-21  Glenn Morris  <rgm@gnu.org>
4993         * printing.el (pr-menu-bar): Define when compiling.
4995 2013-05-21  Leo Liu  <sdl.web@gmail.com>
4997         * progmodes/octave.el (octave-auto-fill): Remove.
4998         (octave-indent-new-comment-line): Improve.
4999         (octave-mode): Use auto fill mode through
5000         comment-line-break-function and fill-nobreak-predicate.
5001         (octave-goto-function-definition): Support DEFUN_DLD.
5002         (octave-beginning-of-defun): Small tweak.
5003         (octave-help): Show parent directory.
5005 2013-05-21  Glenn Morris  <rgm@gnu.org>
5007         * files.el (dired-unmark):
5008         * progmodes/gud.el (gdb-input): Update declarations.
5010         * calculator.el (electric, ehelp): No need to load when compiling.
5011         (Electric-command-loop, electric-describe-mode): Declare.
5013         * doc-view.el (doc-view-current-converter-processes): Move before use.
5015         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5016         Move MODE-set-explicitly definition before use.
5018         * international/mule-diag.el (mule-diag):
5019         Don't use obsolete window-system-version.
5021         * mail/feedmail.el (smtpmail): No need to load when compiling.
5022         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
5024         * mail/mail-utils.el (rfc822): No need to load when compiling.
5025         (rfc822-addresses): Autoload it.
5026         (mail-strip-quoted-names): Trivial simplification.
5028         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
5029         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
5031         * net/snmp-mode.el (tempo): Don't duplicate requires.
5033         * progmodes/prolog.el (info): No need to load when compiling.
5034         (comint): Require before shell requires it.
5035         (Info-goto-node): Autoload it.
5036         (Info-follow-nearest-node): Declare.
5037         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
5039         * textmodes/artist.el (picture-mode-exit): Declare.
5041         * textmodes/reftex-parse.el (reftex-parse-from-file):
5042         Trivial rewrite so the compiler can parse it better.
5044 2013-05-20  Leo Liu  <sdl.web@gmail.com>
5046         * progmodes/octave.el (octave-help-mode-map)
5047         (octave-help-mode-finish-hook): New variables.
5048         (octave-help-mode, octave-help-mode-finish): New functions.
5049         (octave-help): Use octave-help-mode.
5051 2013-05-20  Glenn Morris  <rgm@gnu.org>
5053         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
5055 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
5057         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
5058         start at point, so that expansion starting right after opening
5059         slash in a regexp is recognized.
5060         (ruby-syntax-before-regexp-re): New defvar, extracted from
5061         ruby-syntax-propertize-function.  Since the value of this regexp
5062         is looked up at runtime now, we should be able to turn
5063         `ruby-syntax-methods-before-regexp' into a defcustom later.
5064         (ruby-syntax-propertize-function): Split regexp matching into two
5065         parts, for opening and closing slashes.  That allows us to skip
5066         over string interpolations and support multiline regexps.
5067         Don't call `ruby-syntax-propertize-expansions', instead use another rule
5068         for them, which calls `ruby-syntax-propertize-expansion'.
5069         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
5070         call to `ruby-syntax-propertize-function'.
5071         (ruby-syntax-propertize-expansion): Extracted from
5072         `ruby-syntax-propertize-expansions'.  Handles one expansion.
5073         (ruby-syntax-propertize-percent-literal): Leave point right after
5074         the percent symbol, so that the expression expansion rule can
5075         propertize the contents.
5076         (ruby-syntax-propertize-heredoc): Leave point at bol following the
5077         heredoc openers.
5078         (ruby-syntax-propertize-expansions): Remove.
5080 2013-05-18  Juri Linkov  <juri@jurta.org>
5082         * man.el (Man-default-man-entry): Remove `-' from the end
5083         of the default value.  (Bug#14400)
5085 2013-05-18  Glenn Morris  <rgm@gnu.org>
5087         * comint.el (comint-password-prompt-regexp):
5088         Allow "password for XXX" where XXX contains colons (eg https://...).
5090 2013-05-18  Leo Liu  <sdl.web@gmail.com>
5092         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
5093         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
5094         (octave-source-directories): Don't check process.
5095         (octave-source-directories, octave-find-definition): Doc fix.
5097 2013-05-18  Glenn Morris  <rgm@gnu.org>
5099         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5100         Remove backspace/delete bindings.  (Bug#14392)
5102         * cus-dep.el (custom-make-dependencies): Sort the output.
5103         (custom-versions-load-alist): Convert comment to doc.
5105 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5107         * newcomment.el (comment-search-backward): Stricter in finding
5108         comment start.  (Bug#14303)
5110         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
5111         (octave-comment-start-skip): Properly anchored.
5113 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5115         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
5116         Clean up when turned off.  (Bug#14395)
5117         (smie--highlight-matching-block-overlay): No longer buffer-local.
5118         (smie-highlight-matching-block): Adjust.
5120 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
5122         Doc string fix for "nanoseconds" (Bug#14406).
5123         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
5124         Fix doc string typo that had "nanoseconds" instead of "microseconds".
5126 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
5128         * calc/calc-units.el (math-extract-units): Preserve powers
5129         of units.
5131 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5133         * subr.el (delete-consecutive-dups): New function.
5134         * ido.el (ido-set-matches-1): Use it.
5135         * progmodes/octave.el (inferior-octave-completion-table): Use it.
5136         * ido.el (ido-remove-consecutive-dups): Remove.
5138 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5140         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5141         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
5142         regexp-opt's `words'.
5144 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5146         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
5147         (smie--highlight-matching-block-overlay)
5148         (smie--highlight-matching-block-lastpos)
5149         (smie--highlight-matching-block-timer): New variables.
5150         (smie-highlight-matching-block): New function.
5151         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
5152         (smie-setup): Conditionally enable smie-blink-matching-open.
5154 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
5156         Sync with upstream verilog-mode r840.
5157         * progmodes/verilog-mode.el (verilog-mode-version)
5158         (verilog-mode-release-date): Update.
5159         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
5160         (verilog-sig-tieoff): Fix string error on
5161         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
5162         (verilog-read-decls): Fix parameters confusing
5163         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
5165 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
5167         * subr.el (reveal-filename): New function.
5169         * loadup.el: Compute Emacs executable versions on MS-Windows,
5170         where executables have the .exe extension.  Add a hard link
5171         emacs-XX.YY.ZZ.exe on MS-Windows.
5173         * Makefile.in (XARGS_LIMIT): New variable.
5174         (custom-deps, finder-data, autoloads)
5175         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5176         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5177         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
5178         (compile-main): Limit xargs according to $(XARGS_LIMIT).
5180 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5182         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
5183         (octave-mode-menu, octave-mode-map): Remove its uses.
5185 2013-05-16  Reto Zimmermann  <reto@gnu.org>
5187         Sync with upstream vhdl mode v3.34.2.
5188         * progmodes/vhdl-mode.el: Use `push' throughout.
5189         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
5190         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
5191         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
5192         (vhdl-actual-generic-name): New option to derive actual generic name.
5193         (vhdl-port-paste-signals): Replace formal by actual generics.
5194         (vhdl-beautify): New name for old group vhdl-align.  Update users.
5195         (vhdl-beautify-options): New option.
5196         (vhdl-last-input-event): New compat alias.  Use throughout.
5197         (vhdl-goto-line): Replace user level function `goto-line'.
5198         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
5199         vhdl-fix-statement-buffer.
5200         (vhdl-create-mode-menu): Add some entries.
5201         (vhdl-align-region-groups): Respect vhdl-beautify-options.
5202         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
5203         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
5204         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
5205         to force statements on one line.
5206         (vhdl-remove-trailing-spaces-region):
5207         New, split from vhdl-remove-trailing-spaces.
5208         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
5209         Respect vhdl-beautify-options.
5210         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
5211         (vhdl-update-sensitivity-list): Not add with index if exists without.
5212         Not include array index with signal.  Ignore keywords in comments.
5213         (vhdl-get-visible-signals): Regexp tweaks.
5214         (vhdl-template-component-inst): Handle empty library.
5215         (vhdl-template-type): Add template for 'enum' type.
5216         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
5217         Use vhdl-replace-string.
5218         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
5219         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
5220         (vhdl-speedbar-initialize): Update for above name change.
5221         (vhdl-compose-wire-components): Fix in handling of constants.
5222         (vhdl-error-regexp-emacs-alist): New variable.
5223         (vhdl-error-regexp-add-emacs): New function;
5224         adds support for new compile.el (Emacs 22+)
5225         (vhdl-generate-makefile-1): Change target order for single lib. units.
5226         Allow use of absolute file names.
5228 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5230         * simple.el (prog-indent-sexp): Indent enclosing defun.
5232 2013-05-15  Glenn Morris  <rgm@gnu.org>
5234         * cus-start.el (show-trailing-whitespace): Move to editing basics.
5235         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
5236         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
5237         (whitespace-highlight): Move to whitespace group.
5239         * comint.el (comint-source):
5240         * pcmpl-linux.el (pcmpl-linux):
5241         * shell.el (shell-faces):
5242         * eshell/esh-opt.el (eshell-opt):
5243         * international/ccl.el (ccl): Remove empty custom groups.
5245         * completion.el (dynamic-completion-mode):
5246         * jit-lock.el (jit-lock-debug-mode):
5247         * minibuffer.el (completion-in-region-mode):
5248         * type-break.el (type-break-mode-line-message-mode)
5249         (type-break-query-mode):
5250         * emulation/tpu-edt.el (tpu-edt-mode):
5251         * progmodes/subword.el (global-subword-mode, global-superword-mode):
5252         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5253         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
5255         * term/xterm.el (xterm): Change parent group to terminals.
5257         * master.el (master): Remove empty custom group.
5258         (master-mode): Remove unused :group argument.
5259         * textmodes/refill.el (refill): Remove empty custom group.
5260         (refill-mode): Remove unused :group argument.
5262         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
5264         * cus-dep.el: Provide a feature.
5265         (custom-make-dependencies): Ignore dotfiles (dir-locals).
5266         Don't mistakenly ignore files whose basenames match a basename
5267         from preloaded-file-list (eg cedet/ede/simple.el).
5268         Add a fallback method for getting :group.
5270 2013-05-15  Juri Linkov  <juri@jurta.org>
5272         * isearch.el (isearch-char-by-name): Rename from
5273         `isearch-insert-char-by-name'.  Doc fix.
5274         (isearch-forward): Mention `isearch-char-by-name' in
5275         the docstring.  (Bug#13348)
5277         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
5278         `exit-minibuffer' instead of
5279         `isearch-nonincremental-exit-minibuffer'.
5280         (isearch-edit-string): Remove mention of
5281         `isearch-nonincremental-exit-minibuffer' from docstring.
5282         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
5283         (isearch-forward-exit-minibuffer)
5284         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
5286 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5288         * loadup.el: Just use unversioned DOC.
5290         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
5291         literals as extending to EOB.
5292         (nxml-last-fontify-end): Remove unused variable.
5293         (nxml-after-change1): Use with-silent-modifications.
5294         (nxml-extend-after-change-region): Simplify.
5295         (nxml-extend-after-change-region1): Remove function.
5296         (nxml-after-change1): Don't adjust for dependent regions.
5297         (nxml-fontify-matcher): Simplify.
5298         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
5299         (xmltok-add-dependent): Remove function.
5300         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
5301         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
5302         (xmltok-scan-prolog-after-processing-instruction-open): Treat
5303         unclosed <[[, <?, comment, and other literals as extending to EOB.
5304         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
5305         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
5306         Remove functions.
5307         (rng-do-some-validation-1): Don't mark dependent regions.
5308         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
5309         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
5310         (nxml-clear-dependent-regions): Remove functions.
5311         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
5312         (nxml-ensure-scan-up-to-date):
5313         Don't clear&mark dependent regions.
5315 2013-05-15  Leo Liu  <sdl.web@gmail.com>
5317         * progmodes/octave.el (octave-goto-function-definition):
5318         Improve and fix callers.
5320 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5322         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
5323         the setter (bug#14387).
5325         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
5326         surrounding group (bug#14402).
5328 2013-05-14  Juri Linkov  <juri@jurta.org>
5330         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
5331         (Bug#14390)
5333 2013-05-14  Glenn Morris  <rgm@gnu.org>
5335         * progmodes/f90.el (f90-imenu-generic-expression):
5336         Fix typo in 2013-05-08 change.  (Bug#14402)
5338 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5340         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
5341         Remove signals for which replies are never received.
5343 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5345         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
5346         (gdb-handler-alist, gdb-handler-number): Remove variables.
5347         (gdb-handler-list): New variable.
5348         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
5349         (gdb-pending-handler-p, gdb-handle-reply)
5350         (gdb-remove-all-pending-triggers): New functions.
5351         (gdb-discard-unordered-replies): New defcustom.
5352         (gdb-handler): New defstruct.
5353         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
5354         instead of gdb-pending-triggers.  Update docstring.
5355         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
5356         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
5357         (gdb-var-update-handler, def-gdb-auto-update-trigger)
5358         (def-gdb-auto-update-handler, gdb-get-changed-registers)
5359         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
5360         (gdb-frame-handler): Pending triggers are now automatically managed.
5361         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
5362         Remove argument.
5363         (gdb-input): Automatically handles pending triggers.  Update docstring.
5364         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
5365         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
5366         Update comments.
5367         (gdb-done-or-error): Now use gdb-handle-reply.
5369 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5371         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
5372         gdb-debug-log.
5374 2013-05-14  Glenn Morris  <rgm@gnu.org>
5376         * subr.el (user-emacs-directory-warning): New option.
5377         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
5379 2013-05-14  Leo Liu  <sdl.web@gmail.com>
5381         * progmodes/octave.el (octave-font-lock-keywords): Fix error
5382         during redisplay.
5383         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
5384         (octave-font-lock-texinfo-comment): Fix invalid search bound
5385         error: wrong side of point.
5387 2013-05-14  Glenn Morris  <rgm@gnu.org>
5389         * progmodes/flymake.el (flymake-xml-program): New option.
5390         (flymake-xml-init): Use it.
5392         * term/xterm.el: Provide a feature.
5394         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
5396 2013-05-13  Glenn Morris  <rgm@gnu.org>
5398         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
5399         Add compat aliases as a hack workaround.  (Bug#14384)
5401 2013-05-13  Leo Liu  <sdl.web@gmail.com>
5403         * progmodes/octave.el (octave-indent-comment): Fix indentation for
5404         ###, and %!.
5405         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
5406         C-M-q.
5407         (octave-comment-start-skip): Include %!.
5408         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
5410 2013-05-12  Leo Liu  <sdl.web@gmail.com>
5412         * progmodes/octave.el (inferior-octave-startup): Store the value
5413         of __octave_srcdir__ for octave-source-directories.
5414         (inferior-octave-check-process): New function refactored out of
5415         inferior-octave-send-list-and-digest.
5416         (octave-source-directories)
5417         (octave-find-definition-filename-function): New variables.
5418         (octave-source-directories)
5419         (octave-find-definition-default-filename): New functions.
5420         (octave-find-definition): Improve to find functions implemented in C++.
5422 2013-05-12  Glenn Morris  <rgm@gnu.org>
5424         * calendar/diary-lib.el (diary-outlook-format-1):
5425         Don't include dayname in the output.  (Bug#14349)
5427 2013-05-11  Glenn Morris  <rgm@gnu.org>
5429         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
5431         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
5432         Treat cc-provide like provide.
5434 2013-05-11  Kevin Ryde  <user42@zip.com.au>
5436         * cus-dep.el (custom-make-dependencies):
5437         Use generated-autoload-load-name for the sake of files such
5438         such cedet/semantic/bovine/c.el, where the base file name
5439         is not in load-path.  (Bug#5277)
5441 2013-05-11  Glenn Morris  <rgm@gnu.org>
5443         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
5444         Provide features.
5446 2013-05-11  Leo Liu  <sdl.web@gmail.com>
5448         * progmodes/octave.el (octave-indent-comment): Improve.
5449         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5450         (octave-eldoc-function-signatures, octave-eldoc-function):
5451         New functions.
5452         (octave-mode, inferior-octave-mode): Add eldoc support.
5454 2013-05-11  Richard Stallman  <rms@gnu.org>
5456         * epa.el (epa-decrypt-file): Take output file name as argument
5457         and read it using `interactive'.
5459 2013-05-11  Leo Liu  <sdl.web@gmail.com>
5461         * progmodes/octave.el (octave-beginning-of-line)
5462         (octave-end-of-line): Check before using up-list because it jumps
5463         out of more syntactic contructs since moving to smie.
5464         (octave-indent-comment): New function.
5465         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
5466         (octave-begin-keywords, octave-end-keywords)
5467         (octave-reserved-words, octave-smie-bnf-table)
5468         (octave-smie-rules): Add new keywords from Octave 3.6.4.
5470 2013-05-11  Glenn Morris  <rgm@gnu.org>
5472         * faces.el (internal-face-x-get-resource):
5473         * frame.el (ns-display-monitor-attributes-list):
5474         * calc/calc-aent.el (math-to-radians-2):
5475         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
5476         Fix declarations.
5478         * calc/calc-menu.el: Make it loadable in isolation.
5480         * net/eudcb-bbdb.el: Make it loadable without bbdb.
5481         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
5482         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
5483         (eudc-bbdb-query-internal): Require 'bbdb.
5485         * lpr.el (lpr-headers-switches):
5486         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
5488         * progmodes/sql.el (sql-login-params): Fix and improve :type.
5490         * emulation/edt-mapper.el: In batch mode, error rather than hang.
5492         * term.el (term-set-escape-char): Make it idempotent.
5494 2013-05-10  Leo Liu  <sdl.web@gmail.com>
5496         * progmodes/octave.el (inferior-octave-completion-table):
5497         No longer a function and all uses changed.  Use cache to speed up
5498         completion due to bug#11906.
5499         (octave-beginning-of-defun): Re-write to be more general.
5501 2013-05-10  Glenn Morris  <rgm@gnu.org>
5503         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
5505 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5507         * comint.el (comint-redirect-send-command-to-process): Use :around
5508         rather than :override for comint-redirect-filter.
5509         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
5510         Call it instead of comint-redirect-original-filter-function (which
5511         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
5513 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
5515         * frame.el (display-monitor-attributes-list): Add NS case.
5516         (ns-display-monitor-attributes-list): Declare.
5518 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
5520         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
5522 2013-05-09  Glenn Morris  <rgm@gnu.org>
5524         * international/fontset.el (vertical-centering-font-regexp):
5525         Set standard-value.
5527         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
5529         * bookmark.el (bookmark-search-delay):
5530         * cus-start.el (vertical-centering-font-regexp):
5531         * ps-mule.el (ps-mule-font-info-database-default):
5532         * ps-print.el (ps-default-fg, ps-default-bg):
5533         * type-break.el (type-break-good-break-interval):
5534         * whitespace.el (whitespace-indentation-regexp)
5535         (whitespace-space-after-tab-regexp):
5536         * emacs-lisp/testcover.el (testcover-1value-functions)
5537         (testcover-noreturn-functions, testcover-progn-functions)
5538         (testcover-prog1-functions):
5539         * emulation/viper-init.el (viper-emacs-state-cursor-color):
5540         * eshell/em-glob.el (eshell-glob-translate-alist):
5541         * play/tetris.el (tetris-tty-colors):
5542         * progmodes/cpp.el (cpp-face-default-list):
5543         * progmodes/flymake.el (flymake-allowed-file-name-masks):
5544         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
5545         (idlwave-help-browser-generic-args):
5546         * progmodes/make-mode.el (makefile-special-targets-list):
5547         * progmodes/python.el (python-shell-virtualenv-path):
5548         * progmodes/verilog-mode.el (verilog-active-low-regexp)
5549         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
5550         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
5551         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
5552         * textmodes/reftex-vars.el (reftex-format-label-function):
5553         * textmodes/remember.el (remember-diary-file): Fix custom types.
5555         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
5556         Add :version.
5558 2013-05-09  Leo Liu  <sdl.web@gmail.com>
5560         * progmodes/octave.el (inferior-octave-completion-at-point):
5561         Restore file completion.  (Bug#14300)
5562         (inferior-octave-startup): Fix incorrect highlighting for the
5563         first prompt.
5565 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5567         * progmodes/ruby-mode.el: First cut at SMIE support.
5568         (ruby-use-smie): New var.
5569         (ruby-smie-grammar): New constant.
5570         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
5571         (ruby-smie--forward-token, ruby-smie--backward-token)
5572         (ruby-smie-rules): New functions.
5573         (ruby-mode-variables): Setup SMIE if applicable.
5575 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
5577         * simple.el (line-move-visual): Signal beginning/end of buffer
5578         only if vertical-motion moved less than it was requested.  Avoids
5579         silly incorrect error messages when there are display strings with
5580         multiple newlines at EOL.
5582 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5584         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
5585         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
5586         (prolog-char-quote-workaround):
5587         * progmodes/cperl-mode.el (cperl-under-as-char):
5588         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
5589         Mark as obsolete.
5590         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
5591         their declaration.
5592         (vhdl-mode-syntax-table-init): Remove.
5594         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
5595         last change.
5597         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
5598         syntax for "_".
5599         (ld-script-font-lock-keywords):
5600         Change regexps to use things like \_< and \_>.
5602         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
5603         Change all regexps to use things like \_< and \_>.
5605         * progmodes/autoconf.el (autoconf-definition-regexp)
5606         (autoconf-font-lock-keywords, autoconf-current-defun-function):
5607         Handle a _ with symbol syntax.
5608         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
5610         * progmodes/ada-mode.el (ada-mode-abbrev-table):
5611         Consolidate declaration.
5612         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
5613         the declaration.
5614         (ada-create-syntax-table): Remove.
5615         (ada-capitalize-word): Don't mess with the syntax of "_" since it
5616         already has the right syntax nowadays.
5617         (ada-goto-next-word): Don't change the syntax of "_".
5619         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
5620         with-wrapper-hook.
5622 2013-05-08  Sam Steingold  <sds@gnu.org>
5624         * thingatpt.el (thing-at-point): Accept optional second argument
5625         NO-PROPERTIES to strip the text properties from the return value.
5626         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
5627         to `thing-at-point' instead of stripping the properties ourselves.
5628         Also, when `thing-at-point' fails to find a url, prepend "http://"
5629         to the filename at point on the assumption that the user is
5630         pointing at something like gnu.org/gnu.
5632 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
5634         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
5635         * faces.el (crm-separator):
5636         Silence byte-compiler.
5638         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
5639         (tool-bar-map): Remove unneeded defvars.
5641 2013-05-08  Leo Liu  <sdl.web@gmail.com>
5643         Re-work a fix for bug#10994 based on Le Wang's patch.
5644         * ido.el (ido-remove-consecutive-dups): New helper.
5645         (ido-completing-read): Use it.
5646         (ido-chop): Revert fix for bug#10994.
5648 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
5650         * cus-edit.el (custom-save-variables):
5651         Pretty-print long values.  (Bug#14187)
5653 2013-05-08  Glenn Morris  <rgm@gnu.org>
5655         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
5656         (m4-mode-syntax-table): Init in the defvar.
5657         (m4-mode-abbrev-table): Let define-derived-mode define it.
5659 2013-05-08  Tom Tromey  <tromey@redhat.com>
5661         * progmodes/m4-mode.el (m4-mode-syntax-table):
5662         Do not treat "_" as word constituent.  (Bug#14167)
5664 2013-05-07  Glenn Morris  <rgm@gnu.org>
5666         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
5667         Remove explicit eshell-isearch-cancel-map.
5669         * progmodes/f90.el (f90-smart-end-names): New option.
5670         (f90-smart-end): Doc fix.
5671         (f90-end-block-optional-name): New constant.
5672         (f90-block-match): Respect f90-smart-end-names.
5674 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5676         * progmodes/octave.el (octave-smie-forward-token): Be more careful
5677         about implicit semi-colons (bug#14218).
5679 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5681         * frame.el (display-monitor-attributes-list)
5682         (frame-monitor-attributes): New functions.
5684 2013-05-06  Leo Liu  <sdl.web@gmail.com>
5686         * progmodes/octave.el (octave-syntax-propertize-function): Change
5687         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
5688         (octave-font-lock-keywords): Use octave-operator-regexp.
5689         (octave-completion-at-point): Rename from
5690         octave-completion-at-point-function.
5691         (inferior-octave-directory-tracker): Robustify.
5692         (octave-text-functions): Remove and fix its uses.  No such things
5693         any more.
5695 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5697         * emacs-lisp/trace.el (trace--display-buffer): New function.
5698         (trace-make-advice): Use it.
5700 2013-05-06  Juri Linkov  <juri@jurta.org>
5702         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
5703         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
5704         Doc fix.
5705         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
5706         in the help string.  (Bug#12985)
5708 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5710         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
5712 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5714         * progmodes/perl-mode.el: Add support for here documents.
5715         (perl-syntax-propertize-function): Match here-doc markers.
5716         (perl-syntax-propertize-special-constructs): Find their end.
5717         (perl-imenu-generic-expression): Use [:alnum:].
5719         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
5720         (advice--add-function): Refresh the advice if already present
5721         (bug#14317).
5723 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
5725         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
5727 2013-05-06  Glenn Morris  <rgm@gnu.org>
5729         * w32-fns.el (w32-charset-info-alist): Declare.
5731         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
5732         of its defcustom properties.
5733         (eshell-cmpl-initialize): No need to load pcomplete.
5735         * generic-x.el: No need to require comint when compiling.
5737         * net/eudc-export.el: Make it loadable without bbdb.
5738         (top-level): Use require rather than load-library.
5739         (eudc-create-bbdb-record, eudc-bbdbify-phone)
5740         (eudc-batch-export-records-to-bbdb)
5741         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
5742         Require bbdb.
5744 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5746         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
5747         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
5748         some tweaks, instead.
5750 2013-05-05  Leo Liu  <sdl.web@gmail.com>
5752         * progmodes/octave.el (octave-font-lock-keywords)
5753         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
5754         (inferior-octave-send-list-and-digest): Improve error message.
5755         (octave-mode, inferior-octave-mode): Use setq-local.
5756         (octave-help): Set info-lookup-mode.
5758 2013-05-05  Richard Stallman  <rms@gnu.org>
5760         * vc/compare-w.el (compare-windows-whitespace):
5761         Treat no-break space as whitespace.
5763         * mail/rmailsum.el (rmail-summary-rmail-update):
5764         Detect empty summary and don't change selected message.
5765         (rmail-summary-goto-msg): Likewise.
5767         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
5768         Doc fixes, rename args.
5770 2013-05-05  Alan Mackenzie  <acm@muc.de>
5772         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
5774 2013-05-05  Juri Linkov  <juri@jurta.org>
5776         * info.el (Info-read-subfile): Use (point-min) instead of (point)
5777         to not add the length of the summary segment to the return value.
5778         (Bug#14125)
5780 2013-05-05  Leo Liu  <sdl.web@gmail.com>
5782         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
5783         (inferior-octave-output-filter): Remove.
5784         (octave-send-region, inferior-octave-startup): Fix callers.
5785         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
5786         (octave-binary-file-extensions): New user variable.
5787         (octave-find-definition): Confirm if opening binary files.
5788         (octave-help-file): Use octave-find-definition to get the binary
5789         confirmation.
5790         (octave-help): Adjust for octave-help-file change.
5792 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5794         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
5795         Merge the two entries that handle function definitions.
5796         (pascal--syntax-propertize): New const.
5797         (pascal-mode): Use it.  Use setq-local.
5799 2013-05-04  Glenn Morris  <rgm@gnu.org>
5801         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
5802         (diary-from-outlook): Respect diary-from-outlook-function.
5804 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5806         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
5807         Move the declaration from C.
5808         (read-minibuffer, eval-minibuffer): Move from C.
5809         (completion-setup-function): Avoid minibuffer-completion-contents.
5811 2013-05-03  Leo Liu  <sdl.web@gmail.com>
5813         * progmodes/octave.el (octave-font-lock-keywords): Do not
5814         dehighlight 'end' in comments or strings.
5815         (octave-completing-read, octave-goto-function-definition):
5816         New helpers.
5817         (octave-help-buffer): New user variable.
5818         (octave-help-file, octave-help-function): New button types.
5819         (octave-help): New command and bind it to C-h ;.
5820         (octave-find-definition): New command and bind it to M-.
5821         (user-error): Alias to error if not defined.
5823 2013-05-02  Leo Liu  <sdl.web@gmail.com>
5825         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
5826         for \.  (bug#14332)
5827         (octave-font-lock-keywords): Include [ and {.
5829 2013-05-02  Leo Liu  <sdl.web@gmail.com>
5831         * progmodes/octave.el (inferior-octave-startup-file): Change default.
5832         (inferior-octave): Remove calling comint-mode and return the buffer.
5833         (inferior-octave-startup): Cosmetic changes.
5835 2013-05-02  Leo Liu  <sdl.web@gmail.com>
5837         * progmodes/octave.el (octave-syntax-propertize-function):
5838         Include the case when ' is at line beginning.  (Bug#14336)
5840 2013-05-02  Glenn Morris  <rgm@gnu.org>
5842         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
5843         * desktop.el (vc-dir-mode): Just autoload it here.
5845 2013-05-02  Alan Mackenzie  <acm@muc.de>
5847         Eliminate variable c-standard-font-lock-fontify-region-function.
5848         * progmodes/cc-mode.el
5849         (c-standard-font-lock-fontify-region-function): Remove.
5850         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
5852 2013-05-01  Leo Liu  <sdl.web@gmail.com>
5854         * progmodes/octave.el: Compatible with older emacs-24 releases.
5855         (inferior-octave-has-built-in-variables): Remove.  Built-in
5856         variables were removed from Octave in 2007.
5857         (inferior-octave-startup): Fix uses.
5858         (comint-line-beginning-position): Remove compatibility code for
5859         emacs 21.
5861 2013-05-01  Juri Linkov  <juri@jurta.org>
5863         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
5865 2013-05-01  Juri Linkov  <juri@jurta.org>
5867         * comint.el (comint-previous-matching-input): Don't print message
5868         "History item: %d" when `isearch-mode' is active.
5869         (comint-history-isearch-message): Print message "History item: %d"
5870         when `comint-input-ring-index' is not empty and this function is
5871         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
5873 2013-05-01  Leo Liu  <sdl.web@gmail.com>
5875         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
5876         definitions.  Use completion-at-point to insert keywords.
5877         (octave-abbrev-start): Remove.
5878         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
5880 2013-04-30  Leo Liu  <sdl.web@gmail.com>
5882         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
5883         change.
5885 2013-04-30  Alan Mackenzie  <acm@muc.de>
5887         Handle arbitrarily long C++ member initialisation lists.
5888         * progmodes/cc-engine.el (c-back-over-member-initializers):
5889         new function.
5890         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
5891         (most) member init lists.
5893 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5895         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
5896         variable.
5898 2013-04-30  Leo Liu  <sdl.web@gmail.com>
5900         * progmodes/octave.el (octave-variables): Remove.  No builtin
5901         variables any more.  All converted to functions.
5902         (octave-font-lock-keywords, octave-completion-at-point-function):
5903         Fix uses.
5904         (octave-font-lock-texinfo-comment): New user variable.
5905         (octave-texinfo-font-lock-keywords): New variable for texinfo
5906         comment block.
5907         (octave-function-comment-block): New face.
5908         (octave-font-lock-texinfo-comment): New function.
5909         (octave-mode): Font lock texinfo comment block.
5911 2013-04-29  Leo Liu  <sdl.web@gmail.com>
5913         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
5914         indexing expression.
5915         (octave-continuation-string): Do not use \.
5916         (inferior-octave-complete-impossible): Remove.
5917         (inferior-octave-completion-table)
5918         (inferior-octave-completion-at-point): Remove its uses.
5919         (inferior-octave-startup): completion_matches was introduced to
5920         Octave in 1996 so safe to assume it.
5921         (octave-function-file-comment): Improve to follow how Octave does it.
5922         (octave-update-function-file-comment): Tweak.
5924 2013-04-29  Leo Liu  <sdl.web@gmail.com>
5926         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
5927         (inferior-octave-startup): Remove inferior-octave-startup-hook.
5928         (octave-function-file-comment): Fix typo.
5929         (octave-sync-function-file-names): Use read-char-choice.
5931 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
5933         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
5934         to t for the less important warnings.
5936 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5938         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
5940 2013-04-27  Glenn Morris  <rgm@gnu.org>
5942         * vc/log-view.el (log-view-current-entry):
5943         Treat "---" separator lines as part of the following rev.  (Bug#14169)
5945 2013-04-27  Juri Linkov  <juri@jurta.org>
5947         * subr.el (read-number): Doc fix about using it by interactive
5948         code letter `n'.  (Bug#14254)
5950 2013-04-27  Juri Linkov  <juri@jurta.org>
5952         * desktop.el (desktop-auto-save-timeout): New option.
5953         (desktop-file-checksum): New variable.
5954         (desktop-save): Add optional arg `auto-save' and don't auto-save
5955         if nothing changed.
5956         (desktop-auto-save-timer): New variable.
5957         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
5958         (after-init-hook): Call `desktop-auto-save-set-timer'.
5959         Suggested by Reuben Thomas <rrt@sc3d.org> in
5960         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
5962 2013-04-27  Leo Liu  <sdl.web@gmail.com>
5964         * progmodes/octave.el (octave-function-file-p)
5965         (octave-skip-comment-forward, octave-function-file-comment)
5966         (octave-update-function-file-comment): New functions.
5967         (octave-mode-map): Bind C-c ; to
5968         octave-update-function-file-comment.
5969         (octave-mode-menu): Add octave-update-function-file-comment.
5970         (octave-mode, inferior-octave-mode): Fix doc-string.
5971         (octave-insert-defun): Conform to Octave's coding convention.
5972         (Bug#14285)
5974         * files.el (basic-save-buffer): Don't let errors in
5975         before-save-hook prevent saving buffer.
5977 2013-04-20  Roland Winkler  <winkler@gnu.org>
5979         * faces.el (read-face-name): Use completing-read if arg multiple
5980         is nil.
5982 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
5984         * ls-lisp.el (ls-lisp-insert-directory): If no files are
5985         displayed, move point to after the totals line.
5986         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
5987         for the details.
5989 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5991         * emacs-lisp/package.el (package-autoload-ensure-default-file):
5992         Add current dir to the load-path.
5993         (package-generate-autoloads): Don't rely on
5994         autoload-ensure-default-file.
5996 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
5998         * textmodes/remember.el (remember-store-in-files): Document that
5999         the file name format is passed to `format-time-string'.
6001 2013-04-26  Leo Liu  <sdl.web@gmail.com>
6003         * progmodes/octave.el (octave-sync-function-file-names): New function.
6004         (octave-mode): Use it in before-save-hook.
6006 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6008         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
6009         (bug#14274).
6011         * progmodes/octave.el (octave-smie-forward-token): Properly skip
6012         \n and comment, even if it's not an implicit ; (bug#14218).
6014 2013-04-26  Glenn Morris  <rgm@gnu.org>
6016         * subr.el (read-number): Once more use `read' rather than
6017         `string-to-number', to trap non-numeric input.  (Bug#14254)
6019 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
6021         * emacs-lisp/syntax.el (syntax-propertize-multiline):
6022         Use `syntax-multiline' text property consistently instead of
6023         `font-lock-multiline'.  (Bug#14237)
6025 2013-04-26  Glenn Morris  <rgm@gnu.org>
6027         * emacs-lisp/shadow.el (list-load-path-shadows):
6028         No longer necessary to check for duplicate simple.el, since
6029         2012-07-07 change to init_lread to not include installation lisp
6030         directories in load-path when running uninstalled.  (Bug#14270)
6032 2013-04-26  Leo Liu  <sdl.web@gmail.com>
6034         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
6035         (octave-mode, inferior-octave-mode): Use setq-local.
6036         (octave-not-in-string-or-comment-p): Rename to
6037         octave-in-string-or-comment-p.
6038         (octave-in-comment-p, octave-in-string-p)
6039         (octave-in-string-or-comment-p): Replace defsubst with defun.
6041 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6043         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
6045 2013-04-25  Bastien Guerry  <bzg@gnu.org>
6047         * textmodes/remember.el (remember-data-directory)
6048         (remember-directory-file-name-format): Fix custom types.
6050 2013-04-25  Leo Liu  <sdl.web@gmail.com>
6052         * progmodes/octave.el (octave-completion-at-point-function):
6053         Make use of inferior octave process.
6054         (octave-initialize-completions): Remove.
6055         (inferior-octave-completion-table): New function.
6056         (inferior-octave-completion-at-point): Use it.
6057         (octave-completion-alist): Remove.
6059 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6061         * progmodes/opascal.el: Use font-lock and syntax-propertize.
6062         (opascal-mode-syntax-table): New var.
6063         (opascal-literal-kind, opascal-is-literal-end)
6064         (opascal-literal-token-at): Rewrite.
6065         (opascal--literal-start-re, opascal-font-lock-keywords)
6066         (opascal--syntax-propertize): New constants.
6067         (opascal-font-lock-defaults): Adjust.
6068         (opascal-mode): Use them.  Set comment-<foo> variables as well.
6069         (delphi-comment-face, opascal-comment-face, delphi-string-face)
6070         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
6071         (delphi-other-face, opascal-other-face): Remove face variables.
6072         (opascal-save-state): Remove macro.
6073         (opascal-fontifying-progress-step): Remove constant.
6074         (opascal--ignore-changes): Remove var.
6075         (opascal-set-token-property, opascal-parse-next-literal)
6076         (opascal-is-stable-literal, opascal-complete-literal)
6077         (opascal-is-literal-start, opascal-face-of)
6078         (opascal-parse-region, opascal-parse-region-until-stable)
6079         (opascal-fontify-region, opascal-after-change)
6080         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
6081         (opascal-debug-parse-region, opascal-debug-parse-window)
6082         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
6083         (opascal-debug-fontify-buffer): Remove.
6084         (opascal-debug-mode-map): Adjust accordingly.
6086 2013-04-25  Leo Liu  <sdl.web@gmail.com>
6088         Merge octave-mod.el and octave-inf.el into octave.el with some
6089         cleanups.
6090         * progmodes/octave.el: New file renamed from octave-mod.el.
6091         * progmodes/octave-inf.el: Merged into octave.el.
6092         * progmodes/octave-mod.el: Renamed to octave.el.
6094 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
6096         * textmodes/reftex-vars.el
6097         (reftex-label-ignored-macros-and-environments): New defcustom.
6099         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
6101 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6103         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
6104         (smie-indent-keyword): Improve the check to ensure that the next
6105         comment is really on the same line.
6106         (smie-indent-comment): Don't align with a subsequent closer (or eob).
6108         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
6109         semi-colons if the line is not otherwise empty (bug#14218).
6111 2013-04-25  Glenn Morris  <rgm@gnu.org>
6113         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
6115 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6117         * progmodes/opascal.el (opascal-set-token-property): Rename from
6118         opascal-set-text-properties and only set `token' (bug#14134).
6119         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
6120         (opascal-literal-text-properties): Remove.
6121         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
6122         Adjust callers.
6124 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
6126         * textmodes/remember.el (remember-handler-functions): Add an
6127         option for a new handler `remember-store-in-files'.
6128         (remember-data-directory, remember-directory-file-name-format):
6129         New options.
6130         (remember-store-in-files): New function to store remember notes
6131         as separate files within a directory.
6133 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
6135         * progmodes/compile.el (compilation-next-error-function):
6136         Pass "formats" to compilation-find-file (bug#11777).
6138 2013-04-24  Glenn Morris  <rgm@gnu.org>
6140         * vc/vc-bzr.el (vc-bzr-print-log):
6141         * vc/vc-hg.el (vc-hg-print-log):
6142         * vc/vc-svn.el (vc-svn-print-log):
6143         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
6145         * vc/vc-bzr.el (vc-bzr-print-log):
6146         * vc/vc-cvs.el (vc-cvs-print-log):
6147         * vc/vc-git.el (vc-git-print-log):
6148         * vc/vc-hg.el (vc-hg-print-log):
6149         * vc/vc-mtn.el (vc-mtn-print-log):
6150         * vc/vc-rcs.el (vc-rcs-print-log):
6151         * vc/vc-sccs.el (vc-sccs-print-log):
6152         * vc/vc-svn.el (vc-svn-print-log):
6153         * vc/vc.el (vc-print-log-internal): Doc fixes.
6155 2013-04-23  Glenn Morris  <rgm@gnu.org>
6157         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
6158         Remove venerable code attempting to avoid substitute-command-keys.
6160 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
6162         * textmodes/reftex-vars.el (reftex-label-regexps):
6163         Call `reftex-compile-variables' after changes to this variable.
6165 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6167         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
6168         Use lexical-binding.
6169         (jit-lock-force-redisplay): Use markers, check buffer's continued
6170         existence and beware narrowed buffers.
6171         (jit-lock-fontify-now): Adjust call accordingly.
6173 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6175         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
6176         to avoid misleading the user.
6178 2013-04-22  Leo Liu  <sdl.web@gmail.com>
6180         * info-look.el: Prefer latex2e.info.  (Bug#14240)
6182 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
6184         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
6186         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
6187         * net/tramp.el (tramp-call-process): ... here.
6188         (tramp-set-completion-function, tramp-parse-putty):
6189         * net/tramp-adb.el (tramp-adb-execute-adb-command):
6190         * net/tramp-gvfs.el (tramp-gvfs-send-command):
6191         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6192         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
6193         (tramp-call-local-coding-command): Use `tramp-call-process'
6194         instead of `tramp-compat-call-process'.
6196         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
6197         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
6198         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
6199         (tramp-find-inline-compress): Improve traces.
6200         (tramp-maybe-send-script): Check for Perl binary.
6201         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
6203 2013-04-22  Daiki Ueno  <ueno@gnu.org>
6205         * epg.el (epg-context-pinentry-mode): New function.
6206         (epg-context-set-pinentry-mode): New function.
6207         (epg--start): Pass --pinentry-mode option to gpg command.
6209 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
6211         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
6212         `comint-dynamic-complete' is obsolete since 24.1, replaced by
6213         `completion-at-point'.  (Bug#13774)
6215         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
6216         default key binding for `describe-distribution' has been moved to
6217         `C-h C-o'.  (Bug#13970)
6219 2013-04-21  Glenn Morris  <rgm@gnu.org>
6221         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
6222         Add doc strings.
6223         (vc-print-log): Clarify interactive prompt.
6225 2013-04-20  Glenn Morris  <rgm@gnu.org>
6227         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6228         No longer include timestamp etc information.
6230 2013-04-20  Roland Winkler  <winkler@gnu.org>
6232         * faces.el (read-face-name): Bug fix, return just one face if arg
6233         multiple is nil.  (Bug#14209)
6235 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6237         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
6238         (remove-function): Autoload.
6240         * comint.el (comint-redirect-original-filter-function): Remove.
6241         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
6242         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
6243         (vc-cvs-annotate-command):
6244         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
6245         * progmodes/prolog.el (prolog-consult-compile):
6246         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
6247         Use add/remove-function instead.
6248         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
6249         (gud-tooltip-process-output, gud-tooltip-tips):
6250         Use add/remove-function instead.
6251         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
6252         (scheme-interaction-mode, exit-scheme-interaction-mode):
6253         Use add/remove-function instead.
6255         * vc/vc-dispatcher.el: Use lexical-binding.
6256         (vc--process-sentinel): Rename from vc-process-sentinel.
6257         Change last arg to be the code to run.  Don't use vc-previous-sentinel
6258         and vc-sentinel-commands any more.
6259         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
6260         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
6262 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
6264         * progmodes/sh-script.el (sh-imenu-generic-expression):
6265         Handle function names with a single character.   (Bug#14111)
6267 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
6269         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
6270         for subroutines defined in an eval (bug#14182).
6272 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6274         * bookmark.el (bookmark-completing-read): Improve handling of empty
6275         string (bug#14176).
6277 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6279         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
6281 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6283         New faster Imenu implementation (bug#14058).
6284         * progmodes/python.el:
6285         (python-imenu-prev-index-position):
6286         (python-imenu-format-item-label-function)
6287         (python-imenu-format-parent-item-label-function)
6288         (python-imenu-format-parent-item-jump-label-function):
6289         New vars.
6290         (python-imenu-format-item-label)
6291         (python-imenu-format-parent-item-label)
6292         (python-imenu-format-parent-item-jump-label)
6293         (python-imenu--put-parent, python-imenu--build-tree)
6294         (python-imenu-create-index, python-imenu-create-flat-index)
6295         (python-util-popn): New functions.
6296         (python-mode): Set imenu-create-index-function to
6297         python-imenu-create-index.
6299 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6301         * winner.el (winner-active-region): Use region-active-p, activate-mark
6302         and deactivate-mark (bug#14225).
6304         * simple.el (deactivate-mark): Don't inline it.
6306 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
6308         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
6310 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
6312         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
6313         file extensions from the archive-mode entry in order to prefer
6314         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
6316 2013-04-18  Leo Liu  <sdl.web@gmail.com>
6318         * bindings.el (help-event-list): Add ?\?.
6320 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6322         * subr.el (with-wrapper-hook): Declare obsolete.
6323         * simple.el (filter-buffer-substring-function): New hook.
6324         (filter-buffer-substring): Use it.
6325         (filter-buffer-substring-functions): Mark obsolete.
6326         * minibuffer.el (completion-in-region-function): New hook.
6327         (completion-in-region): Use it.
6328         (completion-in-region-functions): Mark obsolete.
6329         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
6330         * abbrev.el (abbrev-expand-function): New hook.
6331         (expand-abbrev): Use it.
6332         (abbrev-expand-functions): Mark obsolete.
6333         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
6334         and :filter-return.
6336 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6338         * progmodes/python.el (python-nav--syntactically): Fix cornercases
6339         and do not care about match data.
6341 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6343         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
6344         completion tables when completing error conditions and
6345         `declare' arguments.
6346         (lisp-complete-symbol, field-complete): Mark as obsolete.
6347         (check-parens): Unmatched parens are user errors.
6348         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
6350 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
6352         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
6353         command changed buffer (ie. `flyspell-pre-buffer' is not current
6354         buffer), which prevents making decisions based on invalid value of
6355         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
6356         cause an error when `flyspell-pre-point' was nil after switching
6357         buffers.
6358         (flyspell-post-command-hook): No longer needs to change buffers when
6359         checking pre-word.  While at it remove unnecessary progn.
6361 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
6363         * textmodes/ispell.el (ispell-add-per-file-word-list):
6364         Fix `flyspell-correct-word-before-point' error when accepting
6365         words and `coment-padding' is an integer by using
6366         `comment-normalize-vars' (Bug #14214).
6368 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6370         New defun movement commands.
6371         * progmodes/python.el (python-nav--syntactically)
6372         (python-nav--forward-defun, python-nav-backward-defun)
6373         (python-nav-forward-defun): New functions.
6375 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6377         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
6378         (python-syntax-context): Use named compiler-macro for backwards
6379         compatibility with Emacs 24.x.
6381 2013-04-17  Leo Liu  <sdl.web@gmail.com>
6383         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
6384         octave-hide-process-buffer.
6386 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6388         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
6389         (bug#14216).
6391 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
6393         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
6394         Fix adjustment of offset when receiving incomplete responses from GDB
6395         (bug#14129).
6397 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6399         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
6400         python-mode-abbrev-table.
6401         (python-skeleton-define): Adjust accordingly.
6402         (python-mode-abbrev-table): New table that inherits from it so that
6403         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
6405         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
6406         (abbrev-symbol): Use it.
6407         (abbrev--before-point): Use it since we already handle inheritance.
6409 2013-04-16  Leo Liu  <sdl.web@gmail.com>
6411         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
6412         binding to info-lookup-symbol.
6414 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
6416         * minibuffer.el (completion--twq-all):
6417         * term/ns-win.el (ns-initialize-window-system):
6418         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
6420 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6422         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
6423         global bindings.
6425         * doc-view.el (doc-view-start-process): Handle url-handler directories.
6427 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
6429         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
6430         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
6431         to nil.
6432         (ruby-end-of-defun): Remove the unused arg, change the docstring
6433         to reflect that this function is only used as the value of
6434         `end-of-defun-function'.
6435         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
6436         to reflect an earlier change that beginning/end-of-defun functions
6437         jump between methods in a class definition, as well as top-level
6438         functions.
6440 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6442         * minibuffer.el (minibuffer-complete): Don't just scroll
6443         a *Completions* that's been iconified.
6444         (minibuffer-force-complete): Make sure repetitions do cycle when going
6445         through completion-in-region -> minibuffer-complete.
6447 2013-04-15  Alan Mackenzie  <acm@muc.de>
6449         Correct the placement of c-cpp-delimiters when there're #s not at
6450         col 0.
6452         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
6453         place a submatch around the #.
6454         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
6455         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
6456         on the #, not BOL.
6458 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6460         * emacs-lisp/nadvice.el: Properly test names when adding advice.
6461         (advice--member-p): New arg `name'.
6462         (advice--add-function, advice-member-p): Use it (bug#14202).
6464 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
6466         Reformulate java imenu-generic-expression.
6467         The old expression contained ill formed regexps.
6469         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
6470         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
6471         (cc-imenu-java-method-arg-regexp): New defconsts.
6472         (cc-imenu-java-build-type-args-regex): New defun.
6473         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
6474         handling of spaces in the regexp.
6476 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6478         * textmodes/ispell.el (ispell-command-loop): Remove
6479         flyspell highlight of a word when ispell accepts it (bug #14178).
6481 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
6483         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
6484         uses code from the previous `ange-ftp-run-real-handler'.
6485         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
6486         only in case that function exist.  This is needed for proper
6487         unloading of Tramp.
6489 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
6491         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
6493         * textmodes/reftex.el (reftex-compile-variables): Use it.
6495 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6497         * files.el (normal-mode): Only use default major-mode if no other mode
6498         was specified.
6500         * emacs-lisp/trace.el (trace-values): New function.
6502         * files.el: Allow : in local variables (bug#14089).
6503         (hack-local-variable-regexp): New var.
6504         (hack-local-variables-prop-line, hack-local-variables): Use it.
6506 2013-04-13  Roland Winkler  <winkler@gnu.org>
6508         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
6509         data before it gets modified by bibtex-beginning-of-entry.
6511 2013-04-13  Roland Winkler  <winkler@gnu.org>
6513         * textmodes/bibtex.el (bibtex-url): Doc fix.
6515 2013-04-13  Roland Winkler  <winkler@gnu.org>
6517         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
6518         does not visit a BibTeX file, exclude it from the list of buffers
6519         returned by bibtex-initialize.
6521 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
6523         * window.el (split-window): Remove interactive form, since as a
6524         command this function is a special case of split-window-below.
6525         Correct doc string.
6527 2013-04-12  Roland Winkler  <winkler@gnu.org>
6529         * faces.el (read-face-name): Do not override value of arg default.
6530         Allow single faces and strings as default values.  Remove those
6531         elements from return value that are not faces.
6532         (describe-face): Simplify.
6533         (face-at-point): New optional args thing and multiple so that this
6534         function can provide the same functionality previously provided by
6535         read-face-name.
6536         (make-face-bold, make-face-unbold, make-face-italic)
6537         (make-face-unitalic, make-face-bold-italic, invert-face)
6538         (modify-face, read-face-and-attribute): Use face-at-point.
6540         * cus-edit.el (customize-face, customize-face-other-window)
6541         * cus-theme.el (custom-theme-add-face)
6542         * face-remap.el (buffer-face-set)
6543         * facemenu.el (facemenu-set-face): Use face-at-point.
6545 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
6547         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
6549 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
6551         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
6552         off leading { and trailing } from field values.
6554 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6556         * emacs-lisp/timer.el (timer--check): New function.
6557         (timer--time, timer-set-function, timer-event-handler): Use it.
6558         (timer-set-idle-time): Simplify.
6559         (timer--activate): CSE.
6560         (timer-event-handler): Give more info in error message.
6561         (internal-timer-start-idle): New function, moved from C.
6563         * mpc.el (mpc-proc): Add `restart' argument.
6564         (mpc-proc-cmd): Use it.
6565         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
6566         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
6567         less often.
6569 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
6571         * progmodes/sh-script.el: Implement `sh-mode' own
6572         `add-log-current-defun-function' (bug#14112).
6573         (sh-current-defun-name): New function.
6574         (sh-mode): Use the function.
6576 2013-04-09  Bastien Guerry  <bzg@gnu.org>
6578         * simple.el (choose-completion-string): Fix docstring (bug#14163).
6580 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
6584         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
6585         timer (bug#14156).
6587 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
6589         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
6590         declaration.
6592 2013-04-07  Leo Liu  <sdl.web@gmail.com>
6594         * pcmpl-x.el: New file.
6596 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
6598         Do not set x-display-name until X connection is established.
6599         This is needed to prevent from weird situation described at
6600         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
6601         * frame.el (make-frame): Set x-display-name after call to
6602         window system initialization function, not before.
6603         * term/x-win.el (x-initialize-window-system): Add optional
6604         display argument and use it.
6605         * term/w32-win.el (w32-initialize-window-system):
6606         * term/ns-win.el (ns-initialize-window-system):
6607         * term/pc-win.el (msdos-initialize-window-system):
6608         Add compatible optional display argument.
6610 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
6612         * files.el (normal-backup-enable-predicate): On MS-Windows and
6613         MS-DOS compare truenames of temporary-file-directory and of the
6614         file, so that 8+3 aliases (usually found in $TEMP on Windows)
6615         don't fail comparison by compare-strings.  Also, compare file
6616         names case-insensitively on MS-Windows and MS-DOS.
6618 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
6621         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
6623 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
6625         * whitespace.el (whitespace-color-on, whitespace-color-off):
6626         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
6628 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
6630         * ispell.el (ispell-set-spellchecker-params):
6631         Really set `ispell-args' for all equivs.
6633 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6635         * ido.el (ido-completions): Use extra elements of ido-decorations
6636         (bug#14143).
6637         (ido-decorations): Update docstring.
6639 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
6641         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6642         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
6643         nil during initialization, in order not to miss changes since the
6644         file was opened.  (Bug#14140)
6646 2013-04-05  Leo Liu  <sdl.web@gmail.com>
6648         * kmacro.el (kmacro-call-macro): Fix bug#14135.
6650 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
6652         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
6654 2013-04-04  Glenn Morris  <rgm@gnu.org>
6656         * electric.el (electric-pair-inhibit-predicate): Add :version.
6658 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6660         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
6661         when a package is required several times (bug#14082).
6663 2013-04-04  Roland Winkler  <winkler@gnu.org>
6665         * faces.el (read-face-name): Behave as promised by the docstring.
6666         Assume that arg default is a list of faces.
6667         (describe-face): Call read-face-name with list of default faces.
6669 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6671         * bookmark.el: Fix deletion of bookmarks (bug#13972).
6672         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
6673         (bookmark-bmenu-execute-deletions): Only skip first line if it's
6674         the header.
6675         (bookmark-exit-hook-internal): Save even if list is empty.
6677 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
6679         * emacs-lisp/package.el (package-pinned-packages): New var.
6680         (package--add-to-archive-contents): Obey it (bug#14118).
6682 2013-04-03  Alan Mackenzie  <acm@muc.de>
6684         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
6685         Also adapt to the new values of element 7 of a parse state.
6687         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
6688         parameter `not-in-delimiter'.  Handle being inside comment opener.
6689         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
6690         character in case we're typing a '*' after a '/'.
6691         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
6692         instead by passing the parameter to c-state-pp-to-literal.
6694         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
6695         for elt. 7 of a parse state.
6697 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
6699         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
6700         * international/latin1-disp.el, international/mule-util.el:
6701         * language/cyril-util.el, language/european.el, language/ind-util.el:
6702         * language/lao-util.el, language/thai.el, language/tibet-util.el:
6703         * language/tibetan.el, language/viet-util.el:
6704         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
6706 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6708         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
6709         (electric-pair-post-self-insert-function): Use it.
6710         (electric-pair-default-inhibit): New function, extracted from
6711         electric-pair-post-self-insert-function.
6713 2013-03-31  Roland Winkler  <winkler@gnu.org>
6715         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
6717 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6719         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
6721 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
6723         Un-indent after "pass" and "return" statements (Bug#13888)
6724         * progmodes/python.el (python-indent-block-enders): New var.
6725         (python-indent-calculate-indentation): Use it.
6727 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
6729         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
6730         defun.  Defining it as defalias could introduce too eager
6731         byte-compiler optimization.  (Bug#14030)
6733 2013-03-30  Chong Yidong  <cyd@gnu.org>
6735         * iswitchb.el (iswitchb-read-buffer): Fix typo.
6737 2013-03-30  Leo Liu  <sdl.web@gmail.com>
6739         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
6740         (kmacro-execute-from-register): Pass the keyboard macro to
6741         kmacro-call-macro or repeating won't work correctly.
6743 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
6745         * progmodes/subword.el: Back to using `forward-symbol'.
6747         * subr.el (forward-whitespace, forward-symbol)
6748         (forward-same-syntax): Move from thingatpt.el.
6750 2013-03-29  Leo Liu  <sdl.web@gmail.com>
6752         * kmacro.el (kmacro-to-register): New command.
6753         (kmacro-execute-from-register): New function.
6754         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
6756 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6758         * mpc.el: Use defvar-local and setq-local.
6759         (mpc--proc-connect): Connection failures are not bugs.
6760         (mpc-mode-map): `follow-link' only applies to the buffer's content.
6761         (mpc-volume-map): Bind to the up-events.
6763 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6765         * progmodes/subword.el (superword-mode): Use `forward-sexp'
6766         instead of `forward-symbol'.
6768 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6770         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
6771         (edebug--recursive-edit): Use it.
6772         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
6773         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
6775 2013-03-28  Leo Liu  <sdl.web@gmail.com>
6777         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
6779 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
6781         * facemenu.el (list-colors-callback): New defvar.
6782         (list-colors-redisplay): New function.
6783         (list-colors-display): Install list-colors-redisplay as the
6784         revert-buffer-function.  (Bug#14063)
6786 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6788         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
6789         and suffixes don't overlap (bug#14061).
6791         * case-table.el: Use lexical-binding.
6792         (case-table-get-table): New function.
6793         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
6795 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6797         * progmodes/subword.el: Add `superword-mode' to do word motion
6798         over symbol_words (parallels and leverages `subword-mode' which
6799         does word motion inside MixedCaseWords).
6801 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
6803         * eshell/em-unix.el: Move su and sudo to...
6804         * eshell/em-tramp.el: ...Eshell tramp module.
6806 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6808         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
6809         Change return value to be a sexp.  Delay `get-buffer' to after
6810         restoring the desktop (bug#13951).
6812 2013-03-26  Leo Liu  <sdl.web@gmail.com>
6814         * register.el: Move semantic tag handling back to
6815         cedet/semantic/senator.el.  (Bug#14052)
6817 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6819         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
6820         into the prompt either (bug#13963).
6822 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6824         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
6825         part of "(error-foo)".
6827 2013-03-24  Juri Linkov  <juri@jurta.org>
6829         * replace.el (list-matching-lines-prefix-face): New defcustom.
6830         (occur-1): Pass `list-matching-lines-prefix-face' to the function
6831         `occur-engine' if `face-differs-from-default-p' returns t.
6832         (occur-engine): Add `,' inside backquote construct to evaluate
6833         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
6834         Pass `prefix-face' to the functions `occur-context-lines' and
6835         `occur-engine-add-prefix'.
6836         (occur-engine-add-prefix, occur-context-lines): Add optional arg
6837         `prefix-face' and propertize the prefix with `prefix-face'.
6838         (Bug#14017)
6840 2013-03-24  Leo Liu  <sdl.web@gmail.com>
6842         * nxml/rng-valid.el (rng-validate-while-idle)
6843         (rng-validate-quick-while-idle): Guard against deleted buffer.
6844         (Bug#13999)
6846         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
6847         is the last entry in kill-buffer-hook.
6849         * files.el (kill-buffer-hook): Doc fix.
6851 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
6853         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
6854         Make it safe-local.
6856         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
6858 2013-03-23  Leo Liu  <sdl.web@gmail.com>
6860         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
6861         Remove.
6863         * nxml/rng-valid.el (rng-validate-mode)
6864         (rng-after-change-function, rng-do-some-validation):
6865         * nxml/rng-maint.el (rng-validate-buffer):
6866         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
6867         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
6868         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
6869         (nxml-extend-after-change-region): Use with-silent-modifications.
6871         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
6872         timer-idle-list.
6874         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
6875         (rng-next-error-1, rng-previous-error-1): Do not let-bind
6876         timer-idle-list.  (Bug#13999)
6878 2013-03-23  Juri Linkov  <juri@jurta.org>
6880         * info.el (info-index-match): New face.
6881         (Info-index, Info-apropos-matches): Add a nested subgroup to the
6882         main pattern and add text properties with the new face to matches
6883         in index entries relative to the beginning of the index entry.
6884         (Bug#14015)
6886 2013-03-21  Eric Ludlam  <zappo@gnu.org>
6888         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
6889         Inhibit read only while inserting objects.
6891 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6893         * progmodes/cfengine.el: Update docs to mention
6894         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
6895         symbol motion.  Remove "_" from the word syntax.
6897 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
6899         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
6900         syntax for both `cfengine2-mode' and `cfengine3-mode'.
6902 2013-03-20  Juri Linkov  <juri@jurta.org>
6904         * info.el (Info-next-reference-or-link)
6905         (Info-prev-reference-or-link): New functions.
6906         (Info-next-reference, Info-prev-reference): Use them.
6907         (Info-try-follow-nearest-node): Handle footnote navigation.
6908         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
6910 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6912         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
6913         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
6915 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
6917         Suppress unnecessary non-ASCII chatter during build process.
6918         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
6919         (batch-skkdic-convert): Suppress most of the chatter.
6920         It's not needed so much now that machines are faster,
6921         and its non-ASCII component was confusing; see Dmitry Gutov in
6922         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
6924 2013-03-20  Leo Liu  <sdl.web@gmail.com>
6926         * ido.el (ido-chop): Fix bug#10994.
6928 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
6930         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
6931         Remove vars.
6932         (whitespace-color-on, whitespace-color-off):
6933         Use `font-lock-fontify-buffer' (Bug#13817).
6935 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6937         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
6938         remapping in mode-line.
6939         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
6941 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
6943         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
6944         value for `whitespace-line' face (Bug#13875).
6945         (whitespace-font-lock-keywords): Change description.
6946         (whitespace-color-on): Don't save `font-lock-keywords' value, save
6947         the constructed keywords instead.
6948         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
6950 2013-03-19  Leo Liu  <sdl.web@gmail.com>
6952         * progmodes/compile.el (compilation-display-error): New command.
6953         (compilation-mode-map, compilation-minor-mode-map): Bind it to
6954         C-o.  (Bug#13992)
6956 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
6958         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
6960 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
6962         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
6964 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
6966         * net/tramp-compat.el (tramp-compat-user-error): New defun.
6968         * net/tramp-adb.el (tramp-adb-handle-shell-command):
6969         * net/tramp-gvfs.el (top):
6970         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
6971         (tramp-handle-shell-command): Use it.
6972         (tramp-dissect-file-name): Raise an error when hostname is a
6973         method name, and neither method nor user is specified.
6975         * net/trampver.el: Update release number.
6977 2013-03-18  Leo Liu  <sdl.web@gmail.com>
6979         Make sure eldoc can be turned off properly.
6980         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
6981         eldoc-mode.
6982         (eldoc-display-message-p): Revert last change.
6983         (eldoc-display-message-no-interference-p)
6984         (eldoc-print-current-symbol-info): Tweak.
6986 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
6988         * doc-view.el (doc-view-new-window-function): Check the new window
6989         overlay's display property instead the char property of the
6990         buffer's first char.  Use `with-selected-window' instead of
6991         `save-window-excursion' with `select-window'.
6992         (doc-view-document->bitmap): Check the current doc-view overlay's
6993         display property instead the char property of the buffer's first char.
6995 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
6997         Automate the build of ja-dic.el (Bug#13984).
6998         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
6999         from the input, rather than assume that it's been done for us by the
7000         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
7001         the current date into a ja-dic.el comment, as that complicates
7002         regression testing.
7004 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7006         * whitespace.el: Fix double evaluation.
7007         (whitespace-space, whitespace-hspace, whitespace-tab)
7008         (whitespace-newline, whitespace-trailing, whitespace-line)
7009         (whitespace-space-before-tab, whitespace-indentation)
7010         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
7011         obsolete defvars.
7012         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
7013         (whitespace-color-on): Use a single font-lock-add-keywords call.
7014         Fix double-evaluation of face variables.
7016 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
7018         * net/tramp-adb.el (tramp-adb-parse-device-names):
7019         Use `start-process' instead of `call-process'.  Otherwise, the
7020         function might be blocked under MS Windows.  (Bug#13299)
7022 2013-03-17  Leo Liu  <sdl.web@gmail.com>
7024         Extend eldoc to display info in the mode-line.  (Bug#13978)
7025         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
7026         (eldoc-mode-line-string): New variable.
7027         (eldoc-minibuffer-message): New function.
7028         (eldoc-message-function): New variable.
7029         (eldoc-message): Use it.
7030         (eldoc-display-message-p)
7031         (eldoc-display-message-no-interference-p):
7032         Support eldoc-post-insert-mode.
7034         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
7035         (eval-expression): Run it.
7037 2013-03-17  Roland Winkler  <winkler@gnu.org>
7039         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
7040         strings in the list of return values.
7042 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
7044         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
7045         radix before checking for HMS forms.
7047 2013-03-16  Leo Liu  <sdl.web@gmail.com>
7049         * progmodes/scheme.el: Add indentation and font-locking for λ.
7050         (Bug#13975)
7052 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
7055         token before point (bug#13942).
7057 2013-03-16  Leo Liu  <sdl.web@gmail.com>
7059         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
7061 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
7063         * startup.el (command-line-normalize-file-name): Fix handling of
7064         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
7065         <xfq.free@gmail.com> in
7066         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
7068 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
7070         Sync with Tramp 2.2.7.
7072         * net/trampver.el: Update release number.
7074 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
7076         * doc-view.el Fix bug#13887.
7077         (doc-view-insert-image): Don't modify overlay associated to
7078         non-live windows, and implement horizontal centering of image in
7079         case it's smaller than the window.
7080         (doc-view-new-window-function): Force redisplay of new windows on
7081         doc-view buffers.
7083 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
7085         * saveplace.el (save-place-alist-to-file): Don't sort
7086         `save-place-alist', just pretty-print it (bug#13882).
7088 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
7090         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7091         Check whether `default-file-name-coding-system' is bound.
7092         It isn't in XEmacs.
7094 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7096         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
7097         backquotes for `obsolete' (bug#13929).
7099         * international/mule.el (find-auto-coding): Include file name in
7100         obsolescence warning (bug#13922).
7102 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7104         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
7105         for CFEngine 3-specific indentation.
7106         (cfengine3-indent-line): Use it.  Fix up category regex.
7107         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
7109 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7111         * type-break.el (type-break-file-name):
7112         * textmodes/remember.el (remember-data-file):
7113         * strokes.el (strokes-file):
7114         * shadowfile.el (shadow-initialize):
7115         * saveplace.el (save-place-file):
7116         * ps-bdf.el (bdf-cache-file):
7117         * progmodes/idlwave.el (idlwave-config-directory):
7118         * net/quickurl.el (quickurl-url-file):
7119         * international/kkc.el (kkc-init-file-name):
7120         * ido.el (ido-save-directory-list-file):
7121         * emulation/viper.el (viper-custom-file-name):
7122         * emulation/vip.el (vip-startup-file):
7123         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
7124         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
7126 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
7128         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
7129         * language/thai-word.el: Switch to UTF-8.
7131 See ChangeLog.16 for earlier changes.
7133 ;; Local Variables:
7134 ;; coding: utf-8
7135 ;; End:
7137   Copyright (C) 2011-2013 Free Software Foundation, Inc.
7139   This file is part of GNU Emacs.
7141   GNU Emacs is free software: you can redistribute it and/or modify
7142   it under the terms of the GNU General Public License as published by
7143   the Free Software Foundation, either version 3 of the License, or
7144   (at your option) any later version.
7146   GNU Emacs is distributed in the hope that it will be useful,
7147   but WITHOUT ANY WARRANTY; without even the implied warranty of
7148   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7149   GNU General Public License for more details.
7151   You should have received a copy of the GNU General Public License
7152   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.