* progmodes/gud.el (gud-find-file): Silence --without-x compilation.
[emacs.git] / lisp / ChangeLog
blob9c9d400f4380a5f555baa6a9ea8e3226238a9037
1 2013-09-18  Glenn Morris  <rgm@gnu.org>
3         * emacs-lisp/chart.el (x-display-color-cells): Declare.
4         (chart-face-list): Drop Emacsen without display-color-p.
6         * net/eww.el (libxml-parse-html-region): Declare.
7         (eww-display-html): Explicit error if no libxml2 support.
9         * doc-view.el (doc-view-mode): Silence --without-x compilation.
11         * image.el (image-type-from-buffer, image-multi-frame-p):
12         Remove --without-x warning/error.
14         * mouse.el (mouse-yank-primary):
15         * term.el (term-mouse-paste):
16         Reorder to silence --without-x compilation.
18         * mpc.el (doc-view-mode): Silence --without-x compilation.
20         * mail/rmailmm.el (rmail-mime-set-bulk-data):
21         Silence --without-x compilation.
23         * progmodes/gud.el (gud-find-file): Silence --without-x compilation.
25         * wdired.el (dired-backup-overwrite): Remove declaration.
26         (wdired-mode-map): Add doc string.
28         * custom.el (x-get-resource): Declare.
30         * eshell/em-glob.el (ange-cache):
31         * eshell/em-unix.el (ange-cache): Declare.
33         * faces.el (x-display-list, x-open-connection, x-get-resource):
34         Declare.
36         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
37         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
38         Declare.
40         * frame.el (x-display-grayscale-p, x-display-name): Declare.
42         * net/gnutls.el (gnutls-log-level): Declare.
44         * net/shr.el (image-size, image-animate): Declare.
46         * simple.el (font-info): Declare.
48         * subr.el (x-popup-dialog): Declare.
50         * term/common-win.el (x-select-enable-primary)
51         (x-last-selected-text-primary, x-last-selected-text-clipboard):
52         Declare.
54         * term/ns-win.el (x-handle-args): Declare.
56         * term/x-win.el (x-select-enable-clipboard): Declare.
58         * term/w32-win.el (create-default-fontset): Declare.
60         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
61         Declare.
63         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
64         (fit-frame-to-buffer): Explicit error if --without-x.
65         (mouse-autoselect-window-select): Silence compiler.
67         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
69         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
70         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
71         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
72         * eshell/esh-util.el (eshell-sublist):
73         Remove unused local variables.
75         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
77         * textmodes/two-column.el: Make 2C-split work for --without-x.
78         (scroll-bar-columns): Autoload.
79         (top-level): Require fringe when compiling.
81 2013-09-18  Leo Liu  <sdl.web@gmail.com>
83         * subr.el (add-hook): Robustify to handle closure as well.
85 2013-09-17  Glenn Morris  <rgm@gnu.org>
87         * simple.el (messages-buffer-mode-map): Unbind "g".
89 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
91         * help-mode.el (help-mode-finish): Use derived-mode-p.
92         Remove obsolete highlighting.
94         * play/life.el (life-mode): Use define-derived-mode.  Derive from
95         special-mode.
96         (life): Let-bind inhibit-read-only.
97         (life-setup): Avoid `setq'.  Use `life-mode'.
99         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
100         which should not be needed any more.
101         (package-menu-refresh, package-menu-describe-package): Use user-error.
103         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
104         (eshell-post-rewrite-command-hook): Make obsolete.
105         (eshell-parse-command): Simplify.
106         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
107         (eshell--cmd): Declare.
108         (eshell-parse-pipeline): Remove unused var `final-p'.
109         Pass a dynvar to eshell-post-rewrite-command-hook.
110         Implement the new eshell-post-rewrite-command-function.
111         (eshell-invoke-directly): Remove unused arg `input'.
112         * eshell/esh-io.el (eshell-io-initialize):
113         Use eshell-post-rewrite-command-function (bug#15399).
114         (eshell--apply-redirections): Rename from eshell-apply-redirections;
115         adjust to new calling convention.
116         (eshell-create-handles): Rename args to avoid clashing with dynvar
117         `standard-output'.
119 2013-09-17  Glenn Morris  <rgm@gnu.org>
121         * simple.el (messages-buffer-mode): New major mode.
122         (messages-buffer): New function.
123         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
124         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
125         (ert-run-test): Use `messages-buffer' function.
126         (ert--force-message-log-buffer-truncation): Ignore read-only.
127         * help.el (view-echo-area-messages): Use `messages-buffer' function.
128         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
130 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
134         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
136 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
138         * icomplete.el (icomplete-in-buffer): New var.
139         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
140         vars and replace them with functions.
141         (icomplete-minibuffer-setup): Adjust accordingly.
142         (icomplete--completion-table, icomplete--completion-predicate)
143         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
144         New functions.
145         (icomplete-forward-completions, icomplete-backward-completions)
146         (icomplete-simple-completing-p, icomplete-exhibit)
147         (icomplete-completions): Use them.
148         (icomplete--in-region-buffer): New var.
149         (icomplete--in-region-setup): New function.
150         (icomplete-mode): Use it.
152         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
153         (bug#15379).
154         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
155         return args and options.
156         (eshell-eval-using-options): Use the new return value of
157         eshell--do-opts to set the options's vars in their scope.
158         (eshell--set-option): Rename from eshell-set-option.
159         Add arg `opt-vals'.
160         (eshell--process-option): Rename from eshell-process-option.
161         Add arg `opt-vals'.
162         (eshell--process-args): Use an `opt-vals' alist to store the options's
163         values during their processing and return them additionally to the
164         remaining args.
166 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
168         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
169         continuation character an operator, as far as indentation is
170         concerned (Bug#15369).
172 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
174         * window.el (window--state-put-2): Don't process buffer state
175         when buffer doesn't exist any more (Bug#15382).
177 2013-09-15  Glenn Morris  <rgm@gnu.org>
179         * eshell/em-unix.el (eshell/rm):
180         Make -f ignore missing files.  (Bug#15373)
182         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
183         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
184         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
186 2013-09-14  Glenn Morris  <rgm@gnu.org>
188         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
190 2013-09-13  Glenn Morris  <rgm@gnu.org>
192         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
193         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
195 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
197         * frame.el (x-focus-frame): Mark as declared in frame.c.
199 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
201         * ls-lisp.el: Use advice-add.
202         (original-insert-directory): Remove.
203         (ls-lisp--insert-directory): Rename from insert-directory; add
204         `orig-fun' argument.
205         (insert-directory): Advise.
207 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
209         * term.el (term-emulate-terminal): Decode the command string
210         before passing it to term-command-hook.  (Bug#15337)
212 2013-09-13  Glenn Morris  <rgm@gnu.org>
214         * eshell/esh-util.el (ange-cache): Move declaration earlier.
216         * eshell/esh-ext.el (eshell-search-path): Declare.
218         * eshell/em-prompt.el (eshell/pwd): Autoload it.
219         Otherwise an error occurs if eshell-dirs module not loaded.
221         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
223 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
225         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
226         `tramp-check-proper-host'.  Check for a valid method name.
228         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
229         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
230         * net/tramp-sh.el (tramp-maybe-open-connection):
231         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
233         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
234         also for hash values.
236 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * term/ns-win.el (parameters): Don't declare as dynamic.
239         (before-make-frame-hook): Don't add ineffective function.
241         * eshell/*.el: Use lexical-binding (bug#15231).
243 2013-09-12  Kenichi Handa  <handa@gnu.org>
245         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
247 2013-09-12  Glenn Morris  <rgm@gnu.org>
249         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
250         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
252         * subr.el (do-after-load-evaluation): Also give compiler warnings
253         when obsolete files are used (except by obsolete files).
255         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
256         in the status output, assume `filename' is the first.  (Bug#15322)
258         * vc/vc.el (vc-deduce-fileset): Doc fix.
260         * calc/calc-help.el (Info-goto-node):
261         * progmodes/cperl-mode.el (Info-find-node):
262         * vc/ediff.el (Info-goto-node): Update declarations.
264         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
266         * vc/vc-bzr.el (vc-compilation-mode): Declare.
267         (vc-bzr-pull): Require vc-dispatcher.
268         * vc/vc-git.el (vc-compilation-mode): Declare.
269         (vc-git-pull): Require vc-dispatcher.
271         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
273         * progmodes/octave.el (help-button-action): Declare.
275         * shell.el (shell-directory-tracker): Output error as a message
276         rather than just returning it as a string.
277         (shell-process-pushd): Remove useless use of message.
279         * dframe.el (dframe-timer-fn):
280         * files.el (dir-locals-read-from-file):
281         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
282         (mpc-format):
283         * reveal.el (reveal-post-command):
284         * saveplace.el (load-save-place-alist-from-file):
285         * shell.el (shell-resync-dirs):
286         * w32-common-fns.el (x-get-selection-value):
287         * emacs-lisp/copyright.el (copyright-find-copyright):
288         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
289         * emulation/tpu-edt.el (tpu-copy-keyfile):
290         * play/bubbles.el (bubbles--mark-neighbourhood):
291         * progmodes/executable.el
292         (executable-make-buffer-file-executable-if-script-p):
293         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
295 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
297         Cleanup Eshell to rely less on dynamic scoping.
298         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
299         last-value, and ext-command here.  Bind `args' closer to `body'.
300         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
301         (eshell--args): Declare new dynamic var.
302         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
303         last-value, and ext-command.  Pass `args' to `body'.
304         (eshell-process-args): Bind eshell--args.
305         (eshell-set-option): Use eshell--args.
306         * eshell/eshell.el (eshell): Use derived-mode-p.
307         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
308         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
309         (eshell-glob-function): Declare.
310         * eshell/esh-util.el: Require cl-lib.
311         (eshell-read-hosts-file): Avoid add-to-list.
312         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
313         `err'.
314         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
315         Declare.
316         (eshell/diff): Remove unused var `err'.
317         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
318         `killflag'.
319         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
320         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
321         first use.
322         * eshell/em-glob.el (eshell-glob-matches, message-shown):
323         Move declaration before first use.
324         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
325         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
326         rely on cl-return.
328 2013-09-12  Glenn Morris  <rgm@gnu.org>
330         * term/ns-win.el (global-map): Remove binding for ispell-next,
331         deleted 1999-05-29.  (Bug#15357)
333 2013-09-11  Glenn Morris  <rgm@gnu.org>
335         * echistory.el (electric-command-history): Remove call to deleted func.
337         * play/landmark.el (landmark-mode): Fix typos.
339         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
340         Check cvs-sort-ignore-file is bound.
342         * savehist.el: No need for cl when compiling on Emacs.
344 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
347         (bug#15338).
348         (eshell-self-insert-command, eshell-send-invisible):
349         Remove unused argument.
350         (eshell-handle-control-codes): Remove unused var `orig'.
351         Avoid delete-backward-char.
353         * files.el (set-auto-mode): Simplify a bit further.
355 2013-09-11  Glenn Morris  <rgm@gnu.org>
357         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
358         (set-auto-mode): Don't regexp-quote elements.
359         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
360         * progmodes/cc-mode.el (interpreter-mode-alist):
361         * progmodes/ruby-mode.el (interpreter-mode-alist):
362         Revert previous change.
364 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
366         * play/snake.el (snake-mode):
367         * play/mpuz.el (mpuz-mode):
368         * play/landmark.el (lm-mode):
369         * play/blackbox.el (blackbox-mode):
370         * play/5x5.el (5x5-mode):
371         * obsolete/options.el (Edit-options-mode):
372         * net/quickurl.el (quickurl-list-mode):
373         * net/newst-treeview.el (newsticker-treeview-mode):
374         * mail/rmailsum.el (rmail-summary-mode):
375         * mail/mspools.el (mspools-mode):
376         * locate.el (locate-mode):
377         * ibuffer.el (ibuffer-mode):
378         * emulation/ws-mode.el (wordstar-mode):
379         * emacs-lisp/debug.el (debugger-mode):
380         * array.el (array-mode):
381         * net/eudc.el (eudc-mode): Use define-derived-mode.
382         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
383         Move initialization into declaration.
384         (mairix-searches-mode): Use define-derived-mode.
385         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
386         (eudc-edit-hotlist): Use dolist.
387         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
388         (Man-mode): Use define-derived-mode.
389         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
390         (Info-edit-mode): Use define-derived-mode.
391         (Info-cease-edit): Use Info-mode.
392         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
393         into declaration.
394         (eshell-mode): Use define-derived-mode.
395         * chistory.el (command-history-mode-map): Rename from
396         command-history-map.
397         (command-history-mode): Use define-derived-mode.
398         (Command-history-setup): Remove function.
399         * calc/calc.el (calc-trail-mode-map): New var.
400         (calc-trail-mode): Use define-derived-mode.
401         (calc-trail-buffer): Set calc-main-buffer manually.
402         * bookmark.el (bookmark-insert-annotation): New function.
403         (bookmark-edit-annotation): Use it.
404         (bookmark-edit-annotation-mode): Make it a proper major mode.
405         (bookmark-send-edited-annotation): Use derived-mode-p.
406         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
407         closer to its ideal place.  Use \' to match EOS.
409         * profiler.el (profiler-calltree-find): Use function-equal.
411 2013-09-10  Glenn Morris  <rgm@gnu.org>
413         * files.el (interpreter-mode-alist): Convert to regexps.
414         (set-auto-mode): Adapt for this.  (Bug#15306)
415         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
416         Comment out unused variable.
417         * progmodes/cc-mode.el (interpreter-mode-alist):
418         * progmodes/python.el (interpreter-mode-alist):
419         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
420         * progmodes/sh-script.el (sh-set-shell):
421         No longer use interpreter-mode-alist to get list of shells.
423         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
425 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
427         * simple.el: Use set-temporary-overlay-map for universal-argument.
428         (universal-argument-map): Don't use default-bindings (bug#15317).
429         Bind switch-frame explicitly.  Replace universal-argument-minus with
430         a conditional binding.
431         (universal-argument-num-events, saved-overriding-map): Remove.
432         (restore-overriding-map): Remove.
433         (universal-argument--mode): Rename from save&set-overriding-map,
434         and rewrite.
435         (universal-argument, universal-argument-more, negative-argument)
436         (digit-argument): Adjust accordingly.
437         (universal-argument-minus): Remove.
438         (universal-argument-other-key): Remove.
440         * subr.el (with-demoted-errors): Add `format' argument.
442 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
444         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
445         `tramp-cleanup-connection'.
447         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
448         parameters KEEP-DEBUG and KEEP-PASSWORD.
450         * net/tramp.el (tramp-file-name-handler):
451         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
452         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
453         (tramp-maybe-open-connection):
454         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
455         Use `tramp-cleanup-connection'.
457         * net/tramp-sh.el (tramp-maybe-open-connection):
458         Catch 'uname-changed inside the progress reporter.
460 2013-09-10  Glenn Morris  <rgm@gnu.org>
462         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
464         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
465         returns "alternate access method" in mode (eg "-rw-r--r--.").
467 2013-09-08  Glenn Morris  <rgm@gnu.org>
469         * saveplace.el (load-save-place-alist-from-file):
470         Demote errors.  (Bug#15305)
472 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
474         Improve compatibility with older Emacsen, and XEmacs.
476         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
477         only if it is bound.  It isn't for XEmacs.
478         (with-tramp-progress-reporter): Do not let-bind `result'.
479         This yields to scoping errors in XEmacs.
480         (tramp-handle-make-auto-save-file-name): New function, moved from
481         tramp-sh.el.
483         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
484         for `make-auto-save-file-name'.
485         (tramp-adb--gnu-switches-to-ash):
486         Use `tramp-compat-replace-regexp-in-string'.
488         * net/tramp-cache.el (tramp-cache-print): Call
489         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
491         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
492         bound.  It isn't for XEmacs.
494         * net/tramp-compat.el (tramp-compat-copy-file):
495         Catch `wrong-number-of-arguments' error.
496         (tramp-compat-replace-regexp-in-string): New defun.
498         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
499         for `make-auto-save-file-name'.
500         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
501         `copy-file'.
502         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
503         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
504         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
506         * net/tramp-gw.el (tramp-gw-open-network-stream):
507         Use `tramp-compat-replace-regexp-in-string'.
509         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
510         Call `tramp-handle-make-auto-save-file-name'.
511         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
512         (tramp-sh-file-gvfs-monitor-dir-process-filter)
513         (tramp-sh-file-inotifywait-process-filter):
514         Use `tramp-compat-replace-regexp-in-string'.
515         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
517         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
518         for `make-auto-save-file-name'.
519         (tramp-smb-handle-copy-directory):
520         Call `tramp-compat-replace-regexp-in-string'.
521         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
522         (tramp-smb-handle-copy-file): Improve error message.
523         (tramp-smb-handle-rename-file): Rename directly only in case
524         `newname' does not exist yet.  This is a restriction of smbclient.
525         (tramp-smb-maybe-open-connection): Rerun the function only when
526         `auth-sources' is non-nil.
528 2013-09-08  Kenichi Handa  <handa@gnu.org>
530         * international/characters.el: Set category "^" (Combining) for
531         more characters.
533 2013-09-07  Alan Mackenzie  <acm@muc.de>
535         Correctly fontify Java class constructors.
536         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
537         in Java Mode.
538         (c-recognize-typeless-decls): Set the Java value to t.
539         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
540         While handling a "(", add a check for, effectively, Java, and handle a
541         "typeless" declaration there.
543 2013-09-07  Roland Winkler  <winkler@gnu.org>
545         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
546         field subtitle for entry type book.
548 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * minibuffer.el: Make minibuffer-complete call completion-in-region
551         rather than other way around.
552         (completion--some, completion-pcm--find-all-completions):
553         Don't delay signals when debugging.
554         (minibuffer-completion-contents): Beware fields within the
555         minibuffer contents.
556         (completion-all-sorted-completions): Use defvar-local.
557         (completion--do-completion, completion--cache-all-sorted-completions)
558         (completion-all-sorted-completions, minibuffer-force-complete):
559         Add args `beg' and `end'.
560         (completion--in-region-1): New fun, extracted from minibuffer-complete.
561         (minibuffer-complete): Use completion-in-region.
562         (completion-complete-and-exit): New fun, extracted from
563         minibuffer-complete-and-exit.
564         (minibuffer-complete-and-exit): Use it.
565         (completion--complete-and-exit): Rename from
566         minibuffer--complete-and-exit.
567         (completion-in-region--single-word): New function, extracted from
568         minibuffer-complete-word.
569         (minibuffer-complete-word): Use it.
570         (display-completion-list): Make `common-substring' argument obsolete.
571         (completion--in-region): Call completion--in-region-1 instead of
572         minibuffer-complete.
573         (completion-help-at-point): Pass boundaries to
574         minibuffer-completion-help as args rather than via an overlay.
575         (completion-pcm--string->pattern): Use `any-delim'.
576         (completion-pcm--optimize-pattern): New function.
577         (completion-pcm--pattern->regex): Handle `any-delim'.
578         * icomplete.el (icomplete-forward-completions)
579         (icomplete-backward-completions, icomplete-completions):
580         Adjust calls to completion-all-sorted-completions and
581         completion--cache-all-sorted-completions.
582         (icomplete-with-completion-tables): Default to t.
583         * emacs-lisp/crm.el (crm--current-element): Rename from
584         crm--select-current-element.  Don't put an overlay but return the
585         boundaries instead.
586         (crm--completion-command): Take two new args to bind to the boundaries.
587         (crm-completion-help): Adjust accordingly.
588         (crm-complete): Use completion-in-region.
589         (crm-complete-word): Use completion-in-region--single-word.
590         (crm-complete-and-exit): Use completion-complete-and-exit.
592 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
594         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
595         than dynamically.
597 2013-09-06  Juri Linkov  <juri@jurta.org>
599         * info.el (Info-display-images-node): When image file doesn't exist
600         display text version of the image if it's provided in the Info file.
601         Otherwise, display the location of missing image from SRC attribute.
602         Add help-echo text property from ALT attribute.  (Bug#15279)
604 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
606         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
607         (edit-abbrevs-mode): Use define-derived-mode.
609         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
610         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
611         that it's defined.
612         (epa-key-list-mode, epa-key-mode, epa-info-mode):
613         Use define-derived-mode.
615         * epg.el (epg-start-encrypt): Minor CSE simplification.
617 2013-09-06  William Xu  <william.xwl@gmail.com>
619         * arc-mode.el: Add support for 7za (bug#15264).
620         (archive-7z-program): New var.
621         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
622         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
623         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
625 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
627         Remove URL syntax.
629         * net/tramp.el (tramp-syntax, tramp-prefix-format)
630         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
631         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
632         (tramp-postfix-host-format, tramp-file-name-regexp)
633         (tramp-completion-file-name-regexp)
634         (tramp-completion-dissect-file-name)
635         (tramp-handle-substitute-in-file-name): Remove 'url case.
636         (tramp-file-name-regexp-url)
637         (tramp-completion-file-name-regexp-url): Remove constants.
639 2013-09-06  Glenn Morris  <rgm@gnu.org>
641         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
643 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
645         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
646         keywords" below "here-doc beginnings" (Bug#15270).
648 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * subr.el (pop): Use `car-safe'.
651         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
652         to detect unused `pop' return value.
654         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
655         var `block-regexp'.
656         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
657         (python-fill-string): Remove unused var `marker'.
658         (python-skeleton-add-menu-items): Remove unused var `items'.
660         * international/mule-cmds.el: Require CL.
661         (find-coding-systems-for-charsets): Avoid add-to-list.
662         (sanitize-coding-system-list): New function, extracted from
663         select-safe-coding-system-interactively.
664         (select-safe-coding-system-interactively): Use it.
665         (read-input-method-name): Accept symbols for `default'.
667         * emacs-lisp/advice.el (defadvice): Add indent rule.
669 2013-09-05  Daniel Hackney  <dan@haxney.org>
671         * dired-x.el:
672         * net/ange-ftp.el:
673         * net/browse-url.el:
674         * net/dbus.el:
675         * net/eudc.el:
676         * net/eudcb-ldap.el:
677         * net/eww.el:
678         * net/imap.el:
679         * printing.el:
680         * vc/ediff-diff.el:
681         * vc/ediff-init.el:
682         * vc/ediff-merg.el:
683         * vc/ediff-mult.el:
684         * vc/ediff-util.el:
685         * vc/ediff-wind.el:
686         * vc/ediff.el:
687         * vc/emerge.el:
688         * vc/pcvs.el:
689         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
690         byte compiler.  Remove some unused let-bound variables.
692 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
695         a "ref-cell", since it gets better optimized (bug#14883).
697 2013-09-05  Glenn Morris  <rgm@gnu.org>
699         * progmodes/cc-awk.el (c-forward-sws): Declare.
701 2013-09-04  Glenn Morris  <rgm@gnu.org>
703         * generic-x.el [rul-generic-mode]: Require cc-mode.
704         (c++-mode-syntax-table): Declare.
705         (rul-generic-mode-syntax-table): Init in the defvar.
707 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
709         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
710         (vc-do-command, vc-set-async-update):
711         * vc/vc-mtn.el (vc-mtn-dir-status):
712         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
713         (vc-hg-pull, vc-hg-merge-branch):
714         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
715         (vc-git-merge-branch):
716         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
717         (vc-cvs-dir-status-files):
718         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
719         (vc-bzr-dir-status-files):
720         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
721         * vc/vc-annotate.el: Use lexical-binding.
722         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
723         (vc-sentinel-movepoint): Declare.
724         (vc-annotate): Don't use `goto-line'.
725         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
726         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
727         (vc-sentinel-movepoint): Declare.
728         * vc/vc-svn.el: Use lexical-binding.
729         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
730         * vc/vc-sccs.el:
731         * vc/vc-rcs.el: Use lexical-binding.
733         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
734         `deleted'.  Don't drop errors silently.
736         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
738 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
740         * vc/vc.el (vc-ignore): Rewrite.
741         (vc-default-ignore): New function.
742         (vc-default-ignore-completion-table): Use find-ignore-file.
744         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
745         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
746         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
747         Remove.  Most code moved to vc.el.
749 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
751         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
752         * net/tramp-smb.el (tramp-smb-get-file-entries):
753         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
754         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
756         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
757         Update call to it.
758         (eww-change-select): Remove unused var `properties'.
759         (eww-make-unique-file-name): Remove unused var `base'.
761         * finder.el (finder-compile-keywords): Don't mess with windows.
763         * calculator.el (calculator-funcall): Fix typo in last change.
765         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
767         * emacs-lisp/package.el (package-activate-1): Don't let a missing
768         <pkg>-autoloads.el file stop us.
770         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
771         warnings, and factor out common code.
773 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
775         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
776         two-character operators and whether the character preceding them
777         changes their meaning (Bug#15208).
779 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
781         Format code sent to Python shell for robustness.
782         * progmodes/python.el (python-shell-buffer-substring):
783         New function.
784         (python-shell-send-region, python-shell-send-buffer): Use it.
786 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
788         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
789         * net/tramp.el (tramp-user-error): ... here.
790         (tramp-find-method, tramp-check-proper-host)
791         (tramp-dissect-file-name, tramp-debug-message)
792         (tramp-handle-shell-command):
793         * net/tramp-adb.el (tramp-adb-handle-shell-command):
794         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
796         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
798 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
800         * avoid.el (mouse-avoidance-point-position)
801         (mouse-avoidance-too-close-p): Handle case where posn-at-point
802         returns nil.
804 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
806         * progmodes/python.el (python-shell-completion-get-completions):
807         Drop use of deleted `comint-last-prompt-overlay'.
808         (python-nav-if-name-main): New command.
810 2013-09-01  Glenn Morris  <rgm@gnu.org>
812         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
813         Avoid leading space in $wins.  Otherwise the sed command used by
814         eg compile-main ends up containing "/*.el".  (Bug#15170)
816         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
818 2013-08-30  Glenn Morris  <rgm@gnu.org>
820         * emacs-lisp/bytecomp.el (byte-recompile-directory):
821         Fix is-this-a-directory logic.  (Bug#15220)
823 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * textmodes/css-mode.el: Use SMIE.
826         (css-smie-grammar): New var.
827         (css-smie--forward-token, css-smie--backward-token)
828         (css-smie-rules): New functions.
829         (css-mode): Use them.
830         (css-navigation-syntax-table): Remove var.
831         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
832         (css-indent-calculate, css-indent-line): Remove functions.
834         Misc changes to reduce use of `(lambda...); and other cleanups.
835         * cus-edit.el: Use lexical-binding.
836         (customize-push-and-save, customize-apropos)
837         (custom-buffer-create-internal): Use closures.
838         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
839         * progmodes/ada-xref.el: Use setq.
840         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
841         * dframe.el: Use lexical-binding.
842         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
843         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
844         * descr-text.el: Use lexical-binding.
845         (describe-text-widget, describe-text-sexp, describe-property-list):
846         Use closures.
847         * comint.el (comint-history-isearch-push-state): Use a closure.
848         * calculator.el: Use lexical-binding.
849         (calculator-number-to-string): Make it work with lexical-binding.
850         (calculator-funcall): Same and use cl-letf.
852         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
853         (lisp--company-doc-string, lisp--company-location): New functions.
854         (lisp-completion-at-point): Use them to improve Company support.
856         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
857         params of lambda expressions.
858         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
859         (ruby-smie--opening-pipe-p): New function.
860         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
861         symbols and matched |...| for formal params.
862         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
863         from being treated as hanging.  Handle "rescue".
865 2013-08-29  Glenn Morris  <rgm@gnu.org>
867         * progmodes/cc-engine.el (c-pull-open-brace):
868         Move definition before use.
870 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
872         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
873         are immutable.  Don't use `unsafe' any more.
874         (cl--defsubst-expand): Don't substitute at the same time as keeping
875         a residual unused let-binding.  Don't use `unsafe' any more.
877 2013-08-29  Glenn Morris  <rgm@gnu.org>
879         * calendar/cal-china.el (calendar-chinese-year-cache):
880         Recenter on 2015.
882         * nxml/nxml-util.el (nxml-debug-clear-inside):
883         Use cl-loop rather than loop.
885         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
887         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
889 2013-08-28  Glenn Morris  <rgm@gnu.org>
891         * progmodes/antlr-mode.el: No need to require cc-mode twice.
893         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
895         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
897 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * simple.el (repeat-complex-command--called-interactively-skip):
900         New function.
901         (repeat-complex-command): Use it (bug#14136).
903         * progmodes/cc-mode.el: Minor cleanup of var declarations.
904         (c-define-abbrev-table): Add `doc' argument.
905         (c-mode-abbrev-table, c++-mode-abbrev-table)
906         (objc-mode-abbrev-table, java-mode-abbrev-table)
907         (idl-mode-abbrev-table, pike-mode-abbrev-table)
908         (awk-mode-abbrev-table): Use it.
909         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
910         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
911         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
912         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
913         Move initialization into the declaration; and remove any
914         autoload cookie.
916         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
917         and dynamic let binding.
919         * vc/smerge-mode.el: Remove redundant :group args.
921         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
922         to load-path.
924 2013-08-28  Juri Linkov  <juri@jurta.org>
926         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
927         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
928         (isearch-other-meta-char): Handle an undefined shifted printing
929         character by downshifting it.  (Bug#15200)
931 2013-08-28  Juri Linkov  <juri@jurta.org>
933         * isearch.el (isearch-search): Change regexp error message for
934         non-regexp searches.  (Bug#15166)
936 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
938         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
939         for portability to hosts where /bin/sh has problems.
941 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
943         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
945 2013-08-27  Juri Linkov  <juri@jurta.org>
947         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
948         in the keyboard macro.  (Bug#15126)
950 2013-08-27  Juri Linkov  <juri@jurta.org>
952         * isearch.el (isearch-quote-char): Comment out converting unibyte
953         to multibyte, thus syncing with its `quoted-insert' counterpart.
954         (Bug#15166)
956 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
958         * window.el (display-buffer-use-some-window): Add missing
959         argument in call of get-largest-window (Bug#15185).
960         Reported by Stephen Leake.
962 2013-08-27  Glenn Morris  <rgm@gnu.org>
964         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
966 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
968         * progmodes/python.el (python-font-lock-keywords): Don't return nil
969         from a matcher-function unless there's no more matches (bug#15161).
971 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
973         * minibuffer.el: Revert change from 2013-08-20.
975         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
976         with text property `tramp-default', if appropriate.
977         (tramp-check-proper-host): New defun.
978         (tramp-dissect-file-name): Do not check hostname.  Revert change
979         of 2013-03-18.
980         (tramp-backtrace): Make VEC-OR-PROC optional.
982         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
983         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
984         * net/tramp-sh.el (tramp-maybe-open-connection):
985         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
986         Apply `tramp-check-proper-host'.
988 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
990         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
991         lambda expression in order to have `describe-variable' display it.
993 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
995         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
996         BUF can be optional.  (Bug#15186)
998 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
1000         * progmodes/flymake.el (flymake-get-real-file-name-function):
1001         Fix broken customization.  (Bug#15184)
1003 2013-08-25  Alan Mackenzie  <acm@muc.de>
1005         Improve indentation of bracelists defined by macros (without "=").
1007         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
1008         expansion begins with "{", regard it as bracelist when it doesn't
1009         contain a ";".
1011         Parse C++ inher-intro when there's a template split over 2 lines.
1013         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
1014         rigorously the search for "class" etc. followed by ":".
1016         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
1017         random languages a regexp which never matches rather than nil.
1019         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
1021         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
1022         (c-awk-regexp-one-line-possibly-open-char-list-re)
1023         (c-awk-one-line-possibly-open-regexp-re)
1024         (c-awk-one-line-non-syn-ws*-re): Remove.
1025         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
1026         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
1027         (c-awk-space*-unclosed-regexp-/-re): New constants.
1028         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
1029         aren't regexp delimiters.
1031         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
1032         handling for a rare situation in AWK Mode involving unterminated
1033         strings/regexps.
1035 2013-08-23  Glenn Morris  <rgm@gnu.org>
1037         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
1039         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
1041         * files.el (create-file-buffer): If the result would begin with
1042         spaces, prepend a "|" instead of removing them.  (Bug#15162)
1044 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
1047         text-properties (bug#15155).
1049         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
1050         exist any more.
1051         (calc-keypad-redraw): Remove unused var `pad'.
1052         (calc-keypad-press): Remove unused var `menu'.
1054 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
1056         * window.el (display-buffer-pop-up-frame):
1057         Call pop-up-frame-function with BUFFER current so `make-frame' will
1058         use it as the new frame's buffer (Bug#15133).
1060 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1062         * calendar/timeclock.el: Minor cleanups.
1063         (timeclock-ask-before-exiting, timeclock-use-display-time):
1064         Use `symbol'.
1065         (timeclock-modeline-display): Define as alias before the
1066         actual definition.
1067         (timeclock-mode-line-display): Use define-minor-mode.
1068         (timeclock-day-list-template): Make it a function, add an argument.
1069         (timeclock-day-list-required, timeclock-day-list-length)
1070         (timeclock-day-list-debt, timeclock-day-list-span)
1071         (timeclock-day-list-break): Adjust calls accordingly.
1073 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1075         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
1076         Use read--expression so that completion works again.
1078 2013-08-21  Sam Steingold  <sds@gnu.org>
1080         Add rudimentary inferior shell interaction
1081         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
1082         (sh-set-shell): Reset it.
1083         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
1084         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
1086 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * align.el: Use lexical-binding.
1089         (align-region): Simplify accordingly.
1091 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
1093         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
1095         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
1096         `non-essential' up.
1098 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
1100         * net/tramp.el:
1101         * net/tramp-adb.el:
1102         * net/tramp-cmds.el:
1103         * net/tramp-ftp.el:
1104         * net/tramp-gvfs.el:
1105         * net/tramp-gw.el:
1106         * net/tramp-sh.el: Don't wrap external variable declarations by
1107         `eval-when-compile'.
1109 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
1112         now that Emacs supports ImageMagick animations.
1114 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
1116         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
1117         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
1119 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
1121         * window.el (mouse-autoselect-window-select): Do autoselect when
1122         mouse pointer is on margin.
1124 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
1126         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
1128 2013-08-16  Glenn Morris  <rgm@gnu.org>
1130         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
1131         Handle "Remote Directory" response of some clients.  (Bug#15058)
1133         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
1134         Tweak warning.  (Bug#14926)
1136         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
1137         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
1139         * image-mode.el (image-mode-map): Add menu items to reverse,
1140         increase, decrease, reset animation speed.
1141         (image--set-speed, image-increase-speed, image-decrease-speed)
1142         (image-reverse-speed, image-reset-speed): New functions.
1143         (image-mode-map): Add bindings for speed commands.
1145         * image.el (image-animate-get-speed, image-animate-set-speed):
1146         New functions.
1147         (image-animate-timeout): Respect image :speed property.
1149 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
1152         previous line (bug#15101).
1153         (debugger-eval-expression, debugger-record-expression):
1154         Use read--expression (bug#15102).
1156 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
1158         Remove byte compiler warnings, visible when compiling with
1159         `byte-compile-force-lexical-warnings' set to t.
1161         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
1162         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
1163         (tramp-handle-unhandled-file-name-directory)
1164         (tramp-handle-file-notify-add-watch, tramp-action-login)
1165         (tramp-action-succeed, tramp-action-permission-denied)
1166         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
1167         arguments with "_".
1169         * net/tramp-adb.el (tramp-adb-parse-device-names)
1170         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
1171         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
1172         (tramp-adb-handle-file-truename): Remove unused arguments.
1174         * net/tramp-cache.el (tramp-flush-directory-property)
1175         (tramp-flush-connection-property, tramp-list-connections)
1176         (tramp-parse-connection-properties): Prefix unused arguments with "_".
1178         * net/tramp-compat.el (tramp-compat-make-temp-file):
1179         Rename FILENAME to F.
1181         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1182         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
1183         (tramp-zeroconf-parse-workstation-device-names)
1184         (tramp-zeroconf-parse-webdav-device-names)
1185         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
1187         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1188         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
1190         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
1191         arguments.
1192         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
1193         (tramp-sh-handle-insert-file-contents-literally)
1194         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
1195         with "_".
1196         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
1197         Remove unused variables.
1199         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1200         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
1201         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
1203         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
1204         Make them a defconst.
1205         (tramp-uuencode-region): Remove unused variable.
1207 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
1209         * frameset.el (frameset--prop-setter): New function.
1210         (frameset-prop): Add gv-setter declaration.
1211         (frameset-filter-minibuffer): Deal with the case that the minibuffer
1212         parameter was already set in FILTERED.  Doc fix.
1213         (frameset--record-minibuffer-relationships): Allow saving a
1214         minibufferless frame without its corresponding minibuffer frame.
1215         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
1216         frame, if the frame id matches.
1217         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
1218         frames before orphaned ones.
1219         (frameset-restore): Warn about orphaned windows, instead of error out.
1221 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
1223         * window.el (window-make-atom): Don't overwrite parameter
1224         already present.
1225         (display-buffer-in-atom-window): Handle special case where we
1226         split an already atomic window.
1227         (window--major-non-side-window, display-buffer-in-side-window)
1228         (window--side-check): Ignore minibuffer window when walking
1229         window tree.
1230         (window-deletable-p): Return 'frame only if no other frame uses
1231         our minibuffer window.
1232         (record-window-buffer): Run buffer-list-update-hook.
1233         (split-window): Make sure window--check-frame won't destroy an
1234         existing atomic window in case the new window gets nested
1235         inside.
1236         (display-buffer-at-bottom): Ignore minibuffer window when
1237         walking window tree.  Don't split a side window.
1238         (pop-to-buffer): Don't set-buffer here, the select-window call
1239         should do that.
1240         (mouse-autoselect-window-select): Autoselect only if we are in the
1241         text portion of the window.
1243 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245         * net/shr.el (shr-parse-image-data): New function to grab both the
1246         data itself and the Content-Type.
1247         (shr-put-image): Use it.
1249         * net/eww.el (eww-display-image): Ditto.
1251         * image.el (image-content-type-suffixes): New variable.
1253 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1255         * progmodes/python.el (python-imenu--build-tree)
1256         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
1258 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
1260         * simple.el (backward-word): Mention the optional argument.
1262 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1264         * frameset.el (frameset--make): Rename constructor from make-frameset.
1265         (frameset-p, frameset-valid-p): Don't autoload.
1266         (frameset-valid-p): Use normal accessors.
1268 2013-08-13  Glenn Morris  <rgm@gnu.org>
1270         * progmodes/compile.el (compile-command): Tweak example in doc.
1271         * obsolete/scribe.el (scribe-mode):
1272         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
1274         * mail/feedmail.el (feedmail-confirm-outgoing)
1275         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
1277         * cus-start.el (truncate-partial-width-windows): Fix type.
1279         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
1281         * net/shr.el (shr-table-horizontal-line): Fix custom type.
1283 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1285         * emacs-lisp/timer.el (timer--time-setter): New function.
1286         (timer--time): Use it as gv-setter.
1288         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
1289         setter is not a symbol.
1291 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
1293         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
1294         if sending fails.  This makes debugging easier.
1296 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
1298         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
1299         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
1300         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
1302 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
1304         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
1306 2013-08-12  Glenn Morris  <rgm@gnu.org>
1308         * format.el (format-annotate-function):
1309         Handle read-only text properties in the source.  (Bug#14887)
1311 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1313         * net/eww.el (eww-display-html): Ignore coding system errors.
1314         One web site uses "utf-8lias" as the coding system.
1316 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
1318         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
1320 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
1322         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
1323         (tutorial--detailed-help): Remove unused local variables.
1324         (tutorial--save-tutorial-to): Use ignore-errors.
1325         (help-with-tutorial): Use looking-at-p.
1327         * view.el (view-buffer-other-window, view-buffer-other-frame):
1328         Mark unused arguments.
1330         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
1331         (woman-select-symbol-fonts, woman, woman-find-file)
1332         (woman-insert-file-contents, woman-non-underline-faces):
1333         Use string-match-p.
1334         (woman1-unquote): Move declaration.
1336         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
1337         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
1338         argument.  Remove unused local variable.
1339         (xml-parse-elem-type): Use string-match-p.
1340         (xml-substitute-numeric-entities): Use ignore-errors.
1342         * calculator.el (calculator): Mark unused argument.
1343         (calculator-paste, calculator-quit, calculator-integer-p):
1344         Use ignore-errors.
1345         (calculator-string-to-number, calculator-decimal, calculator-exp)
1346         (calculator-op-or-exp): Use string-match-p.
1348         * dired.el (dired-buffer-more-recently-used-p): Declare.
1349         (dired-insert-set-properties, dired-insert-old-subdirs):
1350         Use ignore-errors.
1352         * dired-aux.el (dired-compress): Use ignore-errors.
1353         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
1354         (dired-do-async-shell-command, dired-do-shell-command)
1355         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
1356         (dired-insert-subdir-validate): Use string-match-p.
1357         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
1358         (dired-add-entry): Use string-match-p, looking-at-p.
1359         (dired-insert-subdir-newpos): Remove unused local variable.
1361         * filenotify.el (file-notify-callback): Remove unused local variable.
1363         * filesets.el (filesets-error): Mark unused argument.
1364         (filesets-which-command-p, filesets-filter-dir-names)
1365         (filesets-directory-files, filesets-get-external-viewer)
1366         (filesets-ingroup-get-data): Use string-match-p.
1368         * find-file.el (ff-other-file-name, ff-other-file-name)
1369         (ff-find-the-other-file, ff-cc-hh-converter):
1370         Remove unused local variables.
1371         (ff-get-file-name): Use string-match-p.
1372         (ff-all-dirs-under): Use ignore-errors.
1374         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
1375         (follow-select-if-visible): Remove unused local variable.
1377         * forms.el (read-file-filter): Move declaration.
1378         (forms--make-format, forms--make-parser, forms-insert-record):
1379         Quote function with #'.
1380         (forms--update): Use string-match-p.  Quote function with #'.
1382         * help-mode.el (help-dir-local-var-def): Mark unused argument.
1383         (help-make-xrefs): Use looking-at-p.
1384         (help-xref-on-pp): Use looking-at-p, ignore-errors.
1386         * ibuffer.el (ibuffer-ext-visible-p): Declare.
1387         (ibuffer-confirm-operation-on): Use string-match-p.
1389         * msb.el (msb-item-handler, msb-dired-item-handler):
1390         Mark unused arguments.
1392         * ses.el (ses-decode-cell-symbol)
1393         (ses-kill-override): Remove unused local variable.
1394         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
1395         (ses-load): Use ignore-errors, looking-at-p.
1396         (ses-jump-safe): Use ignore-errors.
1397         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
1399         * tabify.el (untabify, tabify): Mark unused arguments.
1401         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
1402         Mark unused argument.
1403         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
1404         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
1406         * emacs-lisp/timer.el (timer--time): Define setter with
1407         gv-define-setter to avoid deprecation warning.
1409         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
1410         (*record-cmpl-statistics-p*): Remove (was commented out).
1411         (cmpl-statistics-block): Remove (body was commented out).
1412         All callers changed.
1413         (add-completions-from-buffer, load-completions-from-file):
1414         Remove unused variables.
1416 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
1418         * filecache.el (file-cache-delete-file-list):
1419         Print message only when told so.
1420         (file-cache-files-matching): Use #' in mapconcat argument.
1422         * ffap.el (ffap-url-at-point): Fix reference to variable
1423         thing-at-point-default-mail-uri-scheme.
1425 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1427         * subr.el (define-error): New function.
1428         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
1429         error-file-not-found and define with define-error.
1430         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
1431         and define with define-error.
1432         * userlock.el (file-locked, file-supersession):
1433         * simple.el (mark-inactive):
1434         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
1435         * progmodes/ada-mode.el (ada-mode-errors):
1436         * play/life.el (life-extinct):
1437         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
1438         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
1439         * nxml/rng-util.el (rng-error):
1440         * nxml/rng-uri.el (rng-uri-error):
1441         * nxml/rng-match.el (rng-compile-error):
1442         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
1443         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
1444         * nxml/nxml-rap.el (nxml-scan-error):
1445         * nxml/nxml-outln.el (nxml-outline-error):
1446         * net/soap-client.el (soap-error):
1447         * net/gnutls.el (gnutls-error):
1448         * net/ange-ftp.el (ftp-error):
1449         * mpc.el (mpc-proc-error):
1450         * json.el (json-error, json-readtable-error, json-unknown-keyword)
1451         (json-number-format, json-string-escape, json-string-format)
1452         (json-key-format, json-object-format):
1453         * jka-compr.el (compression-error):
1454         * international/quail.el (quail-error):
1455         * international/kkc.el (kkc-error):
1456         * emacs-lisp/ert.el (ert-test-failed):
1457         * calc/calc.el (calc-error, inexact-result, math-overflow)
1458         (math-underflow):
1459         * bookmark.el (bookmark-error-no-filename):
1460         * epg.el (epg-error): Define with define-error.
1462         * time.el (display-time-event-handler)
1463         (display-time-next-load-average): Don't call sit-for since it seems
1464         unnecessary (bug#15045).
1466         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
1467         Use #' instead of ' to quote functions.
1468         (checkdoc-output-mode): Use setq-local.
1469         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
1470         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
1471         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
1472         (checkdoc-ispell, checkdoc-ispell-current-buffer)
1473         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
1474         (checkdoc-ispell-message-text, checkdoc-ispell-start)
1475         (checkdoc-ispell-continue, checkdoc-ispell-comments)
1476         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
1478         * ido.el (ido-completion-help): Fix up compiler warning.
1480 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
1482         * frameset.el (frameset-p): Add autoload cookie.
1483         (frameset--jump-to-register): New function, based on code moved from
1484         register.el.
1485         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
1487         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
1488         (frameset-restore, frameset-save, frameset-session-filter-alist):
1489         Remove declarations.
1490         (register-alist): Doc fix.
1491         (frameset-to-register): Move to frameset.el.
1492         (jump-to-register, describe-register-1): Remove frameset-specific code.
1494 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1496         * allout-widgets.el (allout-widgets-pre-command-business)
1497         (allout-widgets-post-command-business)
1498         (allout-widgets-after-change-handler)
1499         (allout-decorate-item-and-context, allout-set-boundary-marker)
1500         (allout-body-modification-handler)
1501         (allout-graphics-modification-handler): Mark ignored arguments.
1502         (allout-widgets-post-command-business)
1503         (allout-widgets-exposure-change-processor)
1504         (allout-widgets-exposure-undo-processor)
1505         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
1506         (allout-parse-item-at-point, allout-decorate-item-guides)
1507         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
1508         * allout.el (epa-passphrase-callback-function): Declare.
1509         (allout-overlay-insert-in-front-handler)
1510         (allout-overlay-interior-modification-handler)
1511         (allout-isearch-end-handler, allout-chart-siblings)
1512         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
1513         (allout-yank-processing, allout-process-exposed)
1514         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
1515         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
1516         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
1517         (lisp-indent-defform): Mark ignored arguments.
1518         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
1519         (calculate-lisp-indent): Remove unused variables.
1520         * international/characters.el (indian-2-column, arabic-2-column)
1521         (tibetan): Mark ignored arguments.
1522         (use-cjk-char-width-table): Mark ignored arguments.
1523         Remove unused variables.
1524         * international/fontset.el (build-default-fontset-data)
1525         (x-compose-font-name, create-fontset-from-fontset-spec):
1526         Mark ignored arguments.
1527         (fontset-plain-name): Remove unused variables.
1528         * international/mule.el (charset-id, charset-bytes, generic-char-p)
1529         (keyboard-coding-system): Mark ignored arguments.
1530         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
1531         * help.el (resize-temp-buffer-window):
1532         * window.el (display-buffer-in-major-side-window)
1533         (display-buffer-in-side-window, display-buffer-in-previous-window):
1534         Remove unused variables.
1535         * isearch.el (isearch-forward-symbol):
1536         * version.el (emacs-bzr-version-bzr):
1537         * international/mule-cmds.el (current-language-environment):
1538         * term/common-win.el (x-handle-iconic, x-handle-geometry)
1539         (x-handle-display):
1540         * term/pc-win.el (x-list-fonts, x-display-planes)
1541         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
1542         (x-server-version, x-display-screens, x-display-mm-height)
1543         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
1544         (x-selection-owner-p, x-own-selection-internal)
1545         (x-disown-selection-internal, x-get-selection-internal)
1546         (msdos-initialize-window-system):
1547         * term/tty-colors.el (tty-color-alist, tty-color-clear):
1548         * term/x-win.el (x-handle-no-bitmap-icon):
1549         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
1550         (vc-default-find-file-hook, vc-default-extra-menu):
1551         Mark ignored arguments.
1553 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1555         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
1556         break-condition in the context of the debugged code (bug#12685).
1558 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
1560         * comint.el:
1561         Do not use an overlay to highlight the last prompt.  (Bug#14744)
1562         (comint-mode): Make comint-last-prompt buffer local.
1563         (comint-last-prompt): New variable.
1564         (comint-last-prompt-overlay): Remove.  Superseded by
1565         comint-last-prompt.
1566         (comint-snapshot-last-prompt, comint-output-filter):
1567         Use comint-last-prompt.
1569 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1571         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
1572         (frameset-save): Check validity of the resulting frameset.
1574 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
1576         * ido.el (ido-record-command): Add doc string.
1578 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1580         * frameset.el (frameset): Do not disable creation of the default
1581         frameset-p predicate.  Doc fix.
1582         (frameset-valid-p): New function, copied from the old predicate-p.
1583         Add additional checks.
1584         (frameset-restore): Check with frameset-valid-p.
1585         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
1586         (frameset-name, frameset-description, frameset-properties)
1587         (frameset-states): Add docstring.
1588         (frameset-session-filter-alist, frameset-persistent-filter-alist)
1589         (frameset-filter-alist): Doc fixes.
1591 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1593         * frameset.el (frameset-p, frameset-prop): Doc fixes.
1595 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1597         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
1598         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
1599         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
1600         (byte-compile-normal-call): Remove obsolescence check.
1602 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
1604         * frameset.el (frameset-restore): Doc fix.
1606         * register.el (frameset-frame-id, frameset-frame-with-id)
1607         (frameset-p, frameset-restore, frameset-save): Declare.
1608         (register-alist): Document framesets.
1609         (frameset-session-filter-alist): Declare.
1610         (frameset-to-register): New function.
1611         (jump-to-register): Implement jumping to framesets.  Doc fix.
1612         (describe-register-1): Describe framesets.
1614         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
1616 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
1618         * desktop.el (desktop-save-frameset): Use new frameset-save args.
1619         Use lexical-binding.
1621         * frameset.el (frameset): Use type vector, not list (incompatible
1622         change).  Do not declare a new constructor, use the default one.
1623         Upgrade suggested properties `app', `name' and `desc' to slots `app',
1624         `name' and `description', respectively, and add read-only slot
1625         `timestamp'.  Doc fixes.
1626         (frameset-copy, frameset-persistent-filter-alist)
1627         (frameset-filter-alist, frameset-switch-to-gui-p)
1628         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
1629         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
1630         (frameset-filter-iconified, frameset-keep-original-display-p):
1631         Doc fixes.
1632         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
1633         Rename from frameset-filter-(save|restore)-param.  All callers changed.
1634         Doc fix.
1635         (frameset-p): Adapt to change to vector and be more thorough.
1636         Change arg name to OBJECT.  Doc fix.
1637         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
1638         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
1639         All callers changed.
1640         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
1641         All callers changed.
1642         (frameset--record-minibuffer-relationships): Rename from
1643         frameset--process-minibuffer-frames.  All callers changed.
1644         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
1645         Use new default constructor (again).  Doc fix.
1646         (frameset--find-frame-if): Rename from `frameset--find-frame.
1647         All callers changed.
1648         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
1649         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
1650         Doc fix.
1651         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
1652         PARAMETERS and WINDOW-STATE, respectively.
1653         (frameset-restore): Add new keyword argument PREDICATE.
1654         Reset frameset--target-display to nil.  Doc fix.
1656 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1658         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
1659         (bat-mode): Use it.
1660         (bat-mode-syntax-table): Mark \n as end-of-comment.
1661         (bat-font-lock-keywords): Remove comment rule.
1663         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
1664         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
1666         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
1667         (byte-compile-callargs-warn): Use `push'.
1668         (byte-compile-arglist-warn): Ignore higher-order "calls".
1669         (byte-compile-file-form-autoload): Use `pcase'.
1670         (byte-compile-function-form): If quoting a symbol, check that it exists.
1672 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
1674         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
1675         and add a few popular commands found in batch files.
1676         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
1677         (dos-mode): Doc fixes.
1679 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1681         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
1682         (dos-mode): Use setq-local.  Add space after "rem".
1683         (dos-mode-syntax-table): Don't use "w" for symbol chars.
1684         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
1686 2013-08-07  Arni Magnusson  <arnima@hafro.is>
1688         * progmodes/dos.el: New file.
1689         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
1690         dos-mode.
1692 2013-08-06  Glenn Morris  <rgm@gnu.org>
1694         * calendar/calendar.el: Add new faces, and day-header-array.
1695         (calendar-weekday-header, calendar-weekend-header)
1696         (calendar-month-header): New faces.
1697         (calendar-day-header-construct): New function.
1698         (calendar-day-header-width): Also :set calendar-day-header-array.
1699         (calendar-american-month-header, calendar-european-month-header)
1700         (calendar-iso-month-header): Use calendar- faces.
1701         (calendar-generate-month):
1702         Use calendar-day-header-array for day headers; apply faces to them.
1703         (calendar-mode): Check calendar-font-lock-keywords non-nil.
1704         (calendar-abbrev-construct): Add optional maxlen argument.
1705         (calendar-day-name-array): Doc fix.
1706         (calendar-day-name-array, calendar-abbrev-length)
1707         (calendar-day-abbrev-array):
1708         Also :set calendar-day-header-array, and maybe redraw.
1709         (calendar-day-header-array): New option.  (Bug#15007)
1710         (calendar-font-lock-keywords): Set to nil and make obsolete.
1711         (calendar-day-name): Add option to use header array.
1713 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715         * net/shr.el (shr-render-td): Remove debugging.
1716         (shr-render-td): Make width computation consistent by defaulting
1717         all zero-width columns to 10 characters.  This may not be optimal,
1718         but it's at least consistent.
1719         (shr-make-table-1): Redo last change to fix the real problem in
1720         colspan handling.
1722 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1724         * files.el (cache-long-line-scans):
1725         Make obsolete alias to `cache-long-scans'.
1727 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
1729         * frameset.el (frameset, frameset-filter-alist)
1730         (frameset-filter-params, frameset-save, frameset--reuse-frame)
1731         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
1732         (frameset-compute-pos): Rename from frameset--compute-pos,
1733         and add docstring.
1734         (frameset-move-onscreen): Use frameset-compute-pos.
1735         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1737         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
1738         Fix typos in docstrings.
1740 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
1742         * frame.el (get-other-frame): Tiny cleanup.
1744 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
1746         * vc/vc.el (vc-default-ignore-completion-table):
1747         Silence byte-compiler warning.
1749         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
1750         slot , which can indeed be nil.
1751         (frameset-live-filter-alist, frameset-persistent-filter-alist):
1752         Move entry for `left' from persistent to live filter alist.
1753         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
1754         Doc fixes.
1755         (frameset-filter-params): When restoring a frame, copy items added to
1756         `filtered', to avoid unwittingly modifying the original parameters.
1757         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
1758         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
1760         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
1761         to use looking-at-p instead of looking-at.  (Bug#15028)
1763 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1765         Revert introduction of isearch-filter-predicates (bug#14714).
1766         Rely on add-function instead.
1767         * isearch.el (isearch-filter-predicates): Rename it back to
1768         isearch-filter-predicate.
1769         (isearch-message-prefix): Use advice-function-mapc and advice
1770         properties to get the isearch-message-prefix.
1771         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
1772         instead of run-hook-with-args-until-failure.
1773         (isearch-filter-visible): Not obsolete any more.
1774         * loadup.el: Preload nadvice.
1775         * replace.el (perform-replace): Revert to funcall
1776         instead of run-hook-with-args-until-failure.
1777         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
1778         * dired-aux.el (dired-isearch-filenames-mode): Rename from
1779         dired-isearch-filenames-toggle; make it into a proper minor mode.
1780         Use add/remove-function.
1781         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
1782         Call the minor-mode rather than add/remove-hook.
1783         (dired-isearch-filter-filenames):
1784         Remove isearch-message-prefix property.
1785         * info.el (Info--search-loop): New function, extracted from Info-search.
1786         Funcall isearch-filter-predicate instead of
1787         run-hook-with-args-until-failure isearch-filter-predicates.
1788         (Info-search): Use it.
1789         (Info-mode): Use isearch-filter-predicate instead of
1790         isearch-filter-predicates.
1792 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
1794         Do not call to `selected-window' where it is assumed by default.
1795         Affected functions are `window-minibuffer-p', `window-dedicated-p',
1796         `window-hscroll', `window-width', `window-height', `window-buffer',
1797         `window-frame', `window-start', `window-point', `next-window'
1798         and `window-display-table'.
1799         * abbrev.el (abbrev--default-expand):
1800         * bs.el (bs--show-with-configuration):
1801         * buff-menu.el (Buffer-menu-mouse-select):
1802         * calc/calc.el (calc):
1803         * calendar/calendar.el (calendar-generate-window):
1804         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
1805         (diary-make-entry):
1806         * comint.el (send-invisible, comint-dynamic-complete-filename)
1807         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
1808         * completion.el (complete):
1809         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
1810         * disp-table.el (describe-current-display-table):
1811         * doc-view.el (doc-view-insert-image):
1812         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
1813         * ehelp.el (with-electric-help):
1814         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1815         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
1816         * emacs-lisp/helper.el (Helper-help-scroller):
1817         * emulation/cua-base.el (cua--post-command-handler-1):
1818         * eshell/esh-mode.el (eshell-output-filter):
1819         * ffap.el (ffap-gnus-wrapper):
1820         * help-macro.el (make-help-screen):
1821         * hilit-chg.el (highlight-compare-buffers):
1822         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
1823         * hl-line.el (global-hl-line-highlight):
1824         * icomplete.el (icomplete-simple-completing-p):
1825         * isearch.el (isearch-done):
1826         * jit-lock.el (jit-lock-stealth-fontify):
1827         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
1828         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
1829         * mpc.el (mpc-tagbrowser, mpc):
1830         * net/rcirc.el (rcirc-any-buffer):
1831         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
1832         * play/landmark.el (landmark-max-width, landmark-max-height):
1833         * play/zone.el (zone):
1834         * progmodes/compile.el (compilation-goto-locus):
1835         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
1836         * progmodes/etags.el (find-tag-other-window):
1837         * progmodes/fortran.el (fortran-column-ruler):
1838         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1839         * progmodes/verilog-mode.el (verilog-point-text):
1840         * reposition.el (reposition-window):
1841         * rot13.el (toggle-rot13-mode):
1842         * server.el (server-switch-buffer):
1843         * shell.el (shell-dynamic-complete-command)
1844         (shell-dynamic-complete-environment-variable):
1845         * simple.el (insert-buffer, set-selective-display)
1846         (delete-completion-window):
1847         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
1848         (speedbar-recenter):
1849         * startup.el (fancy-splash-head):
1850         * textmodes/ispell.el (ispell-command-loop):
1851         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
1852         * tutorial.el (help-with-tutorial):
1853         * vc/add-log.el (add-change-log-entry):
1854         * vc/compare-w.el (compare-windows):
1855         * vc/ediff-help.el (ediff-indent-help-message):
1856         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
1857         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
1858         (ediff-setup-control-frame):
1859         * vc/emerge.el (emerge-position-region):
1860         * vc/pcvs-util.el (cvs-bury-buffer):
1861         * window.el (walk-windows, mouse-autoselect-window-select):
1862         * winner.el (winner-set-conf, winner-undo): Related users changed.
1864 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
1866         * frameset.el (frameset--set-id): Doc fix.
1867         (frameset-frame-id, frameset-frame-id-equal-p)
1868         (frameset-locate-frame-id): New functions.
1869         (frameset--process-minibuffer-frames, frameset--reuse-frame)
1870         (frameset-restore): Use them.
1872 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
1874         Do not call to `selected-frame' where it is assumed by default.
1875         Affected functions are `raise-frame', `redraw-frame',
1876         `frame-first-window', `frame-terminal' and `delete-frame'.
1877         * calendar/appt.el (appt-disp-window):
1878         * epg.el (epg-wait-for-completion):
1879         * follow.el (follow-delete-other-windows-and-split)
1880         (follow-avoid-tail-recenter):
1881         * international/mule.el (set-terminal-coding-system):
1882         * mail/rmail.el (rmail-mail-return):
1883         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1884         * progmodes/f90.el (f90-add-imenu-menu):
1885         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
1886         * server.el (server-switch-buffer):
1887         * simple.el (delete-completion-window):
1888         * talk.el (talk):
1889         * term/xterm.el (terminal-init-xterm-modify-other-keys)
1890         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
1891         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
1892         * vc/ediff.el (ediff-documentation): Related users changed.
1893         * frame.el (selected-terminal): Remove the leftover.
1895 2013-08-05  Glenn Morris  <rgm@gnu.org>
1897         * calendar/calendar.el (calendar-generate-month):
1898         Fix for calendar-column-width != 1 + calendar-day-digit-width.
1899         (calendar-generate-month, calendar-font-lock-keywords):
1900         Fix for calendar-day-header-width > length of any day name.
1902 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
1904         * desktop.el (desktop-clear): Use new name of sort predicate.
1906         * frameset.el (frameset): Add docstring.  Move :version property to its
1907         own `version' slot.
1908         (frameset-copy): Rename from copy-frameset.
1909         (frameset-p): Check more thoroughly.
1910         (frameset-prop): Do not check for :version, which is no longer a prop.
1911         (frameset-live-filter-alist, frameset-persistent-filter-alist):
1912         Use new :never value instead of t.
1913         (frameset-filter-alist): Expand and clarify docstring.
1914         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
1915         (frameset-filter-minibuffer, frameset-filter-save-param)
1916         (frameset-filter-restore-param, frameset-filter-iconified):
1917         Add pointer to docstring of frameset-filter-alist.
1918         (frameset-filter-params): Rename filter values to be more meaningful:
1919         :never instead of t, and reverse the meanings of :save and :restore.
1920         (frameset--process-minibuffer-frames): Clarify error message.
1921         (frameset-save): Avoid unnecessary and confusing call to framep.
1922         Use new BOA constructor for framesets.
1923         (frameset--reuse-list): Doc fix.
1924         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
1925         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
1926         (frameset-minibufferless-first-p): Doc fix.
1927         Rename from frameset-sort-frames-for-deletion.
1928         (frameset-restore): Doc fixes.  Use new function names.
1929         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
1931 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
1933         * desktop.el (desktop-restore-forces-onscreen)
1934         (desktop-restore-reuses-frames): Document :keyword constant values.
1935         (desktop-filter-parameters-alist): Remove, now identical to
1936         frameset-filter-alist.
1937         (desktop--filter-tty*): Remove, moved to frameset.el.
1938         (desktop-save-frameset, desktop-restore-frameset):
1939         Do not pass :filters argument.
1941         * frameset.el (frameset-live-filter-alist)
1942         (frameset-persistent-filter-alist): New variables.
1943         (frameset-filter-alist): Use them.  Add autoload cookie.
1944         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
1945         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
1946         `frameset--id' (it's supposed to be internal to frameset.el).
1947         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
1948         (frameset--initial-params): New function.
1949         (frameset--get-frame): Use it.  Doc fix.
1950         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
1951         Accept :all, not 'all.
1952         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
1953         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
1954         with fbound symbols.  Fix frame id matching, and remove matching ids if
1955         the frame being restored is deleted.  Obey :delete.
1957 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1959         * subr.el (macrop): New function.
1960         (text-clone--maintaining): New var.
1961         (text-clone--maintain): Rename from text-clone-maintain.  Use it
1962         instead of inhibit-modification-hooks.
1964         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
1965         a proxy, so as handle autoloads and redefinitions of the target.
1966         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
1968         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
1969         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
1970         (pcase--mutually-exclusive-p): New function.
1971         (pcase--split-consp): Use it.
1972         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
1973         mutually exclusive with the current predicate.
1975         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
1976         (edebug-macrop): Remove.  Use `macrop' instead.
1977         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
1978         (ad-macro-p):
1979         * eshell/esh-cmd.el (eshell-macrop):
1980         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
1982 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1984         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
1985         (advice-mapc): New function, using it.
1986         (advice-function-member-p): New function.
1987         (advice--normalize): Store the cdr in advice--saved-rewrite since
1988         that's the part that will be changed.
1989         (advice--symbol-function): New function.
1990         (advice-remove): Handle removal before the function is defined.
1991         Adjust to new advice--saved-rewrite.
1992         (advice-member-p): Use advice-function-member-p and
1993         advice--symbol-function.
1995 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
1997         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
1998         (frameset-filter-minibuffer): Doc fix.
1999         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
2000         (frameset--set-id, frameset--process-minibuffer-frames)
2001         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
2002         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
2004         * desktop.el (desktop-clear): Only delete frames when called
2005         interactively and desktop-restore-frames is non-nil.  Doc fix.
2006         (desktop-read): Set desktop-saved-frameset to nil.
2008 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
2010         * vc/vc.el (vc-ignore): Rewrite.
2011         (vc-default-ignore-completion-table):
2012         (vc--read-lines):
2013         (vc--add-line, vc--remove-regexp): New functions.
2015         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
2016         (vc-svn-ignore-completion-table): New function.
2018         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
2019         (vc-hg-ignore-completion-table):
2020         (vc-hg-find-ignore-file): New functions.
2022         * vc/vc-git.el (vc-git-ignore): Rewrite.
2023         (vc-git-ignore-completion-table):
2024         (vc-git-find-ignore-file): New functions.
2026         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
2028         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
2029         (vc-bzr-ignore-completion-table):
2030         (vc-bzr-find-ignore-file): New functions.
2032 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
2034         * frameset.el (frameset-prop): New function and setter.
2035         (frameset-save): Do not modify frame list passed by the caller.
2037 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2039         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
2041 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2043         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
2044         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
2046         * custom.el (custom-initialize-default, custom-initialize-set)
2047         (custom-initialize-reset, custom-initialize-changed): Affect the
2048         toplevel-default-value (bug#6275, bug#14586).
2049         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
2050         for bug#6275.
2052 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
2054         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2055         Add cl-def* expressions.
2057         * frameset.el (frameset-filter-params): Fix order of arguments.
2059 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
2061         Move code related to saving frames to frameset.el.
2062         * desktop.el: Require frameset.
2063         (desktop-restore-frames): Doc fix.
2064         (desktop-restore-reuses-frames): Rename from
2065         desktop-restoring-reuses-frames.
2066         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
2067         (desktop-clear): Clear frames too.
2068         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
2069         (desktop--filter-tty*, desktop-save, desktop-read):
2070         Use frameset functions.
2071         (desktop-before-saving-frames-functions, desktop--filter-*-color)
2072         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2073         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
2074         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
2075         (desktop--process-minibuffer-frames, desktop-save-frames)
2076         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
2077         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
2078         (desktop--sort-states, desktop-restoring-frames-p)
2079         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
2080         (desktop-restoring-frameset-p, desktop-restore-frameset)
2081         (desktop--check-dont-save, desktop-save-frameset): New functions.
2082         (desktop--app-id): New constant.
2083         (desktop-first-buffer, desktop-buffer-ok-count)
2084         (desktop-buffer-fail-count): Move before first use.
2085         * frameset.el: New file.
2087 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2089         * files.el: Use lexical-binding.
2090         (dir-locals-read-from-file): Remove unused `err' variable.
2091         (hack-dir-local-variables--warned-coding): New var.
2092         (hack-dir-local-variables): Use it to avoid repeated warnings.
2093         (make-backup-file-name--default-function): New function.
2094         (make-backup-file-name-function): Use it as default.
2095         (buffer-stale--default-function): New function.
2096         (buffer-stale-function): Use it as default.
2097         (revert-buffer-insert-file-contents--default-function): New function.
2098         (revert-buffer-insert-file-contents-function): Use it as default.
2099         (insert-directory): Avoid add-to-list.
2101         * autorevert.el (auto-revert-handler): Simplify.
2102         Use buffer-stale--default-function.
2104 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
2106         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
2108         * whitespace.el (whitespace-ensure-local-variables): New function.
2109         (whitespace-cleanup-region): Call it.
2110         (whitespace-turn-on): Call it.
2112 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
2114         Complete file name handlers.
2116         * net/tramp.el (tramp-handle-set-visited-file-modtime)
2117         (tramp-handle-verify-visited-file-modtime)
2118         (tramp-handle-file-notify-rm-watch): New functions.
2119         (tramp-call-process): Do not bind `default-directory'.
2121         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2122         Order alphabetically.
2123         [access-file, add-name-to-file, dired-call-process]:
2124         [dired-compress-file, file-acl, file-notify-rm-watch]:
2125         [file-ownership-preserved-p, file-selinux-context]:
2126         [make-directory-internal, make-symbolic-link, set-file-acl]:
2127         [set-file-selinux-context, set-visited-file-modtime]:
2128         [verify-visited-file-modtime]: Add handler.
2129         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
2131         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2132         [file-notify-add-watch, file-notify-rm-watch]:
2133         [set-file-times, set-visited-file-modtime]:
2134         [verify-visited-file-modtime]: Add handler.
2135         (with-tramp-gvfs-error-message)
2136         (tramp-gvfs-handle-set-visited-file-modtime)
2137         (tramp-gvfs-fuse-file-name): Remove.
2138         (tramp-gvfs-handle-file-notify-add-watch)
2139         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
2140         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
2142         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2143         Order alphabetically.
2144         [file-notify-rm-watch ]: Use default Tramp handler.
2145         [executable-find]: Remove private handler.
2146         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
2147         `default-directory'.
2148         (tramp-sh-handle-executable-find)
2149         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
2150         (tramp-sh-file-gvfs-monitor-dir-process-filter)
2151         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
2152         Do not use `format' in `tramp-message'.
2154         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
2155         [file-notify-rm-watch, set-visited-file-modtime]:
2156         [verify-visited-file-modtime]: Add handler.
2157         (tramp-smb-call-winexe): Do not bind `default-directory'.
2159 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
2161         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
2163 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
2165         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
2166         use it.
2167         (log-view-diff-changeset): Same.
2168         (log-view-diff-common): Call backend command `previous-revision'
2169         to find out the previous revision, in both cases.  Swap the
2170         variables `to' and `fr', so that `fr' usually refers to the
2171         earlier revision (Bug#14989).
2173 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
2175         * ibuf-ext.el (ibuffer-filter-by-filename):
2176         Make it work with dired buffers too.
2178 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
2180         * emacs-lisp/re-builder.el (reb-color-display-p):
2181         * files.el (save-buffers-kill-terminal):
2182         * net/browse-url.el (browse-url):
2183         * server.el (server-save-buffers-kill-terminal):
2184         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
2185         Prefer nil to selected-frame for the first arg of frame-parameter.
2187 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
2189         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
2191 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
2193         * minibuffer.el (completion--twq-all): Try and preserve each
2194         completion's case choice (bug#14907).
2196 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198         * net/network-stream.el (open-network-stream): Mention the new
2199         :nogreeting parameter.
2200         (network-stream-open-starttls): Use the :nogreeting parameter
2201         (bug#14938).
2203         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
2205         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
2206         more natural than popping.
2208         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
2209         (shr-urlify): Highlight under mouse.
2211 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
2213         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
2215         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
2217         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
2218         buffer for output.
2220         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
2221         point-min==1.  Fix search string.  Fix parentheses missing.
2223         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
2224         assume point-min==1.  Fix search string.  Fix parentheses missing.
2226         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
2228         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
2229         buffer for output.
2231 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
2233         * frame.el (frame-notice-user-settings): Avoid inflooping when the
2234         initial frame is minibuffer-less.  (Bug#14841)
2236 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
2238         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
2239         option.
2241         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2242         (tramp-maybe-open-connection): Use it.
2244 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
2246         * desktop.el (desktop--make-frame): Include `minibuffer' in the
2247         minimal set of parameters passed when creating a frame, because
2248         the minibuffer status of a frame cannot be changed later.
2250 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
2252         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
2253         replace-regexp-in-string and inadvertent omissions in previous change.
2254         (todo-filter-items): Ensure only file names are comma-separated in
2255         name of filtered items buffer.
2257 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
2259         * desktop.el: Optionally force offscreen frames back onscreen.
2260         (desktop-restoring-reuses-frames): New option.
2261         (desktop--compute-pos, desktop--move-onscreen): New functions.
2262         (desktop--make-frame): Use desktop--move-onscreen.
2264 2013-07-27  Alan Mackenzie  <acm@muc.de>
2266         Fontify a Java generic method as a function.
2267         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
2268         value to t.
2270 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
2272         * calendar/todo-mode.el: Add command to rename todo files.
2273         (todo-rename-file): New command.
2274         (todo-key-bindings-t): Add key binding for it.  Change the
2275         bindings of todo-filter-regexp-items(-multifile) to use `x'
2276         instead of `r', since the latter is better suited to the new
2277         renaming command.
2279 2013-07-27  Alan Mackenzie  <acm@muc.de>
2281         Make Java try-with-resources statement parse properly.
2282         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
2283         (c-block-stmt-1-2-key): New language constants/variables.
2284         * progmodes/cc-engine.el (c-beginning-of-statement-1)
2285         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
2286         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
2287         with c-block-stmt-1-2-key.
2289 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
2291         * desktop.el (desktop--make-frame): Apply most frame parameters after
2292         creating the frame to force (partially or totally) offscreen frames to
2293         be restored as such.
2295 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
2297         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
2298         (Bug#14948)
2300 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2302         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
2303         `base' arg of backtrace-frame.
2305 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
2307         * simple.el (list-processes): Doc fix.
2309 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
2311         * desktop.el (desktop--select-frame):
2312         Try harder to reuse existing frames.
2314 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2316         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
2317         (edebug-eval): Use backtrace-eval.
2318         (edebug--display, edebug--recursive-edit): Don't let-bind the
2319         edebug-outer-* vars that keep track of variables we locally let-bind.
2320         (edebug-outside-excursion): Don't restore outside values of locally
2321         let-bound vars.
2322         (edebug--display): Use user-error.
2323         (cl-lexical-debug, cl-debug-env): Remove.
2325 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
2327         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
2328         are restored to be sure that they are visible before deleting any
2329         remaining ones.
2331 2013-07-26  Matthias Meulien  <orontee@gmail.com>
2333         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
2334         vc-print-root-log.  (Bug#14948)
2336 2013-07-26  Richard Stallman  <rms@gnu.org>
2338         Add aliases for encrypting mail.
2339         * epa.el (epa-mail-aliases): New option.
2340         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
2341         Bind inhibit-read-only so read-only text doesn't ruin everything.
2342         (epa-mail-default-recipients): New subroutine broken out.
2343         Handle epa-mail-aliases.
2345 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2347         Add support for lexical variables to the debugger's `e' command.
2348         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
2349         vars, except for debugger-outer-match-data.
2350         (debugger-frame-number): Move check for "on a function call" from
2351         callers into it.  Add `skip-base' argument.
2352         (debugger-frame, debugger-frame-clear): Simplify accordingly.
2353         (debugger-env-macro): Only reset the state stored in non-variables,
2354         i.e. current-buffer and match-data.
2355         (debugger-eval-expression): Rewrite using backtrace-eval.
2356         * subr.el (internal--called-interactively-p--get-frame): Remove.
2357         (called-interactively-p):
2358         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
2359         `base' arg of backtrace-frame instead.
2361 2013-07-26  Glenn Morris  <rgm@gnu.org>
2363         * align.el (align-regexp): Doc fix.  (Bug#14857)
2364         (align-region): Explicit error if subexpression missing/does not match.
2366         * simple.el (global-visual-line-mode):
2367         Do not duplicate the mode lighter.  (Bug#14858)
2369 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
2371         * window.el (display-buffer): In display-buffer bind
2372         split-window-keep-point to t, bug#14829.
2374 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
2376         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
2377         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
2378         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
2379         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2380         Change accordingly.
2381         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
2382         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
2384 2013-07-25  Glenn Morris  <rgm@gnu.org>
2386         * dired-x.el (dired-mark-extension): Convert comment to doc string.
2388 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
2390         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
2391         parameter to modify-frame-parameters if the value has not changed;
2392         this is a workaround for bug#14949.
2393         (desktop--make-frame): On cl-delete-if call, check parameter name,
2394         not full parameter.
2396 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
2398         * vc/vc.el (vc-ignore): New function.
2400         * vc/vc-svn.el (vc-svn-ignore): New function.
2402         * vc/vc-hg.el (vc-hg-ignore): New function.
2404         * vc/vc-git.el (vc-git-ignore): New function.
2406         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
2407         (vc-dir-ignore): New function.
2409         * vc/vc-cvs.el (vc-cvs-ignore): New function.
2410         (cvs-append-to-ignore): Move here from pcvs.el.
2412         * vc/vc-bzr.el (vc-bzr-ignore): New function.
2414         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
2416 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
2418         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
2419         (desktop-restore-frames): Warn when deleting an existing frame failed.
2421 2013-07-24  Glenn Morris  <rgm@gnu.org>
2423         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
2425 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
2427         * filenotify.el (file-notify-supported-p):
2428         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2429         Remove functions.
2431         * autorevert.el (auto-revert-use-notify):
2432         (auto-revert-notify-add-watch):
2433         * net/tramp.el (tramp-file-name-for-operation):
2434         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2435         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2436         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2437         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2438         Remove `file-notify-supported-p' entry.
2440 2013-07-24  Glenn Morris  <rgm@gnu.org>
2442         * printing.el: Replace all uses of deleted ps-windows-system,
2443         ps-lp-system, ps-flatten-list with lpr- versions.
2445 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2447         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
2448         checked with memq (bug#14935).
2450         * files.el (revert-buffer-function): Use a non-nil default.
2451         (revert-buffer-preserve-modes): Declare var to
2452         provide access to the `preserve-modes' argument.
2453         (revert-buffer): Let-bind it.
2454         (revert-buffer--default): New function, extracted from revert-buffer.
2456 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2458         * lpr.el: Signal print errors more prominently.
2459         (print-region-function): Don't default to nil.
2460         (lpr-print-region): New function, extracted from print-region-1.
2461         Check lpr's return value and signal an error in case of problem.
2462         (print-region-1): Use it.
2463         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
2464         versions instead.
2465         (ps-printer-name): Default to nil.
2466         (ps-printer-name-option): Default to lpr-printer-switch.
2467         (ps-print-region-function): Don't default to nil.
2468         (ps-postscript-code-directory): Simplify default.
2469         (ps-do-despool): Use lpr-print-region to properly check the outcome.
2470         (ps-string-list, ps-eval-switch, ps-flatten-list)
2471         (ps-flatten-list-1): Remove.
2472         (ps-multibyte-buffer): Avoid setq.
2473         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
2474         (print-region-function, ps-print-region-function): Don't set them here.
2476 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
2478         * ido.el (ido-fractionp):
2479         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
2480         (ido-max-file-prompt-width, ido-unc-hosts-cache)
2481         (ido-max-directory-size, ido-max-dir-file-cache)
2482         (ido-decorations): Doc fix.
2484         * ansi-color.el: Fix old URL.
2486 2013-07-23  Michael R. Mauger  <michael@mauger.com>
2488         * progmodes/sql.el Version 3.3
2489         (sql-product-alist): Improve oracle :prompt-cont-regexp.
2490         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
2491         (sql-interactive-remove-continuation-prompt): Rewrite, use
2492         functions above.  Fix continuation prompt and complete output line
2493         handling.
2494         (sql-redirect-one, sql-execute): Use `read-only-mode' on
2495         redirected output buffer.
2496         (sql-mode): Restore deleted code (Bug#13591).
2498 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
2500         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
2502 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
2504         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
2506         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2507         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2508         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
2510 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
2512         * desktop.el (desktop-clear): Simplify; remove useless checks
2513         against invalid buffer names.
2514         (desktop-list*): Use cl-list*.
2515         (desktop-buffer-info, desktop-create-buffer): Simplify.
2517 2013-07-23  Leo Liu  <sdl.web@gmail.com>
2519         * bookmark.el (bookmark-make-record): Restore NAME as a default
2520         value.  (Bug#14933)
2522 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2524         * emacs-lisp/autoload.el (autoload--setup-output): New function,
2525         extracted from autoload--insert-text.
2526         (autoload--insert-text): Remove.
2527         (autoload--print-cookie-text): New function, extracted from
2528         autoload--insert-cookie-text.
2529         (autoload--insert-cookie-text): Remove.
2530         (autoload-generate-file-autoloads): Adjust calls accordingly.
2532         * winner.el (winner-hook-installed-p): Remove.
2533         (winner-mode): Simplify accordingly.
2535         * subr.el (add-to-list): Fix compiler-macro when `append' is
2536         not constant.  Don't use `cl-member' for the base case.
2538         * progmodes/subword.el: Fix boundary case (bug#13758).
2539         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
2540         own group.
2541         (subword-backward-regexp): Make it a constant.
2542         (subword-forward-internal): Don't treat a trailing capital as the
2543         beginning of a word.
2545 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
2547         * emacs-lisp/package.el (package-menu-mode): Don't modify the
2548         global value of tabulated-list-revert-hook (bug#14930).
2550 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
2552         * desktop.el: Require 'cl-lib.
2553         (desktop-before-saving-frames-functions): New hook.
2554         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
2555         for frames being saved.  Rename from desktop--save-minibuffer-frames.
2556         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
2557         Do not save frames with non-nil `desktop-dont-save' parameter.
2558         Filter out deleted frames.
2559         (desktop--find-frame): Use cl-find-if.
2560         (desktop--select-frame): Use cl-(first|second|third) to access values
2561         of desktop-mini.
2562         (desktop--make-frame): Use cl-delete-if.
2563         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
2564         (desktop-restore-frames): Use cl-(first|second|third) to access values
2565         of desktop-mini.  Look for visible frame at the end, not while
2566         restoring frames.
2568         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
2569         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
2570         Use string-match-p, looking-at-p (bug#14927).
2572 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
2574         * desktop.el (desktop-saved-frame-states):
2575         Rename from desktop--saved-states; all users changed.
2576         (desktop-save-frames): Rename from desktop--save-frames.
2577         Do not save state to desktop file.
2578         (desktop-save): Save desktop-saved-frame-states to desktop file
2579         and reset to nil.
2580         (desktop-restoring-frames-p): New function.
2581         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
2582         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
2583         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
2585         * desktop.el: Correctly restore iconified frames.
2586         (desktop--filter-iconified-position): New function.
2587         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
2589 2013-07-20  Glenn Morris  <rgm@gnu.org>
2591         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
2592         Let `message' do the formatting.
2593         (def-gdb-preempt-display-buffer): Add explicit format.
2595         * image-dired.el (image-dired-track-original-file):
2596         Use with-current-buffer.
2597         (image-dired-track-thumbnail): Use with-current-buffer.
2598         Avoid changing point of wrong window.
2600         * image-dired.el (image-dired-track-original-file):
2601         Avoid changing point of wrong window.  (Bug#14909)
2603 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
2605         * progmodes/gdb-mi.el (gdb-done-or-error):
2606         Guard against "%" in gdb output.  (Bug#14127)
2608 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
2610         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
2611         (Bug#14826)
2613         * international/mule.el (coding-system-iso-2022-flags): Fix last
2614         change.
2616 2013-07-20  Kenichi Handa  <handa@gnu.org>
2618         * international/mule.el (coding-system-iso-2022-flags):
2619         Add `8-bit-level-4'.  (Bug#8522)
2621 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2623         * net/shr.el (shr-mouse-browse-url): New command and keystroke
2624         (bug#14815).
2626         * net/eww.el (eww-process-text-input): Allow inputting when the
2627         point is at the start of the line, as the properties aren't
2628         front-sticky.
2630         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
2631         degenerate widths.
2633 2013-07-19  Richard Stallman  <rms@gnu.org>
2635         * epa.el (epa-popup-info-window): Doc fix.
2637         * subr.el (split-string): New arg TRIM.
2639 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
2641         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
2642         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
2644 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
2646         * filenotify.el (file-notify--library): Rename from
2647         `file-notify-support'.  Do not autoload.  Adapt all uses.
2648         (file-notify-supported-p): New defun.
2650         * autorevert.el (auto-revert-use-notify):
2651         Use `file-notify-supported-p' instead of `file-notify-support'.
2652         Adapt docstring.
2653         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
2655         * net/tramp.el (tramp-file-name-for-operation):
2656         Add `file-notify-supported-p'.
2658         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
2659         New defun.
2660         (tramp-sh-file-name-handler-alist): Add it as handler for
2661         `file-notify-supported-p '.
2663         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2664         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2665         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2666         Add `ignore' as handler for `file-notify-*' functions.
2668 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
2670         * simple.el (line-move-partial, line-move): Don't start vscroll or
2671         scroll-up if the current line is not taller than the window.
2672         (Bug#14881)
2674 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
2676         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
2677         highlight question marks in the method names as strings.
2678         (ruby-block-beg-keywords): Inline.
2679         (ruby-font-lock-keyword-beg-re): Extract from
2680         `ruby-font-lock-keywords'.
2682 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
2684         * frame.el (blink-cursor-blinks): New defcustom.
2685         (blink-cursor-blinks-done): New defvar.
2686         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
2687         (blink-cursor-timer-function): Check if number of blinks has been
2688         done on X and NS.
2689         (blink-cursor-suspend, blink-cursor-check): New defuns.
2691 2013-07-15  Glenn Morris  <rgm@gnu.org>
2693         * edmacro.el (edmacro-format-keys): Fix previous change.
2695 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
2697         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
2698         The hack didn't work outside English locales anyway.
2700 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
2702         * simple.el (define-alternatives): Rename from alternatives-define,
2703         per RMS' suggestion.
2705 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
2707         * desktop.el (desktop-restore-frames): Change default to t.
2708         (desktop-restore-in-current-display): Now offer more options.
2709         (desktop-restoring-reuses-frames): New customization option.
2710         (desktop--saved-states): Doc fix.
2711         (desktop-filter-parameters-alist): New variable, renamed and expanded
2712         from desktop--excluded-frame-parameters.
2713         (desktop--target-display): New variable.
2714         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
2715         (desktop--filter-tty*, desktop--filter-*-color)
2716         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2717         (desktop--filter-save-desktop-parm)
2718         (desktop-restore-in-original-display-p): New functions.
2719         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
2720         (desktop--save-minibuffer-frames): New function, inspired by a similar
2721         function from Martin Rudalics.
2722         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
2723         (desktop--restore-in-this-display-p): Remove.
2724         (desktop--find-frame): Rename from desktop--find-frame-in-display
2725         and add predicate argument.
2726         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
2727         (desktop--reuse-list): New variable.
2728         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
2729         New functions.
2730         (desktop--restore-frames): Add support for "minibuffer-special" frames.
2732 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
2734         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
2736 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
2738         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2739         Highlight conversion methods on Kernel.
2741 2013-07-13  Alan Mackenzie  <acm@muc.de>
2743         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
2744         and comment it out.  This out-commenting enables certain C++
2745         declarations to be parsed correctly.
2747 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
2749         * international/mule.el (define-coding-system): Doc fix.
2751         * simple.el (default-font-height): Don't call font-info if the
2752         frame's default font didn't change since the frame was created.
2753         (Bug#14838)
2755 2013-07-13  Leo Liu  <sdl.web@gmail.com>
2757         * ido.el (ido-read-file-name): Guard against non-symbol value.
2759 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2761         * progmodes/python.el (python-imenu--build-tree): Fix corner case
2762         in nested defuns.
2764 2013-07-13  Leo Liu  <sdl.web@gmail.com>
2766         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
2767         ido-set-matches call.  (Bug#6852)
2769 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
2771         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
2772         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
2773         Ruby 2.0.
2774         (ruby-font-lock-keywords): Distinguish calls to functions with
2775         module-like names from module references.  Highlight character
2776         literals.
2778 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
2780         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
2781         (gdb-send): Handle continued commands.  (Bug#14847)
2783 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
2785         * desktop.el (desktop--v2s): Remove unused local variable.
2786         (desktop-save-buffer): Make defvar-local; adjust docstring.
2787         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
2788         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
2790 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
2792         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
2794 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
2796         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
2797         (Bug#14842)
2799 2013-07-12  Glenn Morris  <rgm@gnu.org>
2801         * doc-view.el: Require cl-lib at runtime too.
2802         (doc-view-remove-if): Remove.
2803         (doc-view-search-next-match, doc-view-search-previous-match):
2804         Use cl-remove-if.
2806         * edmacro.el: Require cl-lib at runtime too.
2807         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
2808         (edmacro-mismatch, edmacro-subseq): Remove.
2810         * shadowfile.el: Require cl-lib.
2811         (shadow-remove-if): Remove.
2812         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
2813         Use cl-remove-if.
2815         * wid-edit.el: Require cl-lib.
2816         (widget-choose): Use cl-remove-if.
2817         (widget-remove-if): Remove.
2819         * progmodes/ebrowse.el: Require cl-lib at runtime too.
2820         (ebrowse-delete-if-not): Remove.
2821         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
2822         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
2823         Use cl-delete-if-not.
2825 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
2827         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
2828         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
2830 2013-07-12  Leo Liu  <sdl.web@gmail.com>
2832         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
2834 2013-07-11  Glenn Morris  <rgm@gnu.org>
2836         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
2837         (edebug-gensym-index, edebug-gensym):
2838         Remove reimplementation of cl-gensym.
2839         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
2841         * thumbs.el: Require cl-lib at run-time too.
2842         (thumbs-gensym-counter, thumbs-gensym):
2843         Remove reimplementation of cl-gensym.
2844         (thumbs-temp-file): Use cl-gensym.
2846         * emacs-lisp/ert.el: Require cl-lib at runtime too.
2847         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
2848         (ert--intersection, ert--set-difference, ert--set-difference-eq)
2849         (ert--union, ert--gensym-counter, ert--gensym-counter)
2850         (ert--coerce-to-vector, ert--remove*, ert--string-position)
2851         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
2852         (ert-make-test-unbound, ert--expand-should-1)
2853         (ert--expand-should, ert--should-error-handle-error)
2854         (should-error, ert--explain-equal-rec)
2855         (ert--plist-difference-explanation, ert-select-tests)
2856         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
2857         Use cl-lib functions rather than reimplementations.
2859 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
2861         * net/tramp.el (tramp-methods): Extend docstring.
2862         (tramp-connection-timeout): New defcustom.
2863         (tramp-error-with-buffer): Reset timestamp only when appropriate.
2864         (with-tramp-progress-reporter): Simplify.
2865         (tramp-process-actions): Improve messages.
2867         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2868         * net/tramp-sh.el (tramp-maybe-open-connection):
2869         Use `tramp-connection-timeout'.
2870         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
2871         (Bug#14808)
2873 2013-07-11  Leo Liu  <sdl.web@gmail.com>
2875         * ido.el (ido-read-file-name): Conform to the requirements of
2876         read-file-name.  (Bug#11861)
2877         (ido-read-directory-name): Conform to the requirements of
2878         read-directory-name.
2880 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
2882         * subr.el (delay-warning): New function.
2884 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
2886         * simple.el (default-line-height): New function.
2887         (line-move-partial, line-move): Use it instead of computing the
2888         line height inline.
2889         (line-move-partial): Always compute ROWH.  If the last line is
2890         partially-visible, but its text is completely visible, allow
2891         cursor to enter such a partially-visible line.
2893 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
2895         Improve error messages.  (Bug#14808)
2897         * net/tramp.el (tramp-current-connection): New defvar, moved from
2898         tramp-sh.el.
2899         (tramp-message-show-progress-reporter-message): Remove, not
2900         needed anymore.
2901         (tramp-error-with-buffer): Show message in minibuffer.
2902         Discard input before waiting.  Reset connection timestamp.
2903         (with-tramp-progress-reporter): Improve messages.
2904         (tramp-process-actions): Use progress reporter.  Delete process in
2905         case of error.  Improve messages.
2907         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
2908         Call `tramp-error-with-buffer' with vector and buffer.
2909         (tramp-current-connection): Remove.
2910         (tramp-maybe-open-connection): The car of
2911         `tramp-current-connection' are the first 3 slots of the vector.
2913 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
2915         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
2916         inside continued strings.
2918 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
2920         Timestamp fixes for undo (Bug#14824).
2921         * files.el (clear-visited-file-modtime): Move here from fileio.c.
2923 2013-07-10  Leo Liu  <sdl.web@gmail.com>
2925         * files.el (require-final-newline): Allow safe local value.
2926         (Bug#14834)
2928 2013-07-09  Leo Liu  <sdl.web@gmail.com>
2930         * ido.el (ido-read-directory-name): Handle fallback.
2931         (ido-read-file-name): Update DIR to ido-current-directory.
2932         (Bug#1516)
2933         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
2935 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
2937         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
2938         "autoload".  Remove "warn lower camel case" section, previously
2939         commented out.  Highlight negation char.  Do not highlight the
2940         target in singleton method definitions.
2942 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2944         * faces.el (tty-setup-hook): Declare the hook.
2946         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
2947         and detect when a guard/pred depends on local vars (bug#14773).
2948         (pcase--u1): Adjust caller.
2950 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
2952         * simple.el (line-move-partial, line-move): Account for
2953         line-spacing.
2954         (line-move-partial): Avoid setting vscroll when the last
2955         partially-visible line in window is of default height.
2957 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
2960         been used a while.
2962 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
2964         * subr.el (read-quoted-char): Remove unused local variable `char'.
2966 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2968         * ediff.el (ediff-version): Version update.
2969         (ediff-files-command, ediff3-files-command, ediff-merge-command)
2970         (ediff-merge-with-ancestor-command, ediff-directories-command)
2971         (ediff-directories3-command, ediff-merge-directories-command)
2972         (ediff-merge-directories-with-ancestor-command): New functions.
2973         All are command-line interfaces to ediff: to facilitate calling
2974         Emacs with the appropriate ediff functions invoked.
2976         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
2977         (viper-save-kill-buffer): Check if buffer is modified.
2979         * viper.el (viper-version): Version update.
2980         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
2982 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2984         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
2985         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
2986         (viper-intercept-ESC-key): Simplify.
2987         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
2988         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
2989         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
2990         (viper-setup-ESC-to-escape): New functions.
2991         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
2992         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
2994 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
2996         * simple.el (default-font-height, window-screen-lines):
2997         New functions.
2998         (line-move, line-move-partial): Use them instead of
2999         frame-char-height and window-text-height.  This makes scrolling
3000         text smoother when the buffer's default face uses a font that is
3001         different from the frame's default font.
3003 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
3005         * files.el (write-file): Do not display confirm dialog for NS,
3006         it does its own dialog, which can't be cancelled (Bug#14578).
3008 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
3010         * simple.el (line-move-partial): Adjust the row returned by
3011         posn-at-point for the current window-vscroll.  (Bug#14567)
3013 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
3015         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
3016         (tramp-sh-file-inotifywait-process-filter): Handle file names with
3017         spaces.
3019 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
3021         * window.el (window-state-put-stale-windows): New variable.
3022         (window--state-put-2): Save list of windows without matching buffer.
3023         (window-state-put): Remove "bufferless" windows if possible.
3025 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
3027         * simple.el (alternatives-define): Remove leftover :group keyword.
3028         Tweak docstring.
3030 2013-07-06  Leo Liu  <sdl.web@gmail.com>
3032         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
3033         (ido-enable-virtual-buffers): New variable.
3034         (ido-buffer-internal, ido-toggle-virtual-buffers)
3035         (ido-make-buffer-list): Use it.
3036         (ido-exhibit): Support turning on and off virtual buffers
3037         automatically.
3039 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
3041         * simple.el (alternatives-define): New macro.
3043 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3045         * subr.el (read-quoted-char): Use read-key.
3046         (sit-for): Let read-event decode tty input (bug#14782).
3048 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
3050         * calendar/todo-mode.el: Add handling of file deletion, both by
3051         mode command and externally.  Fix various related bugs.
3052         Clarify Commentary and improve some documentation strings and code.
3053         (todo-delete-file): New command.
3054         (todo-check-file): New function.
3055         (todo-show): Handle external deletion of the file we're trying to
3056         show (bug#14688).  Replace called-interactively-p by an optional
3057         prefix argument to avoid problematic interaction with catch form
3058         when byte compiled (bug#14702).
3059         (todo-quit): Handle external deletion of the archive's todo file.
3060         Make sure the buffer that was visiting the archive file is still
3061         live before trying to bury it.
3062         (todo-category-completions): Handle external deletion of any
3063         category completion files.
3064         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
3065         of todo files, in case of external deletion.
3066         (todo-add-file): Replace unnecessary setq by let-binding.
3067         (todo-find-archive): Check whether there are any archives.
3068         Replace unnecessary setq by let-binding.
3069         (todo-archive-done-item): Use find-file-noselect to get the
3070         archive buffer whether or not the archive already exists.
3071         Remove superfluous code.  Use file size instead of buffer-file-name to
3072         check if the archive is new; if it is, update list of archives.
3073         (todo-default-todo-file): Allow nil to be a valid value for when
3074         there are no todo files.
3075         (todo-reevaluate-default-file-defcustom): Use corrected definition
3076         of todo-default-todo-file.
3077         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
3078         (todo-delete-category, todo-show-categories-table)
3079         (todo-category-number): Clarify comment.
3080         (todo-filter-items): Clarify documentation string.
3081         (todo-show-current-file, todo-display-as-todo-file)
3082         (todo-reset-and-enable-done-separator): Tweak documentation string.
3083         (todo-done-separator): Make separator length window-width, since
3084         bug#2749 is now fixed.
3086 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
3088         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3089         Support both "gvfs-monitor-dir" and "inotifywait".
3090         (tramp-sh-file-inotifywait-process-filter): Rename from
3091         `tramp-sh-file-notify-process-filter'.
3092         (tramp-sh-file-gvfs-monitor-dir-process-filter)
3093         (tramp-get-remote-gvfs-monitor-dir): New defuns.
3095 2013-07-05  Leo Liu  <sdl.web@gmail.com>
3097         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
3099 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3101         * frame.el (display-pixel-height, display-pixel-width)
3102         (display-mm-height, display-mm-width): Mention behavior on
3103         multi-monitor setups in docstrings.
3104         (w32-display-monitor-attributes-list): Declare function.
3105         (display-monitor-attributes-list): Use it.
3107 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
3109         * filenotify.el: New package.
3111         * autorevert.el (top): Require filenotify.el.
3112         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
3113         instead.
3114         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3115         (auto-revert-notify-handler): Use `file-notify-*' functions.
3117         * subr.el (file-notify-handle-event): Move function to filenotify.el.
3119         * net/tramp.el (tramp-file-name-for-operation):
3120         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
3122         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3123         for `file-notify-add-watch' and `file-notify-rm-watch'.
3124         (tramp-process-sentinel): Improve trace.
3125         (tramp-sh-handle-file-notify-add-watch)
3126         (tramp-sh-file-notify-process-filter)
3127         (tramp-sh-handle-file-notify-rm-watch)
3128         (tramp-get-remote-inotifywait): New defuns.
3130 2013-07-03  Juri Linkov  <juri@jurta.org>
3132         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
3133         call of `occur-read-primary-args' to interactive spec.
3135         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
3136         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
3138 2013-07-03  Matthias Meulien  <orontee@gmail.com>
3140         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
3141         `Buffer-menu-multi-occur'.  Add it to the menu.
3142         (Buffer-menu-mode): Document it in docstring.
3143         (Buffer-menu-multi-occur): New command.  (Bug#14673)
3145 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
3147         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3148         keywords and built-ins.
3150 2013-07-03  Glenn Morris  <rgm@gnu.org>
3152         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
3154         Make info-xref checks case-sensitive by default
3155         * info.el (Info-find-node, Info-find-in-tag-table)
3156         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
3157         Add option for exact case matching of nodes.
3158         * info-xref.el (info-xref): New custom group.
3159         (info-xref-case-fold): New option.
3160         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
3162 2013-07-03  Leo Liu  <sdl.web@gmail.com>
3164         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
3166 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
3168         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
3169         middle of block statement initially, lower the depth.  Remove
3170         FIXME comment, not longer valid.  Remove middle of block statement
3171         detection, no need to do that anymore since we've been using
3172         `ruby-parse-region' here.
3174 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
3176         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
3178 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3180         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
3182 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
3184         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
3185         (desktop-restore-in-current-display): New customization option.
3186         (desktop--excluded-frame-parameters): Add `font'.
3187         (desktop--save-frames): Rename from desktop--save-windows.
3188         (desktop--restore-in-this-display-p): New function.
3189         (desktop--make-full-frame): Remove unwanted width/height from
3190         full(width|height) frames.
3191         (desktop--restore-frames): Rename from desktop--restore-windows.
3192         Obey desktop-restore-current-display.  Do not delete old frames or
3193         select a new frame unless we were able to restore at least one frame.
3195 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
3197         * files.el (find-file-noselect): Simplify conditional expression.
3199         * remember.el (remember-append-to-file):
3200         Don't mix `find-buffer-visiting' and `get-file-buffer'.
3202         Add `remember-notes' function to store random notes across Emacs
3203         restarts.
3204         * remember.el (remember-data-file): Add :set callback to affect
3205         notes buffer (if any).
3206         (remember-notes): New command.
3207         (remember-notes-buffer-name, bury-remember-notes-on-kill):
3208         New defcustoms for the `remember-notes' function.
3209         (remember-notes-save-and-bury-buffer): New command.
3210         (remember-notes-mode-map): New variable.
3211         (remember-mode): New minor mode.
3212         (remember-notes--kill-buffer-query): New function.
3213         * startup.el (initial-buffer-choice): Add notes to custom type.
3215 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
3217         * bindings.el (right-char, left-char): Don't call sit-for, this is
3218         no longer needed.  Use arithmetic comparison only for numerical
3219         arguments.
3221         * international/mule-cmds.el (select-safe-coding-system):
3222         Handle the case of FROM being a string correctly.  (Bug#14755)
3224 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226         * net/shr.el (shr-make-table-1): Add a sanity check that allows
3227         progression on degenerate tables.
3228         (shr-rescale-image): ImageMagick animated images currently don't work.
3230 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
3232         Some fixes and improvements for desktop frame restoration.
3233         It is still experimental and disabled by default.
3234         * desktop.el (desktop--save-windows): Put the selected frame at
3235         the head of the list.
3236         (desktop--make-full-frame): New function.
3237         (desktop--restore-windows): Try to re-select the frame that was
3238         selected upon saving.  Do not abort if some frames fail to restore,
3239         just show an error message and continue.  Set up maximized frames
3240         so they have default non-maximized dimensions.
3242 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
3244         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3245         Don't start heredoc inside a string or comment.
3247 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
3249         * bindings.el (visual-order-cursor-movement): New defcustom.
3250         (right-char, left-char): Provide visual-order cursor motion by
3251         calling move-point-visually.  Update the doc strings.
3253 2013-06-28  Kenichi Handa  <handa@gnu.org>
3255         * international/mule.el (define-coding-system): New coding system
3256         properties :inhibit-null-byte-detection,
3257         :inhibit-iso-escape-detection, and :prefer-utf-8.
3258         (set-buffer-file-coding-system): If :charset-list property of
3259         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
3260         appropriate for setting.
3262         * international/mule-cmds.el (select-safe-coding-system):
3263         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
3264         multibyte characters, return utf-8 (or one of its siblings).
3266         * international/mule-conf.el (prefer-utf-8): New coding system.
3267         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
3268         files.
3270 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
3272         * net/shr.el (shr-render-region): New function.
3274         * net/eww.el: Autoload `eww-browse-url'.
3276 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
3278         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3279         Adapt to `package-desc-version' being a list.
3280         Use `package--ac-desc-version' to retrieve version from a package
3281         archive element.
3283 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
3285         New experimental feature to save&restore window and frame setup.
3286         * desktop.el (desktop-save-windows): New defcustom.
3287         (desktop--saved-states): New var.
3288         (desktop--excluded-frame-parameters): New defconst.
3289         (desktop--filter-frame-parms, desktop--find-frame-in-display)
3290         (desktop--restore-windows, desktop--save-windows): New functions.
3291         (desktop-save): Call `desktop--save-windows'.
3292         (desktop-read): Call `desktop--restore-windows'.
3294 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296         * net/shr.el (add-face-text-property): Remove compat definition.
3298 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
3300         * info.el (Info-try-follow-nearest-node): Move search for footnote
3301         above search for node name to prevent missing a footnote (bug#14717).
3303 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
3305         * obsolete/otodo-mode.el: Add obsolescence info to file header.
3307 2013-06-27  Leo Liu  <sdl.web@gmail.com>
3309         * net/eww.el (eww-read-bookmarks): Check file size.
3311 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
3314         advice--pending if newdef is nil or an autoload (bug#13820).
3315         (advice-mapc): New function.
3317 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3319         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
3320         probably.
3321         (eww-mode-map): Add a menu bar.
3322         (eww-add-bookmark): New command.
3323         (eww-bookmark-mode): New mode and commands.
3324         (eww-add-bookmark): Remove newlines from the title.
3325         (eww-bookmark-browse): Don't bug out if it's the only window.
3327 2013-06-26  Glenn Morris  <rgm@gnu.org>
3329         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
3330         (hfy-size): Handle ttys.  (Bug#14668)
3332         * info-xref.el: Update for Texinfo 5 change in *note format.
3333         (info-xref-node-re, info-xref-note-re): New constants.
3334         (info-xref-check-buffer): Use info-xref-note-re.
3336 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
3340         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
3341         nil terminate the loop (bug#14718).
3343 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345         * net/eww.el: Rework history traversal.  When going forward/back,
3346         put these actions into the history, too, so that they can be
3347         replayed.
3348         (eww-render): Move the history reset to the correct buffer.
3350 2013-06-25  Juri Linkov  <juri@jurta.org>
3352         * files-x.el (modify-dir-local-variable): Change the header comment
3353         in the file with directory local variables.  (Bug#14692)
3355         * files-x.el (read-file-local-variable-value): Add `default'.
3356         (Bug#14710)
3358 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3360         * net/eww.el (eww-make-unique-file-name): Create a unique file
3361         name before saving to entering `y' accidentally asynchronously.
3363 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
3365         * net/eww.el (eww-download): New command and keystroke.
3367 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369         * net/eww.el (eww-copy-page-url): Change name of command.
3371         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
3372         be more consistent with Info and dired.
3374         * net/eww.el (eww-mode-map): Ditto.
3376 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3378         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
3379         packages from archives.
3380         (package-archive-contents): Change format; include obsolete packages.
3381         (package-desc): Use `dir' to mark builtin packages.
3382         (package--from-builtin): Set the `dir' field to `builtin'.
3383         (generated-autoload-file, version-control): Declare.
3384         (package-compute-transaction): Change first arg and return value to be
3385         lists of package-descs.  Adjust to new package-archive-contents format.
3386         (package--add-to-archive-contents): Adjust to new
3387         package-archive-contents format.
3388         (package-download-transaction): Arg is now a list of package-descs.
3389         (package-install): If `pkg' is a package name, pass it as
3390         a requirement, so it is subject to the usual (e.g. disabled) checks.
3391         (describe-package): Accept package-desc as well.
3392         (describe-package-1): Describe a specific package-desc.  Add links to
3393         other package-descs for the same package name.
3394         (package-menu-describe-package): Pass the actual package-desc.
3395         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
3396         works correctly.
3397         (package-desc-status): New function.
3398         (package-menu--refresh): New function, extracted
3399         from package-menu--generate.
3400         (package-menu--generate): Use it.
3401         (package-delete): Update package-alist.
3402         (package-menu-execute): Don't call package-initialize.
3404         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
3405         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
3406         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
3407         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
3408         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
3409         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
3411 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
3413         * window.el (window--state-get-1): Workaround for bug#14527.
3414         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
3416 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418         * net/eww.el (eww-back-url): Implement the history by stashing all
3419         the data into a list.
3420         (eww-forward-url): Allow going forward in the history, too.
3422 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3424         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
3425         for values and use read--expression for expressions (bug#14710).
3426         (read-file-local-variable): Avoid setq.
3427         (read-file-local-variable-mode): Use minor-mode-list.
3429 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3431         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
3432         for DOI URLs.
3434 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3436         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
3437         Update imenu-support when dialect changes.
3439 2013-06-25  Leo Liu  <sdl.web@gmail.com>
3441         * ido.el (ido-read-internal): Allow forward slash on windows.
3443 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445         * net/eww.el (eww): Start of strings is \\`, not ^.
3447 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
3449         * net/shr.el (shr-browse-url): Fix interactive spec.
3451         * net/eww.el (eww): Add a trailing slash to domain names.
3453 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
3455         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
3457 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3459         * net/shr.el (shr-browse-url): Use an external browser if given a
3460         prefix.
3462         * net/eww.el (eww-external-browser): Move to shr.
3464 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
3466         * net/eww.el (eww): Work more correctly for file: URLs.
3467         (eww-detect-charset): Allow quoted charsets.
3468         (eww-yank-page-url): New command and keystroke.
3470 2013-06-24  Daiki Ueno  <ueno@gnu.org>
3472         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
3473         file name of gpg executable.
3474         (epg-context-program): New function.
3475         (epg-context-home-directory): New function.
3476         (epg-context-set-program): New function.
3477         (epg-context-set-home-directory): New function.
3478         (epg--start): Use `epg-context-program' instead of
3479         'epg-gpg-program'.
3480         (epg--list-keys-1): Likewise.
3482 2013-06-24  Leo Liu  <sdl.web@gmail.com>
3484         * ido.el (ido-read-internal): Fix bug#14620.
3486 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
3488         * faces.el (face-documentation): Simplify.
3489         (read-face-attribute, tty-find-type, x-resolve-font-name):
3490         Use `string-match-p'.
3491         (list-faces-display): Use `string-match-p'.  Simplify.
3492         (face-spec-recalc): Check face to avoid face alias loops.
3493         (read-color): Use `string-match-p' and non-capturing parenthesis.
3495 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497         * net/shr.el (shr-rescale-image): Use the new
3498         :max-width/:max-height functionality.
3500 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
3502         * net/eww.el (eww-search-prefix): New variable.
3503         (eww): Use it.
3504         (eww-external-browser): New variable.
3505         (eww-mode-map): New keystroke.
3506         (eww-browse-with-external-browser): New command.
3508         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
3510 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
3512         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3513         Don't skip aligning the next header field when padding is 0;
3514         otherwise, field width is not respected unless the title is as
3515         wide as the field.
3517 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3519         * emacs-lisp/package.el (package-el-version): Remove.
3520         (package-process-define-package): Fix inf-loop.
3521         (package-install): Allow symbols as arguments again.
3523 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
3525         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
3526         add some more keyword-like methods.
3527         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
3529 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
3531         * bs.el (bs-buffer-show-mark): Make defvar-local.
3532         (bs-mode): Use setq-local.
3534         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
3535         (emacs-lock--try-unlocking): Make defvar-local.
3537 2013-06-22  Glenn Morris  <rgm@gnu.org>
3539         * play/cookie1.el (cookie-apropos): Minor simplification.
3541         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
3543 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
3545         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
3546         `regexp-opt', it breaks the build during dumping.
3548 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
3550         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3551         Highlight keyword-like methods on Kernel and Module with
3552         font-lock-builtin-face.
3553         (auto-mode-alist): Consolidate different entries into one regexp
3554         and add more *file-s.
3556 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
3558         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
3560         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
3561         (diary-entry): Use it in the action of this button type instead of
3562         diary-goto-entry.
3564         * calendar/todo-mode.el: New version.
3565         (todo-add-category): Append new category to end of file and give
3566         it the highest number, instead of putting it at the beginning and
3567         giving it 0.  Incorporate noninteractive functionality.
3568         (todo-forward-category): Adapt to 1-based category numbering.
3569         Allow skipping over archived categories.
3570         (todo-backward-category): Derive from todo-forward-category.
3571         (todo-backward-item, todo-forward-item): Make noninteractive and
3572         delegate interactive part to new commands.  Make sensitive to done items.
3573         (todo-categories): Make value an alist of category names and
3574         vectors of item counts.
3575         (todo-category-beg): Make a defconst.
3576         (todo-category-number): Use 1 instead of 0 as initial value.
3577         (todo-category-select): Make sensitive to overlays, optional item
3578         highlighting and done items.
3579         (todo-delete-item): Make sensitive to overlays and marked and done items.
3580         (todo-edit-item): Make sensitive to overlays and editing of
3581         date/time header optional.  Add format checks.
3582         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
3583         no-op if point is not on an item.  Advertise using todo-edit-quit.
3584         (todo-edit-mode): Make sensitive to new format, font-locking, and
3585         multiple todo files.
3586         (todo-insert-item, todo-insert-item-here): Derive from
3587         todo-basic-insert-item and extend functionality.
3588         (todo-item-end, todo-item-start): Make sensitive to done items.
3589         (todo-item-string): Don't return text properties.  Restore point.
3590         (todo-jump-to-category): Make sensitive to multiple todo files and
3591         todo archives.  Use extended category completion.
3592         (todo-lower-item, todo-raise-item): Rename to *-priority and
3593         derive from todo-set-item-priority.
3594         (todo-mode): Derive from special-mode.  Make sensitive to new
3595         format, font-locking and multiple todo files.  Make read-only.
3596         (todo-mode-map): Don't suppress digit keys, so they can supply
3597         prefix arguments.  Add many new key bindings.
3598         (todo-prefix): Insert as an overlay instead of file text.
3599         Change semantics from diary date expression to purely visual mark.
3600         (todo-print): Rename to todo-print-buffer.  Make buffer display
3601         features printable.  Remove option to restrict number of items
3602         printed.  Add option to print to file.
3603         (todo-print-function): Rename to todo-print-buffer-function.
3604         (todo-quit): Extend to handle exiting new todo modes.
3605         (todo-remove-item): Make sensitive to overlays.
3606         (todo-save): Extend to buffers of filtered items.
3607         (todo-show): Make sensitive to done items, multiple todo files and
3608         new todo modes.  Offer to convert legacy todo file before creating
3609         first new todo file.
3610         (todo-show-priorities): Rename to todo-top-priorities.
3611         Change semantics of value 0.
3612         (todo-top-priorities): Rename to todo-filter-top-priorities,
3613         derive from todo-filter-items and extend functionality.
3614         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
3615         and extend functionality to other types of filtered items.
3616         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
3617         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
3618         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
3619         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
3620         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
3621         (todo-edit-mode-hook, todo-entry-prefix-function)
3622         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
3623         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
3624         (todo-initials, todo-insert-threshold, todo-item-string-start)
3625         (todo-line-string, todo-menu, todo-mode-hook)
3626         (todo-more-important-p, todo-previous-answer, todo-previous-line)
3627         (todo-print-priorities, todo-remove-separator)
3628         (todo-save-top-priorities-too, todo-string-count-lines)
3629         (todo-string-multiline-p, todo-time-string-format)
3630         (todo-tmp-buffer-name): Remove.
3631         (todo-add-file, todo-archive-done-item, todo-choose-archive)
3632         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
3633         (todo-edit-category-diary-inclusion)
3634         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
3635         (todo-edit-file, todo-edit-item-date-day)
3636         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
3637         (todo-edit-item-date-month, todo-edit-item-date-to-today)
3638         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
3639         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
3640         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
3641         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
3642         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
3643         (todo-filter-top-priorities-multifile, todo-find-archive)
3644         (todo-find-filtered-items-file, todo-go-to-source-item)
3645         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
3646         (todo-jump-to-archive-category, todo-lower-category)
3647         (todo-mark-category, todo-marked-item-p, todo-merge-category)
3648         (todo-move-category, todo-move-item, todo-next-button)
3649         (todo-next-item, todo-padded-string, todo-powerset)
3650         (todo-previous-button, todo-previous-item)
3651         (todo-print-buffer-to-file, todo-raise-category)
3652         (todo-rename-category, todo-repair-categories-sexp, todo-search)
3653         (todo-set-category-number, todo-set-item-priority)
3654         (todo-set-top-priorities-in-category)
3655         (todo-set-top-priorities-in-file, todo-show-categories-table)
3656         (todo-sort-categories-alphabetically-or-numerically)
3657         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
3658         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
3659         (todo-toggle-item-header, todo-toggle-item-highlighting)
3660         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
3661         (todo-toggle-view-done-items, todo-toggle-view-done-only)
3662         (todo-unarchive-items, todo-unmark-category): New commands.
3663         (todo-absolute-file-name, todo-add-to-buffer-list)
3664         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
3665         (todo-basic-insert-item, todo-category-completions)
3666         (todo-category-number, todo-category-string-matcher-1)
3667         (todo-category-string-matcher-2, todo-check-filtered-items-file)
3668         (todo-check-format, todo-clear-matches)
3669         (todo-comment-string-matcher, todo-convert-legacy-date-time)
3670         (todo-current-category, todo-date-string-matcher)
3671         (todo-define-insertion-command, todo-diary-expired-matcher)
3672         (todo-diary-goto-entry, todo-diary-item-p)
3673         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
3674         (todo-display-categories, todo-display-sorted, todo-done-item-p)
3675         (todo-done-item-section-p, todo-done-separator)
3676         (todo-done-string-matcher, todo-files, todo-filter-items)
3677         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
3678         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
3679         (todo-insert-category-line, todo-insert-item-from-calendar)
3680         (todo-insert-sort-button, todo-insert-with-overlays)
3681         (todo-insertion-command-name, todo-insertion-key-bindings)
3682         (todo-label-to-key, todo-longest-category-name-length)
3683         (todo-make-categories-list, todo-mode-external-set)
3684         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
3685         (todo-modes-set-3, todo-multiple-filter-files)
3686         (todo-nondiary-marker-matcher, todo-prefix-overlays)
3687         (todo-read-category, todo-read-date, todo-read-dayname)
3688         (todo-read-file-name, todo-read-time)
3689         (todo-reevaluate-category-completions-files-defcustom)
3690         (todo-reevaluate-default-file-defcustom)
3691         (todo-reevaluate-filelist-defcustoms)
3692         (todo-reevaluate-filter-files-defcustom)
3693         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
3694         (todo-reset-done-separator, todo-reset-done-separator-string)
3695         (todo-reset-done-string, todo-reset-global-current-todo-file)
3696         (todo-reset-highlight-item, todo-reset-nondiary-marker)
3697         (todo-reset-prefix, todo-set-categories)
3698         (todo-set-date-from-calendar, todo-set-show-current-file)
3699         (todo-set-top-priorities, todo-short-file-name)
3700         (todo-show-current-file, todo-sort, todo-time-string-matcher)
3701         (todo-total-item-counts, todo-update-buffer-list)
3702         (todo-update-categories-display, todo-update-categories-sexp)
3703         (todo-update-count, todo-validate-name, todo-y-or-n-p):
3704         New functions.
3705         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
3706         New major modes.
3707         (todo-categories, todo-display, todo-edit, todo-faces)
3708         (todo-filtered): New defgroups.
3709         (todo-archived-only, todo-button, todo-category-string, todo-date)
3710         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
3711         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
3712         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
3713         (todo-add-item-if-new-category, todo-always-add-time-string)
3714         (todo-categories-align, todo-categories-archived-label)
3715         (todo-categories-category-label, todo-categories-diary-label)
3716         (todo-categories-done-label, todo-categories-number-separator)
3717         (todo-categories-todo-label, todo-categories-totals-label)
3718         (todo-category-completions-files, todo-completion-ignore-case)
3719         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
3720         (todo-done-separator-string, todo-done-string)
3721         (todo-files-function, todo-filter-done-items, todo-filter-files)
3722         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
3723         (todo-initial-category, todo-initial-file, todo-item-mark)
3724         (todo-legacy-date-time-regexp, todo-mode-line-function)
3725         (todo-nondiary-marker, todo-number-prefix)
3726         (todo-print-buffer-function, todo-show-current-file)
3727         (todo-show-done-only, todo-show-first, todo-show-with-done)
3728         (todo-skip-archived-categories, todo-top-priorities-overrides)
3729         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
3730         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
3731         New defcustoms.
3732         (todo-category-done, todo-date-pattern, todo-date-string-start)
3733         (todo-diary-items-buffer, todo-done-string-start)
3734         (todo-filtered-items-buffer, todo-item-start)
3735         (todo-month-abbrev-array, todo-month-name-array)
3736         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
3737         (todo-top-priorities-buffer): New defconsts.
3738         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
3739         (todo-categories-with-marks, todo-category-string-face)
3740         (todo-comment-face, todo-comment-string, todo-current-todo-file)
3741         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
3742         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
3743         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
3744         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
3745         (todo-font-lock-keywords, todo-global-current-todo-file)
3746         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
3747         (todo-insertion-commands-args)
3748         (todo-insertion-commands-args-genlist)
3749         (todo-insertion-commands-names, todo-insertion-map)
3750         (todo-key-bindings-t, todo-key-bindings-t+a)
3751         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
3752         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
3753         (todo-nondiary-face, todo-print-buffer, todo-time-face)
3754         (todo-visited): New variables.
3756 2013-06-21  Glenn Morris  <rgm@gnu.org>
3758         * play/cookie1.el (cookie-apropos): Add optional display argument.
3759         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
3760         (psychoanalyze-pinhead): Use cookie-doctor.
3762 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3764         * emacs-lisp/package.el (tar-get-file-descriptor)
3765         (tar--extract): Declare.
3767 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
3769         Extend flymake's warning predicate to be a function (bug#14217).
3770         * progmodes/flymake.el (flymake-warning-predicate): New.
3771         (flymake-parse-line): Use it.
3772         (flymake-warning-re): Make obsolete alias to
3773         `flymake-warning-predicate'.
3775 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * emacs-lisp/package.el (package-alist): Include obsolete packages.
3778         (package-obsolete-list): Remove.
3779         (package-activate): Remove min-version argument.  Add `force' argument.
3780         Adjust to new package-alist format.
3781         (package-mark-obsolete): Remove.
3782         (package-unpack): Force reload of the package's autoloads.
3783         (package-installed-p): Check builtins if the installed package is not
3784         recent enough.
3785         (package-initialize): Don't reset package-obsolete-list.
3786         Don't specify which package version to activate.
3787         (package-process-define-package, describe-package-1)
3788         (package-menu--generate): Adjust to new package-alist format.
3790 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3792         * allout-widgets.el (allout-widgets-mode-off)
3793         (allout-widgets-mode-on, allout-widgets-pre-command-business)
3794         (allout-widgets-post-command-business)
3795         (allout-widgets-after-copy-or-kill-function)
3796         (allout-widgets-after-undo-function, allout-test-range-overlaps)
3797         (allout-decorate-item-and-context)
3798         (allout-graphics-modification-handler): Fix typos in docstrings.
3799         (allout-get-or-create-parent-widget): Use `looking-at-p'.
3801         * cmuscheme.el (scheme-start-file): Doc fix.
3802         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
3803         (scheme-input-filter): Use `string-match-p'.
3805         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
3807         * dired-x.el: Use Dired consistently in docstrings.
3809         * dired.el: Use Dired consistently in docstrings.
3810         (dired-readin, dired-mode): Use `setq-local'.
3811         (dired-switches-alist): Make defvar-local.
3812         (dired-buffers-for-dir): Use `zerop'.
3813         (dired-safe-switches-p, dired-switches-escape-p)
3814         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
3815         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
3816         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
3817         (dired-goto-next-nontrivial-file): Use `string-match-p'.
3818         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
3819         (dired-toggle-marks, dired-mark-files-containing-regexp)
3820         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
3821         (dired-flag-auto-save-files, dired-flag-backup-files):
3822         Use `looking-at-p'.
3823         (dired-mark-files-regexp, dired-build-subdir-alist):
3824         Use `string-match-p', `looking-at-p'.
3826         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
3827         (direct-print-region-helper): Use `string-match-p'.
3829 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3831         * comint.el (comint-redirect-results-list-from-process):
3832         Fix infinite loop.
3834 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836         * net/eww.el (eww-update-header-line-format): Quote % characters.
3838 2013-06-21  Glenn Morris  <rgm@gnu.org>
3840         * play/cookie1.el (cookie): New custom group.
3841         (cookie-file): New option.
3842         (cookie-check-file): New function.
3843         (cookie): Make it interactive.  Make start and end messages optional.
3844         Interactively, display the result.  Default to cookie-file.
3845         (cookie-insert): Default to cookie-file.
3846         (cookie-snarf): Make start and end messages optional.
3847         Default to cookie-file.  Use with-temp-buffer.
3848         (cookie-read): Rename from read-cookie.
3849         Make start and end messages optional.  Default to cookie-file.
3850         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
3851         Do not autoload it.
3852         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
3853         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
3855 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3857         * progmodes/octave.el (octave-mode): Backward compatibility fix.
3859 2013-06-21  Glenn Morris  <rgm@gnu.org>
3861         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
3863 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3864             Daniel Hackney  <dan@haxney.org>
3866         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
3867         Consolidate the single-file vs tarball code.
3868         (package-desc-suffix): New function.
3869         (package-desc-full-name): Don't bother inlining it.
3870         (package-load-descriptor): Return the new package-desc.
3871         (package-mark-obsolete): Remove unused arg `package'.
3872         (package-unpack): Make it work for single files as well.
3873         Make it update package-alist.
3874         (package--make-autoloads-and-stuff): Rename from
3875         package--make-autoloads-and-compile.  Don't compile any more.
3876         (package--compile): New function.
3877         (package-generate-description-file): New function, extracted from
3878         package-unpack-single.
3879         (package-unpack-single): Remove.
3880         (package--with-work-buffer): Add indentation and debugging info.
3881         (package-download-single): Remove.
3882         (package-install-from-archive): Rename from package-download-tar, make
3883         it take a pkg-desc, and make it work for single files as well.
3884         (package-download-transaction): Simplify.
3885         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
3886         external tar program.
3887         (package-install-from-buffer): Remove `pkg-desc' argument.
3888         Use package-tar-file-info for tar-mode buffers.
3889         (package-install-file): Simplify accordingly.
3890         (package-archive-base): Change to take a pkg-desc.
3891         * tar-mode.el (tar--check-descriptor): New function, extracted from
3892         tar-get-descriptor.
3893         (tar-get-descriptor): Use it.
3894         (tar-get-file-descriptor): New function.
3895         (tar--extract): New function, extracted from tar-extract.
3896         (tar--extract): Use it.
3897         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
3898         case the summary uses non-ascii.  Adjust to new calling convention of
3899         package-tar-file-info.
3901 2013-06-21  Leo Liu  <sdl.web@gmail.com>
3903         * comint.el (comint-redirect-results-list-from-process):
3904         Fix random delay.  (Bug#14681)
3906 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3908         * profiler.el (profiler-format-number): Use log, not log10.
3910 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3912         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
3914 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3916         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
3917         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
3918         yet available.
3919         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
3920         (AUTOGENEL): ... here.
3921         * emacs-lisp/cl-macs.el (cl--sublis): New function.
3922         (cl--defsubst-expand): Use it.
3924 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
3926         * subr.el (log10): Move here from C code, and declare as obsolete.
3927         All uses of (log10 X) replaced with (log X 10).
3929 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3931         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
3932         Declare with `defvar-local'.
3933         (tabulated-list-use-header-line, tabulated-list-entries)
3934         (tabulated-list-padding, tabulated-list-printer)
3935         (tabulated-list-sort-key): Declare with `defvar-local'.
3936         (tabulated-list-init-header, tabulated-list-print-fake-header):
3937         Use `setq-local'.
3939 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
3941         * arc-mode.el (archive-mode): Add `archive-write-file' to
3942         `write-contents-functions' also for remote files.  (Bug#14652)
3944 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
3946         * cus-edit.el (custom-commands): Fix typos.
3947         (custom-display): Fix tooltip text.
3948         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
3949         Fix typos in docstrings.
3950         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
3951         (custom-unlispify-menu-entry, custom-magic-value-create)
3952         (custom-add-see-also, custom-group-value-create): Use ?\s.
3953         (custom-guess-type, customize-apropos, editable-field)
3954         (custom-face-value-create): Use `string-match-p'.
3955         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
3957         * custom.el (custom-load-symbol): Use `string-match-p'.
3959         * ansi-color.el: Convert to lexical binding.
3960         (ansi-colors): Fix URL.
3961         (ansi-color-context, ansi-color-context-region): Use defvar-local.
3962         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
3963         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
3965 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
3969         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
3971 2013-06-19  Tom Tromey  <tromey@redhat.com>
3973         * net/eww.el (eww-top-url): Remove.
3974         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
3975         (eww-render): Set new variables.  Don't set eww-top-url.
3976         (eww-handle-link): Handle "prev", "home", and "contents".
3977         Downcase the rel text.
3978         (eww-top-url): Choose best top URL.
3980 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982         * net/eww.el: Rewrite to implement form elements "by hand" instead of
3983         relying in widget.el.  Using widget.el leads to too many
3984         user interface inconsistencies.
3985         (eww-self-insert): Implement entering commands in text fields.
3986         (eww-process-text-input): New function to make text input field editing
3987         work.
3988         (eww-submit): Rewrite to use the new-style form methods.
3989         (eww-select-display): Display the correct selected item.
3990         (eww-change-select): Implement changing the select value.
3991         (eww-toggle-checkbox): Implement radio/checkboxes.
3992         (eww-update-field): Fix compilation error.
3993         (eww-tag-textarea): Implement <textarea>.
3995         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
3996         we don't shadow mode-specific bindings.
3998         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
3999         nothing to push.
4001         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
4003 2013-06-19  Glenn Morris  <rgm@gnu.org>
4005         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
4007 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
4009         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
4010         not needed.
4012         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
4014 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4016         * net/browse-url.el (browse-url-browser-function):
4017         `eww-browse-url' has the right calling signature, `eww' does not.
4019 2013-06-19  Glenn Morris  <rgm@gnu.org>
4021         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4022         Only eval autoloaded macros.
4023         (byte-compile-autoload): Only give the macro warning for macros.
4025         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
4026         (ps-underlined-faces): Declare.
4028         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
4029         (speedbar-add-supported-extension): Declare.
4031         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
4032         Don't include a date stamp in the header of the generated file;
4033         it leads to needless differences between output files.
4035 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
4037         * net/secrets.el (secrets-struct-secret-content-type):
4038         Replace check of introspection data by a test call of "CreateItem".
4039         Some servers do not offer introspection.
4041 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4043         * electric.el (electric-pair-mode): Improve interaction with
4044         electric-layout-mode.
4045         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
4046         (electric-pair-syntax): Use text-mode-syntax-table in comments
4047         and strings.
4048         (electric-pair--insert): New function.
4049         (electric-pair-post-self-insert-function): Use it and
4050         electric--after-char-pos.
4052 2013-06-19  Leo Liu  <sdl.web@gmail.com>
4054         * progmodes/octave.el (octave-help): Fix regexp.
4056 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
4059         (shr-table-horizontal-line): Allow nil as a value, and change the
4060         default.
4061         (shr-insert-table-ruler): Respect the nil value.
4063 2013-06-18  Tom Tromey  <tromey@barimba>
4065         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4066         New defvars.
4067         (eww-open-file): New defun.
4068         (eww-render): Initialize new variables.
4069         (eww-display-html): Handle "link" and "a".
4070         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
4071         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
4072         (eww-back-url): Rename from eww-previous-url.
4073         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4074         New defuns.
4076 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
4078         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
4079         Distinguish ternary operator tokens from slash symbol and slash
4080         char literal.
4082 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
4084         Convert symbol prettification into minor mode and global minor mode.
4086         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
4087         `prog-prettify-symbols', and make a local defvar instead of defcustom.
4088         (prettify-symbols--keywords): Rename from
4089         `prog-prettify-symbols-alist' and make a local defvar.
4090         (prettify-symbols--compose-symbol): Rename from
4091         `prog--prettify-font-lock-compose-symbol'.
4092         (prettify-symbols--make-keywords): Rename from
4093         `prog-prettify-font-lock-symbols-keywords' and simplify.
4094         (prog-prettify-install): Remove.
4095         (prettify-symbols-mode): New minor mode, based on
4096         `prog-prettify-install'.
4097         (turn-on-prettify-symbols-mode): New function.
4098         (global-prettify-symbols-mode): New globalized minor mode.
4100         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4101         * progmodes/cfengine.el (cfengine3-mode):
4102         * progmodes/perl-mode.el (perl-mode): Don't call
4103         `prog-prettify-install'; set `prettify-symbols-alist' instead.
4105 2013-06-18  Juri Linkov  <juri@jurta.org>
4107         * files-x.el (modify-file-local-variable-message): New function.
4108         (modify-file-local-variable)
4109         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
4110         and call `modify-file-local-variable-message' when it's non-nil.
4111         (add-file-local-variable, delete-file-local-variable)
4112         (add-file-local-variable-prop-line)
4113         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
4114         and use it.  (Bug#9820)
4116 2013-06-18  Juri Linkov  <juri@jurta.org>
4118         * emulation/vi.el (vi-shell-op):
4119         * emulation/vip.el (vip-execute-com, ex-command):
4120         * emulation/viper-cmd.el (viper-exec-bang):
4121         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
4122         the call of `shell-command-on-region'.  (Bug#14637)
4124         * simple.el (shell-command-on-region): Doc fix.
4126 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4128         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
4129         (bug#14633).
4131 2013-06-18  Glenn Morris  <rgm@gnu.org>
4133         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
4135         * newcomment.el (comment-search-forward, comment-search-backward):
4136         Doc fix.  (Bug#14376)
4138 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
4140         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
4141         (buffer-face-mode-invoke): Doc fix.
4143 2013-06-18  Matthias Meulien  <orontee@gmail.com>
4145         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
4146         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
4148 2013-06-18  Glenn Morris  <rgm@gnu.org>
4150         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
4151         Replace obsolete function generic-make-keywords with its expansion.
4153         * progmodes/python.el (ffap-alist): Declare.
4155         * textmodes/reftex.el (bibtex-mode-map): Declare.
4157 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4159         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
4160         (package-unpack, package-unpack-single): Return the pkg-dir.
4161         (package-download-transaction): Use it to update package-alist.
4163 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
4166         possible choice.
4168 2013-06-17  Juri Linkov  <juri@jurta.org>
4170         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
4172 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
4174         * emacs-lisp/package.el (package-load-descriptor):
4175         Remove `with-syntax-table' call, `read' doesn't need it.
4176         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
4178 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
4180         * startup.el (command-line): Expand package name returned by
4181         `package--description-file' (bug#14639).
4183 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
4185         * emacs-lisp/package.el (package-load-descriptor): Do not call
4186         `emacs-lisp-mode', just use its syntax table.
4188 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
4190         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
4191         `font-lock-extra-managed-props' if any prettifying keyword is added.
4192         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
4193         (prog-mode): Use `setq-local'.
4195 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4197         * international/characters.el (standard-case-table): Set syntax of ?»
4198         and ?« to punctuation.
4200 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
4202         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
4203         Save relevant match data before calling `syntax-ppss' (bug#14595).
4205 2013-06-15  Juri Linkov  <juri@jurta.org>
4207         * files-x.el (modify-file-local-variable-prop-line): Add local
4208         variables to the end of the existing comment on the first line.
4209         Use `file-auto-mode-skip' to skip interpreter magic line,
4210         and also skip XML declaration.
4212 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4214         * startup.el (package--builtin-versions): New var.
4215         (package-subdirectory-regexp): Remove.
4216         (package--description-file): Hard code its value instead.
4218         * emacs-lisp/package.el: Don't activate packages older than builtin.
4219         (package-obsolete-list): Rename from package-obsolete-alist, and make
4220         it into a simple list of package-desc.
4221         (package-strip-version): Remove.
4222         (package-built-in-p): Use package--builtin-versions.
4223         (package-mark-obsolete): Simplify.
4224         (package-process-define-package): Mark it obsolete if older than the
4225         builtin version.
4226         (package-handle-response): Use line-end-position.
4227         (package-read-archive-contents, package--download-one-archive):
4228         Simplify.
4229         (package--add-to-archive-contents): Skip if older than the builtin or
4230         installed version.
4231         (package-menu-describe-package): Fix last change.
4232         (package-list-unversioned): New var.
4233         (package-menu--generate): Use it.
4235         * emacs-lisp/autoload.el: Manage package--builtin-versions.
4236         (autoload--insert-text, autoload--insert-cookie-text): New functions.
4237         (autoload-builtin-package-versions): New variable.
4238         (autoload-generate-file-autoloads): Use them.
4239         Remove the list of autoloaded functions/macros from the
4240         (autoload...) comments.
4242         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
4244 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
4246         * simple.el (line-move-partial): Don't jump to the next screen
4247         line as soon as it becomes visible.  Instead, continue enlarging
4248         the vscroll until the portion of a tall screen line that's left on
4249         display is about the height of the frame's default font.
4250         (Bug#14567)
4252 2013-06-15  Glenn Morris  <rgm@gnu.org>
4254         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
4255         compilation-error-regexp-alist void, or local while let-bound.
4257         * progmodes/make-mode.el (makefile-mode-syntax-table):
4258         Treat "=" as punctuation.  (Bug#14614)
4260 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
4262         * help-fns.el (describe-variable):
4263         Add extra line for permanent-local variables.
4265 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
4267         * progmodes/scheme.el (scheme-font-lock-keywords-2):
4268         Add export, import, library.  (Bug#9164)
4269         (library): Set indent function.
4271 2013-06-14  Glenn Morris  <rgm@gnu.org>
4273         * term/xterm.el (xterm--query):
4274         Stop after first matching handler.  (Bug#14615)
4276 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
4278         Add support for dired in saveplace.
4279         * dired.el (dired-initial-position-hook): New variable.
4280         (dired-initial-position): Call hook to place cursor position.
4281         * saveplace.el (save-place-to-alist): Add dired position.
4282         (save-place-dired-hook): New function.
4284 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4286         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
4287         through a symbol rather than letrec.
4289         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
4290         (package-desc): Add `dir' field.
4291         (package-desc-full-name): New function.
4292         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
4293         (package-maybe-load-descriptor): Remove.
4294         (package-load-all-descriptors): Just call package-load-descriptor.
4295         (package--disabled-p): New function.
4296         (package-desc-vers, package-desc-doc): Remove aliases.
4297         (package--dir): Remove function.
4298         (package-activate): Check if a package is disabled.
4299         (package-process-define-package): New function, extracted from
4300         define-package.
4301         (define-package): Turn into a place holder.
4302         (package-unpack-single, package-tar-file-info):
4303         Use package--description-file.
4304         (package-compute-transaction): Use package--disabled-p.
4305         (package-download-transaction): Don't call
4306         package-maybe-load-descriptor since they're all loaded anyway.
4307         (package-install): Change argument to be a pkg-desc.
4308         (package-delete): Use a single pkg-desc argument.
4309         (describe-package-1): Use package-desc-dir instead of package--dir.
4310         Use package-desc property instead of package-symbol.
4311         (package-install-button-action): Adjust accordingly.
4312         (package--push): Rewrite.
4313         (package-menu--print-info): Adjust accordingly.  Change the ID format
4314         to be a pkg-desc.
4315         (package-menu-describe-package, package-menu-get-status)
4316         (package-menu--find-upgrades, package-menu-mark-upgrades)
4317         (package-menu-execute, package-menu--name-predicate):
4318         Adjust accordingly.
4319         * startup.el (package--description-file): New function.
4320         (command-line): Use it.
4321         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4322         Use package-desc-version.
4324         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
4325         (byte-compile-preprocess): Use it.
4326         (byte-compile-file-form-defalias): Try a bit harder to use macros we
4327         can't quite recognize.
4328         (byte-compile-add-to-list): Remove.
4329         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
4330         (cconv-closure-convert): Add assertion.
4332         * emacs-lisp/map-ynp.el: Use lexical-binding.
4333         (map-y-or-n-p): Remove unused vars `tail' and `object'.
4334         Factor out some repeated code.
4336 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4338         * subr.el (with-eval-after-load): New macro.
4339         (eval-after-load): Allow form to be a function.
4340         take advantage of lexical-binding.
4341         (do-after-load-evaluation): Use dolist and adjust to new format.
4342         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
4344 2013-06-13  Juri Linkov  <juri@jurta.org>
4346         * replace.el (perform-replace): Display "symbol " and other search
4347         modes from `isearch-message-prefix' in the *Help* buffer.
4349         * isearch.el (isearch-query-replace): Add " symbol" and other
4350         possible search modes from `isearch-message-prefix' to the prompt.
4351         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
4352         when reading a regexp to collect.
4354 2013-06-13  Juri Linkov  <juri@jurta.org>
4356         * isearch.el (word-search-regexp): Match whitespace if the search
4357         string begins or ends in whitespace.  The LAX arg is applied to
4358         both ends of the search string.  Use `regexp-quote' and explicit
4359         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
4360         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
4361         boundaries are replaced with symbol boundaries, and characters
4362         between symbols match non-word non-symbol syntax.  (Bug#14602)
4364 2013-06-13  Juri Linkov  <juri@jurta.org>
4366         * isearch.el (isearch-del-char): Don't exceed the length of
4367         `isearch-string' by the prefix arg.  (Bug#14563)
4369 2013-06-13  Juri Linkov  <juri@jurta.org>
4371         * isearch.el (isearch-yank-word, isearch-yank-line)
4372         (isearch-char-by-name, isearch-quote-char)
4373         (isearch-printing-char, isearch-process-search-char):
4374         Add optional count prefix arg.  (Bug#14563)
4376         * international/isearch-x.el
4377         (isearch-process-search-multibyte-characters):
4378         Add optional count prefix arg.
4380 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4382         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
4383         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
4384         lexical-binding.
4386 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
4388         * subr.el (set-temporary-overlay-map): Add on-exit argument.
4390 2013-06-13  Glenn Morris  <rgm@gnu.org>
4392         * startup.el (tty-handle-args):
4393         Don't just discard "--" and anything after.  (Bug#14608)
4395         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
4397 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
4399         Implement changes in Secret Service API.  Make it backward compatible.
4400         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
4401         (secrets-create-item): Use it.  Prefix properties with interface.
4403 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
4405         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
4406         (term-emulate-terminal): Respect term-suppress-hard-newline.
4408 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
4410         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
4411         Only remove a `thumb-file' overlay.  (Bug#14548)
4413 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
4415         * mail/reporter.el (reporter-submit-bug-report):
4416         Handle missing package-name.  (Bug#14600)
4418 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4420         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
4421         (reftex-citation-prompt, reftex-default-bibliography)
4422         (reftex-bib-or-thebib, reftex-get-bibfile-list)
4423         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4424         (reftex-bib-sort-author, reftex-bib-sort-year)
4425         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
4426         (reftex-extract-bib-entries-from-thebibliography)
4427         (reftex-get-bibkey-default, reftex-get-bib-names)
4428         (reftex-parse-bibtex-entry, reftex-get-bib-field)
4429         (reftex-format-bib-entry, reftex-parse-bibitem)
4430         (reftex-format-bibitem, reftex-do-citation)
4431         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
4432         (reftex-restrict-bib-matches, reftex-extract-bib-file)
4433         (reftex-insert-bib-matches, reftex-format-citation)
4434         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
4435         (reftex-create-bibtex-file): Add docstrings, mostly by converting
4436         existing comments into docstrings.
4438 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
4440         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
4442 2013-06-12  Andreas Schwab  <schwab@suse.de>
4444         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
4445         for auto-save files.
4447 2013-06-12  Glenn Morris  <rgm@gnu.org>
4449         * ido.el (ido-delete-ignored-files): Remove.
4450         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
4451         Go back to calling ido-ignore-item-p directly.
4453 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
4455         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
4457         * ido.el (ido-delete-ignored-files): New function,
4458         split from ido-make-file-list-1.
4459         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
4460         (ido-make-file-list-1): Use ido-delete-ignored-files.
4462 2013-06-12  Leo Liu  <sdl.web@gmail.com>
4464         * progmodes/octave.el (inferior-octave-startup)
4465         (inferior-octave-completion-table)
4466         (inferior-octave-track-window-width-change)
4467         (octave-eldoc-function-signatures, octave-help)
4468         (octave-find-definition): Use single quoted strings.
4469         (inferior-octave-startup-args): Change default value.
4470         (inferior-octave-startup): Do not hard code "-i" and
4471         "--no-line-editing".
4472         (inferior-octave-resync-dirs): Add optional arg NOERROR.
4473         (inferior-octave-directory-tracker): Use it.
4474         (octave-goto-function-definition): Robustify.
4475         (octave-help): Support highlighting operators in 'See also'.
4476         (octave-find-definition): Find subfunctions only in Octave mode.
4478 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4480         * help-fns.el (help-fns--compiler-macro): If the handler function is
4481         named, then put a link to it.
4482         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
4483         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
4484         (cl-typep): Use it.
4485         (cl-eval-when): Simplify debug spec.
4486         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
4487         compiler-macro function instead of setting `compiler-macro-file'.
4489 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
4491         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
4492         * vc/vc-hooks.el (vc-stay-local): Doc fix.
4494 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4495             Daniel Hackney  <dan@haxney.org>
4497         First part of Daniel Hackney's patch to package.el.
4498         * emacs-lisp/package.el: Use defstruct.
4499         (package-desc): New, main struct.
4500         (package--bi-desc, package--ac-desc): New structs, used to describe the
4501         format in external files.
4502         (package-desc-vers): Replace with package-desc-version accessor.
4503         (package-desc-doc): Replace with package-desc-summary accessor.
4504         (package-activate-1): Remove `package' arg since the pkg-vec now
4505         includes the name.
4506         (define-package): Use package-desc-from-define.
4507         (package-unpack-single): Change file-name arg to be a symbol.
4508         (package--add-to-archive-contents): Use package-desc-create and new
4509         accessor functions to package--ac-desc.
4510         (package-buffer-info, package-tar-file-info): Return a package-desc.
4511         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
4512         arg to be a package-desc.
4513         (package-install-file): Adjust accordingly.  Use \' to match EOS.
4514         (package--from-builtin): New function.
4515         (describe-package-1, package-menu--generate): Use it.
4516         (package--make-autoloads-and-compile): Change name arg to be a symbol.
4517         (package-generate-autoloads): Idem and return the name of the file.
4518         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4519         Change pkg-info arg to be a package-desc.
4520         Use package-make-ac-desc.
4521         (package-upload-file): Use \' to match EOS.
4522         * finder.el (finder-compile-keywords): Use package-make-builtin.
4524 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4526         * vc/vc.el (vc-deduce-fileset): Change error message.
4527         (vc-read-backend): New function.
4528         (vc-next-action): Use it.
4530         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
4532         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
4533         (prolog-font-lock-keywords): Use regexp-opt instead.
4534         Don't manually highlight strings.
4535         (prolog-mode-variables): Simplify comment-start-skip.
4536         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
4538         * emacs-lisp/generic.el (generic--normalise-comments)
4539         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
4540         (generic-mode-set-comments): Use them.
4541         (generic-bracket-support): Use setq-local.
4542         (generic-make-keywords-list): Declare obsolete.
4544 2013-06-11  Glenn Morris  <rgm@gnu.org>
4546         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4547         Prettify after setting font-lock-defaults.  (Bug#14574)
4549 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
4551         * replace.el (query-replace, occur-read-regexp-defaults-function)
4552         (replace-search):
4553         * subr.el (declare-function, number-sequence, local-set-key)
4554         (substitute-key-definition, locate-user-emacs-file)
4555         (with-silent-modifications, split-string, eval-after-load):
4556         Fix typos, remove unneeded backslashes and reflow some docstrings.
4558 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4560         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
4561         default for Elisp files.
4563 2013-06-11  Glenn Morris  <rgm@gnu.org>
4565         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
4566         although define-derived-mode was doing this anyway.  (Bug#14583)
4568 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
4570         * allout.el (allout-encryption-plaintext-sanitization-regexps):
4571         Fix make-variable-buffer-local call to refer to the correct variable.
4573 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
4575         * eshell/em-term.el (eshell-visual-commands)
4576         (eshell-visual-subcommands, eshell-visual-options):
4577         Add summary line to docstrings.  Add cross-references.
4579 2013-06-10  Glenn Morris  <rgm@gnu.org>
4581         * epa.el (epa-read-file-name): New function.  (Bug#14510)
4582         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
4584 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
4586         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
4587         output redirection to be ignored with visual commands.
4589 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
4591         * eshell/em-term.el (eshell-visual-command-p): New function.
4592         (eshell-term-initialize): Move long lambda to separate function
4593         eshell-visual-command-p.
4594         * eshell/em-dirs.el (eshell-dirs-initialise):
4595         * eshell/em-script.el (eshell-script-initialize):
4596         Add missing #' to lambda.
4598 2013-06-08  Leo Liu  <sdl.web@gmail.com>
4600         * progmodes/octave.el (octave-add-log-current-defun): New function.
4601         (octave-mode): Set add-log-current-defun-function.
4602         (octave-goto-function-definition): Do not move point if not found.
4603         (octave-find-definition): Enhance to try subfunctions first.
4605 2013-06-08  Glenn Morris  <rgm@gnu.org>
4607         * emacs-lisp/bytecomp.el (byte-compile-char-before)
4608         (byte-compile-backward-char, byte-compile-backward-word):
4609         Improve previous change, to handle non-explicit nil.
4611 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4613         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
4614         (smie--opener/closer-at-point): New function.
4615         (smie--matching-block-data): Use it.  Don't match from right after an
4616         opener or right before a closer.  Obey smie-blink-matching-inners.
4617         Don't signal a mismatch for repeated inners like "switch..case..case".
4619 2013-06-07  Leo Liu  <sdl.web@gmail.com>
4621         * progmodes/octave.el (octave-mode): Set comment-use-global-state
4622         to t.  (Bug#14303)
4623         (octave-function-header-regexp): Fix.  (Bug#14570)
4624         (octave-help-mode-finish-hook, octave-help-mode-finish):
4625         Remove.  Just use temp-buffer-show-hook.
4627         * newcomment.el (comment-search-backward): Revert last change.
4628         (Bug#14434)
4630         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
4632 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
4634         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
4635         through xargs, to avoid failure due to MS-Windows limitations on
4636         command-line length.
4638 2013-06-06  Glenn Morris  <rgm@gnu.org>
4640         * font-lock.el (lisp-font-lock-keywords-2):
4641         Treat user-error like error.
4643         * emacs-lisp/bytecomp.el (byte-compile-char-before)
4644         (byte-compile-backward-char, byte-compile-backward-word):
4645         Handle explicit nil arguments.  (Bug#14565)
4647 2013-06-05  Alan Mackenzie  <acm@muc.de>
4649         * isearch.el (isearch-allow-prefix): New user option.
4650         (isearch-other-meta-char): Don't exit isearch when a prefix
4651         argument is typed whilst `isearch-allow-prefix' is non-nil.
4652         (Bug#9706)
4654 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4656         * autorevert.el (auto-revert-notify-handler): Use memq.
4657         Hide assertion failure.
4659         * skeleton.el: Use cl-lib.
4660         (skeleton-further-elements): Use defvar-local.
4661         (skeleton-insert): Use cl-progv.
4663 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4665         * progmodes/prog-mode.el (prog-prettify-symbols)
4666         (prog-prettify-install): Update docstrings.
4668 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4670         * simple.el: Move all the prog-mode code to prog-mode.el.
4671         * progmodes/prog-mode.el: New file.
4672         * loadup.el: Add prog-mode.el.
4674 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4676         * simple.el (prog-prettify-symbols): Add version.
4677         (prog-prettify-install): Add convenience function to prettify symbols.
4679         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
4680         (perl--augmented-font-lock-keywords-1)
4681         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
4682         variables and use it.
4684         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4685         (cfengine3-mode): Remove unneeded variable and use it.
4687         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4688         (lisp--augmented-font-lock-keywords-1)
4689         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
4690         Remove unneeded variables and use it.
4692 2013-06-05  João Távora  <joaotavora@gmail.com>
4694         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
4695         to point when opening the connection.  (Bug#14380)
4697 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4699         * subr.el (load-history-regexp, load-history-filename-element)
4700         (eval-after-load, after-load-functions, do-after-load-evaluation)
4701         (eval-next-after-load, display-delayed-warnings)
4702         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
4703         definition of save-match-data.
4704         (overriding-local-map): Remove accidental obsolescence declaration.
4706         * emacs-lisp/edebug.el (edebug-result): Move before first use.
4708 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
4710         Generalize symbol prettify support to prog-mode and implement it
4711         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
4712         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
4713         (prog--prettify-font-lock-compose-symbol)
4714         (prog-prettify-font-lock-symbols-keywords): New variables and
4715         functions to support symbol prettification.
4716         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
4717         (lisp--augmented-font-lock-keywords-1)
4718         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
4719         (lisp--prettify-symbols-alist): Implement prettify of lambda.
4720         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
4721         (cfengine3--prettify-symbols-alist, cfengine3-mode):
4722         Implement prettify of -> => :: strings.
4723         * progmodes/perl-mode.el (perl-prettify-symbols)
4724         (perl--font-lock-compose-symbol)
4725         (perl--font-lock-symbols-keywords): Move to prog-mode.
4726         (perl--prettify-symbols-alist): Prettify -> => :: strings.
4727         (perl-font-lock-keywords-1)
4728         (perl-font-lock-keywords-2): Remove explicit prettify support.
4729         (perl--augmented-font-lock-keywords)
4730         (perl--augmented-font-lock-keywords-1)
4731         (perl--augmented-font-lock-keywords-2, perl-mode):
4732         Implement prettify support.
4734 2013-06-05  Leo Liu  <sdl.web@gmail.com>
4736         Re-implement smie matching block highlight using
4737         show-paren-data-function.  (Bug#14395)
4738         * emacs-lisp/smie.el (smie-matching-block-highlight)
4739         (smie--highlight-matching-block-overlay)
4740         (smie--highlight-matching-block-lastpos)
4741         (smie-highlight-matching-block)
4742         (smie-highlight-matching-block-mode): Remove.
4743         (smie--matching-block-data-cache): New variable.
4744         (smie--matching-block-data): New function.
4745         (smie-setup): Use smie--matching-block-data for
4746         show-paren-data-function.
4748         * progmodes/octave.el (octave-mode-menu): Fix.
4749         (octave-find-definition): Skip garbage lines.
4751 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4753         Fix compilation error with simultaneous dynamic+lexical scoping.
4754         Add warning when a defvar appears after the first let-binding.
4755         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
4756         (byte-compile-close-variables): Initialize it.
4757         (byte-compile--declare-var): New function.
4758         (byte-compile-file-form-defvar)
4759         (byte-compile-file-form-define-abbrev-table)
4760         (byte-compile-file-form-custom-declare-variable): Use it.
4761         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
4762         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
4763         (byte-compile-bind): Handle dynamic bindings that shadow
4764         lexical bindings.
4765         (byte-compile-unbind): Make arg non-optional.
4766         (byte-compile-let): Simplify.
4767         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
4768         (cconv--analyse-function, cconv-analyse-form): Populate it.
4769         Protect byte-compile-bound-variables to limit the scope of defvars.
4770         (cconv-analyse-form): Add missing rule for (defvar <foo>).
4771         Remove unneeded rule for `declare'.
4773         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
4774         so as to avoid depending on cl-adjoin at run-time.
4775         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
4777         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
4778         (macroexp--warn-and-return): Use it.
4780 2013-06-05  Leo Liu  <sdl.web@gmail.com>
4782         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
4784 2013-06-04  Leo Liu  <sdl.web@gmail.com>
4786         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
4787         (compilation-auto-jump): Suppress the "Mark set" message to give
4788         way to exit message.
4790 2013-06-04  Alan Mackenzie  <acm@muc.de>
4792         Remove faulty optimisation from indentation calculation.
4793         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
4794         search limit based on 2000 characters back from indent-point.
4796 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
4798         * eshell/em-term.el (cl-lib): Require `cl-lib'.
4800 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4802         * emacs-lisp/lisp.el: Use lexical-binding.
4803         (lisp--local-variables-1, lisp--local-variables): New functions.
4804         (lisp--local-variables-completion-table): New var.
4805         (lisp-completion-at-point): Use it complete let-bound vars.
4807         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
4808         eagerly (bug#14422).
4810 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
4812         * autorevert.el (auto-revert-notify-enabled)
4813         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4814         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
4815         (auto-revert-notify-handler): Handle also gfilenotify.
4817         * subr.el (file-notify-handle-event): New defun.  Replacing ...
4818         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
4819         Remove.
4821 2013-06-03  Juri Linkov  <juri@jurta.org>
4823         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
4824         `M-s h .'.  (Bug#14427)
4826         * hi-lock.el (highlight-symbol-at-point): New alias for the new
4827         command `hi-lock-face-symbol-at-point'.
4828         (hi-lock-face-symbol-at-point): New command.
4829         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
4830         (hi-lock-menu): Add `highlight-symbol-at-point'.
4831         (hi-lock-mode): Doc fix.
4833         * isearch.el (isearch-forward-symbol-at-point): New command.
4834         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
4835         (isearch-highlight-regexp): Add a regexp which matches
4836         words/symbols for word/symbol mode.
4838         * subr.el (find-tag-default-bounds): New function with the body
4839         mostly moved from `find-tag-default'.
4840         (find-tag-default): Move most code to `find-tag-default-bounds',
4841         call it and apply `buffer-substring-no-properties' afterwards.
4843 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
4845         * eshell/em-term.el (eshell-term-initialize):
4846         Use `cl-intersection' rather than `intersection'.
4848 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
4850         * vc/log-view.el: Doc fix.
4851         (log-view-mode-map): Copy keymap from `special-mode-map'.
4853 2013-06-02  Eric Ludlam  <zappo@gnu.org>
4855         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
4856         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
4857         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
4858         (eieio-unbound, eieio-default-superclass)
4859         (eieio--define-field-accessors, method-static, method-before)
4860         (method-primary, method-after, method-num-lists)
4861         (method-generic-before, method-generic-primary)
4862         (method-generic-after, method-num-slots)
4863         (eieio-specialized-key-to-generic-key)
4864         (eieio--check-type, class-v, class-p)
4865         (eieio-class-name, define-obsolete-function-alias)
4866         (eieio-class-parents-fast, eieio-class-children-fast)
4867         (same-class-fast-p, class-constructor, generic-p)
4868         (generic-primary-only-p, generic-primary-only-one-p)
4869         (class-option-assoc, class-option, eieio-object-p)
4870         (class-abstract-p, class-method-invocation-order)
4871         (eieio-defclass-autoload-map, eieio-defclass-autoload)
4872         (eieio-class-un-autoload, eieio-defclass)
4873         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
4874         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
4875         (eieio--defgeneric-init-form, eieio-defgeneric-form)
4876         (eieio-defgeneric-reset-generic-form)
4877         (eieio-defgeneric-form-primary-only)
4878         (eieio-defgeneric-reset-generic-form-primary-only)
4879         (eieio-defgeneric-form-primary-only-one)
4880         (eieio-defgeneric-reset-generic-form-primary-only-one)
4881         (eieio-unbind-method-implementations)
4882         (eieio--defmethod, eieio--typep)
4883         (eieio-perform-slot-validation, eieio-validate-slot-value)
4884         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
4885         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
4886         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
4887         (eieio-slot-name-index, eieio-class-slot-name-index)
4888         (eieio-set-defaults, eieio-initarg-to-attribute)
4889         (eieio-attribute-to-initarg, eieio-c3-candidate)
4890         (eieio-c3-merge-lists, eieio-class-precedence-c3)
4891         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
4892         (eieio-class-precedence-list, eieio-generic-call-methodname)
4893         (eieio-generic-call-arglst, eieio-generic-call-key)
4894         (eieio-generic-call-next-method-list)
4895         (eieio-pre-method-execution-functions, eieio-generic-call)
4896         (eieio-generic-call-primary-only, eieiomt-method-list)
4897         (eieiomt-optimizing-obarray, eieiomt-install)
4898         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
4899         (eieio-generic-form, eieio-defmethod, make-obsolete)
4900         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
4901         (defclass): Remove `eval-and-compile' from macro.
4902         (call-next-method, shared-initialize): Instead of using
4903         `scoped-class' variable, use new eieio--scoped-class, and
4904         eieio--with-scoped-class.
4905         (initialize-instance): Rename local variable 'scoped-class' to
4906         'this-class' to remove ambiguitity from old global.
4908         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
4909         eieio.el.
4910         (eieio--scoped-class-stack): New variable.
4911         (eieio--scoped-class): New fcn.
4912         (eieio--with-scoped-class): New scoping macro.
4913         (eieio-defclass): Use pushnew instead of add-to-list.
4914         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
4915         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
4916         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
4917         `scoped-class' variable, use new eieio--scoped-class, and
4918         eieio--with-scoped-class.
4920         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
4922 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
4924         * eshell/esh-ext.el (eshell-external-command): Pass args to
4925         `eshell-find-interpreter'.
4926         (eshell-find-interpreter): Add new second parameter ARGS.
4928         * eshell/em-script.el (eshell-script-initialize): Add second arg
4929         to the function added as MATCH to `eshell-interpreter-alist'.
4931         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
4932         the function added as MATCH to `eshell-interpreter-alist'.
4934         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
4935         (eshell-visual-options): New defcustom.
4936         (eshell-escape-control-x): Adapt docstring.
4937         (eshell-term-initialize): Test `eshell-visual-subcommands' and
4938         `eshell-visual-options' in addition to `eshell-visual-commands'.
4939         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
4941 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4943         * progmodes/python.el (python-indent-block-enders): Add break,
4944         continue and raise keywords.
4946 2013-06-01  Glenn Morris  <rgm@gnu.org>
4948         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
4950         Plain (f)boundp silences compilation warnings since Emacs 22.1.
4951         * progmodes/cc-cmds.el (delete-forward-p):
4952         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
4953         * progmodes/cc-engine.el (buffer-syntactic-context):
4954         * progmodes/cc-fonts.el (face-property-instance):
4955         * progmodes/cc-mode.el (set-keymap-parents):
4956         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
4957         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
4958         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
4959         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
4960         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
4962         * progmodes/cc-vars.el (other): Emacs has this widget since
4963         at least 21.1, so don't (re)define it.
4965         * eshell/em-cmpl.el (eshell-cmpl-initialize):
4966         Replace the obsolete alias pcomplete-arg-quote-list.
4968 2013-06-01  Leo Liu  <sdl.web@gmail.com>
4970         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
4971         punctuation syntax.
4972         (inferior-octave-minimal-columns)
4973         (inferior-octave-last-column-width): New variables.
4974         (inferior-octave-track-window-width-change): New function.
4975         (inferior-octave-mode): Adjust column width so that Octave output,
4976         for example from 'ls', can fit into the window nicely.
4978 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
4980         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4981         Highlight expansions inside regexp literals.
4983 2013-05-31  Glenn Morris  <rgm@gnu.org>
4985         * obsolete/sym-comp.el (symbol-complete):
4986         Replace obsolete completion-annotate-function.
4988         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
4990 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
4992         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
4993         New function, checks if point is inside a literal that allows
4994         expression expansion.
4995         (ruby-syntax-propertize-expansion): Use it.
4996         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
4997         around the body.
4999 2013-05-30  Juri Linkov  <juri@jurta.org>
5001         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
5002         to "\M-si".
5003         (isearch-invisible): New variable.
5004         (isearch-forward): Doc fix.
5005         (isearch-mode): Set `isearch-invisible'
5006         to the value of `search-invisible'.
5007         (isearch-toggle-case-fold): Doc fix.
5008         (isearch-toggle-invisible): New command.
5009         (isearch-query-replace): Let-bind `search-invisible'
5010         to the value of `isearch-invisible'.
5011         (isearch-search): Use `isearch-invisible' instead of
5012         `search-invisible'.  Let-bind `search-invisible'
5013         to the value of `isearch-invisible'.  (Bug#11378)
5015 2013-05-30  Juri Linkov  <juri@jurta.org>
5017         * replace.el (perform-replace): Avoid `isearch-range-invisible'
5018         call when `query-flag' is nil and `search-invisible' is non-nil.
5019         (Bug#11746)
5021 2013-05-30  Glenn Morris  <rgm@gnu.org>
5023         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
5025         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
5026         (cc-require): Suppress spurious "noruntime" warnings.
5027         (cc-require-when-compile): Use fboundp, for sake of compiler.
5029         * progmodes/cc-mode.el: Move load of cc-vars before that of
5030         cc-langs (which in turn loads cc-vars), to quieten compiler.
5032 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5034         * paren.el: Simplify the code.
5035         (show-paren-mode): Always start the timer.
5036         (show-paren--idle-timer): Rename from show-paren-idle-timer.
5037         (show-paren--overlay, show-paren--overlay-1): Rename from
5038         show-paren-overlay and show-paren-overlay-1, and initialize to an
5039         overlay rather than to nil.
5040         (show-paren-function): Misc cleanup and simplifications.
5042 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5044         * paren.el (show-paren-data-function): New hook.
5045         (show-paren--default): New function, extracted from show-paren-function.
5046         (show-paren-function): Use show-paren-data-function.
5048 2013-05-30  Glenn Morris  <rgm@gnu.org>
5050         * ielm.el (ielm-map, ielm-complete-symbol):
5051         Use completion-at-point rather than obsolete functions.
5052         (inferior-emacs-lisp-mode): Doc fix.
5053         Set completion-at-point-functions, rather than
5054         comint-dynamic-complete-functions.
5056         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
5057         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
5058         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
5060         * image.el (image-animated-p): Tweak definition.
5062         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
5063         (rlogin-process-connection-type): Tweak default.  Add set-after.
5064         (rlogin-host): Doc fix.
5065         (rlogin): Tweak prompt.
5066         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
5068         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
5069         * progmodes/tcl.el (inferior-tcl-mode-map):
5070         Use completion-at-point rather than obsolete alias.
5072         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
5074         * minibuffer.el (read-file-name-completion-ignore-case):
5075         Move before completion--in-region, for eager macro expansion.
5077 2013-05-29  Juri Linkov  <juri@jurta.org>
5079         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
5080         for total count of matching lines.  Add `global-matches' for total
5081         count of matches.  Rename `matches' to `lines' for count of
5082         matching lines.  Add `matches' for count of matches.
5083         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
5084         to `prev-line' for line number of prev match endpt.
5085         Increment `matches' for every match.  Print the number of
5086         matching lines in the header.
5087         (occur-context-lines): Rename `lines' to `curr-line'.
5088         Rename `prev-lines' to `prev-line'.  (Bug#14017)
5090 2013-05-29  Juri Linkov  <juri@jurta.org>
5092         * replace.el (perform-replace): Add `skip-read-only-count',
5093         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
5094         Increment them for corresponding conditions and report the number
5095         of skipped occurrences in the final message.  (Bug#11746)
5096         (query-replace, query-replace-regexp, query-replace-regexp-eval)
5097         (replace-string, replace-regexp): Doc fix.
5099 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * emacs-lisp/trace.el (trace--read-args): Provide a default.
5103         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
5104         prog-mode-map (bug#14504).
5106 2013-05-29  Leo Liu  <sdl.web@gmail.com>
5108         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
5109         (octave-help): Small simplification.
5111         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
5112         off the highlight first.
5114 2013-05-29  Glenn Morris  <rgm@gnu.org>
5116         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
5117         Handle idlwave-last-system-routine-info-cons-cell being nil.
5119         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5120         (idlwave-write-paths): Simplify via with-temp-buffer.
5122         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
5123         * emulation/cua-rect.el: Also load cua-base at run time.
5125         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
5126         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
5127         (cperl-imenu-on-info): Require imenu.
5129 2013-05-28  Alan Mackenzie  <acm@muc.de>
5131         Handle "capitalised keywords" correctly.
5132         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
5134 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
5136         * eshell/em-unix.el: Add -r option to cp.
5138 2013-05-28  Glenn Morris  <rgm@gnu.org>
5140         * vc/vc-arch.el (vc-exec-after): Declare.
5141         (vc-switches): Autoload.
5142         * vc/vc-bzr.el: No need to require vc when compiling.
5143         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
5144         (vc-resynch-buffer, vc-dir-refresh): Declare.
5145         (vc-setup-buffer, vc-switches): Autoload.
5146         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
5147         (vc-resynch-buffer): Declare.
5148         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
5149         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
5150         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
5151         (grep-read-regexp, grep-read-files, grep-expand-template)
5152         (vc-dir-refresh): Declare.
5153         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
5154         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
5155         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
5156         * vc/vc-mtn.el (vc-exec-after): Declare.
5157         (vc-switches): Autoload.
5158         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
5159         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
5160         (vc-file-tree-walk): Declare.
5161         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
5162         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
5163         (vc-tag-precondition, vc-rename-master): Autoload.
5164         * vc/vc-svn.el (vc-exec-after): Declare.
5165         (vc-switches, vc-setup-buffer): Autoload.
5166         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
5167         Autoload.
5168         (vc-resynch-buffer): Declare.
5170         * obsolete/fast-lock.el (byte-compile-warnings):
5171         Don't warn about obsolete features in this obsolete file.
5173         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
5174         Move definition before use.
5176         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
5177         (dun-unix-verbs): Remove dun-zippy.
5178         (dun-zippy): Remove function.
5180         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5182 2013-05-27  Juri Linkov  <juri@jurta.org>
5184         * replace.el (replace-search): New function with code moved out
5185         from `perform-replace'.
5186         (replace-highlight, replace-dehighlight): Move function definitions
5187         up closer to `replace-search'.  (Bug#11746)
5189 2013-05-27  Juri Linkov  <juri@jurta.org>
5191         * replace.el (perform-replace): Ignore invisible matches.
5192         In addition to checking `query-replace-skip-read-only', also
5193         filter out matches by calling `run-hook-with-args-until-failure'
5194         on `isearch-filter-predicates', and also check `search-invisible'
5195         for t or call `isearch-range-invisible'.
5196         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
5198 2013-05-27  Juri Linkov  <juri@jurta.org>
5200         * isearch.el (isearch-filter-predicates): Rename from
5201         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
5202         (isearch-message-prefix): Display text from the property
5203         `isearch-message-prefix' of the currently active filters.
5204         (isearch-search): Don't compare `isearch-filter-predicate' with
5205         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
5206         on `isearch-filter-predicates'.  Also check `search-invisible' for t
5207         or call `isearch-range-invisible'.
5208         (isearch-filter-visible): Make obsolete.
5209         (isearch-lazy-highlight-search):
5210         Call `run-hook-with-args-until-failure' on
5211         `isearch-filter-predicates' and use `isearch-range-invisible'.
5213         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
5214         `isearch-filter-predicates' instead of `funcall'ing
5215         `isearch-filter-predicate'.
5216         (Info-mode): Set `Info-isearch-filter' to
5217         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
5219         * dired-aux.el (dired-isearch-filter-predicate-orig):
5220         Remove variable.
5221         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5222         (dired-isearch-filenames-end): Add and remove
5223         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
5224         instead of changing the value of `isearch-filter-predicate'.
5225         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
5226         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
5227         Put property `isearch-message-prefix' to "filename " on
5228         `dired-isearch-filter-filenames'.
5230         * wdired.el (wdired-change-to-wdired-mode):
5231         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
5232         locally instead of changing `isearch-filter-predicate'.
5233         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
5235 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
5237         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
5238         return the commit hash (Bug#14459).  Also set the
5239         `vc-git-detached' property.
5240         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
5241         (vc-git-mode-line-string): Use the same help-echo format whether
5242         in detached mode or not, because we know the actual revision now.
5243         When in detached mode, shorten the revision to 7 chars.
5245 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5247         * emacs-lisp/easy-mmode.el (define-minor-mode):
5248         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
5249         mode hook and provide a docstring.
5251 2013-05-27  Alan Mackenzie  <acm@muc.de>
5253         Remove spurious syntax-table text properties inserted by C-y.
5254         * progmodes/cc-mode.el (c-after-change): Also clear hard
5255         syntax-table property with value nil.
5257 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
5259         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
5260         when reading the events; the buffer layout shall not be changed.
5262 2013-05-27  Leo Liu  <sdl.web@gmail.com>
5264         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
5265         New variable.
5266         (inferior-octave-directory-tracker): Automatically re-sync
5267         default-directory.
5268         (octave-help): Improve handling of 'See also'.
5270 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5272         * doc-view.el: Minor naming convention tweaks.
5273         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
5275         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
5276         even if there's no `display' property yet (bug#14435).
5278 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
5280         * subr.el (unmsys--file-name): Rename from reveal-filename.
5282         * Makefile.in (custom-deps, finder-data, autoloads)
5283         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5284         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5285         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
5287 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5289         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
5290         error-completion on the first 2 args of condition-case (bug#14446).
5291         Don't burp at EOB.
5293 2013-05-25  Leo Liu  <sdl.web@gmail.com>
5295         * comint.el (comint-previous-matching-input): Do not flood the
5296         *Messages* buffer with trivial messages.
5298 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5300         * progmodes/flymake.el (flymake-nop): Don't return a string.
5301         (flymake-set-at): Fix typo.
5303         * simple.el (read--expression): New function, extracted from
5304         eval-expression.  Set completion-at-point-functions (bug#14465).
5305         (eval-expression, eval-minibuffer): Use it.
5307 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
5309         * progmodes/flymake.el (flymake-save-buffer-in-file)
5310         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
5311         (flymake-selected-frame, flymake-log, flymake-ins-after)
5312         (flymake-set-at, flymake-get-buildfile-from-cache)
5313         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
5314         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
5315         Refine the doc string.
5316         (flymake-get-file-name-mode-and-masks): Reformat.
5317         (flymake-get-real-file-name-function): Fix a minor bug.
5319 2013-05-24  Juri Linkov  <juri@jurta.org>
5321         * progmodes/grep.el (grep-mode-font-lock-keywords):
5322         Support =linenumber= format used by git-grep for lines with
5323         function names.  (Bug#13549)
5325 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5327         * progmodes/octave.el (octave-smie-rules): Return nil rather than
5328         0 after a semi-colon; it works better for smie-auto-fill.
5329         (octave--indent-new-comment-line): New function.
5330         (octave-indent-new-comment-line): Use it (indirectly).
5331         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
5332         modify comment-line-break-function.
5334         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
5335         (smie-setup): Use add-function to set it.
5337 2013-05-24  Sam Steingold  <sds@gnu.org>
5339         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
5340         argument (before the `interactive' argument).
5342 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5344         * image-mode.el (image-mode-winprops): Add winprops to
5345         image-mode-winprops-alist before running
5346         image-mode-new-window-functions.
5347         * doc-view.el (doc-view-new-window-function): Don't delay
5348         doc-view-goto-page via timers (bug#14435).
5350 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
5352         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
5353         (doc-view-desktop-save-buffer): New function.
5354         (doc-view-restore-desktop-buffer): New function.
5355         (desktop-buffer-mode-handlers):
5356         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
5357         handler.
5358         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
5359         `desktop-save-buffer' function.
5361 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
5363         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
5364         (tramp-gvfs-file-name-handler): Raise a user error when
5365         `tramp-gvfs-enabled' is nil.
5366         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
5367         Do not raise a user error when loading package.  (Bug#14447)
5369         * net/xesam.el: Move to obsolete/.
5371 2013-05-24  Glenn Morris  <rgm@gnu.org>
5373         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
5375         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
5377         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
5378         (Info-find-node, Man-getpage-in-background): Declare.
5380         * mail/unrmail.el (unrmail):
5381         Replace obsolete detect-coding-with-priority.
5383         * net/socks.el (socks-split-string): Use this rather than split-string.
5384         (socks-nslookup-host): Update for above change.
5385         (dynamic-choice, s5-dynamic-choice-match)
5386         (s5-dynamic-choice-match-inline, s5-widget-value-create):
5387         Comment out unused code.
5389         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
5390         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
5391         (gud-tooltip-echo-area): Make obsolete.
5392         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
5394         * progmodes/js.el (js--optimize-arglist): Declare.
5396         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
5398         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
5399         (ediff-window-C): Declare.
5401         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
5402         Tweak requires to silence compiler.
5404         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
5405         (he-search-string, he-tried-table, he-expand-list)
5406         (he-init-string, he-string-member, he-substitute-string)
5407         (he-reset-string): Declare.
5409         * obsolete/options.el (list-options): Use custom-variable-p,
5410         rather than obsolete alias.
5412 2013-05-23  Sam Steingold  <sds@gnu.org>
5414         * simple.el (shell-command-on-region): Pass the `replace' argument
5415         down to `call-process-region' to comply with the doc as reported on
5416         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
5418 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5420         * emacs-lisp/smie.el (smie-indent-forward-token)
5421         (smie-indent-backward-token): Handle string tokens (bug#14381).
5423 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5425         * ielm.el (ielm-menu): New menu.
5426         (inferior-emacs-lisp-mode): Set comment-start.
5428 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5430         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
5431         Fix deactivate action.
5433         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
5434         Add cleveref macros.
5436         * lisp/textmodes/reftex-parse.el
5437         (reftex-locate-bibliography-files): Accept options for
5438         bibliography commands.
5439         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
5440         Add addbibresource.  Basic Biblatex support.
5442 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
5444         * net/tramp-gvfs.el (top):
5445         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
5446         when loading package.  (Bug#14447)
5448 2013-05-23  Glenn Morris  <rgm@gnu.org>
5450         * progmodes/js.el: No need to load comint when compiling.
5451         (ring-insert, comint-send-string, comint-send-input)
5452         (comint-last-input-end, ido-chop): Declare.
5454         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
5455         * vc/ediff-mult.el: Adjust requires.
5456         (ediff-directories-internal, ediff-directory-revisions-internal)
5457         (ediff-patch-file-internal): Declare.
5458         * vc/ediff-ptch.el: Adjust requires.
5459         (ediff-use-last-dir, ediff-buffers-internal): Declare.
5460         (ediff-find-file): Autoload.
5461         * vc/ediff-util.el: No need to load ediff when compiling.
5462         (ediff-regions-internal): Declare.
5463         * vc/ediff-wind.el: Adjust requires.
5464         (ediff-compute-toolbar-width): Define when compiling.
5465         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
5466         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
5467         (dired-get-filename, dired-get-marked-files)
5468         (ediff-last-dir-patch, ediff-patch-default-directory)
5469         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
5470         (ediff-patch-buffer-internal): Declare.
5472         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
5473         (ispell-process, ispell-buffer-local-words, lm-summary)
5474         (lm-section-start, lm-section-end): Declare.
5475         (checkdoc-ispell-init): Simplify.
5477         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
5478         (he-string-member, he-reset-string, he-substitute-string): Declare.
5480         * eshell/em-ls.el: Adjust requires.
5481         (eshell-glob-regexp): Declare.
5482         * eshell/em-tramp.el: Adjust requires.
5483         (eshell-parse-command): Autoload.
5484         * eshell/em-xtra.el: Adjust requires.
5485         (eshell-parse-command): Autoload.
5486         * eshell/esh-ext.el: Adjust requires.
5487         (eshell-parse-command, eshell-close-handles): Autoload.
5488         * eshell/esh-io.el: Adjust requires.
5489         (eshell-output-filter): Autoload.
5490         * eshell/esh-util.el: No need to load tramp when compiling.
5491         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
5492         Declare.
5493         (eshell-parse-ange-ls): Require ange-ftp and tramp.
5494         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5495         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
5496         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
5497         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
5498         * eshell/esh-opt.el, eshell/esh-proc.el:
5499         * eshell/esh-var.el: Adjust requires.
5500         * eshell/eshell.el: Do not require esh-util twice.
5501         (eshell-add-input-to-history): Declare.
5502         (eshell-command): Check history module is active before using it.
5504         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
5506 2013-05-22  Leo Liu  <sdl.web@gmail.com>
5508         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
5510 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
5512         * autorevert.el (auto-revert-notify-add-watch)
5513         (auto-revert-notify-handler): Add `attrib' for the inotify case,
5514         it indicates changes in file modification time.
5516 2013-05-22  Glenn Morris  <rgm@gnu.org>
5518         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5519         Always delete the autoloaded function from the noruntime and
5520         unresolved functions lists.
5522         * allout.el: No need to load epa, epg, overlay when compiling.
5523         (epg-context-set-passphrase-callback, epg-list-keys)
5524         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
5525         (epg-key-user-id-list): Declare.
5527         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
5528         (viper-set-parsing-style-toggling-macro)
5529         (viper-set-emacs-state-searchstyle-macros):
5530         Use called-interactively-p on Emacs.
5531         (viper-looking-back): Make it an obsolete alias.  Update callers.
5532         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
5533         Use looking-back rather than viper-looking-back.
5534         (viper-tmp-insert-at-eob, viper-enlarge-region)
5535         (viper-read-string-with-history, viper-register-to-point)
5536         (viper-append-to-register, viper-change-state-to-vi)
5537         (viper-backward-char-carefully, viper-forward-char-carefully)
5538         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
5539         (viper-change-state-to-emacs): Declare.
5540         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
5541         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
5542         * emulation/viper-mous.el: Do not load viper-cmd.
5543         (viper-backward-char-carefully, viper-forward-char-carefully)
5544         (viper-forward-word, viper-adjust-window): Declare.
5546         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
5548         * progmodes/idlw-help.el (idlwave-help-fontify):
5549         Use called-interactively-p.
5551         * term/w32console.el (w32-get-console-codepage)
5552         (w32-get-console-output-codepage): Declare.
5554         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
5555         Remove unnecessary declarations.
5556         (dframe-message): Doc fix.
5558         * info.el (dframe-select-attached-frame, dframe-current-frame):
5559         Declare.
5561         * speedbar.el (speedbar-message): Make it an obsolete alias.
5562         Update all callers.
5563         (speedbar-with-attached-buffer)
5564         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
5565         (speedbar-with-writable): Use backquote.
5566         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
5567         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5568         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
5569         rather than speedbar- aliases.
5570         * mail/rmail.el: Load dframe rather than speedbar when compiling.
5571         (speedbar-make-specialized-keymap, speedbar-insert-button)
5572         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
5573         (speedbar-do-function-pointer): Declare.
5574         (rmail-speedbar-button, rmail-speedbar-find-file)
5575         (rmail-speedbar-move-message):
5576         Use dframe-with-attached-buffer rather than speedbar- alias.
5577         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
5578         (dframe-message, speedbar-make-specialized-keymap)
5579         (speedbar-add-expansion-list, speedbar-mode-functions-list)
5580         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
5581         (speedbar-insert-button, dframe-select-attached-frame)
5582         (dframe-maybee-jump-to-attached-frame)
5583         (speedbar-change-initial-expansion-list)
5584         (speedbar-previously-used-expansion-list-name): Declare.
5585         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
5586         Use dframe-message, dframe-with-attached-buffer rather than
5587         speedbar- aliases.
5588         (gud-sentinel): Silence compiler.
5589         * progmodes/vhdl-mode.el (speedbar-refresh)
5590         (speedbar-do-function-pointer, speedbar-add-supported-extension)
5591         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
5592         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
5593         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
5594         (speedbar-file-lists, speedbar-make-tag-line)
5595         (speedbar-line-directory, speedbar-goto-this-file)
5596         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
5597         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
5598         (speedbar-make-button, speedbar-reset-scanners)
5599         (speedbar-files-item-info, speedbar-line-text)
5600         (speedbar-find-file-in-frame, speedbar-set-timer)
5601         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
5602         (speedbar-with-writable): Do not (re)define it.
5603         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
5604         rather than speedbar- alias.
5606 2013-05-21  Leo Liu  <sdl.web@gmail.com>
5608         * progmodes/octave.el (octave-mode-menu): Update and re-organize
5609         menu items.
5610         (octave-mode): Tweak fill-nobreak-predicate.
5611         (inferior-octave-startup): Check process to avoid infinite loop.
5612         (inferior-octave): Pop to buffer first to show abornmal process
5613         exit information.
5615 2013-05-21  Glenn Morris  <rgm@gnu.org>
5617         * printing.el (pr-menu-bar): Define when compiling.
5619 2013-05-21  Leo Liu  <sdl.web@gmail.com>
5621         * progmodes/octave.el (octave-auto-fill): Remove.
5622         (octave-indent-new-comment-line): Improve.
5623         (octave-mode): Use auto fill mode through
5624         comment-line-break-function and fill-nobreak-predicate.
5625         (octave-goto-function-definition): Support DEFUN_DLD.
5626         (octave-beginning-of-defun): Small tweak.
5627         (octave-help): Show parent directory.
5629 2013-05-21  Glenn Morris  <rgm@gnu.org>
5631         * files.el (dired-unmark):
5632         * progmodes/gud.el (gdb-input): Update declarations.
5634         * calculator.el (electric, ehelp): No need to load when compiling.
5635         (Electric-command-loop, electric-describe-mode): Declare.
5637         * doc-view.el (doc-view-current-converter-processes): Move before use.
5639         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
5640         Move MODE-set-explicitly definition before use.
5642         * international/mule-diag.el (mule-diag):
5643         Don't use obsolete window-system-version.
5645         * mail/feedmail.el (smtpmail): No need to load when compiling.
5646         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
5648         * mail/mail-utils.el (rfc822): No need to load when compiling.
5649         (rfc822-addresses): Autoload it.
5650         (mail-strip-quoted-names): Trivial simplification.
5652         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
5653         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
5655         * net/snmp-mode.el (tempo): Don't duplicate requires.
5657         * progmodes/prolog.el (info): No need to load when compiling.
5658         (comint): Require before shell requires it.
5659         (Info-goto-node): Autoload it.
5660         (Info-follow-nearest-node): Declare.
5661         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
5663         * textmodes/artist.el (picture-mode-exit): Declare.
5665         * textmodes/reftex-parse.el (reftex-parse-from-file):
5666         Trivial rewrite so the compiler can parse it better.
5668 2013-05-20  Leo Liu  <sdl.web@gmail.com>
5670         * progmodes/octave.el (octave-help-mode-map)
5671         (octave-help-mode-finish-hook): New variables.
5672         (octave-help-mode, octave-help-mode-finish): New functions.
5673         (octave-help): Use octave-help-mode.
5675 2013-05-20  Glenn Morris  <rgm@gnu.org>
5677         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
5679 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
5681         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
5682         start at point, so that expansion starting right after opening
5683         slash in a regexp is recognized.
5684         (ruby-syntax-before-regexp-re): New defvar, extracted from
5685         ruby-syntax-propertize-function.  Since the value of this regexp
5686         is looked up at runtime now, we should be able to turn
5687         `ruby-syntax-methods-before-regexp' into a defcustom later.
5688         (ruby-syntax-propertize-function): Split regexp matching into two
5689         parts, for opening and closing slashes.  That allows us to skip
5690         over string interpolations and support multiline regexps.
5691         Don't call `ruby-syntax-propertize-expansions', instead use another rule
5692         for them, which calls `ruby-syntax-propertize-expansion'.
5693         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
5694         call to `ruby-syntax-propertize-function'.
5695         (ruby-syntax-propertize-expansion): Extracted from
5696         `ruby-syntax-propertize-expansions'.  Handles one expansion.
5697         (ruby-syntax-propertize-percent-literal): Leave point right after
5698         the percent symbol, so that the expression expansion rule can
5699         propertize the contents.
5700         (ruby-syntax-propertize-heredoc): Leave point at bol following the
5701         heredoc openers.
5702         (ruby-syntax-propertize-expansions): Remove.
5704 2013-05-18  Juri Linkov  <juri@jurta.org>
5706         * man.el (Man-default-man-entry): Remove `-' from the end
5707         of the default value.  (Bug#14400)
5709 2013-05-18  Glenn Morris  <rgm@gnu.org>
5711         * comint.el (comint-password-prompt-regexp):
5712         Allow "password for XXX" where XXX contains colons (eg https://...).
5714 2013-05-18  Leo Liu  <sdl.web@gmail.com>
5716         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
5717         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
5718         (octave-source-directories): Don't check process.
5719         (octave-source-directories, octave-find-definition): Doc fix.
5721 2013-05-18  Glenn Morris  <rgm@gnu.org>
5723         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5724         Remove backspace/delete bindings.  (Bug#14392)
5726         * cus-dep.el (custom-make-dependencies): Sort the output.
5727         (custom-versions-load-alist): Convert comment to doc.
5729 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5731         * newcomment.el (comment-search-backward): Stricter in finding
5732         comment start.  (Bug#14303)
5734         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
5735         (octave-comment-start-skip): Properly anchored.
5737 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5739         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
5740         Clean up when turned off.  (Bug#14395)
5741         (smie--highlight-matching-block-overlay): No longer buffer-local.
5742         (smie-highlight-matching-block): Adjust.
5744 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
5746         Doc string fix for "nanoseconds" (Bug#14406).
5747         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
5748         Fix doc string typo that had "nanoseconds" instead of "microseconds".
5750 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
5752         * calc/calc-units.el (math-extract-units): Preserve powers
5753         of units.
5755 2013-05-17  Leo Liu  <sdl.web@gmail.com>
5757         * subr.el (delete-consecutive-dups): New function.
5758         * ido.el (ido-set-matches-1): Use it.
5759         * progmodes/octave.el (inferior-octave-completion-table): Use it.
5760         * ido.el (ido-remove-consecutive-dups): Remove.
5762 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5764         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5765         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
5766         regexp-opt's `words'.
5768 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5770         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
5771         (smie--highlight-matching-block-overlay)
5772         (smie--highlight-matching-block-lastpos)
5773         (smie--highlight-matching-block-timer): New variables.
5774         (smie-highlight-matching-block): New function.
5775         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
5776         (smie-setup): Conditionally enable smie-blink-matching-open.
5778 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
5780         Sync with upstream verilog-mode r840.
5781         * progmodes/verilog-mode.el (verilog-mode-version)
5782         (verilog-mode-release-date): Update.
5783         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
5784         (verilog-sig-tieoff): Fix string error on
5785         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
5786         (verilog-read-decls): Fix parameters confusing
5787         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
5789 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
5791         * subr.el (reveal-filename): New function.
5793         * loadup.el: Compute Emacs executable versions on MS-Windows,
5794         where executables have the .exe extension.  Add a hard link
5795         emacs-XX.YY.ZZ.exe on MS-Windows.
5797         * Makefile.in (XARGS_LIMIT): New variable.
5798         (custom-deps, finder-data, autoloads)
5799         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5800         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5801         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
5802         (compile-main): Limit xargs according to $(XARGS_LIMIT).
5804 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5806         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
5807         (octave-mode-menu, octave-mode-map): Remove its uses.
5809 2013-05-16  Reto Zimmermann  <reto@gnu.org>
5811         Sync with upstream vhdl mode v3.34.2.
5812         * progmodes/vhdl-mode.el: Use `push' throughout.
5813         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
5814         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
5815         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
5816         (vhdl-actual-generic-name): New option to derive actual generic name.
5817         (vhdl-port-paste-signals): Replace formal by actual generics.
5818         (vhdl-beautify): New name for old group vhdl-align.  Update users.
5819         (vhdl-beautify-options): New option.
5820         (vhdl-last-input-event): New compat alias.  Use throughout.
5821         (vhdl-goto-line): Replace user level function `goto-line'.
5822         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
5823         vhdl-fix-statement-buffer.
5824         (vhdl-create-mode-menu): Add some entries.
5825         (vhdl-align-region-groups): Respect vhdl-beautify-options.
5826         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
5827         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
5828         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
5829         to force statements on one line.
5830         (vhdl-remove-trailing-spaces-region):
5831         New, split from vhdl-remove-trailing-spaces.
5832         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
5833         Respect vhdl-beautify-options.
5834         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
5835         (vhdl-update-sensitivity-list): Not add with index if exists without.
5836         Not include array index with signal.  Ignore keywords in comments.
5837         (vhdl-get-visible-signals): Regexp tweaks.
5838         (vhdl-template-component-inst): Handle empty library.
5839         (vhdl-template-type): Add template for 'enum' type.
5840         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
5841         Use vhdl-replace-string.
5842         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
5843         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
5844         (vhdl-speedbar-initialize): Update for above name change.
5845         (vhdl-compose-wire-components): Fix in handling of constants.
5846         (vhdl-error-regexp-emacs-alist): New variable.
5847         (vhdl-error-regexp-add-emacs): New function;
5848         adds support for new compile.el (Emacs 22+)
5849         (vhdl-generate-makefile-1): Change target order for single lib. units.
5850         Allow use of absolute file names.
5852 2013-05-16  Leo Liu  <sdl.web@gmail.com>
5854         * simple.el (prog-indent-sexp): Indent enclosing defun.
5856 2013-05-15  Glenn Morris  <rgm@gnu.org>
5858         * cus-start.el (show-trailing-whitespace): Move to editing basics.
5859         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
5860         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
5861         (whitespace-highlight): Move to whitespace group.
5863         * comint.el (comint-source):
5864         * pcmpl-linux.el (pcmpl-linux):
5865         * shell.el (shell-faces):
5866         * eshell/esh-opt.el (eshell-opt):
5867         * international/ccl.el (ccl): Remove empty custom groups.
5869         * completion.el (dynamic-completion-mode):
5870         * jit-lock.el (jit-lock-debug-mode):
5871         * minibuffer.el (completion-in-region-mode):
5872         * type-break.el (type-break-mode-line-message-mode)
5873         (type-break-query-mode):
5874         * emulation/tpu-edt.el (tpu-edt-mode):
5875         * progmodes/subword.el (global-subword-mode, global-superword-mode):
5876         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
5877         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
5879         * term/xterm.el (xterm): Change parent group to terminals.
5881         * master.el (master): Remove empty custom group.
5882         (master-mode): Remove unused :group argument.
5883         * textmodes/refill.el (refill): Remove empty custom group.
5884         (refill-mode): Remove unused :group argument.
5886         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
5888         * cus-dep.el: Provide a feature.
5889         (custom-make-dependencies): Ignore dotfiles (dir-locals).
5890         Don't mistakenly ignore files whose basenames match a basename
5891         from preloaded-file-list (eg cedet/ede/simple.el).
5892         Add a fallback method for getting :group.
5894 2013-05-15  Juri Linkov  <juri@jurta.org>
5896         * isearch.el (isearch-char-by-name): Rename from
5897         `isearch-insert-char-by-name'.  Doc fix.
5898         (isearch-forward): Mention `isearch-char-by-name' in
5899         the docstring.  (Bug#13348)
5901         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
5902         `exit-minibuffer' instead of
5903         `isearch-nonincremental-exit-minibuffer'.
5904         (isearch-edit-string): Remove mention of
5905         `isearch-nonincremental-exit-minibuffer' from docstring.
5906         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
5907         (isearch-forward-exit-minibuffer)
5908         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
5910 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * loadup.el: Just use unversioned DOC.
5914         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
5915         literals as extending to EOB.
5916         (nxml-last-fontify-end): Remove unused variable.
5917         (nxml-after-change1): Use with-silent-modifications.
5918         (nxml-extend-after-change-region): Simplify.
5919         (nxml-extend-after-change-region1): Remove function.
5920         (nxml-after-change1): Don't adjust for dependent regions.
5921         (nxml-fontify-matcher): Simplify.
5922         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
5923         (xmltok-add-dependent): Remove function.
5924         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
5925         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
5926         (xmltok-scan-prolog-after-processing-instruction-open): Treat
5927         unclosed <[[, <?, comment, and other literals as extending to EOB.
5928         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
5929         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
5930         Remove functions.
5931         (rng-do-some-validation-1): Don't mark dependent regions.
5932         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
5933         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
5934         (nxml-clear-dependent-regions): Remove functions.
5935         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
5936         (nxml-ensure-scan-up-to-date):
5937         Don't clear&mark dependent regions.
5939 2013-05-15  Leo Liu  <sdl.web@gmail.com>
5941         * progmodes/octave.el (octave-goto-function-definition):
5942         Improve and fix callers.
5944 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5946         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
5947         the setter (bug#14387).
5949         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
5950         surrounding group (bug#14402).
5952 2013-05-14  Juri Linkov  <juri@jurta.org>
5954         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
5955         (Bug#14390)
5957 2013-05-14  Glenn Morris  <rgm@gnu.org>
5959         * progmodes/f90.el (f90-imenu-generic-expression):
5960         Fix typo in 2013-05-08 change.  (Bug#14402)
5962 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5964         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
5965         Remove signals for which replies are never received.
5967 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5969         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
5970         (gdb-handler-alist, gdb-handler-number): Remove variables.
5971         (gdb-handler-list): New variable.
5972         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
5973         (gdb-pending-handler-p, gdb-handle-reply)
5974         (gdb-remove-all-pending-triggers): New functions.
5975         (gdb-discard-unordered-replies): New defcustom.
5976         (gdb-handler): New defstruct.
5977         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
5978         instead of gdb-pending-triggers.  Update docstring.
5979         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
5980         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
5981         (gdb-var-update-handler, def-gdb-auto-update-trigger)
5982         (def-gdb-auto-update-handler, gdb-get-changed-registers)
5983         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
5984         (gdb-frame-handler): Pending triggers are now automatically managed.
5985         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
5986         Remove argument.
5987         (gdb-input): Automatically handles pending triggers.  Update docstring.
5988         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
5989         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
5990         Update comments.
5991         (gdb-done-or-error): Now use gdb-handle-reply.
5993 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
5995         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
5996         gdb-debug-log.
5998 2013-05-14  Glenn Morris  <rgm@gnu.org>
6000         * subr.el (user-emacs-directory-warning): New option.
6001         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
6003 2013-05-14  Leo Liu  <sdl.web@gmail.com>
6005         * progmodes/octave.el (octave-font-lock-keywords): Fix error
6006         during redisplay.
6007         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6008         (octave-font-lock-texinfo-comment): Fix invalid search bound
6009         error: wrong side of point.
6011 2013-05-14  Glenn Morris  <rgm@gnu.org>
6013         * progmodes/flymake.el (flymake-xml-program): New option.
6014         (flymake-xml-init): Use it.
6016         * term/xterm.el: Provide a feature.
6018         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
6020 2013-05-13  Glenn Morris  <rgm@gnu.org>
6022         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
6023         Add compat aliases as a hack workaround.  (Bug#14384)
6025 2013-05-13  Leo Liu  <sdl.web@gmail.com>
6027         * progmodes/octave.el (octave-indent-comment): Fix indentation for
6028         ###, and %!.
6029         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
6030         C-M-q.
6031         (octave-comment-start-skip): Include %!.
6032         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
6034 2013-05-12  Leo Liu  <sdl.web@gmail.com>
6036         * progmodes/octave.el (inferior-octave-startup): Store the value
6037         of __octave_srcdir__ for octave-source-directories.
6038         (inferior-octave-check-process): New function refactored out of
6039         inferior-octave-send-list-and-digest.
6040         (octave-source-directories)
6041         (octave-find-definition-filename-function): New variables.
6042         (octave-source-directories)
6043         (octave-find-definition-default-filename): New functions.
6044         (octave-find-definition): Improve to find functions implemented in C++.
6046 2013-05-12  Glenn Morris  <rgm@gnu.org>
6048         * calendar/diary-lib.el (diary-outlook-format-1):
6049         Don't include dayname in the output.  (Bug#14349)
6051 2013-05-11  Glenn Morris  <rgm@gnu.org>
6053         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
6055         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
6056         Treat cc-provide like provide.
6058 2013-05-11  Kevin Ryde  <user42@zip.com.au>
6060         * cus-dep.el (custom-make-dependencies):
6061         Use generated-autoload-load-name for the sake of files such
6062         such cedet/semantic/bovine/c.el, where the base file name
6063         is not in load-path.  (Bug#5277)
6065 2013-05-11  Glenn Morris  <rgm@gnu.org>
6067         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
6068         Provide features.
6070 2013-05-11  Leo Liu  <sdl.web@gmail.com>
6072         * progmodes/octave.el (octave-indent-comment): Improve.
6073         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
6074         (octave-eldoc-function-signatures, octave-eldoc-function):
6075         New functions.
6076         (octave-mode, inferior-octave-mode): Add eldoc support.
6078 2013-05-11  Richard Stallman  <rms@gnu.org>
6080         * epa.el (epa-decrypt-file): Take output file name as argument
6081         and read it using `interactive'.
6083 2013-05-11  Leo Liu  <sdl.web@gmail.com>
6085         * progmodes/octave.el (octave-beginning-of-line)
6086         (octave-end-of-line): Check before using up-list because it jumps
6087         out of more syntactic contructs since moving to smie.
6088         (octave-indent-comment): New function.
6089         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
6090         (octave-begin-keywords, octave-end-keywords)
6091         (octave-reserved-words, octave-smie-bnf-table)
6092         (octave-smie-rules): Add new keywords from Octave 3.6.4.
6094 2013-05-11  Glenn Morris  <rgm@gnu.org>
6096         * faces.el (internal-face-x-get-resource):
6097         * frame.el (ns-display-monitor-attributes-list):
6098         * calc/calc-aent.el (math-to-radians-2):
6099         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
6100         Fix declarations.
6102         * calc/calc-menu.el: Make it loadable in isolation.
6104         * net/eudcb-bbdb.el: Make it loadable without bbdb.
6105         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
6106         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
6107         (eudc-bbdb-query-internal): Require 'bbdb.
6109         * lpr.el (lpr-headers-switches):
6110         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
6112         * progmodes/sql.el (sql-login-params): Fix and improve :type.
6114         * emulation/edt-mapper.el: In batch mode, error rather than hang.
6116         * term.el (term-set-escape-char): Make it idempotent.
6118 2013-05-10  Leo Liu  <sdl.web@gmail.com>
6120         * progmodes/octave.el (inferior-octave-completion-table):
6121         No longer a function and all uses changed.  Use cache to speed up
6122         completion due to bug#11906.
6123         (octave-beginning-of-defun): Re-write to be more general.
6125 2013-05-10  Glenn Morris  <rgm@gnu.org>
6127         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
6129 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6131         * comint.el (comint-redirect-send-command-to-process): Use :around
6132         rather than :override for comint-redirect-filter.
6133         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
6134         Call it instead of comint-redirect-original-filter-function (which
6135         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
6137 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
6139         * frame.el (display-monitor-attributes-list): Add NS case.
6140         (ns-display-monitor-attributes-list): Declare.
6142 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
6144         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
6146 2013-05-09  Glenn Morris  <rgm@gnu.org>
6148         * international/fontset.el (vertical-centering-font-regexp):
6149         Set standard-value.
6151         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
6153         * bookmark.el (bookmark-search-delay):
6154         * cus-start.el (vertical-centering-font-regexp):
6155         * ps-mule.el (ps-mule-font-info-database-default):
6156         * ps-print.el (ps-default-fg, ps-default-bg):
6157         * type-break.el (type-break-good-break-interval):
6158         * whitespace.el (whitespace-indentation-regexp)
6159         (whitespace-space-after-tab-regexp):
6160         * emacs-lisp/testcover.el (testcover-1value-functions)
6161         (testcover-noreturn-functions, testcover-progn-functions)
6162         (testcover-prog1-functions):
6163         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6164         * eshell/em-glob.el (eshell-glob-translate-alist):
6165         * play/tetris.el (tetris-tty-colors):
6166         * progmodes/cpp.el (cpp-face-default-list):
6167         * progmodes/flymake.el (flymake-allowed-file-name-masks):
6168         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
6169         (idlwave-help-browser-generic-args):
6170         * progmodes/make-mode.el (makefile-special-targets-list):
6171         * progmodes/python.el (python-shell-virtualenv-path):
6172         * progmodes/verilog-mode.el (verilog-active-low-regexp)
6173         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
6174         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
6175         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6176         * textmodes/reftex-vars.el (reftex-format-label-function):
6177         * textmodes/remember.el (remember-diary-file): Fix custom types.
6179         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
6180         Add :version.
6182 2013-05-09  Leo Liu  <sdl.web@gmail.com>
6184         * progmodes/octave.el (inferior-octave-completion-at-point):
6185         Restore file completion.  (Bug#14300)
6186         (inferior-octave-startup): Fix incorrect highlighting for the
6187         first prompt.
6189 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * progmodes/ruby-mode.el: First cut at SMIE support.
6192         (ruby-use-smie): New var.
6193         (ruby-smie-grammar): New constant.
6194         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
6195         (ruby-smie--forward-token, ruby-smie--backward-token)
6196         (ruby-smie-rules): New functions.
6197         (ruby-mode-variables): Setup SMIE if applicable.
6199 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
6201         * simple.el (line-move-visual): Signal beginning/end of buffer
6202         only if vertical-motion moved less than it was requested.  Avoids
6203         silly incorrect error messages when there are display strings with
6204         multiple newlines at EOL.
6206 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6208         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
6209         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
6210         (prolog-char-quote-workaround):
6211         * progmodes/cperl-mode.el (cperl-under-as-char):
6212         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
6213         Mark as obsolete.
6214         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
6215         their declaration.
6216         (vhdl-mode-syntax-table-init): Remove.
6218         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
6219         last change.
6221         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
6222         syntax for "_".
6223         (ld-script-font-lock-keywords):
6224         Change regexps to use things like \_< and \_>.
6226         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
6227         Change all regexps to use things like \_< and \_>.
6229         * progmodes/autoconf.el (autoconf-definition-regexp)
6230         (autoconf-font-lock-keywords, autoconf-current-defun-function):
6231         Handle a _ with symbol syntax.
6232         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
6234         * progmodes/ada-mode.el (ada-mode-abbrev-table):
6235         Consolidate declaration.
6236         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
6237         the declaration.
6238         (ada-create-syntax-table): Remove.
6239         (ada-capitalize-word): Don't mess with the syntax of "_" since it
6240         already has the right syntax nowadays.
6241         (ada-goto-next-word): Don't change the syntax of "_".
6243         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
6244         with-wrapper-hook.
6246 2013-05-08  Sam Steingold  <sds@gnu.org>
6248         * thingatpt.el (thing-at-point): Accept optional second argument
6249         NO-PROPERTIES to strip the text properties from the return value.
6250         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
6251         to `thing-at-point' instead of stripping the properties ourselves.
6252         Also, when `thing-at-point' fails to find a url, prepend "http://"
6253         to the filename at point on the assumption that the user is
6254         pointing at something like gnu.org/gnu.
6256 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
6258         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6259         * faces.el (crm-separator):
6260         Silence byte-compiler.
6262         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
6263         (tool-bar-map): Remove unneeded defvars.
6265 2013-05-08  Leo Liu  <sdl.web@gmail.com>
6267         Re-work a fix for bug#10994 based on Le Wang's patch.
6268         * ido.el (ido-remove-consecutive-dups): New helper.
6269         (ido-completing-read): Use it.
6270         (ido-chop): Revert fix for bug#10994.
6272 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
6274         * cus-edit.el (custom-save-variables):
6275         Pretty-print long values.  (Bug#14187)
6277 2013-05-08  Glenn Morris  <rgm@gnu.org>
6279         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
6280         (m4-mode-syntax-table): Init in the defvar.
6281         (m4-mode-abbrev-table): Let define-derived-mode define it.
6283 2013-05-08  Tom Tromey  <tromey@redhat.com>
6285         * progmodes/m4-mode.el (m4-mode-syntax-table):
6286         Do not treat "_" as word constituent.  (Bug#14167)
6288 2013-05-07  Glenn Morris  <rgm@gnu.org>
6290         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
6291         Remove explicit eshell-isearch-cancel-map.
6293         * progmodes/f90.el (f90-smart-end-names): New option.
6294         (f90-smart-end): Doc fix.
6295         (f90-end-block-optional-name): New constant.
6296         (f90-block-match): Respect f90-smart-end-names.
6298 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6300         * progmodes/octave.el (octave-smie-forward-token): Be more careful
6301         about implicit semi-colons (bug#14218).
6303 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6305         * frame.el (display-monitor-attributes-list)
6306         (frame-monitor-attributes): New functions.
6308 2013-05-06  Leo Liu  <sdl.web@gmail.com>
6310         * progmodes/octave.el (octave-syntax-propertize-function): Change
6311         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
6312         (octave-font-lock-keywords): Use octave-operator-regexp.
6313         (octave-completion-at-point): Rename from
6314         octave-completion-at-point-function.
6315         (inferior-octave-directory-tracker): Robustify.
6316         (octave-text-functions): Remove and fix its uses.  No such things
6317         any more.
6319 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6321         * emacs-lisp/trace.el (trace--display-buffer): New function.
6322         (trace-make-advice): Use it.
6324 2013-05-06  Juri Linkov  <juri@jurta.org>
6326         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
6327         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
6328         Doc fix.
6329         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
6330         in the help string.  (Bug#12985)
6332 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
6334         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
6336 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6338         * progmodes/perl-mode.el: Add support for here documents.
6339         (perl-syntax-propertize-function): Match here-doc markers.
6340         (perl-syntax-propertize-special-constructs): Find their end.
6341         (perl-imenu-generic-expression): Use [:alnum:].
6343         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
6344         (advice--add-function): Refresh the advice if already present
6345         (bug#14317).
6347 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
6349         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
6351 2013-05-06  Glenn Morris  <rgm@gnu.org>
6353         * w32-fns.el (w32-charset-info-alist): Declare.
6355         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
6356         of its defcustom properties.
6357         (eshell-cmpl-initialize): No need to load pcomplete.
6359         * generic-x.el: No need to require comint when compiling.
6361         * net/eudc-export.el: Make it loadable without bbdb.
6362         (top-level): Use require rather than load-library.
6363         (eudc-create-bbdb-record, eudc-bbdbify-phone)
6364         (eudc-batch-export-records-to-bbdb)
6365         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
6366         Require bbdb.
6368 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6370         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
6371         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
6372         some tweaks, instead.
6374 2013-05-05  Leo Liu  <sdl.web@gmail.com>
6376         * progmodes/octave.el (octave-font-lock-keywords)
6377         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
6378         (inferior-octave-send-list-and-digest): Improve error message.
6379         (octave-mode, inferior-octave-mode): Use setq-local.
6380         (octave-help): Set info-lookup-mode.
6382 2013-05-05  Richard Stallman  <rms@gnu.org>
6384         * vc/compare-w.el (compare-windows-whitespace):
6385         Treat no-break space as whitespace.
6387         * mail/rmailsum.el (rmail-summary-rmail-update):
6388         Detect empty summary and don't change selected message.
6389         (rmail-summary-goto-msg): Likewise.
6391         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
6392         Doc fixes, rename args.
6394 2013-05-05  Alan Mackenzie  <acm@muc.de>
6396         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
6398 2013-05-05  Juri Linkov  <juri@jurta.org>
6400         * info.el (Info-read-subfile): Use (point-min) instead of (point)
6401         to not add the length of the summary segment to the return value.
6402         (Bug#14125)
6404 2013-05-05  Leo Liu  <sdl.web@gmail.com>
6406         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
6407         (inferior-octave-output-filter): Remove.
6408         (octave-send-region, inferior-octave-startup): Fix callers.
6409         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
6410         (octave-binary-file-extensions): New user variable.
6411         (octave-find-definition): Confirm if opening binary files.
6412         (octave-help-file): Use octave-find-definition to get the binary
6413         confirmation.
6414         (octave-help): Adjust for octave-help-file change.
6416 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6418         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
6419         Merge the two entries that handle function definitions.
6420         (pascal--syntax-propertize): New const.
6421         (pascal-mode): Use it.  Use setq-local.
6423 2013-05-04  Glenn Morris  <rgm@gnu.org>
6425         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
6426         (diary-from-outlook): Respect diary-from-outlook-function.
6428 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6430         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
6431         Move the declaration from C.
6432         (read-minibuffer, eval-minibuffer): Move from C.
6433         (completion-setup-function): Avoid minibuffer-completion-contents.
6435 2013-05-03  Leo Liu  <sdl.web@gmail.com>
6437         * progmodes/octave.el (octave-font-lock-keywords): Do not
6438         dehighlight 'end' in comments or strings.
6439         (octave-completing-read, octave-goto-function-definition):
6440         New helpers.
6441         (octave-help-buffer): New user variable.
6442         (octave-help-file, octave-help-function): New button types.
6443         (octave-help): New command and bind it to C-h ;.
6444         (octave-find-definition): New command and bind it to M-.
6445         (user-error): Alias to error if not defined.
6447 2013-05-02  Leo Liu  <sdl.web@gmail.com>
6449         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
6450         for \.  (bug#14332)
6451         (octave-font-lock-keywords): Include [ and {.
6453 2013-05-02  Leo Liu  <sdl.web@gmail.com>
6455         * progmodes/octave.el (inferior-octave-startup-file): Change default.
6456         (inferior-octave): Remove calling comint-mode and return the buffer.
6457         (inferior-octave-startup): Cosmetic changes.
6459 2013-05-02  Leo Liu  <sdl.web@gmail.com>
6461         * progmodes/octave.el (octave-syntax-propertize-function):
6462         Include the case when ' is at line beginning.  (Bug#14336)
6464 2013-05-02  Glenn Morris  <rgm@gnu.org>
6466         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
6467         * desktop.el (vc-dir-mode): Just autoload it here.
6469 2013-05-02  Alan Mackenzie  <acm@muc.de>
6471         Eliminate variable c-standard-font-lock-fontify-region-function.
6472         * progmodes/cc-mode.el
6473         (c-standard-font-lock-fontify-region-function): Remove.
6474         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
6476 2013-05-01  Leo Liu  <sdl.web@gmail.com>
6478         * progmodes/octave.el: Compatible with older emacs-24 releases.
6479         (inferior-octave-has-built-in-variables): Remove.  Built-in
6480         variables were removed from Octave in 2007.
6481         (inferior-octave-startup): Fix uses.
6482         (comint-line-beginning-position): Remove compatibility code for
6483         emacs 21.
6485 2013-05-01  Juri Linkov  <juri@jurta.org>
6487         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
6489 2013-05-01  Juri Linkov  <juri@jurta.org>
6491         * comint.el (comint-previous-matching-input): Don't print message
6492         "History item: %d" when `isearch-mode' is active.
6493         (comint-history-isearch-message): Print message "History item: %d"
6494         when `comint-input-ring-index' is not empty and this function is
6495         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
6497 2013-05-01  Leo Liu  <sdl.web@gmail.com>
6499         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
6500         definitions.  Use completion-at-point to insert keywords.
6501         (octave-abbrev-start): Remove.
6502         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
6504 2013-04-30  Leo Liu  <sdl.web@gmail.com>
6506         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
6507         change.
6509 2013-04-30  Alan Mackenzie  <acm@muc.de>
6511         Handle arbitrarily long C++ member initialisation lists.
6512         * progmodes/cc-engine.el (c-back-over-member-initializers):
6513         new function.
6514         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
6515         (most) member init lists.
6517 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6519         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
6520         variable.
6522 2013-04-30  Leo Liu  <sdl.web@gmail.com>
6524         * progmodes/octave.el (octave-variables): Remove.  No builtin
6525         variables any more.  All converted to functions.
6526         (octave-font-lock-keywords, octave-completion-at-point-function):
6527         Fix uses.
6528         (octave-font-lock-texinfo-comment): New user variable.
6529         (octave-texinfo-font-lock-keywords): New variable for texinfo
6530         comment block.
6531         (octave-function-comment-block): New face.
6532         (octave-font-lock-texinfo-comment): New function.
6533         (octave-mode): Font lock texinfo comment block.
6535 2013-04-29  Leo Liu  <sdl.web@gmail.com>
6537         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
6538         indexing expression.
6539         (octave-continuation-string): Do not use \.
6540         (inferior-octave-complete-impossible): Remove.
6541         (inferior-octave-completion-table)
6542         (inferior-octave-completion-at-point): Remove its uses.
6543         (inferior-octave-startup): completion_matches was introduced to
6544         Octave in 1996 so safe to assume it.
6545         (octave-function-file-comment): Improve to follow how Octave does it.
6546         (octave-update-function-file-comment): Tweak.
6548 2013-04-29  Leo Liu  <sdl.web@gmail.com>
6550         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
6551         (inferior-octave-startup): Remove inferior-octave-startup-hook.
6552         (octave-function-file-comment): Fix typo.
6553         (octave-sync-function-file-names): Use read-char-choice.
6555 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
6557         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
6558         to t for the less important warnings.
6560 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
6562         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
6564 2013-04-27  Glenn Morris  <rgm@gnu.org>
6566         * vc/log-view.el (log-view-current-entry):
6567         Treat "---" separator lines as part of the following rev.  (Bug#14169)
6569 2013-04-27  Juri Linkov  <juri@jurta.org>
6571         * subr.el (read-number): Doc fix about using it by interactive
6572         code letter `n'.  (Bug#14254)
6574 2013-04-27  Juri Linkov  <juri@jurta.org>
6576         * desktop.el (desktop-auto-save-timeout): New option.
6577         (desktop-file-checksum): New variable.
6578         (desktop-save): Add optional arg `auto-save' and don't auto-save
6579         if nothing changed.
6580         (desktop-auto-save-timer): New variable.
6581         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
6582         (after-init-hook): Call `desktop-auto-save-set-timer'.
6583         Suggested by Reuben Thomas <rrt@sc3d.org> in
6584         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
6586 2013-04-27  Leo Liu  <sdl.web@gmail.com>
6588         * progmodes/octave.el (octave-function-file-p)
6589         (octave-skip-comment-forward, octave-function-file-comment)
6590         (octave-update-function-file-comment): New functions.
6591         (octave-mode-map): Bind C-c ; to
6592         octave-update-function-file-comment.
6593         (octave-mode-menu): Add octave-update-function-file-comment.
6594         (octave-mode, inferior-octave-mode): Fix doc-string.
6595         (octave-insert-defun): Conform to Octave's coding convention.
6596         (Bug#14285)
6598         * files.el (basic-save-buffer): Don't let errors in
6599         before-save-hook prevent saving buffer.
6601 2013-04-20  Roland Winkler  <winkler@gnu.org>
6603         * faces.el (read-face-name): Use completing-read if arg multiple
6604         is nil.
6606 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
6608         * ls-lisp.el (ls-lisp-insert-directory): If no files are
6609         displayed, move point to after the totals line.
6610         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
6611         for the details.
6613 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6615         * emacs-lisp/package.el (package-autoload-ensure-default-file):
6616         Add current dir to the load-path.
6617         (package-generate-autoloads): Don't rely on
6618         autoload-ensure-default-file.
6620 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
6622         * textmodes/remember.el (remember-store-in-files): Document that
6623         the file name format is passed to `format-time-string'.
6625 2013-04-26  Leo Liu  <sdl.web@gmail.com>
6627         * progmodes/octave.el (octave-sync-function-file-names): New function.
6628         (octave-mode): Use it in before-save-hook.
6630 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6632         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
6633         (bug#14274).
6635         * progmodes/octave.el (octave-smie-forward-token): Properly skip
6636         \n and comment, even if it's not an implicit ; (bug#14218).
6638 2013-04-26  Glenn Morris  <rgm@gnu.org>
6640         * subr.el (read-number): Once more use `read' rather than
6641         `string-to-number', to trap non-numeric input.  (Bug#14254)
6643 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
6645         * emacs-lisp/syntax.el (syntax-propertize-multiline):
6646         Use `syntax-multiline' text property consistently instead of
6647         `font-lock-multiline'.  (Bug#14237)
6649 2013-04-26  Glenn Morris  <rgm@gnu.org>
6651         * emacs-lisp/shadow.el (list-load-path-shadows):
6652         No longer necessary to check for duplicate simple.el, since
6653         2012-07-07 change to init_lread to not include installation lisp
6654         directories in load-path when running uninstalled.  (Bug#14270)
6656 2013-04-26  Leo Liu  <sdl.web@gmail.com>
6658         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
6659         (octave-mode, inferior-octave-mode): Use setq-local.
6660         (octave-not-in-string-or-comment-p): Rename to
6661         octave-in-string-or-comment-p.
6662         (octave-in-comment-p, octave-in-string-p)
6663         (octave-in-string-or-comment-p): Replace defsubst with defun.
6665 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6667         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
6669 2013-04-25  Bastien Guerry  <bzg@gnu.org>
6671         * textmodes/remember.el (remember-data-directory)
6672         (remember-directory-file-name-format): Fix custom types.
6674 2013-04-25  Leo Liu  <sdl.web@gmail.com>
6676         * progmodes/octave.el (octave-completion-at-point-function):
6677         Make use of inferior octave process.
6678         (octave-initialize-completions): Remove.
6679         (inferior-octave-completion-table): New function.
6680         (inferior-octave-completion-at-point): Use it.
6681         (octave-completion-alist): Remove.
6683 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6685         * progmodes/opascal.el: Use font-lock and syntax-propertize.
6686         (opascal-mode-syntax-table): New var.
6687         (opascal-literal-kind, opascal-is-literal-end)
6688         (opascal-literal-token-at): Rewrite.
6689         (opascal--literal-start-re, opascal-font-lock-keywords)
6690         (opascal--syntax-propertize): New constants.
6691         (opascal-font-lock-defaults): Adjust.
6692         (opascal-mode): Use them.  Set comment-<foo> variables as well.
6693         (delphi-comment-face, opascal-comment-face, delphi-string-face)
6694         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
6695         (delphi-other-face, opascal-other-face): Remove face variables.
6696         (opascal-save-state): Remove macro.
6697         (opascal-fontifying-progress-step): Remove constant.
6698         (opascal--ignore-changes): Remove var.
6699         (opascal-set-token-property, opascal-parse-next-literal)
6700         (opascal-is-stable-literal, opascal-complete-literal)
6701         (opascal-is-literal-start, opascal-face-of)
6702         (opascal-parse-region, opascal-parse-region-until-stable)
6703         (opascal-fontify-region, opascal-after-change)
6704         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
6705         (opascal-debug-parse-region, opascal-debug-parse-window)
6706         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
6707         (opascal-debug-fontify-buffer): Remove.
6708         (opascal-debug-mode-map): Adjust accordingly.
6710 2013-04-25  Leo Liu  <sdl.web@gmail.com>
6712         Merge octave-mod.el and octave-inf.el into octave.el with some
6713         cleanups.
6714         * progmodes/octave.el: New file renamed from octave-mod.el.
6715         * progmodes/octave-inf.el: Merged into octave.el.
6716         * progmodes/octave-mod.el: Renamed to octave.el.
6718 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
6720         * textmodes/reftex-vars.el
6721         (reftex-label-ignored-macros-and-environments): New defcustom.
6723         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
6725 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6727         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
6728         (smie-indent-keyword): Improve the check to ensure that the next
6729         comment is really on the same line.
6730         (smie-indent-comment): Don't align with a subsequent closer (or eob).
6732         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
6733         semi-colons if the line is not otherwise empty (bug#14218).
6735 2013-04-25  Glenn Morris  <rgm@gnu.org>
6737         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
6739 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6741         * progmodes/opascal.el (opascal-set-token-property): Rename from
6742         opascal-set-text-properties and only set `token' (bug#14134).
6743         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
6744         (opascal-literal-text-properties): Remove.
6745         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
6746         Adjust callers.
6748 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
6750         * textmodes/remember.el (remember-handler-functions): Add an
6751         option for a new handler `remember-store-in-files'.
6752         (remember-data-directory, remember-directory-file-name-format):
6753         New options.
6754         (remember-store-in-files): New function to store remember notes
6755         as separate files within a directory.
6757 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
6759         * progmodes/compile.el (compilation-next-error-function):
6760         Pass "formats" to compilation-find-file (bug#11777).
6762 2013-04-24  Glenn Morris  <rgm@gnu.org>
6764         * vc/vc-bzr.el (vc-bzr-print-log):
6765         * vc/vc-hg.el (vc-hg-print-log):
6766         * vc/vc-svn.el (vc-svn-print-log):
6767         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
6769         * vc/vc-bzr.el (vc-bzr-print-log):
6770         * vc/vc-cvs.el (vc-cvs-print-log):
6771         * vc/vc-git.el (vc-git-print-log):
6772         * vc/vc-hg.el (vc-hg-print-log):
6773         * vc/vc-mtn.el (vc-mtn-print-log):
6774         * vc/vc-rcs.el (vc-rcs-print-log):
6775         * vc/vc-sccs.el (vc-sccs-print-log):
6776         * vc/vc-svn.el (vc-svn-print-log):
6777         * vc/vc.el (vc-print-log-internal): Doc fixes.
6779 2013-04-23  Glenn Morris  <rgm@gnu.org>
6781         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
6782         Remove venerable code attempting to avoid substitute-command-keys.
6784 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
6786         * textmodes/reftex-vars.el (reftex-label-regexps):
6787         Call `reftex-compile-variables' after changes to this variable.
6789 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6791         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
6792         Use lexical-binding.
6793         (jit-lock-force-redisplay): Use markers, check buffer's continued
6794         existence and beware narrowed buffers.
6795         (jit-lock-fontify-now): Adjust call accordingly.
6797 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6799         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
6800         to avoid misleading the user.
6802 2013-04-22  Leo Liu  <sdl.web@gmail.com>
6804         * info-look.el: Prefer latex2e.info.  (Bug#14240)
6806 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
6808         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
6810         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
6811         * net/tramp.el (tramp-call-process): ... here.
6812         (tramp-set-completion-function, tramp-parse-putty):
6813         * net/tramp-adb.el (tramp-adb-execute-adb-command):
6814         * net/tramp-gvfs.el (tramp-gvfs-send-command):
6815         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6816         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
6817         (tramp-call-local-coding-command): Use `tramp-call-process'
6818         instead of `tramp-compat-call-process'.
6820         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
6821         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
6822         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
6823         (tramp-find-inline-compress): Improve traces.
6824         (tramp-maybe-send-script): Check for Perl binary.
6825         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
6827 2013-04-22  Daiki Ueno  <ueno@gnu.org>
6829         * epg.el (epg-context-pinentry-mode): New function.
6830         (epg-context-set-pinentry-mode): New function.
6831         (epg--start): Pass --pinentry-mode option to gpg command.
6833 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
6835         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
6836         `comint-dynamic-complete' is obsolete since 24.1, replaced by
6837         `completion-at-point'.  (Bug#13774)
6839         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
6840         default key binding for `describe-distribution' has been moved to
6841         `C-h C-o'.  (Bug#13970)
6843 2013-04-21  Glenn Morris  <rgm@gnu.org>
6845         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
6846         Add doc strings.
6847         (vc-print-log): Clarify interactive prompt.
6849 2013-04-20  Glenn Morris  <rgm@gnu.org>
6851         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6852         No longer include timestamp etc information.
6854 2013-04-20  Roland Winkler  <winkler@gnu.org>
6856         * faces.el (read-face-name): Bug fix, return just one face if arg
6857         multiple is nil.  (Bug#14209)
6859 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6861         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
6862         (remove-function): Autoload.
6864         * comint.el (comint-redirect-original-filter-function): Remove.
6865         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
6866         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
6867         (vc-cvs-annotate-command):
6868         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
6869         * progmodes/prolog.el (prolog-consult-compile):
6870         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
6871         Use add/remove-function instead.
6872         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
6873         (gud-tooltip-process-output, gud-tooltip-tips):
6874         Use add/remove-function instead.
6875         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
6876         (scheme-interaction-mode, exit-scheme-interaction-mode):
6877         Use add/remove-function instead.
6879         * vc/vc-dispatcher.el: Use lexical-binding.
6880         (vc--process-sentinel): Rename from vc-process-sentinel.
6881         Change last arg to be the code to run.  Don't use vc-previous-sentinel
6882         and vc-sentinel-commands any more.
6883         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
6884         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
6886 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
6888         * progmodes/sh-script.el (sh-imenu-generic-expression):
6889         Handle function names with a single character.   (Bug#14111)
6891 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
6893         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
6894         for subroutines defined in an eval (bug#14182).
6896 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6898         * bookmark.el (bookmark-completing-read): Improve handling of empty
6899         string (bug#14176).
6901 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6903         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
6905 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6907         New faster Imenu implementation (bug#14058).
6908         * progmodes/python.el:
6909         (python-imenu-prev-index-position):
6910         (python-imenu-format-item-label-function)
6911         (python-imenu-format-parent-item-label-function)
6912         (python-imenu-format-parent-item-jump-label-function):
6913         New vars.
6914         (python-imenu-format-item-label)
6915         (python-imenu-format-parent-item-label)
6916         (python-imenu-format-parent-item-jump-label)
6917         (python-imenu--put-parent, python-imenu--build-tree)
6918         (python-imenu-create-index, python-imenu-create-flat-index)
6919         (python-util-popn): New functions.
6920         (python-mode): Set imenu-create-index-function to
6921         python-imenu-create-index.
6923 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6925         * winner.el (winner-active-region): Use region-active-p, activate-mark
6926         and deactivate-mark (bug#14225).
6928         * simple.el (deactivate-mark): Don't inline it.
6930 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
6932         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
6934 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
6936         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
6937         file extensions from the archive-mode entry in order to prefer
6938         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
6940 2013-04-18  Leo Liu  <sdl.web@gmail.com>
6942         * bindings.el (help-event-list): Add ?\?.
6944 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6946         * subr.el (with-wrapper-hook): Declare obsolete.
6947         * simple.el (filter-buffer-substring-function): New hook.
6948         (filter-buffer-substring): Use it.
6949         (filter-buffer-substring-functions): Mark obsolete.
6950         * minibuffer.el (completion-in-region-function): New hook.
6951         (completion-in-region): Use it.
6952         (completion-in-region-functions): Mark obsolete.
6953         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
6954         * abbrev.el (abbrev-expand-function): New hook.
6955         (expand-abbrev): Use it.
6956         (abbrev-expand-functions): Mark obsolete.
6957         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
6958         and :filter-return.
6960 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6962         * progmodes/python.el (python-nav--syntactically): Fix cornercases
6963         and do not care about match data.
6965 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6967         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
6968         completion tables when completing error conditions and
6969         `declare' arguments.
6970         (lisp-complete-symbol, field-complete): Mark as obsolete.
6971         (check-parens): Unmatched parens are user errors.
6972         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
6974 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
6976         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
6977         command changed buffer (ie. `flyspell-pre-buffer' is not current
6978         buffer), which prevents making decisions based on invalid value of
6979         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
6980         cause an error when `flyspell-pre-point' was nil after switching
6981         buffers.
6982         (flyspell-post-command-hook): No longer needs to change buffers when
6983         checking pre-word.  While at it remove unnecessary progn.
6985 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
6987         * textmodes/ispell.el (ispell-add-per-file-word-list):
6988         Fix `flyspell-correct-word-before-point' error when accepting
6989         words and `coment-padding' is an integer by using
6990         `comment-normalize-vars' (Bug #14214).
6992 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6994         New defun movement commands.
6995         * progmodes/python.el (python-nav--syntactically)
6996         (python-nav--forward-defun, python-nav-backward-defun)
6997         (python-nav-forward-defun): New functions.
6999 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7001         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
7002         (python-syntax-context): Use named compiler-macro for backwards
7003         compatibility with Emacs 24.x.
7005 2013-04-17  Leo Liu  <sdl.web@gmail.com>
7007         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
7008         octave-hide-process-buffer.
7010 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7012         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
7013         (bug#14216).
7015 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
7017         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
7018         Fix adjustment of offset when receiving incomplete responses from GDB
7019         (bug#14129).
7021 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7023         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
7024         python-mode-abbrev-table.
7025         (python-skeleton-define): Adjust accordingly.
7026         (python-mode-abbrev-table): New table that inherits from it so that
7027         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
7029         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
7030         (abbrev-symbol): Use it.
7031         (abbrev--before-point): Use it since we already handle inheritance.
7033 2013-04-16  Leo Liu  <sdl.web@gmail.com>
7035         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
7036         binding to info-lookup-symbol.
7038 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
7040         * minibuffer.el (completion--twq-all):
7041         * term/ns-win.el (ns-initialize-window-system):
7042         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
7044 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7046         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
7047         global bindings.
7049         * doc-view.el (doc-view-start-process): Handle url-handler directories.
7051 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
7053         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
7054         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
7055         to nil.
7056         (ruby-end-of-defun): Remove the unused arg, change the docstring
7057         to reflect that this function is only used as the value of
7058         `end-of-defun-function'.
7059         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
7060         to reflect an earlier change that beginning/end-of-defun functions
7061         jump between methods in a class definition, as well as top-level
7062         functions.
7064 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7066         * minibuffer.el (minibuffer-complete): Don't just scroll
7067         a *Completions* that's been iconified.
7068         (minibuffer-force-complete): Make sure repetitions do cycle when going
7069         through completion-in-region -> minibuffer-complete.
7071 2013-04-15  Alan Mackenzie  <acm@muc.de>
7073         Correct the placement of c-cpp-delimiters when there're #s not at
7074         col 0.
7076         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
7077         place a submatch around the #.
7078         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
7079         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
7080         on the #, not BOL.
7082 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7084         * emacs-lisp/nadvice.el: Properly test names when adding advice.
7085         (advice--member-p): New arg `name'.
7086         (advice--add-function, advice-member-p): Use it (bug#14202).
7088 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
7090         Reformulate java imenu-generic-expression.
7091         The old expression contained ill formed regexps.
7093         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
7094         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
7095         (cc-imenu-java-method-arg-regexp): New defconsts.
7096         (cc-imenu-java-build-type-args-regex): New defun.
7097         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
7098         handling of spaces in the regexp.
7100 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
7102         * textmodes/ispell.el (ispell-command-loop): Remove
7103         flyspell highlight of a word when ispell accepts it (bug #14178).
7105 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
7107         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
7108         uses code from the previous `ange-ftp-run-real-handler'.
7109         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
7110         only in case that function exist.  This is needed for proper
7111         unloading of Tramp.
7113 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
7115         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
7117         * textmodes/reftex.el (reftex-compile-variables): Use it.
7119 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7121         * files.el (normal-mode): Only use default major-mode if no other mode
7122         was specified.
7124         * emacs-lisp/trace.el (trace-values): New function.
7126         * files.el: Allow : in local variables (bug#14089).
7127         (hack-local-variable-regexp): New var.
7128         (hack-local-variables-prop-line, hack-local-variables): Use it.
7130 2013-04-13  Roland Winkler  <winkler@gnu.org>
7132         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
7133         data before it gets modified by bibtex-beginning-of-entry.
7135 2013-04-13  Roland Winkler  <winkler@gnu.org>
7137         * textmodes/bibtex.el (bibtex-url): Doc fix.
7139 2013-04-13  Roland Winkler  <winkler@gnu.org>
7141         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
7142         does not visit a BibTeX file, exclude it from the list of buffers
7143         returned by bibtex-initialize.
7145 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
7147         * window.el (split-window): Remove interactive form, since as a
7148         command this function is a special case of split-window-below.
7149         Correct doc string.
7151 2013-04-12  Roland Winkler  <winkler@gnu.org>
7153         * faces.el (read-face-name): Do not override value of arg default.
7154         Allow single faces and strings as default values.  Remove those
7155         elements from return value that are not faces.
7156         (describe-face): Simplify.
7157         (face-at-point): New optional args thing and multiple so that this
7158         function can provide the same functionality previously provided by
7159         read-face-name.
7160         (make-face-bold, make-face-unbold, make-face-italic)
7161         (make-face-unitalic, make-face-bold-italic, invert-face)
7162         (modify-face, read-face-and-attribute): Use face-at-point.
7164         * cus-edit.el (customize-face, customize-face-other-window)
7165         * cus-theme.el (custom-theme-add-face)
7166         * face-remap.el (buffer-face-set)
7167         * facemenu.el (facemenu-set-face): Use face-at-point.
7169 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
7171         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
7173 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
7175         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
7176         off leading { and trailing } from field values.
7178 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7180         * emacs-lisp/timer.el (timer--check): New function.
7181         (timer--time, timer-set-function, timer-event-handler): Use it.
7182         (timer-set-idle-time): Simplify.
7183         (timer--activate): CSE.
7184         (timer-event-handler): Give more info in error message.
7185         (internal-timer-start-idle): New function, moved from C.
7187         * mpc.el (mpc-proc): Add `restart' argument.
7188         (mpc-proc-cmd): Use it.
7189         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
7190         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
7191         less often.
7193 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
7195         * progmodes/sh-script.el: Implement `sh-mode' own
7196         `add-log-current-defun-function' (bug#14112).
7197         (sh-current-defun-name): New function.
7198         (sh-mode): Use the function.
7200 2013-04-09  Bastien Guerry  <bzg@gnu.org>
7202         * simple.el (choose-completion-string): Fix docstring (bug#14163).
7204 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
7208         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
7209         timer (bug#14156).
7211 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
7213         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
7214         declaration.
7216 2013-04-07  Leo Liu  <sdl.web@gmail.com>
7218         * pcmpl-x.el: New file.
7220 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
7222         Do not set x-display-name until X connection is established.
7223         This is needed to prevent from weird situation described at
7224         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
7225         * frame.el (make-frame): Set x-display-name after call to
7226         window system initialization function, not before.
7227         * term/x-win.el (x-initialize-window-system): Add optional
7228         display argument and use it.
7229         * term/w32-win.el (w32-initialize-window-system):
7230         * term/ns-win.el (ns-initialize-window-system):
7231         * term/pc-win.el (msdos-initialize-window-system):
7232         Add compatible optional display argument.
7234 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
7236         * files.el (normal-backup-enable-predicate): On MS-Windows and
7237         MS-DOS compare truenames of temporary-file-directory and of the
7238         file, so that 8+3 aliases (usually found in $TEMP on Windows)
7239         don't fail comparison by compare-strings.  Also, compare file
7240         names case-insensitively on MS-Windows and MS-DOS.
7242 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
7245         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
7247 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
7249         * whitespace.el (whitespace-color-on, whitespace-color-off):
7250         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
7252 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
7254         * ispell.el (ispell-set-spellchecker-params):
7255         Really set `ispell-args' for all equivs.
7257 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7259         * ido.el (ido-completions): Use extra elements of ido-decorations
7260         (bug#14143).
7261         (ido-decorations): Update docstring.
7263 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
7265         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7266         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
7267         nil during initialization, in order not to miss changes since the
7268         file was opened.  (Bug#14140)
7270 2013-04-05  Leo Liu  <sdl.web@gmail.com>
7272         * kmacro.el (kmacro-call-macro): Fix bug#14135.
7274 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
7276         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
7278 2013-04-04  Glenn Morris  <rgm@gnu.org>
7280         * electric.el (electric-pair-inhibit-predicate): Add :version.
7282 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7284         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
7285         when a package is required several times (bug#14082).
7287 2013-04-04  Roland Winkler  <winkler@gnu.org>
7289         * faces.el (read-face-name): Behave as promised by the docstring.
7290         Assume that arg default is a list of faces.
7291         (describe-face): Call read-face-name with list of default faces.
7293 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7295         * bookmark.el: Fix deletion of bookmarks (bug#13972).
7296         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
7297         (bookmark-bmenu-execute-deletions): Only skip first line if it's
7298         the header.
7299         (bookmark-exit-hook-internal): Save even if list is empty.
7301 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
7303         * emacs-lisp/package.el (package-pinned-packages): New var.
7304         (package--add-to-archive-contents): Obey it (bug#14118).
7306 2013-04-03  Alan Mackenzie  <acm@muc.de>
7308         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
7309         Also adapt to the new values of element 7 of a parse state.
7311         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
7312         parameter `not-in-delimiter'.  Handle being inside comment opener.
7313         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
7314         character in case we're typing a '*' after a '/'.
7315         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
7316         instead by passing the parameter to c-state-pp-to-literal.
7318         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
7319         for elt. 7 of a parse state.
7321 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
7323         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
7324         * international/latin1-disp.el, international/mule-util.el:
7325         * language/cyril-util.el, language/european.el, language/ind-util.el:
7326         * language/lao-util.el, language/thai.el, language/tibet-util.el:
7327         * language/tibetan.el, language/viet-util.el:
7328         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
7330 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7332         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
7333         (electric-pair-post-self-insert-function): Use it.
7334         (electric-pair-default-inhibit): New function, extracted from
7335         electric-pair-post-self-insert-function.
7337 2013-03-31  Roland Winkler  <winkler@gnu.org>
7339         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
7341 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7343         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
7345 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
7347         Un-indent after "pass" and "return" statements (Bug#13888)
7348         * progmodes/python.el (python-indent-block-enders): New var.
7349         (python-indent-calculate-indentation): Use it.
7351 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
7353         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
7354         defun.  Defining it as defalias could introduce too eager
7355         byte-compiler optimization.  (Bug#14030)
7357 2013-03-30  Chong Yidong  <cyd@gnu.org>
7359         * iswitchb.el (iswitchb-read-buffer): Fix typo.
7361 2013-03-30  Leo Liu  <sdl.web@gmail.com>
7363         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
7364         (kmacro-execute-from-register): Pass the keyboard macro to
7365         kmacro-call-macro or repeating won't work correctly.
7367 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
7369         * progmodes/subword.el: Back to using `forward-symbol'.
7371         * subr.el (forward-whitespace, forward-symbol)
7372         (forward-same-syntax): Move from thingatpt.el.
7374 2013-03-29  Leo Liu  <sdl.web@gmail.com>
7376         * kmacro.el (kmacro-to-register): New command.
7377         (kmacro-execute-from-register): New function.
7378         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
7380 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7382         * mpc.el: Use defvar-local and setq-local.
7383         (mpc--proc-connect): Connection failures are not bugs.
7384         (mpc-mode-map): `follow-link' only applies to the buffer's content.
7385         (mpc-volume-map): Bind to the up-events.
7387 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7389         * progmodes/subword.el (superword-mode): Use `forward-sexp'
7390         instead of `forward-symbol'.
7392 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7394         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
7395         (edebug--recursive-edit): Use it.
7396         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
7397         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
7399 2013-03-28  Leo Liu  <sdl.web@gmail.com>
7401         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
7403 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
7405         * facemenu.el (list-colors-callback): New defvar.
7406         (list-colors-redisplay): New function.
7407         (list-colors-display): Install list-colors-redisplay as the
7408         revert-buffer-function.  (Bug#14063)
7410 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7412         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
7413         and suffixes don't overlap (bug#14061).
7415         * case-table.el: Use lexical-binding.
7416         (case-table-get-table): New function.
7417         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
7419 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7421         * progmodes/subword.el: Add `superword-mode' to do word motion
7422         over symbol_words (parallels and leverages `subword-mode' which
7423         does word motion inside MixedCaseWords).
7425 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
7427         * eshell/em-unix.el: Move su and sudo to...
7428         * eshell/em-tramp.el: ...Eshell tramp module.
7430 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
7433         Change return value to be a sexp.  Delay `get-buffer' to after
7434         restoring the desktop (bug#13951).
7436 2013-03-26  Leo Liu  <sdl.web@gmail.com>
7438         * register.el: Move semantic tag handling back to
7439         cedet/semantic/senator.el.  (Bug#14052)
7441 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7443         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
7444         into the prompt either (bug#13963).
7446 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7448         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
7449         part of "(error-foo)".
7451 2013-03-24  Juri Linkov  <juri@jurta.org>
7453         * replace.el (list-matching-lines-prefix-face): New defcustom.
7454         (occur-1): Pass `list-matching-lines-prefix-face' to the function
7455         `occur-engine' if `face-differs-from-default-p' returns t.
7456         (occur-engine): Add `,' inside backquote construct to evaluate
7457         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
7458         Pass `prefix-face' to the functions `occur-context-lines' and
7459         `occur-engine-add-prefix'.
7460         (occur-engine-add-prefix, occur-context-lines): Add optional arg
7461         `prefix-face' and propertize the prefix with `prefix-face'.
7462         (Bug#14017)
7464 2013-03-24  Leo Liu  <sdl.web@gmail.com>
7466         * nxml/rng-valid.el (rng-validate-while-idle)
7467         (rng-validate-quick-while-idle): Guard against deleted buffer.
7468         (Bug#13999)
7470         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
7471         is the last entry in kill-buffer-hook.
7473         * files.el (kill-buffer-hook): Doc fix.
7475 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
7477         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
7478         Make it safe-local.
7480         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
7482 2013-03-23  Leo Liu  <sdl.web@gmail.com>
7484         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
7485         Remove.
7487         * nxml/rng-valid.el (rng-validate-mode)
7488         (rng-after-change-function, rng-do-some-validation):
7489         * nxml/rng-maint.el (rng-validate-buffer):
7490         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
7491         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
7492         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
7493         (nxml-extend-after-change-region): Use with-silent-modifications.
7495         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
7496         timer-idle-list.
7498         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
7499         (rng-next-error-1, rng-previous-error-1): Do not let-bind
7500         timer-idle-list.  (Bug#13999)
7502 2013-03-23  Juri Linkov  <juri@jurta.org>
7504         * info.el (info-index-match): New face.
7505         (Info-index, Info-apropos-matches): Add a nested subgroup to the
7506         main pattern and add text properties with the new face to matches
7507         in index entries relative to the beginning of the index entry.
7508         (Bug#14015)
7510 2013-03-21  Eric Ludlam  <zappo@gnu.org>
7512         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
7513         Inhibit read only while inserting objects.
7515 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7517         * progmodes/cfengine.el: Update docs to mention
7518         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
7519         symbol motion.  Remove "_" from the word syntax.
7521 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
7523         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
7524         syntax for both `cfengine2-mode' and `cfengine3-mode'.
7526 2013-03-20  Juri Linkov  <juri@jurta.org>
7528         * info.el (Info-next-reference-or-link)
7529         (Info-prev-reference-or-link): New functions.
7530         (Info-next-reference, Info-prev-reference): Use them.
7531         (Info-try-follow-nearest-node): Handle footnote navigation.
7532         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
7534 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7536         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
7537         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
7539 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
7541         Suppress unnecessary non-ASCII chatter during build process.
7542         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
7543         (batch-skkdic-convert): Suppress most of the chatter.
7544         It's not needed so much now that machines are faster,
7545         and its non-ASCII component was confusing; see Dmitry Gutov in
7546         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
7548 2013-03-20  Leo Liu  <sdl.web@gmail.com>
7550         * ido.el (ido-chop): Fix bug#10994.
7552 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
7554         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
7555         Remove vars.
7556         (whitespace-color-on, whitespace-color-off):
7557         Use `font-lock-fontify-buffer' (Bug#13817).
7559 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7561         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
7562         remapping in mode-line.
7563         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
7565 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
7567         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
7568         value for `whitespace-line' face (Bug#13875).
7569         (whitespace-font-lock-keywords): Change description.
7570         (whitespace-color-on): Don't save `font-lock-keywords' value, save
7571         the constructed keywords instead.
7572         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
7574 2013-03-19  Leo Liu  <sdl.web@gmail.com>
7576         * progmodes/compile.el (compilation-display-error): New command.
7577         (compilation-mode-map, compilation-minor-mode-map): Bind it to
7578         C-o.  (Bug#13992)
7580 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
7582         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
7584 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
7586         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
7588 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
7590         * net/tramp-compat.el (tramp-compat-user-error): New defun.
7592         * net/tramp-adb.el (tramp-adb-handle-shell-command):
7593         * net/tramp-gvfs.el (top):
7594         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
7595         (tramp-handle-shell-command): Use it.
7596         (tramp-dissect-file-name): Raise an error when hostname is a
7597         method name, and neither method nor user is specified.
7599         * net/trampver.el: Update release number.
7601 2013-03-18  Leo Liu  <sdl.web@gmail.com>
7603         Make sure eldoc can be turned off properly.
7604         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
7605         eldoc-mode.
7606         (eldoc-display-message-p): Revert last change.
7607         (eldoc-display-message-no-interference-p)
7608         (eldoc-print-current-symbol-info): Tweak.
7610 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
7612         * doc-view.el (doc-view-new-window-function): Check the new window
7613         overlay's display property instead the char property of the
7614         buffer's first char.  Use `with-selected-window' instead of
7615         `save-window-excursion' with `select-window'.
7616         (doc-view-document->bitmap): Check the current doc-view overlay's
7617         display property instead the char property of the buffer's first char.
7619 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
7621         Automate the build of ja-dic.el (Bug#13984).
7622         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
7623         from the input, rather than assume that it's been done for us by the
7624         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
7625         the current date into a ja-dic.el comment, as that complicates
7626         regression testing.
7628 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7630         * whitespace.el: Fix double evaluation.
7631         (whitespace-space, whitespace-hspace, whitespace-tab)
7632         (whitespace-newline, whitespace-trailing, whitespace-line)
7633         (whitespace-space-before-tab, whitespace-indentation)
7634         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
7635         obsolete defvars.
7636         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
7637         (whitespace-color-on): Use a single font-lock-add-keywords call.
7638         Fix double-evaluation of face variables.
7640 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
7642         * net/tramp-adb.el (tramp-adb-parse-device-names):
7643         Use `start-process' instead of `call-process'.  Otherwise, the
7644         function might be blocked under MS Windows.  (Bug#13299)
7646 2013-03-17  Leo Liu  <sdl.web@gmail.com>
7648         Extend eldoc to display info in the mode-line.  (Bug#13978)
7649         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
7650         (eldoc-mode-line-string): New variable.
7651         (eldoc-minibuffer-message): New function.
7652         (eldoc-message-function): New variable.
7653         (eldoc-message): Use it.
7654         (eldoc-display-message-p)
7655         (eldoc-display-message-no-interference-p):
7656         Support eldoc-post-insert-mode.
7658         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
7659         (eval-expression): Run it.
7661 2013-03-17  Roland Winkler  <winkler@gnu.org>
7663         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
7664         strings in the list of return values.
7666 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
7668         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
7669         radix before checking for HMS forms.
7671 2013-03-16  Leo Liu  <sdl.web@gmail.com>
7673         * progmodes/scheme.el: Add indentation and font-locking for λ.
7674         (Bug#13975)
7676 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7678         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
7679         token before point (bug#13942).
7681 2013-03-16  Leo Liu  <sdl.web@gmail.com>
7683         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
7685 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
7687         * startup.el (command-line-normalize-file-name): Fix handling of
7688         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
7689         <xfq.free@gmail.com> in
7690         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
7692 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
7694         Sync with Tramp 2.2.7.
7696         * net/trampver.el: Update release number.
7698 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
7700         * doc-view.el Fix bug#13887.
7701         (doc-view-insert-image): Don't modify overlay associated to
7702         non-live windows, and implement horizontal centering of image in
7703         case it's smaller than the window.
7704         (doc-view-new-window-function): Force redisplay of new windows on
7705         doc-view buffers.
7707 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
7709         * saveplace.el (save-place-alist-to-file): Don't sort
7710         `save-place-alist', just pretty-print it (bug#13882).
7712 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
7714         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7715         Check whether `default-file-name-coding-system' is bound.
7716         It isn't in XEmacs.
7718 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7720         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
7721         backquotes for `obsolete' (bug#13929).
7723         * international/mule.el (find-auto-coding): Include file name in
7724         obsolescence warning (bug#13922).
7726 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7728         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
7729         for CFEngine 3-specific indentation.
7730         (cfengine3-indent-line): Use it.  Fix up category regex.
7731         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
7733 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7735         * type-break.el (type-break-file-name):
7736         * textmodes/remember.el (remember-data-file):
7737         * strokes.el (strokes-file):
7738         * shadowfile.el (shadow-initialize):
7739         * saveplace.el (save-place-file):
7740         * ps-bdf.el (bdf-cache-file):
7741         * progmodes/idlwave.el (idlwave-config-directory):
7742         * net/quickurl.el (quickurl-url-file):
7743         * international/kkc.el (kkc-init-file-name):
7744         * ido.el (ido-save-directory-list-file):
7745         * emulation/viper.el (viper-custom-file-name):
7746         * emulation/vip.el (vip-startup-file):
7747         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
7748         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
7750 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
7752         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
7753         * language/thai-word.el: Switch to UTF-8.
7755 See ChangeLog.16 for earlier changes.
7757 ;; Local Variables:
7758 ;; coding: utf-8
7759 ;; End:
7761   Copyright (C) 2011-2013 Free Software Foundation, Inc.
7763   This file is part of GNU Emacs.
7765   GNU Emacs is free software: you can redistribute it and/or modify
7766   it under the terms of the GNU General Public License as published by
7767   the Free Software Foundation, either version 3 of the License, or
7768   (at your option) any later version.
7770   GNU Emacs is distributed in the hope that it will be useful,
7771   but WITHOUT ANY WARRANTY; without even the implied warranty of
7772   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7773   GNU General Public License for more details.
7775   You should have received a copy of the GNU General Public License
7776   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.