* lisp/play/landmark.el (landmark-mode): Fix typos.
[emacs.git] / lisp / ChangeLog
blob315e0d42e7472fecebd0e3cfb5797cd01372e3e8
1 2013-09-11  Glenn Morris  <rgm@gnu.org>
3         * play/landmark.el (landmark-mode): Fix typos.
5         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6         Check cvs-sort-ignore-file is bound.
8         * savehist.el: No need for cl when compiling on Emacs.
10 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
13         (bug#15338).
14         (eshell-self-insert-command, eshell-send-invisible): Remove
15         unused argument.
16         (eshell-handle-control-codes): Remove unused var `orig'.
17         Avoid delete-backward-char.
19         * files.el (set-auto-mode): Simplify a bit further.
21 2013-09-11  Glenn Morris  <rgm@gnu.org>
23         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
24         (set-auto-mode): Don't regexp-quote elements.
25         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
26         * progmodes/cc-mode.el (interpreter-mode-alist):
27         * progmodes/ruby-mode.el (interpreter-mode-alist):
28         Revert previous change.
30 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
32         * play/snake.el (snake-mode):
33         * play/mpuz.el (mpuz-mode):
34         * play/landmark.el (lm-mode):
35         * play/blackbox.el (blackbox-mode):
36         * play/5x5.el (5x5-mode):
37         * obsolete/options.el (Edit-options-mode):
38         * net/quickurl.el (quickurl-list-mode):
39         * net/newst-treeview.el (newsticker-treeview-mode):
40         * mail/rmailsum.el (rmail-summary-mode):
41         * mail/mspools.el (mspools-mode):
42         * locate.el (locate-mode):
43         * ibuffer.el (ibuffer-mode):
44         * emulation/ws-mode.el (wordstar-mode):
45         * emacs-lisp/debug.el (debugger-mode):
46         * array.el (array-mode):
47         * net/eudc.el (eudc-mode): Use define-derived-mode.
48         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
49         Move initialization into declaration.
50         (mairix-searches-mode): Use define-derived-mode.
51         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
52         (eudc-edit-hotlist): Use dolist.
53         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
54         (Man-mode): Use define-derived-mode.
55         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
56         (Info-edit-mode): Use define-derived-mode.
57         (Info-cease-edit): Use Info-mode.
58         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
59         into declaration.
60         (eshell-mode): Use define-derived-mode.
61         * chistory.el (command-history-mode-map): Rename from
62         command-history-map.
63         (command-history-mode): Use define-derived-mode.
64         * calc/calc.el (calc-trail-mode-map): New var.
65         (calc-trail-mode): Use define-derived-mode.
66         (calc-trail-buffer): Set calc-main-buffer manually.
67         * bookmark.el (bookmark-insert-annotation): New function.
68         (bookmark-edit-annotation): Use it.
69         (bookmark-edit-annotation-mode): Make it a proper major mode.
70         (bookmark-send-edited-annotation): Use derived-mode-p.
71         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
72         closer to its ideal place.  Use \' to match EOS.
74         * profiler.el (profiler-calltree-find): Use function-equal.
76 2013-09-10  Glenn Morris  <rgm@gnu.org>
78         * files.el (interpreter-mode-alist): Convert to regexps.
79         (set-auto-mode): Adapt for this.  (Bug#15306)
80         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
81         Comment out unused variable.
82         * progmodes/cc-mode.el (interpreter-mode-alist):
83         * progmodes/python.el (interpreter-mode-alist):
84         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
85         * progmodes/sh-script.el (sh-set-shell):
86         No longer use interpreter-mode-alist to get list of shells.
88         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
90 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
92         * simple.el: Use set-temporary-overlay-map for universal-argument.
93         (universal-argument-map): Don't use default-bindings (bug#15317).
94         Bind switch-frame explicitly.  Replace universal-argument-minus with
95         a conditional binding.
96         (universal-argument-num-events, saved-overriding-map): Remove.
97         (restore-overriding-map): Remove.
98         (universal-argument--mode): Rename from save&set-overriding-map,
99         and rewrite.
100         (universal-argument, universal-argument-more, negative-argument)
101         (digit-argument): Adjust accordingly.
102         (universal-argument-minus): Remove.
103         (universal-argument-other-key): Remove.
105         * subr.el (with-demoted-errors): Add `format' argument.
107 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
109         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
110         `tramp-cleanup-connection'.
112         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
113         parameters KEEP-DEBUG and KEEP-PASSWORD.
115         * net/tramp.el (tramp-file-name-handler):
116         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
117         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
118         (tramp-maybe-open-connection):
119         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
120         Use `tramp-cleanup-connection'.
122         * net/tramp-sh.el (tramp-maybe-open-connection):
123         Catch 'uname-changed inside the progress reporter.
125 2013-09-10  Glenn Morris  <rgm@gnu.org>
127         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
129         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
130         returns "alternate access method" in mode (eg "-rw-r--r--.").
132 2013-09-08  Glenn Morris  <rgm@gnu.org>
134         * saveplace.el (load-save-place-alist-from-file):
135         Demote errors.  (Bug#15305)
137 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
139         Improve compatibility with older Emacsen, and XEmacs.
141         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
142         only if it is bound.  It isn't for XEmacs.
143         (with-tramp-progress-reporter): Do not let-bind `result'.
144         This yields to scoping errors in XEmacs.
145         (tramp-handle-make-auto-save-file-name): New function, moved from
146         tramp-sh.el.
148         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
149         for `make-auto-save-file-name'.
150         (tramp-adb--gnu-switches-to-ash):
151         Use `tramp-compat-replace-regexp-in-string'.
153         * net/tramp-cache.el (tramp-cache-print): Call
154         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
156         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
157         bound.  It isn't for XEmacs.
159         * net/tramp-compat.el (tramp-compat-copy-file):
160         Catch `wrong-number-of-arguments' error.
161         (tramp-compat-replace-regexp-in-string): New defun.
163         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
164         for `make-auto-save-file-name'.
165         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
166         `copy-file'.
167         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
168         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
169         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
171         * net/tramp-gw.el (tramp-gw-open-network-stream):
172         Use `tramp-compat-replace-regexp-in-string'.
174         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
175         Call `tramp-handle-make-auto-save-file-name'.
176         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
177         (tramp-sh-file-gvfs-monitor-dir-process-filter)
178         (tramp-sh-file-inotifywait-process-filter):
179         Use `tramp-compat-replace-regexp-in-string'.
180         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
182         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
183         for `make-auto-save-file-name'.
184         (tramp-smb-handle-copy-directory):
185         Call `tramp-compat-replace-regexp-in-string'.
186         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
187         (tramp-smb-handle-copy-file): Improve error message.
188         (tramp-smb-handle-rename-file): Rename directly only in case
189         `newname' does not exist yet.  This is a restriction of smbclient.
190         (tramp-smb-maybe-open-connection): Rerun the function only when
191         `auth-sources' is non-nil.
193 2013-09-08  Kenichi Handa  <handa@gnu.org>
195         * international/characters.el: Set category "^" (Combining) for
196         more characters.
198 2013-09-07  Alan Mackenzie  <acm@muc.de>
200         Correctly fontify Java class constructors.
201         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
202         in Java Mode.
203         (c-recognize-typeless-decls): Set the Java value to t.
204         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
205         While handling a "(", add a check for, effectively, Java, and handle a
206         "typeless" declaration there.
208 2013-09-07  Roland Winkler  <winkler@gnu.org>
210         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
211         field subtitle for entry type book.
213 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
215         * minibuffer.el: Make minibuffer-complete call completion-in-region
216         rather than other way around.
217         (completion--some, completion-pcm--find-all-completions):
218         Don't delay signals when debugging.
219         (minibuffer-completion-contents): Beware fields within the
220         minibuffer contents.
221         (completion-all-sorted-completions): Use defvar-local.
222         (completion--do-completion, completion--cache-all-sorted-completions)
223         (completion-all-sorted-completions, minibuffer-force-complete):
224         Add args `beg' and `end'.
225         (completion--in-region-1): New fun, extracted from minibuffer-complete.
226         (minibuffer-complete): Use completion-in-region.
227         (completion-complete-and-exit): New fun, extracted from
228         minibuffer-complete-and-exit.
229         (minibuffer-complete-and-exit): Use it.
230         (completion--complete-and-exit): Rename from
231         minibuffer--complete-and-exit.
232         (completion-in-region--single-word): New function, extracted from
233         minibuffer-complete-word.
234         (minibuffer-complete-word): Use it.
235         (display-completion-list): Make `common-substring' argument obsolete.
236         (completion--in-region): Call completion--in-region-1 instead of
237         minibuffer-complete.
238         (completion-help-at-point): Pass boundaries to
239         minibuffer-completion-help as args rather than via an overlay.
240         (completion-pcm--string->pattern): Use `any-delim'.
241         (completion-pcm--optimize-pattern): New function.
242         (completion-pcm--pattern->regex): Handle `any-delim'.
243         * icomplete.el (icomplete-forward-completions)
244         (icomplete-backward-completions, icomplete-completions):
245         Adjust calls to completion-all-sorted-completions and
246         completion--cache-all-sorted-completions.
247         (icomplete-with-completion-tables): Default to t.
248         * emacs-lisp/crm.el (crm--current-element): Rename from
249         crm--select-current-element.  Don't put an overlay but return the
250         boundaries instead.
251         (crm--completion-command): Take two new args to bind to the boundaries.
252         (crm-completion-help): Adjust accordingly.
253         (crm-complete): Use completion-in-region.
254         (crm-complete-word): Use completion-in-region--single-word.
255         (crm-complete-and-exit): Use completion-complete-and-exit.
257 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
260         than dynamically.
262 2013-09-06  Juri Linkov  <juri@jurta.org>
264         * info.el (Info-display-images-node): When image file doesn't exist
265         display text version of the image if it's provided in the Info file.
266         Otherwise, display the location of missing image from SRC attribute.
267         Add help-echo text property from ALT attribute.  (Bug#15279)
269 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
272         (edit-abbrevs-mode): Use define-derived-mode.
274         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
275         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
276         that it's defined.
277         (epa-key-list-mode, epa-key-mode, epa-info-mode):
278         Use define-derived-mode.
280         * epg.el (epg-start-encrypt): Minor CSE simplification.
282 2013-09-06  William Xu  <william.xwl@gmail.com>
284         * arc-mode.el: Add support for 7za (bug#15264).
285         (archive-7z-program): New var.
286         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
287         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
288         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
290 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
292         Remove URL syntax.
294         * net/tramp.el (tramp-syntax, tramp-prefix-format)
295         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
296         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
297         (tramp-postfix-host-format, tramp-file-name-regexp)
298         (tramp-completion-file-name-regexp)
299         (tramp-completion-dissect-file-name)
300         (tramp-handle-substitute-in-file-name): Remove 'url case.
301         (tramp-file-name-regexp-url)
302         (tramp-completion-file-name-regexp-url): Remove constants.
304 2013-09-06  Glenn Morris  <rgm@gnu.org>
306         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
308 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
310         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
311         keywords" below "here-doc beginnings" (Bug#15270).
313 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
315         * subr.el (pop): Use `car-safe'.
316         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
317         to detect unused `pop' return value.
319         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
320         var `block-regexp'.
321         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
322         (python-fill-string): Remove unused var `marker'.
323         (python-skeleton-add-menu-items): Remove unused var `items'.
325         * international/mule-cmds.el: Require CL.
326         (find-coding-systems-for-charsets): Avoid add-to-list.
327         (sanitize-coding-system-list): New function, extracted from
328         select-safe-coding-system-interactively.
329         (select-safe-coding-system-interactively): Use it.
330         (read-input-method-name): Accept symbols for `default'.
332         * emacs-lisp/advice.el (defadvice): Add indent rule.
334 2013-09-05  Daniel Hackney  <dan@haxney.org>
336         * dired-x.el:
337         * net/ange-ftp.el:
338         * net/browse-url.el:
339         * net/dbus.el:
340         * net/eudc.el:
341         * net/eudcb-ldap.el:
342         * net/eww.el:
343         * net/imap.el:
344         * printing.el:
345         * vc/ediff-diff.el:
346         * vc/ediff-init.el:
347         * vc/ediff-merg.el:
348         * vc/ediff-mult.el:
349         * vc/ediff-util.el:
350         * vc/ediff-wind.el:
351         * vc/ediff.el:
352         * vc/emerge.el:
353         * vc/pcvs.el:
354         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
355         byte compiler.  Remove some unused let-bound variables.
357 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
359         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
360         a "ref-cell", since it gets better optimized (bug#14883).
362 2013-09-05  Glenn Morris  <rgm@gnu.org>
364         * progmodes/cc-awk.el (c-forward-sws): Declare.
366 2013-09-04  Glenn Morris  <rgm@gnu.org>
368         * generic-x.el [rul-generic-mode]: Require cc-mode.
369         (c++-mode-syntax-table): Declare.
370         (rul-generic-mode-syntax-table): Init in the defvar.
372 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
375         (vc-do-command, vc-set-async-update):
376         * vc/vc-mtn.el (vc-mtn-dir-status):
377         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
378         (vc-hg-pull, vc-hg-merge-branch):
379         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
380         (vc-git-merge-branch):
381         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
382         (vc-cvs-dir-status-files):
383         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
384         (vc-bzr-dir-status-files):
385         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
386         * vc/vc-annotate.el: Use lexical-binding.
387         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
388         (vc-sentinel-movepoint): Declare.
389         (vc-annotate): Don't use `goto-line'.
390         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
391         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
392         (vc-sentinel-movepoint): Declare.
393         * vc/vc-svn.el: Use lexical-binding.
394         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
395         * vc/vc-sccs.el:
396         * vc/vc-rcs.el: Use lexical-binding.
398         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
399         `deleted'.  Don't drop errors silently.
401         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
403 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
405         * vc/vc.el (vc-ignore): Rewrite.
406         (vc-default-ignore): New function.
407         (vc-default-ignore-completion-table): Use find-ignore-file.
409         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
410         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
411         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
412         Remove.  Most code moved to vc.el.
414 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
417         * net/tramp-smb.el (tramp-smb-get-file-entries):
418         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
419         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
421         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
422         Update call to it.
423         (eww-change-select): Remove unused var `properties'.
424         (eww-make-unique-file-name): Remove unused var `base'.
426         * finder.el (finder-compile-keywords): Don't mess with windows.
428         * calculator.el (calculator-funcall): Fix typo in last change.
430         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
432         * emacs-lisp/package.el (package-activate-1): Don't let a missing
433         <pkg>-autoloads.el file stop us.
435         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
436         warnings, and factor out common code.
438 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
440         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
441         two-character operators and whether the character preceding them
442         changes their meaning (Bug#15208).
444 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
446         Format code sent to Python shell for robustness.
447         * progmodes/python.el (python-shell-buffer-substring):
448         New function.
449         (python-shell-send-region, python-shell-send-buffer): Use it.
451 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
453         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
454         * net/tramp.el (tramp-user-error): ... here.
455         (tramp-find-method, tramp-check-proper-host)
456         (tramp-dissect-file-name, tramp-debug-message)
457         (tramp-handle-shell-command):
458         * net/tramp-adb.el (tramp-adb-handle-shell-command):
459         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
461         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
463 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
465         * avoid.el (mouse-avoidance-point-position)
466         (mouse-avoidance-too-close-p): Handle case where posn-at-point
467         returns nil.
469 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
471         * progmodes/python.el (python-shell-completion-get-completions):
472         Drop use of deleted `comint-last-prompt-overlay'.
473         (python-nav-if-name-main): New command.
475 2013-09-01  Glenn Morris  <rgm@gnu.org>
477         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
478         Avoid leading space in $wins.  Otherwise the sed command used by
479         eg compile-main ends up containing "/*.el".  (Bug#15170)
481         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
483 2013-08-30  Glenn Morris  <rgm@gnu.org>
485         * emacs-lisp/bytecomp.el (byte-recompile-directory):
486         Fix is-this-a-directory logic.  (Bug#15220)
488 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
490         * textmodes/css-mode.el: Use SMIE.
491         (css-smie-grammar): New var.
492         (css-smie--forward-token, css-smie--backward-token)
493         (css-smie-rules): New functions.
494         (css-mode): Use them.
495         (css-navigation-syntax-table): Remove var.
496         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
497         (css-indent-calculate, css-indent-line): Remove functions.
499         Misc changes to reduce use of `(lambda...); and other cleanups.
500         * cus-edit.el: Use lexical-binding.
501         (customize-push-and-save, customize-apropos)
502         (custom-buffer-create-internal): Use closures.
503         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
504         * progmodes/ada-xref.el: Use setq.
505         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
506         * dframe.el: Use lexical-binding.
507         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
508         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
509         * descr-text.el: Use lexical-binding.
510         (describe-text-widget, describe-text-sexp, describe-property-list):
511         Use closures.
512         * comint.el (comint-history-isearch-push-state): Use a closure.
513         * calculator.el: Use lexical-binding.
514         (calculator-number-to-string): Make it work with lexical-binding.
515         (calculator-funcall): Same and use cl-letf.
517         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
518         (lisp--company-doc-string, lisp--company-location): New functions.
519         (lisp-completion-at-point): Use them to improve Company support.
521         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
522         params of lambda expressions.
523         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
524         (ruby-smie--opening-pipe-p): New function.
525         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
526         symbols and matched |...| for formal params.
527         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
528         from being treated as hanging.  Handle "rescue".
530 2013-08-29  Glenn Morris  <rgm@gnu.org>
532         * progmodes/cc-engine.el (c-pull-open-brace):
533         Move definition before use.
535 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
538         are immutable.  Don't use `unsafe' any more.
539         (cl--defsubst-expand): Don't substitute at the same time as keeping
540         a residual unused let-binding.  Don't use `unsafe' any more.
542 2013-08-29  Glenn Morris  <rgm@gnu.org>
544         * calendar/cal-china.el (calendar-chinese-year-cache):
545         Recenter on 2015.
547         * nxml/nxml-util.el (nxml-debug-clear-inside):
548         Use cl-loop rather than loop.
550         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
552         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
554 2013-08-28  Glenn Morris  <rgm@gnu.org>
556         * progmodes/antlr-mode.el: No need to require cc-mode twice.
558         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
560         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
562 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
564         * simple.el (repeat-complex-command--called-interactively-skip):
565         New function.
566         (repeat-complex-command): Use it (bug#14136).
568         * progmodes/cc-mode.el: Minor cleanup of var declarations.
569         (c-define-abbrev-table): Add `doc' argument.
570         (c-mode-abbrev-table, c++-mode-abbrev-table)
571         (objc-mode-abbrev-table, java-mode-abbrev-table)
572         (idl-mode-abbrev-table, pike-mode-abbrev-table)
573         (awk-mode-abbrev-table): Use it.
574         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
575         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
576         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
577         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
578         Move initialization into the declaration; and remove any
579         autoload cookie.
581         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
582         and dynamic let binding.
584         * vc/smerge-mode.el: Remove redundant :group args.
586         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
587         to load-path.
589 2013-08-28  Juri Linkov  <juri@jurta.org>
591         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
592         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
593         (isearch-other-meta-char): Handle an undefined shifted printing
594         character by downshifting it.  (Bug#15200)
596 2013-08-28  Juri Linkov  <juri@jurta.org>
598         * isearch.el (isearch-search): Change regexp error message for
599         non-regexp searches.  (Bug#15166)
601 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
603         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
604         for portability to hosts where /bin/sh has problems.
606 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
608         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
610 2013-08-27  Juri Linkov  <juri@jurta.org>
612         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
613         in the keyboard macro.  (Bug#15126)
615 2013-08-27  Juri Linkov  <juri@jurta.org>
617         * isearch.el (isearch-quote-char): Comment out converting unibyte
618         to multibyte, thus syncing with its `quoted-insert' counterpart.
619         (Bug#15166)
621 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
623         * window.el (display-buffer-use-some-window): Add missing
624         argument in call of get-largest-window (Bug#15185).
625         Reported by Stephen Leake.
627 2013-08-27  Glenn Morris  <rgm@gnu.org>
629         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
631 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * progmodes/python.el (python-font-lock-keywords): Don't return nil
634         from a matcher-function unless there's no more matches (bug#15161).
636 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
638         * minibuffer.el: Revert change from 2013-08-20.
640         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
641         with text property `tramp-default', if appropriate.
642         (tramp-check-proper-host): New defun.
643         (tramp-dissect-file-name): Do not check hostname.  Revert change
644         of 2013-03-18.
645         (tramp-backtrace): Make VEC-OR-PROC optional.
647         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
648         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
649         * net/tramp-sh.el (tramp-maybe-open-connection):
650         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
651         Apply `tramp-check-proper-host'.
653 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
655         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
656         lambda expression in order to have `describe-variable' display it.
658 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
660         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
661         BUF can be optional.  (Bug#15186)
663 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
665         * progmodes/flymake.el (flymake-get-real-file-name-function):
666         Fix broken customization.  (Bug#15184)
668 2013-08-25  Alan Mackenzie  <acm@muc.de>
670         Improve indentation of bracelists defined by macros (without "=").
672         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
673         expansion begins with "{", regard it as bracelist when it doesn't
674         contain a ";".
676         Parse C++ inher-intro when there's a template split over 2 lines.
678         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
679         rigorously the search for "class" etc. followed by ":".
681         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
682         random languages a regexp which never matches rather than nil.
684         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
686         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
687         (c-awk-regexp-one-line-possibly-open-char-list-re)
688         (c-awk-one-line-possibly-open-regexp-re)
689         (c-awk-one-line-non-syn-ws*-re): Remove.
690         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
691         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
692         (c-awk-space*-unclosed-regexp-/-re): New constants.
693         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
694         aren't regexp delimiters.
696         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
697         handling for a rare situation in AWK Mode involving unterminated
698         strings/regexps.
700 2013-08-23  Glenn Morris  <rgm@gnu.org>
702         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
704         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
706         * files.el (create-file-buffer): If the result would begin with
707         spaces, prepend a "|" instead of removing them.  (Bug#15162)
709 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
711         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
712         text-properties (bug#15155).
714         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
715         exist any more.
716         (calc-keypad-redraw): Remove unused var `pad'.
717         (calc-keypad-press): Remove unused var `menu'.
719 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
721         * window.el (display-buffer-pop-up-frame):
722         Call pop-up-frame-function with BUFFER current so `make-frame' will
723         use it as the new frame's buffer (Bug#15133).
725 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * calendar/timeclock.el: Minor cleanups.
728         (timeclock-ask-before-exiting, timeclock-use-display-time):
729         Use `symbol'.
730         (timeclock-modeline-display): Define as alias before the
731         actual definition.
732         (timeclock-mode-line-display): Use define-minor-mode.
733         (timeclock-day-list-template): Make it a function, add an argument.
734         (timeclock-day-list-required, timeclock-day-list-length)
735         (timeclock-day-list-debt, timeclock-day-list-span)
736         (timeclock-day-list-break): Adjust calls accordingly.
738 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
740         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
741         Use read--expression so that completion works again.
743 2013-08-21  Sam Steingold  <sds@gnu.org>
745         Add rudimentary inferior shell interaction
746         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
747         (sh-set-shell): Reset it.
748         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
749         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
751 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
753         * align.el: Use lexical-binding.
754         (align-region): Simplify accordingly.
756 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
758         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
760         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
761         `non-essential' up.
763 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
765         * net/tramp.el:
766         * net/tramp-adb.el:
767         * net/tramp-cmds.el:
768         * net/tramp-ftp.el:
769         * net/tramp-gvfs.el:
770         * net/tramp-gw.el:
771         * net/tramp-sh.el: Don't wrap external variable declarations by
772         `eval-when-compile'.
774 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
777         now that Emacs supports ImageMagick animations.
779 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
781         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
782         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
784 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
786         * window.el (mouse-autoselect-window-select): Do autoselect when
787         mouse pointer is on margin.
789 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
791         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
793 2013-08-16  Glenn Morris  <rgm@gnu.org>
795         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
796         Handle "Remote Directory" response of some clients.  (Bug#15058)
798         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
799         Tweak warning.  (Bug#14926)
801         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
802         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
804         * image-mode.el (image-mode-map): Add menu items to reverse,
805         increase, decrease, reset animation speed.
806         (image--set-speed, image-increase-speed, image-decrease-speed)
807         (image-reverse-speed, image-reset-speed): New functions.
808         (image-mode-map): Add bindings for speed commands.
810         * image.el (image-animate-get-speed, image-animate-set-speed):
811         New functions.
812         (image-animate-timeout): Respect image :speed property.
814 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
816         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
817         previous line (bug#15101).
818         (debugger-eval-expression, debugger-record-expression):
819         Use read--expression (bug#15102).
821 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
823         Remove byte compiler warnings, visible when compiling with
824         `byte-compile-force-lexical-warnings' set to t.
826         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
827         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
828         (tramp-handle-unhandled-file-name-directory)
829         (tramp-handle-file-notify-add-watch, tramp-action-login)
830         (tramp-action-succeed, tramp-action-permission-denied)
831         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
832         arguments with "_".
834         * net/tramp-adb.el (tramp-adb-parse-device-names)
835         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
836         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
837         (tramp-adb-handle-file-truename): Remove unused arguments.
839         * net/tramp-cache.el (tramp-flush-directory-property)
840         (tramp-flush-connection-property, tramp-list-connections)
841         (tramp-parse-connection-properties): Prefix unused arguments with "_".
843         * net/tramp-compat.el (tramp-compat-make-temp-file):
844         Rename FILENAME to F.
846         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
847         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
848         (tramp-zeroconf-parse-workstation-device-names)
849         (tramp-zeroconf-parse-webdav-device-names)
850         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
852         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
853         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
855         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
856         arguments.
857         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
858         (tramp-sh-handle-insert-file-contents-literally)
859         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
860         with "_".
861         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
862         Remove unused variables.
864         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
865         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
866         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
868         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
869         Make them a defconst.
870         (tramp-uuencode-region): Remove unused variable.
872 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
874         * frameset.el (frameset--prop-setter): New function.
875         (frameset-prop): Add gv-setter declaration.
876         (frameset-filter-minibuffer): Deal with the case that the minibuffer
877         parameter was already set in FILTERED.  Doc fix.
878         (frameset--record-minibuffer-relationships): Allow saving a
879         minibufferless frame without its corresponding minibuffer frame.
880         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
881         frame, if the frame id matches.
882         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
883         frames before orphaned ones.
884         (frameset-restore): Warn about orphaned windows, instead of error out.
886 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
888         * window.el (window-make-atom): Don't overwrite parameter
889         already present.
890         (display-buffer-in-atom-window): Handle special case where we
891         split an already atomic window.
892         (window--major-non-side-window, display-buffer-in-side-window)
893         (window--side-check): Ignore minibuffer window when walking
894         window tree.
895         (window-deletable-p): Return 'frame only if no other frame uses
896         our minibuffer window.
897         (record-window-buffer): Run buffer-list-update-hook.
898         (split-window): Make sure window--check-frame won't destroy an
899         existing atomic window in case the new window gets nested
900         inside.
901         (display-buffer-at-bottom): Ignore minibuffer window when
902         walking window tree.  Don't split a side window.
903         (pop-to-buffer): Don't set-buffer here, the select-window call
904         should do that.
905         (mouse-autoselect-window-select): Autoselect only if we are in the
906         text portion of the window.
908 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910         * net/shr.el (shr-parse-image-data): New function to grab both the
911         data itself and the Content-Type.
912         (shr-put-image): Use it.
914         * net/eww.el (eww-display-image): Ditto.
916         * image.el (image-content-type-suffixes): New variable.
918 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
920         * progmodes/python.el (python-imenu--build-tree)
921         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
923 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
925         * simple.el (backward-word): Mention the optional argument.
927 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
929         * frameset.el (frameset--make): Rename constructor from make-frameset.
930         (frameset-p, frameset-valid-p): Don't autoload.
931         (frameset-valid-p): Use normal accessors.
933 2013-08-13  Glenn Morris  <rgm@gnu.org>
935         * progmodes/compile.el (compile-command): Tweak example in doc.
936         * obsolete/scribe.el (scribe-mode):
937         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
939         * mail/feedmail.el (feedmail-confirm-outgoing)
940         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
942         * cus-start.el (truncate-partial-width-windows): Fix type.
944         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
946         * net/shr.el (shr-table-horizontal-line): Fix custom type.
948 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * emacs-lisp/timer.el (timer--time-setter): New function.
951         (timer--time): Use it as gv-setter.
953         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
954         setter is not a symbol.
956 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
958         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
959         if sending fails.  This makes debugging easier.
961 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
963         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
964         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
965         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
967 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
969         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
971 2013-08-12  Glenn Morris  <rgm@gnu.org>
973         * format.el (format-annotate-function):
974         Handle read-only text properties in the source.  (Bug#14887)
976 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978         * net/eww.el (eww-display-html): Ignore coding system errors.
979         One web site uses "utf-8lias" as the coding system.
981 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
983         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
985 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
987         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
988         (tutorial--detailed-help): Remove unused local variables.
989         (tutorial--save-tutorial-to): Use ignore-errors.
990         (help-with-tutorial): Use looking-at-p.
992         * view.el (view-buffer-other-window, view-buffer-other-frame):
993         Mark unused arguments.
995         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
996         (woman-select-symbol-fonts, woman, woman-find-file)
997         (woman-insert-file-contents, woman-non-underline-faces):
998         Use string-match-p.
999         (woman1-unquote): Move declaration.
1001         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
1002         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
1003         argument.  Remove unused local variable.
1004         (xml-parse-elem-type): Use string-match-p.
1005         (xml-substitute-numeric-entities): Use ignore-errors.
1007         * calculator.el (calculator): Mark unused argument.
1008         (calculator-paste, calculator-quit, calculator-integer-p):
1009         Use ignore-errors.
1010         (calculator-string-to-number, calculator-decimal, calculator-exp)
1011         (calculator-op-or-exp): Use string-match-p.
1013         * dired.el (dired-buffer-more-recently-used-p): Declare.
1014         (dired-insert-set-properties, dired-insert-old-subdirs):
1015         Use ignore-errors.
1017         * dired-aux.el (dired-compress): Use ignore-errors.
1018         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
1019         (dired-do-async-shell-command, dired-do-shell-command)
1020         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
1021         (dired-insert-subdir-validate): Use string-match-p.
1022         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
1023         (dired-add-entry): Use string-match-p, looking-at-p.
1024         (dired-insert-subdir-newpos): Remove unused local variable.
1026         * filenotify.el (file-notify-callback): Remove unused local variable.
1028         * filesets.el (filesets-error): Mark unused argument.
1029         (filesets-which-command-p, filesets-filter-dir-names)
1030         (filesets-directory-files, filesets-get-external-viewer)
1031         (filesets-ingroup-get-data): Use string-match-p.
1033         * find-file.el (ff-other-file-name, ff-other-file-name)
1034         (ff-find-the-other-file, ff-cc-hh-converter):
1035         Remove unused local variables.
1036         (ff-get-file-name): Use string-match-p.
1037         (ff-all-dirs-under): Use ignore-errors.
1039         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
1040         (follow-select-if-visible): Remove unused local variable.
1042         * forms.el (read-file-filter): Move declaration.
1043         (forms--make-format, forms--make-parser, forms-insert-record):
1044         Quote function with #'.
1045         (forms--update): Use string-match-p.  Quote function with #'.
1047         * help-mode.el (help-dir-local-var-def): Mark unused argument.
1048         (help-make-xrefs): Use looking-at-p.
1049         (help-xref-on-pp): Use looking-at-p, ignore-errors.
1051         * ibuffer.el (ibuffer-ext-visible-p): Declare.
1052         (ibuffer-confirm-operation-on): Use string-match-p.
1054         * msb.el (msb-item-handler, msb-dired-item-handler):
1055         Mark unused arguments.
1057         * ses.el (ses-decode-cell-symbol)
1058         (ses-kill-override): Remove unused local variable.
1059         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
1060         (ses-load): Use ignore-errors, looking-at-p.
1061         (ses-jump-safe): Use ignore-errors.
1062         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
1064         * tabify.el (untabify, tabify): Mark unused arguments.
1066         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
1067         Mark unused argument.
1068         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
1069         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
1071         * emacs-lisp/timer.el (timer--time): Define setter with
1072         gv-define-setter to avoid deprecation warning.
1074         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
1075         (*record-cmpl-statistics-p*): Remove (was commented out).
1076         (cmpl-statistics-block): Remove (body was commented out).
1077         All callers changed.
1078         (add-completions-from-buffer, load-completions-from-file):
1079         Remove unused variables.
1081 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
1083         * filecache.el (file-cache-delete-file-list):
1084         Print message only when told so.
1085         (file-cache-files-matching): Use #' in mapconcat argument.
1087         * ffap.el (ffap-url-at-point): Fix reference to variable
1088         thing-at-point-default-mail-uri-scheme.
1090 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1092         * subr.el (define-error): New function.
1093         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
1094         error-file-not-found and define with define-error.
1095         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
1096         and define with define-error.
1097         * userlock.el (file-locked, file-supersession):
1098         * simple.el (mark-inactive):
1099         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
1100         * progmodes/ada-mode.el (ada-mode-errors):
1101         * play/life.el (life-extinct):
1102         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
1103         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
1104         * nxml/rng-util.el (rng-error):
1105         * nxml/rng-uri.el (rng-uri-error):
1106         * nxml/rng-match.el (rng-compile-error):
1107         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
1108         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
1109         * nxml/nxml-rap.el (nxml-scan-error):
1110         * nxml/nxml-outln.el (nxml-outline-error):
1111         * net/soap-client.el (soap-error):
1112         * net/gnutls.el (gnutls-error):
1113         * net/ange-ftp.el (ftp-error):
1114         * mpc.el (mpc-proc-error):
1115         * json.el (json-error, json-readtable-error, json-unknown-keyword)
1116         (json-number-format, json-string-escape, json-string-format)
1117         (json-key-format, json-object-format):
1118         * jka-compr.el (compression-error):
1119         * international/quail.el (quail-error):
1120         * international/kkc.el (kkc-error):
1121         * emacs-lisp/ert.el (ert-test-failed):
1122         * calc/calc.el (calc-error, inexact-result, math-overflow)
1123         (math-underflow):
1124         * bookmark.el (bookmark-error-no-filename):
1125         * epg.el (epg-error): Define with define-error.
1127         * time.el (display-time-event-handler)
1128         (display-time-next-load-average): Don't call sit-for since it seems
1129         unnecessary (bug#15045).
1131         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
1132         Use #' instead of ' to quote functions.
1133         (checkdoc-output-mode): Use setq-local.
1134         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
1135         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
1136         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
1137         (checkdoc-ispell, checkdoc-ispell-current-buffer)
1138         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
1139         (checkdoc-ispell-message-text, checkdoc-ispell-start)
1140         (checkdoc-ispell-continue, checkdoc-ispell-comments)
1141         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
1143         * ido.el (ido-completion-help): Fix up compiler warning.
1145 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
1147         * frameset.el (frameset-p): Add autoload cookie.
1148         (frameset--jump-to-register): New function, based on code moved from
1149         register.el.
1150         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
1152         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
1153         (frameset-restore, frameset-save, frameset-session-filter-alist):
1154         Remove declarations.
1155         (register-alist): Doc fix.
1156         (frameset-to-register): Move to frameset.el.
1157         (jump-to-register, describe-register-1): Remove frameset-specific code.
1159 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1161         * allout-widgets.el (allout-widgets-pre-command-business)
1162         (allout-widgets-post-command-business)
1163         (allout-widgets-after-change-handler)
1164         (allout-decorate-item-and-context, allout-set-boundary-marker)
1165         (allout-body-modification-handler)
1166         (allout-graphics-modification-handler): Mark ignored arguments.
1167         (allout-widgets-post-command-business)
1168         (allout-widgets-exposure-change-processor)
1169         (allout-widgets-exposure-undo-processor)
1170         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
1171         (allout-parse-item-at-point, allout-decorate-item-guides)
1172         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
1173         * allout.el (epa-passphrase-callback-function): Declare.
1174         (allout-overlay-insert-in-front-handler)
1175         (allout-overlay-interior-modification-handler)
1176         (allout-isearch-end-handler, allout-chart-siblings)
1177         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
1178         (allout-yank-processing, allout-process-exposed)
1179         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
1180         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
1181         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
1182         (lisp-indent-defform): Mark ignored arguments.
1183         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
1184         (calculate-lisp-indent): Remove unused variables.
1185         * international/characters.el (indian-2-column, arabic-2-column)
1186         (tibetan): Mark ignored arguments.
1187         (use-cjk-char-width-table): Mark ignored arguments.
1188         Remove unused variables.
1189         * international/fontset.el (build-default-fontset-data)
1190         (x-compose-font-name, create-fontset-from-fontset-spec):
1191         Mark ignored arguments.
1192         (fontset-plain-name): Remove unused variables.
1193         * international/mule.el (charset-id, charset-bytes, generic-char-p)
1194         (keyboard-coding-system): Mark ignored arguments.
1195         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
1196         * help.el (resize-temp-buffer-window):
1197         * window.el (display-buffer-in-major-side-window)
1198         (display-buffer-in-side-window, display-buffer-in-previous-window):
1199         Remove unused variables.
1200         * isearch.el (isearch-forward-symbol):
1201         * version.el (emacs-bzr-version-bzr):
1202         * international/mule-cmds.el (current-language-environment):
1203         * term/common-win.el (x-handle-iconic, x-handle-geometry)
1204         (x-handle-display):
1205         * term/pc-win.el (x-list-fonts, x-display-planes)
1206         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
1207         (x-server-version, x-display-screens, x-display-mm-height)
1208         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
1209         (x-selection-owner-p, x-own-selection-internal)
1210         (x-disown-selection-internal, x-get-selection-internal)
1211         (msdos-initialize-window-system):
1212         * term/tty-colors.el (tty-color-alist, tty-color-clear):
1213         * term/x-win.el (x-handle-no-bitmap-icon):
1214         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
1215         (vc-default-find-file-hook, vc-default-extra-menu):
1216         Mark ignored arguments.
1218 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1220         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
1221         break-condition in the context of the debugged code (bug#12685).
1223 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
1225         * comint.el:
1226         Do not use an overlay to highlight the last prompt.  (Bug#14744)
1227         (comint-mode): Make comint-last-prompt buffer local.
1228         (comint-last-prompt): New variable.
1229         (comint-last-prompt-overlay): Remove.  Superseded by
1230         comint-last-prompt.
1231         (comint-snapshot-last-prompt, comint-output-filter):
1232         Use comint-last-prompt.
1234 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1236         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
1237         (frameset-save): Check validity of the resulting frameset.
1239 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
1241         * ido.el (ido-record-command): Add doc string.
1243 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1245         * frameset.el (frameset): Do not disable creation of the default
1246         frameset-p predicate.  Doc fix.
1247         (frameset-valid-p): New function, copied from the old predicate-p.
1248         Add additional checks.
1249         (frameset-restore): Check with frameset-valid-p.
1250         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
1251         (frameset-name, frameset-description, frameset-properties)
1252         (frameset-states): Add docstring.
1253         (frameset-session-filter-alist, frameset-persistent-filter-alist)
1254         (frameset-filter-alist): Doc fixes.
1256 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1258         * frameset.el (frameset-p, frameset-prop): Doc fixes.
1260 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
1263         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
1264         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
1265         (byte-compile-normal-call): Remove obsolescence check.
1267 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1269         * frameset.el (frameset-restore): Doc fix.
1271         * register.el (frameset-frame-id, frameset-frame-with-id)
1272         (frameset-p, frameset-restore, frameset-save): Declare.
1273         (register-alist): Document framesets.
1274         (frameset-session-filter-alist): Declare.
1275         (frameset-to-register): New function.
1276         (jump-to-register): Implement jumping to framesets.  Doc fix.
1277         (describe-register-1): Describe framesets.
1279         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
1281 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
1283         * desktop.el (desktop-save-frameset): Use new frameset-save args.
1284         Use lexical-binding.
1286         * frameset.el (frameset): Use type vector, not list (incompatible
1287         change).  Do not declare a new constructor, use the default one.
1288         Upgrade suggested properties `app', `name' and `desc' to slots `app',
1289         `name' and `description', respectively, and add read-only slot
1290         `timestamp'.  Doc fixes.
1291         (frameset-copy, frameset-persistent-filter-alist)
1292         (frameset-filter-alist, frameset-switch-to-gui-p)
1293         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
1294         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
1295         (frameset-filter-iconified, frameset-keep-original-display-p):
1296         Doc fixes.
1297         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
1298         Rename from frameset-filter-(save|restore)-param.  All callers changed.
1299         Doc fix.
1300         (frameset-p): Adapt to change to vector and be more thorough.
1301         Change arg name to OBJECT.  Doc fix.
1302         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
1303         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
1304         All callers changed.
1305         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
1306         All callers changed.
1307         (frameset--record-minibuffer-relationships): Rename from
1308         frameset--process-minibuffer-frames.  All callers changed.
1309         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
1310         Use new default constructor (again).  Doc fix.
1311         (frameset--find-frame-if): Rename from `frameset--find-frame.
1312         All callers changed.
1313         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
1314         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
1315         Doc fix.
1316         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
1317         PARAMETERS and WINDOW-STATE, respectively.
1318         (frameset-restore): Add new keyword argument PREDICATE.
1319         Reset frameset--target-display to nil.  Doc fix.
1321 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
1324         (bat-mode): Use it.
1325         (bat-mode-syntax-table): Mark \n as end-of-comment.
1326         (bat-font-lock-keywords): Remove comment rule.
1328         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
1329         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
1331         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
1332         (byte-compile-callargs-warn): Use `push'.
1333         (byte-compile-arglist-warn): Ignore higher-order "calls".
1334         (byte-compile-file-form-autoload): Use `pcase'.
1335         (byte-compile-function-form): If quoting a symbol, check that it exists.
1337 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
1339         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
1340         and add a few popular commands found in batch files.
1341         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
1342         (dos-mode): Doc fixes.
1344 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
1347         (dos-mode): Use setq-local.  Add space after "rem".
1348         (dos-mode-syntax-table): Don't use "w" for symbol chars.
1349         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
1351 2013-08-07  Arni Magnusson  <arnima@hafro.is>
1353         * progmodes/dos.el: New file.
1354         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
1355         dos-mode.
1357 2013-08-06  Glenn Morris  <rgm@gnu.org>
1359         * calendar/calendar.el: Add new faces, and day-header-array.
1360         (calendar-weekday-header, calendar-weekend-header)
1361         (calendar-month-header): New faces.
1362         (calendar-day-header-construct): New function.
1363         (calendar-day-header-width): Also :set calendar-day-header-array.
1364         (calendar-american-month-header, calendar-european-month-header)
1365         (calendar-iso-month-header): Use calendar- faces.
1366         (calendar-generate-month):
1367         Use calendar-day-header-array for day headers; apply faces to them.
1368         (calendar-mode): Check calendar-font-lock-keywords non-nil.
1369         (calendar-abbrev-construct): Add optional maxlen argument.
1370         (calendar-day-name-array): Doc fix.
1371         (calendar-day-name-array, calendar-abbrev-length)
1372         (calendar-day-abbrev-array):
1373         Also :set calendar-day-header-array, and maybe redraw.
1374         (calendar-day-header-array): New option.  (Bug#15007)
1375         (calendar-font-lock-keywords): Set to nil and make obsolete.
1376         (calendar-day-name): Add option to use header array.
1378 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380         * net/shr.el (shr-render-td): Remove debugging.
1381         (shr-render-td): Make width computation consistent by defaulting
1382         all zero-width columns to 10 characters.  This may not be optimal,
1383         but it's at least consistent.
1384         (shr-make-table-1): Redo last change to fix the real problem in
1385         colspan handling.
1387 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1389         * files.el (cache-long-line-scans):
1390         Make obsolete alias to `cache-long-scans'.
1392 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
1394         * frameset.el (frameset, frameset-filter-alist)
1395         (frameset-filter-params, frameset-save, frameset--reuse-frame)
1396         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
1397         (frameset-compute-pos): Rename from frameset--compute-pos,
1398         and add docstring.
1399         (frameset-move-onscreen): Use frameset-compute-pos.
1400         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1402         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
1403         Fix typos in docstrings.
1405 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1407         * frame.el (get-other-frame): Tiny cleanup.
1409 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
1411         * vc/vc.el (vc-default-ignore-completion-table):
1412         Silence byte-compiler warning.
1414         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
1415         slot , which can indeed be nil.
1416         (frameset-live-filter-alist, frameset-persistent-filter-alist):
1417         Move entry for `left' from persistent to live filter alist.
1418         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
1419         Doc fixes.
1420         (frameset-filter-params): When restoring a frame, copy items added to
1421         `filtered', to avoid unwittingly modifying the original parameters.
1422         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
1423         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
1425         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
1426         to use looking-at-p instead of looking-at.  (Bug#15028)
1428 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1430         Revert introduction of isearch-filter-predicates (bug#14714).
1431         Rely on add-function instead.
1432         * isearch.el (isearch-filter-predicates): Rename it back to
1433         isearch-filter-predicate.
1434         (isearch-message-prefix): Use advice-function-mapc and advice
1435         properties to get the isearch-message-prefix.
1436         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
1437         instead of run-hook-with-args-until-failure.
1438         (isearch-filter-visible): Not obsolete any more.
1439         * loadup.el: Preload nadvice.
1440         * replace.el (perform-replace): Revert to funcall
1441         instead of run-hook-with-args-until-failure.
1442         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
1443         * dired-aux.el (dired-isearch-filenames-mode): Rename from
1444         dired-isearch-filenames-toggle; make it into a proper minor mode.
1445         Use add/remove-function.
1446         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
1447         Call the minor-mode rather than add/remove-hook.
1448         (dired-isearch-filter-filenames):
1449         Remove isearch-message-prefix property.
1450         * info.el (Info--search-loop): New function, extracted from Info-search.
1451         Funcall isearch-filter-predicate instead of
1452         run-hook-with-args-until-failure isearch-filter-predicates.
1453         (Info-search): Use it.
1454         (Info-mode): Use isearch-filter-predicate instead of
1455         isearch-filter-predicates.
1457 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
1459         Do not call to `selected-window' where it is assumed by default.
1460         Affected functions are `window-minibuffer-p', `window-dedicated-p',
1461         `window-hscroll', `window-width', `window-height', `window-buffer',
1462         `window-frame', `window-start', `window-point', `next-window'
1463         and `window-display-table'.
1464         * abbrev.el (abbrev--default-expand):
1465         * bs.el (bs--show-with-configuration):
1466         * buff-menu.el (Buffer-menu-mouse-select):
1467         * calc/calc.el (calc):
1468         * calendar/calendar.el (calendar-generate-window):
1469         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
1470         (diary-make-entry):
1471         * comint.el (send-invisible, comint-dynamic-complete-filename)
1472         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
1473         * completion.el (complete):
1474         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
1475         * disp-table.el (describe-current-display-table):
1476         * doc-view.el (doc-view-insert-image):
1477         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
1478         * ehelp.el (with-electric-help):
1479         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1480         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
1481         * emacs-lisp/helper.el (Helper-help-scroller):
1482         * emulation/cua-base.el (cua--post-command-handler-1):
1483         * eshell/esh-mode.el (eshell-output-filter):
1484         * ffap.el (ffap-gnus-wrapper):
1485         * help-macro.el (make-help-screen):
1486         * hilit-chg.el (highlight-compare-buffers):
1487         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
1488         * hl-line.el (global-hl-line-highlight):
1489         * icomplete.el (icomplete-simple-completing-p):
1490         * isearch.el (isearch-done):
1491         * jit-lock.el (jit-lock-stealth-fontify):
1492         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
1493         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
1494         * mpc.el (mpc-tagbrowser, mpc):
1495         * net/rcirc.el (rcirc-any-buffer):
1496         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
1497         * play/landmark.el (landmark-max-width, landmark-max-height):
1498         * play/zone.el (zone):
1499         * progmodes/compile.el (compilation-goto-locus):
1500         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
1501         * progmodes/etags.el (find-tag-other-window):
1502         * progmodes/fortran.el (fortran-column-ruler):
1503         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1504         * progmodes/verilog-mode.el (verilog-point-text):
1505         * reposition.el (reposition-window):
1506         * rot13.el (toggle-rot13-mode):
1507         * server.el (server-switch-buffer):
1508         * shell.el (shell-dynamic-complete-command)
1509         (shell-dynamic-complete-environment-variable):
1510         * simple.el (insert-buffer, set-selective-display)
1511         (delete-completion-window):
1512         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
1513         (speedbar-recenter):
1514         * startup.el (fancy-splash-head):
1515         * textmodes/ispell.el (ispell-command-loop):
1516         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
1517         * tutorial.el (help-with-tutorial):
1518         * vc/add-log.el (add-change-log-entry):
1519         * vc/compare-w.el (compare-windows):
1520         * vc/ediff-help.el (ediff-indent-help-message):
1521         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
1522         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
1523         (ediff-setup-control-frame):
1524         * vc/emerge.el (emerge-position-region):
1525         * vc/pcvs-util.el (cvs-bury-buffer):
1526         * window.el (walk-windows, mouse-autoselect-window-select):
1527         * winner.el (winner-set-conf, winner-undo): Related users changed.
1529 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
1531         * frameset.el (frameset--set-id): Doc fix.
1532         (frameset-frame-id, frameset-frame-id-equal-p)
1533         (frameset-locate-frame-id): New functions.
1534         (frameset--process-minibuffer-frames, frameset--reuse-frame)
1535         (frameset-restore): Use them.
1537 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
1539         Do not call to `selected-frame' where it is assumed by default.
1540         Affected functions are `raise-frame', `redraw-frame',
1541         `frame-first-window', `frame-terminal' and `delete-frame'.
1542         * calendar/appt.el (appt-disp-window):
1543         * epg.el (epg-wait-for-completion):
1544         * follow.el (follow-delete-other-windows-and-split)
1545         (follow-avoid-tail-recenter):
1546         * international/mule.el (set-terminal-coding-system):
1547         * mail/rmail.el (rmail-mail-return):
1548         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1549         * progmodes/f90.el (f90-add-imenu-menu):
1550         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
1551         * server.el (server-switch-buffer):
1552         * simple.el (delete-completion-window):
1553         * talk.el (talk):
1554         * term/xterm.el (terminal-init-xterm-modify-other-keys)
1555         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
1556         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
1557         * vc/ediff.el (ediff-documentation): Related users changed.
1558         * frame.el (selected-terminal): Remove the leftover.
1560 2013-08-05  Glenn Morris  <rgm@gnu.org>
1562         * calendar/calendar.el (calendar-generate-month):
1563         Fix for calendar-column-width != 1 + calendar-day-digit-width.
1564         (calendar-generate-month, calendar-font-lock-keywords):
1565         Fix for calendar-day-header-width > length of any day name.
1567 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
1569         * desktop.el (desktop-clear): Use new name of sort predicate.
1571         * frameset.el (frameset): Add docstring.  Move :version property to its
1572         own `version' slot.
1573         (frameset-copy): Rename from copy-frameset.
1574         (frameset-p): Check more thoroughly.
1575         (frameset-prop): Do not check for :version, which is no longer a prop.
1576         (frameset-live-filter-alist, frameset-persistent-filter-alist):
1577         Use new :never value instead of t.
1578         (frameset-filter-alist): Expand and clarify docstring.
1579         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
1580         (frameset-filter-minibuffer, frameset-filter-save-param)
1581         (frameset-filter-restore-param, frameset-filter-iconified):
1582         Add pointer to docstring of frameset-filter-alist.
1583         (frameset-filter-params): Rename filter values to be more meaningful:
1584         :never instead of t, and reverse the meanings of :save and :restore.
1585         (frameset--process-minibuffer-frames): Clarify error message.
1586         (frameset-save): Avoid unnecessary and confusing call to framep.
1587         Use new BOA constructor for framesets.
1588         (frameset--reuse-list): Doc fix.
1589         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
1590         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
1591         (frameset-minibufferless-first-p): Doc fix.
1592         Rename from frameset-sort-frames-for-deletion.
1593         (frameset-restore): Doc fixes.  Use new function names.
1594         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1596 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
1598         * desktop.el (desktop-restore-forces-onscreen)
1599         (desktop-restore-reuses-frames): Document :keyword constant values.
1600         (desktop-filter-parameters-alist): Remove, now identical to
1601         frameset-filter-alist.
1602         (desktop--filter-tty*): Remove, moved to frameset.el.
1603         (desktop-save-frameset, desktop-restore-frameset):
1604         Do not pass :filters argument.
1606         * frameset.el (frameset-live-filter-alist)
1607         (frameset-persistent-filter-alist): New variables.
1608         (frameset-filter-alist): Use them.  Add autoload cookie.
1609         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
1610         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
1611         `frameset--id' (it's supposed to be internal to frameset.el).
1612         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
1613         (frameset--initial-params): New function.
1614         (frameset--get-frame): Use it.  Doc fix.
1615         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
1616         Accept :all, not 'all.
1617         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
1618         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
1619         with fbound symbols.  Fix frame id matching, and remove matching ids if
1620         the frame being restored is deleted.  Obey :delete.
1622 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1624         * subr.el (macrop): New function.
1625         (text-clone--maintaining): New var.
1626         (text-clone--maintain): Rename from text-clone-maintain.  Use it
1627         instead of inhibit-modification-hooks.
1629         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
1630         a proxy, so as handle autoloads and redefinitions of the target.
1631         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
1633         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
1634         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
1635         (pcase--mutually-exclusive-p): New function.
1636         (pcase--split-consp): Use it.
1637         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
1638         mutually exclusive with the current predicate.
1640         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
1641         (edebug-macrop): Remove.  Use `macrop' instead.
1642         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
1643         (ad-macro-p):
1644         * eshell/esh-cmd.el (eshell-macrop):
1645         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
1647 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1649         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
1650         (advice-mapc): New function, using it.
1651         (advice-function-member-p): New function.
1652         (advice--normalize): Store the cdr in advice--saved-rewrite since
1653         that's the part that will be changed.
1654         (advice--symbol-function): New function.
1655         (advice-remove): Handle removal before the function is defined.
1656         Adjust to new advice--saved-rewrite.
1657         (advice-member-p): Use advice-function-member-p and
1658         advice--symbol-function.
1660 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
1662         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
1663         (frameset-filter-minibuffer): Doc fix.
1664         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
1665         (frameset--set-id, frameset--process-minibuffer-frames)
1666         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
1667         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
1669         * desktop.el (desktop-clear): Only delete frames when called
1670         interactively and desktop-restore-frames is non-nil.  Doc fix.
1671         (desktop-read): Set desktop-saved-frameset to nil.
1673 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
1675         * vc/vc.el (vc-ignore): Rewrite.
1676         (vc-default-ignore-completion-table):
1677         (vc--read-lines):
1678         (vc--add-line, vc--remove-regexp): New functions.
1680         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
1681         (vc-svn-ignore-completion-table): New function.
1683         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
1684         (vc-hg-ignore-completion-table):
1685         (vc-hg-find-ignore-file): New functions.
1687         * vc/vc-git.el (vc-git-ignore): Rewrite.
1688         (vc-git-ignore-completion-table):
1689         (vc-git-find-ignore-file): New functions.
1691         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
1693         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
1694         (vc-bzr-ignore-completion-table):
1695         (vc-bzr-find-ignore-file): New functions.
1697 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
1699         * frameset.el (frameset-prop): New function and setter.
1700         (frameset-save): Do not modify frame list passed by the caller.
1702 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1704         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
1706 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
1709         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
1711         * custom.el (custom-initialize-default, custom-initialize-set)
1712         (custom-initialize-reset, custom-initialize-changed): Affect the
1713         toplevel-default-value (bug#6275, bug#14586).
1714         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
1715         for bug#6275.
1717 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
1719         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1720         Add cl-def* expressions.
1722         * frameset.el (frameset-filter-params): Fix order of arguments.
1724 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
1726         Move code related to saving frames to frameset.el.
1727         * desktop.el: Require frameset.
1728         (desktop-restore-frames): Doc fix.
1729         (desktop-restore-reuses-frames): Rename from
1730         desktop-restoring-reuses-frames.
1731         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
1732         (desktop-clear): Clear frames too.
1733         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
1734         (desktop--filter-tty*, desktop-save, desktop-read):
1735         Use frameset functions.
1736         (desktop-before-saving-frames-functions, desktop--filter-*-color)
1737         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
1738         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
1739         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
1740         (desktop--process-minibuffer-frames, desktop-save-frames)
1741         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
1742         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
1743         (desktop--sort-states, desktop-restoring-frames-p)
1744         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
1745         (desktop-restoring-frameset-p, desktop-restore-frameset)
1746         (desktop--check-dont-save, desktop-save-frameset): New functions.
1747         (desktop--app-id): New constant.
1748         (desktop-first-buffer, desktop-buffer-ok-count)
1749         (desktop-buffer-fail-count): Move before first use.
1750         * frameset.el: New file.
1752 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1754         * files.el: Use lexical-binding.
1755         (dir-locals-read-from-file): Remove unused `err' variable.
1756         (hack-dir-local-variables--warned-coding): New var.
1757         (hack-dir-local-variables): Use it to avoid repeated warnings.
1758         (make-backup-file-name--default-function): New function.
1759         (make-backup-file-name-function): Use it as default.
1760         (buffer-stale--default-function): New function.
1761         (buffer-stale-function): Use it as default.
1762         (revert-buffer-insert-file-contents--default-function): New function.
1763         (revert-buffer-insert-file-contents-function): Use it as default.
1764         (insert-directory): Avoid add-to-list.
1766         * autorevert.el (auto-revert-handler): Simplify.
1767         Use buffer-stale--default-function.
1769 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
1771         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
1773         * whitespace.el (whitespace-ensure-local-variables): New function.
1774         (whitespace-cleanup-region): Call it.
1775         (whitespace-turn-on): Call it.
1777 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
1779         Complete file name handlers.
1781         * net/tramp.el (tramp-handle-set-visited-file-modtime)
1782         (tramp-handle-verify-visited-file-modtime)
1783         (tramp-handle-file-notify-rm-watch): New functions.
1784         (tramp-call-process): Do not bind `default-directory'.
1786         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1787         Order alphabetically.
1788         [access-file, add-name-to-file, dired-call-process]:
1789         [dired-compress-file, file-acl, file-notify-rm-watch]:
1790         [file-ownership-preserved-p, file-selinux-context]:
1791         [make-directory-internal, make-symbolic-link, set-file-acl]:
1792         [set-file-selinux-context, set-visited-file-modtime]:
1793         [verify-visited-file-modtime]: Add handler.
1794         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
1796         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1797         [file-notify-add-watch, file-notify-rm-watch]:
1798         [set-file-times, set-visited-file-modtime]:
1799         [verify-visited-file-modtime]: Add handler.
1800         (with-tramp-gvfs-error-message)
1801         (tramp-gvfs-handle-set-visited-file-modtime)
1802         (tramp-gvfs-fuse-file-name): Remove.
1803         (tramp-gvfs-handle-file-notify-add-watch)
1804         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
1805         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
1807         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1808         Order alphabetically.
1809         [file-notify-rm-watch ]: Use default Tramp handler.
1810         [executable-find]: Remove private handler.
1811         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
1812         `default-directory'.
1813         (tramp-sh-handle-executable-find)
1814         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
1815         (tramp-sh-file-gvfs-monitor-dir-process-filter)
1816         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
1817         Do not use `format' in `tramp-message'.
1819         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
1820         [file-notify-rm-watch, set-visited-file-modtime]:
1821         [verify-visited-file-modtime]: Add handler.
1822         (tramp-smb-call-winexe): Do not bind `default-directory'.
1824 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
1826         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
1828 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
1830         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
1831         use it.
1832         (log-view-diff-changeset): Same.
1833         (log-view-diff-common): Call backend command `previous-revision'
1834         to find out the previous revision, in both cases.  Swap the
1835         variables `to' and `fr', so that `fr' usually refers to the
1836         earlier revision (Bug#14989).
1838 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
1840         * ibuf-ext.el (ibuffer-filter-by-filename):
1841         Make it work with dired buffers too.
1843 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
1845         * emacs-lisp/re-builder.el (reb-color-display-p):
1846         * files.el (save-buffers-kill-terminal):
1847         * net/browse-url.el (browse-url):
1848         * server.el (server-save-buffers-kill-terminal):
1849         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
1850         Prefer nil to selected-frame for the first arg of frame-parameter.
1852 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
1854         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
1856 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
1858         * minibuffer.el (completion--twq-all): Try and preserve each
1859         completion's case choice (bug#14907).
1861 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863         * net/network-stream.el (open-network-stream): Mention the new
1864         :nogreeting parameter.
1865         (network-stream-open-starttls): Use the :nogreeting parameter
1866         (bug#14938).
1868         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
1870         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
1871         more natural than popping.
1873         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
1874         (shr-urlify): Highlight under mouse.
1876 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
1878         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
1880         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
1882         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
1883         buffer for output.
1885         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
1886         point-min==1.  Fix search string.  Fix parentheses missing.
1888         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
1889         assume point-min==1.  Fix search string.  Fix parentheses missing.
1891         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
1893         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
1894         buffer for output.
1896 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
1898         * frame.el (frame-notice-user-settings): Avoid inflooping when the
1899         initial frame is minibuffer-less.  (Bug#14841)
1901 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
1903         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
1904         option.
1906         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1907         (tramp-maybe-open-connection): Use it.
1909 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
1911         * desktop.el (desktop--make-frame): Include `minibuffer' in the
1912         minimal set of parameters passed when creating a frame, because
1913         the minibuffer status of a frame cannot be changed later.
1915 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
1917         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
1918         replace-regexp-in-string and inadvertent omissions in previous change.
1919         (todo-filter-items): Ensure only file names are comma-separated in
1920         name of filtered items buffer.
1922 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
1924         * desktop.el: Optionally force offscreen frames back onscreen.
1925         (desktop-restoring-reuses-frames): New option.
1926         (desktop--compute-pos, desktop--move-onscreen): New functions.
1927         (desktop--make-frame): Use desktop--move-onscreen.
1929 2013-07-27  Alan Mackenzie  <acm@muc.de>
1931         Fontify a Java generic method as a function.
1932         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
1933         value to t.
1935 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
1937         * calendar/todo-mode.el: Add command to rename todo files.
1938         (todo-rename-file): New command.
1939         (todo-key-bindings-t): Add key binding for it.  Change the
1940         bindings of todo-filter-regexp-items(-multifile) to use `x'
1941         instead of `r', since the latter is better suited to the new
1942         renaming command.
1944 2013-07-27  Alan Mackenzie  <acm@muc.de>
1946         Make Java try-with-resources statement parse properly.
1947         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
1948         (c-block-stmt-1-2-key): New language constants/variables.
1949         * progmodes/cc-engine.el (c-beginning-of-statement-1)
1950         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
1951         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
1952         with c-block-stmt-1-2-key.
1954 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
1956         * desktop.el (desktop--make-frame): Apply most frame parameters after
1957         creating the frame to force (partially or totally) offscreen frames to
1958         be restored as such.
1960 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
1962         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
1963         (Bug#14948)
1965 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1967         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
1968         `base' arg of backtrace-frame.
1970 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
1972         * simple.el (list-processes): Doc fix.
1974 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
1976         * desktop.el (desktop--select-frame):
1977         Try harder to reuse existing frames.
1979 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1981         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
1982         (edebug-eval): Use backtrace-eval.
1983         (edebug--display, edebug--recursive-edit): Don't let-bind the
1984         edebug-outer-* vars that keep track of variables we locally let-bind.
1985         (edebug-outside-excursion): Don't restore outside values of locally
1986         let-bound vars.
1987         (edebug--display): Use user-error.
1988         (cl-lexical-debug, cl-debug-env): Remove.
1990 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
1992         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
1993         are restored to be sure that they are visible before deleting any
1994         remaining ones.
1996 2013-07-26  Matthias Meulien  <orontee@gmail.com>
1998         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
1999         vc-print-root-log.  (Bug#14948)
2001 2013-07-26  Richard Stallman  <rms@gnu.org>
2003         Add aliases for encrypting mail.
2004         * epa.el (epa-mail-aliases): New option.
2005         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
2006         Bind inhibit-read-only so read-only text doesn't ruin everything.
2007         (epa-mail-default-recipients): New subroutine broken out.
2008         Handle epa-mail-aliases.
2010 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2012         Add support for lexical variables to the debugger's `e' command.
2013         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
2014         vars, except for debugger-outer-match-data.
2015         (debugger-frame-number): Move check for "on a function call" from
2016         callers into it.  Add `skip-base' argument.
2017         (debugger-frame, debugger-frame-clear): Simplify accordingly.
2018         (debugger-env-macro): Only reset the state stored in non-variables,
2019         i.e. current-buffer and match-data.
2020         (debugger-eval-expression): Rewrite using backtrace-eval.
2021         * subr.el (internal--called-interactively-p--get-frame): Remove.
2022         (called-interactively-p):
2023         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
2024         `base' arg of backtrace-frame instead.
2026 2013-07-26  Glenn Morris  <rgm@gnu.org>
2028         * align.el (align-regexp): Doc fix.  (Bug#14857)
2029         (align-region): Explicit error if subexpression missing/does not match.
2031         * simple.el (global-visual-line-mode):
2032         Do not duplicate the mode lighter.  (Bug#14858)
2034 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
2036         * window.el (display-buffer): In display-buffer bind
2037         split-window-keep-point to t, bug#14829.
2039 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
2041         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
2042         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
2043         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
2044         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2045         Change accordingly.
2046         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2047         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
2049 2013-07-25  Glenn Morris  <rgm@gnu.org>
2051         * dired-x.el (dired-mark-extension): Convert comment to doc string.
2053 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
2055         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
2056         parameter to modify-frame-parameters if the value has not changed;
2057         this is a workaround for bug#14949.
2058         (desktop--make-frame): On cl-delete-if call, check parameter name,
2059         not full parameter.
2061 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
2063         * vc/vc.el (vc-ignore): New function.
2065         * vc/vc-svn.el (vc-svn-ignore): New function.
2067         * vc/vc-hg.el (vc-hg-ignore): New function.
2069         * vc/vc-git.el (vc-git-ignore): New function.
2071         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
2072         (vc-dir-ignore): New function.
2074         * vc/vc-cvs.el (vc-cvs-ignore): New function.
2075         (cvs-append-to-ignore): Move here from pcvs.el.
2077         * vc/vc-bzr.el (vc-bzr-ignore): New function.
2079         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
2081 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
2083         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
2084         (desktop-restore-frames): Warn when deleting an existing frame failed.
2086 2013-07-24  Glenn Morris  <rgm@gnu.org>
2088         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
2090 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
2092         * filenotify.el (file-notify-supported-p):
2093         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2094         Remove functions.
2096         * autorevert.el (auto-revert-use-notify):
2097         (auto-revert-notify-add-watch):
2098         * net/tramp.el (tramp-file-name-for-operation):
2099         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2100         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2101         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2102         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2103         Remove `file-notify-supported-p' entry.
2105 2013-07-24  Glenn Morris  <rgm@gnu.org>
2107         * printing.el: Replace all uses of deleted ps-windows-system,
2108         ps-lp-system, ps-flatten-list with lpr- versions.
2110 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2112         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
2113         checked with memq (bug#14935).
2115         * files.el (revert-buffer-function): Use a non-nil default.
2116         (revert-buffer-preserve-modes): Declare var to
2117         provide access to the `preserve-modes' argument.
2118         (revert-buffer): Let-bind it.
2119         (revert-buffer--default): New function, extracted from revert-buffer.
2121 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2123         * lpr.el: Signal print errors more prominently.
2124         (print-region-function): Don't default to nil.
2125         (lpr-print-region): New function, extracted from print-region-1.
2126         Check lpr's return value and signal an error in case of problem.
2127         (print-region-1): Use it.
2128         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
2129         versions instead.
2130         (ps-printer-name): Default to nil.
2131         (ps-printer-name-option): Default to lpr-printer-switch.
2132         (ps-print-region-function): Don't default to nil.
2133         (ps-postscript-code-directory): Simplify default.
2134         (ps-do-despool): Use lpr-print-region to properly check the outcome.
2135         (ps-string-list, ps-eval-switch, ps-flatten-list)
2136         (ps-flatten-list-1): Remove.
2137         (ps-multibyte-buffer): Avoid setq.
2138         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
2139         (print-region-function, ps-print-region-function): Don't set them here.
2141 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
2143         * ido.el (ido-fractionp):
2144         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
2145         (ido-max-file-prompt-width, ido-unc-hosts-cache)
2146         (ido-max-directory-size, ido-max-dir-file-cache)
2147         (ido-decorations): Doc fix.
2149         * ansi-color.el: Fix old URL.
2151 2013-07-23  Michael R. Mauger  <michael@mauger.com>
2153         * progmodes/sql.el Version 3.3
2154         (sql-product-alist): Improve oracle :prompt-cont-regexp.
2155         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
2156         (sql-interactive-remove-continuation-prompt): Rewrite, use
2157         functions above.  Fix continuation prompt and complete output line
2158         handling.
2159         (sql-redirect-one, sql-execute): Use `read-only-mode' on
2160         redirected output buffer.
2161         (sql-mode): Restore deleted code (Bug#13591).
2163 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
2165         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
2167 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
2169         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
2171         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2172         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2173         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
2175 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
2177         * desktop.el (desktop-clear): Simplify; remove useless checks
2178         against invalid buffer names.
2179         (desktop-list*): Use cl-list*.
2180         (desktop-buffer-info, desktop-create-buffer): Simplify.
2182 2013-07-23  Leo Liu  <sdl.web@gmail.com>
2184         * bookmark.el (bookmark-make-record): Restore NAME as a default
2185         value.  (Bug#14933)
2187 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2189         * emacs-lisp/autoload.el (autoload--setup-output): New function,
2190         extracted from autoload--insert-text.
2191         (autoload--insert-text): Remove.
2192         (autoload--print-cookie-text): New function, extracted from
2193         autoload--insert-cookie-text.
2194         (autoload--insert-cookie-text): Remove.
2195         (autoload-generate-file-autoloads): Adjust calls accordingly.
2197         * winner.el (winner-hook-installed-p): Remove.
2198         (winner-mode): Simplify accordingly.
2200         * subr.el (add-to-list): Fix compiler-macro when `append' is
2201         not constant.  Don't use `cl-member' for the base case.
2203         * progmodes/subword.el: Fix boundary case (bug#13758).
2204         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
2205         own group.
2206         (subword-backward-regexp): Make it a constant.
2207         (subword-forward-internal): Don't treat a trailing capital as the
2208         beginning of a word.
2210 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2212         * emacs-lisp/package.el (package-menu-mode): Don't modify the
2213         global value of tabulated-list-revert-hook (bug#14930).
2215 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
2217         * desktop.el: Require 'cl-lib.
2218         (desktop-before-saving-frames-functions): New hook.
2219         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
2220         for frames being saved.  Rename from desktop--save-minibuffer-frames.
2221         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
2222         Do not save frames with non-nil `desktop-dont-save' parameter.
2223         Filter out deleted frames.
2224         (desktop--find-frame): Use cl-find-if.
2225         (desktop--select-frame): Use cl-(first|second|third) to access values
2226         of desktop-mini.
2227         (desktop--make-frame): Use cl-delete-if.
2228         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
2229         (desktop-restore-frames): Use cl-(first|second|third) to access values
2230         of desktop-mini.  Look for visible frame at the end, not while
2231         restoring frames.
2233         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
2234         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
2235         Use string-match-p, looking-at-p (bug#14927).
2237 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
2239         * desktop.el (desktop-saved-frame-states):
2240         Rename from desktop--saved-states; all users changed.
2241         (desktop-save-frames): Rename from desktop--save-frames.
2242         Do not save state to desktop file.
2243         (desktop-save): Save desktop-saved-frame-states to desktop file
2244         and reset to nil.
2245         (desktop-restoring-frames-p): New function.
2246         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
2247         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
2248         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
2250         * desktop.el: Correctly restore iconified frames.
2251         (desktop--filter-iconified-position): New function.
2252         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
2254 2013-07-20  Glenn Morris  <rgm@gnu.org>
2256         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
2257         Let `message' do the formatting.
2258         (def-gdb-preempt-display-buffer): Add explicit format.
2260         * image-dired.el (image-dired-track-original-file):
2261         Use with-current-buffer.
2262         (image-dired-track-thumbnail): Use with-current-buffer.
2263         Avoid changing point of wrong window.
2265         * image-dired.el (image-dired-track-original-file):
2266         Avoid changing point of wrong window.  (Bug#14909)
2268 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
2270         * progmodes/gdb-mi.el (gdb-done-or-error):
2271         Guard against "%" in gdb output.  (Bug#14127)
2273 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
2275         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
2276         (Bug#14826)
2278         * international/mule.el (coding-system-iso-2022-flags): Fix last
2279         change.
2281 2013-07-20  Kenichi Handa  <handa@gnu.org>
2283         * international/mule.el (coding-system-iso-2022-flags):
2284         Add `8-bit-level-4'.  (Bug#8522)
2286 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2288         * net/shr.el (shr-mouse-browse-url): New command and keystroke
2289         (bug#14815).
2291         * net/eww.el (eww-process-text-input): Allow inputting when the
2292         point is at the start of the line, as the properties aren't
2293         front-sticky.
2295         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
2296         degenerate widths.
2298 2013-07-19  Richard Stallman  <rms@gnu.org>
2300         * epa.el (epa-popup-info-window): Doc fix.
2302         * subr.el (split-string): New arg TRIM.
2304 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
2306         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
2307         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
2309 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
2311         * filenotify.el (file-notify--library): Rename from
2312         `file-notify-support'.  Do not autoload.  Adapt all uses.
2313         (file-notify-supported-p): New defun.
2315         * autorevert.el (auto-revert-use-notify):
2316         Use `file-notify-supported-p' instead of `file-notify-support'.
2317         Adapt docstring.
2318         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
2320         * net/tramp.el (tramp-file-name-for-operation):
2321         Add `file-notify-supported-p'.
2323         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2324         New defun.
2325         (tramp-sh-file-name-handler-alist): Add it as handler for
2326         `file-notify-supported-p '.
2328         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2329         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2330         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2331         Add `ignore' as handler for `file-notify-*' functions.
2333 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
2335         * simple.el (line-move-partial, line-move): Don't start vscroll or
2336         scroll-up if the current line is not taller than the window.
2337         (Bug#14881)
2339 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
2341         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
2342         highlight question marks in the method names as strings.
2343         (ruby-block-beg-keywords): Inline.
2344         (ruby-font-lock-keyword-beg-re): Extract from
2345         `ruby-font-lock-keywords'.
2347 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
2349         * frame.el (blink-cursor-blinks): New defcustom.
2350         (blink-cursor-blinks-done): New defvar.
2351         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
2352         (blink-cursor-timer-function): Check if number of blinks has been
2353         done on X and NS.
2354         (blink-cursor-suspend, blink-cursor-check): New defuns.
2356 2013-07-15  Glenn Morris  <rgm@gnu.org>
2358         * edmacro.el (edmacro-format-keys): Fix previous change.
2360 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
2362         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
2363         The hack didn't work outside English locales anyway.
2365 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
2367         * simple.el (define-alternatives): Rename from alternatives-define,
2368         per RMS' suggestion.
2370 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
2372         * desktop.el (desktop-restore-frames): Change default to t.
2373         (desktop-restore-in-current-display): Now offer more options.
2374         (desktop-restoring-reuses-frames): New customization option.
2375         (desktop--saved-states): Doc fix.
2376         (desktop-filter-parameters-alist): New variable, renamed and expanded
2377         from desktop--excluded-frame-parameters.
2378         (desktop--target-display): New variable.
2379         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
2380         (desktop--filter-tty*, desktop--filter-*-color)
2381         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2382         (desktop--filter-save-desktop-parm)
2383         (desktop-restore-in-original-display-p): New functions.
2384         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
2385         (desktop--save-minibuffer-frames): New function, inspired by a similar
2386         function from Martin Rudalics.
2387         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
2388         (desktop--restore-in-this-display-p): Remove.
2389         (desktop--find-frame): Rename from desktop--find-frame-in-display
2390         and add predicate argument.
2391         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
2392         (desktop--reuse-list): New variable.
2393         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
2394         New functions.
2395         (desktop--restore-frames): Add support for "minibuffer-special" frames.
2397 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
2399         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
2401 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
2403         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2404         Highlight conversion methods on Kernel.
2406 2013-07-13  Alan Mackenzie  <acm@muc.de>
2408         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
2409         and comment it out.  This out-commenting enables certain C++
2410         declarations to be parsed correctly.
2412 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
2414         * international/mule.el (define-coding-system): Doc fix.
2416         * simple.el (default-font-height): Don't call font-info if the
2417         frame's default font didn't change since the frame was created.
2418         (Bug#14838)
2420 2013-07-13  Leo Liu  <sdl.web@gmail.com>
2422         * ido.el (ido-read-file-name): Guard against non-symbol value.
2424 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2426         * progmodes/python.el (python-imenu--build-tree): Fix corner case
2427         in nested defuns.
2429 2013-07-13  Leo Liu  <sdl.web@gmail.com>
2431         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
2432         ido-set-matches call.  (Bug#6852)
2434 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
2436         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
2437         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
2438         Ruby 2.0.
2439         (ruby-font-lock-keywords): Distinguish calls to functions with
2440         module-like names from module references.  Highlight character
2441         literals.
2443 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
2445         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
2446         (gdb-send): Handle continued commands.  (Bug#14847)
2448 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
2450         * desktop.el (desktop--v2s): Remove unused local variable.
2451         (desktop-save-buffer): Make defvar-local; adjust docstring.
2452         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
2453         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
2455 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2457         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
2459 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
2461         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
2462         (Bug#14842)
2464 2013-07-12  Glenn Morris  <rgm@gnu.org>
2466         * doc-view.el: Require cl-lib at runtime too.
2467         (doc-view-remove-if): Remove.
2468         (doc-view-search-next-match, doc-view-search-previous-match):
2469         Use cl-remove-if.
2471         * edmacro.el: Require cl-lib at runtime too.
2472         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
2473         (edmacro-mismatch, edmacro-subseq): Remove.
2475         * shadowfile.el: Require cl-lib.
2476         (shadow-remove-if): Remove.
2477         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
2478         Use cl-remove-if.
2480         * wid-edit.el: Require cl-lib.
2481         (widget-choose): Use cl-remove-if.
2482         (widget-remove-if): Remove.
2484         * progmodes/ebrowse.el: Require cl-lib at runtime too.
2485         (ebrowse-delete-if-not): Remove.
2486         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
2487         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
2488         Use cl-delete-if-not.
2490 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
2492         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
2493         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
2495 2013-07-12  Leo Liu  <sdl.web@gmail.com>
2497         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
2499 2013-07-11  Glenn Morris  <rgm@gnu.org>
2501         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
2502         (edebug-gensym-index, edebug-gensym):
2503         Remove reimplementation of cl-gensym.
2504         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
2506         * thumbs.el: Require cl-lib at run-time too.
2507         (thumbs-gensym-counter, thumbs-gensym):
2508         Remove reimplementation of cl-gensym.
2509         (thumbs-temp-file): Use cl-gensym.
2511         * emacs-lisp/ert.el: Require cl-lib at runtime too.
2512         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
2513         (ert--intersection, ert--set-difference, ert--set-difference-eq)
2514         (ert--union, ert--gensym-counter, ert--gensym-counter)
2515         (ert--coerce-to-vector, ert--remove*, ert--string-position)
2516         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
2517         (ert-make-test-unbound, ert--expand-should-1)
2518         (ert--expand-should, ert--should-error-handle-error)
2519         (should-error, ert--explain-equal-rec)
2520         (ert--plist-difference-explanation, ert-select-tests)
2521         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
2522         Use cl-lib functions rather than reimplementations.
2524 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
2526         * net/tramp.el (tramp-methods): Extend docstring.
2527         (tramp-connection-timeout): New defcustom.
2528         (tramp-error-with-buffer): Reset timestamp only when appropriate.
2529         (with-tramp-progress-reporter): Simplify.
2530         (tramp-process-actions): Improve messages.
2532         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2533         * net/tramp-sh.el (tramp-maybe-open-connection):
2534         Use `tramp-connection-timeout'.
2535         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
2536         (Bug#14808)
2538 2013-07-11  Leo Liu  <sdl.web@gmail.com>
2540         * ido.el (ido-read-file-name): Conform to the requirements of
2541         read-file-name.  (Bug#11861)
2542         (ido-read-directory-name): Conform to the requirements of
2543         read-directory-name.
2545 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
2547         * subr.el (delay-warning): New function.
2549 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
2551         * simple.el (default-line-height): New function.
2552         (line-move-partial, line-move): Use it instead of computing the
2553         line height inline.
2554         (line-move-partial): Always compute ROWH.  If the last line is
2555         partially-visible, but its text is completely visible, allow
2556         cursor to enter such a partially-visible line.
2558 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
2560         Improve error messages.  (Bug#14808)
2562         * net/tramp.el (tramp-current-connection): New defvar, moved from
2563         tramp-sh.el.
2564         (tramp-message-show-progress-reporter-message): Remove, not
2565         needed anymore.
2566         (tramp-error-with-buffer): Show message in minibuffer.
2567         Discard input before waiting.  Reset connection timestamp.
2568         (with-tramp-progress-reporter): Improve messages.
2569         (tramp-process-actions): Use progress reporter.  Delete process in
2570         case of error.  Improve messages.
2572         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
2573         Call `tramp-error-with-buffer' with vector and buffer.
2574         (tramp-current-connection): Remove.
2575         (tramp-maybe-open-connection): The car of
2576         `tramp-current-connection' are the first 3 slots of the vector.
2578 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
2580         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
2581         inside continued strings.
2583 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
2585         Timestamp fixes for undo (Bug#14824).
2586         * files.el (clear-visited-file-modtime): Move here from fileio.c.
2588 2013-07-10  Leo Liu  <sdl.web@gmail.com>
2590         * files.el (require-final-newline): Allow safe local value.
2591         (Bug#14834)
2593 2013-07-09  Leo Liu  <sdl.web@gmail.com>
2595         * ido.el (ido-read-directory-name): Handle fallback.
2596         (ido-read-file-name): Update DIR to ido-current-directory.
2597         (Bug#1516)
2598         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
2600 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
2602         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
2603         "autoload".  Remove "warn lower camel case" section, previously
2604         commented out.  Highlight negation char.  Do not highlight the
2605         target in singleton method definitions.
2607 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2609         * faces.el (tty-setup-hook): Declare the hook.
2611         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
2612         and detect when a guard/pred depends on local vars (bug#14773).
2613         (pcase--u1): Adjust caller.
2615 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
2617         * simple.el (line-move-partial, line-move): Account for
2618         line-spacing.
2619         (line-move-partial): Avoid setting vscroll when the last
2620         partially-visible line in window is of default height.
2622 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
2625         been used a while.
2627 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
2629         * subr.el (read-quoted-char): Remove unused local variable `char'.
2631 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2633         * ediff.el (ediff-version): Version update.
2634         (ediff-files-command, ediff3-files-command, ediff-merge-command)
2635         (ediff-merge-with-ancestor-command, ediff-directories-command)
2636         (ediff-directories3-command, ediff-merge-directories-command)
2637         (ediff-merge-directories-with-ancestor-command): New functions.
2638         All are command-line interfaces to ediff: to facilitate calling
2639         Emacs with the appropriate ediff functions invoked.
2641         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
2642         (viper-save-kill-buffer): Check if buffer is modified.
2644         * viper.el (viper-version): Version update.
2645         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
2647 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2649         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
2650         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
2651         (viper-intercept-ESC-key): Simplify.
2652         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
2653         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
2654         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
2655         (viper-setup-ESC-to-escape): New functions.
2656         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
2657         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
2659 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
2661         * simple.el (default-font-height, window-screen-lines):
2662         New functions.
2663         (line-move, line-move-partial): Use them instead of
2664         frame-char-height and window-text-height.  This makes scrolling
2665         text smoother when the buffer's default face uses a font that is
2666         different from the frame's default font.
2668 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
2670         * files.el (write-file): Do not display confirm dialog for NS,
2671         it does its own dialog, which can't be cancelled (Bug#14578).
2673 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
2675         * simple.el (line-move-partial): Adjust the row returned by
2676         posn-at-point for the current window-vscroll.  (Bug#14567)
2678 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
2680         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
2681         (tramp-sh-file-inotifywait-process-filter): Handle file names with
2682         spaces.
2684 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
2686         * window.el (window-state-put-stale-windows): New variable.
2687         (window--state-put-2): Save list of windows without matching buffer.
2688         (window-state-put): Remove "bufferless" windows if possible.
2690 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
2692         * simple.el (alternatives-define): Remove leftover :group keyword.
2693         Tweak docstring.
2695 2013-07-06  Leo Liu  <sdl.web@gmail.com>
2697         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
2698         (ido-enable-virtual-buffers): New variable.
2699         (ido-buffer-internal, ido-toggle-virtual-buffers)
2700         (ido-make-buffer-list): Use it.
2701         (ido-exhibit): Support turning on and off virtual buffers
2702         automatically.
2704 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
2706         * simple.el (alternatives-define): New macro.
2708 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2710         * subr.el (read-quoted-char): Use read-key.
2711         (sit-for): Let read-event decode tty input (bug#14782).
2713 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
2715         * calendar/todo-mode.el: Add handling of file deletion, both by
2716         mode command and externally.  Fix various related bugs.
2717         Clarify Commentary and improve some documentation strings and code.
2718         (todo-delete-file): New command.
2719         (todo-check-file): New function.
2720         (todo-show): Handle external deletion of the file we're trying to
2721         show (bug#14688).  Replace called-interactively-p by an optional
2722         prefix argument to avoid problematic interaction with catch form
2723         when byte compiled (bug#14702).
2724         (todo-quit): Handle external deletion of the archive's todo file.
2725         Make sure the buffer that was visiting the archive file is still
2726         live before trying to bury it.
2727         (todo-category-completions): Handle external deletion of any
2728         category completion files.
2729         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
2730         of todo files, in case of external deletion.
2731         (todo-add-file): Replace unnecessary setq by let-binding.
2732         (todo-find-archive): Check whether there are any archives.
2733         Replace unnecessary setq by let-binding.
2734         (todo-archive-done-item): Use find-file-noselect to get the
2735         archive buffer whether or not the archive already exists.
2736         Remove superfluous code.  Use file size instead of buffer-file-name to
2737         check if the archive is new; if it is, update list of archives.
2738         (todo-default-todo-file): Allow nil to be a valid value for when
2739         there are no todo files.
2740         (todo-reevaluate-default-file-defcustom): Use corrected definition
2741         of todo-default-todo-file.
2742         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
2743         (todo-delete-category, todo-show-categories-table)
2744         (todo-category-number): Clarify comment.
2745         (todo-filter-items): Clarify documentation string.
2746         (todo-show-current-file, todo-display-as-todo-file)
2747         (todo-reset-and-enable-done-separator): Tweak documentation string.
2748         (todo-done-separator): Make separator length window-width, since
2749         bug#2749 is now fixed.
2751 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
2753         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2754         Support both "gvfs-monitor-dir" and "inotifywait".
2755         (tramp-sh-file-inotifywait-process-filter): Rename from
2756         `tramp-sh-file-notify-process-filter'.
2757         (tramp-sh-file-gvfs-monitor-dir-process-filter)
2758         (tramp-get-remote-gvfs-monitor-dir): New defuns.
2760 2013-07-05  Leo Liu  <sdl.web@gmail.com>
2762         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
2764 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2766         * frame.el (display-pixel-height, display-pixel-width)
2767         (display-mm-height, display-mm-width): Mention behavior on
2768         multi-monitor setups in docstrings.
2769         (w32-display-monitor-attributes-list): Declare function.
2770         (display-monitor-attributes-list): Use it.
2772 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
2774         * filenotify.el: New package.
2776         * autorevert.el (top): Require filenotify.el.
2777         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
2778         instead.
2779         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2780         (auto-revert-notify-handler): Use `file-notify-*' functions.
2782         * subr.el (file-notify-handle-event): Move function to filenotify.el.
2784         * net/tramp.el (tramp-file-name-for-operation):
2785         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
2787         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2788         for `file-notify-add-watch' and `file-notify-rm-watch'.
2789         (tramp-process-sentinel): Improve trace.
2790         (tramp-sh-handle-file-notify-add-watch)
2791         (tramp-sh-file-notify-process-filter)
2792         (tramp-sh-handle-file-notify-rm-watch)
2793         (tramp-get-remote-inotifywait): New defuns.
2795 2013-07-03  Juri Linkov  <juri@jurta.org>
2797         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
2798         call of `occur-read-primary-args' to interactive spec.
2800         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
2801         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
2803 2013-07-03  Matthias Meulien  <orontee@gmail.com>
2805         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
2806         `Buffer-menu-multi-occur'.  Add it to the menu.
2807         (Buffer-menu-mode): Document it in docstring.
2808         (Buffer-menu-multi-occur): New command.  (Bug#14673)
2810 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
2812         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2813         keywords and built-ins.
2815 2013-07-03  Glenn Morris  <rgm@gnu.org>
2817         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
2819         Make info-xref checks case-sensitive by default
2820         * info.el (Info-find-node, Info-find-in-tag-table)
2821         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
2822         Add option for exact case matching of nodes.
2823         * info-xref.el (info-xref): New custom group.
2824         (info-xref-case-fold): New option.
2825         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
2827 2013-07-03  Leo Liu  <sdl.web@gmail.com>
2829         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
2831 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
2833         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
2834         middle of block statement initially, lower the depth.  Remove
2835         FIXME comment, not longer valid.  Remove middle of block statement
2836         detection, no need to do that anymore since we've been using
2837         `ruby-parse-region' here.
2839 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
2841         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
2843 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2845         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
2847 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
2849         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
2850         (desktop-restore-in-current-display): New customization option.
2851         (desktop--excluded-frame-parameters): Add `font'.
2852         (desktop--save-frames): Rename from desktop--save-windows.
2853         (desktop--restore-in-this-display-p): New function.
2854         (desktop--make-full-frame): Remove unwanted width/height from
2855         full(width|height) frames.
2856         (desktop--restore-frames): Rename from desktop--restore-windows.
2857         Obey desktop-restore-current-display.  Do not delete old frames or
2858         select a new frame unless we were able to restore at least one frame.
2860 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
2862         * files.el (find-file-noselect): Simplify conditional expression.
2864         * remember.el (remember-append-to-file):
2865         Don't mix `find-buffer-visiting' and `get-file-buffer'.
2867         Add `remember-notes' function to store random notes across Emacs
2868         restarts.
2869         * remember.el (remember-data-file): Add :set callback to affect
2870         notes buffer (if any).
2871         (remember-notes): New command.
2872         (remember-notes-buffer-name, bury-remember-notes-on-kill):
2873         New defcustoms for the `remember-notes' function.
2874         (remember-notes-save-and-bury-buffer): New command.
2875         (remember-notes-mode-map): New variable.
2876         (remember-mode): New minor mode.
2877         (remember-notes--kill-buffer-query): New function.
2878         * startup.el (initial-buffer-choice): Add notes to custom type.
2880 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
2882         * bindings.el (right-char, left-char): Don't call sit-for, this is
2883         no longer needed.  Use arithmetic comparison only for numerical
2884         arguments.
2886         * international/mule-cmds.el (select-safe-coding-system):
2887         Handle the case of FROM being a string correctly.  (Bug#14755)
2889 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891         * net/shr.el (shr-make-table-1): Add a sanity check that allows
2892         progression on degenerate tables.
2893         (shr-rescale-image): ImageMagick animated images currently don't work.
2895 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
2897         Some fixes and improvements for desktop frame restoration.
2898         It is still experimental and disabled by default.
2899         * desktop.el (desktop--save-windows): Put the selected frame at
2900         the head of the list.
2901         (desktop--make-full-frame): New function.
2902         (desktop--restore-windows): Try to re-select the frame that was
2903         selected upon saving.  Do not abort if some frames fail to restore,
2904         just show an error message and continue.  Set up maximized frames
2905         so they have default non-maximized dimensions.
2907 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
2909         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2910         Don't start heredoc inside a string or comment.
2912 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
2914         * bindings.el (visual-order-cursor-movement): New defcustom.
2915         (right-char, left-char): Provide visual-order cursor motion by
2916         calling move-point-visually.  Update the doc strings.
2918 2013-06-28  Kenichi Handa  <handa@gnu.org>
2920         * international/mule.el (define-coding-system): New coding system
2921         properties :inhibit-null-byte-detection,
2922         :inhibit-iso-escape-detection, and :prefer-utf-8.
2923         (set-buffer-file-coding-system): If :charset-list property of
2924         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
2925         appropriate for setting.
2927         * international/mule-cmds.el (select-safe-coding-system):
2928         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
2929         multibyte characters, return utf-8 (or one of its siblings).
2931         * international/mule-conf.el (prefer-utf-8): New coding system.
2932         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
2933         files.
2935 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
2937         * net/shr.el (shr-render-region): New function.
2939         * net/eww.el: Autoload `eww-browse-url'.
2941 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
2943         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2944         Adapt to `package-desc-version' being a list.
2945         Use `package--ac-desc-version' to retrieve version from a package
2946         archive element.
2948 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
2950         New experimental feature to save&restore window and frame setup.
2951         * desktop.el (desktop-save-windows): New defcustom.
2952         (desktop--saved-states): New var.
2953         (desktop--excluded-frame-parameters): New defconst.
2954         (desktop--filter-frame-parms, desktop--find-frame-in-display)
2955         (desktop--restore-windows, desktop--save-windows): New functions.
2956         (desktop-save): Call `desktop--save-windows'.
2957         (desktop-read): Call `desktop--restore-windows'.
2959 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961         * net/shr.el (add-face-text-property): Remove compat definition.
2963 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
2965         * info.el (Info-try-follow-nearest-node): Move search for footnote
2966         above search for node name to prevent missing a footnote (bug#14717).
2968 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
2970         * obsolete/otodo-mode.el: Add obsolescence info to file header.
2972 2013-06-27  Leo Liu  <sdl.web@gmail.com>
2974         * net/eww.el (eww-read-bookmarks): Check file size.
2976 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
2979         advice--pending if newdef is nil or an autoload (bug#13820).
2980         (advice-mapc): New function.
2982 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2984         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
2985         probably.
2986         (eww-mode-map): Add a menu bar.
2987         (eww-add-bookmark): New command.
2988         (eww-bookmark-mode): New mode and commands.
2989         (eww-add-bookmark): Remove newlines from the title.
2990         (eww-bookmark-browse): Don't bug out if it's the only window.
2992 2013-06-26  Glenn Morris  <rgm@gnu.org>
2994         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
2995         (hfy-size): Handle ttys.  (Bug#14668)
2997         * info-xref.el: Update for Texinfo 5 change in *note format.
2998         (info-xref-node-re, info-xref-note-re): New constants.
2999         (info-xref-check-buffer): Use info-xref-note-re.
3001 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
3005         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
3006         nil terminate the loop (bug#14718).
3008 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010         * net/eww.el: Rework history traversal.  When going forward/back,
3011         put these actions into the history, too, so that they can be
3012         replayed.
3013         (eww-render): Move the history reset to the correct buffer.
3015 2013-06-25  Juri Linkov  <juri@jurta.org>
3017         * files-x.el (modify-dir-local-variable): Change the header comment
3018         in the file with directory local variables.  (Bug#14692)
3020         * files-x.el (read-file-local-variable-value): Add `default'.
3021         (Bug#14710)
3023 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3025         * net/eww.el (eww-make-unique-file-name): Create a unique file
3026         name before saving to entering `y' accidentally asynchronously.
3028 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
3030         * net/eww.el (eww-download): New command and keystroke.
3032 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3034         * net/eww.el (eww-copy-page-url): Change name of command.
3036         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
3037         be more consistent with Info and dired.
3039         * net/eww.el (eww-mode-map): Ditto.
3041 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3043         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
3044         packages from archives.
3045         (package-archive-contents): Change format; include obsolete packages.
3046         (package-desc): Use `dir' to mark builtin packages.
3047         (package--from-builtin): Set the `dir' field to `builtin'.
3048         (generated-autoload-file, version-control): Declare.
3049         (package-compute-transaction): Change first arg and return value to be
3050         lists of package-descs.  Adjust to new package-archive-contents format.
3051         (package--add-to-archive-contents): Adjust to new
3052         package-archive-contents format.
3053         (package-download-transaction): Arg is now a list of package-descs.
3054         (package-install): If `pkg' is a package name, pass it as
3055         a requirement, so it is subject to the usual (e.g. disabled) checks.
3056         (describe-package): Accept package-desc as well.
3057         (describe-package-1): Describe a specific package-desc.  Add links to
3058         other package-descs for the same package name.
3059         (package-menu-describe-package): Pass the actual package-desc.
3060         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
3061         works correctly.
3062         (package-desc-status): New function.
3063         (package-menu--refresh): New function, extracted
3064         from package-menu--generate.
3065         (package-menu--generate): Use it.
3066         (package-delete): Update package-alist.
3067         (package-menu-execute): Don't call package-initialize.
3069         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
3070         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
3071         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
3072         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
3073         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
3074         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
3076 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
3078         * window.el (window--state-get-1): Workaround for bug#14527.
3079         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
3081 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083         * net/eww.el (eww-back-url): Implement the history by stashing all
3084         the data into a list.
3085         (eww-forward-url): Allow going forward in the history, too.
3087 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3089         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
3090         for values and use read--expression for expressions (bug#14710).
3091         (read-file-local-variable): Avoid setq.
3092         (read-file-local-variable-mode): Use minor-mode-list.
3094 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3096         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
3097         for DOI URLs.
3099 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3101         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
3102         Update imenu-support when dialect changes.
3104 2013-06-25  Leo Liu  <sdl.web@gmail.com>
3106         * ido.el (ido-read-internal): Allow forward slash on windows.
3108 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3110         * net/eww.el (eww): Start of strings is \\`, not ^.
3112 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
3114         * net/shr.el (shr-browse-url): Fix interactive spec.
3116         * net/eww.el (eww): Add a trailing slash to domain names.
3118 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
3120         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
3122 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124         * net/shr.el (shr-browse-url): Use an external browser if given a
3125         prefix.
3127         * net/eww.el (eww-external-browser): Move to shr.
3129 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
3131         * net/eww.el (eww): Work more correctly for file: URLs.
3132         (eww-detect-charset): Allow quoted charsets.
3133         (eww-yank-page-url): New command and keystroke.
3135 2013-06-24  Daiki Ueno  <ueno@gnu.org>
3137         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
3138         file name of gpg executable.
3139         (epg-context-program): New function.
3140         (epg-context-home-directory): New function.
3141         (epg-context-set-program): New function.
3142         (epg-context-set-home-directory): New function.
3143         (epg--start): Use `epg-context-program' instead of
3144         'epg-gpg-program'.
3145         (epg--list-keys-1): Likewise.
3147 2013-06-24  Leo Liu  <sdl.web@gmail.com>
3149         * ido.el (ido-read-internal): Fix bug#14620.
3151 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
3153         * faces.el (face-documentation): Simplify.
3154         (read-face-attribute, tty-find-type, x-resolve-font-name):
3155         Use `string-match-p'.
3156         (list-faces-display): Use `string-match-p'.  Simplify.
3157         (face-spec-recalc): Check face to avoid face alias loops.
3158         (read-color): Use `string-match-p' and non-capturing parenthesis.
3160 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162         * net/shr.el (shr-rescale-image): Use the new
3163         :max-width/:max-height functionality.
3165 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
3167         * net/eww.el (eww-search-prefix): New variable.
3168         (eww): Use it.
3169         (eww-external-browser): New variable.
3170         (eww-mode-map): New keystroke.
3171         (eww-browse-with-external-browser): New command.
3173         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
3175 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
3177         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3178         Don't skip aligning the next header field when padding is 0;
3179         otherwise, field width is not respected unless the title is as
3180         wide as the field.
3182 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3184         * emacs-lisp/package.el (package-el-version): Remove.
3185         (package-process-define-package): Fix inf-loop.
3186         (package-install): Allow symbols as arguments again.
3188 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
3190         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
3191         add some more keyword-like methods.
3192         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
3194 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
3196         * bs.el (bs-buffer-show-mark): Make defvar-local.
3197         (bs-mode): Use setq-local.
3199         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
3200         (emacs-lock--try-unlocking): Make defvar-local.
3202 2013-06-22  Glenn Morris  <rgm@gnu.org>
3204         * play/cookie1.el (cookie-apropos): Minor simplification.
3206         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
3208 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
3210         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
3211         `regexp-opt', it breaks the build during dumping.
3213 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
3215         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3216         Highlight keyword-like methods on Kernel and Module with
3217         font-lock-builtin-face.
3218         (auto-mode-alist): Consolidate different entries into one regexp
3219         and add more *file-s.
3221 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
3223         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
3225         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
3226         (diary-entry): Use it in the action of this button type instead of
3227         diary-goto-entry.
3229         * calendar/todo-mode.el: New version.
3230         (todo-add-category): Append new category to end of file and give
3231         it the highest number, instead of putting it at the beginning and
3232         giving it 0.  Incorporate noninteractive functionality.
3233         (todo-forward-category): Adapt to 1-based category numbering.
3234         Allow skipping over archived categories.
3235         (todo-backward-category): Derive from todo-forward-category.
3236         (todo-backward-item, todo-forward-item): Make noninteractive and
3237         delegate interactive part to new commands.  Make sensitive to done items.
3238         (todo-categories): Make value an alist of category names and
3239         vectors of item counts.
3240         (todo-category-beg): Make a defconst.
3241         (todo-category-number): Use 1 instead of 0 as initial value.
3242         (todo-category-select): Make sensitive to overlays, optional item
3243         highlighting and done items.
3244         (todo-delete-item): Make sensitive to overlays and marked and done items.
3245         (todo-edit-item): Make sensitive to overlays and editing of
3246         date/time header optional.  Add format checks.
3247         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
3248         no-op if point is not on an item.  Advertise using todo-edit-quit.
3249         (todo-edit-mode): Make sensitive to new format, font-locking, and
3250         multiple todo files.
3251         (todo-insert-item, todo-insert-item-here): Derive from
3252         todo-basic-insert-item and extend functionality.
3253         (todo-item-end, todo-item-start): Make sensitive to done items.
3254         (todo-item-string): Don't return text properties.  Restore point.
3255         (todo-jump-to-category): Make sensitive to multiple todo files and
3256         todo archives.  Use extended category completion.
3257         (todo-lower-item, todo-raise-item): Rename to *-priority and
3258         derive from todo-set-item-priority.
3259         (todo-mode): Derive from special-mode.  Make sensitive to new
3260         format, font-locking and multiple todo files.  Make read-only.
3261         (todo-mode-map): Don't suppress digit keys, so they can supply
3262         prefix arguments.  Add many new key bindings.
3263         (todo-prefix): Insert as an overlay instead of file text.
3264         Change semantics from diary date expression to purely visual mark.
3265         (todo-print): Rename to todo-print-buffer.  Make buffer display
3266         features printable.  Remove option to restrict number of items
3267         printed.  Add option to print to file.
3268         (todo-print-function): Rename to todo-print-buffer-function.
3269         (todo-quit): Extend to handle exiting new todo modes.
3270         (todo-remove-item): Make sensitive to overlays.
3271         (todo-save): Extend to buffers of filtered items.
3272         (todo-show): Make sensitive to done items, multiple todo files and
3273         new todo modes.  Offer to convert legacy todo file before creating
3274         first new todo file.
3275         (todo-show-priorities): Rename to todo-top-priorities.
3276         Change semantics of value 0.
3277         (todo-top-priorities): Rename to todo-filter-top-priorities,
3278         derive from todo-filter-items and extend functionality.
3279         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
3280         and extend functionality to other types of filtered items.
3281         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
3282         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
3283         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
3284         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
3285         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
3286         (todo-edit-mode-hook, todo-entry-prefix-function)
3287         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
3288         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
3289         (todo-initials, todo-insert-threshold, todo-item-string-start)
3290         (todo-line-string, todo-menu, todo-mode-hook)
3291         (todo-more-important-p, todo-previous-answer, todo-previous-line)
3292         (todo-print-priorities, todo-remove-separator)
3293         (todo-save-top-priorities-too, todo-string-count-lines)
3294         (todo-string-multiline-p, todo-time-string-format)
3295         (todo-tmp-buffer-name): Remove.
3296         (todo-add-file, todo-archive-done-item, todo-choose-archive)
3297         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
3298         (todo-edit-category-diary-inclusion)
3299         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
3300         (todo-edit-file, todo-edit-item-date-day)
3301         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
3302         (todo-edit-item-date-month, todo-edit-item-date-to-today)
3303         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
3304         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
3305         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
3306         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
3307         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
3308         (todo-filter-top-priorities-multifile, todo-find-archive)
3309         (todo-find-filtered-items-file, todo-go-to-source-item)
3310         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
3311         (todo-jump-to-archive-category, todo-lower-category)
3312         (todo-mark-category, todo-marked-item-p, todo-merge-category)
3313         (todo-move-category, todo-move-item, todo-next-button)
3314         (todo-next-item, todo-padded-string, todo-powerset)
3315         (todo-previous-button, todo-previous-item)
3316         (todo-print-buffer-to-file, todo-raise-category)
3317         (todo-rename-category, todo-repair-categories-sexp, todo-search)
3318         (todo-set-category-number, todo-set-item-priority)
3319         (todo-set-top-priorities-in-category)
3320         (todo-set-top-priorities-in-file, todo-show-categories-table)
3321         (todo-sort-categories-alphabetically-or-numerically)
3322         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
3323         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
3324         (todo-toggle-item-header, todo-toggle-item-highlighting)
3325         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
3326         (todo-toggle-view-done-items, todo-toggle-view-done-only)
3327         (todo-unarchive-items, todo-unmark-category): New commands.
3328         (todo-absolute-file-name, todo-add-to-buffer-list)
3329         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
3330         (todo-basic-insert-item, todo-category-completions)
3331         (todo-category-number, todo-category-string-matcher-1)
3332         (todo-category-string-matcher-2, todo-check-filtered-items-file)
3333         (todo-check-format, todo-clear-matches)
3334         (todo-comment-string-matcher, todo-convert-legacy-date-time)
3335         (todo-current-category, todo-date-string-matcher)
3336         (todo-define-insertion-command, todo-diary-expired-matcher)
3337         (todo-diary-goto-entry, todo-diary-item-p)
3338         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
3339         (todo-display-categories, todo-display-sorted, todo-done-item-p)
3340         (todo-done-item-section-p, todo-done-separator)
3341         (todo-done-string-matcher, todo-files, todo-filter-items)
3342         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
3343         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
3344         (todo-insert-category-line, todo-insert-item-from-calendar)
3345         (todo-insert-sort-button, todo-insert-with-overlays)
3346         (todo-insertion-command-name, todo-insertion-key-bindings)
3347         (todo-label-to-key, todo-longest-category-name-length)
3348         (todo-make-categories-list, todo-mode-external-set)
3349         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
3350         (todo-modes-set-3, todo-multiple-filter-files)
3351         (todo-nondiary-marker-matcher, todo-prefix-overlays)
3352         (todo-read-category, todo-read-date, todo-read-dayname)
3353         (todo-read-file-name, todo-read-time)
3354         (todo-reevaluate-category-completions-files-defcustom)
3355         (todo-reevaluate-default-file-defcustom)
3356         (todo-reevaluate-filelist-defcustoms)
3357         (todo-reevaluate-filter-files-defcustom)
3358         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
3359         (todo-reset-done-separator, todo-reset-done-separator-string)
3360         (todo-reset-done-string, todo-reset-global-current-todo-file)
3361         (todo-reset-highlight-item, todo-reset-nondiary-marker)
3362         (todo-reset-prefix, todo-set-categories)
3363         (todo-set-date-from-calendar, todo-set-show-current-file)
3364         (todo-set-top-priorities, todo-short-file-name)
3365         (todo-show-current-file, todo-sort, todo-time-string-matcher)
3366         (todo-total-item-counts, todo-update-buffer-list)
3367         (todo-update-categories-display, todo-update-categories-sexp)
3368         (todo-update-count, todo-validate-name, todo-y-or-n-p):
3369         New functions.
3370         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
3371         New major modes.
3372         (todo-categories, todo-display, todo-edit, todo-faces)
3373         (todo-filtered): New defgroups.
3374         (todo-archived-only, todo-button, todo-category-string, todo-date)
3375         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
3376         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
3377         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
3378         (todo-add-item-if-new-category, todo-always-add-time-string)
3379         (todo-categories-align, todo-categories-archived-label)
3380         (todo-categories-category-label, todo-categories-diary-label)
3381         (todo-categories-done-label, todo-categories-number-separator)
3382         (todo-categories-todo-label, todo-categories-totals-label)
3383         (todo-category-completions-files, todo-completion-ignore-case)
3384         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
3385         (todo-done-separator-string, todo-done-string)
3386         (todo-files-function, todo-filter-done-items, todo-filter-files)
3387         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
3388         (todo-initial-category, todo-initial-file, todo-item-mark)
3389         (todo-legacy-date-time-regexp, todo-mode-line-function)
3390         (todo-nondiary-marker, todo-number-prefix)
3391         (todo-print-buffer-function, todo-show-current-file)
3392         (todo-show-done-only, todo-show-first, todo-show-with-done)
3393         (todo-skip-archived-categories, todo-top-priorities-overrides)
3394         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
3395         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
3396         New defcustoms.
3397         (todo-category-done, todo-date-pattern, todo-date-string-start)
3398         (todo-diary-items-buffer, todo-done-string-start)
3399         (todo-filtered-items-buffer, todo-item-start)
3400         (todo-month-abbrev-array, todo-month-name-array)
3401         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
3402         (todo-top-priorities-buffer): New defconsts.
3403         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
3404         (todo-categories-with-marks, todo-category-string-face)
3405         (todo-comment-face, todo-comment-string, todo-current-todo-file)
3406         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
3407         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
3408         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
3409         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
3410         (todo-font-lock-keywords, todo-global-current-todo-file)
3411         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
3412         (todo-insertion-commands-args)
3413         (todo-insertion-commands-args-genlist)
3414         (todo-insertion-commands-names, todo-insertion-map)
3415         (todo-key-bindings-t, todo-key-bindings-t+a)
3416         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
3417         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
3418         (todo-nondiary-face, todo-print-buffer, todo-time-face)
3419         (todo-visited): New variables.
3421 2013-06-21  Glenn Morris  <rgm@gnu.org>
3423         * play/cookie1.el (cookie-apropos): Add optional display argument.
3424         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
3425         (psychoanalyze-pinhead): Use cookie-doctor.
3427 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3429         * emacs-lisp/package.el (tar-get-file-descriptor)
3430         (tar--extract): Declare.
3432 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
3434         Extend flymake's warning predicate to be a function (bug#14217).
3435         * progmodes/flymake.el (flymake-warning-predicate): New.
3436         (flymake-parse-line): Use it.
3437         (flymake-warning-re): Make obsolete alias to
3438         `flymake-warning-predicate'.
3440 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3442         * emacs-lisp/package.el (package-alist): Include obsolete packages.
3443         (package-obsolete-list): Remove.
3444         (package-activate): Remove min-version argument.  Add `force' argument.
3445         Adjust to new package-alist format.
3446         (package-mark-obsolete): Remove.
3447         (package-unpack): Force reload of the package's autoloads.
3448         (package-installed-p): Check builtins if the installed package is not
3449         recent enough.
3450         (package-initialize): Don't reset package-obsolete-list.
3451         Don't specify which package version to activate.
3452         (package-process-define-package, describe-package-1)
3453         (package-menu--generate): Adjust to new package-alist format.
3455 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3457         * allout-widgets.el (allout-widgets-mode-off)
3458         (allout-widgets-mode-on, allout-widgets-pre-command-business)
3459         (allout-widgets-post-command-business)
3460         (allout-widgets-after-copy-or-kill-function)
3461         (allout-widgets-after-undo-function, allout-test-range-overlaps)
3462         (allout-decorate-item-and-context)
3463         (allout-graphics-modification-handler): Fix typos in docstrings.
3464         (allout-get-or-create-parent-widget): Use `looking-at-p'.
3466         * cmuscheme.el (scheme-start-file): Doc fix.
3467         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
3468         (scheme-input-filter): Use `string-match-p'.
3470         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
3472         * dired-x.el: Use Dired consistently in docstrings.
3474         * dired.el: Use Dired consistently in docstrings.
3475         (dired-readin, dired-mode): Use `setq-local'.
3476         (dired-switches-alist): Make defvar-local.
3477         (dired-buffers-for-dir): Use `zerop'.
3478         (dired-safe-switches-p, dired-switches-escape-p)
3479         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
3480         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
3481         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
3482         (dired-goto-next-nontrivial-file): Use `string-match-p'.
3483         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
3484         (dired-toggle-marks, dired-mark-files-containing-regexp)
3485         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
3486         (dired-flag-auto-save-files, dired-flag-backup-files):
3487         Use `looking-at-p'.
3488         (dired-mark-files-regexp, dired-build-subdir-alist):
3489         Use `string-match-p', `looking-at-p'.
3491         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
3492         (direct-print-region-helper): Use `string-match-p'.
3494 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3496         * comint.el (comint-redirect-results-list-from-process):
3497         Fix infinite loop.
3499 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501         * net/eww.el (eww-update-header-line-format): Quote % characters.
3503 2013-06-21  Glenn Morris  <rgm@gnu.org>
3505         * play/cookie1.el (cookie): New custom group.
3506         (cookie-file): New option.
3507         (cookie-check-file): New function.
3508         (cookie): Make it interactive.  Make start and end messages optional.
3509         Interactively, display the result.  Default to cookie-file.
3510         (cookie-insert): Default to cookie-file.
3511         (cookie-snarf): Make start and end messages optional.
3512         Default to cookie-file.  Use with-temp-buffer.
3513         (cookie-read): Rename from read-cookie.
3514         Make start and end messages optional.  Default to cookie-file.
3515         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
3516         Do not autoload it.
3517         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
3518         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
3520 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3522         * progmodes/octave.el (octave-mode): Backward compatibility fix.
3524 2013-06-21  Glenn Morris  <rgm@gnu.org>
3526         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
3528 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3529             Daniel Hackney  <dan@haxney.org>
3531         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
3532         Consolidate the single-file vs tarball code.
3533         (package-desc-suffix): New function.
3534         (package-desc-full-name): Don't bother inlining it.
3535         (package-load-descriptor): Return the new package-desc.
3536         (package-mark-obsolete): Remove unused arg `package'.
3537         (package-unpack): Make it work for single files as well.
3538         Make it update package-alist.
3539         (package--make-autoloads-and-stuff): Rename from
3540         package--make-autoloads-and-compile.  Don't compile any more.
3541         (package--compile): New function.
3542         (package-generate-description-file): New function, extracted from
3543         package-unpack-single.
3544         (package-unpack-single): Remove.
3545         (package--with-work-buffer): Add indentation and debugging info.
3546         (package-download-single): Remove.
3547         (package-install-from-archive): Rename from package-download-tar, make
3548         it take a pkg-desc, and make it work for single files as well.
3549         (package-download-transaction): Simplify.
3550         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
3551         external tar program.
3552         (package-install-from-buffer): Remove `pkg-desc' argument.
3553         Use package-tar-file-info for tar-mode buffers.
3554         (package-install-file): Simplify accordingly.
3555         (package-archive-base): Change to take a pkg-desc.
3556         * tar-mode.el (tar--check-descriptor): New function, extracted from
3557         tar-get-descriptor.
3558         (tar-get-descriptor): Use it.
3559         (tar-get-file-descriptor): New function.
3560         (tar--extract): New function, extracted from tar-extract.
3561         (tar--extract): Use it.
3562         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
3563         case the summary uses non-ascii.  Adjust to new calling convention of
3564         package-tar-file-info.
3566 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3568         * comint.el (comint-redirect-results-list-from-process):
3569         Fix random delay.  (Bug#14681)
3571 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3573         * profiler.el (profiler-format-number): Use log, not log10.
3575 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3577         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
3579 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3581         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
3582         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
3583         yet available.
3584         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
3585         (AUTOGENEL): ... here.
3586         * emacs-lisp/cl-macs.el (cl--sublis): New function.
3587         (cl--defsubst-expand): Use it.
3589 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3591         * subr.el (log10): Move here from C code, and declare as obsolete.
3592         All uses of (log10 X) replaced with (log X 10).
3594 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3596         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
3597         Declare with `defvar-local'.
3598         (tabulated-list-use-header-line, tabulated-list-entries)
3599         (tabulated-list-padding, tabulated-list-printer)
3600         (tabulated-list-sort-key): Declare with `defvar-local'.
3601         (tabulated-list-init-header, tabulated-list-print-fake-header):
3602         Use `setq-local'.
3604 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
3606         * arc-mode.el (archive-mode): Add `archive-write-file' to
3607         `write-contents-functions' also for remote files.  (Bug#14652)
3609 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3611         * cus-edit.el (custom-commands): Fix typos.
3612         (custom-display): Fix tooltip text.
3613         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
3614         Fix typos in docstrings.
3615         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
3616         (custom-unlispify-menu-entry, custom-magic-value-create)
3617         (custom-add-see-also, custom-group-value-create): Use ?\s.
3618         (custom-guess-type, customize-apropos, editable-field)
3619         (custom-face-value-create): Use `string-match-p'.
3620         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
3622         * custom.el (custom-load-symbol): Use `string-match-p'.
3624         * ansi-color.el: Convert to lexical binding.
3625         (ansi-colors): Fix URL.
3626         (ansi-color-context, ansi-color-context-region): Use defvar-local.
3627         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
3628         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
3630 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
3634         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
3636 2013-06-19  Tom Tromey  <tromey@redhat.com>
3638         * net/eww.el (eww-top-url): Remove.
3639         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
3640         (eww-render): Set new variables.  Don't set eww-top-url.
3641         (eww-handle-link): Handle "prev", "home", and "contents".
3642         Downcase the rel text.
3643         (eww-top-url): Choose best top URL.
3645 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647         * net/eww.el: Rewrite to implement form elements "by hand" instead of
3648         relying in widget.el.  Using widget.el leads to too many
3649         user interface inconsistencies.
3650         (eww-self-insert): Implement entering commands in text fields.
3651         (eww-process-text-input): New function to make text input field editing
3652         work.
3653         (eww-submit): Rewrite to use the new-style form methods.
3654         (eww-select-display): Display the correct selected item.
3655         (eww-change-select): Implement changing the select value.
3656         (eww-toggle-checkbox): Implement radio/checkboxes.
3657         (eww-update-field): Fix compilation error.
3658         (eww-tag-textarea): Implement <textarea>.
3660         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
3661         we don't shadow mode-specific bindings.
3663         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
3664         nothing to push.
3666         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
3668 2013-06-19  Glenn Morris  <rgm@gnu.org>
3670         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
3672 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
3674         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
3675         not needed.
3677         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
3679 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681         * net/browse-url.el (browse-url-browser-function):
3682         `eww-browse-url' has the right calling signature, `eww' does not.
3684 2013-06-19  Glenn Morris  <rgm@gnu.org>
3686         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
3687         Only eval autoloaded macros.
3688         (byte-compile-autoload): Only give the macro warning for macros.
3690         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
3691         (ps-underlined-faces): Declare.
3693         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
3694         (speedbar-add-supported-extension): Declare.
3696         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
3697         Don't include a date stamp in the header of the generated file;
3698         it leads to needless differences between output files.
3700 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
3702         * net/secrets.el (secrets-struct-secret-content-type):
3703         Replace check of introspection data by a test call of "CreateItem".
3704         Some servers do not offer introspection.
3706 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3708         * electric.el (electric-pair-mode): Improve interaction with
3709         electric-layout-mode.
3710         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
3711         (electric-pair-syntax): Use text-mode-syntax-table in comments
3712         and strings.
3713         (electric-pair--insert): New function.
3714         (electric-pair-post-self-insert-function): Use it and
3715         electric--after-char-pos.
3717 2013-06-19  Leo Liu  <sdl.web@gmail.com>
3719         * progmodes/octave.el (octave-help): Fix regexp.
3721 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3723         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
3724         (shr-table-horizontal-line): Allow nil as a value, and change the
3725         default.
3726         (shr-insert-table-ruler): Respect the nil value.
3728 2013-06-18  Tom Tromey  <tromey@barimba>
3730         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
3731         New defvars.
3732         (eww-open-file): New defun.
3733         (eww-render): Initialize new variables.
3734         (eww-display-html): Handle "link" and "a".
3735         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
3736         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
3737         (eww-back-url): Rename from eww-previous-url.
3738         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
3739         New defuns.
3741 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
3743         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
3744         Distinguish ternary operator tokens from slash symbol and slash
3745         char literal.
3747 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
3749         Convert symbol prettification into minor mode and global minor mode.
3751         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
3752         `prog-prettify-symbols', and make a local defvar instead of defcustom.
3753         (prettify-symbols--keywords): Rename from
3754         `prog-prettify-symbols-alist' and make a local defvar.
3755         (prettify-symbols--compose-symbol): Rename from
3756         `prog--prettify-font-lock-compose-symbol'.
3757         (prettify-symbols--make-keywords): Rename from
3758         `prog-prettify-font-lock-symbols-keywords' and simplify.
3759         (prog-prettify-install): Remove.
3760         (prettify-symbols-mode): New minor mode, based on
3761         `prog-prettify-install'.
3762         (turn-on-prettify-symbols-mode): New function.
3763         (global-prettify-symbols-mode): New globalized minor mode.
3765         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3766         * progmodes/cfengine.el (cfengine3-mode):
3767         * progmodes/perl-mode.el (perl-mode): Don't call
3768         `prog-prettify-install'; set `prettify-symbols-alist' instead.
3770 2013-06-18  Juri Linkov  <juri@jurta.org>
3772         * files-x.el (modify-file-local-variable-message): New function.
3773         (modify-file-local-variable)
3774         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
3775         and call `modify-file-local-variable-message' when it's non-nil.
3776         (add-file-local-variable, delete-file-local-variable)
3777         (add-file-local-variable-prop-line)
3778         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
3779         and use it.  (Bug#9820)
3781 2013-06-18  Juri Linkov  <juri@jurta.org>
3783         * emulation/vi.el (vi-shell-op):
3784         * emulation/vip.el (vip-execute-com, ex-command):
3785         * emulation/viper-cmd.el (viper-exec-bang):
3786         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
3787         the call of `shell-command-on-region'.  (Bug#14637)
3789         * simple.el (shell-command-on-region): Doc fix.
3791 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3793         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
3794         (bug#14633).
3796 2013-06-18  Glenn Morris  <rgm@gnu.org>
3798         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
3800         * newcomment.el (comment-search-forward, comment-search-backward):
3801         Doc fix.  (Bug#14376)
3803 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
3805         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
3806         (buffer-face-mode-invoke): Doc fix.
3808 2013-06-18  Matthias Meulien  <orontee@gmail.com>
3810         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
3811         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
3813 2013-06-18  Glenn Morris  <rgm@gnu.org>
3815         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
3816         Replace obsolete function generic-make-keywords with its expansion.
3818         * progmodes/python.el (ffap-alist): Declare.
3820         * textmodes/reftex.el (bibtex-mode-map): Declare.
3822 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3824         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
3825         (package-unpack, package-unpack-single): Return the pkg-dir.
3826         (package-download-transaction): Use it to update package-alist.
3828 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
3831         possible choice.
3833 2013-06-17  Juri Linkov  <juri@jurta.org>
3835         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
3837 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
3839         * emacs-lisp/package.el (package-load-descriptor):
3840         Remove `with-syntax-table' call, `read' doesn't need it.
3841         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
3843 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
3845         * startup.el (command-line): Expand package name returned by
3846         `package--description-file' (bug#14639).
3848 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
3850         * emacs-lisp/package.el (package-load-descriptor): Do not call
3851         `emacs-lisp-mode', just use its syntax table.
3853 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
3855         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
3856         `font-lock-extra-managed-props' if any prettifying keyword is added.
3857         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
3858         (prog-mode): Use `setq-local'.
3860 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3862         * international/characters.el (standard-case-table): Set syntax of ?»
3863         and ?« to punctuation.
3865 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
3867         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
3868         Save relevant match data before calling `syntax-ppss' (bug#14595).
3870 2013-06-15  Juri Linkov  <juri@jurta.org>
3872         * files-x.el (modify-file-local-variable-prop-line): Add local
3873         variables to the end of the existing comment on the first line.
3874         Use `file-auto-mode-skip' to skip interpreter magic line,
3875         and also skip XML declaration.
3877 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3879         * startup.el (package--builtin-versions): New var.
3880         (package-subdirectory-regexp): Remove.
3881         (package--description-file): Hard code its value instead.
3883         * emacs-lisp/package.el: Don't activate packages older than builtin.
3884         (package-obsolete-list): Rename from package-obsolete-alist, and make
3885         it into a simple list of package-desc.
3886         (package-strip-version): Remove.
3887         (package-built-in-p): Use package--builtin-versions.
3888         (package-mark-obsolete): Simplify.
3889         (package-process-define-package): Mark it obsolete if older than the
3890         builtin version.
3891         (package-handle-response): Use line-end-position.
3892         (package-read-archive-contents, package--download-one-archive):
3893         Simplify.
3894         (package--add-to-archive-contents): Skip if older than the builtin or
3895         installed version.
3896         (package-menu-describe-package): Fix last change.
3897         (package-list-unversioned): New var.
3898         (package-menu--generate): Use it.
3900         * emacs-lisp/autoload.el: Manage package--builtin-versions.
3901         (autoload--insert-text, autoload--insert-cookie-text): New functions.
3902         (autoload-builtin-package-versions): New variable.
3903         (autoload-generate-file-autoloads): Use them.
3904         Remove the list of autoloaded functions/macros from the
3905         (autoload...) comments.
3907         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
3909 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
3911         * simple.el (line-move-partial): Don't jump to the next screen
3912         line as soon as it becomes visible.  Instead, continue enlarging
3913         the vscroll until the portion of a tall screen line that's left on
3914         display is about the height of the frame's default font.
3915         (Bug#14567)
3917 2013-06-15  Glenn Morris  <rgm@gnu.org>
3919         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
3920         compilation-error-regexp-alist void, or local while let-bound.
3922         * progmodes/make-mode.el (makefile-mode-syntax-table):
3923         Treat "=" as punctuation.  (Bug#14614)
3925 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
3927         * help-fns.el (describe-variable):
3928         Add extra line for permanent-local variables.
3930 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
3932         * progmodes/scheme.el (scheme-font-lock-keywords-2):
3933         Add export, import, library.  (Bug#9164)
3934         (library): Set indent function.
3936 2013-06-14  Glenn Morris  <rgm@gnu.org>
3938         * term/xterm.el (xterm--query):
3939         Stop after first matching handler.  (Bug#14615)
3941 2013-06-14 Ivan Kanis  <ivan@kanis.fr>
3943         Add support for dired in saveplace.
3944         * dired.el (dired-initial-position-hook): New variable.
3945         (dired-initial-position): Call hook to place cursor position.
3946         * saveplace.el (save-place-to-alist): Add dired position.
3947         (save-place-dired-hook): New function.
3949 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3951         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
3952         through a symbol rather than letrec.
3954         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
3955         (package-desc): Add `dir' field.
3956         (package-desc-full-name): New function.
3957         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
3958         (package-maybe-load-descriptor): Remove.
3959         (package-load-all-descriptors): Just call package-load-descriptor.
3960         (package--disabled-p): New function.
3961         (package-desc-vers, package-desc-doc): Remove aliases.
3962         (package--dir): Remove function.
3963         (package-activate): Check if a package is disabled.
3964         (package-process-define-package): New function, extracted from
3965         define-package.
3966         (define-package): Turn into a place holder.
3967         (package-unpack-single, package-tar-file-info):
3968         Use package--description-file.
3969         (package-compute-transaction): Use package--disabled-p.
3970         (package-download-transaction): Don't call
3971         package-maybe-load-descriptor since they're all loaded anyway.
3972         (package-install): Change argument to be a pkg-desc.
3973         (package-delete): Use a single pkg-desc argument.
3974         (describe-package-1): Use package-desc-dir instead of package--dir.
3975         Use package-desc property instead of package-symbol.
3976         (package-install-button-action): Adjust accordingly.
3977         (package--push): Rewrite.
3978         (package-menu--print-info): Adjust accordingly.  Change the ID format
3979         to be a pkg-desc.
3980         (package-menu-describe-package, package-menu-get-status)
3981         (package-menu--find-upgrades, package-menu-mark-upgrades)
3982         (package-menu-execute, package-menu--name-predicate):
3983         Adjust accordingly.
3984         * startup.el (package--description-file): New function.
3985         (command-line): Use it.
3986         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3987         Use package-desc-version.
3989         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
3990         (byte-compile-preprocess): Use it.
3991         (byte-compile-file-form-defalias): Try a bit harder to use macros we
3992         can't quite recognize.
3993         (byte-compile-add-to-list): Remove.
3994         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
3995         (cconv-closure-convert): Add assertion.
3997         * emacs-lisp/map-ynp.el: Use lexical-binding.
3998         (map-y-or-n-p): Remove unused vars `tail' and `object'.
3999         Factor out some repeated code.
4001 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4003         * subr.el (with-eval-after-load): New macro.
4004         (eval-after-load): Allow form to be a function.
4005         take advantage of lexical-binding.
4006         (do-after-load-evaluation): Use dolist and adjust to new format.
4007         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
4009 2013-06-13  Juri Linkov  <juri@jurta.org>
4011         * replace.el (perform-replace): Display "symbol " and other search
4012         modes from `isearch-message-prefix' in the *Help* buffer.
4014         * isearch.el (isearch-query-replace): Add " symbol" and other
4015         possible search modes from `isearch-message-prefix' to the prompt.
4016         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
4017         when reading a regexp to collect.
4019 2013-06-13  Juri Linkov  <juri@jurta.org>
4021         * isearch.el (word-search-regexp): Match whitespace if the search
4022         string begins or ends in whitespace.  The LAX arg is applied to
4023         both ends of the search string.  Use `regexp-quote' and explicit
4024         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
4025         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
4026         boundaries are replaced with symbol boundaries, and characters
4027         between symbols match non-word non-symbol syntax.  (Bug#14602)
4029 2013-06-13  Juri Linkov  <juri@jurta.org>
4031         * isearch.el (isearch-del-char): Don't exceed the length of
4032         `isearch-string' by the prefix arg.  (Bug#14563)
4034 2013-06-13  Juri Linkov  <juri@jurta.org>
4036         * isearch.el (isearch-yank-word, isearch-yank-line)
4037         (isearch-char-by-name, isearch-quote-char)
4038         (isearch-printing-char, isearch-process-search-char):
4039         Add optional count prefix arg.  (Bug#14563)
4041         * international/isearch-x.el
4042         (isearch-process-search-multibyte-characters):
4043         Add optional count prefix arg.
4045 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4047         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
4048         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
4049         lexical-binding.
4051 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
4053         * subr.el (set-temporary-overlay-map): Add on-exit argument.
4055 2013-06-13  Glenn Morris  <rgm@gnu.org>
4057         * startup.el (tty-handle-args):
4058         Don't just discard "--" and anything after.  (Bug#14608)
4060         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
4062 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
4064         Implement changes in Secret Service API.  Make it backward compatible.
4065         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
4066         (secrets-create-item): Use it.  Prefix properties with interface.
4068 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
4070         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
4071         (term-emulate-terminal): Respect term-suppress-hard-newline.
4073 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
4075         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4076         Only remove a `thumb-file' overlay.  (Bug#14548)
4078 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
4080         * mail/reporter.el (reporter-submit-bug-report):
4081         Handle missing package-name.  (Bug#14600)
4083 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4085         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
4086         (reftex-citation-prompt, reftex-default-bibliography)
4087         (reftex-bib-or-thebib, reftex-get-bibfile-list)
4088         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4089         (reftex-bib-sort-author, reftex-bib-sort-year)
4090         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
4091         (reftex-extract-bib-entries-from-thebibliography)
4092         (reftex-get-bibkey-default, reftex-get-bib-names)
4093         (reftex-parse-bibtex-entry, reftex-get-bib-field)
4094         (reftex-format-bib-entry, reftex-parse-bibitem)
4095         (reftex-format-bibitem, reftex-do-citation)
4096         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
4097         (reftex-restrict-bib-matches, reftex-extract-bib-file)
4098         (reftex-insert-bib-matches, reftex-format-citation)
4099         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
4100         (reftex-create-bibtex-file): Add docstrings, mostly by converting
4101         existing comments into docstrings.
4103 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
4105         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
4107 2013-06-12  Andreas Schwab  <schwab@suse.de>
4109         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
4110         for auto-save files.
4112 2013-06-12  Glenn Morris  <rgm@gnu.org>
4114         * ido.el (ido-delete-ignored-files): Remove.
4115         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
4116         Go back to calling ido-ignore-item-p directly.
4118 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
4120         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
4122         * ido.el (ido-delete-ignored-files): New function,
4123         split from ido-make-file-list-1.
4124         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
4125         (ido-make-file-list-1): Use ido-delete-ignored-files.
4127 2013-06-12  Leo Liu  <sdl.web@gmail.com>
4129         * progmodes/octave.el (inferior-octave-startup)
4130         (inferior-octave-completion-table)
4131         (inferior-octave-track-window-width-change)
4132         (octave-eldoc-function-signatures, octave-help)
4133         (octave-find-definition): Use single quoted strings.
4134         (inferior-octave-startup-args): Change default value.
4135         (inferior-octave-startup): Do not hard code "-i" and
4136         "--no-line-editing".
4137         (inferior-octave-resync-dirs): Add optional arg NOERROR.
4138         (inferior-octave-directory-tracker): Use it.
4139         (octave-goto-function-definition): Robustify.
4140         (octave-help): Support highlighting operators in 'See also'.
4141         (octave-find-definition): Find subfunctions only in Octave mode.
4143 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4145         * help-fns.el (help-fns--compiler-macro): If the handler function is
4146         named, then put a link to it.
4147         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
4148         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
4149         (cl-typep): Use it.
4150         (cl-eval-when): Simplify debug spec.
4151         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
4152         compiler-macro function instead of setting `compiler-macro-file'.
4154 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
4156         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
4157         * vc/vc-hooks.el (vc-stay-local): Doc fix.
4159 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4160             Daniel Hackney  <dan@haxney.org>
4162         First part of Daniel Hackney's patch to package.el.
4163         * emacs-lisp/package.el: Use defstruct.
4164         (package-desc): New, main struct.
4165         (package--bi-desc, package--ac-desc): New structs, used to describe the
4166         format in external files.
4167         (package-desc-vers): Replace with package-desc-version accessor.
4168         (package-desc-doc): Replace with package-desc-summary accessor.
4169         (package-activate-1): Remove `package' arg since the pkg-vec now
4170         includes the name.
4171         (define-package): Use package-desc-from-define.
4172         (package-unpack-single): Change file-name arg to be a symbol.
4173         (package--add-to-archive-contents): Use package-desc-create and new
4174         accessor functions to package--ac-desc.
4175         (package-buffer-info, package-tar-file-info): Return a package-desc.
4176         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
4177         arg to be a package-desc.
4178         (package-install-file): Adjust accordingly.  Use \' to match EOS.
4179         (package--from-builtin): New function.
4180         (describe-package-1, package-menu--generate): Use it.
4181         (package--make-autoloads-and-compile): Change name arg to be a symbol.
4182         (package-generate-autoloads): Idem and return the name of the file.
4183         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4184         Change pkg-info arg to be a package-desc.
4185         Use package-make-ac-desc.
4186         (package-upload-file): Use \' to match EOS.
4187         * finder.el (finder-compile-keywords): Use package-make-builtin.
4189 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4191         * vc/vc.el (vc-deduce-fileset): Change error message.
4192         (vc-read-backend): New function.
4193         (vc-next-action): Use it.
4195         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
4197         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
4198         (prolog-font-lock-keywords): Use regexp-opt instead.
4199         Don't manually highlight strings.
4200         (prolog-mode-variables): Simplify comment-start-skip.
4201         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
4203         * emacs-lisp/generic.el (generic--normalise-comments)
4204         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
4205         (generic-mode-set-comments): Use them.
4206         (generic-bracket-support): Use setq-local.
4207         (generic-make-keywords-list): Declare obsolete.
4209 2013-06-11  Glenn Morris  <rgm@gnu.org>
4211         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4212         Prettify after setting font-lock-defaults.  (Bug#14574)
4214 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
4216         * replace.el (query-replace, occur-read-regexp-defaults-function)
4217         (replace-search):
4218         * subr.el (declare-function, number-sequence, local-set-key)
4219         (substitute-key-definition, locate-user-emacs-file)
4220         (with-silent-modifications, split-string, eval-after-load):
4221         Fix typos, remove unneeded backslashes and reflow some docstrings.
4223 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4225         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
4226         default for Elisp files.
4228 2013-06-11  Glenn Morris  <rgm@gnu.org>
4230         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
4231         although define-derived-mode was doing this anyway.  (Bug#14583)
4233 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
4235         * allout.el (allout-encryption-plaintext-sanitization-regexps):
4236         Fix make-variable-buffer-local call to refer to the correct variable.
4238 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
4240         * eshell/em-term.el (eshell-visual-commands)
4241         (eshell-visual-subcommands, eshell-visual-options):
4242         Add summary line to docstrings.  Add cross-references.
4244 2013-06-10  Glenn Morris  <rgm@gnu.org>
4246         * epa.el (epa-read-file-name): New function.  (Bug#14510)
4247         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
4249 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
4251         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
4252         output redirection to be ignored with visual commands.
4254 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
4256         * eshell/em-term.el (eshell-visual-command-p): New function.
4257         (eshell-term-initialize): Move long lambda to separate function
4258         eshell-visual-command-p.
4259         * eshell/em-dirs.el (eshell-dirs-initialise):
4260         * eshell/em-script.el (eshell-script-initialize):
4261         Add missing #' to lambda.
4263 2013-06-08  Leo Liu  <sdl.web@gmail.com>
4265         * progmodes/octave.el (octave-add-log-current-defun): New function.
4266         (octave-mode): Set add-log-current-defun-function.
4267         (octave-goto-function-definition): Do not move point if not found.
4268         (octave-find-definition): Enhance to try subfunctions first.
4270 2013-06-08  Glenn Morris  <rgm@gnu.org>
4272         * emacs-lisp/bytecomp.el (byte-compile-char-before)
4273         (byte-compile-backward-char, byte-compile-backward-word):
4274         Improve previous change, to handle non-explicit nil.
4276 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4278         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
4279         (smie--opener/closer-at-point): New function.
4280         (smie--matching-block-data): Use it.  Don't match from right after an
4281         opener or right before a closer.  Obey smie-blink-matching-inners.
4282         Don't signal a mismatch for repeated inners like "switch..case..case".
4284 2013-06-07  Leo Liu  <sdl.web@gmail.com>
4286         * progmodes/octave.el (octave-mode): Set comment-use-global-state
4287         to t.  (Bug#14303)
4288         (octave-function-header-regexp): Fix.  (Bug#14570)
4289         (octave-help-mode-finish-hook, octave-help-mode-finish):
4290         Remove.  Just use temp-buffer-show-hook.
4292         * newcomment.el (comment-search-backward): Revert last change.
4293         (Bug#14434)
4295         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
4297 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
4299         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
4300         through xargs, to avoid failure due to MS-Windows limitations on
4301         command-line length.
4303 2013-06-06  Glenn Morris  <rgm@gnu.org>
4305         * font-lock.el (lisp-font-lock-keywords-2):
4306         Treat user-error like error.
4308         * emacs-lisp/bytecomp.el (byte-compile-char-before)
4309         (byte-compile-backward-char, byte-compile-backward-word):
4310         Handle explicit nil arguments.  (Bug#14565)
4312 2013-06-05  Alan Mackenzie  <acm@muc.de>
4314         * isearch.el (isearch-allow-prefix): New user option.
4315         (isearch-other-meta-char): Don't exit isearch when a prefix
4316         argument is typed whilst `isearch-allow-prefix' is non-nil.
4317         (Bug#9706)
4319 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4321         * autorevert.el (auto-revert-notify-handler): Use memq.
4322         Hide assertion failure.
4324         * skeleton.el: Use cl-lib.
4325         (skeleton-further-elements): Use defvar-local.
4326         (skeleton-insert): Use cl-progv.
4328 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4330         * progmodes/prog-mode.el (prog-prettify-symbols)
4331         (prog-prettify-install): Update docstrings.
4333 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4335         * simple.el: Move all the prog-mode code to prog-mode.el.
4336         * progmodes/prog-mode.el: New file.
4337         * loadup.el: Add prog-mode.el.
4339 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4341         * simple.el (prog-prettify-symbols): Add version.
4342         (prog-prettify-install): Add convenience function to prettify symbols.
4344         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
4345         (perl--augmented-font-lock-keywords-1)
4346         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
4347         variables and use it.
4349         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4350         (cfengine3-mode): Remove unneeded variable and use it.
4352         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4353         (lisp--augmented-font-lock-keywords-1)
4354         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
4355         Remove unneeded variables and use it.
4357 2013-06-05  João Távora  <joaotavora@gmail.com>
4359         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
4360         to point when opening the connection.  (Bug#14380)
4362 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4364         * subr.el (load-history-regexp, load-history-filename-element)
4365         (eval-after-load, after-load-functions, do-after-load-evaluation)
4366         (eval-next-after-load, display-delayed-warnings)
4367         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
4368         definition of save-match-data.
4369         (overriding-local-map): Remove accidental obsolescence declaration.
4371         * emacs-lisp/edebug.el (edebug-result): Move before first use.
4373 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4375         Generalize symbol prettify support to prog-mode and implement it
4376         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
4377         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
4378         (prog--prettify-font-lock-compose-symbol)
4379         (prog-prettify-font-lock-symbols-keywords): New variables and
4380         functions to support symbol prettification.
4381         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4382         (lisp--augmented-font-lock-keywords-1)
4383         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
4384         (lisp--prettify-symbols-alist): Implement prettify of lambda.
4385         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4386         (cfengine3--prettify-symbols-alist, cfengine3-mode):
4387         Implement prettify of -> => :: strings.
4388         * progmodes/perl-mode.el (perl-prettify-symbols)
4389         (perl--font-lock-compose-symbol)
4390         (perl--font-lock-symbols-keywords): Move to prog-mode.
4391         (perl--prettify-symbols-alist): Prettify -> => :: strings.
4392         (perl-font-lock-keywords-1)
4393         (perl-font-lock-keywords-2): Remove explicit prettify support.
4394         (perl--augmented-font-lock-keywords)
4395         (perl--augmented-font-lock-keywords-1)
4396         (perl--augmented-font-lock-keywords-2, perl-mode):
4397         Implement prettify support.
4399 2013-06-05  Leo Liu  <sdl.web@gmail.com>
4401         Re-implement smie matching block highlight using
4402         show-paren-data-function.  (Bug#14395)
4403         * emacs-lisp/smie.el (smie-matching-block-highlight)
4404         (smie--highlight-matching-block-overlay)
4405         (smie--highlight-matching-block-lastpos)
4406         (smie-highlight-matching-block)
4407         (smie-highlight-matching-block-mode): Remove.
4408         (smie--matching-block-data-cache): New variable.
4409         (smie--matching-block-data): New function.
4410         (smie-setup): Use smie--matching-block-data for
4411         show-paren-data-function.
4413         * progmodes/octave.el (octave-mode-menu): Fix.
4414         (octave-find-definition): Skip garbage lines.
4416 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4418         Fix compilation error with simultaneous dynamic+lexical scoping.
4419         Add warning when a defvar appears after the first let-binding.
4420         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
4421         (byte-compile-close-variables): Initialize it.
4422         (byte-compile--declare-var): New function.
4423         (byte-compile-file-form-defvar)
4424         (byte-compile-file-form-define-abbrev-table)
4425         (byte-compile-file-form-custom-declare-variable): Use it.
4426         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
4427         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
4428         (byte-compile-bind): Handle dynamic bindings that shadow
4429         lexical bindings.
4430         (byte-compile-unbind): Make arg non-optional.
4431         (byte-compile-let): Simplify.
4432         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
4433         (cconv--analyse-function, cconv-analyse-form): Populate it.
4434         Protect byte-compile-bound-variables to limit the scope of defvars.
4435         (cconv-analyse-form): Add missing rule for (defvar <foo>).
4436         Remove unneeded rule for `declare'.
4438         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
4439         so as to avoid depending on cl-adjoin at run-time.
4440         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
4442         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
4443         (macroexp--warn-and-return): Use it.
4445 2013-06-05  Leo Liu  <sdl.web@gmail.com>
4447         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
4449 2013-06-04  Leo Liu  <sdl.web@gmail.com>
4451         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
4452         (compilation-auto-jump): Suppress the "Mark set" message to give
4453         way to exit message.
4455 2013-06-04  Alan Mackenzie  <acm@muc.de>
4457         Remove faulty optimisation from indentation calculation.
4458         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
4459         search limit based on 2000 characters back from indent-point.
4461 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
4463         * eshell/em-term.el (cl-lib): Require `cl-lib'.
4465 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4467         * emacs-lisp/lisp.el: Use lexical-binding.
4468         (lisp--local-variables-1, lisp--local-variables): New functions.
4469         (lisp--local-variables-completion-table): New var.
4470         (lisp-completion-at-point): Use it complete let-bound vars.
4472         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
4473         eagerly (bug#14422).
4475 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
4477         * autorevert.el (auto-revert-notify-enabled)
4478         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4479         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
4480         (auto-revert-notify-handler): Handle also gfilenotify.
4482         * subr.el (file-notify-handle-event): New defun.  Replacing ...
4483         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
4484         Remove.
4486 2013-06-03  Juri Linkov  <juri@jurta.org>
4488         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
4489         `M-s h .'.  (Bug#14427)
4491         * hi-lock.el (highlight-symbol-at-point): New alias for the new
4492         command `hi-lock-face-symbol-at-point'.
4493         (hi-lock-face-symbol-at-point): New command.
4494         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
4495         (hi-lock-menu): Add `highlight-symbol-at-point'.
4496         (hi-lock-mode): Doc fix.
4498         * isearch.el (isearch-forward-symbol-at-point): New command.
4499         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
4500         (isearch-highlight-regexp): Add a regexp which matches
4501         words/symbols for word/symbol mode.
4503         * subr.el (find-tag-default-bounds): New function with the body
4504         mostly moved from `find-tag-default'.
4505         (find-tag-default): Move most code to `find-tag-default-bounds',
4506         call it and apply `buffer-substring-no-properties' afterwards.
4508 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
4510         * eshell/em-term.el (eshell-term-initialize):
4511         Use `cl-intersection' rather than `intersection'.
4513 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
4515         * vc/log-view.el: Doc fix.
4516         (log-view-mode-map): Copy keymap from `special-mode-map'.
4518 2013-06-02  Eric Ludlam  <zappo@gnu.org>
4520         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
4521         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
4522         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
4523         (eieio-unbound, eieio-default-superclass)
4524         (eieio--define-field-accessors, method-static, method-before)
4525         (method-primary, method-after, method-num-lists)
4526         (method-generic-before, method-generic-primary)
4527         (method-generic-after, method-num-slots)
4528         (eieio-specialized-key-to-generic-key)
4529         (eieio--check-type, class-v, class-p)
4530         (eieio-class-name, define-obsolete-function-alias)
4531         (eieio-class-parents-fast, eieio-class-children-fast)
4532         (same-class-fast-p, class-constructor, generic-p)
4533         (generic-primary-only-p, generic-primary-only-one-p)
4534         (class-option-assoc, class-option, eieio-object-p)
4535         (class-abstract-p, class-method-invocation-order)
4536         (eieio-defclass-autoload-map, eieio-defclass-autoload)
4537         (eieio-class-un-autoload, eieio-defclass)
4538         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
4539         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
4540         (eieio--defgeneric-init-form, eieio-defgeneric-form)
4541         (eieio-defgeneric-reset-generic-form)
4542         (eieio-defgeneric-form-primary-only)
4543         (eieio-defgeneric-reset-generic-form-primary-only)
4544         (eieio-defgeneric-form-primary-only-one)
4545         (eieio-defgeneric-reset-generic-form-primary-only-one)
4546         (eieio-unbind-method-implementations)
4547         (eieio--defmethod, eieio--typep)
4548         (eieio-perform-slot-validation, eieio-validate-slot-value)
4549         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
4550         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
4551         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
4552         (eieio-slot-name-index, eieio-class-slot-name-index)
4553         (eieio-set-defaults, eieio-initarg-to-attribute)
4554         (eieio-attribute-to-initarg, eieio-c3-candidate)
4555         (eieio-c3-merge-lists, eieio-class-precedence-c3)
4556         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
4557         (eieio-class-precedence-list, eieio-generic-call-methodname)
4558         (eieio-generic-call-arglst, eieio-generic-call-key)
4559         (eieio-generic-call-next-method-list)
4560         (eieio-pre-method-execution-functions, eieio-generic-call)
4561         (eieio-generic-call-primary-only, eieiomt-method-list)
4562         (eieiomt-optimizing-obarray, eieiomt-install)
4563         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
4564         (eieio-generic-form, eieio-defmethod, make-obsolete)
4565         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
4566         (defclass): Remove `eval-and-compile' from macro.
4567         (call-next-method, shared-initialize): Instead of using
4568         `scoped-class' variable, use new eieio--scoped-class, and
4569         eieio--with-scoped-class.
4570         (initialize-instance): Rename local variable 'scoped-class' to
4571         'this-class' to remove ambiguitity from old global.
4573         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
4574         eieio.el.
4575         (eieio--scoped-class-stack): New variable.
4576         (eieio--scoped-class): New fcn.
4577         (eieio--with-scoped-class): New scoping macro.
4578         (eieio-defclass): Use pushnew instead of add-to-list.
4579         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
4580         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
4581         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
4582         `scoped-class' variable, use new eieio--scoped-class, and
4583         eieio--with-scoped-class.
4585         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
4587 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
4589         * eshell/esh-ext.el (eshell-external-command): Pass args to
4590         `eshell-find-interpreter'.
4591         (eshell-find-interpreter): Add new second parameter ARGS.
4593         * eshell/em-script.el (eshell-script-initialize): Add second arg
4594         to the function added as MATCH to `eshell-interpreter-alist'.
4596         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
4597         the function added as MATCH to `eshell-interpreter-alist'.
4599         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
4600         (eshell-visual-options): New defcustom.
4601         (eshell-escape-control-x): Adapt docstring.
4602         (eshell-term-initialize): Test `eshell-visual-subcommands' and
4603         `eshell-visual-options' in addition to `eshell-visual-commands'.
4604         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
4606 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4608         * progmodes/python.el (python-indent-block-enders): Add break,
4609         continue and raise keywords.
4611 2013-06-01  Glenn Morris  <rgm@gnu.org>
4613         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
4615         Plain (f)boundp silences compilation warnings since Emacs 22.1.
4616         * progmodes/cc-cmds.el (delete-forward-p):
4617         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
4618         * progmodes/cc-engine.el (buffer-syntactic-context):
4619         * progmodes/cc-fonts.el (face-property-instance):
4620         * progmodes/cc-mode.el (set-keymap-parents):
4621         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
4622         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
4623         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
4624         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
4625         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
4627         * progmodes/cc-vars.el (other): Emacs has this widget since
4628         at least 21.1, so don't (re)define it.
4630         * eshell/em-cmpl.el (eshell-cmpl-initialize):
4631         Replace the obsolete alias pcomplete-arg-quote-list.
4633 2013-06-01  Leo Liu  <sdl.web@gmail.com>
4635         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
4636         punctuation syntax.
4637         (inferior-octave-minimal-columns)
4638         (inferior-octave-last-column-width): New variables.
4639         (inferior-octave-track-window-width-change): New function.
4640         (inferior-octave-mode): Adjust column width so that Octave output,
4641         for example from 'ls', can fit into the window nicely.
4643 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
4645         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4646         Highlight expansions inside regexp literals.
4648 2013-05-31  Glenn Morris  <rgm@gnu.org>
4650         * obsolete/sym-comp.el (symbol-complete):
4651         Replace obsolete completion-annotate-function.
4653         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
4655 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
4657         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4658         New function, checks if point is inside a literal that allows
4659         expression expansion.
4660         (ruby-syntax-propertize-expansion): Use it.
4661         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
4662         around the body.
4664 2013-05-30  Juri Linkov  <juri@jurta.org>
4666         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
4667         to "\M-si".
4668         (isearch-invisible): New variable.
4669         (isearch-forward): Doc fix.
4670         (isearch-mode): Set `isearch-invisible'
4671         to the value of `search-invisible'.
4672         (isearch-toggle-case-fold): Doc fix.
4673         (isearch-toggle-invisible): New command.
4674         (isearch-query-replace): Let-bind `search-invisible'
4675         to the value of `isearch-invisible'.
4676         (isearch-search): Use `isearch-invisible' instead of
4677         `search-invisible'.  Let-bind `search-invisible'
4678         to the value of `isearch-invisible'.  (Bug#11378)
4680 2013-05-30  Juri Linkov  <juri@jurta.org>
4682         * replace.el (perform-replace): Avoid `isearch-range-invisible'
4683         call when `query-flag' is nil and `search-invisible' is non-nil.
4684         (Bug#11746)
4686 2013-05-30  Glenn Morris  <rgm@gnu.org>
4688         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
4690         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
4691         (cc-require): Suppress spurious "noruntime" warnings.
4692         (cc-require-when-compile): Use fboundp, for sake of compiler.
4694         * progmodes/cc-mode.el: Move load of cc-vars before that of
4695         cc-langs (which in turn loads cc-vars), to quieten compiler.
4697 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4699         * paren.el: Simplify the code.
4700         (show-paren-mode): Always start the timer.
4701         (show-paren--idle-timer): Rename from show-paren-idle-timer.
4702         (show-paren--overlay, show-paren--overlay-1): Rename from
4703         show-paren-overlay and show-paren-overlay-1, and initialize to an
4704         overlay rather than to nil.
4705         (show-paren-function): Misc cleanup and simplifications.
4707 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4709         * paren.el (show-paren-data-function): New hook.
4710         (show-paren--default): New function, extracted from show-paren-function.
4711         (show-paren-function): Use show-paren-data-function.
4713 2013-05-30  Glenn Morris  <rgm@gnu.org>
4715         * ielm.el (ielm-map, ielm-complete-symbol):
4716         Use completion-at-point rather than obsolete functions.
4717         (inferior-emacs-lisp-mode): Doc fix.
4718         Set completion-at-point-functions, rather than
4719         comint-dynamic-complete-functions.
4721         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
4722         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
4723         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
4725         * image.el (image-animated-p): Tweak definition.
4727         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
4728         (rlogin-process-connection-type): Tweak default.  Add set-after.
4729         (rlogin-host): Doc fix.
4730         (rlogin): Tweak prompt.
4731         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
4733         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
4734         * progmodes/tcl.el (inferior-tcl-mode-map):
4735         Use completion-at-point rather than obsolete alias.
4737         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
4739         * minibuffer.el (read-file-name-completion-ignore-case):
4740         Move before completion--in-region, for eager macro expansion.
4742 2013-05-29  Juri Linkov  <juri@jurta.org>
4744         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
4745         for total count of matching lines.  Add `global-matches' for total
4746         count of matches.  Rename `matches' to `lines' for count of
4747         matching lines.  Add `matches' for count of matches.
4748         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
4749         to `prev-line' for line number of prev match endpt.
4750         Increment `matches' for every match.  Print the number of
4751         matching lines in the header.
4752         (occur-context-lines): Rename `lines' to `curr-line'.
4753         Rename `prev-lines' to `prev-line'.  (Bug#14017)
4755 2013-05-29  Juri Linkov  <juri@jurta.org>
4757         * replace.el (perform-replace): Add `skip-read-only-count',
4758         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
4759         Increment them for corresponding conditions and report the number
4760         of skipped occurrences in the final message.  (Bug#11746)
4761         (query-replace, query-replace-regexp, query-replace-regexp-eval)
4762         (replace-string, replace-regexp): Doc fix.
4764 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4766         * emacs-lisp/trace.el (trace--read-args): Provide a default.
4768         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
4769         prog-mode-map (bug#14504).
4771 2013-05-29  Leo Liu  <sdl.web@gmail.com>
4773         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
4774         (octave-help): Small simplification.
4776         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
4777         off the highlight first.
4779 2013-05-29  Glenn Morris  <rgm@gnu.org>
4781         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
4782         Handle idlwave-last-system-routine-info-cons-cell being nil.
4784         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
4785         (idlwave-write-paths): Simplify via with-temp-buffer.
4787         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
4788         * emulation/cua-rect.el: Also load cua-base at run time.
4790         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
4791         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
4792         (cperl-imenu-on-info): Require imenu.
4794 2013-05-28  Alan Mackenzie  <acm@muc.de>
4796         Handle "capitalised keywords" correctly.
4797         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
4799 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
4801         * eshell/em-unix.el: Add -r option to cp.
4803 2013-05-28  Glenn Morris  <rgm@gnu.org>
4805         * vc/vc-arch.el (vc-exec-after): Declare.
4806         (vc-switches): Autoload.
4807         * vc/vc-bzr.el: No need to require vc when compiling.
4808         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
4809         (vc-resynch-buffer, vc-dir-refresh): Declare.
4810         (vc-setup-buffer, vc-switches): Autoload.
4811         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
4812         (vc-resynch-buffer): Declare.
4813         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
4814         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
4815         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
4816         (grep-read-regexp, grep-read-files, grep-expand-template)
4817         (vc-dir-refresh): Declare.
4818         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
4819         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
4820         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
4821         * vc/vc-mtn.el (vc-exec-after): Declare.
4822         (vc-switches): Autoload.
4823         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
4824         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
4825         (vc-file-tree-walk): Declare.
4826         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
4827         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
4828         (vc-tag-precondition, vc-rename-master): Autoload.
4829         * vc/vc-svn.el (vc-exec-after): Declare.
4830         (vc-switches, vc-setup-buffer): Autoload.
4831         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
4832         Autoload.
4833         (vc-resynch-buffer): Declare.
4835         * obsolete/fast-lock.el (byte-compile-warnings):
4836         Don't warn about obsolete features in this obsolete file.
4838         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
4839         Move definition before use.
4841         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
4842         (dun-unix-verbs): Remove dun-zippy.
4843         (dun-zippy): Remove function.
4845         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
4847 2013-05-27  Juri Linkov  <juri@jurta.org>
4849         * replace.el (replace-search): New function with code moved out
4850         from `perform-replace'.
4851         (replace-highlight, replace-dehighlight): Move function definitions
4852         up closer to `replace-search'.  (Bug#11746)
4854 2013-05-27  Juri Linkov  <juri@jurta.org>
4856         * replace.el (perform-replace): Ignore invisible matches.
4857         In addition to checking `query-replace-skip-read-only', also
4858         filter out matches by calling `run-hook-with-args-until-failure'
4859         on `isearch-filter-predicates', and also check `search-invisible'
4860         for t or call `isearch-range-invisible'.
4861         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
4863 2013-05-27  Juri Linkov  <juri@jurta.org>
4865         * isearch.el (isearch-filter-predicates): Rename from
4866         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
4867         (isearch-message-prefix): Display text from the property
4868         `isearch-message-prefix' of the currently active filters.
4869         (isearch-search): Don't compare `isearch-filter-predicate' with
4870         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
4871         on `isearch-filter-predicates'.  Also check `search-invisible' for t
4872         or call `isearch-range-invisible'.
4873         (isearch-filter-visible): Make obsolete.
4874         (isearch-lazy-highlight-search):
4875         Call `run-hook-with-args-until-failure' on
4876         `isearch-filter-predicates' and use `isearch-range-invisible'.
4878         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
4879         `isearch-filter-predicates' instead of `funcall'ing
4880         `isearch-filter-predicate'.
4881         (Info-mode): Set `Info-isearch-filter' to
4882         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
4884         * dired-aux.el (dired-isearch-filter-predicate-orig):
4885         Remove variable.
4886         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4887         (dired-isearch-filenames-end): Add and remove
4888         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
4889         instead of changing the value of `isearch-filter-predicate'.
4890         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
4891         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
4892         Put property `isearch-message-prefix' to "filename " on
4893         `dired-isearch-filter-filenames'.
4895         * wdired.el (wdired-change-to-wdired-mode):
4896         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
4897         locally instead of changing `isearch-filter-predicate'.
4898         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
4900 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
4902         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
4903         return the commit hash (Bug#14459).  Also set the
4904         `vc-git-detached' property.
4905         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
4906         (vc-git-mode-line-string): Use the same help-echo format whether
4907         in detached mode or not, because we know the actual revision now.
4908         When in detached mode, shorten the revision to 7 chars.
4910 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4912         * emacs-lisp/easy-mmode.el (define-minor-mode):
4913         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
4914         mode hook and provide a docstring.
4916 2013-05-27  Alan Mackenzie  <acm@muc.de>
4918         Remove spurious syntax-table text properties inserted by C-y.
4919         * progmodes/cc-mode.el (c-after-change): Also clear hard
4920         syntax-table property with value nil.
4922 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
4924         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
4925         when reading the events; the buffer layout shall not be changed.
4927 2013-05-27  Leo Liu  <sdl.web@gmail.com>
4929         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
4930         New variable.
4931         (inferior-octave-directory-tracker): Automatically re-sync
4932         default-directory.
4933         (octave-help): Improve handling of 'See also'.
4935 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4937         * doc-view.el: Minor naming convention tweaks.
4938         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
4940         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
4941         even if there's no `display' property yet (bug#14435).
4943 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
4945         * subr.el (unmsys--file-name): Rename from reveal-filename.
4947         * Makefile.in (custom-deps, finder-data, autoloads)
4948         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4949         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4950         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
4952 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4954         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
4955         error-completion on the first 2 args of condition-case (bug#14446).
4956         Don't burp at EOB.
4958 2013-05-25  Leo Liu  <sdl.web@gmail.com>
4960         * comint.el (comint-previous-matching-input): Do not flood the
4961         *Messages* buffer with trivial messages.
4963 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4965         * progmodes/flymake.el (flymake-nop): Don't return a string.
4966         (flymake-set-at): Fix typo.
4968         * simple.el (read--expression): New function, extracted from
4969         eval-expression.  Set completion-at-point-functions (bug#14465).
4970         (eval-expression, eval-minibuffer): Use it.
4972 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
4974         * progmodes/flymake.el (flymake-save-buffer-in-file)
4975         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
4976         (flymake-selected-frame, flymake-log, flymake-ins-after)
4977         (flymake-set-at, flymake-get-buildfile-from-cache)
4978         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
4979         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
4980         Refine the doc string.
4981         (flymake-get-file-name-mode-and-masks): Reformat.
4982         (flymake-get-real-file-name-function): Fix a minor bug.
4984 2013-05-24  Juri Linkov  <juri@jurta.org>
4986         * progmodes/grep.el (grep-mode-font-lock-keywords):
4987         Support =linenumber= format used by git-grep for lines with
4988         function names.  (Bug#13549)
4990 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4992         * progmodes/octave.el (octave-smie-rules): Return nil rather than
4993         0 after a semi-colon; it works better for smie-auto-fill.
4994         (octave--indent-new-comment-line): New function.
4995         (octave-indent-new-comment-line): Use it (indirectly).
4996         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
4997         modify comment-line-break-function.
4999         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
5000         (smie-setup): Use add-function to set it.
5002 2013-05-24  Sam Steingold  <sds@gnu.org>
5004         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
5005         argument (before the `interactive' argument).
5007 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * image-mode.el (image-mode-winprops): Add winprops to
5010         image-mode-winprops-alist before running
5011         image-mode-new-window-functions.
5012         * doc-view.el (doc-view-new-window-function): Don't delay
5013         doc-view-goto-page via timers (bug#14435).
5015 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
5017         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
5018         (doc-view-desktop-save-buffer): New function.
5019         (doc-view-restore-desktop-buffer): New function.
5020         (desktop-buffer-mode-handlers):
5021         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
5022         handler.
5023         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
5024         `desktop-save-buffer' function.
5026 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
5028         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
5029         (tramp-gvfs-file-name-handler): Raise a user error when
5030         `tramp-gvfs-enabled' is nil.
5031         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
5032         Do not raise a user error when loading package.  (Bug#14447)
5034         * net/xesam.el: Move to obsolete/.
5036 2013-05-24  Glenn Morris  <rgm@gnu.org>
5038         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
5040         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
5042         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
5043         (Info-find-node, Man-getpage-in-background): Declare.
5045         * mail/unrmail.el (unrmail):
5046         Replace obsolete detect-coding-with-priority.
5048         * net/socks.el (socks-split-string): Use this rather than split-string.
5049         (socks-nslookup-host): Update for above change.
5050         (dynamic-choice, s5-dynamic-choice-match)
5051         (s5-dynamic-choice-match-inline, s5-widget-value-create):
5052         Comment out unused code.
5054         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
5055         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
5056         (gud-tooltip-echo-area): Make obsolete.
5057         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
5059         * progmodes/js.el (js--optimize-arglist): Declare.
5061         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
5063         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
5064         (ediff-window-C): Declare.
5066         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
5067         Tweak requires to silence compiler.
5069         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
5070         (he-search-string, he-tried-table, he-expand-list)
5071         (he-init-string, he-string-member, he-substitute-string)
5072         (he-reset-string): Declare.
5074         * obsolete/options.el (list-options): Use custom-variable-p,
5075         rather than obsolete alias.
5077 2013-05-23  Sam Steingold  <sds@gnu.org>
5079         * simple.el (shell-command-on-region): Pass the `replace' argument
5080         down to `call-process-region' to comply with the doc as reported on
5081         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
5083 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * emacs-lisp/smie.el (smie-indent-forward-token)
5086         (smie-indent-backward-token): Handle string tokens (bug#14381).
5088 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5090         * ielm.el (ielm-menu): New menu.
5091         (inferior-emacs-lisp-mode): Set comment-start.
5093 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5095         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
5096         Fix deactivate action.
5098         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
5099         Add cleveref macros.
5101         * lisp/textmodes/reftex-parse.el
5102         (reftex-locate-bibliography-files): Accept options for
5103         bibliography commands.
5104         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
5105         Add addbibresource.  Basic Biblatex support.
5107 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
5109         * net/tramp-gvfs.el (top):
5110         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
5111         when loading package.  (Bug#14447)
5113 2013-05-23  Glenn Morris  <rgm@gnu.org>
5115         * progmodes/js.el: No need to load comint when compiling.
5116         (ring-insert, comint-send-string, comint-send-input)
5117         (comint-last-input-end, ido-chop): Declare.
5119         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
5120         * vc/ediff-mult.el: Adjust requires.
5121         (ediff-directories-internal, ediff-directory-revisions-internal)
5122         (ediff-patch-file-internal): Declare.
5123         * vc/ediff-ptch.el: Adjust requires.
5124         (ediff-use-last-dir, ediff-buffers-internal): Declare.
5125         (ediff-find-file): Autoload.
5126         * vc/ediff-util.el: No need to load ediff when compiling.
5127         (ediff-regions-internal): Declare.
5128         * vc/ediff-wind.el: Adjust requires.
5129         (ediff-compute-toolbar-width): Define when compiling.
5130         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
5131         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
5132         (dired-get-filename, dired-get-marked-files)
5133         (ediff-last-dir-patch, ediff-patch-default-directory)
5134         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
5135         (ediff-patch-buffer-internal): Declare.
5137         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
5138         (ispell-process, ispell-buffer-local-words, lm-summary)
5139         (lm-section-start, lm-section-end): Declare.
5140         (checkdoc-ispell-init): Simplify.
5142         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
5143         (he-string-member, he-reset-string, he-substitute-string): Declare.
5145         * eshell/em-ls.el: Adjust requires.
5146         (eshell-glob-regexp): Declare.
5147         * eshell/em-tramp.el: Adjust requires.
5148         (eshell-parse-command): Autoload.
5149         * eshell/em-xtra.el: Adjust requires.
5150         (eshell-parse-command): Autoload.
5151         * eshell/esh-ext.el: Adjust requires.
5152         (eshell-parse-command, eshell-close-handles): Autoload.
5153         * eshell/esh-io.el: Adjust requires.
5154         (eshell-output-filter): Autoload.
5155         * eshell/esh-util.el: No need to load tramp when compiling.
5156         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
5157         Declare.
5158         (eshell-parse-ange-ls): Require ange-ftp and tramp.
5159         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5160         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
5161         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
5162         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
5163         * eshell/esh-opt.el, eshell/esh-proc.el:
5164         * eshell/esh-var.el: Adjust requires.
5165         * eshell/eshell.el: Do not require esh-util twice.
5166         (eshell-add-input-to-history): Declare.
5167         (eshell-command): Check history module is active before using it.
5169         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
5171 2013-05-22  Leo Liu  <sdl.web@gmail.com>
5173         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
5175 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
5177         * autorevert.el (auto-revert-notify-add-watch)
5178         (auto-revert-notify-handler): Add `attrib' for the inotify case,
5179         it indicates changes in file modification time.
5181 2013-05-22  Glenn Morris  <rgm@gnu.org>
5183         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5184         Always delete the autoloaded function from the noruntime and
5185         unresolved functions lists.
5187         * allout.el: No need to load epa, epg, overlay when compiling.
5188         (epg-context-set-passphrase-callback, epg-list-keys)
5189         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
5190         (epg-key-user-id-list): Declare.
5192         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5193         (viper-set-parsing-style-toggling-macro)
5194         (viper-set-emacs-state-searchstyle-macros):
5195         Use called-interactively-p on Emacs.
5196         (viper-looking-back): Make it an obsolete alias.  Update callers.
5197         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
5198         Use looking-back rather than viper-looking-back.
5199         (viper-tmp-insert-at-eob, viper-enlarge-region)
5200         (viper-read-string-with-history, viper-register-to-point)
5201         (viper-append-to-register, viper-change-state-to-vi)
5202         (viper-backward-char-carefully, viper-forward-char-carefully)
5203         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
5204         (viper-change-state-to-emacs): Declare.
5205         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
5206         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
5207         * emulation/viper-mous.el: Do not load viper-cmd.
5208         (viper-backward-char-carefully, viper-forward-char-carefully)
5209         (viper-forward-word, viper-adjust-window): Declare.
5211         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
5213         * progmodes/idlw-help.el (idlwave-help-fontify):
5214         Use called-interactively-p.
5216         * term/w32console.el (w32-get-console-codepage)
5217         (w32-get-console-output-codepage): Declare.
5219         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
5220         Remove unnecessary declarations.
5221         (dframe-message): Doc fix.
5223         * info.el (dframe-select-attached-frame, dframe-current-frame):
5224         Declare.
5226         * speedbar.el (speedbar-message): Make it an obsolete alias.
5227         Update all callers.
5228         (speedbar-with-attached-buffer)
5229         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
5230         (speedbar-with-writable): Use backquote.
5231         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
5232         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5233         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
5234         rather than speedbar- aliases.
5235         * mail/rmail.el: Load dframe rather than speedbar when compiling.
5236         (speedbar-make-specialized-keymap, speedbar-insert-button)
5237         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
5238         (speedbar-do-function-pointer): Declare.
5239         (rmail-speedbar-button, rmail-speedbar-find-file)
5240         (rmail-speedbar-move-message):
5241         Use dframe-with-attached-buffer rather than speedbar- alias.
5242         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
5243         (dframe-message, speedbar-make-specialized-keymap)
5244         (speedbar-add-expansion-list, speedbar-mode-functions-list)
5245         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
5246         (speedbar-insert-button, dframe-select-attached-frame)
5247         (dframe-maybee-jump-to-attached-frame)
5248         (speedbar-change-initial-expansion-list)
5249         (speedbar-previously-used-expansion-list-name): Declare.
5250         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
5251         Use dframe-message, dframe-with-attached-buffer rather than
5252         speedbar- aliases.
5253         (gud-sentinel): Silence compiler.
5254         * progmodes/vhdl-mode.el (speedbar-refresh)
5255         (speedbar-do-function-pointer, speedbar-add-supported-extension)
5256         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
5257         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
5258         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
5259         (speedbar-file-lists, speedbar-make-tag-line)
5260         (speedbar-line-directory, speedbar-goto-this-file)
5261         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
5262         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
5263         (speedbar-make-button, speedbar-reset-scanners)
5264         (speedbar-files-item-info, speedbar-line-text)
5265         (speedbar-find-file-in-frame, speedbar-set-timer)
5266         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
5267         (speedbar-with-writable): Do not (re)define it.
5268         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
5269         rather than speedbar- alias.
5271 2013-05-21  Leo Liu  <sdl.web@gmail.com>
5273         * progmodes/octave.el (octave-mode-menu): Update and re-organize
5274         menu items.
5275         (octave-mode): Tweak fill-nobreak-predicate.
5276         (inferior-octave-startup): Check process to avoid infinite loop.
5277         (inferior-octave): Pop to buffer first to show abornmal process
5278         exit information.
5280 2013-05-21  Glenn Morris  <rgm@gnu.org>
5282         * printing.el (pr-menu-bar): Define when compiling.
5284 2013-05-21  Leo Liu  <sdl.web@gmail.com>
5286         * progmodes/octave.el (octave-auto-fill): Remove.
5287         (octave-indent-new-comment-line): Improve.
5288         (octave-mode): Use auto fill mode through
5289         comment-line-break-function and fill-nobreak-predicate.
5290         (octave-goto-function-definition): Support DEFUN_DLD.
5291         (octave-beginning-of-defun): Small tweak.
5292         (octave-help): Show parent directory.
5294 2013-05-21  Glenn Morris  <rgm@gnu.org>
5296         * files.el (dired-unmark):
5297         * progmodes/gud.el (gdb-input): Update declarations.
5299         * calculator.el (electric, ehelp): No need to load when compiling.
5300         (Electric-command-loop, electric-describe-mode): Declare.
5302         * doc-view.el (doc-view-current-converter-processes): Move before use.
5304         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5305         Move MODE-set-explicitly definition before use.
5307         * international/mule-diag.el (mule-diag):
5308         Don't use obsolete window-system-version.
5310         * mail/feedmail.el (smtpmail): No need to load when compiling.
5311         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
5313         * mail/mail-utils.el (rfc822): No need to load when compiling.
5314         (rfc822-addresses): Autoload it.
5315         (mail-strip-quoted-names): Trivial simplification.
5317         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
5318         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
5320         * net/snmp-mode.el (tempo): Don't duplicate requires.
5322         * progmodes/prolog.el (info): No need to load when compiling.
5323         (comint): Require before shell requires it.
5324         (Info-goto-node): Autoload it.
5325         (Info-follow-nearest-node): Declare.
5326         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
5328         * textmodes/artist.el (picture-mode-exit): Declare.
5330         * textmodes/reftex-parse.el (reftex-parse-from-file):
5331         Trivial rewrite so the compiler can parse it better.
5333 2013-05-20  Leo Liu  <sdl.web@gmail.com>
5335         * progmodes/octave.el (octave-help-mode-map)
5336         (octave-help-mode-finish-hook): New variables.
5337         (octave-help-mode, octave-help-mode-finish): New functions.
5338         (octave-help): Use octave-help-mode.
5340 2013-05-20  Glenn Morris  <rgm@gnu.org>
5342         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
5344 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
5346         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
5347         start at point, so that expansion starting right after opening
5348         slash in a regexp is recognized.
5349         (ruby-syntax-before-regexp-re): New defvar, extracted from
5350         ruby-syntax-propertize-function.  Since the value of this regexp
5351         is looked up at runtime now, we should be able to turn
5352         `ruby-syntax-methods-before-regexp' into a defcustom later.
5353         (ruby-syntax-propertize-function): Split regexp matching into two
5354         parts, for opening and closing slashes.  That allows us to skip
5355         over string interpolations and support multiline regexps.
5356         Don't call `ruby-syntax-propertize-expansions', instead use another rule
5357         for them, which calls `ruby-syntax-propertize-expansion'.
5358         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
5359         call to `ruby-syntax-propertize-function'.
5360         (ruby-syntax-propertize-expansion): Extracted from
5361         `ruby-syntax-propertize-expansions'.  Handles one expansion.
5362         (ruby-syntax-propertize-percent-literal): Leave point right after
5363         the percent symbol, so that the expression expansion rule can
5364         propertize the contents.
5365         (ruby-syntax-propertize-heredoc): Leave point at bol following the
5366         heredoc openers.
5367         (ruby-syntax-propertize-expansions): Remove.
5369 2013-05-18  Juri Linkov  <juri@jurta.org>
5371         * man.el (Man-default-man-entry): Remove `-' from the end
5372         of the default value.  (Bug#14400)
5374 2013-05-18  Glenn Morris  <rgm@gnu.org>
5376         * comint.el (comint-password-prompt-regexp):
5377         Allow "password for XXX" where XXX contains colons (eg https://...).
5379 2013-05-18  Leo Liu  <sdl.web@gmail.com>
5381         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
5382         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
5383         (octave-source-directories): Don't check process.
5384         (octave-source-directories, octave-find-definition): Doc fix.
5386 2013-05-18  Glenn Morris  <rgm@gnu.org>
5388         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5389         Remove backspace/delete bindings.  (Bug#14392)
5391         * cus-dep.el (custom-make-dependencies): Sort the output.
5392         (custom-versions-load-alist): Convert comment to doc.
5394 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5396         * newcomment.el (comment-search-backward): Stricter in finding
5397         comment start.  (Bug#14303)
5399         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
5400         (octave-comment-start-skip): Properly anchored.
5402 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5404         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
5405         Clean up when turned off.  (Bug#14395)
5406         (smie--highlight-matching-block-overlay): No longer buffer-local.
5407         (smie-highlight-matching-block): Adjust.
5409 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
5411         Doc string fix for "nanoseconds" (Bug#14406).
5412         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
5413         Fix doc string typo that had "nanoseconds" instead of "microseconds".
5415 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
5417         * calc/calc-units.el (math-extract-units): Preserve powers
5418         of units.
5420 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5422         * subr.el (delete-consecutive-dups): New function.
5423         * ido.el (ido-set-matches-1): Use it.
5424         * progmodes/octave.el (inferior-octave-completion-table): Use it.
5425         * ido.el (ido-remove-consecutive-dups): Remove.
5427 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5429         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5430         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
5431         regexp-opt's `words'.
5433 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5435         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
5436         (smie--highlight-matching-block-overlay)
5437         (smie--highlight-matching-block-lastpos)
5438         (smie--highlight-matching-block-timer): New variables.
5439         (smie-highlight-matching-block): New function.
5440         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
5441         (smie-setup): Conditionally enable smie-blink-matching-open.
5443 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
5445         Sync with upstream verilog-mode r840.
5446         * progmodes/verilog-mode.el (verilog-mode-version)
5447         (verilog-mode-release-date): Update.
5448         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
5449         (verilog-sig-tieoff): Fix string error on
5450         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
5451         (verilog-read-decls): Fix parameters confusing
5452         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
5454 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
5456         * subr.el (reveal-filename): New function.
5458         * loadup.el: Compute Emacs executable versions on MS-Windows,
5459         where executables have the .exe extension.  Add a hard link
5460         emacs-XX.YY.ZZ.exe on MS-Windows.
5462         * Makefile.in (XARGS_LIMIT): New variable.
5463         (custom-deps, finder-data, autoloads)
5464         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5465         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5466         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
5467         (compile-main): Limit xargs according to $(XARGS_LIMIT).
5469 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5471         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
5472         (octave-mode-menu, octave-mode-map): Remove its uses.
5474 2013-05-16  Reto Zimmermann  <reto@gnu.org>
5476         Sync with upstream vhdl mode v3.34.2.
5477         * progmodes/vhdl-mode.el: Use `push' throughout.
5478         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
5479         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
5480         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
5481         (vhdl-actual-generic-name): New option to derive actual generic name.
5482         (vhdl-port-paste-signals): Replace formal by actual generics.
5483         (vhdl-beautify): New name for old group vhdl-align.  Update users.
5484         (vhdl-beautify-options): New option.
5485         (vhdl-last-input-event): New compat alias.  Use throughout.
5486         (vhdl-goto-line): Replace user level function `goto-line'.
5487         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
5488         vhdl-fix-statement-buffer.
5489         (vhdl-create-mode-menu): Add some entries.
5490         (vhdl-align-region-groups): Respect vhdl-beautify-options.
5491         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
5492         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
5493         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
5494         to force statements on one line.
5495         (vhdl-remove-trailing-spaces-region):
5496         New, split from vhdl-remove-trailing-spaces.
5497         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
5498         Respect vhdl-beautify-options.
5499         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
5500         (vhdl-update-sensitivity-list): Not add with index if exists without.
5501         Not include array index with signal.  Ignore keywords in comments.
5502         (vhdl-get-visible-signals): Regexp tweaks.
5503         (vhdl-template-component-inst): Handle empty library.
5504         (vhdl-template-type): Add template for 'enum' type.
5505         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
5506         Use vhdl-replace-string.
5507         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
5508         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
5509         (vhdl-speedbar-initialize): Update for above name change.
5510         (vhdl-compose-wire-components): Fix in handling of constants.
5511         (vhdl-error-regexp-emacs-alist): New variable.
5512         (vhdl-error-regexp-add-emacs): New function;
5513         adds support for new compile.el (Emacs 22+)
5514         (vhdl-generate-makefile-1): Change target order for single lib. units.
5515         Allow use of absolute file names.
5517 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5519         * simple.el (prog-indent-sexp): Indent enclosing defun.
5521 2013-05-15  Glenn Morris  <rgm@gnu.org>
5523         * cus-start.el (show-trailing-whitespace): Move to editing basics.
5524         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
5525         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
5526         (whitespace-highlight): Move to whitespace group.
5528         * comint.el (comint-source):
5529         * pcmpl-linux.el (pcmpl-linux):
5530         * shell.el (shell-faces):
5531         * eshell/esh-opt.el (eshell-opt):
5532         * international/ccl.el (ccl): Remove empty custom groups.
5534         * completion.el (dynamic-completion-mode):
5535         * jit-lock.el (jit-lock-debug-mode):
5536         * minibuffer.el (completion-in-region-mode):
5537         * type-break.el (type-break-mode-line-message-mode)
5538         (type-break-query-mode):
5539         * emulation/tpu-edt.el (tpu-edt-mode):
5540         * progmodes/subword.el (global-subword-mode, global-superword-mode):
5541         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5542         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
5544         * term/xterm.el (xterm): Change parent group to terminals.
5546         * master.el (master): Remove empty custom group.
5547         (master-mode): Remove unused :group argument.
5548         * textmodes/refill.el (refill): Remove empty custom group.
5549         (refill-mode): Remove unused :group argument.
5551         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
5553         * cus-dep.el: Provide a feature.
5554         (custom-make-dependencies): Ignore dotfiles (dir-locals).
5555         Don't mistakenly ignore files whose basenames match a basename
5556         from preloaded-file-list (eg cedet/ede/simple.el).
5557         Add a fallback method for getting :group.
5559 2013-05-15  Juri Linkov  <juri@jurta.org>
5561         * isearch.el (isearch-char-by-name): Rename from
5562         `isearch-insert-char-by-name'.  Doc fix.
5563         (isearch-forward): Mention `isearch-char-by-name' in
5564         the docstring.  (Bug#13348)
5566         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
5567         `exit-minibuffer' instead of
5568         `isearch-nonincremental-exit-minibuffer'.
5569         (isearch-edit-string): Remove mention of
5570         `isearch-nonincremental-exit-minibuffer' from docstring.
5571         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
5572         (isearch-forward-exit-minibuffer)
5573         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
5575 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5577         * loadup.el: Just use unversioned DOC.
5579         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
5580         literals as extending to EOB.
5581         (nxml-last-fontify-end): Remove unused variable.
5582         (nxml-after-change1): Use with-silent-modifications.
5583         (nxml-extend-after-change-region): Simplify.
5584         (nxml-extend-after-change-region1): Remove function.
5585         (nxml-after-change1): Don't adjust for dependent regions.
5586         (nxml-fontify-matcher): Simplify.
5587         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
5588         (xmltok-add-dependent): Remove function.
5589         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
5590         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
5591         (xmltok-scan-prolog-after-processing-instruction-open): Treat
5592         unclosed <[[, <?, comment, and other literals as extending to EOB.
5593         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
5594         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
5595         Remove functions.
5596         (rng-do-some-validation-1): Don't mark dependent regions.
5597         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
5598         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
5599         (nxml-clear-dependent-regions): Remove functions.
5600         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
5601         (nxml-ensure-scan-up-to-date):
5602         Don't clear&mark dependent regions.
5604 2013-05-15  Leo Liu  <sdl.web@gmail.com>
5606         * progmodes/octave.el (octave-goto-function-definition):
5607         Improve and fix callers.
5609 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5611         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
5612         the setter (bug#14387).
5614         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
5615         surrounding group (bug#14402).
5617 2013-05-14  Juri Linkov  <juri@jurta.org>
5619         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
5620         (Bug#14390)
5622 2013-05-14  Glenn Morris  <rgm@gnu.org>
5624         * progmodes/f90.el (f90-imenu-generic-expression):
5625         Fix typo in 2013-05-08 change.  (Bug#14402)
5627 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5629         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
5630         Remove signals for which replies are never received.
5632 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5634         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
5635         (gdb-handler-alist, gdb-handler-number): Remove variables.
5636         (gdb-handler-list): New variable.
5637         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
5638         (gdb-pending-handler-p, gdb-handle-reply)
5639         (gdb-remove-all-pending-triggers): New functions.
5640         (gdb-discard-unordered-replies): New defcustom.
5641         (gdb-handler): New defstruct.
5642         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
5643         instead of gdb-pending-triggers.  Update docstring.
5644         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
5645         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
5646         (gdb-var-update-handler, def-gdb-auto-update-trigger)
5647         (def-gdb-auto-update-handler, gdb-get-changed-registers)
5648         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
5649         (gdb-frame-handler): Pending triggers are now automatically managed.
5650         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
5651         Remove argument.
5652         (gdb-input): Automatically handles pending triggers.  Update docstring.
5653         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
5654         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
5655         Update comments.
5656         (gdb-done-or-error): Now use gdb-handle-reply.
5658 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5660         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
5661         gdb-debug-log.
5663 2013-05-14  Glenn Morris  <rgm@gnu.org>
5665         * subr.el (user-emacs-directory-warning): New option.
5666         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
5668 2013-05-14  Leo Liu  <sdl.web@gmail.com>
5670         * progmodes/octave.el (octave-font-lock-keywords): Fix error
5671         during redisplay.
5672         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
5673         (octave-font-lock-texinfo-comment): Fix invalid search bound
5674         error: wrong side of point.
5676 2013-05-14  Glenn Morris  <rgm@gnu.org>
5678         * progmodes/flymake.el (flymake-xml-program): New option.
5679         (flymake-xml-init): Use it.
5681         * term/xterm.el: Provide a feature.
5683         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
5685 2013-05-13  Glenn Morris  <rgm@gnu.org>
5687         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
5688         Add compat aliases as a hack workaround.  (Bug#14384)
5690 2013-05-13  Leo Liu  <sdl.web@gmail.com>
5692         * progmodes/octave.el (octave-indent-comment): Fix indentation for
5693         ###, and %!.
5694         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
5695         C-M-q.
5696         (octave-comment-start-skip): Include %!.
5697         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
5699 2013-05-12  Leo Liu  <sdl.web@gmail.com>
5701         * progmodes/octave.el (inferior-octave-startup): Store the value
5702         of __octave_srcdir__ for octave-source-directories.
5703         (inferior-octave-check-process): New function refactored out of
5704         inferior-octave-send-list-and-digest.
5705         (octave-source-directories)
5706         (octave-find-definition-filename-function): New variables.
5707         (octave-source-directories)
5708         (octave-find-definition-default-filename): New functions.
5709         (octave-find-definition): Improve to find functions implemented in C++.
5711 2013-05-12  Glenn Morris  <rgm@gnu.org>
5713         * calendar/diary-lib.el (diary-outlook-format-1):
5714         Don't include dayname in the output.  (Bug#14349)
5716 2013-05-11  Glenn Morris  <rgm@gnu.org>
5718         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
5720         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
5721         Treat cc-provide like provide.
5723 2013-05-11  Kevin Ryde  <user42@zip.com.au>
5725         * cus-dep.el (custom-make-dependencies):
5726         Use generated-autoload-load-name for the sake of files such
5727         such cedet/semantic/bovine/c.el, where the base file name
5728         is not in load-path.  (Bug#5277)
5730 2013-05-11  Glenn Morris  <rgm@gnu.org>
5732         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
5733         Provide features.
5735 2013-05-11  Leo Liu  <sdl.web@gmail.com>
5737         * progmodes/octave.el (octave-indent-comment): Improve.
5738         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5739         (octave-eldoc-function-signatures, octave-eldoc-function):
5740         New functions.
5741         (octave-mode, inferior-octave-mode): Add eldoc support.
5743 2013-05-11  Richard Stallman  <rms@gnu.org>
5745         * epa.el (epa-decrypt-file): Take output file name as argument
5746         and read it using `interactive'.
5748 2013-05-11  Leo Liu  <sdl.web@gmail.com>
5750         * progmodes/octave.el (octave-beginning-of-line)
5751         (octave-end-of-line): Check before using up-list because it jumps
5752         out of more syntactic contructs since moving to smie.
5753         (octave-indent-comment): New function.
5754         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
5755         (octave-begin-keywords, octave-end-keywords)
5756         (octave-reserved-words, octave-smie-bnf-table)
5757         (octave-smie-rules): Add new keywords from Octave 3.6.4.
5759 2013-05-11  Glenn Morris  <rgm@gnu.org>
5761         * faces.el (internal-face-x-get-resource):
5762         * frame.el (ns-display-monitor-attributes-list):
5763         * calc/calc-aent.el (math-to-radians-2):
5764         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
5765         Fix declarations.
5767         * calc/calc-menu.el: Make it loadable in isolation.
5769         * net/eudcb-bbdb.el: Make it loadable without bbdb.
5770         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
5771         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
5772         (eudc-bbdb-query-internal): Require 'bbdb.
5774         * lpr.el (lpr-headers-switches):
5775         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
5777         * progmodes/sql.el (sql-login-params): Fix and improve :type.
5779         * emulation/edt-mapper.el: In batch mode, error rather than hang.
5781         * term.el (term-set-escape-char): Make it idempotent.
5783 2013-05-10  Leo Liu  <sdl.web@gmail.com>
5785         * progmodes/octave.el (inferior-octave-completion-table):
5786         No longer a function and all uses changed.  Use cache to speed up
5787         completion due to bug#11906.
5788         (octave-beginning-of-defun): Re-write to be more general.
5790 2013-05-10  Glenn Morris  <rgm@gnu.org>
5792         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
5794 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         * comint.el (comint-redirect-send-command-to-process): Use :around
5797         rather than :override for comint-redirect-filter.
5798         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
5799         Call it instead of comint-redirect-original-filter-function (which
5800         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
5802 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
5804         * frame.el (display-monitor-attributes-list): Add NS case.
5805         (ns-display-monitor-attributes-list): Declare.
5807 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
5809         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
5811 2013-05-09  Glenn Morris  <rgm@gnu.org>
5813         * international/fontset.el (vertical-centering-font-regexp):
5814         Set standard-value.
5816         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
5818         * bookmark.el (bookmark-search-delay):
5819         * cus-start.el (vertical-centering-font-regexp):
5820         * ps-mule.el (ps-mule-font-info-database-default):
5821         * ps-print.el (ps-default-fg, ps-default-bg):
5822         * type-break.el (type-break-good-break-interval):
5823         * whitespace.el (whitespace-indentation-regexp)
5824         (whitespace-space-after-tab-regexp):
5825         * emacs-lisp/testcover.el (testcover-1value-functions)
5826         (testcover-noreturn-functions, testcover-progn-functions)
5827         (testcover-prog1-functions):
5828         * emulation/viper-init.el (viper-emacs-state-cursor-color):
5829         * eshell/em-glob.el (eshell-glob-translate-alist):
5830         * play/tetris.el (tetris-tty-colors):
5831         * progmodes/cpp.el (cpp-face-default-list):
5832         * progmodes/flymake.el (flymake-allowed-file-name-masks):
5833         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
5834         (idlwave-help-browser-generic-args):
5835         * progmodes/make-mode.el (makefile-special-targets-list):
5836         * progmodes/python.el (python-shell-virtualenv-path):
5837         * progmodes/verilog-mode.el (verilog-active-low-regexp)
5838         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
5839         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
5840         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
5841         * textmodes/reftex-vars.el (reftex-format-label-function):
5842         * textmodes/remember.el (remember-diary-file): Fix custom types.
5844         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
5845         Add :version.
5847 2013-05-09  Leo Liu  <sdl.web@gmail.com>
5849         * progmodes/octave.el (inferior-octave-completion-at-point):
5850         Restore file completion.  (Bug#14300)
5851         (inferior-octave-startup): Fix incorrect highlighting for the
5852         first prompt.
5854 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5856         * progmodes/ruby-mode.el: First cut at SMIE support.
5857         (ruby-use-smie): New var.
5858         (ruby-smie-grammar): New constant.
5859         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
5860         (ruby-smie--forward-token, ruby-smie--backward-token)
5861         (ruby-smie-rules): New functions.
5862         (ruby-mode-variables): Setup SMIE if applicable.
5864 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
5866         * simple.el (line-move-visual): Signal beginning/end of buffer
5867         only if vertical-motion moved less than it was requested.  Avoids
5868         silly incorrect error messages when there are display strings with
5869         multiple newlines at EOL.
5871 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5873         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
5874         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
5875         (prolog-char-quote-workaround):
5876         * progmodes/cperl-mode.el (cperl-under-as-char):
5877         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
5878         Mark as obsolete.
5879         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
5880         their declaration.
5881         (vhdl-mode-syntax-table-init): Remove.
5883         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
5884         last change.
5886         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
5887         syntax for "_".
5888         (ld-script-font-lock-keywords):
5889         Change regexps to use things like \_< and \_>.
5891         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
5892         Change all regexps to use things like \_< and \_>.
5894         * progmodes/autoconf.el (autoconf-definition-regexp)
5895         (autoconf-font-lock-keywords, autoconf-current-defun-function):
5896         Handle a _ with symbol syntax.
5897         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
5899         * progmodes/ada-mode.el (ada-mode-abbrev-table):
5900         Consolidate declaration.
5901         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
5902         the declaration.
5903         (ada-create-syntax-table): Remove.
5904         (ada-capitalize-word): Don't mess with the syntax of "_" since it
5905         already has the right syntax nowadays.
5906         (ada-goto-next-word): Don't change the syntax of "_".
5908         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
5909         with-wrapper-hook.
5911 2013-05-08  Sam Steingold  <sds@gnu.org>
5913         * thingatpt.el (thing-at-point): Accept optional second argument
5914         NO-PROPERTIES to strip the text properties from the return value.
5915         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
5916         to `thing-at-point' instead of stripping the properties ourselves.
5917         Also, when `thing-at-point' fails to find a url, prepend "http://"
5918         to the filename at point on the assumption that the user is
5919         pointing at something like gnu.org/gnu.
5921 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
5923         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
5924         * faces.el (crm-separator):
5925         Silence byte-compiler.
5927         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
5928         (tool-bar-map): Remove unneeded defvars.
5930 2013-05-08  Leo Liu  <sdl.web@gmail.com>
5932         Re-work a fix for bug#10994 based on Le Wang's patch.
5933         * ido.el (ido-remove-consecutive-dups): New helper.
5934         (ido-completing-read): Use it.
5935         (ido-chop): Revert fix for bug#10994.
5937 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
5939         * cus-edit.el (custom-save-variables):
5940         Pretty-print long values.  (Bug#14187)
5942 2013-05-08  Glenn Morris  <rgm@gnu.org>
5944         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
5945         (m4-mode-syntax-table): Init in the defvar.
5946         (m4-mode-abbrev-table): Let define-derived-mode define it.
5948 2013-05-08  Tom Tromey  <tromey@redhat.com>
5950         * progmodes/m4-mode.el (m4-mode-syntax-table):
5951         Do not treat "_" as word constituent.  (Bug#14167)
5953 2013-05-07  Glenn Morris  <rgm@gnu.org>
5955         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
5956         Remove explicit eshell-isearch-cancel-map.
5958         * progmodes/f90.el (f90-smart-end-names): New option.
5959         (f90-smart-end): Doc fix.
5960         (f90-end-block-optional-name): New constant.
5961         (f90-block-match): Respect f90-smart-end-names.
5963 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5965         * progmodes/octave.el (octave-smie-forward-token): Be more careful
5966         about implicit semi-colons (bug#14218).
5968 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5970         * frame.el (display-monitor-attributes-list)
5971         (frame-monitor-attributes): New functions.
5973 2013-05-06  Leo Liu  <sdl.web@gmail.com>
5975         * progmodes/octave.el (octave-syntax-propertize-function): Change
5976         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
5977         (octave-font-lock-keywords): Use octave-operator-regexp.
5978         (octave-completion-at-point): Rename from
5979         octave-completion-at-point-function.
5980         (inferior-octave-directory-tracker): Robustify.
5981         (octave-text-functions): Remove and fix its uses.  No such things
5982         any more.
5984 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5986         * emacs-lisp/trace.el (trace--display-buffer): New function.
5987         (trace-make-advice): Use it.
5989 2013-05-06  Juri Linkov  <juri@jurta.org>
5991         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
5992         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
5993         Doc fix.
5994         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
5995         in the help string.  (Bug#12985)
5997 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5999         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
6001 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6003         * progmodes/perl-mode.el: Add support for here documents.
6004         (perl-syntax-propertize-function): Match here-doc markers.
6005         (perl-syntax-propertize-special-constructs): Find their end.
6006         (perl-imenu-generic-expression): Use [:alnum:].
6008         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
6009         (advice--add-function): Refresh the advice if already present
6010         (bug#14317).
6012 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
6014         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
6016 2013-05-06  Glenn Morris  <rgm@gnu.org>
6018         * w32-fns.el (w32-charset-info-alist): Declare.
6020         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
6021         of its defcustom properties.
6022         (eshell-cmpl-initialize): No need to load pcomplete.
6024         * generic-x.el: No need to require comint when compiling.
6026         * net/eudc-export.el: Make it loadable without bbdb.
6027         (top-level): Use require rather than load-library.
6028         (eudc-create-bbdb-record, eudc-bbdbify-phone)
6029         (eudc-batch-export-records-to-bbdb)
6030         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
6031         Require bbdb.
6033 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6035         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
6036         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
6037         some tweaks, instead.
6039 2013-05-05  Leo Liu  <sdl.web@gmail.com>
6041         * progmodes/octave.el (octave-font-lock-keywords)
6042         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
6043         (inferior-octave-send-list-and-digest): Improve error message.
6044         (octave-mode, inferior-octave-mode): Use setq-local.
6045         (octave-help): Set info-lookup-mode.
6047 2013-05-05  Richard Stallman  <rms@gnu.org>
6049         * vc/compare-w.el (compare-windows-whitespace):
6050         Treat no-break space as whitespace.
6052         * mail/rmailsum.el (rmail-summary-rmail-update):
6053         Detect empty summary and don't change selected message.
6054         (rmail-summary-goto-msg): Likewise.
6056         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
6057         Doc fixes, rename args.
6059 2013-05-05  Alan Mackenzie  <acm@muc.de>
6061         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
6063 2013-05-05  Juri Linkov  <juri@jurta.org>
6065         * info.el (Info-read-subfile): Use (point-min) instead of (point)
6066         to not add the length of the summary segment to the return value.
6067         (Bug#14125)
6069 2013-05-05  Leo Liu  <sdl.web@gmail.com>
6071         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
6072         (inferior-octave-output-filter): Remove.
6073         (octave-send-region, inferior-octave-startup): Fix callers.
6074         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
6075         (octave-binary-file-extensions): New user variable.
6076         (octave-find-definition): Confirm if opening binary files.
6077         (octave-help-file): Use octave-find-definition to get the binary
6078         confirmation.
6079         (octave-help): Adjust for octave-help-file change.
6081 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6083         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
6084         Merge the two entries that handle function definitions.
6085         (pascal--syntax-propertize): New const.
6086         (pascal-mode): Use it.  Use setq-local.
6088 2013-05-04  Glenn Morris  <rgm@gnu.org>
6090         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
6091         (diary-from-outlook): Respect diary-from-outlook-function.
6093 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6095         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
6096         Move the declaration from C.
6097         (read-minibuffer, eval-minibuffer): Move from C.
6098         (completion-setup-function): Avoid minibuffer-completion-contents.
6100 2013-05-03  Leo Liu  <sdl.web@gmail.com>
6102         * progmodes/octave.el (octave-font-lock-keywords): Do not
6103         dehighlight 'end' in comments or strings.
6104         (octave-completing-read, octave-goto-function-definition):
6105         New helpers.
6106         (octave-help-buffer): New user variable.
6107         (octave-help-file, octave-help-function): New button types.
6108         (octave-help): New command and bind it to C-h ;.
6109         (octave-find-definition): New command and bind it to M-.
6110         (user-error): Alias to error if not defined.
6112 2013-05-02  Leo Liu  <sdl.web@gmail.com>
6114         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
6115         for \.  (bug#14332)
6116         (octave-font-lock-keywords): Include [ and {.
6118 2013-05-02  Leo Liu  <sdl.web@gmail.com>
6120         * progmodes/octave.el (inferior-octave-startup-file): Change default.
6121         (inferior-octave): Remove calling comint-mode and return the buffer.
6122         (inferior-octave-startup): Cosmetic changes.
6124 2013-05-02  Leo Liu  <sdl.web@gmail.com>
6126         * progmodes/octave.el (octave-syntax-propertize-function):
6127         Include the case when ' is at line beginning.  (Bug#14336)
6129 2013-05-02  Glenn Morris  <rgm@gnu.org>
6131         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
6132         * desktop.el (vc-dir-mode): Just autoload it here.
6134 2013-05-02  Alan Mackenzie  <acm@muc.de>
6136         Eliminate variable c-standard-font-lock-fontify-region-function.
6137         * progmodes/cc-mode.el
6138         (c-standard-font-lock-fontify-region-function): Remove.
6139         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
6141 2013-05-01  Leo Liu  <sdl.web@gmail.com>
6143         * progmodes/octave.el: Compatible with older emacs-24 releases.
6144         (inferior-octave-has-built-in-variables): Remove.  Built-in
6145         variables were removed from Octave in 2007.
6146         (inferior-octave-startup): Fix uses.
6147         (comint-line-beginning-position): Remove compatibility code for
6148         emacs 21.
6150 2013-05-01  Juri Linkov  <juri@jurta.org>
6152         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
6154 2013-05-01  Juri Linkov  <juri@jurta.org>
6156         * comint.el (comint-previous-matching-input): Don't print message
6157         "History item: %d" when `isearch-mode' is active.
6158         (comint-history-isearch-message): Print message "History item: %d"
6159         when `comint-input-ring-index' is not empty and this function is
6160         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
6162 2013-05-01  Leo Liu  <sdl.web@gmail.com>
6164         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
6165         definitions.  Use completion-at-point to insert keywords.
6166         (octave-abbrev-start): Remove.
6167         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
6169 2013-04-30  Leo Liu  <sdl.web@gmail.com>
6171         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
6172         change.
6174 2013-04-30  Alan Mackenzie  <acm@muc.de>
6176         Handle arbitrarily long C++ member initialisation lists.
6177         * progmodes/cc-engine.el (c-back-over-member-initializers):
6178         new function.
6179         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
6180         (most) member init lists.
6182 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6184         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
6185         variable.
6187 2013-04-30  Leo Liu  <sdl.web@gmail.com>
6189         * progmodes/octave.el (octave-variables): Remove.  No builtin
6190         variables any more.  All converted to functions.
6191         (octave-font-lock-keywords, octave-completion-at-point-function):
6192         Fix uses.
6193         (octave-font-lock-texinfo-comment): New user variable.
6194         (octave-texinfo-font-lock-keywords): New variable for texinfo
6195         comment block.
6196         (octave-function-comment-block): New face.
6197         (octave-font-lock-texinfo-comment): New function.
6198         (octave-mode): Font lock texinfo comment block.
6200 2013-04-29  Leo Liu  <sdl.web@gmail.com>
6202         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
6203         indexing expression.
6204         (octave-continuation-string): Do not use \.
6205         (inferior-octave-complete-impossible): Remove.
6206         (inferior-octave-completion-table)
6207         (inferior-octave-completion-at-point): Remove its uses.
6208         (inferior-octave-startup): completion_matches was introduced to
6209         Octave in 1996 so safe to assume it.
6210         (octave-function-file-comment): Improve to follow how Octave does it.
6211         (octave-update-function-file-comment): Tweak.
6213 2013-04-29  Leo Liu  <sdl.web@gmail.com>
6215         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
6216         (inferior-octave-startup): Remove inferior-octave-startup-hook.
6217         (octave-function-file-comment): Fix typo.
6218         (octave-sync-function-file-names): Use read-char-choice.
6220 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
6222         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
6223         to t for the less important warnings.
6225 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6227         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
6229 2013-04-27  Glenn Morris  <rgm@gnu.org>
6231         * vc/log-view.el (log-view-current-entry):
6232         Treat "---" separator lines as part of the following rev.  (Bug#14169)
6234 2013-04-27  Juri Linkov  <juri@jurta.org>
6236         * subr.el (read-number): Doc fix about using it by interactive
6237         code letter `n'.  (Bug#14254)
6239 2013-04-27  Juri Linkov  <juri@jurta.org>
6241         * desktop.el (desktop-auto-save-timeout): New option.
6242         (desktop-file-checksum): New variable.
6243         (desktop-save): Add optional arg `auto-save' and don't auto-save
6244         if nothing changed.
6245         (desktop-auto-save-timer): New variable.
6246         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
6247         (after-init-hook): Call `desktop-auto-save-set-timer'.
6248         Suggested by Reuben Thomas <rrt@sc3d.org> in
6249         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
6251 2013-04-27  Leo Liu  <sdl.web@gmail.com>
6253         * progmodes/octave.el (octave-function-file-p)
6254         (octave-skip-comment-forward, octave-function-file-comment)
6255         (octave-update-function-file-comment): New functions.
6256         (octave-mode-map): Bind C-c ; to
6257         octave-update-function-file-comment.
6258         (octave-mode-menu): Add octave-update-function-file-comment.
6259         (octave-mode, inferior-octave-mode): Fix doc-string.
6260         (octave-insert-defun): Conform to Octave's coding convention.
6261         (Bug#14285)
6263         * files.el (basic-save-buffer): Don't let errors in
6264         before-save-hook prevent saving buffer.
6266 2013-04-20  Roland Winkler  <winkler@gnu.org>
6268         * faces.el (read-face-name): Use completing-read if arg multiple
6269         is nil.
6271 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
6273         * ls-lisp.el (ls-lisp-insert-directory): If no files are
6274         displayed, move point to after the totals line.
6275         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
6276         for the details.
6278 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6280         * emacs-lisp/package.el (package-autoload-ensure-default-file):
6281         Add current dir to the load-path.
6282         (package-generate-autoloads): Don't rely on
6283         autoload-ensure-default-file.
6285 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
6287         * textmodes/remember.el (remember-store-in-files): Document that
6288         the file name format is passed to `format-time-string'.
6290 2013-04-26  Leo Liu  <sdl.web@gmail.com>
6292         * progmodes/octave.el (octave-sync-function-file-names): New function.
6293         (octave-mode): Use it in before-save-hook.
6295 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6297         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
6298         (bug#14274).
6300         * progmodes/octave.el (octave-smie-forward-token): Properly skip
6301         \n and comment, even if it's not an implicit ; (bug#14218).
6303 2013-04-26  Glenn Morris  <rgm@gnu.org>
6305         * subr.el (read-number): Once more use `read' rather than
6306         `string-to-number', to trap non-numeric input.  (Bug#14254)
6308 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
6310         * emacs-lisp/syntax.el (syntax-propertize-multiline):
6311         Use `syntax-multiline' text property consistently instead of
6312         `font-lock-multiline'.  (Bug#14237)
6314 2013-04-26  Glenn Morris  <rgm@gnu.org>
6316         * emacs-lisp/shadow.el (list-load-path-shadows):
6317         No longer necessary to check for duplicate simple.el, since
6318         2012-07-07 change to init_lread to not include installation lisp
6319         directories in load-path when running uninstalled.  (Bug#14270)
6321 2013-04-26  Leo Liu  <sdl.web@gmail.com>
6323         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
6324         (octave-mode, inferior-octave-mode): Use setq-local.
6325         (octave-not-in-string-or-comment-p): Rename to
6326         octave-in-string-or-comment-p.
6327         (octave-in-comment-p, octave-in-string-p)
6328         (octave-in-string-or-comment-p): Replace defsubst with defun.
6330 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6332         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
6334 2013-04-25  Bastien Guerry  <bzg@gnu.org>
6336         * textmodes/remember.el (remember-data-directory)
6337         (remember-directory-file-name-format): Fix custom types.
6339 2013-04-25  Leo Liu  <sdl.web@gmail.com>
6341         * progmodes/octave.el (octave-completion-at-point-function):
6342         Make use of inferior octave process.
6343         (octave-initialize-completions): Remove.
6344         (inferior-octave-completion-table): New function.
6345         (inferior-octave-completion-at-point): Use it.
6346         (octave-completion-alist): Remove.
6348 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6350         * progmodes/opascal.el: Use font-lock and syntax-propertize.
6351         (opascal-mode-syntax-table): New var.
6352         (opascal-literal-kind, opascal-is-literal-end)
6353         (opascal-literal-token-at): Rewrite.
6354         (opascal--literal-start-re, opascal-font-lock-keywords)
6355         (opascal--syntax-propertize): New constants.
6356         (opascal-font-lock-defaults): Adjust.
6357         (opascal-mode): Use them.  Set comment-<foo> variables as well.
6358         (delphi-comment-face, opascal-comment-face, delphi-string-face)
6359         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
6360         (delphi-other-face, opascal-other-face): Remove face variables.
6361         (opascal-save-state): Remove macro.
6362         (opascal-fontifying-progress-step): Remove constant.
6363         (opascal--ignore-changes): Remove var.
6364         (opascal-set-token-property, opascal-parse-next-literal)
6365         (opascal-is-stable-literal, opascal-complete-literal)
6366         (opascal-is-literal-start, opascal-face-of)
6367         (opascal-parse-region, opascal-parse-region-until-stable)
6368         (opascal-fontify-region, opascal-after-change)
6369         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
6370         (opascal-debug-parse-region, opascal-debug-parse-window)
6371         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
6372         (opascal-debug-fontify-buffer): Remove.
6373         (opascal-debug-mode-map): Adjust accordingly.
6375 2013-04-25  Leo Liu  <sdl.web@gmail.com>
6377         Merge octave-mod.el and octave-inf.el into octave.el with some
6378         cleanups.
6379         * progmodes/octave.el: New file renamed from octave-mod.el.
6380         * progmodes/octave-inf.el: Merged into octave.el.
6381         * progmodes/octave-mod.el: Renamed to octave.el.
6383 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
6385         * textmodes/reftex-vars.el
6386         (reftex-label-ignored-macros-and-environments): New defcustom.
6388         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
6390 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6392         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
6393         (smie-indent-keyword): Improve the check to ensure that the next
6394         comment is really on the same line.
6395         (smie-indent-comment): Don't align with a subsequent closer (or eob).
6397         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
6398         semi-colons if the line is not otherwise empty (bug#14218).
6400 2013-04-25  Glenn Morris  <rgm@gnu.org>
6402         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
6404 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * progmodes/opascal.el (opascal-set-token-property): Rename from
6407         opascal-set-text-properties and only set `token' (bug#14134).
6408         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
6409         (opascal-literal-text-properties): Remove.
6410         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
6411         Adjust callers.
6413 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
6415         * textmodes/remember.el (remember-handler-functions): Add an
6416         option for a new handler `remember-store-in-files'.
6417         (remember-data-directory, remember-directory-file-name-format):
6418         New options.
6419         (remember-store-in-files): New function to store remember notes
6420         as separate files within a directory.
6422 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
6424         * progmodes/compile.el (compilation-next-error-function):
6425         Pass "formats" to compilation-find-file (bug#11777).
6427 2013-04-24  Glenn Morris  <rgm@gnu.org>
6429         * vc/vc-bzr.el (vc-bzr-print-log):
6430         * vc/vc-hg.el (vc-hg-print-log):
6431         * vc/vc-svn.el (vc-svn-print-log):
6432         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
6434         * vc/vc-bzr.el (vc-bzr-print-log):
6435         * vc/vc-cvs.el (vc-cvs-print-log):
6436         * vc/vc-git.el (vc-git-print-log):
6437         * vc/vc-hg.el (vc-hg-print-log):
6438         * vc/vc-mtn.el (vc-mtn-print-log):
6439         * vc/vc-rcs.el (vc-rcs-print-log):
6440         * vc/vc-sccs.el (vc-sccs-print-log):
6441         * vc/vc-svn.el (vc-svn-print-log):
6442         * vc/vc.el (vc-print-log-internal): Doc fixes.
6444 2013-04-23  Glenn Morris  <rgm@gnu.org>
6446         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
6447         Remove venerable code attempting to avoid substitute-command-keys.
6449 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
6451         * textmodes/reftex-vars.el (reftex-label-regexps):
6452         Call `reftex-compile-variables' after changes to this variable.
6454 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6456         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
6457         Use lexical-binding.
6458         (jit-lock-force-redisplay): Use markers, check buffer's continued
6459         existence and beware narrowed buffers.
6460         (jit-lock-fontify-now): Adjust call accordingly.
6462 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6464         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
6465         to avoid misleading the user.
6467 2013-04-22  Leo Liu  <sdl.web@gmail.com>
6469         * info-look.el: Prefer latex2e.info.  (Bug#14240)
6471 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
6473         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
6475         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
6476         * net/tramp.el (tramp-call-process): ... here.
6477         (tramp-set-completion-function, tramp-parse-putty):
6478         * net/tramp-adb.el (tramp-adb-execute-adb-command):
6479         * net/tramp-gvfs.el (tramp-gvfs-send-command):
6480         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6481         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
6482         (tramp-call-local-coding-command): Use `tramp-call-process'
6483         instead of `tramp-compat-call-process'.
6485         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
6486         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
6487         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
6488         (tramp-find-inline-compress): Improve traces.
6489         (tramp-maybe-send-script): Check for Perl binary.
6490         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
6492 2013-04-22  Daiki Ueno  <ueno@gnu.org>
6494         * epg.el (epg-context-pinentry-mode): New function.
6495         (epg-context-set-pinentry-mode): New function.
6496         (epg--start): Pass --pinentry-mode option to gpg command.
6498 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
6500         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
6501         `comint-dynamic-complete' is obsolete since 24.1, replaced by
6502         `completion-at-point'.  (Bug#13774)
6504         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
6505         default key binding for `describe-distribution' has been moved to
6506         `C-h C-o'.  (Bug#13970)
6508 2013-04-21  Glenn Morris  <rgm@gnu.org>
6510         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
6511         Add doc strings.
6512         (vc-print-log): Clarify interactive prompt.
6514 2013-04-20  Glenn Morris  <rgm@gnu.org>
6516         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6517         No longer include timestamp etc information.
6519 2013-04-20  Roland Winkler  <winkler@gnu.org>
6521         * faces.el (read-face-name): Bug fix, return just one face if arg
6522         multiple is nil.  (Bug#14209)
6524 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6526         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
6527         (remove-function): Autoload.
6529         * comint.el (comint-redirect-original-filter-function): Remove.
6530         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
6531         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
6532         (vc-cvs-annotate-command):
6533         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
6534         * progmodes/prolog.el (prolog-consult-compile):
6535         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
6536         Use add/remove-function instead.
6537         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
6538         (gud-tooltip-process-output, gud-tooltip-tips):
6539         Use add/remove-function instead.
6540         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
6541         (scheme-interaction-mode, exit-scheme-interaction-mode):
6542         Use add/remove-function instead.
6544         * vc/vc-dispatcher.el: Use lexical-binding.
6545         (vc--process-sentinel): Rename from vc-process-sentinel.
6546         Change last arg to be the code to run.  Don't use vc-previous-sentinel
6547         and vc-sentinel-commands any more.
6548         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
6549         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
6551 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
6553         * progmodes/sh-script.el (sh-imenu-generic-expression):
6554         Handle function names with a single character.   (Bug#14111)
6556 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
6558         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
6559         for subroutines defined in an eval (bug#14182).
6561 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6563         * bookmark.el (bookmark-completing-read): Improve handling of empty
6564         string (bug#14176).
6566 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6568         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
6570 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6572         New faster Imenu implementation (bug#14058).
6573         * progmodes/python.el:
6574         (python-imenu-prev-index-position):
6575         (python-imenu-format-item-label-function)
6576         (python-imenu-format-parent-item-label-function)
6577         (python-imenu-format-parent-item-jump-label-function):
6578         New vars.
6579         (python-imenu-format-item-label)
6580         (python-imenu-format-parent-item-label)
6581         (python-imenu-format-parent-item-jump-label)
6582         (python-imenu--put-parent, python-imenu--build-tree)
6583         (python-imenu-create-index, python-imenu-create-flat-index)
6584         (python-util-popn): New functions.
6585         (python-mode): Set imenu-create-index-function to
6586         python-imenu-create-index.
6588 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6590         * winner.el (winner-active-region): Use region-active-p, activate-mark
6591         and deactivate-mark (bug#14225).
6593         * simple.el (deactivate-mark): Don't inline it.
6595 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
6597         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
6599 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
6601         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
6602         file extensions from the archive-mode entry in order to prefer
6603         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
6605 2013-04-18  Leo Liu  <sdl.web@gmail.com>
6607         * bindings.el (help-event-list): Add ?\?.
6609 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6611         * subr.el (with-wrapper-hook): Declare obsolete.
6612         * simple.el (filter-buffer-substring-function): New hook.
6613         (filter-buffer-substring): Use it.
6614         (filter-buffer-substring-functions): Mark obsolete.
6615         * minibuffer.el (completion-in-region-function): New hook.
6616         (completion-in-region): Use it.
6617         (completion-in-region-functions): Mark obsolete.
6618         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
6619         * abbrev.el (abbrev-expand-function): New hook.
6620         (expand-abbrev): Use it.
6621         (abbrev-expand-functions): Mark obsolete.
6622         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
6623         and :filter-return.
6625 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6627         * progmodes/python.el (python-nav--syntactically): Fix cornercases
6628         and do not care about match data.
6630 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6632         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
6633         completion tables when completing error conditions and
6634         `declare' arguments.
6635         (lisp-complete-symbol, field-complete): Mark as obsolete.
6636         (check-parens): Unmatched parens are user errors.
6637         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
6639 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
6641         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
6642         command changed buffer (ie. `flyspell-pre-buffer' is not current
6643         buffer), which prevents making decisions based on invalid value of
6644         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
6645         cause an error when `flyspell-pre-point' was nil after switching
6646         buffers.
6647         (flyspell-post-command-hook): No longer needs to change buffers when
6648         checking pre-word.  While at it remove unnecessary progn.
6650 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
6652         * textmodes/ispell.el (ispell-add-per-file-word-list):
6653         Fix `flyspell-correct-word-before-point' error when accepting
6654         words and `coment-padding' is an integer by using
6655         `comment-normalize-vars' (Bug #14214).
6657 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6659         New defun movement commands.
6660         * progmodes/python.el (python-nav--syntactically)
6661         (python-nav--forward-defun, python-nav-backward-defun)
6662         (python-nav-forward-defun): New functions.
6664 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6666         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
6667         (python-syntax-context): Use named compiler-macro for backwards
6668         compatibility with Emacs 24.x.
6670 2013-04-17  Leo Liu  <sdl.web@gmail.com>
6672         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
6673         octave-hide-process-buffer.
6675 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
6678         (bug#14216).
6680 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
6682         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
6683         Fix adjustment of offset when receiving incomplete responses from GDB
6684         (bug#14129).
6686 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6688         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
6689         python-mode-abbrev-table.
6690         (python-skeleton-define): Adjust accordingly.
6691         (python-mode-abbrev-table): New table that inherits from it so that
6692         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
6694         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
6695         (abbrev-symbol): Use it.
6696         (abbrev--before-point): Use it since we already handle inheritance.
6698 2013-04-16  Leo Liu  <sdl.web@gmail.com>
6700         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
6701         binding to info-lookup-symbol.
6703 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
6705         * minibuffer.el (completion--twq-all):
6706         * term/ns-win.el (ns-initialize-window-system):
6707         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
6709 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6711         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
6712         global bindings.
6714         * doc-view.el (doc-view-start-process): Handle url-handler directories.
6716 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
6718         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
6719         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
6720         to nil.
6721         (ruby-end-of-defun): Remove the unused arg, change the docstring
6722         to reflect that this function is only used as the value of
6723         `end-of-defun-function'.
6724         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
6725         to reflect an earlier change that beginning/end-of-defun functions
6726         jump between methods in a class definition, as well as top-level
6727         functions.
6729 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6731         * minibuffer.el (minibuffer-complete): Don't just scroll
6732         a *Completions* that's been iconified.
6733         (minibuffer-force-complete): Make sure repetitions do cycle when going
6734         through completion-in-region -> minibuffer-complete.
6736 2013-04-15  Alan Mackenzie  <acm@muc.de>
6738         Correct the placement of c-cpp-delimiters when there're #s not at
6739         col 0.
6741         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
6742         place a submatch around the #.
6743         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
6744         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
6745         on the #, not BOL.
6747 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6749         * emacs-lisp/nadvice.el: Properly test names when adding advice.
6750         (advice--member-p): New arg `name'.
6751         (advice--add-function, advice-member-p): Use it (bug#14202).
6753 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
6755         Reformulate java imenu-generic-expression.
6756         The old expression contained ill formed regexps.
6758         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
6759         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
6760         (cc-imenu-java-method-arg-regexp): New defconsts.
6761         (cc-imenu-java-build-type-args-regex): New defun.
6762         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
6763         handling of spaces in the regexp.
6765 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
6767         * textmodes/ispell.el (ispell-command-loop): Remove
6768         flyspell highlight of a word when ispell accepts it (bug #14178).
6770 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
6772         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
6773         uses code from the previous `ange-ftp-run-real-handler'.
6774         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
6775         only in case that function exist.  This is needed for proper
6776         unloading of Tramp.
6778 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
6780         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
6782         * textmodes/reftex.el (reftex-compile-variables): Use it.
6784 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6786         * files.el (normal-mode): Only use default major-mode if no other mode
6787         was specified.
6789         * emacs-lisp/trace.el (trace-values): New function.
6791         * files.el: Allow : in local variables (bug#14089).
6792         (hack-local-variable-regexp): New var.
6793         (hack-local-variables-prop-line, hack-local-variables): Use it.
6795 2013-04-13  Roland Winkler  <winkler@gnu.org>
6797         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
6798         data before it gets modified by bibtex-beginning-of-entry.
6800 2013-04-13  Roland Winkler  <winkler@gnu.org>
6802         * textmodes/bibtex.el (bibtex-url): Doc fix.
6804 2013-04-13  Roland Winkler  <winkler@gnu.org>
6806         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
6807         does not visit a BibTeX file, exclude it from the list of buffers
6808         returned by bibtex-initialize.
6810 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
6812         * window.el (split-window): Remove interactive form, since as a
6813         command this function is a special case of split-window-below.
6814         Correct doc string.
6816 2013-04-12  Roland Winkler  <winkler@gnu.org>
6818         * faces.el (read-face-name): Do not override value of arg default.
6819         Allow single faces and strings as default values.  Remove those
6820         elements from return value that are not faces.
6821         (describe-face): Simplify.
6822         (face-at-point): New optional args thing and multiple so that this
6823         function can provide the same functionality previously provided by
6824         read-face-name.
6825         (make-face-bold, make-face-unbold, make-face-italic)
6826         (make-face-unitalic, make-face-bold-italic, invert-face)
6827         (modify-face, read-face-and-attribute): Use face-at-point.
6829         * cus-edit.el (customize-face, customize-face-other-window)
6830         * cus-theme.el (custom-theme-add-face)
6831         * face-remap.el (buffer-face-set)
6832         * facemenu.el (facemenu-set-face): Use face-at-point.
6834 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
6836         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
6838 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
6840         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
6841         off leading { and trailing } from field values.
6843 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6845         * emacs-lisp/timer.el (timer--check): New function.
6846         (timer--time, timer-set-function, timer-event-handler): Use it.
6847         (timer-set-idle-time): Simplify.
6848         (timer--activate): CSE.
6849         (timer-event-handler): Give more info in error message.
6850         (internal-timer-start-idle): New function, moved from C.
6852         * mpc.el (mpc-proc): Add `restart' argument.
6853         (mpc-proc-cmd): Use it.
6854         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
6855         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
6856         less often.
6858 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
6860         * progmodes/sh-script.el: Implement `sh-mode' own
6861         `add-log-current-defun-function' (bug#14112).
6862         (sh-current-defun-name): New function.
6863         (sh-mode): Use the function.
6865 2013-04-09  Bastien Guerry  <bzg@gnu.org>
6867         * simple.el (choose-completion-string): Fix docstring (bug#14163).
6869 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
6873         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
6874         timer (bug#14156).
6876 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
6878         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
6879         declaration.
6881 2013-04-07  Leo Liu  <sdl.web@gmail.com>
6883         * pcmpl-x.el: New file.
6885 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
6887         Do not set x-display-name until X connection is established.
6888         This is needed to prevent from weird situation described at
6889         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
6890         * frame.el (make-frame): Set x-display-name after call to
6891         window system initialization function, not before.
6892         * term/x-win.el (x-initialize-window-system): Add optional
6893         display argument and use it.
6894         * term/w32-win.el (w32-initialize-window-system):
6895         * term/ns-win.el (ns-initialize-window-system):
6896         * term/pc-win.el (msdos-initialize-window-system):
6897         Add compatible optional display argument.
6899 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
6901         * files.el (normal-backup-enable-predicate): On MS-Windows and
6902         MS-DOS compare truenames of temporary-file-directory and of the
6903         file, so that 8+3 aliases (usually found in $TEMP on Windows)
6904         don't fail comparison by compare-strings.  Also, compare file
6905         names case-insensitively on MS-Windows and MS-DOS.
6907 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6909         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
6910         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
6912 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
6914         * whitespace.el (whitespace-color-on, whitespace-color-off):
6915         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
6917 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
6919         * ispell.el (ispell-set-spellchecker-params):
6920         Really set `ispell-args' for all equivs.
6922 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6924         * ido.el (ido-completions): Use extra elements of ido-decorations
6925         (bug#14143).
6926         (ido-decorations): Update docstring.
6928 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
6930         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6931         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
6932         nil during initialization, in order not to miss changes since the
6933         file was opened.  (Bug#14140)
6935 2013-04-05  Leo Liu  <sdl.web@gmail.com>
6937         * kmacro.el (kmacro-call-macro): Fix bug#14135.
6939 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
6941         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
6943 2013-04-04  Glenn Morris  <rgm@gnu.org>
6945         * electric.el (electric-pair-inhibit-predicate): Add :version.
6947 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
6950         when a package is required several times (bug#14082).
6952 2013-04-04  Roland Winkler  <winkler@gnu.org>
6954         * faces.el (read-face-name): Behave as promised by the docstring.
6955         Assume that arg default is a list of faces.
6956         (describe-face): Call read-face-name with list of default faces.
6958 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6960         * bookmark.el: Fix deletion of bookmarks (bug#13972).
6961         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
6962         (bookmark-bmenu-execute-deletions): Only skip first line if it's
6963         the header.
6964         (bookmark-exit-hook-internal): Save even if list is empty.
6966 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
6968         * emacs-lisp/package.el (package-pinned-packages): New var.
6969         (package--add-to-archive-contents): Obey it (bug#14118).
6971 2013-04-03  Alan Mackenzie  <acm@muc.de>
6973         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
6974         Also adapt to the new values of element 7 of a parse state.
6976         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
6977         parameter `not-in-delimiter'.  Handle being inside comment opener.
6978         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
6979         character in case we're typing a '*' after a '/'.
6980         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
6981         instead by passing the parameter to c-state-pp-to-literal.
6983         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
6984         for elt. 7 of a parse state.
6986 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
6988         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
6989         * international/latin1-disp.el, international/mule-util.el:
6990         * language/cyril-util.el, language/european.el, language/ind-util.el:
6991         * language/lao-util.el, language/thai.el, language/tibet-util.el:
6992         * language/tibetan.el, language/viet-util.el:
6993         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
6995 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6997         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
6998         (electric-pair-post-self-insert-function): Use it.
6999         (electric-pair-default-inhibit): New function, extracted from
7000         electric-pair-post-self-insert-function.
7002 2013-03-31  Roland Winkler  <winkler@gnu.org>
7004         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
7006 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7008         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
7010 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
7012         Un-indent after "pass" and "return" statements (Bug#13888)
7013         * progmodes/python.el (python-indent-block-enders): New var.
7014         (python-indent-calculate-indentation): Use it.
7016 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
7018         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
7019         defun.  Defining it as defalias could introduce too eager
7020         byte-compiler optimization.  (Bug#14030)
7022 2013-03-30  Chong Yidong  <cyd@gnu.org>
7024         * iswitchb.el (iswitchb-read-buffer): Fix typo.
7026 2013-03-30  Leo Liu  <sdl.web@gmail.com>
7028         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
7029         (kmacro-execute-from-register): Pass the keyboard macro to
7030         kmacro-call-macro or repeating won't work correctly.
7032 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
7034         * progmodes/subword.el: Back to using `forward-symbol'.
7036         * subr.el (forward-whitespace, forward-symbol)
7037         (forward-same-syntax): Move from thingatpt.el.
7039 2013-03-29  Leo Liu  <sdl.web@gmail.com>
7041         * kmacro.el (kmacro-to-register): New command.
7042         (kmacro-execute-from-register): New function.
7043         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
7045 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7047         * mpc.el: Use defvar-local and setq-local.
7048         (mpc--proc-connect): Connection failures are not bugs.
7049         (mpc-mode-map): `follow-link' only applies to the buffer's content.
7050         (mpc-volume-map): Bind to the up-events.
7052 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7054         * progmodes/subword.el (superword-mode): Use `forward-sexp'
7055         instead of `forward-symbol'.
7057 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7059         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
7060         (edebug--recursive-edit): Use it.
7061         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
7062         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
7064 2013-03-28  Leo Liu  <sdl.web@gmail.com>
7066         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
7068 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
7070         * facemenu.el (list-colors-callback): New defvar.
7071         (list-colors-redisplay): New function.
7072         (list-colors-display): Install list-colors-redisplay as the
7073         revert-buffer-function.  (Bug#14063)
7075 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7077         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
7078         and suffixes don't overlap (bug#14061).
7080         * case-table.el: Use lexical-binding.
7081         (case-table-get-table): New function.
7082         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
7084 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7086         * progmodes/subword.el: Add `superword-mode' to do word motion
7087         over symbol_words (parallels and leverages `subword-mode' which
7088         does word motion inside MixedCaseWords).
7090 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
7092         * eshell/em-unix.el: Move su and sudo to...
7093         * eshell/em-tramp.el: ...Eshell tramp module.
7095 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7097         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
7098         Change return value to be a sexp.  Delay `get-buffer' to after
7099         restoring the desktop (bug#13951).
7101 2013-03-26  Leo Liu  <sdl.web@gmail.com>
7103         * register.el: Move semantic tag handling back to
7104         cedet/semantic/senator.el.  (Bug#14052)
7106 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7108         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
7109         into the prompt either (bug#13963).
7111 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7113         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
7114         part of "(error-foo)".
7116 2013-03-24  Juri Linkov  <juri@jurta.org>
7118         * replace.el (list-matching-lines-prefix-face): New defcustom.
7119         (occur-1): Pass `list-matching-lines-prefix-face' to the function
7120         `occur-engine' if `face-differs-from-default-p' returns t.
7121         (occur-engine): Add `,' inside backquote construct to evaluate
7122         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
7123         Pass `prefix-face' to the functions `occur-context-lines' and
7124         `occur-engine-add-prefix'.
7125         (occur-engine-add-prefix, occur-context-lines): Add optional arg
7126         `prefix-face' and propertize the prefix with `prefix-face'.
7127         (Bug#14017)
7129 2013-03-24  Leo Liu  <sdl.web@gmail.com>
7131         * nxml/rng-valid.el (rng-validate-while-idle)
7132         (rng-validate-quick-while-idle): Guard against deleted buffer.
7133         (Bug#13999)
7135         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
7136         is the last entry in kill-buffer-hook.
7138         * files.el (kill-buffer-hook): Doc fix.
7140 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
7142         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
7143         Make it safe-local.
7145         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
7147 2013-03-23  Leo Liu  <sdl.web@gmail.com>
7149         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
7150         Remove.
7152         * nxml/rng-valid.el (rng-validate-mode)
7153         (rng-after-change-function, rng-do-some-validation):
7154         * nxml/rng-maint.el (rng-validate-buffer):
7155         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
7156         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
7157         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
7158         (nxml-extend-after-change-region): Use with-silent-modifications.
7160         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
7161         timer-idle-list.
7163         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
7164         (rng-next-error-1, rng-previous-error-1): Do not let-bind
7165         timer-idle-list.  (Bug#13999)
7167 2013-03-23  Juri Linkov  <juri@jurta.org>
7169         * info.el (info-index-match): New face.
7170         (Info-index, Info-apropos-matches): Add a nested subgroup to the
7171         main pattern and add text properties with the new face to matches
7172         in index entries relative to the beginning of the index entry.
7173         (Bug#14015)
7175 2013-03-21  Eric Ludlam  <zappo@gnu.org>
7177         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
7178         Inhibit read only while inserting objects.
7180 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7182         * progmodes/cfengine.el: Update docs to mention
7183         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
7184         symbol motion.  Remove "_" from the word syntax.
7186 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
7188         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
7189         syntax for both `cfengine2-mode' and `cfengine3-mode'.
7191 2013-03-20  Juri Linkov  <juri@jurta.org>
7193         * info.el (Info-next-reference-or-link)
7194         (Info-prev-reference-or-link): New functions.
7195         (Info-next-reference, Info-prev-reference): Use them.
7196         (Info-try-follow-nearest-node): Handle footnote navigation.
7197         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
7199 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7201         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
7202         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
7204 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
7206         Suppress unnecessary non-ASCII chatter during build process.
7207         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
7208         (batch-skkdic-convert): Suppress most of the chatter.
7209         It's not needed so much now that machines are faster,
7210         and its non-ASCII component was confusing; see Dmitry Gutov in
7211         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
7213 2013-03-20  Leo Liu  <sdl.web@gmail.com>
7215         * ido.el (ido-chop): Fix bug#10994.
7217 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
7219         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
7220         Remove vars.
7221         (whitespace-color-on, whitespace-color-off):
7222         Use `font-lock-fontify-buffer' (Bug#13817).
7224 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7226         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
7227         remapping in mode-line.
7228         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
7230 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
7232         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
7233         value for `whitespace-line' face (Bug#13875).
7234         (whitespace-font-lock-keywords): Change description.
7235         (whitespace-color-on): Don't save `font-lock-keywords' value, save
7236         the constructed keywords instead.
7237         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
7239 2013-03-19  Leo Liu  <sdl.web@gmail.com>
7241         * progmodes/compile.el (compilation-display-error): New command.
7242         (compilation-mode-map, compilation-minor-mode-map): Bind it to
7243         C-o.  (Bug#13992)
7245 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
7247         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
7249 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
7251         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
7253 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
7255         * net/tramp-compat.el (tramp-compat-user-error): New defun.
7257         * net/tramp-adb.el (tramp-adb-handle-shell-command):
7258         * net/tramp-gvfs.el (top):
7259         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
7260         (tramp-handle-shell-command): Use it.
7261         (tramp-dissect-file-name): Raise an error when hostname is a
7262         method name, and neither method nor user is specified.
7264         * net/trampver.el: Update release number.
7266 2013-03-18  Leo Liu  <sdl.web@gmail.com>
7268         Make sure eldoc can be turned off properly.
7269         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
7270         eldoc-mode.
7271         (eldoc-display-message-p): Revert last change.
7272         (eldoc-display-message-no-interference-p)
7273         (eldoc-print-current-symbol-info): Tweak.
7275 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
7277         * doc-view.el (doc-view-new-window-function): Check the new window
7278         overlay's display property instead the char property of the
7279         buffer's first char.  Use `with-selected-window' instead of
7280         `save-window-excursion' with `select-window'.
7281         (doc-view-document->bitmap): Check the current doc-view overlay's
7282         display property instead the char property of the buffer's first char.
7284 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
7286         Automate the build of ja-dic.el (Bug#13984).
7287         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
7288         from the input, rather than assume that it's been done for us by the
7289         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
7290         the current date into a ja-dic.el comment, as that complicates
7291         regression testing.
7293 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7295         * whitespace.el: Fix double evaluation.
7296         (whitespace-space, whitespace-hspace, whitespace-tab)
7297         (whitespace-newline, whitespace-trailing, whitespace-line)
7298         (whitespace-space-before-tab, whitespace-indentation)
7299         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
7300         obsolete defvars.
7301         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
7302         (whitespace-color-on): Use a single font-lock-add-keywords call.
7303         Fix double-evaluation of face variables.
7305 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
7307         * net/tramp-adb.el (tramp-adb-parse-device-names):
7308         Use `start-process' instead of `call-process'.  Otherwise, the
7309         function might be blocked under MS Windows.  (Bug#13299)
7311 2013-03-17  Leo Liu  <sdl.web@gmail.com>
7313         Extend eldoc to display info in the mode-line.  (Bug#13978)
7314         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
7315         (eldoc-mode-line-string): New variable.
7316         (eldoc-minibuffer-message): New function.
7317         (eldoc-message-function): New variable.
7318         (eldoc-message): Use it.
7319         (eldoc-display-message-p)
7320         (eldoc-display-message-no-interference-p):
7321         Support eldoc-post-insert-mode.
7323         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
7324         (eval-expression): Run it.
7326 2013-03-17  Roland Winkler  <winkler@gnu.org>
7328         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
7329         strings in the list of return values.
7331 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
7333         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
7334         radix before checking for HMS forms.
7336 2013-03-16  Leo Liu  <sdl.web@gmail.com>
7338         * progmodes/scheme.el: Add indentation and font-locking for λ.
7339         (Bug#13975)
7341 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7343         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
7344         token before point (bug#13942).
7346 2013-03-16  Leo Liu  <sdl.web@gmail.com>
7348         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
7350 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
7352         * startup.el (command-line-normalize-file-name): Fix handling of
7353         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
7354         <xfq.free@gmail.com> in
7355         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
7357 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
7359         Sync with Tramp 2.2.7.
7361         * net/trampver.el: Update release number.
7363 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
7365         * doc-view.el Fix bug#13887.
7366         (doc-view-insert-image): Don't modify overlay associated to
7367         non-live windows, and implement horizontal centering of image in
7368         case it's smaller than the window.
7369         (doc-view-new-window-function): Force redisplay of new windows on
7370         doc-view buffers.
7372 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
7374         * saveplace.el (save-place-alist-to-file): Don't sort
7375         `save-place-alist', just pretty-print it (bug#13882).
7377 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
7379         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7380         Check whether `default-file-name-coding-system' is bound.
7381         It isn't in XEmacs.
7383 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7385         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
7386         backquotes for `obsolete' (bug#13929).
7388         * international/mule.el (find-auto-coding): Include file name in
7389         obsolescence warning (bug#13922).
7391 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7393         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
7394         for CFEngine 3-specific indentation.
7395         (cfengine3-indent-line): Use it.  Fix up category regex.
7396         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
7398 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * type-break.el (type-break-file-name):
7401         * textmodes/remember.el (remember-data-file):
7402         * strokes.el (strokes-file):
7403         * shadowfile.el (shadow-initialize):
7404         * saveplace.el (save-place-file):
7405         * ps-bdf.el (bdf-cache-file):
7406         * progmodes/idlwave.el (idlwave-config-directory):
7407         * net/quickurl.el (quickurl-url-file):
7408         * international/kkc.el (kkc-init-file-name):
7409         * ido.el (ido-save-directory-list-file):
7410         * emulation/viper.el (viper-custom-file-name):
7411         * emulation/vip.el (vip-startup-file):
7412         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
7413         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
7415 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
7417         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
7418         * language/thai-word.el: Switch to UTF-8.
7420 See ChangeLog.16 for earlier changes.
7422 ;; Local Variables:
7423 ;; coding: utf-8
7424 ;; End:
7426   Copyright (C) 2011-2013 Free Software Foundation, Inc.
7428   This file is part of GNU Emacs.
7430   GNU Emacs is free software: you can redistribute it and/or modify
7431   it under the terms of the GNU General Public License as published by
7432   the Free Software Foundation, either version 3 of the License, or
7433   (at your option) any later version.
7435   GNU Emacs is distributed in the hope that it will be useful,
7436   but WITHOUT ANY WARRANTY; without even the implied warranty of
7437   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7438   GNU General Public License for more details.
7440   You should have received a copy of the GNU General Public License
7441   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.