* net/gnutls.el (gnutls-log-level): Declare.
[emacs.git] / lisp / ChangeLog
blob3de40545779b0b316df8614b337b00613d0ea197
1 2013-09-18  Glenn Morris  <rgm@gnu.org>
3         * net/eww.el (libxml-parse-html-region): Declare.
4         (eww-display-html): Explicit error if no libxml2 support.
6         * doc-view.el (doc-view-mode): Silence --without-x compilation.
8         * image.el (image-type-from-buffer, image-multi-frame-p):
9         Remove --without-x warning/error.
11         * mouse.el (mouse-yank-primary):
12         * term.el (term-mouse-paste):
13         Reorder to silence --without-x compilation.
15         * mpc.el (doc-view-mode): Silence --without-x compilation.
17         * mail/rmailmm.el (rmail-mime-set-bulk-data):
18         Silence --without-x compilation.
20         * wdired.el (dired-backup-overwrite): Remove declaration.
21         (wdired-mode-map): Add doc string.
23         * custom.el (x-get-resource): Declare.
25         * faces.el (x-display-list, x-open-connection, x-get-resource):
26         Declare.
28         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
29         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
30         Declare.
32         * frame.el (x-display-grayscale-p, x-display-name): Declare.
34         * net/gnutls.el (gnutls-log-level): Declare.
36         * simple.el (font-info): Declare.
38         * subr.el (x-popup-dialog): Declare.
40         * term/common-win.el (x-select-enable-primary)
41         (x-last-selected-text-primary, x-last-selected-text-clipboard):
42         Declare.
44         * term/ns-win.el (x-handle-args): Declare.
46         * term/x-win.el (x-select-enable-clipboard): Declare.
48         * term/w32-win.el (create-default-fontset): Declare.
50         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
51         Declare.
53         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
54         (fit-frame-to-buffer): Explicit error if --without-x.
55         (mouse-autoselect-window-select): Silence compiler.
57         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
59         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
60         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
61         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
62         * eshell/esh-util.el (eshell-sublist):
63         Remove unused local variables.
65         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
67         * textmodes/two-column.el: Make 2C-split work for --without-x.
68         (scroll-bar-columns): Autoload.
69         (top-level): Require fringe when compiling.
71 2013-09-18  Leo Liu  <sdl.web@gmail.com>
73         * subr.el (add-hook): Robustify to handle closure as well.
75 2013-09-17  Glenn Morris  <rgm@gnu.org>
77         * simple.el (messages-buffer-mode-map): Unbind "g".
79 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
81         * help-mode.el (help-mode-finish): Use derived-mode-p.
82         Remove obsolete highlighting.
84         * play/life.el (life-mode): Use define-derived-mode.  Derive from
85         special-mode.
86         (life): Let-bind inhibit-read-only.
87         (life-setup): Avoid `setq'.  Use `life-mode'.
89         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
90         which should not be needed any more.
91         (package-menu-refresh, package-menu-describe-package): Use user-error.
93         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
94         (eshell-post-rewrite-command-hook): Make obsolete.
95         (eshell-parse-command): Simplify.
96         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
97         (eshell--cmd): Declare.
98         (eshell-parse-pipeline): Remove unused var `final-p'.
99         Pass a dynvar to eshell-post-rewrite-command-hook.
100         Implement the new eshell-post-rewrite-command-function.
101         (eshell-invoke-directly): Remove unused arg `input'.
102         * eshell/esh-io.el (eshell-io-initialize):
103         Use eshell-post-rewrite-command-function (bug#15399).
104         (eshell--apply-redirections): Rename from eshell-apply-redirections;
105         adjust to new calling convention.
106         (eshell-create-handles): Rename args to avoid clashing with dynvar
107         `standard-output'.
109 2013-09-17  Glenn Morris  <rgm@gnu.org>
111         * simple.el (messages-buffer-mode): New major mode.
112         (messages-buffer): New function.
113         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
114         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
115         (ert-run-test): Use `messages-buffer' function.
116         (ert--force-message-log-buffer-truncation): Ignore read-only.
117         * help.el (view-echo-area-messages): Use `messages-buffer' function.
118         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
120 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
124         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
126 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * icomplete.el (icomplete-in-buffer): New var.
129         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
130         vars and replace them with functions.
131         (icomplete-minibuffer-setup): Adjust accordingly.
132         (icomplete--completion-table, icomplete--completion-predicate)
133         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
134         New functions.
135         (icomplete-forward-completions, icomplete-backward-completions)
136         (icomplete-simple-completing-p, icomplete-exhibit)
137         (icomplete-completions): Use them.
138         (icomplete--in-region-buffer): New var.
139         (icomplete--in-region-setup): New function.
140         (icomplete-mode): Use it.
142         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
143         (bug#15379).
144         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
145         return args and options.
146         (eshell-eval-using-options): Use the new return value of
147         eshell--do-opts to set the options's vars in their scope.
148         (eshell--set-option): Rename from eshell-set-option.
149         Add arg `opt-vals'.
150         (eshell--process-option): Rename from eshell-process-option.
151         Add arg `opt-vals'.
152         (eshell--process-args): Use an `opt-vals' alist to store the options's
153         values during their processing and return them additionally to the
154         remaining args.
156 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
158         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
159         continuation character an operator, as far as indentation is
160         concerned (Bug#15369).
162 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
164         * window.el (window--state-put-2): Don't process buffer state
165         when buffer doesn't exist any more (Bug#15382).
167 2013-09-15  Glenn Morris  <rgm@gnu.org>
169         * eshell/em-unix.el (eshell/rm):
170         Make -f ignore missing files.  (Bug#15373)
172         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
173         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
174         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
176 2013-09-14  Glenn Morris  <rgm@gnu.org>
178         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
180 2013-09-13  Glenn Morris  <rgm@gnu.org>
182         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
183         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
185 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
187         * frame.el (x-focus-frame): Mark as declared in frame.c.
189 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * ls-lisp.el: Use advice-add.
192         (original-insert-directory): Remove.
193         (ls-lisp--insert-directory): Rename from insert-directory; add
194         `orig-fun' argument.
195         (insert-directory): Advise.
197 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
199         * term.el (term-emulate-terminal): Decode the command string
200         before passing it to term-command-hook.  (Bug#15337)
202 2013-09-13  Glenn Morris  <rgm@gnu.org>
204         * eshell/esh-util.el (ange-cache): Move declaration earlier.
206         * eshell/esh-ext.el (eshell-search-path): Declare.
208         * eshell/em-prompt.el (eshell/pwd): Autoload it.
209         Otherwise an error occurs if eshell-dirs module not loaded.
211         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
213 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
215         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
216         `tramp-check-proper-host'.  Check for a valid method name.
218         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
219         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
220         * net/tramp-sh.el (tramp-maybe-open-connection):
221         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
223         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
224         also for hash values.
226 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * term/ns-win.el (parameters): Don't declare as dynamic.
229         (before-make-frame-hook): Don't add ineffective function.
231         * eshell/*.el: Use lexical-binding (bug#15231).
233 2013-09-12  Kenichi Handa  <handa@gnu.org>
235         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
237 2013-09-12  Glenn Morris  <rgm@gnu.org>
239         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
240         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
242         * subr.el (do-after-load-evaluation): Also give compiler warnings
243         when obsolete files are used (except by obsolete files).
245         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
246         in the status output, assume `filename' is the first.  (Bug#15322)
248         * vc/vc.el (vc-deduce-fileset): Doc fix.
250         * calc/calc-help.el (Info-goto-node):
251         * progmodes/cperl-mode.el (Info-find-node):
252         * vc/ediff.el (Info-goto-node): Update declarations.
254         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
256         * vc/vc-bzr.el (vc-compilation-mode): Declare.
257         (vc-bzr-pull): Require vc-dispatcher.
258         * vc/vc-git.el (vc-compilation-mode): Declare.
259         (vc-git-pull): Require vc-dispatcher.
261         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
263         * progmodes/octave.el (help-button-action): Declare.
265         * shell.el (shell-directory-tracker): Output error as a message
266         rather than just returning it as a string.
267         (shell-process-pushd): Remove useless use of message.
269         * dframe.el (dframe-timer-fn):
270         * files.el (dir-locals-read-from-file):
271         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
272         (mpc-format):
273         * reveal.el (reveal-post-command):
274         * saveplace.el (load-save-place-alist-from-file):
275         * shell.el (shell-resync-dirs):
276         * w32-common-fns.el (x-get-selection-value):
277         * emacs-lisp/copyright.el (copyright-find-copyright):
278         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
279         * emulation/tpu-edt.el (tpu-copy-keyfile):
280         * play/bubbles.el (bubbles--mark-neighbourhood):
281         * progmodes/executable.el
282         (executable-make-buffer-file-executable-if-script-p):
283         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
285 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
287         Cleanup Eshell to rely less on dynamic scoping.
288         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
289         last-value, and ext-command here.  Bind `args' closer to `body'.
290         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
291         (eshell--args): Declare new dynamic var.
292         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
293         last-value, and ext-command.  Pass `args' to `body'.
294         (eshell-process-args): Bind eshell--args.
295         (eshell-set-option): Use eshell--args.
296         * eshell/eshell.el (eshell): Use derived-mode-p.
297         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
298         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
299         (eshell-glob-function): Declare.
300         * eshell/esh-util.el: Require cl-lib.
301         (eshell-read-hosts-file): Avoid add-to-list.
302         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
303         `err'.
304         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
305         Declare.
306         (eshell/diff): Remove unused var `err'.
307         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
308         `killflag'.
309         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
310         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
311         first use.
312         * eshell/em-glob.el (eshell-glob-matches, message-shown):
313         Move declaration before first use.
314         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
315         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
316         rely on cl-return.
318 2013-09-12  Glenn Morris  <rgm@gnu.org>
320         * term/ns-win.el (global-map): Remove binding for ispell-next,
321         deleted 1999-05-29.  (Bug#15357)
323 2013-09-11  Glenn Morris  <rgm@gnu.org>
325         * echistory.el (electric-command-history): Remove call to deleted func.
327         * play/landmark.el (landmark-mode): Fix typos.
329         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
330         Check cvs-sort-ignore-file is bound.
332         * savehist.el: No need for cl when compiling on Emacs.
334 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
337         (bug#15338).
338         (eshell-self-insert-command, eshell-send-invisible):
339         Remove unused argument.
340         (eshell-handle-control-codes): Remove unused var `orig'.
341         Avoid delete-backward-char.
343         * files.el (set-auto-mode): Simplify a bit further.
345 2013-09-11  Glenn Morris  <rgm@gnu.org>
347         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
348         (set-auto-mode): Don't regexp-quote elements.
349         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
350         * progmodes/cc-mode.el (interpreter-mode-alist):
351         * progmodes/ruby-mode.el (interpreter-mode-alist):
352         Revert previous change.
354 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
356         * play/snake.el (snake-mode):
357         * play/mpuz.el (mpuz-mode):
358         * play/landmark.el (lm-mode):
359         * play/blackbox.el (blackbox-mode):
360         * play/5x5.el (5x5-mode):
361         * obsolete/options.el (Edit-options-mode):
362         * net/quickurl.el (quickurl-list-mode):
363         * net/newst-treeview.el (newsticker-treeview-mode):
364         * mail/rmailsum.el (rmail-summary-mode):
365         * mail/mspools.el (mspools-mode):
366         * locate.el (locate-mode):
367         * ibuffer.el (ibuffer-mode):
368         * emulation/ws-mode.el (wordstar-mode):
369         * emacs-lisp/debug.el (debugger-mode):
370         * array.el (array-mode):
371         * net/eudc.el (eudc-mode): Use define-derived-mode.
372         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
373         Move initialization into declaration.
374         (mairix-searches-mode): Use define-derived-mode.
375         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
376         (eudc-edit-hotlist): Use dolist.
377         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
378         (Man-mode): Use define-derived-mode.
379         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
380         (Info-edit-mode): Use define-derived-mode.
381         (Info-cease-edit): Use Info-mode.
382         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
383         into declaration.
384         (eshell-mode): Use define-derived-mode.
385         * chistory.el (command-history-mode-map): Rename from
386         command-history-map.
387         (command-history-mode): Use define-derived-mode.
388         (Command-history-setup): Remove function.
389         * calc/calc.el (calc-trail-mode-map): New var.
390         (calc-trail-mode): Use define-derived-mode.
391         (calc-trail-buffer): Set calc-main-buffer manually.
392         * bookmark.el (bookmark-insert-annotation): New function.
393         (bookmark-edit-annotation): Use it.
394         (bookmark-edit-annotation-mode): Make it a proper major mode.
395         (bookmark-send-edited-annotation): Use derived-mode-p.
396         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
397         closer to its ideal place.  Use \' to match EOS.
399         * profiler.el (profiler-calltree-find): Use function-equal.
401 2013-09-10  Glenn Morris  <rgm@gnu.org>
403         * files.el (interpreter-mode-alist): Convert to regexps.
404         (set-auto-mode): Adapt for this.  (Bug#15306)
405         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
406         Comment out unused variable.
407         * progmodes/cc-mode.el (interpreter-mode-alist):
408         * progmodes/python.el (interpreter-mode-alist):
409         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
410         * progmodes/sh-script.el (sh-set-shell):
411         No longer use interpreter-mode-alist to get list of shells.
413         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
415 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
417         * simple.el: Use set-temporary-overlay-map for universal-argument.
418         (universal-argument-map): Don't use default-bindings (bug#15317).
419         Bind switch-frame explicitly.  Replace universal-argument-minus with
420         a conditional binding.
421         (universal-argument-num-events, saved-overriding-map): Remove.
422         (restore-overriding-map): Remove.
423         (universal-argument--mode): Rename from save&set-overriding-map,
424         and rewrite.
425         (universal-argument, universal-argument-more, negative-argument)
426         (digit-argument): Adjust accordingly.
427         (universal-argument-minus): Remove.
428         (universal-argument-other-key): Remove.
430         * subr.el (with-demoted-errors): Add `format' argument.
432 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
434         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
435         `tramp-cleanup-connection'.
437         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
438         parameters KEEP-DEBUG and KEEP-PASSWORD.
440         * net/tramp.el (tramp-file-name-handler):
441         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
442         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
443         (tramp-maybe-open-connection):
444         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
445         Use `tramp-cleanup-connection'.
447         * net/tramp-sh.el (tramp-maybe-open-connection):
448         Catch 'uname-changed inside the progress reporter.
450 2013-09-10  Glenn Morris  <rgm@gnu.org>
452         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
454         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
455         returns "alternate access method" in mode (eg "-rw-r--r--.").
457 2013-09-08  Glenn Morris  <rgm@gnu.org>
459         * saveplace.el (load-save-place-alist-from-file):
460         Demote errors.  (Bug#15305)
462 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
464         Improve compatibility with older Emacsen, and XEmacs.
466         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
467         only if it is bound.  It isn't for XEmacs.
468         (with-tramp-progress-reporter): Do not let-bind `result'.
469         This yields to scoping errors in XEmacs.
470         (tramp-handle-make-auto-save-file-name): New function, moved from
471         tramp-sh.el.
473         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
474         for `make-auto-save-file-name'.
475         (tramp-adb--gnu-switches-to-ash):
476         Use `tramp-compat-replace-regexp-in-string'.
478         * net/tramp-cache.el (tramp-cache-print): Call
479         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
481         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
482         bound.  It isn't for XEmacs.
484         * net/tramp-compat.el (tramp-compat-copy-file):
485         Catch `wrong-number-of-arguments' error.
486         (tramp-compat-replace-regexp-in-string): New defun.
488         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
489         for `make-auto-save-file-name'.
490         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
491         `copy-file'.
492         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
493         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
494         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
496         * net/tramp-gw.el (tramp-gw-open-network-stream):
497         Use `tramp-compat-replace-regexp-in-string'.
499         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
500         Call `tramp-handle-make-auto-save-file-name'.
501         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
502         (tramp-sh-file-gvfs-monitor-dir-process-filter)
503         (tramp-sh-file-inotifywait-process-filter):
504         Use `tramp-compat-replace-regexp-in-string'.
505         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
507         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
508         for `make-auto-save-file-name'.
509         (tramp-smb-handle-copy-directory):
510         Call `tramp-compat-replace-regexp-in-string'.
511         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
512         (tramp-smb-handle-copy-file): Improve error message.
513         (tramp-smb-handle-rename-file): Rename directly only in case
514         `newname' does not exist yet.  This is a restriction of smbclient.
515         (tramp-smb-maybe-open-connection): Rerun the function only when
516         `auth-sources' is non-nil.
518 2013-09-08  Kenichi Handa  <handa@gnu.org>
520         * international/characters.el: Set category "^" (Combining) for
521         more characters.
523 2013-09-07  Alan Mackenzie  <acm@muc.de>
525         Correctly fontify Java class constructors.
526         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
527         in Java Mode.
528         (c-recognize-typeless-decls): Set the Java value to t.
529         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
530         While handling a "(", add a check for, effectively, Java, and handle a
531         "typeless" declaration there.
533 2013-09-07  Roland Winkler  <winkler@gnu.org>
535         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
536         field subtitle for entry type book.
538 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
540         * minibuffer.el: Make minibuffer-complete call completion-in-region
541         rather than other way around.
542         (completion--some, completion-pcm--find-all-completions):
543         Don't delay signals when debugging.
544         (minibuffer-completion-contents): Beware fields within the
545         minibuffer contents.
546         (completion-all-sorted-completions): Use defvar-local.
547         (completion--do-completion, completion--cache-all-sorted-completions)
548         (completion-all-sorted-completions, minibuffer-force-complete):
549         Add args `beg' and `end'.
550         (completion--in-region-1): New fun, extracted from minibuffer-complete.
551         (minibuffer-complete): Use completion-in-region.
552         (completion-complete-and-exit): New fun, extracted from
553         minibuffer-complete-and-exit.
554         (minibuffer-complete-and-exit): Use it.
555         (completion--complete-and-exit): Rename from
556         minibuffer--complete-and-exit.
557         (completion-in-region--single-word): New function, extracted from
558         minibuffer-complete-word.
559         (minibuffer-complete-word): Use it.
560         (display-completion-list): Make `common-substring' argument obsolete.
561         (completion--in-region): Call completion--in-region-1 instead of
562         minibuffer-complete.
563         (completion-help-at-point): Pass boundaries to
564         minibuffer-completion-help as args rather than via an overlay.
565         (completion-pcm--string->pattern): Use `any-delim'.
566         (completion-pcm--optimize-pattern): New function.
567         (completion-pcm--pattern->regex): Handle `any-delim'.
568         * icomplete.el (icomplete-forward-completions)
569         (icomplete-backward-completions, icomplete-completions):
570         Adjust calls to completion-all-sorted-completions and
571         completion--cache-all-sorted-completions.
572         (icomplete-with-completion-tables): Default to t.
573         * emacs-lisp/crm.el (crm--current-element): Rename from
574         crm--select-current-element.  Don't put an overlay but return the
575         boundaries instead.
576         (crm--completion-command): Take two new args to bind to the boundaries.
577         (crm-completion-help): Adjust accordingly.
578         (crm-complete): Use completion-in-region.
579         (crm-complete-word): Use completion-in-region--single-word.
580         (crm-complete-and-exit): Use completion-complete-and-exit.
582 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
584         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
585         than dynamically.
587 2013-09-06  Juri Linkov  <juri@jurta.org>
589         * info.el (Info-display-images-node): When image file doesn't exist
590         display text version of the image if it's provided in the Info file.
591         Otherwise, display the location of missing image from SRC attribute.
592         Add help-echo text property from ALT attribute.  (Bug#15279)
594 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
596         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
597         (edit-abbrevs-mode): Use define-derived-mode.
599         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
600         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
601         that it's defined.
602         (epa-key-list-mode, epa-key-mode, epa-info-mode):
603         Use define-derived-mode.
605         * epg.el (epg-start-encrypt): Minor CSE simplification.
607 2013-09-06  William Xu  <william.xwl@gmail.com>
609         * arc-mode.el: Add support for 7za (bug#15264).
610         (archive-7z-program): New var.
611         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
612         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
613         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
615 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
617         Remove URL syntax.
619         * net/tramp.el (tramp-syntax, tramp-prefix-format)
620         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
621         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
622         (tramp-postfix-host-format, tramp-file-name-regexp)
623         (tramp-completion-file-name-regexp)
624         (tramp-completion-dissect-file-name)
625         (tramp-handle-substitute-in-file-name): Remove 'url case.
626         (tramp-file-name-regexp-url)
627         (tramp-completion-file-name-regexp-url): Remove constants.
629 2013-09-06  Glenn Morris  <rgm@gnu.org>
631         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
633 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
635         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
636         keywords" below "here-doc beginnings" (Bug#15270).
638 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * subr.el (pop): Use `car-safe'.
641         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
642         to detect unused `pop' return value.
644         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
645         var `block-regexp'.
646         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
647         (python-fill-string): Remove unused var `marker'.
648         (python-skeleton-add-menu-items): Remove unused var `items'.
650         * international/mule-cmds.el: Require CL.
651         (find-coding-systems-for-charsets): Avoid add-to-list.
652         (sanitize-coding-system-list): New function, extracted from
653         select-safe-coding-system-interactively.
654         (select-safe-coding-system-interactively): Use it.
655         (read-input-method-name): Accept symbols for `default'.
657         * emacs-lisp/advice.el (defadvice): Add indent rule.
659 2013-09-05  Daniel Hackney  <dan@haxney.org>
661         * dired-x.el:
662         * net/ange-ftp.el:
663         * net/browse-url.el:
664         * net/dbus.el:
665         * net/eudc.el:
666         * net/eudcb-ldap.el:
667         * net/eww.el:
668         * net/imap.el:
669         * printing.el:
670         * vc/ediff-diff.el:
671         * vc/ediff-init.el:
672         * vc/ediff-merg.el:
673         * vc/ediff-mult.el:
674         * vc/ediff-util.el:
675         * vc/ediff-wind.el:
676         * vc/ediff.el:
677         * vc/emerge.el:
678         * vc/pcvs.el:
679         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
680         byte compiler.  Remove some unused let-bound variables.
682 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
684         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
685         a "ref-cell", since it gets better optimized (bug#14883).
687 2013-09-05  Glenn Morris  <rgm@gnu.org>
689         * progmodes/cc-awk.el (c-forward-sws): Declare.
691 2013-09-04  Glenn Morris  <rgm@gnu.org>
693         * generic-x.el [rul-generic-mode]: Require cc-mode.
694         (c++-mode-syntax-table): Declare.
695         (rul-generic-mode-syntax-table): Init in the defvar.
697 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
699         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
700         (vc-do-command, vc-set-async-update):
701         * vc/vc-mtn.el (vc-mtn-dir-status):
702         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
703         (vc-hg-pull, vc-hg-merge-branch):
704         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
705         (vc-git-merge-branch):
706         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
707         (vc-cvs-dir-status-files):
708         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
709         (vc-bzr-dir-status-files):
710         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
711         * vc/vc-annotate.el: Use lexical-binding.
712         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
713         (vc-sentinel-movepoint): Declare.
714         (vc-annotate): Don't use `goto-line'.
715         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
716         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
717         (vc-sentinel-movepoint): Declare.
718         * vc/vc-svn.el: Use lexical-binding.
719         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
720         * vc/vc-sccs.el:
721         * vc/vc-rcs.el: Use lexical-binding.
723         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
724         `deleted'.  Don't drop errors silently.
726         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
728 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
730         * vc/vc.el (vc-ignore): Rewrite.
731         (vc-default-ignore): New function.
732         (vc-default-ignore-completion-table): Use find-ignore-file.
734         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
735         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
736         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
737         Remove.  Most code moved to vc.el.
739 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
741         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
742         * net/tramp-smb.el (tramp-smb-get-file-entries):
743         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
744         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
746         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
747         Update call to it.
748         (eww-change-select): Remove unused var `properties'.
749         (eww-make-unique-file-name): Remove unused var `base'.
751         * finder.el (finder-compile-keywords): Don't mess with windows.
753         * calculator.el (calculator-funcall): Fix typo in last change.
755         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
757         * emacs-lisp/package.el (package-activate-1): Don't let a missing
758         <pkg>-autoloads.el file stop us.
760         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
761         warnings, and factor out common code.
763 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
765         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
766         two-character operators and whether the character preceding them
767         changes their meaning (Bug#15208).
769 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
771         Format code sent to Python shell for robustness.
772         * progmodes/python.el (python-shell-buffer-substring):
773         New function.
774         (python-shell-send-region, python-shell-send-buffer): Use it.
776 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
778         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
779         * net/tramp.el (tramp-user-error): ... here.
780         (tramp-find-method, tramp-check-proper-host)
781         (tramp-dissect-file-name, tramp-debug-message)
782         (tramp-handle-shell-command):
783         * net/tramp-adb.el (tramp-adb-handle-shell-command):
784         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
786         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
788 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
790         * avoid.el (mouse-avoidance-point-position)
791         (mouse-avoidance-too-close-p): Handle case where posn-at-point
792         returns nil.
794 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
796         * progmodes/python.el (python-shell-completion-get-completions):
797         Drop use of deleted `comint-last-prompt-overlay'.
798         (python-nav-if-name-main): New command.
800 2013-09-01  Glenn Morris  <rgm@gnu.org>
802         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
803         Avoid leading space in $wins.  Otherwise the sed command used by
804         eg compile-main ends up containing "/*.el".  (Bug#15170)
806         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
808 2013-08-30  Glenn Morris  <rgm@gnu.org>
810         * emacs-lisp/bytecomp.el (byte-recompile-directory):
811         Fix is-this-a-directory logic.  (Bug#15220)
813 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
815         * textmodes/css-mode.el: Use SMIE.
816         (css-smie-grammar): New var.
817         (css-smie--forward-token, css-smie--backward-token)
818         (css-smie-rules): New functions.
819         (css-mode): Use them.
820         (css-navigation-syntax-table): Remove var.
821         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
822         (css-indent-calculate, css-indent-line): Remove functions.
824         Misc changes to reduce use of `(lambda...); and other cleanups.
825         * cus-edit.el: Use lexical-binding.
826         (customize-push-and-save, customize-apropos)
827         (custom-buffer-create-internal): Use closures.
828         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
829         * progmodes/ada-xref.el: Use setq.
830         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
831         * dframe.el: Use lexical-binding.
832         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
833         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
834         * descr-text.el: Use lexical-binding.
835         (describe-text-widget, describe-text-sexp, describe-property-list):
836         Use closures.
837         * comint.el (comint-history-isearch-push-state): Use a closure.
838         * calculator.el: Use lexical-binding.
839         (calculator-number-to-string): Make it work with lexical-binding.
840         (calculator-funcall): Same and use cl-letf.
842         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
843         (lisp--company-doc-string, lisp--company-location): New functions.
844         (lisp-completion-at-point): Use them to improve Company support.
846         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
847         params of lambda expressions.
848         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
849         (ruby-smie--opening-pipe-p): New function.
850         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
851         symbols and matched |...| for formal params.
852         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
853         from being treated as hanging.  Handle "rescue".
855 2013-08-29  Glenn Morris  <rgm@gnu.org>
857         * progmodes/cc-engine.el (c-pull-open-brace):
858         Move definition before use.
860 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
862         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
863         are immutable.  Don't use `unsafe' any more.
864         (cl--defsubst-expand): Don't substitute at the same time as keeping
865         a residual unused let-binding.  Don't use `unsafe' any more.
867 2013-08-29  Glenn Morris  <rgm@gnu.org>
869         * calendar/cal-china.el (calendar-chinese-year-cache):
870         Recenter on 2015.
872         * nxml/nxml-util.el (nxml-debug-clear-inside):
873         Use cl-loop rather than loop.
875         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
877         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
879 2013-08-28  Glenn Morris  <rgm@gnu.org>
881         * progmodes/antlr-mode.el: No need to require cc-mode twice.
883         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
885         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
887 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
889         * simple.el (repeat-complex-command--called-interactively-skip):
890         New function.
891         (repeat-complex-command): Use it (bug#14136).
893         * progmodes/cc-mode.el: Minor cleanup of var declarations.
894         (c-define-abbrev-table): Add `doc' argument.
895         (c-mode-abbrev-table, c++-mode-abbrev-table)
896         (objc-mode-abbrev-table, java-mode-abbrev-table)
897         (idl-mode-abbrev-table, pike-mode-abbrev-table)
898         (awk-mode-abbrev-table): Use it.
899         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
900         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
901         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
902         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
903         Move initialization into the declaration; and remove any
904         autoload cookie.
906         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
907         and dynamic let binding.
909         * vc/smerge-mode.el: Remove redundant :group args.
911         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
912         to load-path.
914 2013-08-28  Juri Linkov  <juri@jurta.org>
916         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
917         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
918         (isearch-other-meta-char): Handle an undefined shifted printing
919         character by downshifting it.  (Bug#15200)
921 2013-08-28  Juri Linkov  <juri@jurta.org>
923         * isearch.el (isearch-search): Change regexp error message for
924         non-regexp searches.  (Bug#15166)
926 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
928         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
929         for portability to hosts where /bin/sh has problems.
931 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
933         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
935 2013-08-27  Juri Linkov  <juri@jurta.org>
937         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
938         in the keyboard macro.  (Bug#15126)
940 2013-08-27  Juri Linkov  <juri@jurta.org>
942         * isearch.el (isearch-quote-char): Comment out converting unibyte
943         to multibyte, thus syncing with its `quoted-insert' counterpart.
944         (Bug#15166)
946 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
948         * window.el (display-buffer-use-some-window): Add missing
949         argument in call of get-largest-window (Bug#15185).
950         Reported by Stephen Leake.
952 2013-08-27  Glenn Morris  <rgm@gnu.org>
954         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
956 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * progmodes/python.el (python-font-lock-keywords): Don't return nil
959         from a matcher-function unless there's no more matches (bug#15161).
961 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
963         * minibuffer.el: Revert change from 2013-08-20.
965         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
966         with text property `tramp-default', if appropriate.
967         (tramp-check-proper-host): New defun.
968         (tramp-dissect-file-name): Do not check hostname.  Revert change
969         of 2013-03-18.
970         (tramp-backtrace): Make VEC-OR-PROC optional.
972         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
973         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
974         * net/tramp-sh.el (tramp-maybe-open-connection):
975         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
976         Apply `tramp-check-proper-host'.
978 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
980         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
981         lambda expression in order to have `describe-variable' display it.
983 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
985         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
986         BUF can be optional.  (Bug#15186)
988 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
990         * progmodes/flymake.el (flymake-get-real-file-name-function):
991         Fix broken customization.  (Bug#15184)
993 2013-08-25  Alan Mackenzie  <acm@muc.de>
995         Improve indentation of bracelists defined by macros (without "=").
997         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
998         expansion begins with "{", regard it as bracelist when it doesn't
999         contain a ";".
1001         Parse C++ inher-intro when there's a template split over 2 lines.
1003         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
1004         rigorously the search for "class" etc. followed by ":".
1006         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
1007         random languages a regexp which never matches rather than nil.
1009         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
1011         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
1012         (c-awk-regexp-one-line-possibly-open-char-list-re)
1013         (c-awk-one-line-possibly-open-regexp-re)
1014         (c-awk-one-line-non-syn-ws*-re): Remove.
1015         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
1016         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
1017         (c-awk-space*-unclosed-regexp-/-re): New constants.
1018         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
1019         aren't regexp delimiters.
1021         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
1022         handling for a rare situation in AWK Mode involving unterminated
1023         strings/regexps.
1025 2013-08-23  Glenn Morris  <rgm@gnu.org>
1027         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
1029         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
1031         * files.el (create-file-buffer): If the result would begin with
1032         spaces, prepend a "|" instead of removing them.  (Bug#15162)
1034 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1036         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
1037         text-properties (bug#15155).
1039         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
1040         exist any more.
1041         (calc-keypad-redraw): Remove unused var `pad'.
1042         (calc-keypad-press): Remove unused var `menu'.
1044 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
1046         * window.el (display-buffer-pop-up-frame):
1047         Call pop-up-frame-function with BUFFER current so `make-frame' will
1048         use it as the new frame's buffer (Bug#15133).
1050 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1052         * calendar/timeclock.el: Minor cleanups.
1053         (timeclock-ask-before-exiting, timeclock-use-display-time):
1054         Use `symbol'.
1055         (timeclock-modeline-display): Define as alias before the
1056         actual definition.
1057         (timeclock-mode-line-display): Use define-minor-mode.
1058         (timeclock-day-list-template): Make it a function, add an argument.
1059         (timeclock-day-list-required, timeclock-day-list-length)
1060         (timeclock-day-list-debt, timeclock-day-list-span)
1061         (timeclock-day-list-break): Adjust calls accordingly.
1063 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
1066         Use read--expression so that completion works again.
1068 2013-08-21  Sam Steingold  <sds@gnu.org>
1070         Add rudimentary inferior shell interaction
1071         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
1072         (sh-set-shell): Reset it.
1073         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
1074         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
1076 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1078         * align.el: Use lexical-binding.
1079         (align-region): Simplify accordingly.
1081 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
1083         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
1085         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
1086         `non-essential' up.
1088 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
1090         * net/tramp.el:
1091         * net/tramp-adb.el:
1092         * net/tramp-cmds.el:
1093         * net/tramp-ftp.el:
1094         * net/tramp-gvfs.el:
1095         * net/tramp-gw.el:
1096         * net/tramp-sh.el: Don't wrap external variable declarations by
1097         `eval-when-compile'.
1099 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
1102         now that Emacs supports ImageMagick animations.
1104 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
1106         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
1107         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
1109 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
1111         * window.el (mouse-autoselect-window-select): Do autoselect when
1112         mouse pointer is on margin.
1114 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
1116         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
1118 2013-08-16  Glenn Morris  <rgm@gnu.org>
1120         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
1121         Handle "Remote Directory" response of some clients.  (Bug#15058)
1123         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
1124         Tweak warning.  (Bug#14926)
1126         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
1127         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
1129         * image-mode.el (image-mode-map): Add menu items to reverse,
1130         increase, decrease, reset animation speed.
1131         (image--set-speed, image-increase-speed, image-decrease-speed)
1132         (image-reverse-speed, image-reset-speed): New functions.
1133         (image-mode-map): Add bindings for speed commands.
1135         * image.el (image-animate-get-speed, image-animate-set-speed):
1136         New functions.
1137         (image-animate-timeout): Respect image :speed property.
1139 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1141         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
1142         previous line (bug#15101).
1143         (debugger-eval-expression, debugger-record-expression):
1144         Use read--expression (bug#15102).
1146 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
1148         Remove byte compiler warnings, visible when compiling with
1149         `byte-compile-force-lexical-warnings' set to t.
1151         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
1152         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
1153         (tramp-handle-unhandled-file-name-directory)
1154         (tramp-handle-file-notify-add-watch, tramp-action-login)
1155         (tramp-action-succeed, tramp-action-permission-denied)
1156         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
1157         arguments with "_".
1159         * net/tramp-adb.el (tramp-adb-parse-device-names)
1160         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
1161         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
1162         (tramp-adb-handle-file-truename): Remove unused arguments.
1164         * net/tramp-cache.el (tramp-flush-directory-property)
1165         (tramp-flush-connection-property, tramp-list-connections)
1166         (tramp-parse-connection-properties): Prefix unused arguments with "_".
1168         * net/tramp-compat.el (tramp-compat-make-temp-file):
1169         Rename FILENAME to F.
1171         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1172         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
1173         (tramp-zeroconf-parse-workstation-device-names)
1174         (tramp-zeroconf-parse-webdav-device-names)
1175         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
1177         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1178         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
1180         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
1181         arguments.
1182         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
1183         (tramp-sh-handle-insert-file-contents-literally)
1184         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
1185         with "_".
1186         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
1187         Remove unused variables.
1189         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1190         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
1191         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
1193         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
1194         Make them a defconst.
1195         (tramp-uuencode-region): Remove unused variable.
1197 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
1199         * frameset.el (frameset--prop-setter): New function.
1200         (frameset-prop): Add gv-setter declaration.
1201         (frameset-filter-minibuffer): Deal with the case that the minibuffer
1202         parameter was already set in FILTERED.  Doc fix.
1203         (frameset--record-minibuffer-relationships): Allow saving a
1204         minibufferless frame without its corresponding minibuffer frame.
1205         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
1206         frame, if the frame id matches.
1207         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
1208         frames before orphaned ones.
1209         (frameset-restore): Warn about orphaned windows, instead of error out.
1211 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
1213         * window.el (window-make-atom): Don't overwrite parameter
1214         already present.
1215         (display-buffer-in-atom-window): Handle special case where we
1216         split an already atomic window.
1217         (window--major-non-side-window, display-buffer-in-side-window)
1218         (window--side-check): Ignore minibuffer window when walking
1219         window tree.
1220         (window-deletable-p): Return 'frame only if no other frame uses
1221         our minibuffer window.
1222         (record-window-buffer): Run buffer-list-update-hook.
1223         (split-window): Make sure window--check-frame won't destroy an
1224         existing atomic window in case the new window gets nested
1225         inside.
1226         (display-buffer-at-bottom): Ignore minibuffer window when
1227         walking window tree.  Don't split a side window.
1228         (pop-to-buffer): Don't set-buffer here, the select-window call
1229         should do that.
1230         (mouse-autoselect-window-select): Autoselect only if we are in the
1231         text portion of the window.
1233 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235         * net/shr.el (shr-parse-image-data): New function to grab both the
1236         data itself and the Content-Type.
1237         (shr-put-image): Use it.
1239         * net/eww.el (eww-display-image): Ditto.
1241         * image.el (image-content-type-suffixes): New variable.
1243 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1245         * progmodes/python.el (python-imenu--build-tree)
1246         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
1248 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
1250         * simple.el (backward-word): Mention the optional argument.
1252 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * frameset.el (frameset--make): Rename constructor from make-frameset.
1255         (frameset-p, frameset-valid-p): Don't autoload.
1256         (frameset-valid-p): Use normal accessors.
1258 2013-08-13  Glenn Morris  <rgm@gnu.org>
1260         * progmodes/compile.el (compile-command): Tweak example in doc.
1261         * obsolete/scribe.el (scribe-mode):
1262         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
1264         * mail/feedmail.el (feedmail-confirm-outgoing)
1265         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
1267         * cus-start.el (truncate-partial-width-windows): Fix type.
1269         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
1271         * net/shr.el (shr-table-horizontal-line): Fix custom type.
1273 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1275         * emacs-lisp/timer.el (timer--time-setter): New function.
1276         (timer--time): Use it as gv-setter.
1278         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
1279         setter is not a symbol.
1281 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
1283         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
1284         if sending fails.  This makes debugging easier.
1286 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
1288         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
1289         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
1290         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
1292 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
1294         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
1296 2013-08-12  Glenn Morris  <rgm@gnu.org>
1298         * format.el (format-annotate-function):
1299         Handle read-only text properties in the source.  (Bug#14887)
1301 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303         * net/eww.el (eww-display-html): Ignore coding system errors.
1304         One web site uses "utf-8lias" as the coding system.
1306 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
1308         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
1310 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
1312         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
1313         (tutorial--detailed-help): Remove unused local variables.
1314         (tutorial--save-tutorial-to): Use ignore-errors.
1315         (help-with-tutorial): Use looking-at-p.
1317         * view.el (view-buffer-other-window, view-buffer-other-frame):
1318         Mark unused arguments.
1320         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
1321         (woman-select-symbol-fonts, woman, woman-find-file)
1322         (woman-insert-file-contents, woman-non-underline-faces):
1323         Use string-match-p.
1324         (woman1-unquote): Move declaration.
1326         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
1327         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
1328         argument.  Remove unused local variable.
1329         (xml-parse-elem-type): Use string-match-p.
1330         (xml-substitute-numeric-entities): Use ignore-errors.
1332         * calculator.el (calculator): Mark unused argument.
1333         (calculator-paste, calculator-quit, calculator-integer-p):
1334         Use ignore-errors.
1335         (calculator-string-to-number, calculator-decimal, calculator-exp)
1336         (calculator-op-or-exp): Use string-match-p.
1338         * dired.el (dired-buffer-more-recently-used-p): Declare.
1339         (dired-insert-set-properties, dired-insert-old-subdirs):
1340         Use ignore-errors.
1342         * dired-aux.el (dired-compress): Use ignore-errors.
1343         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
1344         (dired-do-async-shell-command, dired-do-shell-command)
1345         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
1346         (dired-insert-subdir-validate): Use string-match-p.
1347         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
1348         (dired-add-entry): Use string-match-p, looking-at-p.
1349         (dired-insert-subdir-newpos): Remove unused local variable.
1351         * filenotify.el (file-notify-callback): Remove unused local variable.
1353         * filesets.el (filesets-error): Mark unused argument.
1354         (filesets-which-command-p, filesets-filter-dir-names)
1355         (filesets-directory-files, filesets-get-external-viewer)
1356         (filesets-ingroup-get-data): Use string-match-p.
1358         * find-file.el (ff-other-file-name, ff-other-file-name)
1359         (ff-find-the-other-file, ff-cc-hh-converter):
1360         Remove unused local variables.
1361         (ff-get-file-name): Use string-match-p.
1362         (ff-all-dirs-under): Use ignore-errors.
1364         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
1365         (follow-select-if-visible): Remove unused local variable.
1367         * forms.el (read-file-filter): Move declaration.
1368         (forms--make-format, forms--make-parser, forms-insert-record):
1369         Quote function with #'.
1370         (forms--update): Use string-match-p.  Quote function with #'.
1372         * help-mode.el (help-dir-local-var-def): Mark unused argument.
1373         (help-make-xrefs): Use looking-at-p.
1374         (help-xref-on-pp): Use looking-at-p, ignore-errors.
1376         * ibuffer.el (ibuffer-ext-visible-p): Declare.
1377         (ibuffer-confirm-operation-on): Use string-match-p.
1379         * msb.el (msb-item-handler, msb-dired-item-handler):
1380         Mark unused arguments.
1382         * ses.el (ses-decode-cell-symbol)
1383         (ses-kill-override): Remove unused local variable.
1384         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
1385         (ses-load): Use ignore-errors, looking-at-p.
1386         (ses-jump-safe): Use ignore-errors.
1387         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
1389         * tabify.el (untabify, tabify): Mark unused arguments.
1391         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
1392         Mark unused argument.
1393         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
1394         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
1396         * emacs-lisp/timer.el (timer--time): Define setter with
1397         gv-define-setter to avoid deprecation warning.
1399         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
1400         (*record-cmpl-statistics-p*): Remove (was commented out).
1401         (cmpl-statistics-block): Remove (body was commented out).
1402         All callers changed.
1403         (add-completions-from-buffer, load-completions-from-file):
1404         Remove unused variables.
1406 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
1408         * filecache.el (file-cache-delete-file-list):
1409         Print message only when told so.
1410         (file-cache-files-matching): Use #' in mapconcat argument.
1412         * ffap.el (ffap-url-at-point): Fix reference to variable
1413         thing-at-point-default-mail-uri-scheme.
1415 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1417         * subr.el (define-error): New function.
1418         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
1419         error-file-not-found and define with define-error.
1420         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
1421         and define with define-error.
1422         * userlock.el (file-locked, file-supersession):
1423         * simple.el (mark-inactive):
1424         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
1425         * progmodes/ada-mode.el (ada-mode-errors):
1426         * play/life.el (life-extinct):
1427         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
1428         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
1429         * nxml/rng-util.el (rng-error):
1430         * nxml/rng-uri.el (rng-uri-error):
1431         * nxml/rng-match.el (rng-compile-error):
1432         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
1433         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
1434         * nxml/nxml-rap.el (nxml-scan-error):
1435         * nxml/nxml-outln.el (nxml-outline-error):
1436         * net/soap-client.el (soap-error):
1437         * net/gnutls.el (gnutls-error):
1438         * net/ange-ftp.el (ftp-error):
1439         * mpc.el (mpc-proc-error):
1440         * json.el (json-error, json-readtable-error, json-unknown-keyword)
1441         (json-number-format, json-string-escape, json-string-format)
1442         (json-key-format, json-object-format):
1443         * jka-compr.el (compression-error):
1444         * international/quail.el (quail-error):
1445         * international/kkc.el (kkc-error):
1446         * emacs-lisp/ert.el (ert-test-failed):
1447         * calc/calc.el (calc-error, inexact-result, math-overflow)
1448         (math-underflow):
1449         * bookmark.el (bookmark-error-no-filename):
1450         * epg.el (epg-error): Define with define-error.
1452         * time.el (display-time-event-handler)
1453         (display-time-next-load-average): Don't call sit-for since it seems
1454         unnecessary (bug#15045).
1456         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
1457         Use #' instead of ' to quote functions.
1458         (checkdoc-output-mode): Use setq-local.
1459         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
1460         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
1461         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
1462         (checkdoc-ispell, checkdoc-ispell-current-buffer)
1463         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
1464         (checkdoc-ispell-message-text, checkdoc-ispell-start)
1465         (checkdoc-ispell-continue, checkdoc-ispell-comments)
1466         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
1468         * ido.el (ido-completion-help): Fix up compiler warning.
1470 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
1472         * frameset.el (frameset-p): Add autoload cookie.
1473         (frameset--jump-to-register): New function, based on code moved from
1474         register.el.
1475         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
1477         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
1478         (frameset-restore, frameset-save, frameset-session-filter-alist):
1479         Remove declarations.
1480         (register-alist): Doc fix.
1481         (frameset-to-register): Move to frameset.el.
1482         (jump-to-register, describe-register-1): Remove frameset-specific code.
1484 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1486         * allout-widgets.el (allout-widgets-pre-command-business)
1487         (allout-widgets-post-command-business)
1488         (allout-widgets-after-change-handler)
1489         (allout-decorate-item-and-context, allout-set-boundary-marker)
1490         (allout-body-modification-handler)
1491         (allout-graphics-modification-handler): Mark ignored arguments.
1492         (allout-widgets-post-command-business)
1493         (allout-widgets-exposure-change-processor)
1494         (allout-widgets-exposure-undo-processor)
1495         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
1496         (allout-parse-item-at-point, allout-decorate-item-guides)
1497         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
1498         * allout.el (epa-passphrase-callback-function): Declare.
1499         (allout-overlay-insert-in-front-handler)
1500         (allout-overlay-interior-modification-handler)
1501         (allout-isearch-end-handler, allout-chart-siblings)
1502         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
1503         (allout-yank-processing, allout-process-exposed)
1504         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
1505         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
1506         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
1507         (lisp-indent-defform): Mark ignored arguments.
1508         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
1509         (calculate-lisp-indent): Remove unused variables.
1510         * international/characters.el (indian-2-column, arabic-2-column)
1511         (tibetan): Mark ignored arguments.
1512         (use-cjk-char-width-table): Mark ignored arguments.
1513         Remove unused variables.
1514         * international/fontset.el (build-default-fontset-data)
1515         (x-compose-font-name, create-fontset-from-fontset-spec):
1516         Mark ignored arguments.
1517         (fontset-plain-name): Remove unused variables.
1518         * international/mule.el (charset-id, charset-bytes, generic-char-p)
1519         (keyboard-coding-system): Mark ignored arguments.
1520         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
1521         * help.el (resize-temp-buffer-window):
1522         * window.el (display-buffer-in-major-side-window)
1523         (display-buffer-in-side-window, display-buffer-in-previous-window):
1524         Remove unused variables.
1525         * isearch.el (isearch-forward-symbol):
1526         * version.el (emacs-bzr-version-bzr):
1527         * international/mule-cmds.el (current-language-environment):
1528         * term/common-win.el (x-handle-iconic, x-handle-geometry)
1529         (x-handle-display):
1530         * term/pc-win.el (x-list-fonts, x-display-planes)
1531         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
1532         (x-server-version, x-display-screens, x-display-mm-height)
1533         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
1534         (x-selection-owner-p, x-own-selection-internal)
1535         (x-disown-selection-internal, x-get-selection-internal)
1536         (msdos-initialize-window-system):
1537         * term/tty-colors.el (tty-color-alist, tty-color-clear):
1538         * term/x-win.el (x-handle-no-bitmap-icon):
1539         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
1540         (vc-default-find-file-hook, vc-default-extra-menu):
1541         Mark ignored arguments.
1543 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1545         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
1546         break-condition in the context of the debugged code (bug#12685).
1548 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
1550         * comint.el:
1551         Do not use an overlay to highlight the last prompt.  (Bug#14744)
1552         (comint-mode): Make comint-last-prompt buffer local.
1553         (comint-last-prompt): New variable.
1554         (comint-last-prompt-overlay): Remove.  Superseded by
1555         comint-last-prompt.
1556         (comint-snapshot-last-prompt, comint-output-filter):
1557         Use comint-last-prompt.
1559 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1561         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
1562         (frameset-save): Check validity of the resulting frameset.
1564 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
1566         * ido.el (ido-record-command): Add doc string.
1568 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1570         * frameset.el (frameset): Do not disable creation of the default
1571         frameset-p predicate.  Doc fix.
1572         (frameset-valid-p): New function, copied from the old predicate-p.
1573         Add additional checks.
1574         (frameset-restore): Check with frameset-valid-p.
1575         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
1576         (frameset-name, frameset-description, frameset-properties)
1577         (frameset-states): Add docstring.
1578         (frameset-session-filter-alist, frameset-persistent-filter-alist)
1579         (frameset-filter-alist): Doc fixes.
1581 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1583         * frameset.el (frameset-p, frameset-prop): Doc fixes.
1585 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
1588         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
1589         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
1590         (byte-compile-normal-call): Remove obsolescence check.
1592 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1594         * frameset.el (frameset-restore): Doc fix.
1596         * register.el (frameset-frame-id, frameset-frame-with-id)
1597         (frameset-p, frameset-restore, frameset-save): Declare.
1598         (register-alist): Document framesets.
1599         (frameset-session-filter-alist): Declare.
1600         (frameset-to-register): New function.
1601         (jump-to-register): Implement jumping to framesets.  Doc fix.
1602         (describe-register-1): Describe framesets.
1604         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
1606 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
1608         * desktop.el (desktop-save-frameset): Use new frameset-save args.
1609         Use lexical-binding.
1611         * frameset.el (frameset): Use type vector, not list (incompatible
1612         change).  Do not declare a new constructor, use the default one.
1613         Upgrade suggested properties `app', `name' and `desc' to slots `app',
1614         `name' and `description', respectively, and add read-only slot
1615         `timestamp'.  Doc fixes.
1616         (frameset-copy, frameset-persistent-filter-alist)
1617         (frameset-filter-alist, frameset-switch-to-gui-p)
1618         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
1619         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
1620         (frameset-filter-iconified, frameset-keep-original-display-p):
1621         Doc fixes.
1622         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
1623         Rename from frameset-filter-(save|restore)-param.  All callers changed.
1624         Doc fix.
1625         (frameset-p): Adapt to change to vector and be more thorough.
1626         Change arg name to OBJECT.  Doc fix.
1627         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
1628         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
1629         All callers changed.
1630         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
1631         All callers changed.
1632         (frameset--record-minibuffer-relationships): Rename from
1633         frameset--process-minibuffer-frames.  All callers changed.
1634         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
1635         Use new default constructor (again).  Doc fix.
1636         (frameset--find-frame-if): Rename from `frameset--find-frame.
1637         All callers changed.
1638         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
1639         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
1640         Doc fix.
1641         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
1642         PARAMETERS and WINDOW-STATE, respectively.
1643         (frameset-restore): Add new keyword argument PREDICATE.
1644         Reset frameset--target-display to nil.  Doc fix.
1646 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
1649         (bat-mode): Use it.
1650         (bat-mode-syntax-table): Mark \n as end-of-comment.
1651         (bat-font-lock-keywords): Remove comment rule.
1653         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
1654         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
1656         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
1657         (byte-compile-callargs-warn): Use `push'.
1658         (byte-compile-arglist-warn): Ignore higher-order "calls".
1659         (byte-compile-file-form-autoload): Use `pcase'.
1660         (byte-compile-function-form): If quoting a symbol, check that it exists.
1662 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
1664         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
1665         and add a few popular commands found in batch files.
1666         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
1667         (dos-mode): Doc fixes.
1669 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1671         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
1672         (dos-mode): Use setq-local.  Add space after "rem".
1673         (dos-mode-syntax-table): Don't use "w" for symbol chars.
1674         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
1676 2013-08-07  Arni Magnusson  <arnima@hafro.is>
1678         * progmodes/dos.el: New file.
1679         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
1680         dos-mode.
1682 2013-08-06  Glenn Morris  <rgm@gnu.org>
1684         * calendar/calendar.el: Add new faces, and day-header-array.
1685         (calendar-weekday-header, calendar-weekend-header)
1686         (calendar-month-header): New faces.
1687         (calendar-day-header-construct): New function.
1688         (calendar-day-header-width): Also :set calendar-day-header-array.
1689         (calendar-american-month-header, calendar-european-month-header)
1690         (calendar-iso-month-header): Use calendar- faces.
1691         (calendar-generate-month):
1692         Use calendar-day-header-array for day headers; apply faces to them.
1693         (calendar-mode): Check calendar-font-lock-keywords non-nil.
1694         (calendar-abbrev-construct): Add optional maxlen argument.
1695         (calendar-day-name-array): Doc fix.
1696         (calendar-day-name-array, calendar-abbrev-length)
1697         (calendar-day-abbrev-array):
1698         Also :set calendar-day-header-array, and maybe redraw.
1699         (calendar-day-header-array): New option.  (Bug#15007)
1700         (calendar-font-lock-keywords): Set to nil and make obsolete.
1701         (calendar-day-name): Add option to use header array.
1703 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705         * net/shr.el (shr-render-td): Remove debugging.
1706         (shr-render-td): Make width computation consistent by defaulting
1707         all zero-width columns to 10 characters.  This may not be optimal,
1708         but it's at least consistent.
1709         (shr-make-table-1): Redo last change to fix the real problem in
1710         colspan handling.
1712 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1714         * files.el (cache-long-line-scans):
1715         Make obsolete alias to `cache-long-scans'.
1717 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
1719         * frameset.el (frameset, frameset-filter-alist)
1720         (frameset-filter-params, frameset-save, frameset--reuse-frame)
1721         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
1722         (frameset-compute-pos): Rename from frameset--compute-pos,
1723         and add docstring.
1724         (frameset-move-onscreen): Use frameset-compute-pos.
1725         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1727         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
1728         Fix typos in docstrings.
1730 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1732         * frame.el (get-other-frame): Tiny cleanup.
1734 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
1736         * vc/vc.el (vc-default-ignore-completion-table):
1737         Silence byte-compiler warning.
1739         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
1740         slot , which can indeed be nil.
1741         (frameset-live-filter-alist, frameset-persistent-filter-alist):
1742         Move entry for `left' from persistent to live filter alist.
1743         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
1744         Doc fixes.
1745         (frameset-filter-params): When restoring a frame, copy items added to
1746         `filtered', to avoid unwittingly modifying the original parameters.
1747         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
1748         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
1750         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
1751         to use looking-at-p instead of looking-at.  (Bug#15028)
1753 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1755         Revert introduction of isearch-filter-predicates (bug#14714).
1756         Rely on add-function instead.
1757         * isearch.el (isearch-filter-predicates): Rename it back to
1758         isearch-filter-predicate.
1759         (isearch-message-prefix): Use advice-function-mapc and advice
1760         properties to get the isearch-message-prefix.
1761         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
1762         instead of run-hook-with-args-until-failure.
1763         (isearch-filter-visible): Not obsolete any more.
1764         * loadup.el: Preload nadvice.
1765         * replace.el (perform-replace): Revert to funcall
1766         instead of run-hook-with-args-until-failure.
1767         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
1768         * dired-aux.el (dired-isearch-filenames-mode): Rename from
1769         dired-isearch-filenames-toggle; make it into a proper minor mode.
1770         Use add/remove-function.
1771         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
1772         Call the minor-mode rather than add/remove-hook.
1773         (dired-isearch-filter-filenames):
1774         Remove isearch-message-prefix property.
1775         * info.el (Info--search-loop): New function, extracted from Info-search.
1776         Funcall isearch-filter-predicate instead of
1777         run-hook-with-args-until-failure isearch-filter-predicates.
1778         (Info-search): Use it.
1779         (Info-mode): Use isearch-filter-predicate instead of
1780         isearch-filter-predicates.
1782 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
1784         Do not call to `selected-window' where it is assumed by default.
1785         Affected functions are `window-minibuffer-p', `window-dedicated-p',
1786         `window-hscroll', `window-width', `window-height', `window-buffer',
1787         `window-frame', `window-start', `window-point', `next-window'
1788         and `window-display-table'.
1789         * abbrev.el (abbrev--default-expand):
1790         * bs.el (bs--show-with-configuration):
1791         * buff-menu.el (Buffer-menu-mouse-select):
1792         * calc/calc.el (calc):
1793         * calendar/calendar.el (calendar-generate-window):
1794         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
1795         (diary-make-entry):
1796         * comint.el (send-invisible, comint-dynamic-complete-filename)
1797         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
1798         * completion.el (complete):
1799         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
1800         * disp-table.el (describe-current-display-table):
1801         * doc-view.el (doc-view-insert-image):
1802         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
1803         * ehelp.el (with-electric-help):
1804         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1805         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
1806         * emacs-lisp/helper.el (Helper-help-scroller):
1807         * emulation/cua-base.el (cua--post-command-handler-1):
1808         * eshell/esh-mode.el (eshell-output-filter):
1809         * ffap.el (ffap-gnus-wrapper):
1810         * help-macro.el (make-help-screen):
1811         * hilit-chg.el (highlight-compare-buffers):
1812         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
1813         * hl-line.el (global-hl-line-highlight):
1814         * icomplete.el (icomplete-simple-completing-p):
1815         * isearch.el (isearch-done):
1816         * jit-lock.el (jit-lock-stealth-fontify):
1817         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
1818         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
1819         * mpc.el (mpc-tagbrowser, mpc):
1820         * net/rcirc.el (rcirc-any-buffer):
1821         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
1822         * play/landmark.el (landmark-max-width, landmark-max-height):
1823         * play/zone.el (zone):
1824         * progmodes/compile.el (compilation-goto-locus):
1825         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
1826         * progmodes/etags.el (find-tag-other-window):
1827         * progmodes/fortran.el (fortran-column-ruler):
1828         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1829         * progmodes/verilog-mode.el (verilog-point-text):
1830         * reposition.el (reposition-window):
1831         * rot13.el (toggle-rot13-mode):
1832         * server.el (server-switch-buffer):
1833         * shell.el (shell-dynamic-complete-command)
1834         (shell-dynamic-complete-environment-variable):
1835         * simple.el (insert-buffer, set-selective-display)
1836         (delete-completion-window):
1837         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
1838         (speedbar-recenter):
1839         * startup.el (fancy-splash-head):
1840         * textmodes/ispell.el (ispell-command-loop):
1841         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
1842         * tutorial.el (help-with-tutorial):
1843         * vc/add-log.el (add-change-log-entry):
1844         * vc/compare-w.el (compare-windows):
1845         * vc/ediff-help.el (ediff-indent-help-message):
1846         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
1847         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
1848         (ediff-setup-control-frame):
1849         * vc/emerge.el (emerge-position-region):
1850         * vc/pcvs-util.el (cvs-bury-buffer):
1851         * window.el (walk-windows, mouse-autoselect-window-select):
1852         * winner.el (winner-set-conf, winner-undo): Related users changed.
1854 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
1856         * frameset.el (frameset--set-id): Doc fix.
1857         (frameset-frame-id, frameset-frame-id-equal-p)
1858         (frameset-locate-frame-id): New functions.
1859         (frameset--process-minibuffer-frames, frameset--reuse-frame)
1860         (frameset-restore): Use them.
1862 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
1864         Do not call to `selected-frame' where it is assumed by default.
1865         Affected functions are `raise-frame', `redraw-frame',
1866         `frame-first-window', `frame-terminal' and `delete-frame'.
1867         * calendar/appt.el (appt-disp-window):
1868         * epg.el (epg-wait-for-completion):
1869         * follow.el (follow-delete-other-windows-and-split)
1870         (follow-avoid-tail-recenter):
1871         * international/mule.el (set-terminal-coding-system):
1872         * mail/rmail.el (rmail-mail-return):
1873         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1874         * progmodes/f90.el (f90-add-imenu-menu):
1875         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
1876         * server.el (server-switch-buffer):
1877         * simple.el (delete-completion-window):
1878         * talk.el (talk):
1879         * term/xterm.el (terminal-init-xterm-modify-other-keys)
1880         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
1881         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
1882         * vc/ediff.el (ediff-documentation): Related users changed.
1883         * frame.el (selected-terminal): Remove the leftover.
1885 2013-08-05  Glenn Morris  <rgm@gnu.org>
1887         * calendar/calendar.el (calendar-generate-month):
1888         Fix for calendar-column-width != 1 + calendar-day-digit-width.
1889         (calendar-generate-month, calendar-font-lock-keywords):
1890         Fix for calendar-day-header-width > length of any day name.
1892 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
1894         * desktop.el (desktop-clear): Use new name of sort predicate.
1896         * frameset.el (frameset): Add docstring.  Move :version property to its
1897         own `version' slot.
1898         (frameset-copy): Rename from copy-frameset.
1899         (frameset-p): Check more thoroughly.
1900         (frameset-prop): Do not check for :version, which is no longer a prop.
1901         (frameset-live-filter-alist, frameset-persistent-filter-alist):
1902         Use new :never value instead of t.
1903         (frameset-filter-alist): Expand and clarify docstring.
1904         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
1905         (frameset-filter-minibuffer, frameset-filter-save-param)
1906         (frameset-filter-restore-param, frameset-filter-iconified):
1907         Add pointer to docstring of frameset-filter-alist.
1908         (frameset-filter-params): Rename filter values to be more meaningful:
1909         :never instead of t, and reverse the meanings of :save and :restore.
1910         (frameset--process-minibuffer-frames): Clarify error message.
1911         (frameset-save): Avoid unnecessary and confusing call to framep.
1912         Use new BOA constructor for framesets.
1913         (frameset--reuse-list): Doc fix.
1914         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
1915         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
1916         (frameset-minibufferless-first-p): Doc fix.
1917         Rename from frameset-sort-frames-for-deletion.
1918         (frameset-restore): Doc fixes.  Use new function names.
1919         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1921 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
1923         * desktop.el (desktop-restore-forces-onscreen)
1924         (desktop-restore-reuses-frames): Document :keyword constant values.
1925         (desktop-filter-parameters-alist): Remove, now identical to
1926         frameset-filter-alist.
1927         (desktop--filter-tty*): Remove, moved to frameset.el.
1928         (desktop-save-frameset, desktop-restore-frameset):
1929         Do not pass :filters argument.
1931         * frameset.el (frameset-live-filter-alist)
1932         (frameset-persistent-filter-alist): New variables.
1933         (frameset-filter-alist): Use them.  Add autoload cookie.
1934         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
1935         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
1936         `frameset--id' (it's supposed to be internal to frameset.el).
1937         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
1938         (frameset--initial-params): New function.
1939         (frameset--get-frame): Use it.  Doc fix.
1940         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
1941         Accept :all, not 'all.
1942         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
1943         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
1944         with fbound symbols.  Fix frame id matching, and remove matching ids if
1945         the frame being restored is deleted.  Obey :delete.
1947 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1949         * subr.el (macrop): New function.
1950         (text-clone--maintaining): New var.
1951         (text-clone--maintain): Rename from text-clone-maintain.  Use it
1952         instead of inhibit-modification-hooks.
1954         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
1955         a proxy, so as handle autoloads and redefinitions of the target.
1956         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
1958         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
1959         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
1960         (pcase--mutually-exclusive-p): New function.
1961         (pcase--split-consp): Use it.
1962         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
1963         mutually exclusive with the current predicate.
1965         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
1966         (edebug-macrop): Remove.  Use `macrop' instead.
1967         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
1968         (ad-macro-p):
1969         * eshell/esh-cmd.el (eshell-macrop):
1970         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
1972 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1974         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
1975         (advice-mapc): New function, using it.
1976         (advice-function-member-p): New function.
1977         (advice--normalize): Store the cdr in advice--saved-rewrite since
1978         that's the part that will be changed.
1979         (advice--symbol-function): New function.
1980         (advice-remove): Handle removal before the function is defined.
1981         Adjust to new advice--saved-rewrite.
1982         (advice-member-p): Use advice-function-member-p and
1983         advice--symbol-function.
1985 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
1987         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
1988         (frameset-filter-minibuffer): Doc fix.
1989         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
1990         (frameset--set-id, frameset--process-minibuffer-frames)
1991         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
1992         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
1994         * desktop.el (desktop-clear): Only delete frames when called
1995         interactively and desktop-restore-frames is non-nil.  Doc fix.
1996         (desktop-read): Set desktop-saved-frameset to nil.
1998 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
2000         * vc/vc.el (vc-ignore): Rewrite.
2001         (vc-default-ignore-completion-table):
2002         (vc--read-lines):
2003         (vc--add-line, vc--remove-regexp): New functions.
2005         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
2006         (vc-svn-ignore-completion-table): New function.
2008         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
2009         (vc-hg-ignore-completion-table):
2010         (vc-hg-find-ignore-file): New functions.
2012         * vc/vc-git.el (vc-git-ignore): Rewrite.
2013         (vc-git-ignore-completion-table):
2014         (vc-git-find-ignore-file): New functions.
2016         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
2018         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
2019         (vc-bzr-ignore-completion-table):
2020         (vc-bzr-find-ignore-file): New functions.
2022 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
2024         * frameset.el (frameset-prop): New function and setter.
2025         (frameset-save): Do not modify frame list passed by the caller.
2027 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2029         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
2031 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2033         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
2034         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
2036         * custom.el (custom-initialize-default, custom-initialize-set)
2037         (custom-initialize-reset, custom-initialize-changed): Affect the
2038         toplevel-default-value (bug#6275, bug#14586).
2039         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
2040         for bug#6275.
2042 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
2044         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2045         Add cl-def* expressions.
2047         * frameset.el (frameset-filter-params): Fix order of arguments.
2049 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
2051         Move code related to saving frames to frameset.el.
2052         * desktop.el: Require frameset.
2053         (desktop-restore-frames): Doc fix.
2054         (desktop-restore-reuses-frames): Rename from
2055         desktop-restoring-reuses-frames.
2056         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
2057         (desktop-clear): Clear frames too.
2058         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
2059         (desktop--filter-tty*, desktop-save, desktop-read):
2060         Use frameset functions.
2061         (desktop-before-saving-frames-functions, desktop--filter-*-color)
2062         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2063         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
2064         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
2065         (desktop--process-minibuffer-frames, desktop-save-frames)
2066         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
2067         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
2068         (desktop--sort-states, desktop-restoring-frames-p)
2069         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
2070         (desktop-restoring-frameset-p, desktop-restore-frameset)
2071         (desktop--check-dont-save, desktop-save-frameset): New functions.
2072         (desktop--app-id): New constant.
2073         (desktop-first-buffer, desktop-buffer-ok-count)
2074         (desktop-buffer-fail-count): Move before first use.
2075         * frameset.el: New file.
2077 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2079         * files.el: Use lexical-binding.
2080         (dir-locals-read-from-file): Remove unused `err' variable.
2081         (hack-dir-local-variables--warned-coding): New var.
2082         (hack-dir-local-variables): Use it to avoid repeated warnings.
2083         (make-backup-file-name--default-function): New function.
2084         (make-backup-file-name-function): Use it as default.
2085         (buffer-stale--default-function): New function.
2086         (buffer-stale-function): Use it as default.
2087         (revert-buffer-insert-file-contents--default-function): New function.
2088         (revert-buffer-insert-file-contents-function): Use it as default.
2089         (insert-directory): Avoid add-to-list.
2091         * autorevert.el (auto-revert-handler): Simplify.
2092         Use buffer-stale--default-function.
2094 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
2096         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
2098         * whitespace.el (whitespace-ensure-local-variables): New function.
2099         (whitespace-cleanup-region): Call it.
2100         (whitespace-turn-on): Call it.
2102 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
2104         Complete file name handlers.
2106         * net/tramp.el (tramp-handle-set-visited-file-modtime)
2107         (tramp-handle-verify-visited-file-modtime)
2108         (tramp-handle-file-notify-rm-watch): New functions.
2109         (tramp-call-process): Do not bind `default-directory'.
2111         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2112         Order alphabetically.
2113         [access-file, add-name-to-file, dired-call-process]:
2114         [dired-compress-file, file-acl, file-notify-rm-watch]:
2115         [file-ownership-preserved-p, file-selinux-context]:
2116         [make-directory-internal, make-symbolic-link, set-file-acl]:
2117         [set-file-selinux-context, set-visited-file-modtime]:
2118         [verify-visited-file-modtime]: Add handler.
2119         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
2121         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2122         [file-notify-add-watch, file-notify-rm-watch]:
2123         [set-file-times, set-visited-file-modtime]:
2124         [verify-visited-file-modtime]: Add handler.
2125         (with-tramp-gvfs-error-message)
2126         (tramp-gvfs-handle-set-visited-file-modtime)
2127         (tramp-gvfs-fuse-file-name): Remove.
2128         (tramp-gvfs-handle-file-notify-add-watch)
2129         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
2130         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
2132         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2133         Order alphabetically.
2134         [file-notify-rm-watch ]: Use default Tramp handler.
2135         [executable-find]: Remove private handler.
2136         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
2137         `default-directory'.
2138         (tramp-sh-handle-executable-find)
2139         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
2140         (tramp-sh-file-gvfs-monitor-dir-process-filter)
2141         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
2142         Do not use `format' in `tramp-message'.
2144         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
2145         [file-notify-rm-watch, set-visited-file-modtime]:
2146         [verify-visited-file-modtime]: Add handler.
2147         (tramp-smb-call-winexe): Do not bind `default-directory'.
2149 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
2151         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
2153 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
2155         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
2156         use it.
2157         (log-view-diff-changeset): Same.
2158         (log-view-diff-common): Call backend command `previous-revision'
2159         to find out the previous revision, in both cases.  Swap the
2160         variables `to' and `fr', so that `fr' usually refers to the
2161         earlier revision (Bug#14989).
2163 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
2165         * ibuf-ext.el (ibuffer-filter-by-filename):
2166         Make it work with dired buffers too.
2168 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
2170         * emacs-lisp/re-builder.el (reb-color-display-p):
2171         * files.el (save-buffers-kill-terminal):
2172         * net/browse-url.el (browse-url):
2173         * server.el (server-save-buffers-kill-terminal):
2174         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
2175         Prefer nil to selected-frame for the first arg of frame-parameter.
2177 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
2179         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
2181 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
2183         * minibuffer.el (completion--twq-all): Try and preserve each
2184         completion's case choice (bug#14907).
2186 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188         * net/network-stream.el (open-network-stream): Mention the new
2189         :nogreeting parameter.
2190         (network-stream-open-starttls): Use the :nogreeting parameter
2191         (bug#14938).
2193         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
2195         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
2196         more natural than popping.
2198         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
2199         (shr-urlify): Highlight under mouse.
2201 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
2203         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
2205         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
2207         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
2208         buffer for output.
2210         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
2211         point-min==1.  Fix search string.  Fix parentheses missing.
2213         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
2214         assume point-min==1.  Fix search string.  Fix parentheses missing.
2216         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
2218         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
2219         buffer for output.
2221 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
2223         * frame.el (frame-notice-user-settings): Avoid inflooping when the
2224         initial frame is minibuffer-less.  (Bug#14841)
2226 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
2228         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
2229         option.
2231         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2232         (tramp-maybe-open-connection): Use it.
2234 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
2236         * desktop.el (desktop--make-frame): Include `minibuffer' in the
2237         minimal set of parameters passed when creating a frame, because
2238         the minibuffer status of a frame cannot be changed later.
2240 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
2242         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
2243         replace-regexp-in-string and inadvertent omissions in previous change.
2244         (todo-filter-items): Ensure only file names are comma-separated in
2245         name of filtered items buffer.
2247 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
2249         * desktop.el: Optionally force offscreen frames back onscreen.
2250         (desktop-restoring-reuses-frames): New option.
2251         (desktop--compute-pos, desktop--move-onscreen): New functions.
2252         (desktop--make-frame): Use desktop--move-onscreen.
2254 2013-07-27  Alan Mackenzie  <acm@muc.de>
2256         Fontify a Java generic method as a function.
2257         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
2258         value to t.
2260 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
2262         * calendar/todo-mode.el: Add command to rename todo files.
2263         (todo-rename-file): New command.
2264         (todo-key-bindings-t): Add key binding for it.  Change the
2265         bindings of todo-filter-regexp-items(-multifile) to use `x'
2266         instead of `r', since the latter is better suited to the new
2267         renaming command.
2269 2013-07-27  Alan Mackenzie  <acm@muc.de>
2271         Make Java try-with-resources statement parse properly.
2272         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
2273         (c-block-stmt-1-2-key): New language constants/variables.
2274         * progmodes/cc-engine.el (c-beginning-of-statement-1)
2275         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
2276         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
2277         with c-block-stmt-1-2-key.
2279 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
2281         * desktop.el (desktop--make-frame): Apply most frame parameters after
2282         creating the frame to force (partially or totally) offscreen frames to
2283         be restored as such.
2285 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
2287         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
2288         (Bug#14948)
2290 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2292         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
2293         `base' arg of backtrace-frame.
2295 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
2297         * simple.el (list-processes): Doc fix.
2299 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
2301         * desktop.el (desktop--select-frame):
2302         Try harder to reuse existing frames.
2304 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
2307         (edebug-eval): Use backtrace-eval.
2308         (edebug--display, edebug--recursive-edit): Don't let-bind the
2309         edebug-outer-* vars that keep track of variables we locally let-bind.
2310         (edebug-outside-excursion): Don't restore outside values of locally
2311         let-bound vars.
2312         (edebug--display): Use user-error.
2313         (cl-lexical-debug, cl-debug-env): Remove.
2315 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
2317         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
2318         are restored to be sure that they are visible before deleting any
2319         remaining ones.
2321 2013-07-26  Matthias Meulien  <orontee@gmail.com>
2323         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
2324         vc-print-root-log.  (Bug#14948)
2326 2013-07-26  Richard Stallman  <rms@gnu.org>
2328         Add aliases for encrypting mail.
2329         * epa.el (epa-mail-aliases): New option.
2330         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
2331         Bind inhibit-read-only so read-only text doesn't ruin everything.
2332         (epa-mail-default-recipients): New subroutine broken out.
2333         Handle epa-mail-aliases.
2335 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2337         Add support for lexical variables to the debugger's `e' command.
2338         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
2339         vars, except for debugger-outer-match-data.
2340         (debugger-frame-number): Move check for "on a function call" from
2341         callers into it.  Add `skip-base' argument.
2342         (debugger-frame, debugger-frame-clear): Simplify accordingly.
2343         (debugger-env-macro): Only reset the state stored in non-variables,
2344         i.e. current-buffer and match-data.
2345         (debugger-eval-expression): Rewrite using backtrace-eval.
2346         * subr.el (internal--called-interactively-p--get-frame): Remove.
2347         (called-interactively-p):
2348         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
2349         `base' arg of backtrace-frame instead.
2351 2013-07-26  Glenn Morris  <rgm@gnu.org>
2353         * align.el (align-regexp): Doc fix.  (Bug#14857)
2354         (align-region): Explicit error if subexpression missing/does not match.
2356         * simple.el (global-visual-line-mode):
2357         Do not duplicate the mode lighter.  (Bug#14858)
2359 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
2361         * window.el (display-buffer): In display-buffer bind
2362         split-window-keep-point to t, bug#14829.
2364 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
2366         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
2367         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
2368         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
2369         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2370         Change accordingly.
2371         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2372         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
2374 2013-07-25  Glenn Morris  <rgm@gnu.org>
2376         * dired-x.el (dired-mark-extension): Convert comment to doc string.
2378 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
2380         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
2381         parameter to modify-frame-parameters if the value has not changed;
2382         this is a workaround for bug#14949.
2383         (desktop--make-frame): On cl-delete-if call, check parameter name,
2384         not full parameter.
2386 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
2388         * vc/vc.el (vc-ignore): New function.
2390         * vc/vc-svn.el (vc-svn-ignore): New function.
2392         * vc/vc-hg.el (vc-hg-ignore): New function.
2394         * vc/vc-git.el (vc-git-ignore): New function.
2396         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
2397         (vc-dir-ignore): New function.
2399         * vc/vc-cvs.el (vc-cvs-ignore): New function.
2400         (cvs-append-to-ignore): Move here from pcvs.el.
2402         * vc/vc-bzr.el (vc-bzr-ignore): New function.
2404         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
2406 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
2408         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
2409         (desktop-restore-frames): Warn when deleting an existing frame failed.
2411 2013-07-24  Glenn Morris  <rgm@gnu.org>
2413         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
2415 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
2417         * filenotify.el (file-notify-supported-p):
2418         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2419         Remove functions.
2421         * autorevert.el (auto-revert-use-notify):
2422         (auto-revert-notify-add-watch):
2423         * net/tramp.el (tramp-file-name-for-operation):
2424         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2425         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2426         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2427         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2428         Remove `file-notify-supported-p' entry.
2430 2013-07-24  Glenn Morris  <rgm@gnu.org>
2432         * printing.el: Replace all uses of deleted ps-windows-system,
2433         ps-lp-system, ps-flatten-list with lpr- versions.
2435 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2437         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
2438         checked with memq (bug#14935).
2440         * files.el (revert-buffer-function): Use a non-nil default.
2441         (revert-buffer-preserve-modes): Declare var to
2442         provide access to the `preserve-modes' argument.
2443         (revert-buffer): Let-bind it.
2444         (revert-buffer--default): New function, extracted from revert-buffer.
2446 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2448         * lpr.el: Signal print errors more prominently.
2449         (print-region-function): Don't default to nil.
2450         (lpr-print-region): New function, extracted from print-region-1.
2451         Check lpr's return value and signal an error in case of problem.
2452         (print-region-1): Use it.
2453         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
2454         versions instead.
2455         (ps-printer-name): Default to nil.
2456         (ps-printer-name-option): Default to lpr-printer-switch.
2457         (ps-print-region-function): Don't default to nil.
2458         (ps-postscript-code-directory): Simplify default.
2459         (ps-do-despool): Use lpr-print-region to properly check the outcome.
2460         (ps-string-list, ps-eval-switch, ps-flatten-list)
2461         (ps-flatten-list-1): Remove.
2462         (ps-multibyte-buffer): Avoid setq.
2463         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
2464         (print-region-function, ps-print-region-function): Don't set them here.
2466 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
2468         * ido.el (ido-fractionp):
2469         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
2470         (ido-max-file-prompt-width, ido-unc-hosts-cache)
2471         (ido-max-directory-size, ido-max-dir-file-cache)
2472         (ido-decorations): Doc fix.
2474         * ansi-color.el: Fix old URL.
2476 2013-07-23  Michael R. Mauger  <michael@mauger.com>
2478         * progmodes/sql.el Version 3.3
2479         (sql-product-alist): Improve oracle :prompt-cont-regexp.
2480         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
2481         (sql-interactive-remove-continuation-prompt): Rewrite, use
2482         functions above.  Fix continuation prompt and complete output line
2483         handling.
2484         (sql-redirect-one, sql-execute): Use `read-only-mode' on
2485         redirected output buffer.
2486         (sql-mode): Restore deleted code (Bug#13591).
2488 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
2490         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
2492 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
2494         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
2496         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2497         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2498         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
2500 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
2502         * desktop.el (desktop-clear): Simplify; remove useless checks
2503         against invalid buffer names.
2504         (desktop-list*): Use cl-list*.
2505         (desktop-buffer-info, desktop-create-buffer): Simplify.
2507 2013-07-23  Leo Liu  <sdl.web@gmail.com>
2509         * bookmark.el (bookmark-make-record): Restore NAME as a default
2510         value.  (Bug#14933)
2512 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         * emacs-lisp/autoload.el (autoload--setup-output): New function,
2515         extracted from autoload--insert-text.
2516         (autoload--insert-text): Remove.
2517         (autoload--print-cookie-text): New function, extracted from
2518         autoload--insert-cookie-text.
2519         (autoload--insert-cookie-text): Remove.
2520         (autoload-generate-file-autoloads): Adjust calls accordingly.
2522         * winner.el (winner-hook-installed-p): Remove.
2523         (winner-mode): Simplify accordingly.
2525         * subr.el (add-to-list): Fix compiler-macro when `append' is
2526         not constant.  Don't use `cl-member' for the base case.
2528         * progmodes/subword.el: Fix boundary case (bug#13758).
2529         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
2530         own group.
2531         (subword-backward-regexp): Make it a constant.
2532         (subword-forward-internal): Don't treat a trailing capital as the
2533         beginning of a word.
2535 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2537         * emacs-lisp/package.el (package-menu-mode): Don't modify the
2538         global value of tabulated-list-revert-hook (bug#14930).
2540 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
2542         * desktop.el: Require 'cl-lib.
2543         (desktop-before-saving-frames-functions): New hook.
2544         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
2545         for frames being saved.  Rename from desktop--save-minibuffer-frames.
2546         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
2547         Do not save frames with non-nil `desktop-dont-save' parameter.
2548         Filter out deleted frames.
2549         (desktop--find-frame): Use cl-find-if.
2550         (desktop--select-frame): Use cl-(first|second|third) to access values
2551         of desktop-mini.
2552         (desktop--make-frame): Use cl-delete-if.
2553         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
2554         (desktop-restore-frames): Use cl-(first|second|third) to access values
2555         of desktop-mini.  Look for visible frame at the end, not while
2556         restoring frames.
2558         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
2559         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
2560         Use string-match-p, looking-at-p (bug#14927).
2562 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
2564         * desktop.el (desktop-saved-frame-states):
2565         Rename from desktop--saved-states; all users changed.
2566         (desktop-save-frames): Rename from desktop--save-frames.
2567         Do not save state to desktop file.
2568         (desktop-save): Save desktop-saved-frame-states to desktop file
2569         and reset to nil.
2570         (desktop-restoring-frames-p): New function.
2571         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
2572         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
2573         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
2575         * desktop.el: Correctly restore iconified frames.
2576         (desktop--filter-iconified-position): New function.
2577         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
2579 2013-07-20  Glenn Morris  <rgm@gnu.org>
2581         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
2582         Let `message' do the formatting.
2583         (def-gdb-preempt-display-buffer): Add explicit format.
2585         * image-dired.el (image-dired-track-original-file):
2586         Use with-current-buffer.
2587         (image-dired-track-thumbnail): Use with-current-buffer.
2588         Avoid changing point of wrong window.
2590         * image-dired.el (image-dired-track-original-file):
2591         Avoid changing point of wrong window.  (Bug#14909)
2593 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
2595         * progmodes/gdb-mi.el (gdb-done-or-error):
2596         Guard against "%" in gdb output.  (Bug#14127)
2598 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
2600         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
2601         (Bug#14826)
2603         * international/mule.el (coding-system-iso-2022-flags): Fix last
2604         change.
2606 2013-07-20  Kenichi Handa  <handa@gnu.org>
2608         * international/mule.el (coding-system-iso-2022-flags):
2609         Add `8-bit-level-4'.  (Bug#8522)
2611 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613         * net/shr.el (shr-mouse-browse-url): New command and keystroke
2614         (bug#14815).
2616         * net/eww.el (eww-process-text-input): Allow inputting when the
2617         point is at the start of the line, as the properties aren't
2618         front-sticky.
2620         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
2621         degenerate widths.
2623 2013-07-19  Richard Stallman  <rms@gnu.org>
2625         * epa.el (epa-popup-info-window): Doc fix.
2627         * subr.el (split-string): New arg TRIM.
2629 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
2631         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
2632         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
2634 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
2636         * filenotify.el (file-notify--library): Rename from
2637         `file-notify-support'.  Do not autoload.  Adapt all uses.
2638         (file-notify-supported-p): New defun.
2640         * autorevert.el (auto-revert-use-notify):
2641         Use `file-notify-supported-p' instead of `file-notify-support'.
2642         Adapt docstring.
2643         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
2645         * net/tramp.el (tramp-file-name-for-operation):
2646         Add `file-notify-supported-p'.
2648         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2649         New defun.
2650         (tramp-sh-file-name-handler-alist): Add it as handler for
2651         `file-notify-supported-p '.
2653         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2654         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2655         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2656         Add `ignore' as handler for `file-notify-*' functions.
2658 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
2660         * simple.el (line-move-partial, line-move): Don't start vscroll or
2661         scroll-up if the current line is not taller than the window.
2662         (Bug#14881)
2664 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
2666         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
2667         highlight question marks in the method names as strings.
2668         (ruby-block-beg-keywords): Inline.
2669         (ruby-font-lock-keyword-beg-re): Extract from
2670         `ruby-font-lock-keywords'.
2672 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
2674         * frame.el (blink-cursor-blinks): New defcustom.
2675         (blink-cursor-blinks-done): New defvar.
2676         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
2677         (blink-cursor-timer-function): Check if number of blinks has been
2678         done on X and NS.
2679         (blink-cursor-suspend, blink-cursor-check): New defuns.
2681 2013-07-15  Glenn Morris  <rgm@gnu.org>
2683         * edmacro.el (edmacro-format-keys): Fix previous change.
2685 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
2687         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
2688         The hack didn't work outside English locales anyway.
2690 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
2692         * simple.el (define-alternatives): Rename from alternatives-define,
2693         per RMS' suggestion.
2695 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
2697         * desktop.el (desktop-restore-frames): Change default to t.
2698         (desktop-restore-in-current-display): Now offer more options.
2699         (desktop-restoring-reuses-frames): New customization option.
2700         (desktop--saved-states): Doc fix.
2701         (desktop-filter-parameters-alist): New variable, renamed and expanded
2702         from desktop--excluded-frame-parameters.
2703         (desktop--target-display): New variable.
2704         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
2705         (desktop--filter-tty*, desktop--filter-*-color)
2706         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2707         (desktop--filter-save-desktop-parm)
2708         (desktop-restore-in-original-display-p): New functions.
2709         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
2710         (desktop--save-minibuffer-frames): New function, inspired by a similar
2711         function from Martin Rudalics.
2712         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
2713         (desktop--restore-in-this-display-p): Remove.
2714         (desktop--find-frame): Rename from desktop--find-frame-in-display
2715         and add predicate argument.
2716         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
2717         (desktop--reuse-list): New variable.
2718         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
2719         New functions.
2720         (desktop--restore-frames): Add support for "minibuffer-special" frames.
2722 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
2724         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
2726 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
2728         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2729         Highlight conversion methods on Kernel.
2731 2013-07-13  Alan Mackenzie  <acm@muc.de>
2733         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
2734         and comment it out.  This out-commenting enables certain C++
2735         declarations to be parsed correctly.
2737 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
2739         * international/mule.el (define-coding-system): Doc fix.
2741         * simple.el (default-font-height): Don't call font-info if the
2742         frame's default font didn't change since the frame was created.
2743         (Bug#14838)
2745 2013-07-13  Leo Liu  <sdl.web@gmail.com>
2747         * ido.el (ido-read-file-name): Guard against non-symbol value.
2749 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2751         * progmodes/python.el (python-imenu--build-tree): Fix corner case
2752         in nested defuns.
2754 2013-07-13  Leo Liu  <sdl.web@gmail.com>
2756         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
2757         ido-set-matches call.  (Bug#6852)
2759 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
2761         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
2762         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
2763         Ruby 2.0.
2764         (ruby-font-lock-keywords): Distinguish calls to functions with
2765         module-like names from module references.  Highlight character
2766         literals.
2768 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
2770         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
2771         (gdb-send): Handle continued commands.  (Bug#14847)
2773 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
2775         * desktop.el (desktop--v2s): Remove unused local variable.
2776         (desktop-save-buffer): Make defvar-local; adjust docstring.
2777         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
2778         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
2780 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2782         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
2784 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
2786         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
2787         (Bug#14842)
2789 2013-07-12  Glenn Morris  <rgm@gnu.org>
2791         * doc-view.el: Require cl-lib at runtime too.
2792         (doc-view-remove-if): Remove.
2793         (doc-view-search-next-match, doc-view-search-previous-match):
2794         Use cl-remove-if.
2796         * edmacro.el: Require cl-lib at runtime too.
2797         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
2798         (edmacro-mismatch, edmacro-subseq): Remove.
2800         * shadowfile.el: Require cl-lib.
2801         (shadow-remove-if): Remove.
2802         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
2803         Use cl-remove-if.
2805         * wid-edit.el: Require cl-lib.
2806         (widget-choose): Use cl-remove-if.
2807         (widget-remove-if): Remove.
2809         * progmodes/ebrowse.el: Require cl-lib at runtime too.
2810         (ebrowse-delete-if-not): Remove.
2811         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
2812         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
2813         Use cl-delete-if-not.
2815 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
2817         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
2818         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
2820 2013-07-12  Leo Liu  <sdl.web@gmail.com>
2822         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
2824 2013-07-11  Glenn Morris  <rgm@gnu.org>
2826         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
2827         (edebug-gensym-index, edebug-gensym):
2828         Remove reimplementation of cl-gensym.
2829         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
2831         * thumbs.el: Require cl-lib at run-time too.
2832         (thumbs-gensym-counter, thumbs-gensym):
2833         Remove reimplementation of cl-gensym.
2834         (thumbs-temp-file): Use cl-gensym.
2836         * emacs-lisp/ert.el: Require cl-lib at runtime too.
2837         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
2838         (ert--intersection, ert--set-difference, ert--set-difference-eq)
2839         (ert--union, ert--gensym-counter, ert--gensym-counter)
2840         (ert--coerce-to-vector, ert--remove*, ert--string-position)
2841         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
2842         (ert-make-test-unbound, ert--expand-should-1)
2843         (ert--expand-should, ert--should-error-handle-error)
2844         (should-error, ert--explain-equal-rec)
2845         (ert--plist-difference-explanation, ert-select-tests)
2846         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
2847         Use cl-lib functions rather than reimplementations.
2849 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
2851         * net/tramp.el (tramp-methods): Extend docstring.
2852         (tramp-connection-timeout): New defcustom.
2853         (tramp-error-with-buffer): Reset timestamp only when appropriate.
2854         (with-tramp-progress-reporter): Simplify.
2855         (tramp-process-actions): Improve messages.
2857         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2858         * net/tramp-sh.el (tramp-maybe-open-connection):
2859         Use `tramp-connection-timeout'.
2860         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
2861         (Bug#14808)
2863 2013-07-11  Leo Liu  <sdl.web@gmail.com>
2865         * ido.el (ido-read-file-name): Conform to the requirements of
2866         read-file-name.  (Bug#11861)
2867         (ido-read-directory-name): Conform to the requirements of
2868         read-directory-name.
2870 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
2872         * subr.el (delay-warning): New function.
2874 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
2876         * simple.el (default-line-height): New function.
2877         (line-move-partial, line-move): Use it instead of computing the
2878         line height inline.
2879         (line-move-partial): Always compute ROWH.  If the last line is
2880         partially-visible, but its text is completely visible, allow
2881         cursor to enter such a partially-visible line.
2883 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
2885         Improve error messages.  (Bug#14808)
2887         * net/tramp.el (tramp-current-connection): New defvar, moved from
2888         tramp-sh.el.
2889         (tramp-message-show-progress-reporter-message): Remove, not
2890         needed anymore.
2891         (tramp-error-with-buffer): Show message in minibuffer.
2892         Discard input before waiting.  Reset connection timestamp.
2893         (with-tramp-progress-reporter): Improve messages.
2894         (tramp-process-actions): Use progress reporter.  Delete process in
2895         case of error.  Improve messages.
2897         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
2898         Call `tramp-error-with-buffer' with vector and buffer.
2899         (tramp-current-connection): Remove.
2900         (tramp-maybe-open-connection): The car of
2901         `tramp-current-connection' are the first 3 slots of the vector.
2903 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
2905         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
2906         inside continued strings.
2908 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
2910         Timestamp fixes for undo (Bug#14824).
2911         * files.el (clear-visited-file-modtime): Move here from fileio.c.
2913 2013-07-10  Leo Liu  <sdl.web@gmail.com>
2915         * files.el (require-final-newline): Allow safe local value.
2916         (Bug#14834)
2918 2013-07-09  Leo Liu  <sdl.web@gmail.com>
2920         * ido.el (ido-read-directory-name): Handle fallback.
2921         (ido-read-file-name): Update DIR to ido-current-directory.
2922         (Bug#1516)
2923         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
2925 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
2927         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
2928         "autoload".  Remove "warn lower camel case" section, previously
2929         commented out.  Highlight negation char.  Do not highlight the
2930         target in singleton method definitions.
2932 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2934         * faces.el (tty-setup-hook): Declare the hook.
2936         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
2937         and detect when a guard/pred depends on local vars (bug#14773).
2938         (pcase--u1): Adjust caller.
2940 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
2942         * simple.el (line-move-partial, line-move): Account for
2943         line-spacing.
2944         (line-move-partial): Avoid setting vscroll when the last
2945         partially-visible line in window is of default height.
2947 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
2950         been used a while.
2952 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
2954         * subr.el (read-quoted-char): Remove unused local variable `char'.
2956 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2958         * ediff.el (ediff-version): Version update.
2959         (ediff-files-command, ediff3-files-command, ediff-merge-command)
2960         (ediff-merge-with-ancestor-command, ediff-directories-command)
2961         (ediff-directories3-command, ediff-merge-directories-command)
2962         (ediff-merge-directories-with-ancestor-command): New functions.
2963         All are command-line interfaces to ediff: to facilitate calling
2964         Emacs with the appropriate ediff functions invoked.
2966         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
2967         (viper-save-kill-buffer): Check if buffer is modified.
2969         * viper.el (viper-version): Version update.
2970         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
2972 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2974         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
2975         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
2976         (viper-intercept-ESC-key): Simplify.
2977         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
2978         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
2979         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
2980         (viper-setup-ESC-to-escape): New functions.
2981         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
2982         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
2984 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
2986         * simple.el (default-font-height, window-screen-lines):
2987         New functions.
2988         (line-move, line-move-partial): Use them instead of
2989         frame-char-height and window-text-height.  This makes scrolling
2990         text smoother when the buffer's default face uses a font that is
2991         different from the frame's default font.
2993 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
2995         * files.el (write-file): Do not display confirm dialog for NS,
2996         it does its own dialog, which can't be cancelled (Bug#14578).
2998 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3000         * simple.el (line-move-partial): Adjust the row returned by
3001         posn-at-point for the current window-vscroll.  (Bug#14567)
3003 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
3005         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
3006         (tramp-sh-file-inotifywait-process-filter): Handle file names with
3007         spaces.
3009 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
3011         * window.el (window-state-put-stale-windows): New variable.
3012         (window--state-put-2): Save list of windows without matching buffer.
3013         (window-state-put): Remove "bufferless" windows if possible.
3015 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
3017         * simple.el (alternatives-define): Remove leftover :group keyword.
3018         Tweak docstring.
3020 2013-07-06  Leo Liu  <sdl.web@gmail.com>
3022         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
3023         (ido-enable-virtual-buffers): New variable.
3024         (ido-buffer-internal, ido-toggle-virtual-buffers)
3025         (ido-make-buffer-list): Use it.
3026         (ido-exhibit): Support turning on and off virtual buffers
3027         automatically.
3029 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
3031         * simple.el (alternatives-define): New macro.
3033 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3035         * subr.el (read-quoted-char): Use read-key.
3036         (sit-for): Let read-event decode tty input (bug#14782).
3038 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
3040         * calendar/todo-mode.el: Add handling of file deletion, both by
3041         mode command and externally.  Fix various related bugs.
3042         Clarify Commentary and improve some documentation strings and code.
3043         (todo-delete-file): New command.
3044         (todo-check-file): New function.
3045         (todo-show): Handle external deletion of the file we're trying to
3046         show (bug#14688).  Replace called-interactively-p by an optional
3047         prefix argument to avoid problematic interaction with catch form
3048         when byte compiled (bug#14702).
3049         (todo-quit): Handle external deletion of the archive's todo file.
3050         Make sure the buffer that was visiting the archive file is still
3051         live before trying to bury it.
3052         (todo-category-completions): Handle external deletion of any
3053         category completion files.
3054         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
3055         of todo files, in case of external deletion.
3056         (todo-add-file): Replace unnecessary setq by let-binding.
3057         (todo-find-archive): Check whether there are any archives.
3058         Replace unnecessary setq by let-binding.
3059         (todo-archive-done-item): Use find-file-noselect to get the
3060         archive buffer whether or not the archive already exists.
3061         Remove superfluous code.  Use file size instead of buffer-file-name to
3062         check if the archive is new; if it is, update list of archives.
3063         (todo-default-todo-file): Allow nil to be a valid value for when
3064         there are no todo files.
3065         (todo-reevaluate-default-file-defcustom): Use corrected definition
3066         of todo-default-todo-file.
3067         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
3068         (todo-delete-category, todo-show-categories-table)
3069         (todo-category-number): Clarify comment.
3070         (todo-filter-items): Clarify documentation string.
3071         (todo-show-current-file, todo-display-as-todo-file)
3072         (todo-reset-and-enable-done-separator): Tweak documentation string.
3073         (todo-done-separator): Make separator length window-width, since
3074         bug#2749 is now fixed.
3076 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
3078         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3079         Support both "gvfs-monitor-dir" and "inotifywait".
3080         (tramp-sh-file-inotifywait-process-filter): Rename from
3081         `tramp-sh-file-notify-process-filter'.
3082         (tramp-sh-file-gvfs-monitor-dir-process-filter)
3083         (tramp-get-remote-gvfs-monitor-dir): New defuns.
3085 2013-07-05  Leo Liu  <sdl.web@gmail.com>
3087         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
3089 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3091         * frame.el (display-pixel-height, display-pixel-width)
3092         (display-mm-height, display-mm-width): Mention behavior on
3093         multi-monitor setups in docstrings.
3094         (w32-display-monitor-attributes-list): Declare function.
3095         (display-monitor-attributes-list): Use it.
3097 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
3099         * filenotify.el: New package.
3101         * autorevert.el (top): Require filenotify.el.
3102         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
3103         instead.
3104         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3105         (auto-revert-notify-handler): Use `file-notify-*' functions.
3107         * subr.el (file-notify-handle-event): Move function to filenotify.el.
3109         * net/tramp.el (tramp-file-name-for-operation):
3110         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
3112         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3113         for `file-notify-add-watch' and `file-notify-rm-watch'.
3114         (tramp-process-sentinel): Improve trace.
3115         (tramp-sh-handle-file-notify-add-watch)
3116         (tramp-sh-file-notify-process-filter)
3117         (tramp-sh-handle-file-notify-rm-watch)
3118         (tramp-get-remote-inotifywait): New defuns.
3120 2013-07-03  Juri Linkov  <juri@jurta.org>
3122         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
3123         call of `occur-read-primary-args' to interactive spec.
3125         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
3126         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
3128 2013-07-03  Matthias Meulien  <orontee@gmail.com>
3130         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
3131         `Buffer-menu-multi-occur'.  Add it to the menu.
3132         (Buffer-menu-mode): Document it in docstring.
3133         (Buffer-menu-multi-occur): New command.  (Bug#14673)
3135 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
3137         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3138         keywords and built-ins.
3140 2013-07-03  Glenn Morris  <rgm@gnu.org>
3142         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
3144         Make info-xref checks case-sensitive by default
3145         * info.el (Info-find-node, Info-find-in-tag-table)
3146         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
3147         Add option for exact case matching of nodes.
3148         * info-xref.el (info-xref): New custom group.
3149         (info-xref-case-fold): New option.
3150         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
3152 2013-07-03  Leo Liu  <sdl.web@gmail.com>
3154         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
3156 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
3158         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
3159         middle of block statement initially, lower the depth.  Remove
3160         FIXME comment, not longer valid.  Remove middle of block statement
3161         detection, no need to do that anymore since we've been using
3162         `ruby-parse-region' here.
3164 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
3166         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
3168 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3170         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
3172 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
3174         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
3175         (desktop-restore-in-current-display): New customization option.
3176         (desktop--excluded-frame-parameters): Add `font'.
3177         (desktop--save-frames): Rename from desktop--save-windows.
3178         (desktop--restore-in-this-display-p): New function.
3179         (desktop--make-full-frame): Remove unwanted width/height from
3180         full(width|height) frames.
3181         (desktop--restore-frames): Rename from desktop--restore-windows.
3182         Obey desktop-restore-current-display.  Do not delete old frames or
3183         select a new frame unless we were able to restore at least one frame.
3185 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
3187         * files.el (find-file-noselect): Simplify conditional expression.
3189         * remember.el (remember-append-to-file):
3190         Don't mix `find-buffer-visiting' and `get-file-buffer'.
3192         Add `remember-notes' function to store random notes across Emacs
3193         restarts.
3194         * remember.el (remember-data-file): Add :set callback to affect
3195         notes buffer (if any).
3196         (remember-notes): New command.
3197         (remember-notes-buffer-name, bury-remember-notes-on-kill):
3198         New defcustoms for the `remember-notes' function.
3199         (remember-notes-save-and-bury-buffer): New command.
3200         (remember-notes-mode-map): New variable.
3201         (remember-mode): New minor mode.
3202         (remember-notes--kill-buffer-query): New function.
3203         * startup.el (initial-buffer-choice): Add notes to custom type.
3205 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
3207         * bindings.el (right-char, left-char): Don't call sit-for, this is
3208         no longer needed.  Use arithmetic comparison only for numerical
3209         arguments.
3211         * international/mule-cmds.el (select-safe-coding-system):
3212         Handle the case of FROM being a string correctly.  (Bug#14755)
3214 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216         * net/shr.el (shr-make-table-1): Add a sanity check that allows
3217         progression on degenerate tables.
3218         (shr-rescale-image): ImageMagick animated images currently don't work.
3220 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
3222         Some fixes and improvements for desktop frame restoration.
3223         It is still experimental and disabled by default.
3224         * desktop.el (desktop--save-windows): Put the selected frame at
3225         the head of the list.
3226         (desktop--make-full-frame): New function.
3227         (desktop--restore-windows): Try to re-select the frame that was
3228         selected upon saving.  Do not abort if some frames fail to restore,
3229         just show an error message and continue.  Set up maximized frames
3230         so they have default non-maximized dimensions.
3232 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
3234         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3235         Don't start heredoc inside a string or comment.
3237 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
3239         * bindings.el (visual-order-cursor-movement): New defcustom.
3240         (right-char, left-char): Provide visual-order cursor motion by
3241         calling move-point-visually.  Update the doc strings.
3243 2013-06-28  Kenichi Handa  <handa@gnu.org>
3245         * international/mule.el (define-coding-system): New coding system
3246         properties :inhibit-null-byte-detection,
3247         :inhibit-iso-escape-detection, and :prefer-utf-8.
3248         (set-buffer-file-coding-system): If :charset-list property of
3249         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
3250         appropriate for setting.
3252         * international/mule-cmds.el (select-safe-coding-system):
3253         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
3254         multibyte characters, return utf-8 (or one of its siblings).
3256         * international/mule-conf.el (prefer-utf-8): New coding system.
3257         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
3258         files.
3260 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
3262         * net/shr.el (shr-render-region): New function.
3264         * net/eww.el: Autoload `eww-browse-url'.
3266 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
3268         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3269         Adapt to `package-desc-version' being a list.
3270         Use `package--ac-desc-version' to retrieve version from a package
3271         archive element.
3273 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
3275         New experimental feature to save&restore window and frame setup.
3276         * desktop.el (desktop-save-windows): New defcustom.
3277         (desktop--saved-states): New var.
3278         (desktop--excluded-frame-parameters): New defconst.
3279         (desktop--filter-frame-parms, desktop--find-frame-in-display)
3280         (desktop--restore-windows, desktop--save-windows): New functions.
3281         (desktop-save): Call `desktop--save-windows'.
3282         (desktop-read): Call `desktop--restore-windows'.
3284 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286         * net/shr.el (add-face-text-property): Remove compat definition.
3288 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
3290         * info.el (Info-try-follow-nearest-node): Move search for footnote
3291         above search for node name to prevent missing a footnote (bug#14717).
3293 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
3295         * obsolete/otodo-mode.el: Add obsolescence info to file header.
3297 2013-06-27  Leo Liu  <sdl.web@gmail.com>
3299         * net/eww.el (eww-read-bookmarks): Check file size.
3301 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3303         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
3304         advice--pending if newdef is nil or an autoload (bug#13820).
3305         (advice-mapc): New function.
3307 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
3310         probably.
3311         (eww-mode-map): Add a menu bar.
3312         (eww-add-bookmark): New command.
3313         (eww-bookmark-mode): New mode and commands.
3314         (eww-add-bookmark): Remove newlines from the title.
3315         (eww-bookmark-browse): Don't bug out if it's the only window.
3317 2013-06-26  Glenn Morris  <rgm@gnu.org>
3319         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
3320         (hfy-size): Handle ttys.  (Bug#14668)
3322         * info-xref.el: Update for Texinfo 5 change in *note format.
3323         (info-xref-node-re, info-xref-note-re): New constants.
3324         (info-xref-check-buffer): Use info-xref-note-re.
3326 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3328         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
3330         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
3331         nil terminate the loop (bug#14718).
3333 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335         * net/eww.el: Rework history traversal.  When going forward/back,
3336         put these actions into the history, too, so that they can be
3337         replayed.
3338         (eww-render): Move the history reset to the correct buffer.
3340 2013-06-25  Juri Linkov  <juri@jurta.org>
3342         * files-x.el (modify-dir-local-variable): Change the header comment
3343         in the file with directory local variables.  (Bug#14692)
3345         * files-x.el (read-file-local-variable-value): Add `default'.
3346         (Bug#14710)
3348 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350         * net/eww.el (eww-make-unique-file-name): Create a unique file
3351         name before saving to entering `y' accidentally asynchronously.
3353 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
3355         * net/eww.el (eww-download): New command and keystroke.
3357 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359         * net/eww.el (eww-copy-page-url): Change name of command.
3361         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
3362         be more consistent with Info and dired.
3364         * net/eww.el (eww-mode-map): Ditto.
3366 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3368         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
3369         packages from archives.
3370         (package-archive-contents): Change format; include obsolete packages.
3371         (package-desc): Use `dir' to mark builtin packages.
3372         (package--from-builtin): Set the `dir' field to `builtin'.
3373         (generated-autoload-file, version-control): Declare.
3374         (package-compute-transaction): Change first arg and return value to be
3375         lists of package-descs.  Adjust to new package-archive-contents format.
3376         (package--add-to-archive-contents): Adjust to new
3377         package-archive-contents format.
3378         (package-download-transaction): Arg is now a list of package-descs.
3379         (package-install): If `pkg' is a package name, pass it as
3380         a requirement, so it is subject to the usual (e.g. disabled) checks.
3381         (describe-package): Accept package-desc as well.
3382         (describe-package-1): Describe a specific package-desc.  Add links to
3383         other package-descs for the same package name.
3384         (package-menu-describe-package): Pass the actual package-desc.
3385         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
3386         works correctly.
3387         (package-desc-status): New function.
3388         (package-menu--refresh): New function, extracted
3389         from package-menu--generate.
3390         (package-menu--generate): Use it.
3391         (package-delete): Update package-alist.
3392         (package-menu-execute): Don't call package-initialize.
3394         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
3395         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
3396         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
3397         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
3398         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
3399         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
3401 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
3403         * window.el (window--state-get-1): Workaround for bug#14527.
3404         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
3406 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408         * net/eww.el (eww-back-url): Implement the history by stashing all
3409         the data into a list.
3410         (eww-forward-url): Allow going forward in the history, too.
3412 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
3415         for values and use read--expression for expressions (bug#14710).
3416         (read-file-local-variable): Avoid setq.
3417         (read-file-local-variable-mode): Use minor-mode-list.
3419 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3421         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
3422         for DOI URLs.
3424 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3426         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
3427         Update imenu-support when dialect changes.
3429 2013-06-25  Leo Liu  <sdl.web@gmail.com>
3431         * ido.el (ido-read-internal): Allow forward slash on windows.
3433 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435         * net/eww.el (eww): Start of strings is \\`, not ^.
3437 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
3439         * net/shr.el (shr-browse-url): Fix interactive spec.
3441         * net/eww.el (eww): Add a trailing slash to domain names.
3443 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
3445         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
3447 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449         * net/shr.el (shr-browse-url): Use an external browser if given a
3450         prefix.
3452         * net/eww.el (eww-external-browser): Move to shr.
3454 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
3456         * net/eww.el (eww): Work more correctly for file: URLs.
3457         (eww-detect-charset): Allow quoted charsets.
3458         (eww-yank-page-url): New command and keystroke.
3460 2013-06-24  Daiki Ueno  <ueno@gnu.org>
3462         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
3463         file name of gpg executable.
3464         (epg-context-program): New function.
3465         (epg-context-home-directory): New function.
3466         (epg-context-set-program): New function.
3467         (epg-context-set-home-directory): New function.
3468         (epg--start): Use `epg-context-program' instead of
3469         'epg-gpg-program'.
3470         (epg--list-keys-1): Likewise.
3472 2013-06-24  Leo Liu  <sdl.web@gmail.com>
3474         * ido.el (ido-read-internal): Fix bug#14620.
3476 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
3478         * faces.el (face-documentation): Simplify.
3479         (read-face-attribute, tty-find-type, x-resolve-font-name):
3480         Use `string-match-p'.
3481         (list-faces-display): Use `string-match-p'.  Simplify.
3482         (face-spec-recalc): Check face to avoid face alias loops.
3483         (read-color): Use `string-match-p' and non-capturing parenthesis.
3485 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487         * net/shr.el (shr-rescale-image): Use the new
3488         :max-width/:max-height functionality.
3490 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
3492         * net/eww.el (eww-search-prefix): New variable.
3493         (eww): Use it.
3494         (eww-external-browser): New variable.
3495         (eww-mode-map): New keystroke.
3496         (eww-browse-with-external-browser): New command.
3498         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
3500 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
3502         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3503         Don't skip aligning the next header field when padding is 0;
3504         otherwise, field width is not respected unless the title is as
3505         wide as the field.
3507 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3509         * emacs-lisp/package.el (package-el-version): Remove.
3510         (package-process-define-package): Fix inf-loop.
3511         (package-install): Allow symbols as arguments again.
3513 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
3515         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
3516         add some more keyword-like methods.
3517         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
3519 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
3521         * bs.el (bs-buffer-show-mark): Make defvar-local.
3522         (bs-mode): Use setq-local.
3524         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
3525         (emacs-lock--try-unlocking): Make defvar-local.
3527 2013-06-22  Glenn Morris  <rgm@gnu.org>
3529         * play/cookie1.el (cookie-apropos): Minor simplification.
3531         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
3533 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
3535         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
3536         `regexp-opt', it breaks the build during dumping.
3538 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
3540         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3541         Highlight keyword-like methods on Kernel and Module with
3542         font-lock-builtin-face.
3543         (auto-mode-alist): Consolidate different entries into one regexp
3544         and add more *file-s.
3546 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
3548         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
3550         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
3551         (diary-entry): Use it in the action of this button type instead of
3552         diary-goto-entry.
3554         * calendar/todo-mode.el: New version.
3555         (todo-add-category): Append new category to end of file and give
3556         it the highest number, instead of putting it at the beginning and
3557         giving it 0.  Incorporate noninteractive functionality.
3558         (todo-forward-category): Adapt to 1-based category numbering.
3559         Allow skipping over archived categories.
3560         (todo-backward-category): Derive from todo-forward-category.
3561         (todo-backward-item, todo-forward-item): Make noninteractive and
3562         delegate interactive part to new commands.  Make sensitive to done items.
3563         (todo-categories): Make value an alist of category names and
3564         vectors of item counts.
3565         (todo-category-beg): Make a defconst.
3566         (todo-category-number): Use 1 instead of 0 as initial value.
3567         (todo-category-select): Make sensitive to overlays, optional item
3568         highlighting and done items.
3569         (todo-delete-item): Make sensitive to overlays and marked and done items.
3570         (todo-edit-item): Make sensitive to overlays and editing of
3571         date/time header optional.  Add format checks.
3572         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
3573         no-op if point is not on an item.  Advertise using todo-edit-quit.
3574         (todo-edit-mode): Make sensitive to new format, font-locking, and
3575         multiple todo files.
3576         (todo-insert-item, todo-insert-item-here): Derive from
3577         todo-basic-insert-item and extend functionality.
3578         (todo-item-end, todo-item-start): Make sensitive to done items.
3579         (todo-item-string): Don't return text properties.  Restore point.
3580         (todo-jump-to-category): Make sensitive to multiple todo files and
3581         todo archives.  Use extended category completion.
3582         (todo-lower-item, todo-raise-item): Rename to *-priority and
3583         derive from todo-set-item-priority.
3584         (todo-mode): Derive from special-mode.  Make sensitive to new
3585         format, font-locking and multiple todo files.  Make read-only.
3586         (todo-mode-map): Don't suppress digit keys, so they can supply
3587         prefix arguments.  Add many new key bindings.
3588         (todo-prefix): Insert as an overlay instead of file text.
3589         Change semantics from diary date expression to purely visual mark.
3590         (todo-print): Rename to todo-print-buffer.  Make buffer display
3591         features printable.  Remove option to restrict number of items
3592         printed.  Add option to print to file.
3593         (todo-print-function): Rename to todo-print-buffer-function.
3594         (todo-quit): Extend to handle exiting new todo modes.
3595         (todo-remove-item): Make sensitive to overlays.
3596         (todo-save): Extend to buffers of filtered items.
3597         (todo-show): Make sensitive to done items, multiple todo files and
3598         new todo modes.  Offer to convert legacy todo file before creating
3599         first new todo file.
3600         (todo-show-priorities): Rename to todo-top-priorities.
3601         Change semantics of value 0.
3602         (todo-top-priorities): Rename to todo-filter-top-priorities,
3603         derive from todo-filter-items and extend functionality.
3604         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
3605         and extend functionality to other types of filtered items.
3606         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
3607         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
3608         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
3609         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
3610         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
3611         (todo-edit-mode-hook, todo-entry-prefix-function)
3612         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
3613         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
3614         (todo-initials, todo-insert-threshold, todo-item-string-start)
3615         (todo-line-string, todo-menu, todo-mode-hook)
3616         (todo-more-important-p, todo-previous-answer, todo-previous-line)
3617         (todo-print-priorities, todo-remove-separator)
3618         (todo-save-top-priorities-too, todo-string-count-lines)
3619         (todo-string-multiline-p, todo-time-string-format)
3620         (todo-tmp-buffer-name): Remove.
3621         (todo-add-file, todo-archive-done-item, todo-choose-archive)
3622         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
3623         (todo-edit-category-diary-inclusion)
3624         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
3625         (todo-edit-file, todo-edit-item-date-day)
3626         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
3627         (todo-edit-item-date-month, todo-edit-item-date-to-today)
3628         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
3629         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
3630         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
3631         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
3632         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
3633         (todo-filter-top-priorities-multifile, todo-find-archive)
3634         (todo-find-filtered-items-file, todo-go-to-source-item)
3635         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
3636         (todo-jump-to-archive-category, todo-lower-category)
3637         (todo-mark-category, todo-marked-item-p, todo-merge-category)
3638         (todo-move-category, todo-move-item, todo-next-button)
3639         (todo-next-item, todo-padded-string, todo-powerset)
3640         (todo-previous-button, todo-previous-item)
3641         (todo-print-buffer-to-file, todo-raise-category)
3642         (todo-rename-category, todo-repair-categories-sexp, todo-search)
3643         (todo-set-category-number, todo-set-item-priority)
3644         (todo-set-top-priorities-in-category)
3645         (todo-set-top-priorities-in-file, todo-show-categories-table)
3646         (todo-sort-categories-alphabetically-or-numerically)
3647         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
3648         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
3649         (todo-toggle-item-header, todo-toggle-item-highlighting)
3650         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
3651         (todo-toggle-view-done-items, todo-toggle-view-done-only)
3652         (todo-unarchive-items, todo-unmark-category): New commands.
3653         (todo-absolute-file-name, todo-add-to-buffer-list)
3654         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
3655         (todo-basic-insert-item, todo-category-completions)
3656         (todo-category-number, todo-category-string-matcher-1)
3657         (todo-category-string-matcher-2, todo-check-filtered-items-file)
3658         (todo-check-format, todo-clear-matches)
3659         (todo-comment-string-matcher, todo-convert-legacy-date-time)
3660         (todo-current-category, todo-date-string-matcher)
3661         (todo-define-insertion-command, todo-diary-expired-matcher)
3662         (todo-diary-goto-entry, todo-diary-item-p)
3663         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
3664         (todo-display-categories, todo-display-sorted, todo-done-item-p)
3665         (todo-done-item-section-p, todo-done-separator)
3666         (todo-done-string-matcher, todo-files, todo-filter-items)
3667         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
3668         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
3669         (todo-insert-category-line, todo-insert-item-from-calendar)
3670         (todo-insert-sort-button, todo-insert-with-overlays)
3671         (todo-insertion-command-name, todo-insertion-key-bindings)
3672         (todo-label-to-key, todo-longest-category-name-length)
3673         (todo-make-categories-list, todo-mode-external-set)
3674         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
3675         (todo-modes-set-3, todo-multiple-filter-files)
3676         (todo-nondiary-marker-matcher, todo-prefix-overlays)
3677         (todo-read-category, todo-read-date, todo-read-dayname)
3678         (todo-read-file-name, todo-read-time)
3679         (todo-reevaluate-category-completions-files-defcustom)
3680         (todo-reevaluate-default-file-defcustom)
3681         (todo-reevaluate-filelist-defcustoms)
3682         (todo-reevaluate-filter-files-defcustom)
3683         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
3684         (todo-reset-done-separator, todo-reset-done-separator-string)
3685         (todo-reset-done-string, todo-reset-global-current-todo-file)
3686         (todo-reset-highlight-item, todo-reset-nondiary-marker)
3687         (todo-reset-prefix, todo-set-categories)
3688         (todo-set-date-from-calendar, todo-set-show-current-file)
3689         (todo-set-top-priorities, todo-short-file-name)
3690         (todo-show-current-file, todo-sort, todo-time-string-matcher)
3691         (todo-total-item-counts, todo-update-buffer-list)
3692         (todo-update-categories-display, todo-update-categories-sexp)
3693         (todo-update-count, todo-validate-name, todo-y-or-n-p):
3694         New functions.
3695         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
3696         New major modes.
3697         (todo-categories, todo-display, todo-edit, todo-faces)
3698         (todo-filtered): New defgroups.
3699         (todo-archived-only, todo-button, todo-category-string, todo-date)
3700         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
3701         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
3702         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
3703         (todo-add-item-if-new-category, todo-always-add-time-string)
3704         (todo-categories-align, todo-categories-archived-label)
3705         (todo-categories-category-label, todo-categories-diary-label)
3706         (todo-categories-done-label, todo-categories-number-separator)
3707         (todo-categories-todo-label, todo-categories-totals-label)
3708         (todo-category-completions-files, todo-completion-ignore-case)
3709         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
3710         (todo-done-separator-string, todo-done-string)
3711         (todo-files-function, todo-filter-done-items, todo-filter-files)
3712         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
3713         (todo-initial-category, todo-initial-file, todo-item-mark)
3714         (todo-legacy-date-time-regexp, todo-mode-line-function)
3715         (todo-nondiary-marker, todo-number-prefix)
3716         (todo-print-buffer-function, todo-show-current-file)
3717         (todo-show-done-only, todo-show-first, todo-show-with-done)
3718         (todo-skip-archived-categories, todo-top-priorities-overrides)
3719         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
3720         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
3721         New defcustoms.
3722         (todo-category-done, todo-date-pattern, todo-date-string-start)
3723         (todo-diary-items-buffer, todo-done-string-start)
3724         (todo-filtered-items-buffer, todo-item-start)
3725         (todo-month-abbrev-array, todo-month-name-array)
3726         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
3727         (todo-top-priorities-buffer): New defconsts.
3728         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
3729         (todo-categories-with-marks, todo-category-string-face)
3730         (todo-comment-face, todo-comment-string, todo-current-todo-file)
3731         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
3732         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
3733         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
3734         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
3735         (todo-font-lock-keywords, todo-global-current-todo-file)
3736         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
3737         (todo-insertion-commands-args)
3738         (todo-insertion-commands-args-genlist)
3739         (todo-insertion-commands-names, todo-insertion-map)
3740         (todo-key-bindings-t, todo-key-bindings-t+a)
3741         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
3742         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
3743         (todo-nondiary-face, todo-print-buffer, todo-time-face)
3744         (todo-visited): New variables.
3746 2013-06-21  Glenn Morris  <rgm@gnu.org>
3748         * play/cookie1.el (cookie-apropos): Add optional display argument.
3749         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
3750         (psychoanalyze-pinhead): Use cookie-doctor.
3752 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3754         * emacs-lisp/package.el (tar-get-file-descriptor)
3755         (tar--extract): Declare.
3757 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
3759         Extend flymake's warning predicate to be a function (bug#14217).
3760         * progmodes/flymake.el (flymake-warning-predicate): New.
3761         (flymake-parse-line): Use it.
3762         (flymake-warning-re): Make obsolete alias to
3763         `flymake-warning-predicate'.
3765 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3767         * emacs-lisp/package.el (package-alist): Include obsolete packages.
3768         (package-obsolete-list): Remove.
3769         (package-activate): Remove min-version argument.  Add `force' argument.
3770         Adjust to new package-alist format.
3771         (package-mark-obsolete): Remove.
3772         (package-unpack): Force reload of the package's autoloads.
3773         (package-installed-p): Check builtins if the installed package is not
3774         recent enough.
3775         (package-initialize): Don't reset package-obsolete-list.
3776         Don't specify which package version to activate.
3777         (package-process-define-package, describe-package-1)
3778         (package-menu--generate): Adjust to new package-alist format.
3780 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3782         * allout-widgets.el (allout-widgets-mode-off)
3783         (allout-widgets-mode-on, allout-widgets-pre-command-business)
3784         (allout-widgets-post-command-business)
3785         (allout-widgets-after-copy-or-kill-function)
3786         (allout-widgets-after-undo-function, allout-test-range-overlaps)
3787         (allout-decorate-item-and-context)
3788         (allout-graphics-modification-handler): Fix typos in docstrings.
3789         (allout-get-or-create-parent-widget): Use `looking-at-p'.
3791         * cmuscheme.el (scheme-start-file): Doc fix.
3792         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
3793         (scheme-input-filter): Use `string-match-p'.
3795         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
3797         * dired-x.el: Use Dired consistently in docstrings.
3799         * dired.el: Use Dired consistently in docstrings.
3800         (dired-readin, dired-mode): Use `setq-local'.
3801         (dired-switches-alist): Make defvar-local.
3802         (dired-buffers-for-dir): Use `zerop'.
3803         (dired-safe-switches-p, dired-switches-escape-p)
3804         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
3805         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
3806         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
3807         (dired-goto-next-nontrivial-file): Use `string-match-p'.
3808         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
3809         (dired-toggle-marks, dired-mark-files-containing-regexp)
3810         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
3811         (dired-flag-auto-save-files, dired-flag-backup-files):
3812         Use `looking-at-p'.
3813         (dired-mark-files-regexp, dired-build-subdir-alist):
3814         Use `string-match-p', `looking-at-p'.
3816         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
3817         (direct-print-region-helper): Use `string-match-p'.
3819 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3821         * comint.el (comint-redirect-results-list-from-process):
3822         Fix infinite loop.
3824 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826         * net/eww.el (eww-update-header-line-format): Quote % characters.
3828 2013-06-21  Glenn Morris  <rgm@gnu.org>
3830         * play/cookie1.el (cookie): New custom group.
3831         (cookie-file): New option.
3832         (cookie-check-file): New function.
3833         (cookie): Make it interactive.  Make start and end messages optional.
3834         Interactively, display the result.  Default to cookie-file.
3835         (cookie-insert): Default to cookie-file.
3836         (cookie-snarf): Make start and end messages optional.
3837         Default to cookie-file.  Use with-temp-buffer.
3838         (cookie-read): Rename from read-cookie.
3839         Make start and end messages optional.  Default to cookie-file.
3840         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
3841         Do not autoload it.
3842         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
3843         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
3845 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3847         * progmodes/octave.el (octave-mode): Backward compatibility fix.
3849 2013-06-21  Glenn Morris  <rgm@gnu.org>
3851         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
3853 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3854             Daniel Hackney  <dan@haxney.org>
3856         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
3857         Consolidate the single-file vs tarball code.
3858         (package-desc-suffix): New function.
3859         (package-desc-full-name): Don't bother inlining it.
3860         (package-load-descriptor): Return the new package-desc.
3861         (package-mark-obsolete): Remove unused arg `package'.
3862         (package-unpack): Make it work for single files as well.
3863         Make it update package-alist.
3864         (package--make-autoloads-and-stuff): Rename from
3865         package--make-autoloads-and-compile.  Don't compile any more.
3866         (package--compile): New function.
3867         (package-generate-description-file): New function, extracted from
3868         package-unpack-single.
3869         (package-unpack-single): Remove.
3870         (package--with-work-buffer): Add indentation and debugging info.
3871         (package-download-single): Remove.
3872         (package-install-from-archive): Rename from package-download-tar, make
3873         it take a pkg-desc, and make it work for single files as well.
3874         (package-download-transaction): Simplify.
3875         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
3876         external tar program.
3877         (package-install-from-buffer): Remove `pkg-desc' argument.
3878         Use package-tar-file-info for tar-mode buffers.
3879         (package-install-file): Simplify accordingly.
3880         (package-archive-base): Change to take a pkg-desc.
3881         * tar-mode.el (tar--check-descriptor): New function, extracted from
3882         tar-get-descriptor.
3883         (tar-get-descriptor): Use it.
3884         (tar-get-file-descriptor): New function.
3885         (tar--extract): New function, extracted from tar-extract.
3886         (tar--extract): Use it.
3887         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
3888         case the summary uses non-ascii.  Adjust to new calling convention of
3889         package-tar-file-info.
3891 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3893         * comint.el (comint-redirect-results-list-from-process):
3894         Fix random delay.  (Bug#14681)
3896 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3898         * profiler.el (profiler-format-number): Use log, not log10.
3900 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3902         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
3904 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3906         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
3907         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
3908         yet available.
3909         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
3910         (AUTOGENEL): ... here.
3911         * emacs-lisp/cl-macs.el (cl--sublis): New function.
3912         (cl--defsubst-expand): Use it.
3914 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3916         * subr.el (log10): Move here from C code, and declare as obsolete.
3917         All uses of (log10 X) replaced with (log X 10).
3919 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3921         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
3922         Declare with `defvar-local'.
3923         (tabulated-list-use-header-line, tabulated-list-entries)
3924         (tabulated-list-padding, tabulated-list-printer)
3925         (tabulated-list-sort-key): Declare with `defvar-local'.
3926         (tabulated-list-init-header, tabulated-list-print-fake-header):
3927         Use `setq-local'.
3929 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
3931         * arc-mode.el (archive-mode): Add `archive-write-file' to
3932         `write-contents-functions' also for remote files.  (Bug#14652)
3934 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3936         * cus-edit.el (custom-commands): Fix typos.
3937         (custom-display): Fix tooltip text.
3938         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
3939         Fix typos in docstrings.
3940         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
3941         (custom-unlispify-menu-entry, custom-magic-value-create)
3942         (custom-add-see-also, custom-group-value-create): Use ?\s.
3943         (custom-guess-type, customize-apropos, editable-field)
3944         (custom-face-value-create): Use `string-match-p'.
3945         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
3947         * custom.el (custom-load-symbol): Use `string-match-p'.
3949         * ansi-color.el: Convert to lexical binding.
3950         (ansi-colors): Fix URL.
3951         (ansi-color-context, ansi-color-context-region): Use defvar-local.
3952         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
3953         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
3955 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
3959         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
3961 2013-06-19  Tom Tromey  <tromey@redhat.com>
3963         * net/eww.el (eww-top-url): Remove.
3964         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
3965         (eww-render): Set new variables.  Don't set eww-top-url.
3966         (eww-handle-link): Handle "prev", "home", and "contents".
3967         Downcase the rel text.
3968         (eww-top-url): Choose best top URL.
3970 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972         * net/eww.el: Rewrite to implement form elements "by hand" instead of
3973         relying in widget.el.  Using widget.el leads to too many
3974         user interface inconsistencies.
3975         (eww-self-insert): Implement entering commands in text fields.
3976         (eww-process-text-input): New function to make text input field editing
3977         work.
3978         (eww-submit): Rewrite to use the new-style form methods.
3979         (eww-select-display): Display the correct selected item.
3980         (eww-change-select): Implement changing the select value.
3981         (eww-toggle-checkbox): Implement radio/checkboxes.
3982         (eww-update-field): Fix compilation error.
3983         (eww-tag-textarea): Implement <textarea>.
3985         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
3986         we don't shadow mode-specific bindings.
3988         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
3989         nothing to push.
3991         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
3993 2013-06-19  Glenn Morris  <rgm@gnu.org>
3995         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
3997 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
3999         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
4000         not needed.
4002         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
4004 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006         * net/browse-url.el (browse-url-browser-function):
4007         `eww-browse-url' has the right calling signature, `eww' does not.
4009 2013-06-19  Glenn Morris  <rgm@gnu.org>
4011         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4012         Only eval autoloaded macros.
4013         (byte-compile-autoload): Only give the macro warning for macros.
4015         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
4016         (ps-underlined-faces): Declare.
4018         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
4019         (speedbar-add-supported-extension): Declare.
4021         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
4022         Don't include a date stamp in the header of the generated file;
4023         it leads to needless differences between output files.
4025 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
4027         * net/secrets.el (secrets-struct-secret-content-type):
4028         Replace check of introspection data by a test call of "CreateItem".
4029         Some servers do not offer introspection.
4031 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4033         * electric.el (electric-pair-mode): Improve interaction with
4034         electric-layout-mode.
4035         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
4036         (electric-pair-syntax): Use text-mode-syntax-table in comments
4037         and strings.
4038         (electric-pair--insert): New function.
4039         (electric-pair-post-self-insert-function): Use it and
4040         electric--after-char-pos.
4042 2013-06-19  Leo Liu  <sdl.web@gmail.com>
4044         * progmodes/octave.el (octave-help): Fix regexp.
4046 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
4049         (shr-table-horizontal-line): Allow nil as a value, and change the
4050         default.
4051         (shr-insert-table-ruler): Respect the nil value.
4053 2013-06-18  Tom Tromey  <tromey@barimba>
4055         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4056         New defvars.
4057         (eww-open-file): New defun.
4058         (eww-render): Initialize new variables.
4059         (eww-display-html): Handle "link" and "a".
4060         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
4061         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
4062         (eww-back-url): Rename from eww-previous-url.
4063         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4064         New defuns.
4066 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
4068         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
4069         Distinguish ternary operator tokens from slash symbol and slash
4070         char literal.
4072 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
4074         Convert symbol prettification into minor mode and global minor mode.
4076         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
4077         `prog-prettify-symbols', and make a local defvar instead of defcustom.
4078         (prettify-symbols--keywords): Rename from
4079         `prog-prettify-symbols-alist' and make a local defvar.
4080         (prettify-symbols--compose-symbol): Rename from
4081         `prog--prettify-font-lock-compose-symbol'.
4082         (prettify-symbols--make-keywords): Rename from
4083         `prog-prettify-font-lock-symbols-keywords' and simplify.
4084         (prog-prettify-install): Remove.
4085         (prettify-symbols-mode): New minor mode, based on
4086         `prog-prettify-install'.
4087         (turn-on-prettify-symbols-mode): New function.
4088         (global-prettify-symbols-mode): New globalized minor mode.
4090         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4091         * progmodes/cfengine.el (cfengine3-mode):
4092         * progmodes/perl-mode.el (perl-mode): Don't call
4093         `prog-prettify-install'; set `prettify-symbols-alist' instead.
4095 2013-06-18  Juri Linkov  <juri@jurta.org>
4097         * files-x.el (modify-file-local-variable-message): New function.
4098         (modify-file-local-variable)
4099         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
4100         and call `modify-file-local-variable-message' when it's non-nil.
4101         (add-file-local-variable, delete-file-local-variable)
4102         (add-file-local-variable-prop-line)
4103         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
4104         and use it.  (Bug#9820)
4106 2013-06-18  Juri Linkov  <juri@jurta.org>
4108         * emulation/vi.el (vi-shell-op):
4109         * emulation/vip.el (vip-execute-com, ex-command):
4110         * emulation/viper-cmd.el (viper-exec-bang):
4111         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
4112         the call of `shell-command-on-region'.  (Bug#14637)
4114         * simple.el (shell-command-on-region): Doc fix.
4116 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4118         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
4119         (bug#14633).
4121 2013-06-18  Glenn Morris  <rgm@gnu.org>
4123         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
4125         * newcomment.el (comment-search-forward, comment-search-backward):
4126         Doc fix.  (Bug#14376)
4128 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
4130         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
4131         (buffer-face-mode-invoke): Doc fix.
4133 2013-06-18  Matthias Meulien  <orontee@gmail.com>
4135         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
4136         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
4138 2013-06-18  Glenn Morris  <rgm@gnu.org>
4140         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
4141         Replace obsolete function generic-make-keywords with its expansion.
4143         * progmodes/python.el (ffap-alist): Declare.
4145         * textmodes/reftex.el (bibtex-mode-map): Declare.
4147 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4149         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
4150         (package-unpack, package-unpack-single): Return the pkg-dir.
4151         (package-download-transaction): Use it to update package-alist.
4153 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
4156         possible choice.
4158 2013-06-17  Juri Linkov  <juri@jurta.org>
4160         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
4162 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
4164         * emacs-lisp/package.el (package-load-descriptor):
4165         Remove `with-syntax-table' call, `read' doesn't need it.
4166         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
4168 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
4170         * startup.el (command-line): Expand package name returned by
4171         `package--description-file' (bug#14639).
4173 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
4175         * emacs-lisp/package.el (package-load-descriptor): Do not call
4176         `emacs-lisp-mode', just use its syntax table.
4178 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
4180         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
4181         `font-lock-extra-managed-props' if any prettifying keyword is added.
4182         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
4183         (prog-mode): Use `setq-local'.
4185 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4187         * international/characters.el (standard-case-table): Set syntax of ?»
4188         and ?« to punctuation.
4190 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
4192         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
4193         Save relevant match data before calling `syntax-ppss' (bug#14595).
4195 2013-06-15  Juri Linkov  <juri@jurta.org>
4197         * files-x.el (modify-file-local-variable-prop-line): Add local
4198         variables to the end of the existing comment on the first line.
4199         Use `file-auto-mode-skip' to skip interpreter magic line,
4200         and also skip XML declaration.
4202 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4204         * startup.el (package--builtin-versions): New var.
4205         (package-subdirectory-regexp): Remove.
4206         (package--description-file): Hard code its value instead.
4208         * emacs-lisp/package.el: Don't activate packages older than builtin.
4209         (package-obsolete-list): Rename from package-obsolete-alist, and make
4210         it into a simple list of package-desc.
4211         (package-strip-version): Remove.
4212         (package-built-in-p): Use package--builtin-versions.
4213         (package-mark-obsolete): Simplify.
4214         (package-process-define-package): Mark it obsolete if older than the
4215         builtin version.
4216         (package-handle-response): Use line-end-position.
4217         (package-read-archive-contents, package--download-one-archive):
4218         Simplify.
4219         (package--add-to-archive-contents): Skip if older than the builtin or
4220         installed version.
4221         (package-menu-describe-package): Fix last change.
4222         (package-list-unversioned): New var.
4223         (package-menu--generate): Use it.
4225         * emacs-lisp/autoload.el: Manage package--builtin-versions.
4226         (autoload--insert-text, autoload--insert-cookie-text): New functions.
4227         (autoload-builtin-package-versions): New variable.
4228         (autoload-generate-file-autoloads): Use them.
4229         Remove the list of autoloaded functions/macros from the
4230         (autoload...) comments.
4232         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
4234 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
4236         * simple.el (line-move-partial): Don't jump to the next screen
4237         line as soon as it becomes visible.  Instead, continue enlarging
4238         the vscroll until the portion of a tall screen line that's left on
4239         display is about the height of the frame's default font.
4240         (Bug#14567)
4242 2013-06-15  Glenn Morris  <rgm@gnu.org>
4244         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
4245         compilation-error-regexp-alist void, or local while let-bound.
4247         * progmodes/make-mode.el (makefile-mode-syntax-table):
4248         Treat "=" as punctuation.  (Bug#14614)
4250 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
4252         * help-fns.el (describe-variable):
4253         Add extra line for permanent-local variables.
4255 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
4257         * progmodes/scheme.el (scheme-font-lock-keywords-2):
4258         Add export, import, library.  (Bug#9164)
4259         (library): Set indent function.
4261 2013-06-14  Glenn Morris  <rgm@gnu.org>
4263         * term/xterm.el (xterm--query):
4264         Stop after first matching handler.  (Bug#14615)
4266 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
4268         Add support for dired in saveplace.
4269         * dired.el (dired-initial-position-hook): New variable.
4270         (dired-initial-position): Call hook to place cursor position.
4271         * saveplace.el (save-place-to-alist): Add dired position.
4272         (save-place-dired-hook): New function.
4274 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4276         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
4277         through a symbol rather than letrec.
4279         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
4280         (package-desc): Add `dir' field.
4281         (package-desc-full-name): New function.
4282         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
4283         (package-maybe-load-descriptor): Remove.
4284         (package-load-all-descriptors): Just call package-load-descriptor.
4285         (package--disabled-p): New function.
4286         (package-desc-vers, package-desc-doc): Remove aliases.
4287         (package--dir): Remove function.
4288         (package-activate): Check if a package is disabled.
4289         (package-process-define-package): New function, extracted from
4290         define-package.
4291         (define-package): Turn into a place holder.
4292         (package-unpack-single, package-tar-file-info):
4293         Use package--description-file.
4294         (package-compute-transaction): Use package--disabled-p.
4295         (package-download-transaction): Don't call
4296         package-maybe-load-descriptor since they're all loaded anyway.
4297         (package-install): Change argument to be a pkg-desc.
4298         (package-delete): Use a single pkg-desc argument.
4299         (describe-package-1): Use package-desc-dir instead of package--dir.
4300         Use package-desc property instead of package-symbol.
4301         (package-install-button-action): Adjust accordingly.
4302         (package--push): Rewrite.
4303         (package-menu--print-info): Adjust accordingly.  Change the ID format
4304         to be a pkg-desc.
4305         (package-menu-describe-package, package-menu-get-status)
4306         (package-menu--find-upgrades, package-menu-mark-upgrades)
4307         (package-menu-execute, package-menu--name-predicate):
4308         Adjust accordingly.
4309         * startup.el (package--description-file): New function.
4310         (command-line): Use it.
4311         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4312         Use package-desc-version.
4314         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
4315         (byte-compile-preprocess): Use it.
4316         (byte-compile-file-form-defalias): Try a bit harder to use macros we
4317         can't quite recognize.
4318         (byte-compile-add-to-list): Remove.
4319         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
4320         (cconv-closure-convert): Add assertion.
4322         * emacs-lisp/map-ynp.el: Use lexical-binding.
4323         (map-y-or-n-p): Remove unused vars `tail' and `object'.
4324         Factor out some repeated code.
4326 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4328         * subr.el (with-eval-after-load): New macro.
4329         (eval-after-load): Allow form to be a function.
4330         take advantage of lexical-binding.
4331         (do-after-load-evaluation): Use dolist and adjust to new format.
4332         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
4334 2013-06-13  Juri Linkov  <juri@jurta.org>
4336         * replace.el (perform-replace): Display "symbol " and other search
4337         modes from `isearch-message-prefix' in the *Help* buffer.
4339         * isearch.el (isearch-query-replace): Add " symbol" and other
4340         possible search modes from `isearch-message-prefix' to the prompt.
4341         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
4342         when reading a regexp to collect.
4344 2013-06-13  Juri Linkov  <juri@jurta.org>
4346         * isearch.el (word-search-regexp): Match whitespace if the search
4347         string begins or ends in whitespace.  The LAX arg is applied to
4348         both ends of the search string.  Use `regexp-quote' and explicit
4349         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
4350         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
4351         boundaries are replaced with symbol boundaries, and characters
4352         between symbols match non-word non-symbol syntax.  (Bug#14602)
4354 2013-06-13  Juri Linkov  <juri@jurta.org>
4356         * isearch.el (isearch-del-char): Don't exceed the length of
4357         `isearch-string' by the prefix arg.  (Bug#14563)
4359 2013-06-13  Juri Linkov  <juri@jurta.org>
4361         * isearch.el (isearch-yank-word, isearch-yank-line)
4362         (isearch-char-by-name, isearch-quote-char)
4363         (isearch-printing-char, isearch-process-search-char):
4364         Add optional count prefix arg.  (Bug#14563)
4366         * international/isearch-x.el
4367         (isearch-process-search-multibyte-characters):
4368         Add optional count prefix arg.
4370 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4372         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
4373         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
4374         lexical-binding.
4376 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
4378         * subr.el (set-temporary-overlay-map): Add on-exit argument.
4380 2013-06-13  Glenn Morris  <rgm@gnu.org>
4382         * startup.el (tty-handle-args):
4383         Don't just discard "--" and anything after.  (Bug#14608)
4385         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
4387 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
4389         Implement changes in Secret Service API.  Make it backward compatible.
4390         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
4391         (secrets-create-item): Use it.  Prefix properties with interface.
4393 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
4395         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
4396         (term-emulate-terminal): Respect term-suppress-hard-newline.
4398 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
4400         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4401         Only remove a `thumb-file' overlay.  (Bug#14548)
4403 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
4405         * mail/reporter.el (reporter-submit-bug-report):
4406         Handle missing package-name.  (Bug#14600)
4408 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4410         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
4411         (reftex-citation-prompt, reftex-default-bibliography)
4412         (reftex-bib-or-thebib, reftex-get-bibfile-list)
4413         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4414         (reftex-bib-sort-author, reftex-bib-sort-year)
4415         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
4416         (reftex-extract-bib-entries-from-thebibliography)
4417         (reftex-get-bibkey-default, reftex-get-bib-names)
4418         (reftex-parse-bibtex-entry, reftex-get-bib-field)
4419         (reftex-format-bib-entry, reftex-parse-bibitem)
4420         (reftex-format-bibitem, reftex-do-citation)
4421         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
4422         (reftex-restrict-bib-matches, reftex-extract-bib-file)
4423         (reftex-insert-bib-matches, reftex-format-citation)
4424         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
4425         (reftex-create-bibtex-file): Add docstrings, mostly by converting
4426         existing comments into docstrings.
4428 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
4430         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
4432 2013-06-12  Andreas Schwab  <schwab@suse.de>
4434         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
4435         for auto-save files.
4437 2013-06-12  Glenn Morris  <rgm@gnu.org>
4439         * ido.el (ido-delete-ignored-files): Remove.
4440         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
4441         Go back to calling ido-ignore-item-p directly.
4443 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
4445         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
4447         * ido.el (ido-delete-ignored-files): New function,
4448         split from ido-make-file-list-1.
4449         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
4450         (ido-make-file-list-1): Use ido-delete-ignored-files.
4452 2013-06-12  Leo Liu  <sdl.web@gmail.com>
4454         * progmodes/octave.el (inferior-octave-startup)
4455         (inferior-octave-completion-table)
4456         (inferior-octave-track-window-width-change)
4457         (octave-eldoc-function-signatures, octave-help)
4458         (octave-find-definition): Use single quoted strings.
4459         (inferior-octave-startup-args): Change default value.
4460         (inferior-octave-startup): Do not hard code "-i" and
4461         "--no-line-editing".
4462         (inferior-octave-resync-dirs): Add optional arg NOERROR.
4463         (inferior-octave-directory-tracker): Use it.
4464         (octave-goto-function-definition): Robustify.
4465         (octave-help): Support highlighting operators in 'See also'.
4466         (octave-find-definition): Find subfunctions only in Octave mode.
4468 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4470         * help-fns.el (help-fns--compiler-macro): If the handler function is
4471         named, then put a link to it.
4472         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
4473         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
4474         (cl-typep): Use it.
4475         (cl-eval-when): Simplify debug spec.
4476         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
4477         compiler-macro function instead of setting `compiler-macro-file'.
4479 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
4481         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
4482         * vc/vc-hooks.el (vc-stay-local): Doc fix.
4484 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4485             Daniel Hackney  <dan@haxney.org>
4487         First part of Daniel Hackney's patch to package.el.
4488         * emacs-lisp/package.el: Use defstruct.
4489         (package-desc): New, main struct.
4490         (package--bi-desc, package--ac-desc): New structs, used to describe the
4491         format in external files.
4492         (package-desc-vers): Replace with package-desc-version accessor.
4493         (package-desc-doc): Replace with package-desc-summary accessor.
4494         (package-activate-1): Remove `package' arg since the pkg-vec now
4495         includes the name.
4496         (define-package): Use package-desc-from-define.
4497         (package-unpack-single): Change file-name arg to be a symbol.
4498         (package--add-to-archive-contents): Use package-desc-create and new
4499         accessor functions to package--ac-desc.
4500         (package-buffer-info, package-tar-file-info): Return a package-desc.
4501         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
4502         arg to be a package-desc.
4503         (package-install-file): Adjust accordingly.  Use \' to match EOS.
4504         (package--from-builtin): New function.
4505         (describe-package-1, package-menu--generate): Use it.
4506         (package--make-autoloads-and-compile): Change name arg to be a symbol.
4507         (package-generate-autoloads): Idem and return the name of the file.
4508         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4509         Change pkg-info arg to be a package-desc.
4510         Use package-make-ac-desc.
4511         (package-upload-file): Use \' to match EOS.
4512         * finder.el (finder-compile-keywords): Use package-make-builtin.
4514 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4516         * vc/vc.el (vc-deduce-fileset): Change error message.
4517         (vc-read-backend): New function.
4518         (vc-next-action): Use it.
4520         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
4522         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
4523         (prolog-font-lock-keywords): Use regexp-opt instead.
4524         Don't manually highlight strings.
4525         (prolog-mode-variables): Simplify comment-start-skip.
4526         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
4528         * emacs-lisp/generic.el (generic--normalise-comments)
4529         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
4530         (generic-mode-set-comments): Use them.
4531         (generic-bracket-support): Use setq-local.
4532         (generic-make-keywords-list): Declare obsolete.
4534 2013-06-11  Glenn Morris  <rgm@gnu.org>
4536         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4537         Prettify after setting font-lock-defaults.  (Bug#14574)
4539 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
4541         * replace.el (query-replace, occur-read-regexp-defaults-function)
4542         (replace-search):
4543         * subr.el (declare-function, number-sequence, local-set-key)
4544         (substitute-key-definition, locate-user-emacs-file)
4545         (with-silent-modifications, split-string, eval-after-load):
4546         Fix typos, remove unneeded backslashes and reflow some docstrings.
4548 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4550         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
4551         default for Elisp files.
4553 2013-06-11  Glenn Morris  <rgm@gnu.org>
4555         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
4556         although define-derived-mode was doing this anyway.  (Bug#14583)
4558 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
4560         * allout.el (allout-encryption-plaintext-sanitization-regexps):
4561         Fix make-variable-buffer-local call to refer to the correct variable.
4563 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
4565         * eshell/em-term.el (eshell-visual-commands)
4566         (eshell-visual-subcommands, eshell-visual-options):
4567         Add summary line to docstrings.  Add cross-references.
4569 2013-06-10  Glenn Morris  <rgm@gnu.org>
4571         * epa.el (epa-read-file-name): New function.  (Bug#14510)
4572         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
4574 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
4576         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
4577         output redirection to be ignored with visual commands.
4579 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
4581         * eshell/em-term.el (eshell-visual-command-p): New function.
4582         (eshell-term-initialize): Move long lambda to separate function
4583         eshell-visual-command-p.
4584         * eshell/em-dirs.el (eshell-dirs-initialise):
4585         * eshell/em-script.el (eshell-script-initialize):
4586         Add missing #' to lambda.
4588 2013-06-08  Leo Liu  <sdl.web@gmail.com>
4590         * progmodes/octave.el (octave-add-log-current-defun): New function.
4591         (octave-mode): Set add-log-current-defun-function.
4592         (octave-goto-function-definition): Do not move point if not found.
4593         (octave-find-definition): Enhance to try subfunctions first.
4595 2013-06-08  Glenn Morris  <rgm@gnu.org>
4597         * emacs-lisp/bytecomp.el (byte-compile-char-before)
4598         (byte-compile-backward-char, byte-compile-backward-word):
4599         Improve previous change, to handle non-explicit nil.
4601 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4603         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
4604         (smie--opener/closer-at-point): New function.
4605         (smie--matching-block-data): Use it.  Don't match from right after an
4606         opener or right before a closer.  Obey smie-blink-matching-inners.
4607         Don't signal a mismatch for repeated inners like "switch..case..case".
4609 2013-06-07  Leo Liu  <sdl.web@gmail.com>
4611         * progmodes/octave.el (octave-mode): Set comment-use-global-state
4612         to t.  (Bug#14303)
4613         (octave-function-header-regexp): Fix.  (Bug#14570)
4614         (octave-help-mode-finish-hook, octave-help-mode-finish):
4615         Remove.  Just use temp-buffer-show-hook.
4617         * newcomment.el (comment-search-backward): Revert last change.
4618         (Bug#14434)
4620         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
4622 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
4624         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
4625         through xargs, to avoid failure due to MS-Windows limitations on
4626         command-line length.
4628 2013-06-06  Glenn Morris  <rgm@gnu.org>
4630         * font-lock.el (lisp-font-lock-keywords-2):
4631         Treat user-error like error.
4633         * emacs-lisp/bytecomp.el (byte-compile-char-before)
4634         (byte-compile-backward-char, byte-compile-backward-word):
4635         Handle explicit nil arguments.  (Bug#14565)
4637 2013-06-05  Alan Mackenzie  <acm@muc.de>
4639         * isearch.el (isearch-allow-prefix): New user option.
4640         (isearch-other-meta-char): Don't exit isearch when a prefix
4641         argument is typed whilst `isearch-allow-prefix' is non-nil.
4642         (Bug#9706)
4644 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4646         * autorevert.el (auto-revert-notify-handler): Use memq.
4647         Hide assertion failure.
4649         * skeleton.el: Use cl-lib.
4650         (skeleton-further-elements): Use defvar-local.
4651         (skeleton-insert): Use cl-progv.
4653 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4655         * progmodes/prog-mode.el (prog-prettify-symbols)
4656         (prog-prettify-install): Update docstrings.
4658 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4660         * simple.el: Move all the prog-mode code to prog-mode.el.
4661         * progmodes/prog-mode.el: New file.
4662         * loadup.el: Add prog-mode.el.
4664 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4666         * simple.el (prog-prettify-symbols): Add version.
4667         (prog-prettify-install): Add convenience function to prettify symbols.
4669         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
4670         (perl--augmented-font-lock-keywords-1)
4671         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
4672         variables and use it.
4674         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4675         (cfengine3-mode): Remove unneeded variable and use it.
4677         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4678         (lisp--augmented-font-lock-keywords-1)
4679         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
4680         Remove unneeded variables and use it.
4682 2013-06-05  João Távora  <joaotavora@gmail.com>
4684         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
4685         to point when opening the connection.  (Bug#14380)
4687 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4689         * subr.el (load-history-regexp, load-history-filename-element)
4690         (eval-after-load, after-load-functions, do-after-load-evaluation)
4691         (eval-next-after-load, display-delayed-warnings)
4692         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
4693         definition of save-match-data.
4694         (overriding-local-map): Remove accidental obsolescence declaration.
4696         * emacs-lisp/edebug.el (edebug-result): Move before first use.
4698 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4700         Generalize symbol prettify support to prog-mode and implement it
4701         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
4702         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
4703         (prog--prettify-font-lock-compose-symbol)
4704         (prog-prettify-font-lock-symbols-keywords): New variables and
4705         functions to support symbol prettification.
4706         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4707         (lisp--augmented-font-lock-keywords-1)
4708         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
4709         (lisp--prettify-symbols-alist): Implement prettify of lambda.
4710         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4711         (cfengine3--prettify-symbols-alist, cfengine3-mode):
4712         Implement prettify of -> => :: strings.
4713         * progmodes/perl-mode.el (perl-prettify-symbols)
4714         (perl--font-lock-compose-symbol)
4715         (perl--font-lock-symbols-keywords): Move to prog-mode.
4716         (perl--prettify-symbols-alist): Prettify -> => :: strings.
4717         (perl-font-lock-keywords-1)
4718         (perl-font-lock-keywords-2): Remove explicit prettify support.
4719         (perl--augmented-font-lock-keywords)
4720         (perl--augmented-font-lock-keywords-1)
4721         (perl--augmented-font-lock-keywords-2, perl-mode):
4722         Implement prettify support.
4724 2013-06-05  Leo Liu  <sdl.web@gmail.com>
4726         Re-implement smie matching block highlight using
4727         show-paren-data-function.  (Bug#14395)
4728         * emacs-lisp/smie.el (smie-matching-block-highlight)
4729         (smie--highlight-matching-block-overlay)
4730         (smie--highlight-matching-block-lastpos)
4731         (smie-highlight-matching-block)
4732         (smie-highlight-matching-block-mode): Remove.
4733         (smie--matching-block-data-cache): New variable.
4734         (smie--matching-block-data): New function.
4735         (smie-setup): Use smie--matching-block-data for
4736         show-paren-data-function.
4738         * progmodes/octave.el (octave-mode-menu): Fix.
4739         (octave-find-definition): Skip garbage lines.
4741 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4743         Fix compilation error with simultaneous dynamic+lexical scoping.
4744         Add warning when a defvar appears after the first let-binding.
4745         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
4746         (byte-compile-close-variables): Initialize it.
4747         (byte-compile--declare-var): New function.
4748         (byte-compile-file-form-defvar)
4749         (byte-compile-file-form-define-abbrev-table)
4750         (byte-compile-file-form-custom-declare-variable): Use it.
4751         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
4752         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
4753         (byte-compile-bind): Handle dynamic bindings that shadow
4754         lexical bindings.
4755         (byte-compile-unbind): Make arg non-optional.
4756         (byte-compile-let): Simplify.
4757         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
4758         (cconv--analyse-function, cconv-analyse-form): Populate it.
4759         Protect byte-compile-bound-variables to limit the scope of defvars.
4760         (cconv-analyse-form): Add missing rule for (defvar <foo>).
4761         Remove unneeded rule for `declare'.
4763         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
4764         so as to avoid depending on cl-adjoin at run-time.
4765         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
4767         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
4768         (macroexp--warn-and-return): Use it.
4770 2013-06-05  Leo Liu  <sdl.web@gmail.com>
4772         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
4774 2013-06-04  Leo Liu  <sdl.web@gmail.com>
4776         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
4777         (compilation-auto-jump): Suppress the "Mark set" message to give
4778         way to exit message.
4780 2013-06-04  Alan Mackenzie  <acm@muc.de>
4782         Remove faulty optimisation from indentation calculation.
4783         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
4784         search limit based on 2000 characters back from indent-point.
4786 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
4788         * eshell/em-term.el (cl-lib): Require `cl-lib'.
4790 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4792         * emacs-lisp/lisp.el: Use lexical-binding.
4793         (lisp--local-variables-1, lisp--local-variables): New functions.
4794         (lisp--local-variables-completion-table): New var.
4795         (lisp-completion-at-point): Use it complete let-bound vars.
4797         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
4798         eagerly (bug#14422).
4800 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
4802         * autorevert.el (auto-revert-notify-enabled)
4803         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4804         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
4805         (auto-revert-notify-handler): Handle also gfilenotify.
4807         * subr.el (file-notify-handle-event): New defun.  Replacing ...
4808         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
4809         Remove.
4811 2013-06-03  Juri Linkov  <juri@jurta.org>
4813         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
4814         `M-s h .'.  (Bug#14427)
4816         * hi-lock.el (highlight-symbol-at-point): New alias for the new
4817         command `hi-lock-face-symbol-at-point'.
4818         (hi-lock-face-symbol-at-point): New command.
4819         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
4820         (hi-lock-menu): Add `highlight-symbol-at-point'.
4821         (hi-lock-mode): Doc fix.
4823         * isearch.el (isearch-forward-symbol-at-point): New command.
4824         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
4825         (isearch-highlight-regexp): Add a regexp which matches
4826         words/symbols for word/symbol mode.
4828         * subr.el (find-tag-default-bounds): New function with the body
4829         mostly moved from `find-tag-default'.
4830         (find-tag-default): Move most code to `find-tag-default-bounds',
4831         call it and apply `buffer-substring-no-properties' afterwards.
4833 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
4835         * eshell/em-term.el (eshell-term-initialize):
4836         Use `cl-intersection' rather than `intersection'.
4838 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
4840         * vc/log-view.el: Doc fix.
4841         (log-view-mode-map): Copy keymap from `special-mode-map'.
4843 2013-06-02  Eric Ludlam  <zappo@gnu.org>
4845         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
4846         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
4847         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
4848         (eieio-unbound, eieio-default-superclass)
4849         (eieio--define-field-accessors, method-static, method-before)
4850         (method-primary, method-after, method-num-lists)
4851         (method-generic-before, method-generic-primary)
4852         (method-generic-after, method-num-slots)
4853         (eieio-specialized-key-to-generic-key)
4854         (eieio--check-type, class-v, class-p)
4855         (eieio-class-name, define-obsolete-function-alias)
4856         (eieio-class-parents-fast, eieio-class-children-fast)
4857         (same-class-fast-p, class-constructor, generic-p)
4858         (generic-primary-only-p, generic-primary-only-one-p)
4859         (class-option-assoc, class-option, eieio-object-p)
4860         (class-abstract-p, class-method-invocation-order)
4861         (eieio-defclass-autoload-map, eieio-defclass-autoload)
4862         (eieio-class-un-autoload, eieio-defclass)
4863         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
4864         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
4865         (eieio--defgeneric-init-form, eieio-defgeneric-form)
4866         (eieio-defgeneric-reset-generic-form)
4867         (eieio-defgeneric-form-primary-only)
4868         (eieio-defgeneric-reset-generic-form-primary-only)
4869         (eieio-defgeneric-form-primary-only-one)
4870         (eieio-defgeneric-reset-generic-form-primary-only-one)
4871         (eieio-unbind-method-implementations)
4872         (eieio--defmethod, eieio--typep)
4873         (eieio-perform-slot-validation, eieio-validate-slot-value)
4874         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
4875         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
4876         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
4877         (eieio-slot-name-index, eieio-class-slot-name-index)
4878         (eieio-set-defaults, eieio-initarg-to-attribute)
4879         (eieio-attribute-to-initarg, eieio-c3-candidate)
4880         (eieio-c3-merge-lists, eieio-class-precedence-c3)
4881         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
4882         (eieio-class-precedence-list, eieio-generic-call-methodname)
4883         (eieio-generic-call-arglst, eieio-generic-call-key)
4884         (eieio-generic-call-next-method-list)
4885         (eieio-pre-method-execution-functions, eieio-generic-call)
4886         (eieio-generic-call-primary-only, eieiomt-method-list)
4887         (eieiomt-optimizing-obarray, eieiomt-install)
4888         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
4889         (eieio-generic-form, eieio-defmethod, make-obsolete)
4890         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
4891         (defclass): Remove `eval-and-compile' from macro.
4892         (call-next-method, shared-initialize): Instead of using
4893         `scoped-class' variable, use new eieio--scoped-class, and
4894         eieio--with-scoped-class.
4895         (initialize-instance): Rename local variable 'scoped-class' to
4896         'this-class' to remove ambiguitity from old global.
4898         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
4899         eieio.el.
4900         (eieio--scoped-class-stack): New variable.
4901         (eieio--scoped-class): New fcn.
4902         (eieio--with-scoped-class): New scoping macro.
4903         (eieio-defclass): Use pushnew instead of add-to-list.
4904         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
4905         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
4906         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
4907         `scoped-class' variable, use new eieio--scoped-class, and
4908         eieio--with-scoped-class.
4910         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
4912 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
4914         * eshell/esh-ext.el (eshell-external-command): Pass args to
4915         `eshell-find-interpreter'.
4916         (eshell-find-interpreter): Add new second parameter ARGS.
4918         * eshell/em-script.el (eshell-script-initialize): Add second arg
4919         to the function added as MATCH to `eshell-interpreter-alist'.
4921         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
4922         the function added as MATCH to `eshell-interpreter-alist'.
4924         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
4925         (eshell-visual-options): New defcustom.
4926         (eshell-escape-control-x): Adapt docstring.
4927         (eshell-term-initialize): Test `eshell-visual-subcommands' and
4928         `eshell-visual-options' in addition to `eshell-visual-commands'.
4929         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
4931 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4933         * progmodes/python.el (python-indent-block-enders): Add break,
4934         continue and raise keywords.
4936 2013-06-01  Glenn Morris  <rgm@gnu.org>
4938         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
4940         Plain (f)boundp silences compilation warnings since Emacs 22.1.
4941         * progmodes/cc-cmds.el (delete-forward-p):
4942         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
4943         * progmodes/cc-engine.el (buffer-syntactic-context):
4944         * progmodes/cc-fonts.el (face-property-instance):
4945         * progmodes/cc-mode.el (set-keymap-parents):
4946         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
4947         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
4948         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
4949         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
4950         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
4952         * progmodes/cc-vars.el (other): Emacs has this widget since
4953         at least 21.1, so don't (re)define it.
4955         * eshell/em-cmpl.el (eshell-cmpl-initialize):
4956         Replace the obsolete alias pcomplete-arg-quote-list.
4958 2013-06-01  Leo Liu  <sdl.web@gmail.com>
4960         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
4961         punctuation syntax.
4962         (inferior-octave-minimal-columns)
4963         (inferior-octave-last-column-width): New variables.
4964         (inferior-octave-track-window-width-change): New function.
4965         (inferior-octave-mode): Adjust column width so that Octave output,
4966         for example from 'ls', can fit into the window nicely.
4968 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
4970         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4971         Highlight expansions inside regexp literals.
4973 2013-05-31  Glenn Morris  <rgm@gnu.org>
4975         * obsolete/sym-comp.el (symbol-complete):
4976         Replace obsolete completion-annotate-function.
4978         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
4980 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
4982         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4983         New function, checks if point is inside a literal that allows
4984         expression expansion.
4985         (ruby-syntax-propertize-expansion): Use it.
4986         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
4987         around the body.
4989 2013-05-30  Juri Linkov  <juri@jurta.org>
4991         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
4992         to "\M-si".
4993         (isearch-invisible): New variable.
4994         (isearch-forward): Doc fix.
4995         (isearch-mode): Set `isearch-invisible'
4996         to the value of `search-invisible'.
4997         (isearch-toggle-case-fold): Doc fix.
4998         (isearch-toggle-invisible): New command.
4999         (isearch-query-replace): Let-bind `search-invisible'
5000         to the value of `isearch-invisible'.
5001         (isearch-search): Use `isearch-invisible' instead of
5002         `search-invisible'.  Let-bind `search-invisible'
5003         to the value of `isearch-invisible'.  (Bug#11378)
5005 2013-05-30  Juri Linkov  <juri@jurta.org>
5007         * replace.el (perform-replace): Avoid `isearch-range-invisible'
5008         call when `query-flag' is nil and `search-invisible' is non-nil.
5009         (Bug#11746)
5011 2013-05-30  Glenn Morris  <rgm@gnu.org>
5013         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
5015         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
5016         (cc-require): Suppress spurious "noruntime" warnings.
5017         (cc-require-when-compile): Use fboundp, for sake of compiler.
5019         * progmodes/cc-mode.el: Move load of cc-vars before that of
5020         cc-langs (which in turn loads cc-vars), to quieten compiler.
5022 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5024         * paren.el: Simplify the code.
5025         (show-paren-mode): Always start the timer.
5026         (show-paren--idle-timer): Rename from show-paren-idle-timer.
5027         (show-paren--overlay, show-paren--overlay-1): Rename from
5028         show-paren-overlay and show-paren-overlay-1, and initialize to an
5029         overlay rather than to nil.
5030         (show-paren-function): Misc cleanup and simplifications.
5032 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5034         * paren.el (show-paren-data-function): New hook.
5035         (show-paren--default): New function, extracted from show-paren-function.
5036         (show-paren-function): Use show-paren-data-function.
5038 2013-05-30  Glenn Morris  <rgm@gnu.org>
5040         * ielm.el (ielm-map, ielm-complete-symbol):
5041         Use completion-at-point rather than obsolete functions.
5042         (inferior-emacs-lisp-mode): Doc fix.
5043         Set completion-at-point-functions, rather than
5044         comint-dynamic-complete-functions.
5046         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
5047         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
5048         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
5050         * image.el (image-animated-p): Tweak definition.
5052         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
5053         (rlogin-process-connection-type): Tweak default.  Add set-after.
5054         (rlogin-host): Doc fix.
5055         (rlogin): Tweak prompt.
5056         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
5058         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
5059         * progmodes/tcl.el (inferior-tcl-mode-map):
5060         Use completion-at-point rather than obsolete alias.
5062         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
5064         * minibuffer.el (read-file-name-completion-ignore-case):
5065         Move before completion--in-region, for eager macro expansion.
5067 2013-05-29  Juri Linkov  <juri@jurta.org>
5069         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
5070         for total count of matching lines.  Add `global-matches' for total
5071         count of matches.  Rename `matches' to `lines' for count of
5072         matching lines.  Add `matches' for count of matches.
5073         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
5074         to `prev-line' for line number of prev match endpt.
5075         Increment `matches' for every match.  Print the number of
5076         matching lines in the header.
5077         (occur-context-lines): Rename `lines' to `curr-line'.
5078         Rename `prev-lines' to `prev-line'.  (Bug#14017)
5080 2013-05-29  Juri Linkov  <juri@jurta.org>
5082         * replace.el (perform-replace): Add `skip-read-only-count',
5083         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
5084         Increment them for corresponding conditions and report the number
5085         of skipped occurrences in the final message.  (Bug#11746)
5086         (query-replace, query-replace-regexp, query-replace-regexp-eval)
5087         (replace-string, replace-regexp): Doc fix.
5089 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5091         * emacs-lisp/trace.el (trace--read-args): Provide a default.
5093         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
5094         prog-mode-map (bug#14504).
5096 2013-05-29  Leo Liu  <sdl.web@gmail.com>
5098         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
5099         (octave-help): Small simplification.
5101         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
5102         off the highlight first.
5104 2013-05-29  Glenn Morris  <rgm@gnu.org>
5106         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
5107         Handle idlwave-last-system-routine-info-cons-cell being nil.
5109         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5110         (idlwave-write-paths): Simplify via with-temp-buffer.
5112         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
5113         * emulation/cua-rect.el: Also load cua-base at run time.
5115         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
5116         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
5117         (cperl-imenu-on-info): Require imenu.
5119 2013-05-28  Alan Mackenzie  <acm@muc.de>
5121         Handle "capitalised keywords" correctly.
5122         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
5124 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
5126         * eshell/em-unix.el: Add -r option to cp.
5128 2013-05-28  Glenn Morris  <rgm@gnu.org>
5130         * vc/vc-arch.el (vc-exec-after): Declare.
5131         (vc-switches): Autoload.
5132         * vc/vc-bzr.el: No need to require vc when compiling.
5133         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
5134         (vc-resynch-buffer, vc-dir-refresh): Declare.
5135         (vc-setup-buffer, vc-switches): Autoload.
5136         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
5137         (vc-resynch-buffer): Declare.
5138         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
5139         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
5140         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
5141         (grep-read-regexp, grep-read-files, grep-expand-template)
5142         (vc-dir-refresh): Declare.
5143         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
5144         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
5145         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
5146         * vc/vc-mtn.el (vc-exec-after): Declare.
5147         (vc-switches): Autoload.
5148         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
5149         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
5150         (vc-file-tree-walk): Declare.
5151         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
5152         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
5153         (vc-tag-precondition, vc-rename-master): Autoload.
5154         * vc/vc-svn.el (vc-exec-after): Declare.
5155         (vc-switches, vc-setup-buffer): Autoload.
5156         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
5157         Autoload.
5158         (vc-resynch-buffer): Declare.
5160         * obsolete/fast-lock.el (byte-compile-warnings):
5161         Don't warn about obsolete features in this obsolete file.
5163         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
5164         Move definition before use.
5166         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
5167         (dun-unix-verbs): Remove dun-zippy.
5168         (dun-zippy): Remove function.
5170         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5172 2013-05-27  Juri Linkov  <juri@jurta.org>
5174         * replace.el (replace-search): New function with code moved out
5175         from `perform-replace'.
5176         (replace-highlight, replace-dehighlight): Move function definitions
5177         up closer to `replace-search'.  (Bug#11746)
5179 2013-05-27  Juri Linkov  <juri@jurta.org>
5181         * replace.el (perform-replace): Ignore invisible matches.
5182         In addition to checking `query-replace-skip-read-only', also
5183         filter out matches by calling `run-hook-with-args-until-failure'
5184         on `isearch-filter-predicates', and also check `search-invisible'
5185         for t or call `isearch-range-invisible'.
5186         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
5188 2013-05-27  Juri Linkov  <juri@jurta.org>
5190         * isearch.el (isearch-filter-predicates): Rename from
5191         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
5192         (isearch-message-prefix): Display text from the property
5193         `isearch-message-prefix' of the currently active filters.
5194         (isearch-search): Don't compare `isearch-filter-predicate' with
5195         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
5196         on `isearch-filter-predicates'.  Also check `search-invisible' for t
5197         or call `isearch-range-invisible'.
5198         (isearch-filter-visible): Make obsolete.
5199         (isearch-lazy-highlight-search):
5200         Call `run-hook-with-args-until-failure' on
5201         `isearch-filter-predicates' and use `isearch-range-invisible'.
5203         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
5204         `isearch-filter-predicates' instead of `funcall'ing
5205         `isearch-filter-predicate'.
5206         (Info-mode): Set `Info-isearch-filter' to
5207         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
5209         * dired-aux.el (dired-isearch-filter-predicate-orig):
5210         Remove variable.
5211         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5212         (dired-isearch-filenames-end): Add and remove
5213         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
5214         instead of changing the value of `isearch-filter-predicate'.
5215         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
5216         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
5217         Put property `isearch-message-prefix' to "filename " on
5218         `dired-isearch-filter-filenames'.
5220         * wdired.el (wdired-change-to-wdired-mode):
5221         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
5222         locally instead of changing `isearch-filter-predicate'.
5223         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
5225 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
5227         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
5228         return the commit hash (Bug#14459).  Also set the
5229         `vc-git-detached' property.
5230         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
5231         (vc-git-mode-line-string): Use the same help-echo format whether
5232         in detached mode or not, because we know the actual revision now.
5233         When in detached mode, shorten the revision to 7 chars.
5235 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5237         * emacs-lisp/easy-mmode.el (define-minor-mode):
5238         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
5239         mode hook and provide a docstring.
5241 2013-05-27  Alan Mackenzie  <acm@muc.de>
5243         Remove spurious syntax-table text properties inserted by C-y.
5244         * progmodes/cc-mode.el (c-after-change): Also clear hard
5245         syntax-table property with value nil.
5247 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
5249         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
5250         when reading the events; the buffer layout shall not be changed.
5252 2013-05-27  Leo Liu  <sdl.web@gmail.com>
5254         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
5255         New variable.
5256         (inferior-octave-directory-tracker): Automatically re-sync
5257         default-directory.
5258         (octave-help): Improve handling of 'See also'.
5260 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5262         * doc-view.el: Minor naming convention tweaks.
5263         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
5265         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
5266         even if there's no `display' property yet (bug#14435).
5268 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
5270         * subr.el (unmsys--file-name): Rename from reveal-filename.
5272         * Makefile.in (custom-deps, finder-data, autoloads)
5273         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5274         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5275         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
5277 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
5280         error-completion on the first 2 args of condition-case (bug#14446).
5281         Don't burp at EOB.
5283 2013-05-25  Leo Liu  <sdl.web@gmail.com>
5285         * comint.el (comint-previous-matching-input): Do not flood the
5286         *Messages* buffer with trivial messages.
5288 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5290         * progmodes/flymake.el (flymake-nop): Don't return a string.
5291         (flymake-set-at): Fix typo.
5293         * simple.el (read--expression): New function, extracted from
5294         eval-expression.  Set completion-at-point-functions (bug#14465).
5295         (eval-expression, eval-minibuffer): Use it.
5297 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
5299         * progmodes/flymake.el (flymake-save-buffer-in-file)
5300         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
5301         (flymake-selected-frame, flymake-log, flymake-ins-after)
5302         (flymake-set-at, flymake-get-buildfile-from-cache)
5303         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
5304         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
5305         Refine the doc string.
5306         (flymake-get-file-name-mode-and-masks): Reformat.
5307         (flymake-get-real-file-name-function): Fix a minor bug.
5309 2013-05-24  Juri Linkov  <juri@jurta.org>
5311         * progmodes/grep.el (grep-mode-font-lock-keywords):
5312         Support =linenumber= format used by git-grep for lines with
5313         function names.  (Bug#13549)
5315 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5317         * progmodes/octave.el (octave-smie-rules): Return nil rather than
5318         0 after a semi-colon; it works better for smie-auto-fill.
5319         (octave--indent-new-comment-line): New function.
5320         (octave-indent-new-comment-line): Use it (indirectly).
5321         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
5322         modify comment-line-break-function.
5324         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
5325         (smie-setup): Use add-function to set it.
5327 2013-05-24  Sam Steingold  <sds@gnu.org>
5329         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
5330         argument (before the `interactive' argument).
5332 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5334         * image-mode.el (image-mode-winprops): Add winprops to
5335         image-mode-winprops-alist before running
5336         image-mode-new-window-functions.
5337         * doc-view.el (doc-view-new-window-function): Don't delay
5338         doc-view-goto-page via timers (bug#14435).
5340 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
5342         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
5343         (doc-view-desktop-save-buffer): New function.
5344         (doc-view-restore-desktop-buffer): New function.
5345         (desktop-buffer-mode-handlers):
5346         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
5347         handler.
5348         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
5349         `desktop-save-buffer' function.
5351 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
5353         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
5354         (tramp-gvfs-file-name-handler): Raise a user error when
5355         `tramp-gvfs-enabled' is nil.
5356         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
5357         Do not raise a user error when loading package.  (Bug#14447)
5359         * net/xesam.el: Move to obsolete/.
5361 2013-05-24  Glenn Morris  <rgm@gnu.org>
5363         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
5365         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
5367         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
5368         (Info-find-node, Man-getpage-in-background): Declare.
5370         * mail/unrmail.el (unrmail):
5371         Replace obsolete detect-coding-with-priority.
5373         * net/socks.el (socks-split-string): Use this rather than split-string.
5374         (socks-nslookup-host): Update for above change.
5375         (dynamic-choice, s5-dynamic-choice-match)
5376         (s5-dynamic-choice-match-inline, s5-widget-value-create):
5377         Comment out unused code.
5379         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
5380         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
5381         (gud-tooltip-echo-area): Make obsolete.
5382         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
5384         * progmodes/js.el (js--optimize-arglist): Declare.
5386         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
5388         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
5389         (ediff-window-C): Declare.
5391         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
5392         Tweak requires to silence compiler.
5394         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
5395         (he-search-string, he-tried-table, he-expand-list)
5396         (he-init-string, he-string-member, he-substitute-string)
5397         (he-reset-string): Declare.
5399         * obsolete/options.el (list-options): Use custom-variable-p,
5400         rather than obsolete alias.
5402 2013-05-23  Sam Steingold  <sds@gnu.org>
5404         * simple.el (shell-command-on-region): Pass the `replace' argument
5405         down to `call-process-region' to comply with the doc as reported on
5406         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
5408 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5410         * emacs-lisp/smie.el (smie-indent-forward-token)
5411         (smie-indent-backward-token): Handle string tokens (bug#14381).
5413 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5415         * ielm.el (ielm-menu): New menu.
5416         (inferior-emacs-lisp-mode): Set comment-start.
5418 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5420         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
5421         Fix deactivate action.
5423         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
5424         Add cleveref macros.
5426         * lisp/textmodes/reftex-parse.el
5427         (reftex-locate-bibliography-files): Accept options for
5428         bibliography commands.
5429         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
5430         Add addbibresource.  Basic Biblatex support.
5432 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
5434         * net/tramp-gvfs.el (top):
5435         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
5436         when loading package.  (Bug#14447)
5438 2013-05-23  Glenn Morris  <rgm@gnu.org>
5440         * progmodes/js.el: No need to load comint when compiling.
5441         (ring-insert, comint-send-string, comint-send-input)
5442         (comint-last-input-end, ido-chop): Declare.
5444         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
5445         * vc/ediff-mult.el: Adjust requires.
5446         (ediff-directories-internal, ediff-directory-revisions-internal)
5447         (ediff-patch-file-internal): Declare.
5448         * vc/ediff-ptch.el: Adjust requires.
5449         (ediff-use-last-dir, ediff-buffers-internal): Declare.
5450         (ediff-find-file): Autoload.
5451         * vc/ediff-util.el: No need to load ediff when compiling.
5452         (ediff-regions-internal): Declare.
5453         * vc/ediff-wind.el: Adjust requires.
5454         (ediff-compute-toolbar-width): Define when compiling.
5455         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
5456         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
5457         (dired-get-filename, dired-get-marked-files)
5458         (ediff-last-dir-patch, ediff-patch-default-directory)
5459         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
5460         (ediff-patch-buffer-internal): Declare.
5462         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
5463         (ispell-process, ispell-buffer-local-words, lm-summary)
5464         (lm-section-start, lm-section-end): Declare.
5465         (checkdoc-ispell-init): Simplify.
5467         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
5468         (he-string-member, he-reset-string, he-substitute-string): Declare.
5470         * eshell/em-ls.el: Adjust requires.
5471         (eshell-glob-regexp): Declare.
5472         * eshell/em-tramp.el: Adjust requires.
5473         (eshell-parse-command): Autoload.
5474         * eshell/em-xtra.el: Adjust requires.
5475         (eshell-parse-command): Autoload.
5476         * eshell/esh-ext.el: Adjust requires.
5477         (eshell-parse-command, eshell-close-handles): Autoload.
5478         * eshell/esh-io.el: Adjust requires.
5479         (eshell-output-filter): Autoload.
5480         * eshell/esh-util.el: No need to load tramp when compiling.
5481         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
5482         Declare.
5483         (eshell-parse-ange-ls): Require ange-ftp and tramp.
5484         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5485         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
5486         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
5487         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
5488         * eshell/esh-opt.el, eshell/esh-proc.el:
5489         * eshell/esh-var.el: Adjust requires.
5490         * eshell/eshell.el: Do not require esh-util twice.
5491         (eshell-add-input-to-history): Declare.
5492         (eshell-command): Check history module is active before using it.
5494         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
5496 2013-05-22  Leo Liu  <sdl.web@gmail.com>
5498         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
5500 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
5502         * autorevert.el (auto-revert-notify-add-watch)
5503         (auto-revert-notify-handler): Add `attrib' for the inotify case,
5504         it indicates changes in file modification time.
5506 2013-05-22  Glenn Morris  <rgm@gnu.org>
5508         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5509         Always delete the autoloaded function from the noruntime and
5510         unresolved functions lists.
5512         * allout.el: No need to load epa, epg, overlay when compiling.
5513         (epg-context-set-passphrase-callback, epg-list-keys)
5514         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
5515         (epg-key-user-id-list): Declare.
5517         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5518         (viper-set-parsing-style-toggling-macro)
5519         (viper-set-emacs-state-searchstyle-macros):
5520         Use called-interactively-p on Emacs.
5521         (viper-looking-back): Make it an obsolete alias.  Update callers.
5522         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
5523         Use looking-back rather than viper-looking-back.
5524         (viper-tmp-insert-at-eob, viper-enlarge-region)
5525         (viper-read-string-with-history, viper-register-to-point)
5526         (viper-append-to-register, viper-change-state-to-vi)
5527         (viper-backward-char-carefully, viper-forward-char-carefully)
5528         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
5529         (viper-change-state-to-emacs): Declare.
5530         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
5531         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
5532         * emulation/viper-mous.el: Do not load viper-cmd.
5533         (viper-backward-char-carefully, viper-forward-char-carefully)
5534         (viper-forward-word, viper-adjust-window): Declare.
5536         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
5538         * progmodes/idlw-help.el (idlwave-help-fontify):
5539         Use called-interactively-p.
5541         * term/w32console.el (w32-get-console-codepage)
5542         (w32-get-console-output-codepage): Declare.
5544         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
5545         Remove unnecessary declarations.
5546         (dframe-message): Doc fix.
5548         * info.el (dframe-select-attached-frame, dframe-current-frame):
5549         Declare.
5551         * speedbar.el (speedbar-message): Make it an obsolete alias.
5552         Update all callers.
5553         (speedbar-with-attached-buffer)
5554         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
5555         (speedbar-with-writable): Use backquote.
5556         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
5557         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5558         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
5559         rather than speedbar- aliases.
5560         * mail/rmail.el: Load dframe rather than speedbar when compiling.
5561         (speedbar-make-specialized-keymap, speedbar-insert-button)
5562         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
5563         (speedbar-do-function-pointer): Declare.
5564         (rmail-speedbar-button, rmail-speedbar-find-file)
5565         (rmail-speedbar-move-message):
5566         Use dframe-with-attached-buffer rather than speedbar- alias.
5567         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
5568         (dframe-message, speedbar-make-specialized-keymap)
5569         (speedbar-add-expansion-list, speedbar-mode-functions-list)
5570         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
5571         (speedbar-insert-button, dframe-select-attached-frame)
5572         (dframe-maybee-jump-to-attached-frame)
5573         (speedbar-change-initial-expansion-list)
5574         (speedbar-previously-used-expansion-list-name): Declare.
5575         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
5576         Use dframe-message, dframe-with-attached-buffer rather than
5577         speedbar- aliases.
5578         (gud-sentinel): Silence compiler.
5579         * progmodes/vhdl-mode.el (speedbar-refresh)
5580         (speedbar-do-function-pointer, speedbar-add-supported-extension)
5581         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
5582         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
5583         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
5584         (speedbar-file-lists, speedbar-make-tag-line)
5585         (speedbar-line-directory, speedbar-goto-this-file)
5586         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
5587         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
5588         (speedbar-make-button, speedbar-reset-scanners)
5589         (speedbar-files-item-info, speedbar-line-text)
5590         (speedbar-find-file-in-frame, speedbar-set-timer)
5591         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
5592         (speedbar-with-writable): Do not (re)define it.
5593         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
5594         rather than speedbar- alias.
5596 2013-05-21  Leo Liu  <sdl.web@gmail.com>
5598         * progmodes/octave.el (octave-mode-menu): Update and re-organize
5599         menu items.
5600         (octave-mode): Tweak fill-nobreak-predicate.
5601         (inferior-octave-startup): Check process to avoid infinite loop.
5602         (inferior-octave): Pop to buffer first to show abornmal process
5603         exit information.
5605 2013-05-21  Glenn Morris  <rgm@gnu.org>
5607         * printing.el (pr-menu-bar): Define when compiling.
5609 2013-05-21  Leo Liu  <sdl.web@gmail.com>
5611         * progmodes/octave.el (octave-auto-fill): Remove.
5612         (octave-indent-new-comment-line): Improve.
5613         (octave-mode): Use auto fill mode through
5614         comment-line-break-function and fill-nobreak-predicate.
5615         (octave-goto-function-definition): Support DEFUN_DLD.
5616         (octave-beginning-of-defun): Small tweak.
5617         (octave-help): Show parent directory.
5619 2013-05-21  Glenn Morris  <rgm@gnu.org>
5621         * files.el (dired-unmark):
5622         * progmodes/gud.el (gdb-input): Update declarations.
5624         * calculator.el (electric, ehelp): No need to load when compiling.
5625         (Electric-command-loop, electric-describe-mode): Declare.
5627         * doc-view.el (doc-view-current-converter-processes): Move before use.
5629         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5630         Move MODE-set-explicitly definition before use.
5632         * international/mule-diag.el (mule-diag):
5633         Don't use obsolete window-system-version.
5635         * mail/feedmail.el (smtpmail): No need to load when compiling.
5636         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
5638         * mail/mail-utils.el (rfc822): No need to load when compiling.
5639         (rfc822-addresses): Autoload it.
5640         (mail-strip-quoted-names): Trivial simplification.
5642         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
5643         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
5645         * net/snmp-mode.el (tempo): Don't duplicate requires.
5647         * progmodes/prolog.el (info): No need to load when compiling.
5648         (comint): Require before shell requires it.
5649         (Info-goto-node): Autoload it.
5650         (Info-follow-nearest-node): Declare.
5651         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
5653         * textmodes/artist.el (picture-mode-exit): Declare.
5655         * textmodes/reftex-parse.el (reftex-parse-from-file):
5656         Trivial rewrite so the compiler can parse it better.
5658 2013-05-20  Leo Liu  <sdl.web@gmail.com>
5660         * progmodes/octave.el (octave-help-mode-map)
5661         (octave-help-mode-finish-hook): New variables.
5662         (octave-help-mode, octave-help-mode-finish): New functions.
5663         (octave-help): Use octave-help-mode.
5665 2013-05-20  Glenn Morris  <rgm@gnu.org>
5667         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
5669 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
5671         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
5672         start at point, so that expansion starting right after opening
5673         slash in a regexp is recognized.
5674         (ruby-syntax-before-regexp-re): New defvar, extracted from
5675         ruby-syntax-propertize-function.  Since the value of this regexp
5676         is looked up at runtime now, we should be able to turn
5677         `ruby-syntax-methods-before-regexp' into a defcustom later.
5678         (ruby-syntax-propertize-function): Split regexp matching into two
5679         parts, for opening and closing slashes.  That allows us to skip
5680         over string interpolations and support multiline regexps.
5681         Don't call `ruby-syntax-propertize-expansions', instead use another rule
5682         for them, which calls `ruby-syntax-propertize-expansion'.
5683         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
5684         call to `ruby-syntax-propertize-function'.
5685         (ruby-syntax-propertize-expansion): Extracted from
5686         `ruby-syntax-propertize-expansions'.  Handles one expansion.
5687         (ruby-syntax-propertize-percent-literal): Leave point right after
5688         the percent symbol, so that the expression expansion rule can
5689         propertize the contents.
5690         (ruby-syntax-propertize-heredoc): Leave point at bol following the
5691         heredoc openers.
5692         (ruby-syntax-propertize-expansions): Remove.
5694 2013-05-18  Juri Linkov  <juri@jurta.org>
5696         * man.el (Man-default-man-entry): Remove `-' from the end
5697         of the default value.  (Bug#14400)
5699 2013-05-18  Glenn Morris  <rgm@gnu.org>
5701         * comint.el (comint-password-prompt-regexp):
5702         Allow "password for XXX" where XXX contains colons (eg https://...).
5704 2013-05-18  Leo Liu  <sdl.web@gmail.com>
5706         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
5707         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
5708         (octave-source-directories): Don't check process.
5709         (octave-source-directories, octave-find-definition): Doc fix.
5711 2013-05-18  Glenn Morris  <rgm@gnu.org>
5713         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5714         Remove backspace/delete bindings.  (Bug#14392)
5716         * cus-dep.el (custom-make-dependencies): Sort the output.
5717         (custom-versions-load-alist): Convert comment to doc.
5719 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5721         * newcomment.el (comment-search-backward): Stricter in finding
5722         comment start.  (Bug#14303)
5724         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
5725         (octave-comment-start-skip): Properly anchored.
5727 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5729         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
5730         Clean up when turned off.  (Bug#14395)
5731         (smie--highlight-matching-block-overlay): No longer buffer-local.
5732         (smie-highlight-matching-block): Adjust.
5734 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
5736         Doc string fix for "nanoseconds" (Bug#14406).
5737         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
5738         Fix doc string typo that had "nanoseconds" instead of "microseconds".
5740 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
5742         * calc/calc-units.el (math-extract-units): Preserve powers
5743         of units.
5745 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5747         * subr.el (delete-consecutive-dups): New function.
5748         * ido.el (ido-set-matches-1): Use it.
5749         * progmodes/octave.el (inferior-octave-completion-table): Use it.
5750         * ido.el (ido-remove-consecutive-dups): Remove.
5752 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5754         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5755         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
5756         regexp-opt's `words'.
5758 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5760         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
5761         (smie--highlight-matching-block-overlay)
5762         (smie--highlight-matching-block-lastpos)
5763         (smie--highlight-matching-block-timer): New variables.
5764         (smie-highlight-matching-block): New function.
5765         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
5766         (smie-setup): Conditionally enable smie-blink-matching-open.
5768 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
5770         Sync with upstream verilog-mode r840.
5771         * progmodes/verilog-mode.el (verilog-mode-version)
5772         (verilog-mode-release-date): Update.
5773         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
5774         (verilog-sig-tieoff): Fix string error on
5775         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
5776         (verilog-read-decls): Fix parameters confusing
5777         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
5779 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
5781         * subr.el (reveal-filename): New function.
5783         * loadup.el: Compute Emacs executable versions on MS-Windows,
5784         where executables have the .exe extension.  Add a hard link
5785         emacs-XX.YY.ZZ.exe on MS-Windows.
5787         * Makefile.in (XARGS_LIMIT): New variable.
5788         (custom-deps, finder-data, autoloads)
5789         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5790         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5791         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
5792         (compile-main): Limit xargs according to $(XARGS_LIMIT).
5794 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5796         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
5797         (octave-mode-menu, octave-mode-map): Remove its uses.
5799 2013-05-16  Reto Zimmermann  <reto@gnu.org>
5801         Sync with upstream vhdl mode v3.34.2.
5802         * progmodes/vhdl-mode.el: Use `push' throughout.
5803         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
5804         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
5805         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
5806         (vhdl-actual-generic-name): New option to derive actual generic name.
5807         (vhdl-port-paste-signals): Replace formal by actual generics.
5808         (vhdl-beautify): New name for old group vhdl-align.  Update users.
5809         (vhdl-beautify-options): New option.
5810         (vhdl-last-input-event): New compat alias.  Use throughout.
5811         (vhdl-goto-line): Replace user level function `goto-line'.
5812         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
5813         vhdl-fix-statement-buffer.
5814         (vhdl-create-mode-menu): Add some entries.
5815         (vhdl-align-region-groups): Respect vhdl-beautify-options.
5816         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
5817         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
5818         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
5819         to force statements on one line.
5820         (vhdl-remove-trailing-spaces-region):
5821         New, split from vhdl-remove-trailing-spaces.
5822         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
5823         Respect vhdl-beautify-options.
5824         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
5825         (vhdl-update-sensitivity-list): Not add with index if exists without.
5826         Not include array index with signal.  Ignore keywords in comments.
5827         (vhdl-get-visible-signals): Regexp tweaks.
5828         (vhdl-template-component-inst): Handle empty library.
5829         (vhdl-template-type): Add template for 'enum' type.
5830         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
5831         Use vhdl-replace-string.
5832         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
5833         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
5834         (vhdl-speedbar-initialize): Update for above name change.
5835         (vhdl-compose-wire-components): Fix in handling of constants.
5836         (vhdl-error-regexp-emacs-alist): New variable.
5837         (vhdl-error-regexp-add-emacs): New function;
5838         adds support for new compile.el (Emacs 22+)
5839         (vhdl-generate-makefile-1): Change target order for single lib. units.
5840         Allow use of absolute file names.
5842 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5844         * simple.el (prog-indent-sexp): Indent enclosing defun.
5846 2013-05-15  Glenn Morris  <rgm@gnu.org>
5848         * cus-start.el (show-trailing-whitespace): Move to editing basics.
5849         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
5850         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
5851         (whitespace-highlight): Move to whitespace group.
5853         * comint.el (comint-source):
5854         * pcmpl-linux.el (pcmpl-linux):
5855         * shell.el (shell-faces):
5856         * eshell/esh-opt.el (eshell-opt):
5857         * international/ccl.el (ccl): Remove empty custom groups.
5859         * completion.el (dynamic-completion-mode):
5860         * jit-lock.el (jit-lock-debug-mode):
5861         * minibuffer.el (completion-in-region-mode):
5862         * type-break.el (type-break-mode-line-message-mode)
5863         (type-break-query-mode):
5864         * emulation/tpu-edt.el (tpu-edt-mode):
5865         * progmodes/subword.el (global-subword-mode, global-superword-mode):
5866         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5867         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
5869         * term/xterm.el (xterm): Change parent group to terminals.
5871         * master.el (master): Remove empty custom group.
5872         (master-mode): Remove unused :group argument.
5873         * textmodes/refill.el (refill): Remove empty custom group.
5874         (refill-mode): Remove unused :group argument.
5876         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
5878         * cus-dep.el: Provide a feature.
5879         (custom-make-dependencies): Ignore dotfiles (dir-locals).
5880         Don't mistakenly ignore files whose basenames match a basename
5881         from preloaded-file-list (eg cedet/ede/simple.el).
5882         Add a fallback method for getting :group.
5884 2013-05-15  Juri Linkov  <juri@jurta.org>
5886         * isearch.el (isearch-char-by-name): Rename from
5887         `isearch-insert-char-by-name'.  Doc fix.
5888         (isearch-forward): Mention `isearch-char-by-name' in
5889         the docstring.  (Bug#13348)
5891         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
5892         `exit-minibuffer' instead of
5893         `isearch-nonincremental-exit-minibuffer'.
5894         (isearch-edit-string): Remove mention of
5895         `isearch-nonincremental-exit-minibuffer' from docstring.
5896         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
5897         (isearch-forward-exit-minibuffer)
5898         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
5900 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * loadup.el: Just use unversioned DOC.
5904         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
5905         literals as extending to EOB.
5906         (nxml-last-fontify-end): Remove unused variable.
5907         (nxml-after-change1): Use with-silent-modifications.
5908         (nxml-extend-after-change-region): Simplify.
5909         (nxml-extend-after-change-region1): Remove function.
5910         (nxml-after-change1): Don't adjust for dependent regions.
5911         (nxml-fontify-matcher): Simplify.
5912         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
5913         (xmltok-add-dependent): Remove function.
5914         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
5915         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
5916         (xmltok-scan-prolog-after-processing-instruction-open): Treat
5917         unclosed <[[, <?, comment, and other literals as extending to EOB.
5918         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
5919         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
5920         Remove functions.
5921         (rng-do-some-validation-1): Don't mark dependent regions.
5922         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
5923         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
5924         (nxml-clear-dependent-regions): Remove functions.
5925         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
5926         (nxml-ensure-scan-up-to-date):
5927         Don't clear&mark dependent regions.
5929 2013-05-15  Leo Liu  <sdl.web@gmail.com>
5931         * progmodes/octave.el (octave-goto-function-definition):
5932         Improve and fix callers.
5934 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5936         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
5937         the setter (bug#14387).
5939         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
5940         surrounding group (bug#14402).
5942 2013-05-14  Juri Linkov  <juri@jurta.org>
5944         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
5945         (Bug#14390)
5947 2013-05-14  Glenn Morris  <rgm@gnu.org>
5949         * progmodes/f90.el (f90-imenu-generic-expression):
5950         Fix typo in 2013-05-08 change.  (Bug#14402)
5952 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5954         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
5955         Remove signals for which replies are never received.
5957 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5959         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
5960         (gdb-handler-alist, gdb-handler-number): Remove variables.
5961         (gdb-handler-list): New variable.
5962         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
5963         (gdb-pending-handler-p, gdb-handle-reply)
5964         (gdb-remove-all-pending-triggers): New functions.
5965         (gdb-discard-unordered-replies): New defcustom.
5966         (gdb-handler): New defstruct.
5967         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
5968         instead of gdb-pending-triggers.  Update docstring.
5969         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
5970         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
5971         (gdb-var-update-handler, def-gdb-auto-update-trigger)
5972         (def-gdb-auto-update-handler, gdb-get-changed-registers)
5973         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
5974         (gdb-frame-handler): Pending triggers are now automatically managed.
5975         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
5976         Remove argument.
5977         (gdb-input): Automatically handles pending triggers.  Update docstring.
5978         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
5979         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
5980         Update comments.
5981         (gdb-done-or-error): Now use gdb-handle-reply.
5983 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5985         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
5986         gdb-debug-log.
5988 2013-05-14  Glenn Morris  <rgm@gnu.org>
5990         * subr.el (user-emacs-directory-warning): New option.
5991         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
5993 2013-05-14  Leo Liu  <sdl.web@gmail.com>
5995         * progmodes/octave.el (octave-font-lock-keywords): Fix error
5996         during redisplay.
5997         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
5998         (octave-font-lock-texinfo-comment): Fix invalid search bound
5999         error: wrong side of point.
6001 2013-05-14  Glenn Morris  <rgm@gnu.org>
6003         * progmodes/flymake.el (flymake-xml-program): New option.
6004         (flymake-xml-init): Use it.
6006         * term/xterm.el: Provide a feature.
6008         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
6010 2013-05-13  Glenn Morris  <rgm@gnu.org>
6012         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
6013         Add compat aliases as a hack workaround.  (Bug#14384)
6015 2013-05-13  Leo Liu  <sdl.web@gmail.com>
6017         * progmodes/octave.el (octave-indent-comment): Fix indentation for
6018         ###, and %!.
6019         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
6020         C-M-q.
6021         (octave-comment-start-skip): Include %!.
6022         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
6024 2013-05-12  Leo Liu  <sdl.web@gmail.com>
6026         * progmodes/octave.el (inferior-octave-startup): Store the value
6027         of __octave_srcdir__ for octave-source-directories.
6028         (inferior-octave-check-process): New function refactored out of
6029         inferior-octave-send-list-and-digest.
6030         (octave-source-directories)
6031         (octave-find-definition-filename-function): New variables.
6032         (octave-source-directories)
6033         (octave-find-definition-default-filename): New functions.
6034         (octave-find-definition): Improve to find functions implemented in C++.
6036 2013-05-12  Glenn Morris  <rgm@gnu.org>
6038         * calendar/diary-lib.el (diary-outlook-format-1):
6039         Don't include dayname in the output.  (Bug#14349)
6041 2013-05-11  Glenn Morris  <rgm@gnu.org>
6043         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
6045         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
6046         Treat cc-provide like provide.
6048 2013-05-11  Kevin Ryde  <user42@zip.com.au>
6050         * cus-dep.el (custom-make-dependencies):
6051         Use generated-autoload-load-name for the sake of files such
6052         such cedet/semantic/bovine/c.el, where the base file name
6053         is not in load-path.  (Bug#5277)
6055 2013-05-11  Glenn Morris  <rgm@gnu.org>
6057         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
6058         Provide features.
6060 2013-05-11  Leo Liu  <sdl.web@gmail.com>
6062         * progmodes/octave.el (octave-indent-comment): Improve.
6063         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
6064         (octave-eldoc-function-signatures, octave-eldoc-function):
6065         New functions.
6066         (octave-mode, inferior-octave-mode): Add eldoc support.
6068 2013-05-11  Richard Stallman  <rms@gnu.org>
6070         * epa.el (epa-decrypt-file): Take output file name as argument
6071         and read it using `interactive'.
6073 2013-05-11  Leo Liu  <sdl.web@gmail.com>
6075         * progmodes/octave.el (octave-beginning-of-line)
6076         (octave-end-of-line): Check before using up-list because it jumps
6077         out of more syntactic contructs since moving to smie.
6078         (octave-indent-comment): New function.
6079         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
6080         (octave-begin-keywords, octave-end-keywords)
6081         (octave-reserved-words, octave-smie-bnf-table)
6082         (octave-smie-rules): Add new keywords from Octave 3.6.4.
6084 2013-05-11  Glenn Morris  <rgm@gnu.org>
6086         * faces.el (internal-face-x-get-resource):
6087         * frame.el (ns-display-monitor-attributes-list):
6088         * calc/calc-aent.el (math-to-radians-2):
6089         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
6090         Fix declarations.
6092         * calc/calc-menu.el: Make it loadable in isolation.
6094         * net/eudcb-bbdb.el: Make it loadable without bbdb.
6095         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
6096         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
6097         (eudc-bbdb-query-internal): Require 'bbdb.
6099         * lpr.el (lpr-headers-switches):
6100         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
6102         * progmodes/sql.el (sql-login-params): Fix and improve :type.
6104         * emulation/edt-mapper.el: In batch mode, error rather than hang.
6106         * term.el (term-set-escape-char): Make it idempotent.
6108 2013-05-10  Leo Liu  <sdl.web@gmail.com>
6110         * progmodes/octave.el (inferior-octave-completion-table):
6111         No longer a function and all uses changed.  Use cache to speed up
6112         completion due to bug#11906.
6113         (octave-beginning-of-defun): Re-write to be more general.
6115 2013-05-10  Glenn Morris  <rgm@gnu.org>
6117         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
6119 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6121         * comint.el (comint-redirect-send-command-to-process): Use :around
6122         rather than :override for comint-redirect-filter.
6123         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
6124         Call it instead of comint-redirect-original-filter-function (which
6125         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
6127 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
6129         * frame.el (display-monitor-attributes-list): Add NS case.
6130         (ns-display-monitor-attributes-list): Declare.
6132 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
6134         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
6136 2013-05-09  Glenn Morris  <rgm@gnu.org>
6138         * international/fontset.el (vertical-centering-font-regexp):
6139         Set standard-value.
6141         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
6143         * bookmark.el (bookmark-search-delay):
6144         * cus-start.el (vertical-centering-font-regexp):
6145         * ps-mule.el (ps-mule-font-info-database-default):
6146         * ps-print.el (ps-default-fg, ps-default-bg):
6147         * type-break.el (type-break-good-break-interval):
6148         * whitespace.el (whitespace-indentation-regexp)
6149         (whitespace-space-after-tab-regexp):
6150         * emacs-lisp/testcover.el (testcover-1value-functions)
6151         (testcover-noreturn-functions, testcover-progn-functions)
6152         (testcover-prog1-functions):
6153         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6154         * eshell/em-glob.el (eshell-glob-translate-alist):
6155         * play/tetris.el (tetris-tty-colors):
6156         * progmodes/cpp.el (cpp-face-default-list):
6157         * progmodes/flymake.el (flymake-allowed-file-name-masks):
6158         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
6159         (idlwave-help-browser-generic-args):
6160         * progmodes/make-mode.el (makefile-special-targets-list):
6161         * progmodes/python.el (python-shell-virtualenv-path):
6162         * progmodes/verilog-mode.el (verilog-active-low-regexp)
6163         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
6164         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
6165         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6166         * textmodes/reftex-vars.el (reftex-format-label-function):
6167         * textmodes/remember.el (remember-diary-file): Fix custom types.
6169         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
6170         Add :version.
6172 2013-05-09  Leo Liu  <sdl.web@gmail.com>
6174         * progmodes/octave.el (inferior-octave-completion-at-point):
6175         Restore file completion.  (Bug#14300)
6176         (inferior-octave-startup): Fix incorrect highlighting for the
6177         first prompt.
6179 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6181         * progmodes/ruby-mode.el: First cut at SMIE support.
6182         (ruby-use-smie): New var.
6183         (ruby-smie-grammar): New constant.
6184         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
6185         (ruby-smie--forward-token, ruby-smie--backward-token)
6186         (ruby-smie-rules): New functions.
6187         (ruby-mode-variables): Setup SMIE if applicable.
6189 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
6191         * simple.el (line-move-visual): Signal beginning/end of buffer
6192         only if vertical-motion moved less than it was requested.  Avoids
6193         silly incorrect error messages when there are display strings with
6194         multiple newlines at EOL.
6196 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6198         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
6199         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
6200         (prolog-char-quote-workaround):
6201         * progmodes/cperl-mode.el (cperl-under-as-char):
6202         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
6203         Mark as obsolete.
6204         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
6205         their declaration.
6206         (vhdl-mode-syntax-table-init): Remove.
6208         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
6209         last change.
6211         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
6212         syntax for "_".
6213         (ld-script-font-lock-keywords):
6214         Change regexps to use things like \_< and \_>.
6216         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
6217         Change all regexps to use things like \_< and \_>.
6219         * progmodes/autoconf.el (autoconf-definition-regexp)
6220         (autoconf-font-lock-keywords, autoconf-current-defun-function):
6221         Handle a _ with symbol syntax.
6222         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
6224         * progmodes/ada-mode.el (ada-mode-abbrev-table):
6225         Consolidate declaration.
6226         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
6227         the declaration.
6228         (ada-create-syntax-table): Remove.
6229         (ada-capitalize-word): Don't mess with the syntax of "_" since it
6230         already has the right syntax nowadays.
6231         (ada-goto-next-word): Don't change the syntax of "_".
6233         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
6234         with-wrapper-hook.
6236 2013-05-08  Sam Steingold  <sds@gnu.org>
6238         * thingatpt.el (thing-at-point): Accept optional second argument
6239         NO-PROPERTIES to strip the text properties from the return value.
6240         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
6241         to `thing-at-point' instead of stripping the properties ourselves.
6242         Also, when `thing-at-point' fails to find a url, prepend "http://"
6243         to the filename at point on the assumption that the user is
6244         pointing at something like gnu.org/gnu.
6246 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
6248         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6249         * faces.el (crm-separator):
6250         Silence byte-compiler.
6252         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
6253         (tool-bar-map): Remove unneeded defvars.
6255 2013-05-08  Leo Liu  <sdl.web@gmail.com>
6257         Re-work a fix for bug#10994 based on Le Wang's patch.
6258         * ido.el (ido-remove-consecutive-dups): New helper.
6259         (ido-completing-read): Use it.
6260         (ido-chop): Revert fix for bug#10994.
6262 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
6264         * cus-edit.el (custom-save-variables):
6265         Pretty-print long values.  (Bug#14187)
6267 2013-05-08  Glenn Morris  <rgm@gnu.org>
6269         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
6270         (m4-mode-syntax-table): Init in the defvar.
6271         (m4-mode-abbrev-table): Let define-derived-mode define it.
6273 2013-05-08  Tom Tromey  <tromey@redhat.com>
6275         * progmodes/m4-mode.el (m4-mode-syntax-table):
6276         Do not treat "_" as word constituent.  (Bug#14167)
6278 2013-05-07  Glenn Morris  <rgm@gnu.org>
6280         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
6281         Remove explicit eshell-isearch-cancel-map.
6283         * progmodes/f90.el (f90-smart-end-names): New option.
6284         (f90-smart-end): Doc fix.
6285         (f90-end-block-optional-name): New constant.
6286         (f90-block-match): Respect f90-smart-end-names.
6288 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6290         * progmodes/octave.el (octave-smie-forward-token): Be more careful
6291         about implicit semi-colons (bug#14218).
6293 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6295         * frame.el (display-monitor-attributes-list)
6296         (frame-monitor-attributes): New functions.
6298 2013-05-06  Leo Liu  <sdl.web@gmail.com>
6300         * progmodes/octave.el (octave-syntax-propertize-function): Change
6301         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
6302         (octave-font-lock-keywords): Use octave-operator-regexp.
6303         (octave-completion-at-point): Rename from
6304         octave-completion-at-point-function.
6305         (inferior-octave-directory-tracker): Robustify.
6306         (octave-text-functions): Remove and fix its uses.  No such things
6307         any more.
6309 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * emacs-lisp/trace.el (trace--display-buffer): New function.
6312         (trace-make-advice): Use it.
6314 2013-05-06  Juri Linkov  <juri@jurta.org>
6316         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
6317         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
6318         Doc fix.
6319         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
6320         in the help string.  (Bug#12985)
6322 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
6324         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
6326 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6328         * progmodes/perl-mode.el: Add support for here documents.
6329         (perl-syntax-propertize-function): Match here-doc markers.
6330         (perl-syntax-propertize-special-constructs): Find their end.
6331         (perl-imenu-generic-expression): Use [:alnum:].
6333         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
6334         (advice--add-function): Refresh the advice if already present
6335         (bug#14317).
6337 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
6339         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
6341 2013-05-06  Glenn Morris  <rgm@gnu.org>
6343         * w32-fns.el (w32-charset-info-alist): Declare.
6345         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
6346         of its defcustom properties.
6347         (eshell-cmpl-initialize): No need to load pcomplete.
6349         * generic-x.el: No need to require comint when compiling.
6351         * net/eudc-export.el: Make it loadable without bbdb.
6352         (top-level): Use require rather than load-library.
6353         (eudc-create-bbdb-record, eudc-bbdbify-phone)
6354         (eudc-batch-export-records-to-bbdb)
6355         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
6356         Require bbdb.
6358 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6360         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
6361         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
6362         some tweaks, instead.
6364 2013-05-05  Leo Liu  <sdl.web@gmail.com>
6366         * progmodes/octave.el (octave-font-lock-keywords)
6367         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
6368         (inferior-octave-send-list-and-digest): Improve error message.
6369         (octave-mode, inferior-octave-mode): Use setq-local.
6370         (octave-help): Set info-lookup-mode.
6372 2013-05-05  Richard Stallman  <rms@gnu.org>
6374         * vc/compare-w.el (compare-windows-whitespace):
6375         Treat no-break space as whitespace.
6377         * mail/rmailsum.el (rmail-summary-rmail-update):
6378         Detect empty summary and don't change selected message.
6379         (rmail-summary-goto-msg): Likewise.
6381         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
6382         Doc fixes, rename args.
6384 2013-05-05  Alan Mackenzie  <acm@muc.de>
6386         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
6388 2013-05-05  Juri Linkov  <juri@jurta.org>
6390         * info.el (Info-read-subfile): Use (point-min) instead of (point)
6391         to not add the length of the summary segment to the return value.
6392         (Bug#14125)
6394 2013-05-05  Leo Liu  <sdl.web@gmail.com>
6396         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
6397         (inferior-octave-output-filter): Remove.
6398         (octave-send-region, inferior-octave-startup): Fix callers.
6399         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
6400         (octave-binary-file-extensions): New user variable.
6401         (octave-find-definition): Confirm if opening binary files.
6402         (octave-help-file): Use octave-find-definition to get the binary
6403         confirmation.
6404         (octave-help): Adjust for octave-help-file change.
6406 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6408         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
6409         Merge the two entries that handle function definitions.
6410         (pascal--syntax-propertize): New const.
6411         (pascal-mode): Use it.  Use setq-local.
6413 2013-05-04  Glenn Morris  <rgm@gnu.org>
6415         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
6416         (diary-from-outlook): Respect diary-from-outlook-function.
6418 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
6421         Move the declaration from C.
6422         (read-minibuffer, eval-minibuffer): Move from C.
6423         (completion-setup-function): Avoid minibuffer-completion-contents.
6425 2013-05-03  Leo Liu  <sdl.web@gmail.com>
6427         * progmodes/octave.el (octave-font-lock-keywords): Do not
6428         dehighlight 'end' in comments or strings.
6429         (octave-completing-read, octave-goto-function-definition):
6430         New helpers.
6431         (octave-help-buffer): New user variable.
6432         (octave-help-file, octave-help-function): New button types.
6433         (octave-help): New command and bind it to C-h ;.
6434         (octave-find-definition): New command and bind it to M-.
6435         (user-error): Alias to error if not defined.
6437 2013-05-02  Leo Liu  <sdl.web@gmail.com>
6439         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
6440         for \.  (bug#14332)
6441         (octave-font-lock-keywords): Include [ and {.
6443 2013-05-02  Leo Liu  <sdl.web@gmail.com>
6445         * progmodes/octave.el (inferior-octave-startup-file): Change default.
6446         (inferior-octave): Remove calling comint-mode and return the buffer.
6447         (inferior-octave-startup): Cosmetic changes.
6449 2013-05-02  Leo Liu  <sdl.web@gmail.com>
6451         * progmodes/octave.el (octave-syntax-propertize-function):
6452         Include the case when ' is at line beginning.  (Bug#14336)
6454 2013-05-02  Glenn Morris  <rgm@gnu.org>
6456         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
6457         * desktop.el (vc-dir-mode): Just autoload it here.
6459 2013-05-02  Alan Mackenzie  <acm@muc.de>
6461         Eliminate variable c-standard-font-lock-fontify-region-function.
6462         * progmodes/cc-mode.el
6463         (c-standard-font-lock-fontify-region-function): Remove.
6464         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
6466 2013-05-01  Leo Liu  <sdl.web@gmail.com>
6468         * progmodes/octave.el: Compatible with older emacs-24 releases.
6469         (inferior-octave-has-built-in-variables): Remove.  Built-in
6470         variables were removed from Octave in 2007.
6471         (inferior-octave-startup): Fix uses.
6472         (comint-line-beginning-position): Remove compatibility code for
6473         emacs 21.
6475 2013-05-01  Juri Linkov  <juri@jurta.org>
6477         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
6479 2013-05-01  Juri Linkov  <juri@jurta.org>
6481         * comint.el (comint-previous-matching-input): Don't print message
6482         "History item: %d" when `isearch-mode' is active.
6483         (comint-history-isearch-message): Print message "History item: %d"
6484         when `comint-input-ring-index' is not empty and this function is
6485         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
6487 2013-05-01  Leo Liu  <sdl.web@gmail.com>
6489         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
6490         definitions.  Use completion-at-point to insert keywords.
6491         (octave-abbrev-start): Remove.
6492         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
6494 2013-04-30  Leo Liu  <sdl.web@gmail.com>
6496         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
6497         change.
6499 2013-04-30  Alan Mackenzie  <acm@muc.de>
6501         Handle arbitrarily long C++ member initialisation lists.
6502         * progmodes/cc-engine.el (c-back-over-member-initializers):
6503         new function.
6504         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
6505         (most) member init lists.
6507 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6509         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
6510         variable.
6512 2013-04-30  Leo Liu  <sdl.web@gmail.com>
6514         * progmodes/octave.el (octave-variables): Remove.  No builtin
6515         variables any more.  All converted to functions.
6516         (octave-font-lock-keywords, octave-completion-at-point-function):
6517         Fix uses.
6518         (octave-font-lock-texinfo-comment): New user variable.
6519         (octave-texinfo-font-lock-keywords): New variable for texinfo
6520         comment block.
6521         (octave-function-comment-block): New face.
6522         (octave-font-lock-texinfo-comment): New function.
6523         (octave-mode): Font lock texinfo comment block.
6525 2013-04-29  Leo Liu  <sdl.web@gmail.com>
6527         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
6528         indexing expression.
6529         (octave-continuation-string): Do not use \.
6530         (inferior-octave-complete-impossible): Remove.
6531         (inferior-octave-completion-table)
6532         (inferior-octave-completion-at-point): Remove its uses.
6533         (inferior-octave-startup): completion_matches was introduced to
6534         Octave in 1996 so safe to assume it.
6535         (octave-function-file-comment): Improve to follow how Octave does it.
6536         (octave-update-function-file-comment): Tweak.
6538 2013-04-29  Leo Liu  <sdl.web@gmail.com>
6540         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
6541         (inferior-octave-startup): Remove inferior-octave-startup-hook.
6542         (octave-function-file-comment): Fix typo.
6543         (octave-sync-function-file-names): Use read-char-choice.
6545 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
6547         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
6548         to t for the less important warnings.
6550 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6552         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
6554 2013-04-27  Glenn Morris  <rgm@gnu.org>
6556         * vc/log-view.el (log-view-current-entry):
6557         Treat "---" separator lines as part of the following rev.  (Bug#14169)
6559 2013-04-27  Juri Linkov  <juri@jurta.org>
6561         * subr.el (read-number): Doc fix about using it by interactive
6562         code letter `n'.  (Bug#14254)
6564 2013-04-27  Juri Linkov  <juri@jurta.org>
6566         * desktop.el (desktop-auto-save-timeout): New option.
6567         (desktop-file-checksum): New variable.
6568         (desktop-save): Add optional arg `auto-save' and don't auto-save
6569         if nothing changed.
6570         (desktop-auto-save-timer): New variable.
6571         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
6572         (after-init-hook): Call `desktop-auto-save-set-timer'.
6573         Suggested by Reuben Thomas <rrt@sc3d.org> in
6574         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
6576 2013-04-27  Leo Liu  <sdl.web@gmail.com>
6578         * progmodes/octave.el (octave-function-file-p)
6579         (octave-skip-comment-forward, octave-function-file-comment)
6580         (octave-update-function-file-comment): New functions.
6581         (octave-mode-map): Bind C-c ; to
6582         octave-update-function-file-comment.
6583         (octave-mode-menu): Add octave-update-function-file-comment.
6584         (octave-mode, inferior-octave-mode): Fix doc-string.
6585         (octave-insert-defun): Conform to Octave's coding convention.
6586         (Bug#14285)
6588         * files.el (basic-save-buffer): Don't let errors in
6589         before-save-hook prevent saving buffer.
6591 2013-04-20  Roland Winkler  <winkler@gnu.org>
6593         * faces.el (read-face-name): Use completing-read if arg multiple
6594         is nil.
6596 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
6598         * ls-lisp.el (ls-lisp-insert-directory): If no files are
6599         displayed, move point to after the totals line.
6600         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
6601         for the details.
6603 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6605         * emacs-lisp/package.el (package-autoload-ensure-default-file):
6606         Add current dir to the load-path.
6607         (package-generate-autoloads): Don't rely on
6608         autoload-ensure-default-file.
6610 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
6612         * textmodes/remember.el (remember-store-in-files): Document that
6613         the file name format is passed to `format-time-string'.
6615 2013-04-26  Leo Liu  <sdl.web@gmail.com>
6617         * progmodes/octave.el (octave-sync-function-file-names): New function.
6618         (octave-mode): Use it in before-save-hook.
6620 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
6623         (bug#14274).
6625         * progmodes/octave.el (octave-smie-forward-token): Properly skip
6626         \n and comment, even if it's not an implicit ; (bug#14218).
6628 2013-04-26  Glenn Morris  <rgm@gnu.org>
6630         * subr.el (read-number): Once more use `read' rather than
6631         `string-to-number', to trap non-numeric input.  (Bug#14254)
6633 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
6635         * emacs-lisp/syntax.el (syntax-propertize-multiline):
6636         Use `syntax-multiline' text property consistently instead of
6637         `font-lock-multiline'.  (Bug#14237)
6639 2013-04-26  Glenn Morris  <rgm@gnu.org>
6641         * emacs-lisp/shadow.el (list-load-path-shadows):
6642         No longer necessary to check for duplicate simple.el, since
6643         2012-07-07 change to init_lread to not include installation lisp
6644         directories in load-path when running uninstalled.  (Bug#14270)
6646 2013-04-26  Leo Liu  <sdl.web@gmail.com>
6648         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
6649         (octave-mode, inferior-octave-mode): Use setq-local.
6650         (octave-not-in-string-or-comment-p): Rename to
6651         octave-in-string-or-comment-p.
6652         (octave-in-comment-p, octave-in-string-p)
6653         (octave-in-string-or-comment-p): Replace defsubst with defun.
6655 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6657         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
6659 2013-04-25  Bastien Guerry  <bzg@gnu.org>
6661         * textmodes/remember.el (remember-data-directory)
6662         (remember-directory-file-name-format): Fix custom types.
6664 2013-04-25  Leo Liu  <sdl.web@gmail.com>
6666         * progmodes/octave.el (octave-completion-at-point-function):
6667         Make use of inferior octave process.
6668         (octave-initialize-completions): Remove.
6669         (inferior-octave-completion-table): New function.
6670         (inferior-octave-completion-at-point): Use it.
6671         (octave-completion-alist): Remove.
6673 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6675         * progmodes/opascal.el: Use font-lock and syntax-propertize.
6676         (opascal-mode-syntax-table): New var.
6677         (opascal-literal-kind, opascal-is-literal-end)
6678         (opascal-literal-token-at): Rewrite.
6679         (opascal--literal-start-re, opascal-font-lock-keywords)
6680         (opascal--syntax-propertize): New constants.
6681         (opascal-font-lock-defaults): Adjust.
6682         (opascal-mode): Use them.  Set comment-<foo> variables as well.
6683         (delphi-comment-face, opascal-comment-face, delphi-string-face)
6684         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
6685         (delphi-other-face, opascal-other-face): Remove face variables.
6686         (opascal-save-state): Remove macro.
6687         (opascal-fontifying-progress-step): Remove constant.
6688         (opascal--ignore-changes): Remove var.
6689         (opascal-set-token-property, opascal-parse-next-literal)
6690         (opascal-is-stable-literal, opascal-complete-literal)
6691         (opascal-is-literal-start, opascal-face-of)
6692         (opascal-parse-region, opascal-parse-region-until-stable)
6693         (opascal-fontify-region, opascal-after-change)
6694         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
6695         (opascal-debug-parse-region, opascal-debug-parse-window)
6696         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
6697         (opascal-debug-fontify-buffer): Remove.
6698         (opascal-debug-mode-map): Adjust accordingly.
6700 2013-04-25  Leo Liu  <sdl.web@gmail.com>
6702         Merge octave-mod.el and octave-inf.el into octave.el with some
6703         cleanups.
6704         * progmodes/octave.el: New file renamed from octave-mod.el.
6705         * progmodes/octave-inf.el: Merged into octave.el.
6706         * progmodes/octave-mod.el: Renamed to octave.el.
6708 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
6710         * textmodes/reftex-vars.el
6711         (reftex-label-ignored-macros-and-environments): New defcustom.
6713         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
6715 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6717         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
6718         (smie-indent-keyword): Improve the check to ensure that the next
6719         comment is really on the same line.
6720         (smie-indent-comment): Don't align with a subsequent closer (or eob).
6722         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
6723         semi-colons if the line is not otherwise empty (bug#14218).
6725 2013-04-25  Glenn Morris  <rgm@gnu.org>
6727         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
6729 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6731         * progmodes/opascal.el (opascal-set-token-property): Rename from
6732         opascal-set-text-properties and only set `token' (bug#14134).
6733         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
6734         (opascal-literal-text-properties): Remove.
6735         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
6736         Adjust callers.
6738 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
6740         * textmodes/remember.el (remember-handler-functions): Add an
6741         option for a new handler `remember-store-in-files'.
6742         (remember-data-directory, remember-directory-file-name-format):
6743         New options.
6744         (remember-store-in-files): New function to store remember notes
6745         as separate files within a directory.
6747 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
6749         * progmodes/compile.el (compilation-next-error-function):
6750         Pass "formats" to compilation-find-file (bug#11777).
6752 2013-04-24  Glenn Morris  <rgm@gnu.org>
6754         * vc/vc-bzr.el (vc-bzr-print-log):
6755         * vc/vc-hg.el (vc-hg-print-log):
6756         * vc/vc-svn.el (vc-svn-print-log):
6757         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
6759         * vc/vc-bzr.el (vc-bzr-print-log):
6760         * vc/vc-cvs.el (vc-cvs-print-log):
6761         * vc/vc-git.el (vc-git-print-log):
6762         * vc/vc-hg.el (vc-hg-print-log):
6763         * vc/vc-mtn.el (vc-mtn-print-log):
6764         * vc/vc-rcs.el (vc-rcs-print-log):
6765         * vc/vc-sccs.el (vc-sccs-print-log):
6766         * vc/vc-svn.el (vc-svn-print-log):
6767         * vc/vc.el (vc-print-log-internal): Doc fixes.
6769 2013-04-23  Glenn Morris  <rgm@gnu.org>
6771         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
6772         Remove venerable code attempting to avoid substitute-command-keys.
6774 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
6776         * textmodes/reftex-vars.el (reftex-label-regexps):
6777         Call `reftex-compile-variables' after changes to this variable.
6779 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6781         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
6782         Use lexical-binding.
6783         (jit-lock-force-redisplay): Use markers, check buffer's continued
6784         existence and beware narrowed buffers.
6785         (jit-lock-fontify-now): Adjust call accordingly.
6787 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6789         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
6790         to avoid misleading the user.
6792 2013-04-22  Leo Liu  <sdl.web@gmail.com>
6794         * info-look.el: Prefer latex2e.info.  (Bug#14240)
6796 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
6798         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
6800         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
6801         * net/tramp.el (tramp-call-process): ... here.
6802         (tramp-set-completion-function, tramp-parse-putty):
6803         * net/tramp-adb.el (tramp-adb-execute-adb-command):
6804         * net/tramp-gvfs.el (tramp-gvfs-send-command):
6805         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6806         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
6807         (tramp-call-local-coding-command): Use `tramp-call-process'
6808         instead of `tramp-compat-call-process'.
6810         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
6811         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
6812         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
6813         (tramp-find-inline-compress): Improve traces.
6814         (tramp-maybe-send-script): Check for Perl binary.
6815         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
6817 2013-04-22  Daiki Ueno  <ueno@gnu.org>
6819         * epg.el (epg-context-pinentry-mode): New function.
6820         (epg-context-set-pinentry-mode): New function.
6821         (epg--start): Pass --pinentry-mode option to gpg command.
6823 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
6825         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
6826         `comint-dynamic-complete' is obsolete since 24.1, replaced by
6827         `completion-at-point'.  (Bug#13774)
6829         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
6830         default key binding for `describe-distribution' has been moved to
6831         `C-h C-o'.  (Bug#13970)
6833 2013-04-21  Glenn Morris  <rgm@gnu.org>
6835         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
6836         Add doc strings.
6837         (vc-print-log): Clarify interactive prompt.
6839 2013-04-20  Glenn Morris  <rgm@gnu.org>
6841         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6842         No longer include timestamp etc information.
6844 2013-04-20  Roland Winkler  <winkler@gnu.org>
6846         * faces.el (read-face-name): Bug fix, return just one face if arg
6847         multiple is nil.  (Bug#14209)
6849 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6851         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
6852         (remove-function): Autoload.
6854         * comint.el (comint-redirect-original-filter-function): Remove.
6855         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
6856         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
6857         (vc-cvs-annotate-command):
6858         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
6859         * progmodes/prolog.el (prolog-consult-compile):
6860         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
6861         Use add/remove-function instead.
6862         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
6863         (gud-tooltip-process-output, gud-tooltip-tips):
6864         Use add/remove-function instead.
6865         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
6866         (scheme-interaction-mode, exit-scheme-interaction-mode):
6867         Use add/remove-function instead.
6869         * vc/vc-dispatcher.el: Use lexical-binding.
6870         (vc--process-sentinel): Rename from vc-process-sentinel.
6871         Change last arg to be the code to run.  Don't use vc-previous-sentinel
6872         and vc-sentinel-commands any more.
6873         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
6874         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
6876 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
6878         * progmodes/sh-script.el (sh-imenu-generic-expression):
6879         Handle function names with a single character.   (Bug#14111)
6881 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
6883         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
6884         for subroutines defined in an eval (bug#14182).
6886 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6888         * bookmark.el (bookmark-completing-read): Improve handling of empty
6889         string (bug#14176).
6891 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6893         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
6895 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6897         New faster Imenu implementation (bug#14058).
6898         * progmodes/python.el:
6899         (python-imenu-prev-index-position):
6900         (python-imenu-format-item-label-function)
6901         (python-imenu-format-parent-item-label-function)
6902         (python-imenu-format-parent-item-jump-label-function):
6903         New vars.
6904         (python-imenu-format-item-label)
6905         (python-imenu-format-parent-item-label)
6906         (python-imenu-format-parent-item-jump-label)
6907         (python-imenu--put-parent, python-imenu--build-tree)
6908         (python-imenu-create-index, python-imenu-create-flat-index)
6909         (python-util-popn): New functions.
6910         (python-mode): Set imenu-create-index-function to
6911         python-imenu-create-index.
6913 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6915         * winner.el (winner-active-region): Use region-active-p, activate-mark
6916         and deactivate-mark (bug#14225).
6918         * simple.el (deactivate-mark): Don't inline it.
6920 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
6922         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
6924 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
6926         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
6927         file extensions from the archive-mode entry in order to prefer
6928         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
6930 2013-04-18  Leo Liu  <sdl.web@gmail.com>
6932         * bindings.el (help-event-list): Add ?\?.
6934 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6936         * subr.el (with-wrapper-hook): Declare obsolete.
6937         * simple.el (filter-buffer-substring-function): New hook.
6938         (filter-buffer-substring): Use it.
6939         (filter-buffer-substring-functions): Mark obsolete.
6940         * minibuffer.el (completion-in-region-function): New hook.
6941         (completion-in-region): Use it.
6942         (completion-in-region-functions): Mark obsolete.
6943         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
6944         * abbrev.el (abbrev-expand-function): New hook.
6945         (expand-abbrev): Use it.
6946         (abbrev-expand-functions): Mark obsolete.
6947         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
6948         and :filter-return.
6950 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6952         * progmodes/python.el (python-nav--syntactically): Fix cornercases
6953         and do not care about match data.
6955 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6957         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
6958         completion tables when completing error conditions and
6959         `declare' arguments.
6960         (lisp-complete-symbol, field-complete): Mark as obsolete.
6961         (check-parens): Unmatched parens are user errors.
6962         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
6964 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
6966         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
6967         command changed buffer (ie. `flyspell-pre-buffer' is not current
6968         buffer), which prevents making decisions based on invalid value of
6969         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
6970         cause an error when `flyspell-pre-point' was nil after switching
6971         buffers.
6972         (flyspell-post-command-hook): No longer needs to change buffers when
6973         checking pre-word.  While at it remove unnecessary progn.
6975 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
6977         * textmodes/ispell.el (ispell-add-per-file-word-list):
6978         Fix `flyspell-correct-word-before-point' error when accepting
6979         words and `coment-padding' is an integer by using
6980         `comment-normalize-vars' (Bug #14214).
6982 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6984         New defun movement commands.
6985         * progmodes/python.el (python-nav--syntactically)
6986         (python-nav--forward-defun, python-nav-backward-defun)
6987         (python-nav-forward-defun): New functions.
6989 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6991         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
6992         (python-syntax-context): Use named compiler-macro for backwards
6993         compatibility with Emacs 24.x.
6995 2013-04-17  Leo Liu  <sdl.web@gmail.com>
6997         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
6998         octave-hide-process-buffer.
7000 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7002         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
7003         (bug#14216).
7005 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
7007         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
7008         Fix adjustment of offset when receiving incomplete responses from GDB
7009         (bug#14129).
7011 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7013         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
7014         python-mode-abbrev-table.
7015         (python-skeleton-define): Adjust accordingly.
7016         (python-mode-abbrev-table): New table that inherits from it so that
7017         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
7019         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
7020         (abbrev-symbol): Use it.
7021         (abbrev--before-point): Use it since we already handle inheritance.
7023 2013-04-16  Leo Liu  <sdl.web@gmail.com>
7025         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
7026         binding to info-lookup-symbol.
7028 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
7030         * minibuffer.el (completion--twq-all):
7031         * term/ns-win.el (ns-initialize-window-system):
7032         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
7034 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7036         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
7037         global bindings.
7039         * doc-view.el (doc-view-start-process): Handle url-handler directories.
7041 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
7043         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
7044         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
7045         to nil.
7046         (ruby-end-of-defun): Remove the unused arg, change the docstring
7047         to reflect that this function is only used as the value of
7048         `end-of-defun-function'.
7049         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
7050         to reflect an earlier change that beginning/end-of-defun functions
7051         jump between methods in a class definition, as well as top-level
7052         functions.
7054 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7056         * minibuffer.el (minibuffer-complete): Don't just scroll
7057         a *Completions* that's been iconified.
7058         (minibuffer-force-complete): Make sure repetitions do cycle when going
7059         through completion-in-region -> minibuffer-complete.
7061 2013-04-15  Alan Mackenzie  <acm@muc.de>
7063         Correct the placement of c-cpp-delimiters when there're #s not at
7064         col 0.
7066         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
7067         place a submatch around the #.
7068         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
7069         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
7070         on the #, not BOL.
7072 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7074         * emacs-lisp/nadvice.el: Properly test names when adding advice.
7075         (advice--member-p): New arg `name'.
7076         (advice--add-function, advice-member-p): Use it (bug#14202).
7078 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
7080         Reformulate java imenu-generic-expression.
7081         The old expression contained ill formed regexps.
7083         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
7084         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
7085         (cc-imenu-java-method-arg-regexp): New defconsts.
7086         (cc-imenu-java-build-type-args-regex): New defun.
7087         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
7088         handling of spaces in the regexp.
7090 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7092         * textmodes/ispell.el (ispell-command-loop): Remove
7093         flyspell highlight of a word when ispell accepts it (bug #14178).
7095 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
7097         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
7098         uses code from the previous `ange-ftp-run-real-handler'.
7099         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
7100         only in case that function exist.  This is needed for proper
7101         unloading of Tramp.
7103 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
7105         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
7107         * textmodes/reftex.el (reftex-compile-variables): Use it.
7109 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7111         * files.el (normal-mode): Only use default major-mode if no other mode
7112         was specified.
7114         * emacs-lisp/trace.el (trace-values): New function.
7116         * files.el: Allow : in local variables (bug#14089).
7117         (hack-local-variable-regexp): New var.
7118         (hack-local-variables-prop-line, hack-local-variables): Use it.
7120 2013-04-13  Roland Winkler  <winkler@gnu.org>
7122         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
7123         data before it gets modified by bibtex-beginning-of-entry.
7125 2013-04-13  Roland Winkler  <winkler@gnu.org>
7127         * textmodes/bibtex.el (bibtex-url): Doc fix.
7129 2013-04-13  Roland Winkler  <winkler@gnu.org>
7131         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
7132         does not visit a BibTeX file, exclude it from the list of buffers
7133         returned by bibtex-initialize.
7135 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
7137         * window.el (split-window): Remove interactive form, since as a
7138         command this function is a special case of split-window-below.
7139         Correct doc string.
7141 2013-04-12  Roland Winkler  <winkler@gnu.org>
7143         * faces.el (read-face-name): Do not override value of arg default.
7144         Allow single faces and strings as default values.  Remove those
7145         elements from return value that are not faces.
7146         (describe-face): Simplify.
7147         (face-at-point): New optional args thing and multiple so that this
7148         function can provide the same functionality previously provided by
7149         read-face-name.
7150         (make-face-bold, make-face-unbold, make-face-italic)
7151         (make-face-unitalic, make-face-bold-italic, invert-face)
7152         (modify-face, read-face-and-attribute): Use face-at-point.
7154         * cus-edit.el (customize-face, customize-face-other-window)
7155         * cus-theme.el (custom-theme-add-face)
7156         * face-remap.el (buffer-face-set)
7157         * facemenu.el (facemenu-set-face): Use face-at-point.
7159 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
7161         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
7163 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
7165         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
7166         off leading { and trailing } from field values.
7168 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7170         * emacs-lisp/timer.el (timer--check): New function.
7171         (timer--time, timer-set-function, timer-event-handler): Use it.
7172         (timer-set-idle-time): Simplify.
7173         (timer--activate): CSE.
7174         (timer-event-handler): Give more info in error message.
7175         (internal-timer-start-idle): New function, moved from C.
7177         * mpc.el (mpc-proc): Add `restart' argument.
7178         (mpc-proc-cmd): Use it.
7179         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
7180         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
7181         less often.
7183 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
7185         * progmodes/sh-script.el: Implement `sh-mode' own
7186         `add-log-current-defun-function' (bug#14112).
7187         (sh-current-defun-name): New function.
7188         (sh-mode): Use the function.
7190 2013-04-09  Bastien Guerry  <bzg@gnu.org>
7192         * simple.el (choose-completion-string): Fix docstring (bug#14163).
7194 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7196         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
7198         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
7199         timer (bug#14156).
7201 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
7203         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
7204         declaration.
7206 2013-04-07  Leo Liu  <sdl.web@gmail.com>
7208         * pcmpl-x.el: New file.
7210 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
7212         Do not set x-display-name until X connection is established.
7213         This is needed to prevent from weird situation described at
7214         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
7215         * frame.el (make-frame): Set x-display-name after call to
7216         window system initialization function, not before.
7217         * term/x-win.el (x-initialize-window-system): Add optional
7218         display argument and use it.
7219         * term/w32-win.el (w32-initialize-window-system):
7220         * term/ns-win.el (ns-initialize-window-system):
7221         * term/pc-win.el (msdos-initialize-window-system):
7222         Add compatible optional display argument.
7224 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7226         * files.el (normal-backup-enable-predicate): On MS-Windows and
7227         MS-DOS compare truenames of temporary-file-directory and of the
7228         file, so that 8+3 aliases (usually found in $TEMP on Windows)
7229         don't fail comparison by compare-strings.  Also, compare file
7230         names case-insensitively on MS-Windows and MS-DOS.
7232 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7234         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
7235         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
7237 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
7239         * whitespace.el (whitespace-color-on, whitespace-color-off):
7240         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
7242 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
7244         * ispell.el (ispell-set-spellchecker-params):
7245         Really set `ispell-args' for all equivs.
7247 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7249         * ido.el (ido-completions): Use extra elements of ido-decorations
7250         (bug#14143).
7251         (ido-decorations): Update docstring.
7253 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
7255         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7256         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
7257         nil during initialization, in order not to miss changes since the
7258         file was opened.  (Bug#14140)
7260 2013-04-05  Leo Liu  <sdl.web@gmail.com>
7262         * kmacro.el (kmacro-call-macro): Fix bug#14135.
7264 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
7266         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
7268 2013-04-04  Glenn Morris  <rgm@gnu.org>
7270         * electric.el (electric-pair-inhibit-predicate): Add :version.
7272 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7274         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
7275         when a package is required several times (bug#14082).
7277 2013-04-04  Roland Winkler  <winkler@gnu.org>
7279         * faces.el (read-face-name): Behave as promised by the docstring.
7280         Assume that arg default is a list of faces.
7281         (describe-face): Call read-face-name with list of default faces.
7283 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7285         * bookmark.el: Fix deletion of bookmarks (bug#13972).
7286         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
7287         (bookmark-bmenu-execute-deletions): Only skip first line if it's
7288         the header.
7289         (bookmark-exit-hook-internal): Save even if list is empty.
7291 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
7293         * emacs-lisp/package.el (package-pinned-packages): New var.
7294         (package--add-to-archive-contents): Obey it (bug#14118).
7296 2013-04-03  Alan Mackenzie  <acm@muc.de>
7298         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
7299         Also adapt to the new values of element 7 of a parse state.
7301         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
7302         parameter `not-in-delimiter'.  Handle being inside comment opener.
7303         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
7304         character in case we're typing a '*' after a '/'.
7305         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
7306         instead by passing the parameter to c-state-pp-to-literal.
7308         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
7309         for elt. 7 of a parse state.
7311 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
7313         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
7314         * international/latin1-disp.el, international/mule-util.el:
7315         * language/cyril-util.el, language/european.el, language/ind-util.el:
7316         * language/lao-util.el, language/thai.el, language/tibet-util.el:
7317         * language/tibetan.el, language/viet-util.el:
7318         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
7320 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7322         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
7323         (electric-pair-post-self-insert-function): Use it.
7324         (electric-pair-default-inhibit): New function, extracted from
7325         electric-pair-post-self-insert-function.
7327 2013-03-31  Roland Winkler  <winkler@gnu.org>
7329         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
7331 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
7335 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
7337         Un-indent after "pass" and "return" statements (Bug#13888)
7338         * progmodes/python.el (python-indent-block-enders): New var.
7339         (python-indent-calculate-indentation): Use it.
7341 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
7343         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
7344         defun.  Defining it as defalias could introduce too eager
7345         byte-compiler optimization.  (Bug#14030)
7347 2013-03-30  Chong Yidong  <cyd@gnu.org>
7349         * iswitchb.el (iswitchb-read-buffer): Fix typo.
7351 2013-03-30  Leo Liu  <sdl.web@gmail.com>
7353         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
7354         (kmacro-execute-from-register): Pass the keyboard macro to
7355         kmacro-call-macro or repeating won't work correctly.
7357 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
7359         * progmodes/subword.el: Back to using `forward-symbol'.
7361         * subr.el (forward-whitespace, forward-symbol)
7362         (forward-same-syntax): Move from thingatpt.el.
7364 2013-03-29  Leo Liu  <sdl.web@gmail.com>
7366         * kmacro.el (kmacro-to-register): New command.
7367         (kmacro-execute-from-register): New function.
7368         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
7370 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * mpc.el: Use defvar-local and setq-local.
7373         (mpc--proc-connect): Connection failures are not bugs.
7374         (mpc-mode-map): `follow-link' only applies to the buffer's content.
7375         (mpc-volume-map): Bind to the up-events.
7377 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7379         * progmodes/subword.el (superword-mode): Use `forward-sexp'
7380         instead of `forward-symbol'.
7382 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7384         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
7385         (edebug--recursive-edit): Use it.
7386         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
7387         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
7389 2013-03-28  Leo Liu  <sdl.web@gmail.com>
7391         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
7393 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
7395         * facemenu.el (list-colors-callback): New defvar.
7396         (list-colors-redisplay): New function.
7397         (list-colors-display): Install list-colors-redisplay as the
7398         revert-buffer-function.  (Bug#14063)
7400 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7402         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
7403         and suffixes don't overlap (bug#14061).
7405         * case-table.el: Use lexical-binding.
7406         (case-table-get-table): New function.
7407         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
7409 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7411         * progmodes/subword.el: Add `superword-mode' to do word motion
7412         over symbol_words (parallels and leverages `subword-mode' which
7413         does word motion inside MixedCaseWords).
7415 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
7417         * eshell/em-unix.el: Move su and sudo to...
7418         * eshell/em-tramp.el: ...Eshell tramp module.
7420 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
7423         Change return value to be a sexp.  Delay `get-buffer' to after
7424         restoring the desktop (bug#13951).
7426 2013-03-26  Leo Liu  <sdl.web@gmail.com>
7428         * register.el: Move semantic tag handling back to
7429         cedet/semantic/senator.el.  (Bug#14052)
7431 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7433         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
7434         into the prompt either (bug#13963).
7436 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7438         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
7439         part of "(error-foo)".
7441 2013-03-24  Juri Linkov  <juri@jurta.org>
7443         * replace.el (list-matching-lines-prefix-face): New defcustom.
7444         (occur-1): Pass `list-matching-lines-prefix-face' to the function
7445         `occur-engine' if `face-differs-from-default-p' returns t.
7446         (occur-engine): Add `,' inside backquote construct to evaluate
7447         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
7448         Pass `prefix-face' to the functions `occur-context-lines' and
7449         `occur-engine-add-prefix'.
7450         (occur-engine-add-prefix, occur-context-lines): Add optional arg
7451         `prefix-face' and propertize the prefix with `prefix-face'.
7452         (Bug#14017)
7454 2013-03-24  Leo Liu  <sdl.web@gmail.com>
7456         * nxml/rng-valid.el (rng-validate-while-idle)
7457         (rng-validate-quick-while-idle): Guard against deleted buffer.
7458         (Bug#13999)
7460         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
7461         is the last entry in kill-buffer-hook.
7463         * files.el (kill-buffer-hook): Doc fix.
7465 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
7467         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
7468         Make it safe-local.
7470         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
7472 2013-03-23  Leo Liu  <sdl.web@gmail.com>
7474         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
7475         Remove.
7477         * nxml/rng-valid.el (rng-validate-mode)
7478         (rng-after-change-function, rng-do-some-validation):
7479         * nxml/rng-maint.el (rng-validate-buffer):
7480         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
7481         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
7482         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
7483         (nxml-extend-after-change-region): Use with-silent-modifications.
7485         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
7486         timer-idle-list.
7488         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
7489         (rng-next-error-1, rng-previous-error-1): Do not let-bind
7490         timer-idle-list.  (Bug#13999)
7492 2013-03-23  Juri Linkov  <juri@jurta.org>
7494         * info.el (info-index-match): New face.
7495         (Info-index, Info-apropos-matches): Add a nested subgroup to the
7496         main pattern and add text properties with the new face to matches
7497         in index entries relative to the beginning of the index entry.
7498         (Bug#14015)
7500 2013-03-21  Eric Ludlam  <zappo@gnu.org>
7502         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
7503         Inhibit read only while inserting objects.
7505 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7507         * progmodes/cfengine.el: Update docs to mention
7508         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
7509         symbol motion.  Remove "_" from the word syntax.
7511 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
7513         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
7514         syntax for both `cfengine2-mode' and `cfengine3-mode'.
7516 2013-03-20  Juri Linkov  <juri@jurta.org>
7518         * info.el (Info-next-reference-or-link)
7519         (Info-prev-reference-or-link): New functions.
7520         (Info-next-reference, Info-prev-reference): Use them.
7521         (Info-try-follow-nearest-node): Handle footnote navigation.
7522         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
7524 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7526         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
7527         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
7529 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
7531         Suppress unnecessary non-ASCII chatter during build process.
7532         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
7533         (batch-skkdic-convert): Suppress most of the chatter.
7534         It's not needed so much now that machines are faster,
7535         and its non-ASCII component was confusing; see Dmitry Gutov in
7536         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
7538 2013-03-20  Leo Liu  <sdl.web@gmail.com>
7540         * ido.el (ido-chop): Fix bug#10994.
7542 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
7544         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
7545         Remove vars.
7546         (whitespace-color-on, whitespace-color-off):
7547         Use `font-lock-fontify-buffer' (Bug#13817).
7549 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7551         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
7552         remapping in mode-line.
7553         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
7555 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
7557         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
7558         value for `whitespace-line' face (Bug#13875).
7559         (whitespace-font-lock-keywords): Change description.
7560         (whitespace-color-on): Don't save `font-lock-keywords' value, save
7561         the constructed keywords instead.
7562         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
7564 2013-03-19  Leo Liu  <sdl.web@gmail.com>
7566         * progmodes/compile.el (compilation-display-error): New command.
7567         (compilation-mode-map, compilation-minor-mode-map): Bind it to
7568         C-o.  (Bug#13992)
7570 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
7572         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
7574 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
7576         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
7578 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
7580         * net/tramp-compat.el (tramp-compat-user-error): New defun.
7582         * net/tramp-adb.el (tramp-adb-handle-shell-command):
7583         * net/tramp-gvfs.el (top):
7584         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
7585         (tramp-handle-shell-command): Use it.
7586         (tramp-dissect-file-name): Raise an error when hostname is a
7587         method name, and neither method nor user is specified.
7589         * net/trampver.el: Update release number.
7591 2013-03-18  Leo Liu  <sdl.web@gmail.com>
7593         Make sure eldoc can be turned off properly.
7594         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
7595         eldoc-mode.
7596         (eldoc-display-message-p): Revert last change.
7597         (eldoc-display-message-no-interference-p)
7598         (eldoc-print-current-symbol-info): Tweak.
7600 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
7602         * doc-view.el (doc-view-new-window-function): Check the new window
7603         overlay's display property instead the char property of the
7604         buffer's first char.  Use `with-selected-window' instead of
7605         `save-window-excursion' with `select-window'.
7606         (doc-view-document->bitmap): Check the current doc-view overlay's
7607         display property instead the char property of the buffer's first char.
7609 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
7611         Automate the build of ja-dic.el (Bug#13984).
7612         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
7613         from the input, rather than assume that it's been done for us by the
7614         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
7615         the current date into a ja-dic.el comment, as that complicates
7616         regression testing.
7618 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7620         * whitespace.el: Fix double evaluation.
7621         (whitespace-space, whitespace-hspace, whitespace-tab)
7622         (whitespace-newline, whitespace-trailing, whitespace-line)
7623         (whitespace-space-before-tab, whitespace-indentation)
7624         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
7625         obsolete defvars.
7626         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
7627         (whitespace-color-on): Use a single font-lock-add-keywords call.
7628         Fix double-evaluation of face variables.
7630 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
7632         * net/tramp-adb.el (tramp-adb-parse-device-names):
7633         Use `start-process' instead of `call-process'.  Otherwise, the
7634         function might be blocked under MS Windows.  (Bug#13299)
7636 2013-03-17  Leo Liu  <sdl.web@gmail.com>
7638         Extend eldoc to display info in the mode-line.  (Bug#13978)
7639         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
7640         (eldoc-mode-line-string): New variable.
7641         (eldoc-minibuffer-message): New function.
7642         (eldoc-message-function): New variable.
7643         (eldoc-message): Use it.
7644         (eldoc-display-message-p)
7645         (eldoc-display-message-no-interference-p):
7646         Support eldoc-post-insert-mode.
7648         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
7649         (eval-expression): Run it.
7651 2013-03-17  Roland Winkler  <winkler@gnu.org>
7653         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
7654         strings in the list of return values.
7656 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
7658         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
7659         radix before checking for HMS forms.
7661 2013-03-16  Leo Liu  <sdl.web@gmail.com>
7663         * progmodes/scheme.el: Add indentation and font-locking for λ.
7664         (Bug#13975)
7666 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7668         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
7669         token before point (bug#13942).
7671 2013-03-16  Leo Liu  <sdl.web@gmail.com>
7673         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
7675 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
7677         * startup.el (command-line-normalize-file-name): Fix handling of
7678         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
7679         <xfq.free@gmail.com> in
7680         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
7682 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
7684         Sync with Tramp 2.2.7.
7686         * net/trampver.el: Update release number.
7688 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
7690         * doc-view.el Fix bug#13887.
7691         (doc-view-insert-image): Don't modify overlay associated to
7692         non-live windows, and implement horizontal centering of image in
7693         case it's smaller than the window.
7694         (doc-view-new-window-function): Force redisplay of new windows on
7695         doc-view buffers.
7697 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
7699         * saveplace.el (save-place-alist-to-file): Don't sort
7700         `save-place-alist', just pretty-print it (bug#13882).
7702 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
7704         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7705         Check whether `default-file-name-coding-system' is bound.
7706         It isn't in XEmacs.
7708 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7710         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
7711         backquotes for `obsolete' (bug#13929).
7713         * international/mule.el (find-auto-coding): Include file name in
7714         obsolescence warning (bug#13922).
7716 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7718         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
7719         for CFEngine 3-specific indentation.
7720         (cfengine3-indent-line): Use it.  Fix up category regex.
7721         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
7723 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7725         * type-break.el (type-break-file-name):
7726         * textmodes/remember.el (remember-data-file):
7727         * strokes.el (strokes-file):
7728         * shadowfile.el (shadow-initialize):
7729         * saveplace.el (save-place-file):
7730         * ps-bdf.el (bdf-cache-file):
7731         * progmodes/idlwave.el (idlwave-config-directory):
7732         * net/quickurl.el (quickurl-url-file):
7733         * international/kkc.el (kkc-init-file-name):
7734         * ido.el (ido-save-directory-list-file):
7735         * emulation/viper.el (viper-custom-file-name):
7736         * emulation/vip.el (vip-startup-file):
7737         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
7738         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
7740 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
7742         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
7743         * language/thai-word.el: Switch to UTF-8.
7745 See ChangeLog.16 for earlier changes.
7747 ;; Local Variables:
7748 ;; coding: utf-8
7749 ;; End:
7751   Copyright (C) 2011-2013 Free Software Foundation, Inc.
7753   This file is part of GNU Emacs.
7755   GNU Emacs is free software: you can redistribute it and/or modify
7756   it under the terms of the GNU General Public License as published by
7757   the Free Software Foundation, either version 3 of the License, or
7758   (at your option) any later version.
7760   GNU Emacs is distributed in the hope that it will be useful,
7761   but WITHOUT ANY WARRANTY; without even the implied warranty of
7762   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7763   GNU General Public License for more details.
7765   You should have received a copy of the GNU General Public License
7766   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.