Robust shell syntax highlighting. (Bug#18084, Bug#16875)
[emacs.git] / lisp / ChangeLog
blobd10aab5e1ef12317f63c2b84c375e29ec167d467
1 2014-07-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3         Robust shell syntax highlighting.  (Bug#18084, Bug#16875)
4         * progmodes/python.el:
5         (python-shell-prompt-input-regexps): Add iPython block prompt.
6         (python-shell-output-syntax-table): Delete var.
7         (python-shell-font-lock-with-font-lock-buffer): New macro.
8         (python-shell-font-lock-get-or-create-buffer)
9         (python-shell-font-lock-kill-buffer)
10         (python-shell-font-lock-cleanup-buffer)
11         (python-shell-font-lock-post-command-hook)
12         (python-shell-font-lock-turn-off): New functions.
13         (python-shell-font-lock-turn-on): New function.
14         (inferior-python-mode): Use it.
15         (python-shell-font-lock-toggle): New command.
16         (python-shell-font-lock-enable): Rename from
17         python-shell-enable-font-lock.
18         (run-python-internal): Use it.
19         (python-shell-font-lock-comint-output-filter-function): New function.
20         (python-shell-comint-end-of-output-p): New function.
21         (python-shell-output-filter): Use it.
22         (python-util-comint-last-prompt): New function.
23         (python-util-text-properties-replace-name): New function.
25 2014-07-25  Glenn Morris  <rgm@gnu.org>
27         * vc/ediff-init.el (ediff-toggle-read-only-function):
28         * vc/ediff-util.el (ediff-toggle-read-only):
29         Replace obsolete toggle-read-only with read-only-mode.
31 2014-07-24  Michael Albinus  <michael.albinus@gmx.de>
33         * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
34         with `save-match-data'.  (Bug#18095)
36 2014-07-21  Vincent Belaïche  <vincentb1@users.sourceforge.net>
38         * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
39         order to ensure that row and col are lexically bound inside the
40         evaluated sexp.
42 2014-07-21  Glenn Morris  <rgm@gnu.org>
44         * progmodes/hideif.el (hide-ifdef-mode-submap):
45         Also substitute read-only-mode.
46         * bindings.el (mode-line-toggle-read-only):
47         * bs.el (bs-toggle-readonly):
48         * buff-menu.el (Buffer-menu-toggle-read-only):
49         * dired.el (dired-toggle-read-only):
50         * files.el (view-read-only, find-file-read-only)
51         (find-file-read-only-other-window)
52         (find-file-read-only-other-frame):
53         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
54         Doc fixes re toggle-read-only.
56 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
58         * progmodes/python.el: Add comment about pipe buffering and
59         solutions for missing/delayed output in inferior Python shells.
60         (Bug#17304)
62         * progmodes/python.el (python-mode): Don't set
63         mode-require-final-newline.  (Bug#17990)
65         Make python.el work with IPython automatically.  (Bug#15510)
66         * progmodes/python.el:
67         (python-shell-completion-setup-code): New value supporting iPython.
68         (python-shell-completion-string-code): New value supporting iPython.
69         (python-shell-completion-get-completions): Use them.
70         (python-shell-completion-module-string-code): Make obsolete.
71         (python-shell-prompt-input-regexps)
72         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
73         (python-shell-output-filter): Fix comment typo.
75         Fix Python shell prompts detection for remote hosts.
76         * progmodes/python.el (python-shell-prompt-detect): Replace
77         call-process with process-file and make it more robust.
79         Autodetect Python shell prompts.  (Bug#17370)
80         * progmodes/python.el:
81         (python-shell-interpreter-interactive-arg)
82         (python-shell-prompt-detect-enabled)
83         (python-shell-prompt-detect-failure-warning)
84         (python-shell-prompt-input-regexps)
85         (python-shell-prompt-output-regexps): New vars.
86         (python-shell-prompt-calculated-input-regexp)
87         (python-shell-prompt-calculated-output-regexp): New vars.
88         (python-shell-get-process-name)
89         (python-shell-internal-get-process-name)
90         (python-shell-output-filter)
91         (python-shell-completion-get-completions): Use them.
92         (python-shell-prompt-detect)
93         (python-shell-prompt-validate-regexps): New functions.
94         (python-shell-prompt-set-calculated-regexps): New function.
95         (inferior-python-mode): Use it.  Also honor overriden
96         python-shell-interpreter and python-shell-interpreter-args.
97         (python-shell-make-comint): Honor overriden
98         python-shell-interpreter and python-shell-interpreter-args.
99         (python-shell-get-or-create-process): Make it testable by allowing
100         to call run-python non-interactively.
101         (python-util-valid-regexp-p): New function.
102         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
103         (python-shell-prompt-output-regexp)
104         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
106 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * emacs-lisp/smie.el (smie-config--guess-1): Split from
109         smie-config--guess.
110         (smie-config--guess): Use it.
112         * emacs-lisp/edebug.el: Use nadvice.
113         (edebug-original-read): Remove.
114         (edebug--read): Rename from edebug-read and add `orig' arg.
115         (edebug-uninstall-read-eval-functions)
116         (edebug-install-read-eval-functions): Use nadvice.
117         (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
118         (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
119         (edebug-read-string, edebug-read-function): Use just `read'.
120         (edebug-original-debug-on-entry): Remove.
121         (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
122         `orig' arg.
123         (debug-on-entry): Override with nadvice.
125         * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
126         it also makes sense to bind it to a non-mouse event.
128         * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
130 2014-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
133         (bug#18015).
135         * rect.el (rectangle--string-preview): Don't assume there
136         a non-nil default (bug#17984).
138 2014-07-16  Glenn Morris  <rgm@gnu.org>
140         * desktop.el (after-init-hook): Disable startup frame restoration
141         in non-graphical situations.  (Bug#17693)
143         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
144         if it was "empty", or used for a different set of files.  (Bug#17884)
146 2014-07-16  Eli Zaretskii  <eliz@gnu.org>
148         * bindings.el (mode-line-remote): If default-directory is not a
149         string, don't call file-remote-p on it; instead state in the
150         help-echo that it is nil.  (Bug#17986)
152 2014-07-14  Daniel Colascione  <dancol@dancol.org>
154         * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
155         to `macroexpand-all'
157         * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
158         Use `macroexpand-all' instead of `cl-macroexpand-all'.
160 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
162         Fix bug: C-x v v discarded existing log message (Bug#17884).
163         * vc/vc-dispatcher.el (vc-log-edit):
164         Don't clobber an already-existing log message.
166 2014-07-12  Glenn Morris  <rgm@gnu.org>
168         * vc/log-edit.el (log-edit-changelog-entries):
169         Check for a visited-but-never-saved ChangeLog.
171 2014-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
173         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
174         a non-existing file (bug#17970).
176         * faces.el (face-name): Undo last change.
177         (x-resolve-font-name): Don't call face-name (bug#17956).
179 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
181         Fix dedenters and electric colon handling. (Bug#15163)
182         * progmodes/python.el
183         (python-rx-constituents): Add dedenter and block-ender.
184         (python-indent-dedenters, python-indent-block-enders): Delete.
185         (python-indent-context): Return new case for dedenter-statement.
186         (python-indent-calculate-indentation): Handle new case.
187         (python-indent-calculate-levels): Fix levels calculation for
188         dedenter statements.
189         (python-indent-post-self-insert-function): Fix colon handling.
190         (python-info-dedenter-opening-block-message): New function.
191         (python-indent-line): Use it.
192         (python-info-closing-block)
193         (python-info-closing-block-message): Remove.
194         (python-info-dedenter-opening-block-position)
195         (python-info-dedenter-opening-block-positions)
196         (python-info-dedenter-statement-p): New functions.
198 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
200         * files.el (out-of-memory-warning-percentage): New defcustom.
201         (warn-maybe-out-of-memory): Use it.
203 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
205         * subr.el (read-passwd): Use `read-hide-char' if non-nil.  Bind it
206         when calling `read-string'.  (Bug#17839)
208 2014-07-10  Eli Zaretskii  <eliz@gnu.org>
210         * files.el (warn-maybe-out-of-memory): Fix the wording of the
211         warning.
213 2014-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
215         * files.el (warn-maybe-out-of-memory): New function.
216         (find-file-noselect): Use it.
218 2014-07-09  Sam Steingold  <sds@gnu.org>
220         * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
221         `constant' like `bless', `return' &c
223 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * rect.el (apply-on-rectangle): Check forward-line really moved to the
226         next line.
228 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
230         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
231         the middle of a line (bug#17896).
233 2014-07-09  Juri Linkov  <juri@jurta.org>
235         * startup.el (command-line): Append displaying the warning about
236         the errors in the init file to the end of `after-init-hook'.
237         (Bug#17927)
239         * faces.el (face-name): Return input arg `face' as-is
240         when it's not a symbol.
241         (x-resolve-font-name): Don't check if the face is a symbol.
242         (Bug#17956)
244         * facemenu.el (list-colors-print): In help-echo format use %.2f
245         instead of %d because now HSV values are floating-point components
246         between 0.0 and 1.0.
248 2014-07-09  Glenn Morris  <rgm@gnu.org>
250         * emulation/cua-rect.el (cua--activate-rectangle):
251         Avoid setting cua--rectangle to nil.  (Bug#17877)
253 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
255         * calendar/todo-mode.el: Fix wrong-type-argument error when
256         marking multiple consecutive items.
257         (todo-toggle-mark-item): Don't try to mark the empty lines at the
258         end of the todo and done items sections.  Note in doc string that
259         items marked by passing a numeric prefix argument can include the
260         last todo and first done items.
261         (todo-mark-category): Don't try to mark the empty line between the
262         todo and done items sections.
264 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
266         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
267         proper Lisp quoting (bug#17934).
269         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
270         require-final-newline since prog-mode already took care of it (bug#17947).
272 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
274         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
275         refer to the Todo mode Info manual.  Update the comment on
276         requiring cl-lib.
277         (todo-find-filtered-items-file): Add todo-prefix overlays.
278         (todo-filter-items): Reorder a let-bound variable to avoid a
279         wrong-type-argument error on canceling the file choice dialog.
281 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
283         * progmodes/octave.el (inferior-octave-mode):
284         Set comint-input-ring-size to a number (bug#17912).
286 2014-07-09  Juri Linkov  <juri@jurta.org>
288         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
289         and `isearch-mode' associated with nil.  (Bug#17849)
291 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
293         * linum.el (linum--face-height): New function (bug#17813).
294         (linum-update-window): Use it to adjust margin to linum's width.
296         * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
297         * eshell/em-smart.el (eshell-smart-scroll-window): Use
298         with-selected-window.
300         * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
301         Remove also pointless window&mark manipulation.
303         * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
304         (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
305         (perl-continuation-line-p): Don't skip over anything else than labels.
306         Return the previous char.
307         (perl-calculate-indent): Use syntax-ppss instead of parse-start
308         and update callers accordingly.  For continuation lines, check the
309         the case of array hashes.
310         (perl-backward-to-noncomment): Make it non-interactive.
311         (perl-backward-to-start-of-continued-exp): Rewrite.
313 2014-07-08  Sam Steingold  <sds@gnu.org>
315         * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
316         New user commands.
318 2014-07-08  Juri Linkov  <juri@jurta.org>
320         * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
321         (vc-annotate-color-map): Use less saturated colors (20%) for
322         background-mode.
323         (vc-annotate-very-old-color): Add default value for background-mode.
324         (vc-annotate-background): Set default value to nil since now text on
325         the default backgrounds should be legible in light and dark modes.
326         (vc-annotate-lines): Use `vc-annotate-background-mode'.  Doc fix.
327         (Bug#17808)
329 2014-07-08  Juri Linkov  <juri@jurta.org>
331         * simple.el (transpose-chars): Don't move point into read-only area.
332         (Bug#17829)
334 2014-07-08  Juri Linkov  <juri@jurta.org>
336         * window.el (with-displayed-buffer-window): New macro.
337         (with-temp-buffer-window, with-current-buffer-window):
338         Use `macroexp-let2' to evaluate and bind variables
339         in the same order as macro arguments.
340         (display-buffer--action-function-custom-type):
341         Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
343         * minibuffer.el (minibuffer-completion-help): Replace
344         `with-output-to-temp-buffer' with `with-displayed-buffer-window'
345         with actions that display *Completions* at-bottom when called
346         from the minibuffer, or below-selected in a normal buffer.
347         Associate `window-height' with `fit-window-to-buffer'.
348         Let-bind `pop-up-windows' to nil.
350         * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
351         instead of `with-current-buffer-window'.  (Bug#17809)
353 2014-07-07  Luke Lee  <luke.yx.lee@gmail.com>
355         * progmodes/hideif.el (hide-ifdef-env): Change to global.
356         (hide-ifdef-env-backup): New variable.
357         (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
358         New customizable variables.
359         (hif-clear-all-ifdef-defined): New defun.
360         (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
361         (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
362         (hif-tokenize): Fix for MS-DOS/Win EOL style.
363         (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
364         Fix bug to hide the correct #elif region(s).
365         (hif-range-elif): New defun.
366         (hif-recurse-level): New var.
367         (hif-evaluate-region, hif-evaluate-macro): New defun.
368         (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
369         fully hidden.
370         (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
371         Better interaction.
373 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
375         * net/dbus.el (dbus-peer-handler): New defun.
376         (dbus-register-service): Register it.  (Bug#17858)
377         (dbus-managed-objects-handler): Fix docstring.
379 2014-07-04  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
381         * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
382         (narrow-to-defun): New arg include-comments, defaulting to it
383         (bug#16328).
385 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
387         * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
388         different calling convention to rectangle--unhighlight-for-redisplay.
390 2014-07-03  Michael Albinus  <michael.albinus@gmx.de>
392         * net/tramp.el (tramp-call-process): Handle error strings.
394         * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
396         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
397         (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
399         * net/trampver.el: Update release number.
401 2014-07-03  Juri Linkov  <juri@jurta.org>
403         * desktop.el (desktop-save): Rename arg `auto-save' to
404         `only-if-changed'.  Doc fix.  (Bug#17873)
406 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
408         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
409         Use insert-for-yank (bug#17271).
411 2014-07-03  Leo Liu  <sdl.web@gmail.com>
413         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
414         Support lexical-binding.
416 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * vc/log-edit.el (log-edit-goto-eoh): New function.
419         (log-edit--match-first-line): Use it (bug#17861).
421 2014-07-03  Glenn Morris  <rgm@gnu.org>
423         * vc/log-edit.el (log-edit-hook): Add missing :version.
425 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
427         * progmodes/python.el (python-indent-post-self-insert-function):
428         Enhancements to electric indentation behavior inside
429         parens. (Bug#17658)
431 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
433         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
434         buffer-invisibility-spec (bug#17867).
436 2014-07-03  Andreas Schwab  <schwab@linux-m68k.org>
438         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
439         pass "-a".
441 2014-07-03  Glenn Morris  <rgm@gnu.org>
443         * cus-edit.el (help):
444         * finder.el (finder-known-keywords):
445         * help.el (help-for-help-internal):
446         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
447         (ediff-redraw-registry-buffer):
448         * vc/ediff-ptch.el (ediff-patch-file-internal):
449         Doc fixes re "online" help.  (Bug#17803)
451         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
452         (idlwave-mode): Doc URL update.
454 2014-07-01  Juri Linkov  <juri@jurta.org>
456         * man.el: Display man pages immediately and use process-filter
457         to format them asynchronously.
458         (Man-width): Doc fix.
459         (man): Doc fix.
460         (Man-start-calling): Use `with-selected-window' to get
461         `frame-width' and `window-width'.
462         (Man-getpage-in-background): Call `Man-notify-when-ready'
463         immediately after creating a new buffer.  Call `Man-mode' and set
464         `mode-line-process' in the created buffer.  Set process-filter to
465         `Man-bgproc-filter' in start-process branch.  In call-process branch
466         call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
467         Use `Man-start-calling' inside `with-current-buffer'.
468         (Man-fontify-manpage): Don't print messages.  Fix boundary condition.
469         (Man-cleanup-manpage): Don't print messages.
470         (Man-bgproc-filter): New function.
471         (Man-bgproc-sentinel): Add `save-excursion' to keep point when
472         user moved it during asynchronous formatting.  Move calls of
473         `Man-fontify-manpage' and `Man-cleanup-manpage' to
474         `Man-bgproc-filter'.  Move the call of `Man-mode' to
475         `Man-getpage-in-background'.  Use `quit-restore-window'
476         instead of `kill-buffer'.  Use `message' instead of `error'
477         because errors are caught by process sentinel.
478         (Man-mode): Move calls of `Man-build-page-list',
479         `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
480         `Man-bgproc-sentinel'.  Doc fix.  (Bug#2588, bug#5054, bug#9084, bug#17831)
482         * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
483         for the message about the man page cleaned up.
485 2014-07-01  Mario Lang  <mlang@delysid.org>
487         * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
488         cosutomization option `gnutls-verify-error'.
490 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
492         * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
493         Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
495         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
496         (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
497         is suspended (bug#17857).
499 2014-07-01  Michael Albinus  <michael.albinus@gmx.de>
501         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
502         Prefer utf-8 coding.  (Bug#17859)
504 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
506         * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
507         for `reverse'.
509 2014-06-30  Glenn Morris  <rgm@gnu.org>
511         * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
512         (autoload-ensure-default-file): Maybe make existing output writable.
513         * Makefile.in (AUTOGEN_VCS): Remove.
514         (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
516 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
518         * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
520 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
522         New if-let, when-let, thread-first and thread-last macros.
524         * emacs-lisp/subr-x.el
525         (internal--listify, internal--check-binding)
526         (internal--build-binding-value-form, internal--build-binding)
527         (internal--build-bindings): New functions.
528         (internal--thread-argument, thread-first, thread-last)
529         (if-let, when-let): New macros.
531 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
533         * net/rcirc.el (rcirc-buffer-process): Restore previous
534         behaviour.  (Bug#17772)
536 2014-06-29  Alan Mackenzie  <acm@muc.de>
538         Don't call c-parse-state when c++-template-syntax-table is active.
539         * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
540         (c-guess-basic-syntax CASE 5D.3): Rearrange so that
541         c-syntactic-skip-backwards isn't called with the pertinent syntax table.
543 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
545         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
546         account for file-wide setting of todo-top-priorities-overrides.
547         Make code a bit cleaner.
549 2014-06-28  Glenn Morris  <rgm@gnu.org>
551         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
553 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
555         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
556         category-wide setting of todo-top-priorities-overrides, check for
557         a file-wide setting and fontify accordingly.
559 2014-06-28  Glenn Morris  <rgm@gnu.org>
561         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
563 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
565         * progmodes/hideif.el: Use lexical-binding.  Fix up cl-lib usage.
567 2014-06-28  K. Handa  <handa@gnu.org>
569         Fix Bug#17739.
571         * composite.el: Setup composition-function-table for dotted circle.
572         (compose-gstring-for-dotted-circle): New function.
574         * international/characters.el: Add category "^" to all
575         non-spacing characters.
577 2014-06-28  Glenn Morris  <rgm@gnu.org>
579         * Makefile.in (doit): Remove force rule.
580         (custom-deps, finder-data, autoloads, update-subdirs)
581         (compile-one-process): PHONY targets do not need force rules.
583         * Makefile.in (compile-main, compile, compile-always):
584         No need to explicitly pass variables to ourself in recursive calls.
586 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
588         * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
590 2014-06-26  Glenn Morris  <rgm@gnu.org>
592         * Makefile.in (update-authors): Update for moved authors.el.
594 2014-06-26  Leo Liu  <sdl.web@gmail.com>
596         * skeleton.el (skeleton-end-hook): Default to nil and move the
597         work to skeleton-insert.  (Bug#17850)
599 2014-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
601         * calc/calc-alg.el (math-beforep):
602         * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
603         Simplify because string-lessp can accept symbols as args.
605 2014-06-26  Daiki Ueno  <ueno@gnu.org>
607         * emacs-lisp/package.el (package--check-signature):
608         If package-check-signature is allow-unsigned, don't signal error when
609         we can't verify signature because of missing public key
610         (bug#17625).
612 2014-06-26  Glenn Morris  <rgm@gnu.org>
614         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
615         Remove outdated declaration.
617         * emacs-lisp/authors.el (authors-valid-file-names)
618         (authors-renamed-files-alist): Additions.
620 2014-06-26  Leo Liu  <sdl.web@gmail.com>
622         * textmodes/picture.el (picture-set-tab-stops):
623         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
624         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
626         * progmodes/asm-mode.el (asm-calculate-indentation):
627         Use indent-next-tab-stop.
629         * indent.el (indent-accumulate-tab-stops): New function.
631 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
633         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
634         (package-desc-status): Obey it.
636 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
638         * calendar/todo-mode.el: Fix two bugs.
639         (todo-insert-item--basic): If user cancels item insertion to
640         another category before setting priority, show original category
641         whether it is in the same or a different file.
642         (todo-set-item-priority): After selecting category, instead of
643         moving point to top, which extends an active region, restore it.
645 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
647         * help-fns.el (describe-function-1): Check file-name is a string before
648         calling help-fns--autoloaded-p (bug#17564).
650 2014-06-26  Juri Linkov  <juri@jurta.org>
652         * desktop.el (desktop-auto-save-enable)
653         (desktop-auto-save-disable): New functions.
654         (desktop-save-mode, desktop-auto-save-timeout): Use them.
655         (desktop-read): Disable the autosave before loading the desktop,
656         and enable afterwards.  (Bug#17351)
658 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
660         Fix some indentation problem with \; and pipes (bug#17842).
661         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
662         (sh-smie--default-forward-token, sh-smie--default-backward-token):
663         New functions.
664         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
665         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
666         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
668 2014-06-26  Glenn Morris  <rgm@gnu.org>
670         * emacs-lisp/find-func.el (find-function-C-source-directory):
671         Use file-accessible-directory-p.
673         * ps-samp.el: Make it slightly less awful.
674         (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
675         (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
676         Only set local values.
677         (ps-article-subject, ps-article-author): Use standard functions
678         like mail-fetch-field.
679         (ps-info-file, ps-info-node): Use match-string.
680         (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
681         (ps-samp-ps-setup): ... new function.
683         * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
684         Optimize away code unneeded on any modern Emacs.
686         * emacs-lisp/authors.el: Move to ../admin.
688         * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
690 2014-06-26  Luke Lee  <luke.yx.lee@gmail.com>
692         * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
693         (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
694         performance enhancements.
695         (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
696         expansion.
697         (hif-factor, hif-string-concatenation, intern-safe): Support string
698         concatenation and argumented macro expansion.
699         (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
700         (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
701         (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
702         (hif-canonicalize-tokens, hif-place-macro-invocation)
703         (hif-parse-macro-arglist): Mostly new functions for supporting
704         argumented macro expansion.
705         (hif-string-concatenation, hif-stringify, hif-token-concat)
706         (hif-token-stringification, hif-token-concatenation):
707         Stringification and concatenation.
708         (hif-find-next-relevant): Fix comments.
709         (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
710         some cases involving #elif.
711         (hif-find-define, hif-add-new-defines): New functions for automatically
712         scanning of defined symbols.
713         (hide-ifdef-guts): Fix for defined symbol auto scanning.
714         (hide-ifdef-undef): Fix behavior to match CPP.
716 2014-06-25  Glenn Morris  <rgm@gnu.org>
718         * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
719         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
720         ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
721         files.  They are not relevant to the original issue (bug#1004),
722         and cause unnecessary recompilation (bug#2151).
724 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * play/landmark.el: Use lexical-binding and avoid `intangible'.
727         (landmark--last-pos): New var.
728         (landmark--intangible-chars): New const.
729         (landmark--intangible): New function.
730         (landmark-mode, landmark-move): Use it.
731         (landmark-mode): Remove properties.
732         (landmark-plot-square, landmark-point-square, landmark-goto-xy)
733         (landmark-cross-qtuple):
734         Don't worry about `intangible' any more.
735         (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
736         (landmark-init-display): Don't set `intangible' and `point-entered'.
737         (square): Remove.  Inline it instead.
738         (landmark--distance): Rename from `distance'.
739         (landmark-calc-distance-of-robot-from): Rename from
740         calc-distance-of-robot-from.
741         (landmark-calc-smell-internal): Rename from calc-smell-internal.
743 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
745         * files.el (dir-locals-find-file, file-relative-name):
746         * info.el (Info-complete-menu-item):
747         * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
748         to compare-strings to avoid out-of-range errors.
749         * subr.el (string-prefix-p): Adjust to match strict range
750         checking in compare-strings.
752 2014-06-24  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
754         * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
755         for comment lines non-greedy and stopping at newlines to fix stack
756         overflows with large files.
758 2014-06-24  Eli Barzilay  <eli@barzilay.org>
760         * calculator.el (calculator-last-input): Drop 'ascii-character property
761         lookup.
763 2014-06-24  Leo Liu  <sdl.web@gmail.com>
765         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
766         tab-stop-list to nil.  (Bug#16381)
768         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
769         (indent-rigidly-left-to-tab-stop)
770         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
771         (move-to-tab-stop): Change callers.
773 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
775         * skeleton.el (skeleton-insert): Yet another fix of the doc string
776         wrt behavior of \n as the first/last element of a skeleton.
778 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
780         * net/tramp-adb.el (tramp-adb-handle-process-file):
781         * net/tramp-sh.el (tramp-sh-handle-process-file):
782         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
783         the output buffer when DISPLAY is non-nil.  (Bug#17815)
785 2014-06-24  Glenn Morris  <rgm@gnu.org>
787         * play/landmark.el (landmark-move-down, landmark-move-up):
788         Fix 2007-10-20 change - preserve horizontal position.
790 2014-06-23  Sam Steingold  <sds@gnu.org>
792         * simple.el (kill-append): Remove undo boundary depending on ...
793         (kill-append-merge-undo): New user option.
795 2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
797         * simple.el (handle-shift-selection, exchange-point-and-mark)
798         (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
799         (transient-mark-mode): Use&set the global value.
800         * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
801         * emulation/edt.el (edt-emulation-off): Save&restore the global
802         transient-mark-mode setting.
803         * obsolete/pc-select.el (pc-selection-mode): Use the
804         transient-mark-mode function.
806 2014-06-23  Eli Zaretskii  <eliz@gnu.org>
808         * international/fontset.el (script-representative-chars):
809         Add representative characters for scripts added in Unicode 7.0.
810         (otf-script-alist): Synchronize with the latest registry of OTF
811         script tags.
813         * international/characters.el (char-script-table): Update for
814         scripts added and codepoint ranges changed in Unicode 7.0.
816 2014-06-23  Eli Barzilay  <eli@barzilay.org>
818         * calculator.el (calculator-standard-displayer): Fix bug in use of
819         `calculator-groupize-number'.
820         (calculator-funcall): Fix broken `cl-flet' use by moving it into the
821         `eval' code, so it works in v24.3.1 too.
822         (calculator-last-input): Comment to clarify purpose.
824 2014-06-22  Mario Lang  <mlang@delysid.org>
826         * textmodes/rst.el (rst-comment-region): From from -> from.
828         * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
830 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
832         * electric.el (electric-layout-post-self-insert-function):
833         * emacs-lisp/ert.el (ert--insert-infos):
834         * obsolete/vi.el (vi-set-mark):
835         * term.el (term-handle-scroll):
836         * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
837         * wid-edit.el (widget-editable-list-value-create):
838         Prefer point-marker to copy-marker of point.
840 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
842         Fix completion retrieval parsing (bug#17209).
843         * progmodes/python.el (python-mode):
844         (python-util-strip-string): New function.
845         (python-shell-completion-get-completions): Use it.
847 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
849         * skeleton.el (skeleton-insert): Fix last change.
851 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
853         Enhancements for outline integration (bug#17796).
854         * progmodes/python.el (python-mode): Properly set
855         outline-heading-end-regexp so that comments after colons for
856         defuns are supported.
858 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
860         * skeleton.el (skeleton-insert): Doc fix.
862 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
865         (smie-config-guess): Use smie-config-local so the rules are obeyed
866         (bug#17818).
868         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
869         since it's already done inside the loop (bug#17819).
871 2014-06-21  Martin Rudalics  <rudalics@gmx.at>
873         * mouse.el (mouse-drag-line): Re-remove code initially removed
874         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
875         (Bug#17819).
877 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
879         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
880         align with the surrounding parent (bug#17721).
882 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
884         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
885         locally to nil.
886         (texinfo-insert-block, texinfo-insert-@end)
887         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
888         local setting of skeleton-end-newline by adding an explicit \n to
889         the skeletons where appropriate.  (Bug#17801)
891 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
893         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
894         (smie-indent--hanging-p): Use it.
895         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
897 2014-06-21  Leo Liu  <sdl.web@gmail.com>
899         * simple.el (read-quoted-char): Don't let help chars pop up help
900         buffer.  (Bug#16617)
902 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
904         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
905         for | (bug#17621).
907         * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
908         Drop unknown events instead of burping.
910 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
912         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
913         and later.  (Bug#17790)
915 2014-06-21  Juri Linkov  <juri@jurta.org>
917         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
918         to `soft'.  (Bug#17554)
920 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
922         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
923         (bug#17737).
925 2014-06-21  Dmitry Gutov  <dgutov@yandex.ru>
927         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
928         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
930 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
932         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
933         `unread-command-events'.
935 2014-06-19  William Xu  <william.xwl@gmail.com>
937         * progmodes/hideif.el (hif-string-to-number): Don't return float for
938         hex integer constants (bug#17807).
940 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
942         * international/mule-util.el (truncate-string-ellipsis): New var.
943         (truncate-string-to-width): Use it.
945 2014-06-19  Robert Brown  <robert.brown@gmail.com>  (tiny change)
947         * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
948         (lisp-string-in-doc-position-p): New function, extracted from
949         lisp-font-lock-syntactic-face-function.
950         (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
952 2014-06-19  Grégoire Jadi  <daimrod@gmail.com>
954         * net/rcirc.el (rcirc-omit-mode): Fix recenter error.  (Bug#17769)
956 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
958         * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
959         (bubbles--game-over): Don't add `intangible' properties since they
960         didn't work anyway.
962 2014-06-18  Juri Linkov  <juri@jurta.org>
964         * vc/ediff-init.el (ediff-current-diff-Ancestor)
965         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
966         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
967         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
968         Add `min-colors 88' version with removed black/white foregrounds.
969         (Bug#10181)
971 2014-06-18  Juri Linkov  <juri@jurta.org>
973         * vc/diff-mode.el (diff-changed): Empty face definition to use
974         `diff-removed' and `diff-added' on tty as well.  (Bug#10181)
975         (diff-context): Use darker color on light background and
976         lighter color on dark background.
978 2014-06-18  Juri Linkov  <juri@jurta.org>
980         * vc/diff-mode.el (diff-refine-changed): Rename from
981         `diff-refine-change' for consistency with `diff-changed'.
982         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
984         * vc/smerge-mode.el (smerge-refined-changed): Rename from
985         `smerge-refined-change'.
986         (smerge-refined-change): Add obsolete face alias.
988 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
990         * rect.el (rectangle-preview): New custom.
991         (rectangle): New group.
992         (rectangle--pos-cols): Add `window' argument.
993         (rectangle--string-preview-state, rectangle--string-preview-window):
994         New vars.
995         (rectangle--string-flush-preview, rectangle--string-erase-preview)
996         (rectangle--space-to, rectangle--string-preview): New functions.
997         (string-rectangle): Use them.
998         (rectangle--inhibit-region-highlight): New var.
999         (rectangle--highlight-for-redisplay): Obey it.  Make sure
1000         `apply-on-region' uses the point-crutches of the right window.
1001         Use :align-to rather than multiple spaces.
1003 2014-06-16  Andrea Rossetti  <andrea.rossetti@gmail.com>  (tiny change)
1005         * ruler-mode.el (ruler-mode-window-col)
1006         (ruler-mode-mouse-set-left-margin)
1007         (ruler-mode-mouse-set-right-margin): Fix calculation of column
1008         from mouse position (Bug#17768).
1010 2014-06-16  Ron Schnell  <ronnie@driver-aces.com>
1012         * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
1013         without varname or rhs causes crash.
1014         (dun-ftp): Fix bug where blank ftp password is allowed, making it
1015         impossible to win endgame.
1016         (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
1017         rlogin is anymore.
1018         (dun-help): Bump version number; update contact info.
1020 2014-06-15  Eli Barzilay  <eli@barzilay.org>
1022         * calculator.el (calculator-prompt, calculator-remove-zeros)
1023         (calculator-mode-hook, calculator-operators, calculator-stack)
1024         (calculator-mode): Tweak docstring.
1025         (calculator-user-operators): Tweak docstring, fix a bug in the last
1026         example.
1027         (calculator-displayer): `std' case has an optional boolean.
1028         (calculator-displayers): Use the new boolean to group in decimal mode.
1029         (calculator-mode-map, calculator, calculator-message)
1030         (calculator-op-arity, calculator-add-operators)
1031         (calculator-string-to-number, calculator-displayer-prev)
1032         (calculator-displayer-next, calculator-remove-zeros)
1033         (calculator-eng-display, calculator-number-to-string)
1034         (calculator-update-display, calculator-last-input)
1035         (calculator-clear-fragile, calculator-digit, calculator-decimal)
1036         (calculator-exp, calculator-saved-move, calculator-clear)
1037         (calculator-copy, calculator-put-value, calculator-help)
1038         (calculator-expt, calculator-truncate): Minor code improvements.
1039         (calculator-need-3-lines): New function pulling out code from
1040         `calculator'.
1041         (calculator-get-display): Rename from `calculator-get-prompt', and
1042         improved.
1043         (calculator-push-curnum): Rename from `calculator-curnum-value', and
1044         extended for all uses of it.  All callers changed.
1045         (calculator-groupize-number): New utility for splitting a number into
1046         groups.
1047         (calculator-standard-displayer): Improve code, new optional argument to
1048         use comma-split groups, make second argument optional too to use with
1049         'left/'right inputs.  All callers changed.
1050         (calculator-reduce-stack-once): New utility, doing the meat of what
1051         `calculator-reduce-stack' used to do, much improved (mostly using
1052         `pcase' for conciseness and clarity).
1053         (calculator-reduce-stack): Now doing just the reduction loop using
1054         `calculator-reduce-stack-once'.
1055         (calculator-funcall): Improve code, make it work in v24.3.1 too.
1056         (calculator-last-input): Improve code, remove some old cruft.
1057         (calculator-quit): Kill `calculator-buffer' in electric mode too.
1058         (calculator-integer-p): Remove.
1059         (calculator-fact): Improve code, make it work on non-integer values
1060         too (using truncated numbers).
1062 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
1064         Sync with Tramp 2.2.10.
1066         * net/tramp.el (tramp-methods): Tweak docstring.
1067         (tramp-handle-file-accessible-directory-p): Check for
1068         `file-readable-p' instead of `file-executable-p'.
1069         (tramp-check-cached-permissions):
1070         Use `tramp-compat-file-attributes'.
1071         (tramp-call-process): Add new argument VEC.  Adapt callees in all
1072         tramp*.el files.
1074         * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
1075         (tramp-adb-maybe-open-connection): Don't set
1076         `tramp-current-*' variables.
1078         * net/tramp-cache.el (tramp-flush-file-function): Do not flush
1079         file properties of temporary buffers.
1081         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
1083         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
1084         (tramp-gvfs-handle-delete-file): Flush file
1085         properties, not directory properties.
1086         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
1087         reading "unix::mode".
1088         (tramp-gvfs-handle-file-name-all-completions):
1089         Use "-h" option for "gvfs-ls".
1090         (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
1091         (tramp-gvfs-send-command): Simplify traces.
1093         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
1094         (vc-git-program, vc-hg-program): Declare.
1095         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
1096         (tramp-methods) <nc>: Add new method.
1097         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
1098         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
1099         `tramp-login-args'.
1100         (tramp-default-user-alist): Add "nc".
1101         (top): Remove completion function for "sftp".  Add completion
1102         functions for "nc" and "psftp".
1103         (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
1104         Implement support for "nc" method.
1105         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
1106         (tramp-remote-coding-commands, tramp-call-local-coding-command):
1107         Tweak docstring.
1108         (tramp-sh-handle-write-region): Tweak error message.
1109         (tramp-sh-handle-vc-registered): Remove backends when the remote
1110         binary does not exist.
1111         (tramp-find-inline-encoding): Do not raise an error.
1112         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
1113         the "nc" case.  Quote result also locally.
1115         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1116         (tramp-smb-handle-set-file-acl): Use `start-process'.
1117         (tramp-smb-handle-insert-directory): Use progress reporter.
1118         (tramp-smb-handle-rename-file): Flush also file properties of
1119         FILENAME.
1121         * net/trampver.el: Update release number.
1123 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1125         * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
1126         add-to-list.
1127         (ses-localvars): Remove ses--local-printer-list, unused.
1128         (ses--metaprogramming): New macro.  Use it to defvar variables.
1129         (ses-set-localvars): Simplify.
1130         (ses--locprn, ses-cell): Use defstruct.  Change ses-cell's
1131         property-list into an alist.
1132         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1133         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
1134         Remove; use defstruct accessors/setters instead.
1135         (ses-cell-formula-aset, ses-cell-printer-aset)
1136         (ses-cell-references-aset): Remove, use setf instead.
1137         (ses--alist-get): New function.
1138         (ses-cell-property): Rename from ses-cell-property-get and rewrite.
1139         Use an alist instead of a plist and don't do move-to-front since the
1140         list is always short.
1141         (ses-cell-property-get-fun, ses-cell-property-delq-fun)
1142         (ses-cell-property-set-fun, ses-cell-property-set)
1143         (ses-cell-property-pop-fun, ses-cell-property-get-handle)
1144         (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
1145         (ses--letref): New macro.
1146         (ses-cell-property-pop): Rewrite.
1147         (ses--cell): Rename from ses-cell and make it into a function.
1148         Make `formula' fallback on `value' if nil.
1149         (ses--local-printer): Rename from ses-local-printer and make it into
1150         a function.
1151         (ses-set-cell): Turn it into a macro so finding the accessor from the
1152         field name is done at compile time.
1153         (ses-repair-cell-reference-all): Test presence of `sym' rather than
1154         `ref' before adding `sym' to :ses-repair-reference.
1155         (ses-calculate-cell): Use ses--letref rather than
1156         ses-cell-property-get-handle.
1157         (ses-write-cells): Use a single prin1-to-string.
1158         (ses-setter-with-undo): New function.
1159         (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
1160         (ses-unset-with-undo): Remove.
1161         (ses-load): Prefer apply' over `eval'.
1162         (ses-read-printer, ses-set-column-width): Use standard "(default
1163         foo)" format.
1165 2014-06-15  Glenn Morris  <rgm@gnu.org>
1167         * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
1169         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
1170         Replace delete-duplicates and mapcan by cl- versions throughout.
1171         And cl-macroexpand-all by macroexpand-all.
1172         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1174 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
1176         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
1178 2014-06-15  Juri Linkov  <juri@jurta.org>
1180         * bindings.el: Put `ascii-character' property on keypad keys
1181         mapped to characters.  (Bug#17759)
1183 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1185         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1186         bumping forward into a closing paren (bug#17761).
1188         * term/xterm.el (xterm--version-handler): Work around for OSX
1189         Terminal.app (bug#17607).
1191 2014-06-14  Ron Schnell  <ronnie@driver-aces.com>
1193         * play/dunnet.el (dun-describe-room, dun-mode):
1194         If a lamp is in the room, you won't be eaten by a grue.
1196 2014-06-13  Glenn Morris  <rgm@gnu.org>
1198         * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
1199         (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
1200         (compile-always): GNU make automatically passes
1201         command-line arguments to sub-makes.
1203         * calendar/calendar.el (calendar-generate-window):
1204         Remove pointless call to font-lock-fontify-buffer.
1206 2014-06-13  Matthias Meulien  <orontee@gmail.com>
1208         * simple.el (completion-list-mode-map): Navigate with tab and backtab
1209         (bug#17767).
1211 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1213         * simple.el (set-mark-command): Simplify a bit.
1215 2014-06-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1217         * help.el (help--key-binding-keymap): New function.
1218         (help--binding-locus): New function.
1219         (describe-key): Mention the keymap in which the binding was
1220         found. (bug#13948)
1222 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1224         * hippie-exp.el (he--all-buffers): New function.
1225         (try-expand-line-all-buffers, try-expand-list-all-buffers)
1226         (try-expand-dabbrev-all-buffers): Use it.
1228 2014-06-12  Emilio C. Lopes  <eclig@gmx.net>
1230         * hippie-exp.el (try-expand-line-all-buffers)
1231         (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
1232         Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
1233         original buffer, in case they're buffer-local.
1235 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1237         * ses.el (ses-initial-global-parameters-re): New defconst, a
1238         specific regexp is needed now that ses.el can handle both
1239         file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
1240         local printers.
1241         (ses-localvars): Add local variables needed for local printer handling.
1242         (ses-set-localvars): Handle hashmap initialisation.
1243         (ses-paramlines-plist): Add param-line for number of local printers.
1244         (ses-paramfmt-plist): New defconst, needed for code factorization
1245         between functions `ses-set-parameter' and
1246         `ses-file-format-extend-paramter-list'
1247         (ses-make-local-printer-info): New defsubst.
1248         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1249         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
1250         (ses-cell-printer-aset): New defmacro.
1251         (ses-local-printer-compile): New defun.
1252         (ses-local-printer): New defmacro.
1253         (ses-printer-validate, ses-call-printer): Add support for local
1254         printer functions.
1255         (ses-file-format-extend-paramter-list): New defun.
1256         (ses-set-parameter): Use const `ses-paramfmt-plist' for code
1257         factorization.
1258         (ses-load): Add support for local printer functions.
1259         (ses-read-printer): Update docstring and add support for local printer
1260         functions.
1261         (ses-refresh-local-printer, ses-define-local-printer): New defun.
1262         (ses-safe-printer): Add support for local printer functions.
1264 2014-06-12  Ivan Andrus  <darthandrus@gmail.com>
1266         * ffap.el (ffap-lax-url): New var (bug#17723).
1267         (ffap-url-at-point): Use it.
1268         (ffap-file-at-point): Avoid returning just "/".
1270 2014-06-12  Matthias Meulien  <orontee@gmail.com>
1272         * progmodes/python.el (import skeleton): New skeleton (bug#17672).
1273         (python-mode-map): Bind it.
1275         * progmodes/python.el (class skeleton): Don't erase last char of class
1276         name (bug#17683).
1278 2014-06-12  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1280         * help.el (where-is): Use `default' arg of completing-read (bug#17705).
1282 2014-06-12  Kevin Ryde  <user42_kevin@yahoo.com.au>
1284         * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
1285         (bug#17745).
1287 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1289         * international/mule-cmds.el: Use lexical-binding.
1290         (ucs-names): Simplify.
1292 2014-05-18  Eric Hanchrow  <eric.hanchrow@gmail.com>
1294         * progmodes/python.el (run-python): Use read-shell-command.
1296 2014-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1298         * rect.el: Make it possible to move bounds past EOL or into TABs.
1299         (operate-on-rectangle): Use apply-on-rectangle.
1300         (rectangle--mark-crutches): New var.
1301         (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
1302         (rectangle--crutches, rectangle--reset-crutches): New functions.
1303         (apply-on-rectangle): Obey crutches.  Avoid setq.
1304         Fix missing final iteration if end is at EOB&BOL.
1305         (rectangle-mark-mode-map): Add remap bindings for
1306         exchange-point-and-mark and char/line movements.
1307         (rectangle--*-char): New function.
1308         (rectangle-exchange-point-and-mark, rectangle-right-char)
1309         (rectangle-left-char, rectangle-forward-char)
1310         (rectangle-backward-char, rectangle-next-line)
1311         (rectangle-previous-line): New commands.
1312         (rectangle--place-cursor): New function.
1313         (rectangle--highlight-for-redisplay): Use it.  Use apply-on-rectangle.
1315 2014-06-08  Glenn Morris  <rgm@gnu.org>
1317         * startup.el (initial-buffer-choice): Doc fix.
1318         Reset :version (adding an option does not merit a :version bump).
1320         * bookmark.el (bookmark-load):
1321         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1323 2014-06-08  Juri Linkov  <juri@jurta.org>
1325         * desktop.el: Activate auto-saving on window configuration changes.
1326         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1327         `desktop-auto-save-set-timer' to/from
1328         `window-configuration-change-hook'.
1329         (desktop-auto-save-set-timer): Change REPEAT arg of
1330         `run-with-idle-timer' from t to nil.
1331         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1333 2014-06-08  Santiago Payà i Miralta  <santiagopim@gmail.com>
1335         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1336         vc-hg-command (bug#17570).
1338 2014-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1340         * international/mule-cmds.el (ucs-names): Add special entry for BEL
1341         (bug#17702).
1343 2014-06-08  Glenn Morris  <rgm@gnu.org>
1345         * startup.el (window-setup-hook): Doc fix.
1347         * emacs-lisp/package.el (package-check-signature)
1348         (package-unsigned-archives): Doc fixes.
1350 2014-06-08  Martin Rudalics  <rudalics@gmx.at>
1352         * window.el (display-buffer-use-some-window): Don't make window
1353         used smaller than it was before (Bug#17671).
1355 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
1357         * menu-bar.el (menu-bar-open): Fix last change: use the PC
1358         'redisplay' instead of '(sit-for 0)'.
1360 2014-06-08  Michael Albinus  <michael.albinus@gmx.de>
1362         * net/tramp.el (tramp-ssh-controlmaster-options):
1363         Improve search regexp.  (Bug#17653)
1365 2014-06-08  Glenn Morris  <rgm@gnu.org>
1367         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1369 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
1371         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1373 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
1375         * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
1376         (bug#17586).
1378         * vc/vc-hg.el (vc-hg-log-graph): New var.
1379         (vc-hg-print-log): Use it.
1380         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
1381         graph output (bug#17515).
1383 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * mouse.el (mouse-posn-property): Ignore buffer position info when the
1386         even happened elsewhere.
1388 2014-06-06  Mario Lang  <mlang@delysid.org>
1390         * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
1391         `recenter' if `current-buffer' is equal to `window-buffer'.
1393 2014-06-05  Leo Liu  <sdl.web@gmail.com>
1395         * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
1397 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
1399         * textmodes/tildify.el (tildify-foreach-region-outside-env):
1400         New function which calls a callback on portions of the buffer that are
1401         outside of ignored environments.
1402         (tildify-build-regexp): Remove function since it is now
1403         incorporated in `tildify-foreach-region-outside-env' where it is
1404         optimised and simplified by the use of `mapconcat'.
1405         (tildify-tildify): Return number of substitutions made so that…
1406         (tildify-count): …can be removed.
1407         (tildify-find-env): Accept a new PAIRS argument which was
1408         previously looked up in `tildify-ignored-environments-alist' each
1409         time the function was called.  With this change, the lookup is
1410         performed only once in `tildify-foreach-region-outside-env'.
1411         (tildify-region): Greatly simplify the function since now most of
1412         the work is done by `tildify-foreach-region-outside-env'.
1413         (tildify-mode-alist): Simplify slightly by avoiding if and setq
1414         and instead using or.
1416         * textmodes/tildify.el (tildify-ignored-environments-alist):
1417         Optimise environments regexes
1419         Each time beginning of an environment to ignore is found,
1420         `tildify-find-env' needs to identify regexp for the ending
1421         of the environment.  This is done by trying all the opening
1422         regexes on matched text in a loop, so to speed that up, this
1423         loop should have fewer things to match, which can be done by
1424         using alternatives in the opening regexes.
1426         Coincidentally, this should make matching of the opening
1427         regexp faster as well thanks to the use of `regexp-opt' and
1428         having common prefix pulled from many regexes.
1430         * textmodes/tildify.el (tildify-string-alist)
1431         (tildify-ignored-environments-alist): Add `nxml-mode' to the list
1432         of supported modes since `xml-mode' is no longer a thing but just
1433         an alias to the former.  Also include comments and insides of tags
1434         in `tildify-ignored-environments-alist' for XML modes.  Finally,
1435         since XML does not define “&nbsp;”[1], use a numeric reference for
1436         a no-break space (namely “&#160;”)
1438         [1] XML specification defines only a handful of predefined entities.
1439             The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
1440             and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
1441             >, &, ' and " respectively).  This is in contrast to HTML and even
1442             XHTML which defined a whole bunch of entities including “&nbsp;”.
1444         * textmodes/tildify.el (tildify-pattern-alist)
1445         (tildify-string-alist, tildify-ignored-environments-alist):
1446         Improve defcustom's types by adding more tags explaining what each
1447         value means and replace “sexp” used in
1448         `tildify-ignored-environments-alist' with a full type declaration.
1450         * textmodes/tildify.el (tildify-find-env): Fix matched group
1451         indexes in end-regex building
1453         When looking for a start of an ignore-environment, the regex is built
1454         by concatenating regexes of all the environments configured in
1455         `tildify-ignored-environments-alist'.  So for example, the following
1456         list could be used to match TeX's \verb and \verb* commands:
1458             (("\\\\verb\\(.\\)" . (1))
1459              ("\\\\verb\\*\\(.\\)" . (1)))
1461         This would result in the following regex being used to find the start
1462         of any of the variants of the \verb command:
1464             \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
1466         But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
1467         won't match anything, and thus (match-string 1) will be nil, which
1468         will cause building of the end-matching regex to fail.
1470         Fix this by using capture groups from the time when the opening
1471         regexes are matched individually.
1473         * textmodes/tildify.el (tildify-find-env): Fix end-regex building
1474         in `tildify-find-env'
1476         The `tildify-ignored-environments-alist' allows the end-regex to
1477         be provided not as a static string but mix of strings and indexes
1478         of groups matched the begin-regex.  For example, the “\verb!…!”
1479         TeX-command (where “!” is an arbitrary character) is handled
1480         using:
1482             ("\\\\verb\\*?\\(.\\)" . (1))
1484         In the same way, the following should be supported as well:
1486             ("open-\\(.\\)" . ("end-" 1))
1488         However the tildify-find-env function fails at
1490             (concat result
1491                     (if (stringp (setq aux (car expression)))
1492                          expression  ; BUG: expression is a list
1493                        (regexp-quote (match-string aux))))
1495         where the string part is handled incorrectly.
1497         The most trivial fix would be to replace `expression' in the
1498         true-part of the if-statement with `aux', but instead, this commit
1499         optimises `tildify-find-env' by changing it to use `mapconcat'
1500         rather than open-coded while-loop.
1502 2014-06-05  Mario Lang  <mlang@delysid.org>
1504         * woman.el (woman-mapcan): Remove.
1505         (woman-parse-colon-path): Use cl-mapcan instead.
1507 2014-06-03  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1509         * register.el: Add link to Emacs manual in Commentary.
1511 2014-06-02  Sam Steingold  <sds@gnu.org>
1513         * menu-bar.el (lookup-key-ignore-too-long): Extract from...
1514         (popup-menu): ...here.
1515         (menu-bar-open): Use it to avoid an error when `lookup-key'
1516         returns a number.
1518 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
1520         * net/tramp.el (tramp-call-process): Add traces.
1521         (tramp-handle-unhandled-file-name-directory): Return "/".
1523 2014-06-02  Wilson Snyder  <wsnyder@wsnyder.org>
1525         Sync with upstream verilog-mode revision 3cd8144.
1526         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1527         (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
1528         (verilog-type-font-keywords): Add nor.
1529         (verilog-batch-execute-func): Force reading of Local Variables.
1530         Fix printing "no changes to be saved" with verilog-batch.
1531         (verilog-auto-arg-ports): Doc fix.
1532         Add verilog-auto-arg-format to support newlines in AUTOARG.
1533         (verilog-auto-arg): Doc fix.
1535 2014-06-02  Glenn Morris  <rgm@gnu.org>
1537         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
1538         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
1539         * emulation/ws-mode.el: Move to obsolete/.
1540         * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
1542 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
1544         * simple.el (keyboard-quit): Force update of mode lines, to remove
1545         the "Def" indicator, if we were defining a macro.  (Bug#17615)
1547 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * minibuffer.el (minibuffer-force-complete-and-exit):
1550         Obey minibuffer-default (bug#17545).
1552         * progmodes/js.el (js-indent-line): Don't mix columns and chars
1553         (bug#17619).
1555         * subr.el (set-transient-map): Don't wait for some "nested"
1556         transient-map to finish if we're only supposed to be active for
1557         the next command (bug#17642).
1559 2014-06-02  Leo Liu  <sdl.web@gmail.com>
1561         * emacs-lisp/gv.el (window-buffer, window-display-table)
1562         (window-dedicated-p, window-hscroll, window-point, window-start):
1563         Fix gv-expander.  (Bug#17630)
1565 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1568         clicks (bug#17633).
1570         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1571         for the single comma, since ", " is *very* common in normal French text
1572         (bug#17643).
1574 2014-06-02  Glenn Morris  <rgm@gnu.org>
1576         * emacs-lisp/package.el (package-check-signature)
1577         (package-unsigned-archives): Fix :version.
1579 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1581         * subr.el (sit-for): Don't run input-methods (bug#15614).
1583 2014-06-02  Glenn Morris  <rgm@gnu.org>
1585         * cus-start.el: Fix some :version numbers.
1587 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1589         * simple.el (deactivate-mark): Set mark-active to nil even if
1590         deactivation is done via setting transient-mark-mode to nil,
1591         since one is buffer-local and the other is global.
1593         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1594         there can't be more than 2 arguments (bug#17584).
1596 2014-06-02  Glenn Morris  <rgm@gnu.org>
1598         * simple.el (filter-buffer-substring-functions)
1599         (filter-buffer-substring-function, buffer-substring-filters)
1600         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1602         * minibuffer.el (completion-in-region-functions, completion-in-region)
1603         (completion--in-region): Doc fixes.
1605         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1606         (expand-abbrev, abbrev--default-expand): Doc fixes.
1608 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1610         Include sources used to create macuvs.h.
1611         * international/README: Refer to the Unicode Terms of Use rather
1612         than copying it bodily here, as that simplifies maintenance.
1614 2014-06-01  Glenn Morris  <rgm@gnu.org>
1616         * loadup.el (load-prefer-newer): Set non-nil when dumping.  (Bug#17629)
1618 2014-05-31  Glenn Morris  <rgm@gnu.org>
1620         * files.el (locate-dominating-file): Expand file argument.  (Bug#17641)
1622 2014-05-30  Glenn Morris  <rgm@gnu.org>
1624         * loadup.el: Treat `command-line-args' more flexibly.
1626 2014-05-30  Alan Mackenzie  <acm@muc.de>
1628         Guard (looking-at "\\s!") from XEmacs.
1629         * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
1631 2014-05-30    Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1633         * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
1634         The argument COUNT is now optional, to be more backward-compatible.
1635         Doc fix.  (Bug#17560)
1637 2014-05-29  Reuben Thomas  <rrt@sc3d.org>
1639         * whitespace.el (whitespace-report-region):
1640         Simplify documentation.
1641         (whitespace-report-region): Allow report-if-bogus to take the
1642         value `never', for non-interactive use.
1643         (whitespace-report): Refer to whitespace-report-region's
1644         documentation.
1646 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1648         * whitespace.el: Use font-lock-flush.  Minimize refontifications.
1649         Side benefit: it works without jit-lock.
1650         (whitespace-point--used): New buffer-local var.
1651         (whitespace-color-on): Initialize it and flush it.  Use font-lock-flush.
1652         (whitespace-color-off): Use font-lock-flush.
1653         (whitespace-point--used, whitespace-point--flush-used): New functions.
1654         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1655         (whitespace-empty-at-eob-regexp): Use them.
1656         (whitespace-post-command-hook): Rewrite.
1658         * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
1659         (font-lock-fontify-buffer): Mark interactive-only.
1660         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1661         Make buffer-local.
1662         (font-lock-specified-p): Remove redundant boundp check.
1663         (font-lock-flush-function, font-lock-ensure-function): New vars.
1664         (font-lock-turn-on-thing-lock): Set them.
1665         (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
1666         (font-lock-after-change-function): Make `old-len' optional.
1667         (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
1668         Call font-lock-flush, just in case.
1669         * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
1670         recent Emacsen.
1671         * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
1672         (vera-mode-map, vera-mode-menu): Remove bindings to it.
1673         * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
1674         and with-syntax-table.
1675         * textmodes/conf-mode.el (conf-quote-normal):
1676         * progmodes/sh-script.el (sh-set-shell):
1677         * progmodes/prog-mode.el (prettify-symbols-mode):
1678         * progmodes/f90.el (f90-font-lock-n):
1679         * progmodes/cwarn.el (cwarn-mode):
1680         * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
1681         * progmodes/compile.el (compilation-setup, compilation--unsetup):
1682         * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
1683         (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
1684         * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
1685         font-lock-fontify-buffer-function and
1686         font-lock-unfontify-buffer-function.
1687         (rmail-unfontify-buffer-function, rmail-fontify-message):
1688         Use with-silent-modifications.
1689         * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
1690         and font-lock-ensure.
1691         * bs.el (bs-show-in-buffer): Use font-lock-ensure.
1693 2014-05-28  Thien-Thi Nguyen  <ttn@gnu.org>
1695         * emacs-lisp/package.el (package-generate-autoloads):
1696         Inhibit backup files.
1698 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1700         * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
1701         (bug#17608).
1703 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
1705         * textmodes/tildify.el (tildify-buffer, tildify-region):
1706         Add dont-ask option.
1708 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1710         * subr.el (zerop): Move from C.  Add compiler-macro (bug#17475).
1711         * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
1713         * subr.el (internal--funcall-interactively): New.
1714         (internal--call-interactively): Remove.
1715         (called-interactively-p): Detect funcall-interactively instead of
1716         call-interactively.
1717         * simple.el (repeat-complex-command): Use funcall-interactively.
1718         (repeat-complex-command--called-interactively-skip): Remove.
1720 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1722         * register.el (register-read-with-preview): Don't burp on
1723         frame switches (e.g. due to the frame we just popped).
1725         * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
1726         (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
1728 2014-05-26  Andreas Schwab  <schwab@linux-m68k.org>
1730         * cus-face.el (custom-face-attributes): Add :distant-foreground.
1732 2014-05-26  Martin Rudalics  <rudalics@gmx.at>
1734         * window.el (window--dump-frame): Remove interactive specification.
1736 2014-05-26  Glenn Morris  <rgm@gnu.org>
1738         * hippie-exp.el (he-line-search-regexp):
1739         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
1741 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
1743         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1744         to avoid errors when trying to create or visit a file foo.todo
1745         located outside to todo-directory, and to allow having such files
1746         without them being tied to Todo mode (bug#17482).
1747         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1748         (todo-archive-done-item, todo-find-filtered-items-file)
1749         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1750         (todo-category-completions, todo-read-category): When visiting a
1751         Todo file, make sure we're in the right mode and the buffer local
1752         variables are set.
1753         (todo-make-categories-list, todo-reset-nondiary-marker)
1754         (todo-reset-done-string, todo-reset-comment-string):
1755         After processing all Todo files, kill the buffers of those files that
1756         weren't being visited before the processing.
1757         (todo-display-as-todo-file, todo-add-to-buffer-list)
1758         (todo-visit-files-commands): Comment out.
1759         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1760         (auto-mode-alist): Remove add-to-list calls making Todo file
1761         extensions unrestrictedly tied to Todo modes.
1763 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1765         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1766         (advice-function-member-p): Tell it to check both names and functions
1767         (bug#17531).
1768         (advice--add-function): Adjust call accordingly.
1770 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
1772         * calendar/todo-mode.el: Miscellaneous bug fixes.
1773         (todo-delete-file): When deleting an archive but not its todo
1774         file, make sure to update the todo file's category sexp.
1775         (todo-move-category): Keep the moved category's name unless the
1776         file moved to already has a category with that name.  If the
1777         numerically last category of the source file was moved, make the
1778         first category current to avoid selecting a nonexisting category.
1779         (todo-merge-category): Fix implementation to make merging to a
1780         category in another file work as documented.  Eliminate now
1781         insufficient and unnecessary renaming of archive category, correct
1782         document string accordingly, and clarify it.  If the numerically
1783         last category of the source file was merged, make the first
1784         category current to avoid selecting a nonexisting category.
1785         (todo-archive-done-item): When there are marked items and point
1786         happens to be on an unmarked item, ignore the latter.  Don't leave
1787         point below last item after archiving marked items.
1788         (todo-unarchive-items): Fix logic to ensure unarchiving an item
1789         from an archive with only one category deletes the archive only
1790         when the category is empty after unarchiving.  Make sure the todo
1791         file's category sexp is updated.
1792         (todo-read-file-name): Allow an existing file name even when it is
1793         not required (todo-move-category needs this to work as documented).
1794         (todo-add-file): Call todo-validate-name to reject the name of an
1795         existing todo file (needed due to fix in todo-read-file-name).
1796         (todo-reset-nondiary-marker): Also reset in filtered items files.
1797         (todo-reset-done-string, todo-reset-comment-string): Also reset in
1798         regexp filtered items files.
1799         (todo-reset-highlight-item): Also reset in filtered items files.
1800         Fix incorrect variable reference in document string.
1802 2014-05-26  Glenn Morris  <rgm@gnu.org>
1804         * window.el (window--dump-frame): Avoid error in --without-x builds.
1806 2014-05-26  Glenn Morris  <rgm@gnu.org>
1808         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1810 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
1812         * frame.el (set-frame-font): Doc fix.
1814         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
1816 2014-05-26  Dmitry Gutov  <dgutov@yandex.ru>
1818         * emacs-lisp/package.el (package--download-one-archive):
1819         Use `write-region' instead of `save-buffer' to avoid running various
1820         hooks.  (Bug#17155)
1821         (describe-package-1): Same.  Insert newline at the end of the
1822         buffer if appropriate.
1824 2014-05-26  Juri Linkov  <juri@jurta.org>
1826         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1827         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1828         Add more modifiers: meta, control, shift, hyper, super, alt.
1829         (Bug#17439)
1831         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1832         to allow changing its value with `set-variable'.
1834 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1836         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1837         #; comments.
1838         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1839         New functions.
1840         (scheme-mode-variables): Set syntax-propertize-function instead of
1841         font-lock-syntactic-face-function.
1842         (scheme-font-lock-syntactic-face-function): Delete.
1844         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1846         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1847         (bug#17392).
1849 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
1851         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1852         for a temporary file name.
1854 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
1856         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
1858 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
1860         * net/dbus.el (dbus-init-bus, dbus-call-method)
1861         (dbus-call-method-asynchronously, dbus-send-signal)
1862         (dbus-method-return-internal, dbus-method-error-internal):
1863         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
1865 2014-05-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1867         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1868         methods which do not have a doc string.  (Bug#17490)
1870 2014-05-25  Tassilo Horn  <tsdh@gnu.org>
1872         * textmodes/reftex-ref.el (reftex-format-special): Make it work
1873         also for AMS Math's \eqref macro.
1875 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1877         Arrange to never byte-compile the generated -pkg.el file.
1879         * emacs-lisp/package.el (package-generate-description-file):
1880         Output first-line comment to set buffer-local var `no-byte-compile'.
1881         Suggested by Dmitry Gutov:
1882         <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
1884 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1886         Fix bug: Properly quote args to generated -pkg.el `define-package'.
1888         * emacs-lisp/package.el (package-generate-description-file):
1889         Inline `package--alist-to-plist'; rewrite to selectively
1890         quote alist values that are not self-quoting.
1891         (package--alist-to-plist): Delete func.
1893 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
1895         * term/xterm.el (xterm-function-map): Add mapping for shifted
1896         keypad keys.
1898 2014-05-24  Daniel Colascione  <dancol@dancol.org>
1900         * progmodes/subword.el (subword-find-word-boundary): Move point to
1901         correct spot before search. (Bug#17580)
1903         * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
1904         breaking the build.
1906 2014-05-24  Leo Liu  <sdl.web@gmail.com>
1908         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
1910 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1912         * minibuffer.el (completion--sreverse): Remove.
1913         (completion--common-suffix): Use `reverse' instead.
1914         * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
1916 2014-05-22  Glenn Morris  <rgm@gnu.org>
1918         * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
1920 2014-05-21  Daniel Colascione  <dancol@dancol.org>
1922         * files.el (interpreter-mode-alist): Add mksh.
1924         * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
1925         derivative.
1926         (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
1927         mksh. Improve custom spec; allow regular expressions.
1928         (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
1929         (sh-after-hack-local-variables): New function.
1930         (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
1931         (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
1932         the normalization.
1933         (sh-canonicalize-shell): Rewrite to support regexes.
1935 2014-05-21  Leo Liu  <sdl.web@gmail.com>
1937         * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
1939 2014-05-19  Leo Liu  <sdl.web@gmail.com>
1941         * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
1943 2014-05-18  Glenn Morris  <rgm@gnu.org>
1945         * loadup.el:
1946         * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
1948 2014-05-14  Sam Steingold  <sds@gnu.org>
1950         * progmodes/python.el (python-shell-get-or-create-process):
1951         Do not bind `current-prefix-arg' so that C-c C-z does not talk
1952         back unless requested.
1954 2014-05-14  Glenn Morris  <rgm@gnu.org>
1956         * subr.el (with-file-modes): New macro.
1957         * printing.el (pr-save-file-modes): Make obsolete.
1958         * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
1959         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
1960         Add with-file-modes.
1961         * doc-view.el (doc-view-make-safe-dir):
1962         * epg.el (epg--start):
1963         * files.el (locate-user-emacs-file, make-temp-file)
1964         (backup-buffer-copy, move-file-to-trash):
1965         * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
1966         * eshell/esh-util.el (eshell-with-private-file-modes)
1967         (eshell-make-private-directory):
1968         * net/browse-url.el (browse-url-mosaic):
1969         * obsolete/mailpost.el (post-mail-send-it):
1970         * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
1971         * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
1972         Use with-file-modes.
1974         * vc/emerge.el (emerge-make-temp-file): Simplify.
1976 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
1977             Stefan Monnier  <monnier@iro.umontreal.ca>
1979         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1980         suffix (bug#15419).
1982 2014-05-14  Glenn Morris  <rgm@gnu.org>
1984         * vc/emerge.el (emerge-temp-file-prefix):
1985         Make pointless option obsolete.
1986         (emerge-temp-file-mode): Make non-functional option obsolete.
1988 2014-05-14  Michael Albinus  <michael.albinus@gmx.de>
1990         * net/browse-url.el (browse-url):
1991         Use `unhandled-file-name-directory' when setting `default-directory',
1992         in order to circumvent stalled remote connections.  (Bug#17425)
1994 2014-05-14  Glenn Morris  <rgm@gnu.org>
1996         * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
1997         Optimize on Emacs, which has the relevant functions for ages.
1999 2014-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2001         * simple.el (undo-make-selective-list): Obey undo-no-redo.
2003 2014-05-12  Sam Steingold  <sds@gnu.org>
2005         * calendar/time-date.el (seconds-to-string): New function to
2006         pretty print time delay in seconds.
2008 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2010         * mpc.el (mpc-format): Trim Date to the year.
2011         (mpc-songs-hashcons): Shorten the Date field.
2013         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
2014         into autoloading just because of a silly indirection.
2016 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
2018         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
2020 2014-05-12  Glenn Morris  <rgm@gnu.org>
2022         * emacs-lisp/find-gc.el: Move to ../admin.
2024         * printing.el (pr-version):
2025         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
2027         * net/browse-url.el (browse-url-mosaic):
2028         Create /tmp/Mosaic.PID as a private file.
2030 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2032         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
2033         (advice--member-p): If name is given, only compare the name.
2034         (advice--remove-function): Don't stop at the first match.
2035         (advice--normalize-place): New function.
2036         (add-function, remove-function): Use it.
2037         (advice--add-function): Pass the name, if any, to
2038         advice--remove-function.
2040 2014-05-12  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
2042         * electric.el (electric-indent-post-self-insert-function): Don't use
2043         `pos' after modifying the buffer (bug#17449).
2045 2014-05-12  Stephen Berman  <stephen.berman@gmx.net>
2047         * calendar/todo-mode.el (todo-insert-item-from-calendar):
2048         Correct argument list to conform to todo-insert-item--basic.
2050 2014-05-12  Glenn Morris  <rgm@gnu.org>
2052         * files.el (cd-absolute): Test if directory is accessible
2053         rather than executable.  (Bug#17330)
2055         * progmodes/compile.el (recompile):
2056         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
2058         * net/browse-url.el (browse-url-mosaic):
2059         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
2060         This is CVE-2014-3423.
2062 2014-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2064         * mouse.el: Use the normal toplevel loop while dragging.
2065         (mouse-set-point): Handle multi-clicks.
2066         (mouse-set-region): Handle multi-clicks for drags.
2067         (mouse-drag-region): Update call accordingly.
2068         (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
2069         Use the normal event loop instead of a local while/read-event loop.
2070         (global-map): Remove redundant bindings for double/triple-mouse-1.
2071         * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
2072         Generate synthetic down events when the protocol only sends up events.
2073         (xterm-mouse-last): Remove.
2074         (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
2075         terminal parameter instead.
2076         (xterm-mouse--set-click-count): New function.
2077         (xterm-mouse-event): Detect/generate double/triple clicks.
2078         * reveal.el (reveal-close-old-overlays): Don't close while dragging.
2080         * info.el (Info-quoted): New face.
2081         (Info-mode-font-lock-keywords): New var.
2082         (Info-mode): Use it.
2084         * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
2085         are a hindrance for C-x C-e.
2087 2014-05-11  Leo Liu  <sdl.web@gmail.com>
2089         * net/rcirc.el (rcirc-sentinel): Fix last change.
2091 2014-05-08  Sam Steingold  <sds@gnu.org>
2093         * net/rcirc.el (rcirc-reconnect-delay): New user option.
2094         (rcirc-sentinel): Auto-reconnect to the server if
2095         `rcirc-reconnect-delay' is non-0 (but not more often than its
2096         value in case the host is off-line).
2098 2014-05-09  Eli Zaretskii  <eliz@gnu.org>
2100         * progmodes/grep.el (lgrep): Fix a typo in last commit.
2102 2014-05-09  Glenn Morris  <rgm@gnu.org>
2104         * files.el (file-expand-wildcards):
2105         * man.el (Man-support-local-filenames):
2106         * printing.el (pr-i-directory, pr-interface-directory):
2107         * progmodes/grep.el (lgrep, rgrep):
2108         * textmodes/ispell.el (ispell-call-process)
2109         (ispell-call-process-region, ispell-start-process)
2110         (ispell-init-process): Use file-accessible-directory-p.
2112 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2114         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
2115         (xterm-mouse--read-event-sequence-1000): Return nil if something
2116         looks fishy.
2117         (xterm-mouse-event): Propagate it.
2118         (xterm-mouse-translate-1): Handle it.
2120 2014-05-08  Stephen Berman  <stephen.berman@gmx.net>
2122         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
2123         four slots of the parameter list are filled, make sure to pass it
2124         to the argument list of todo-insert-item--basic.
2126 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2128         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
2129         Add optional `seen' argument to detect and break infinite loops.
2131 2014-05-08  Eli Zaretskii  <eliz@gnu.org>
2133         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
2134         (trace-unsafe, trace-use-tree): Make parentheses style be
2135         according to Emacs style.
2137 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
2139         * net/tramp-sh.el (tramp-remote-process-environment):
2140         Remove HISTFILE and HISTSIZE; it's too late to set them here.
2141         Add :version entry.
2142         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
2143         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
2144         extra "PSx=..." commands.
2145         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
2146         (Bug#17295)
2148         (tramp-uudecode): Replace the hard-coded temporary file name by a
2149         format specifier.
2150         (tramp-remote-coding-commands): Enhance docstring.
2151         (tramp-find-inline-encoding): Replace "%t" by a temporary file
2152         name.  (Bug#17415)
2153         This is CVE-2014-3424.
2155 2014-05-08  Glenn Morris  <rgm@gnu.org>
2157         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
2158         (find-gc-source-files): Update some names.
2159         (trace-call-tree): Simplify and update.
2160         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
2161         This is CVE-2014-3422.
2163 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * minibuffer.el (completion--try-word-completion): Revert fix for
2166         Bug#15980 (bug#17375).
2168         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
2169         Always store button numbers in the same way in xterm-mouse-last;
2170         Don't burp is xterm-mouse-last is not set as expected.
2171         Never return negative indices.
2173 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
2175         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2176         Backtrack one char if the global/char-literal var matcher hits
2177         inside a string.  The next char could be the beginning of an
2178         expression expansion.
2180 2014-05-08  Glenn Morris  <rgm@gnu.org>
2182         * help-fns.el (describe-function-1): Test for an autoload before a
2183         macro, since `macrop' works on autoloads.  (Bug#17410)
2185 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2187         * electric.el (electric-indent-functions-without-reindent): Add yaml.
2189         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
2190         Make sure the new point we return is within the new string (bug#17239).
2192 2014-05-05  Daniel Colascione  <dancol@dancol.org>
2194         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2195         Port `gnu' pattern to rx.
2197 2014-05-05  Jarek Czekalski  <jarekczek@poczta.onet.pl>
2199         Remove unneeded prompt when closing a buffer with active
2200         emacsclient ("Buffer ... still has clients"), #16548.
2201         * server.el (server-start): Remove the only call to:
2202         (server-kill-buffer-query-function): Remove.
2204 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2206         * calendar/diary-lib.el (calendar-chinese-month-name-array):
2207         Defvar to pacify compiler.
2209 2014-05-04  Eli Zaretskii  <eliz@gnu.org>
2211         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
2213 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2215         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2216         Use nil rather than `default' for the "default" appearance (bug#17388).
2217         * vc/ediff-util.el (ediff-inferior-compare-regions)
2218         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
2219         a misleading `default' value when it's really a boolean.
2220         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
2221         overlay is not visible.
2223 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
2225         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
2226         (todo-menu): Uncomment and update.
2228 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
2230         * calendar/todo-mode.el: Reimplement item editing to have the same
2231         basic user interface as item insertion, and make small UI and
2232         larger internal improvements to the latter.
2233         (todo-insert-item): Add reference to the Todo mode user manual to
2234         the documentation string.
2235         (todo-insert-item--basic): Rename from todo-basic-insert-item and
2236         adjust all callers.  Change signature to combine diary and
2237         nonmarking arguments.  Incorporate functionality of deleted item
2238         copying command and add error checking.  Remove detailed
2239         descriptions of the arguments from the documentation string, since
2240         this is treated in the Todo mode user manual.
2241         (todo-copy-item, todo-edit-multiline-item)
2242         (todo-edit-done-item-comment, todo-edit-item-header)
2243         (todo-edit-item-time, todo-edit-item-date-from-calendar)
2244         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
2245         (todo-edit-item-date-year, todo-edit-item-date-month)
2246         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
2247         Remove.
2248         (todo-edit-item): Reimplement as wrapper command for
2249         todo-edit-item--next-key and make it distinguish done and not done
2250         todo items.
2251         (todo-edit-item--text): New function, replacing old command
2252         todo-edit-item and incorporating deleted commands
2253         todo-edit-multiline-item and todo-edit-done-item-comment.
2254         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
2255         Use only numeric value of prefix argument.  Remove detailed
2256         descriptions of the arguments from the documentation string, since
2257         this is treated in the Todo mode user manual.
2258         (todo-edit-item--diary-inclusion): New function, replacing old
2259         command todo-edit-item-diary-inclusion and incorporating and fixing
2260         functionality of deleted command todo-edit-item-diary-nonmarking,
2261         making sure to remove todo-nondiary-marker when adding
2262         diary-nonmarking-symbol.
2263         (todo-edit-category-diary-inclusion): Make sure to delete
2264         diary-nonmarking-symbol when adding todo-nondiary-marker.
2265         (todo-edit-category-diary-nonmarking): Fix indentation.
2266         (todo-insert-item--parameters): Group diary and nonmarking
2267         parameters together.
2268         (todo-insert-item--apply-args): Adjust to signature of
2269         todo-insert-item--basic and incorporate copy parameter.
2270         Make small code improvements.
2271         (todo-insert-item--next-param): Improve prompt and adjust it to
2272         new parameter grouping.  Remove obsolete code.
2273         (todo-edit-item--param-key-alist)
2274         (todo-edit-item--date-param-key-alist)
2275         (todo-edit-done-item--param-key-alist): New defconsts.
2276         (todo-edit-item--prompt): New variable.
2277         (todo-edit-item--next-key): New function.
2278         (todo-key-bindings-t): Bind "e" to todo-edit-item.
2279         Remove bindings of deleted commands.
2281 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2283         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
2285 2014-05-04  Glenn Morris  <rgm@gnu.org>
2287         * allout-widgets.el (allout-widgets-tally)
2288         (allout-decorate-item-guides):
2289         * menu-bar.el (menu-bar-positive-p):
2290         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2291         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
2292         * progmodes/js.el (js--inside-param-list-p)
2293         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
2294         * progmodes/prolog.el (region-exists-p):
2295         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
2296         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
2297         Doc fixes (replace `iff').
2299 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2301         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
2303 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2305         Support Chinese diary entries in calendar and diary.  (Bug#17393)
2306         * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
2307         (calendar-chinese-from-absolute-for-diary)
2308         (calendar-chinese-to-absolute-for-diary)
2309         (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
2310         (diary-chinese-list-entries): New functions to list and mark
2311         Chinese diary entries in the calendar window.
2312         (diary-chinese-anniversary)
2313         (diary-chinese-insert-anniversary-entry)
2314         (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
2315         (diary-chinese-insert-yearly-entry): New commands to insert
2316         Chinese diary entries.
2318         * calendar/diary-lib.el (diary-font-lock-keywords):
2319         Support font-locking Chinese dates.
2321         * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
2322         inserting Chinese diary entries.
2324         * calendar/calendar.el (diary-chinese-entry-symbol):
2325         New customizable variable.
2326         (calendar-mode-map): Add bindings for inserting Chinese diary
2327         entries.
2329 2014-05-03  Juri Linkov  <juri@jurta.org>
2331         * dired.el (dired-check-switches, dired-switches-recursive-p):
2332         New functions.  (Bug#17218)
2333         (dired-switches-escape-p, dired-move-to-end-of-filename):
2334         Use `dired-check-switches'.
2335         (dired-insert-old-subdirs, dired-build-subdir-alist)
2336         (dired-sort-R-check): Use `dired-switches-recursive-p'.
2338 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
2340         * simple.el (undo-make-selective-list): New algorithm fixes
2341         incorrectness of position adjustments when undoing in region.
2342         (Bug#17235)
2343         (undo-elt-crosses-region): Make obsolete.
2344         (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
2345         New functions to adjust positions using undo-deltas.
2347 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
2350         the last consecutive closing paren (bug#17345).
2352 2014-04-30  Reuben Thomas  <rrt@sc3d.org>
2354         * dired.el (dired-mode): make terminology for eXpunge command
2355         consistent.  (Bug#17276)
2357 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
2359         * dired.el (dired-initial-position-hook, dired-initial-position):
2360         Doc string fixes.
2362 2014-04-30  Glenn Morris  <rgm@gnu.org>
2364         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
2366 2014-04-30  Matthias Dahl  <matthias.dahl@binary-island.eu>
2368         * faces.el (face-spec-recalc): Apply X resources only after the
2369         defface spec has been applied. Thus, X resources are no longer
2370         overriden by the defface spec which also fixes issues on win32 where
2371         the toolbar coloring was wrong because it is set through X resources
2372         and was (wrongfully) overriden.  (Bug#16694)
2374 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * textmodes/rst.el (electric-pair-pairs): Declare.
2377         (rst-mode): Set it (bug#17131).
2379 2014-04-30  Juri Linkov  <juri@jurta.org>
2381         * desktop.el (desktop-value-to-string): Let-bind `print-length'
2382         and `print-level' to nil.  (Bug#17351)
2384 2014-04-30  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2386         * battery.el (battery-update): Handle the case where battery
2387         status is "N/A" (bug#17319).
2389 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         * progmodes/ps-mode.el: Use SMIE.  Move string and comment recognition
2392         to syntax-propertize.
2393         (ps-mode-auto-indent): Mark as obsolete.
2394         (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
2395         (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
2396         word regexp operators.
2397         (ps-mode-map): Move initialization into declaration.  Remove binding
2398         for TAB, RET, >, ], and }.
2399         (ps-mode-syntax-table): Move initialization into declaration.
2400         Don't give word syntax to non-word chars.
2401         (ps-run-mode-map): Move initialization into declaration.
2402         (ps-mode-menu-main): Remove auto-indent entry.
2403         (ps-mode-smie-rules): New function.
2404         (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
2405         (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
2406         (ps-mode--string-syntax-table): New const.
2407         (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
2408         New functions.
2409         (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
2410         (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
2412 2014-04-27  Daniel Colascione  <dancol@dancol.org>
2414         * term/xterm.el (xterm-paste): Use large finite timeout when
2415         reading event to avoid putting keys in this-command-keys.
2417 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2419         * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
2420         (perl-syntax-propertize-function): Use it.  Extend handling of
2421         here-docs to the unquoted case.
2423 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
2425         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
2426         Use equal-including-properties to compare help-echo strings (bug#17331).
2428 2014-04-25  Leo Liu  <sdl.web@gmail.com>
2430         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2431         Fix syntax for @.  (Bug#17325)
2433 2014-04-25  Daniel Colascione  <dancol@dancol.org>
2435         * emacs-lisp/cl.el (gv): Require gv early to break eager
2436         macro-expansion cycles.
2438 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2440         * simple.el (region-active-p): Check there's a mark (bug#17324).
2442         * simple.el (completion-list-mode-map): Use choose-completion for the
2443         mouse binding as well (bug#17302).
2444         (completion-list-mode, completion-setup-function): Adjust docstring and
2445         echo area message accordingly.
2446         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
2447         calling convention of choose-completion.
2448         * comint.el (comint-dynamic-list-completions):
2449         * term.el (term-dynamic-list-completions): Accept choose-completion.
2451         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
2452         &, |, +, - and * can't be a division (bug#17317).
2454         * term/xterm.el (xterm--version-handler): Don't use modern xterm
2455         features on gnome-terminal (bug#16988).
2457 2014-04-25  Thien-Thi Nguyen  <ttn@gnu.org>
2459         Improve Scheme font-locking for (define ((foo ...) ...) ...).
2461         * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
2462         the declared object, ignore zero or more parens, not zero or one.
2464 2014-04-24  Leo Liu  <sdl.web@gmail.com>
2466         * progmodes/xscheme.el (xscheme-expressions-ring)
2467         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2468         (xscheme-control-g-disabled-p, xscheme-process-filter-state)
2469         (xscheme-allow-output-p, xscheme-prompt)
2470         (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
2472         * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
2473         Comment out unused functions.
2475 2014-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2477         * info.el: Use lexical-binding and cl-lib.
2478         Use defvar-local and setq-local instead of make-local-variable.
2479         (Info-apropos-matches): Avoid add-to-list.
2480         (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
2482 2014-04-24  Daniel Colascione  <dancol@dancol.org>
2484         * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
2486 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2488         * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
2490 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
2492         * dired.el (dired-insert-set-properties): Do not consider
2493         subdirectory headings and empty lines to be information that
2494         `dired-hide-details-mode' should hide.  (Bug#17228)
2496 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
2498         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2499         Remove test messages.
2500         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
2501         and `target' twice.
2503 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2505         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
2506         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
2508         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
2510 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
2512         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2513         Set "IFS=" when using read builtin, in order to preserve spaces in
2514         the file name.  Add test messages for hunting a bug on hydra.
2515         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
2517 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2519         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
2520         Don't prettify a word within a symbol.
2522 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
2524         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
2525         possible.
2527 2014-04-22  Daniel Colascione  <dancol@dancol.org>
2529         * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
2530         use defun to define `function-put'.
2532 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2534         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
2535         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
2536         (lisp-mode-variables): Set font-lock-extra-managed-props.
2538         * emacs-lisp/byte-run.el (function-put): New function.
2539         (defun-declarations-alist): Use it.  Add `pure' and `side-effect-free'.
2540         * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
2541         (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
2542         Use them.
2544 2014-04-22  Daniel Colascione  <dancol@dancol.org>
2546         * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
2547         Add `full-p' parameter; when nil, call `macroexpand' instead of
2548         `macroexpand-all'.
2550         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2551         Improve docstrings.
2553         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2554         Use lambda function values, not quoted lambdas.
2555         (byte-compile-recurse-toplevel): Remove extraneous &optional.
2557         * emacs-lisp/cl-macs.el
2558         (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
2559         (cl-struct-slot-value): Conditionally use aref or nth so that the
2560         compiler produces optimal code.
2562 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2564         * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
2565         (inline): Don't inline cl--set-elt.
2566         (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
2567         Define as inlinable instead.
2568         (cl-struct-set-slot-value): Remove.
2570         * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
2571         * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
2572         Use setf instead.
2574 2014-04-21  Daniel Colascione  <dancol@dancol.org>
2576         * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
2577         last two parameters after all.
2578         (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
2579         (cl--compiler-macro-assoc,cl-struct-slot-value)
2580         (cl-struct-set-slot-value): Stop using them.
2582 (2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2584         * image-mode.el (image-mode-window-put): Don't assume there's a `t'
2585         entry in image-mode-winprops-alist.
2587 2014-04-21  Daniel Colascione  <dancol@dancol.org>
2589         * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
2590         (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
2591         (byte-compile-toplevel-file-form): Use it.
2593         * emacs-lisp/cl-macs.el:
2594         (cl--loop-let): Properly destructure `while' clauses.
2596 2014-04-20  Daniel Colascione  <dancol@dancol.org>
2598         * vc/vc.el (vc-root-dir): New public autoloaded function for
2599         generically finding the current VC root.
2600         * vc/vc-hooks.el (vc-not-supported): New error.
2601         (vc-call-backend): Signal `vc-not-supported' instead of generic error.
2603 2014-04-20  Daniel Colascione  <dancol@dancol.org>
2605         * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
2606         argument.
2607         (cl--const-expr-val): cl--const-expr-val should macroexpand its
2608         argument in case we're inside a symbol-macrolet.
2609         (cl--do-arglist, cl--compiler-macro-typep)
2610         (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
2611         environment to `cl--const-expr-val'.
2612         (cl-struct-sequence-type,cl-struct-slot-info)
2613         (cl-struct-slot-offset, cl-struct-slot-value)
2614         (cl-struct-set-slot-value): New functions.
2616 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2618         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
2619         assignments such as "case=hello" (bug#17297).
2621 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
2623         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
2624         Do not autoload.
2625         (tramp-file-name-handler, tramp-completion-file-name-handler):
2626         Revert patch from 2014-04-10, it isn't necessary anymore.
2627         (tramp-autoload-file-name-handler)
2628         (tramp-register-autoload-file-name-handlers): New defuns.
2629         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
2630         (tramp-register-file-name-handlers): Remove also
2631         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
2632         Do not autoload its invocation, but eval it after loading of 'tramp.
2634         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
2636         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
2638 2014-04-17  Daniel Colascione  <dancol@dancol.org>
2640         Add support for bracketed paste mode; add infrastructure for
2641         managing terminal mode enabling and disabling automatically.
2643         * xt-mouse.el:
2644         (xterm-mouse-mode): Simplify.
2645         (xterm-mouse-tracking-enable-sequence)
2646         (xterm-mouse-tracking-disable-sequence): New constants.
2647         (turn-on-xterm-mouse-tracking-on-terminal)
2648         (turn-off-xterm-mouse-tracking-on-terminal):
2649         Use tty-mode-set-strings and tty-mode-reset-strings terminal
2650         parameters instead of random hooks.
2651         (turn-on-xterm-mouse-tracking)
2652         (turn-off-xterm-mouse-tracking): Delete.
2654         * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
2655         (xterm-paste-ending-sequence): New constant.
2656         (xterm-paste): New command used for bracketed paste support.
2658         (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
2659         (terminal-init-xterm-bracketed-paste-mode): New function.
2660         (terminal-init-xterm): Call it.
2661         (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
2662         and tty-mode-reset-strings instead of random hooks.
2663         (xterm-turn-on-modify-other-keys)
2664         (xterm-turn-off-modify-other-keys)
2665         (xterm-remove-modify-other-keys): Delete obsolete functions.
2667         * term/screen.el: Rewrite to just use the xterm code.
2668         Add copyright notice.  Mention tmux.
2670 2014-04-17  Ian D  <dunni@gnu.org>  (tiny change)
2672         * image-mode.el (image-mode-window-put): Also update the property of
2673         the "default window".
2674         * doc-view.el (doc-view-new-window-function): If no window
2675         exists, move to the last known page.
2677 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2679         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
2680         here-documents (bug#17262).
2682 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
2684         * term/pc-win.el (x-list-fonts, x-get-selection-value):
2685         Provide doc strings, as required by snarf-documentation.
2687 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
2690         arg of overlays-at.  Use `invisible-p'.
2692         * obsolete/lucid.el (extent-at):
2693         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
2694         overlays-at.
2695         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
2697 2014-04-16  João Távora  <joaotavora@gmail.com>
2699         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
2700         links.  (Bug#17217).
2702 2014-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2704         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2705         Use mapc to loop over a vector.  (Bug#17257).
2707 2014-04-16  Michael Albinus  <michael.albinus@gmx.de>
2709         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
2710         patch, there are new problems with file names containing spaces.
2711         Get rid of backticks.  (Bug#17238)
2713 2014-04-16  João Távora  <joaotavora@gmail.com>
2715         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
2716         possible bug.
2718 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
2720         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
2721         (blink-cursor-mode): Mention customization variables and the
2722         effect of 'blink-cursor-blinks'.
2724 2014-04-16  Barry O'Reilly  <gundaetiapo@gmail.com>
2726         * simple.el (undo): Prevent insertion of identity mapping into
2727         undo-equiv-table so as undo-only does not inf loop in the presence
2728         of consecutive nils in undo list.
2730 2014-04-16  Matthias Dahl  <matthias.dahl@binary-island.eu>
2732         * faces.el (make-face): Deprecate optional argument as it is no
2733         longer needed/used since the conditional X resources handling
2734         has been pushed down to make-face-x-resource-internal itself.
2735         (make-empty-face): Don't pass optional argument to make-face.
2737 2014-04-16  Karl Fogel  <kfogel@red-bean.com>
2739         * savehist.el (savehist-save): Remove workaround for a read-passwd
2740         bug that was fixed before 24.3.  Thanks to Juanma Barranquero for
2741         noticing that the shim was still present.
2743 2014-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2745         * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
2747 2014-04-14  Juanma Barranquero  <lekktu@gmail.com>
2749         * faces.el (face-set-after-frame-default): Remove unused local variable.
2751 2014-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2753         * progmodes/grep.el: Use lexical-binding.
2754         (grep-expand-template): Pass explicit lexical env to `eval'.
2755         (zrgrep): Let-bind grep-find-template explicitly.
2757         * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
2758         * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
2760 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
2762         * international/characters.el <standard-case-table>: Add entries
2763         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
2764         Set category of Coptic characters be 'g' (Greek).
2766 2014-04-12  Leo Liu  <sdl.web@gmail.com>
2768         * progmodes/octave.el (completion-table-with-cache):
2769         Define if not available.
2770         (octave-goto-function-definition, octave-sync-function-file-names)
2771         (octave-find-definition-default-filename):
2772         Backquote upattern for compatibility.
2774 2014-04-12  Michael Albinus  <michael.albinus@gmx.de>
2776         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2777         name twice due to backticks.  (Bug#17238)
2779 2014-04-12  Glenn Morris  <rgm@gnu.org>
2781         * term/w32-win.el (x-win-suspend-error):
2782         * term/x-win.el (x-win-suspend-error): Sync docs.
2784 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
2786         * faces.el (make-face): Remove deprecated optional argument.
2787         The conditional application of X resources is handled directly by
2788         make-face-x-resource-internal since Emacs 24.4.
2789         (make-empty-face): Don't pass optional argument to make-face.
2791 2014-04-11  Glenn Morris  <rgm@gnu.org>
2793         * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.  (Bug#16429)
2795 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2797         Ediff's overlay priorities cause more trouble than they solve.
2798         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
2799         (ediff-highest-priority): Remove function (bug#17234).
2800         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
2801         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
2802         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
2803         overlay priorities.
2805 2014-04-11  Feng Li  <fengli@gmail.com>  (tiny change)
2807         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
2808         entry; use symbol boundaries to avoid mis-matches.
2810 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
2812         * net/tramp.el (tramp-file-name-handler)
2813         (tramp-completion-file-name-handler): Avoid recursive loading.
2815         * net/tramp-sh.el (tramp-make-copy-program-file-name):
2816         Quote result also locally.
2818 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2820         * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
2821         Remove left-over code.
2823         * newcomment.el (comment-indent-new-line): Sink code where it's used.
2824         Reuse the previous comment's indentation unconditionally if it's on its
2825         own line.
2827 2014-04-09  Daniel Colascione  <dancol@dancol.org>
2829         * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
2830         `no-syntax-crossing' arguments.  Forward to `up-list'.
2831         (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
2832         Implement logic for escaping from strings.  Use narrowing to deal
2833         with corner cases.
2835 2014-04-09  Leo Liu  <sdl.web@gmail.com>
2837         * net/rcirc.el (rcirc-connection-info): New variable.
2838         (rcirc-connect): Use it to store connection info.
2839         (rcirc-buffer-process): Avoid get-buffer-process which returns nil
2840         for killed process.
2841         (rcirc-cmd-reconnect): New command.  (Bug#17045)
2842         (rcirc-mode, set-rcirc-encode-coding-system)
2843         (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
2845 2014-04-09  Daniel Colascione  <dancol@dancol.org>
2847         * emacs-lisp/cl-indent.el: Add comment claiming
2848         facility is also good for elisp.
2849         (lisp-indent-find-method): New function.
2850         (common-lisp-indent-function): Recognize cl-loop.
2851         (common-lisp-indent-function-1): Recognize cl constructs; use
2852         `lisp-indent-find-method' instead of `get' directly.
2853         (if): Use else-body style for elisp.
2855 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
2857         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2858         Module methods.  (Bug#17216)
2860 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2862         * help.el (describe-bindings): Fix buffer handling (bug#17210).
2863         (describe-bindings-internal): Mark obsolete.
2865 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2867         * subr.el (with-silent-modifications): Don't bind deactivate-mark,
2868         buffer-file-name, and buffer-file-truename any more.
2870 2014-04-08  Leo Liu  <sdl.web@gmail.com>
2872         Use lexical-binding and require cl-lib.
2873         * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
2874         (rcirc-handler-generic, rcirc-fill-paragraph)
2875         (rcirc-format-response-string, rcirc-target-buffer)
2876         (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
2877         (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
2878         (rcirc-ctcp-sender-PING, rcirc-browse-url)
2879         (rcirc-markup-timestamp, rcirc-markup-attributes)
2880         (rcirc-markup-my-nick, rcirc-markup-urls)
2881         (rcirc-markup-bright-nicks, rcirc-markup-fill)
2882         (rcirc-check-auth-status, rcirc-handler-WALLOPS)
2883         (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
2884         (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
2885         (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
2886         (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
2887         (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
2888         (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
2889         (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
2890         (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
2891         (rcirc-handler-CTCP-response): Fix unused arguments warnings and
2892         use cl-lib.
2894 2014-04-07  João Távora  <joaotavora@gmail.com>
2896         * elec-pair.el (electric-pair--syntax-ppss):
2897         When inside comments parse from comment beginning.
2898         (electric-pair--balance-info): Fix typo in comment.
2899         (electric-pair--in-unterminated-string-p): Delete.
2900         (electric-pair--unbalanced-strings-p): New function.
2901         (electric-pair-string-bound-function): New var.
2902         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2903         according to `electric-pair--in-unterminated-string-p'
2905         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2906         Inhibit quote pairing if point-max is inside an unterminated string.
2907         (electric-pair--looking-at-unterminated-string-p): Delete.
2908         (electric-pair--in-unterminated-string-p): New function.
2910 2014-04-07  Glenn Morris  <rgm@gnu.org>
2912         * shell.el (shell-directory-tracker):
2913         Go back to just ignoring failures.  (Bug#17159)
2915 2014-04-07  João Távora  <joaotavora@gmail.com>
2917         Fix `electric-pair-delete-adjacent-pairs' in modes binding
2918         backspace. (bug#16981)
2919         * elec-pair.el (electric-pair-backward-delete-char): Delete.
2920         (electric-pair-backward-delete-char-untabify): Delete.
2921         (electric-pair-mode-map): Bind backspace to a menu item filtering
2922         a new `electric-pair-delete-pair' command.
2923         (electric-pair-delete-pair): New command.
2925         * progmodes/python.el (python-electric-pair-string-delimiter):
2926         Fix triple-quoting electricity.  (Bug#17192)
2928         * elec-pair.el (electric-pair-post-self-insert-function):
2929         Don't skip whitespace when `electric-pair-text-pairs' and
2930         `electric-pair-pairs' were used. syntax to
2931         electric-pair--skip-whitespace.  (Bug#17183)
2933 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
2935         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
2936         "<F>".  (Bug#17199)
2938 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2940         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2941         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2943 2014-04-07  Glenn Morris  <rgm@gnu.org>
2945         * help.el (view-lossage): Doc tweak.
2947 2014-04-07  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
2949         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2950         only when inhibit-x-resources is nil, and do that earlier in the
2951         function.  Doc fix.  (Bug#16694)
2952         (face-spec-choose): Accept additional optional argument, whose
2953         value is returned if no matching attributes are found.
2954         (face-spec-recalc): Use the new optional argument when calling
2955         face-spec-choose.  (Bug#16378)
2956         (make-face-x-resource-internal): Do nothing when
2957         inhibit-x-resources is non-nil.  Don't touch the default face if
2958         reversed video is given--as was done in previous versions of Emacs.
2959         (face-set-after-frame-default): Don't call
2960         make-face-x-resource-internal here.  (Bug#16434)
2962 2014-04-07  Tassilo Horn  <tsdh@gnu.org>
2964         * doc-view.el (doc-view-bookmark-jump):
2965         Use `bookmark-after-jump-hook' to jump to the right page after the
2966         buffer is shown in a window.  (bug#16090)
2968 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
2970         * international/characters.el (mirroring): Fix last change:
2971         instead of loading uni-mirrored.el explicitly, do that implicitly
2972         by creating the 'mirroring' uniprop table.  This avoids announcing
2973         the loading of uni-mirrored.el.
2975 2014-04-07  Glenn Morris  <rgm@gnu.org>
2977         * files.el (buffer-stale--default-function)
2978         (buffer-stale-function, revert-buffer--default):
2979         * autorevert.el (auto-revert-buffers): Doc tweaks.
2981 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
2983         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
2985 2014-04-07  Glenn Morris  <rgm@gnu.org>
2987         * files.el (make-backup-file-name-function)
2988         (make-backup-file-name, make-backup-file-name--default-function)
2989         (make-backup-file-name-1, find-backup-file-name)
2990         (revert-buffer-function, revert-buffer-insert-file-contents-function)
2991         (buffer-stale--default-function, buffer-stale-function)
2992         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2993         (revert-buffer, revert-buffer--default)
2994         (revert-buffer-insert-file-contents--default-function):
2995         Doc fixes related to defaults no longer being nil.
2996         (make-backup-file-name-function): Bump :version.
2997         Restore nil as a valid but deprecated custom type.
2999 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3001         * progmodes/perl-mode.el (perl-syntax-propertize-function):
3002         Handle $' used as a variable (bug#17174).
3004         * progmodes/perl-mode.el (perl-indent-new-calculate):
3005         Handle forward-sexp failure (bug#16985).
3006         (perl-syntax-propertize-function): Add "foreach" and "for" statement
3007         modifiers introducing expressions (bug#17116).
3009 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3011         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
3013 2014-04-05  Leo Liu  <sdl.web@gmail.com>
3015         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3016         Add define-compilation-mode.
3018 2014-04-04  João Távora  <joaotavora@gmail.com>
3020         * elec-pair.el (electric-pair--syntax-ppss): When inside comments
3021         parse from comment beginning.
3022         (electric-pair--balance-info): Fix typo in comment.
3023         (electric-pair--in-unterminated-string-p): Delete.
3024         (electric-pair--unbalanced-strings-p): New function.
3025         (electric-pair-string-bound-function): New var.
3026         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3027         according to `electric-pair--in-unterminated-string-p'.
3029 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3031         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
3032         Move declaration before first use.
3033         (reftex-move-to-next-arg): Silence compiler warning.
3035 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
3037         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
3038         Use `window-total-width' instead of `window-width'.
3040 2014-04-03  Daniel Colascione  <dancol@dancol.org>
3042         * subr.el (set-transient-map): Remove rms's workaround entirely;
3043         use new `suspicious-object' subr to mark our lambda for closer
3044         scrutiny during gc.
3046 2014-04-02  Richard Stallman  <rms@gnu.org>
3048         * subr.el (set-transient-map): Comment out previous change.
3050 2014-04-02  Glenn Morris  <rgm@gnu.org>
3052         * menu-bar.el (menu-bar-file-menu):
3053         * vc/ediff.el (ediff-current-file):
3054         Update for revert-buffer-function no longer being nil by default.
3056         * simple.el (command-execute): Respect nil disabled-command-function.
3058 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3060         * simple.el (command-execute): Do not execute the command when it
3061         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
3063 2014-04-02  Juri Linkov  <juri@jurta.org>
3065         * dired-aux.el (dired-compress-file): Don't use string-match-p
3066         because its match data is used afterwards.
3068 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3070         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
3071         0 like nil.
3073 2014-04-02  João Távora  <joaotavora@gmail.com>
3075         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3076         Inhibit quote pairing if point-max is inside an unterminated string.
3077         (electric-pair--looking-at-unterminated-string-p):
3078         Delete.
3079         (electric-pair--in-unterminated-string-p): New function.
3081 2014-04-01  Daniel Colascione  <dancol@dancol.org>
3083         * minibuffer.el (minibuffer-complete): Prevent assertion failure
3084         when trying to complete the prompt.
3086 2014-03-31  Leo Liu  <sdl.web@gmail.com>
3088         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3089         Refactor out eldoc-documentation-function-default.
3090         (eldoc-documentation-function-default): New function.
3091         (eldoc-documentation-function): Change value.
3093 2014-03-31  Glenn Morris  <rgm@gnu.org>
3095         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
3097         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
3098         (vhdl-compose-components-package, vhdl-compose-configuration):
3099         Abbreviate default-directory (missing from some previous upstream sync).
3101 2014-03-31  Reto Zimmermann  <reto@gnu.org>
3103         Sync with upstream vhdl mode v3.35.2.
3104         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3105         (top-level): No longer require assoc.
3106         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
3107         New functions.  Use throughout to replace aget etc.
3108         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
3109         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
3110         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
3111         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
3112         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
3113         except `vhdl-compiler'.
3114         (vhdl-error-regexp-add-emacs): Remove all other compilers,
3115         when appropriate.
3117 2014-03-31  Glenn Morris  <rgm@gnu.org>
3119         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
3120         Revert 2014-03-26 merge goof; go back to using defalias.
3122 2014-03-30  Daniel Colascione  <dancol@dancol.org>
3124         * comint.el (comint-send-input):
3125         Deactivate completion-in-region-mode before we send comint input.
3126         (Bug#17139).
3128         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
3129         on keyboard-quit.
3131 2014-03-29  Glenn Morris  <rgm@gnu.org>
3133         * textmodes/reftex.el: Manage most autoloads automatically.
3134         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
3135         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
3136         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
3137         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
3138         * textmodes/reftex-toc.el: Set generated-autoload-file,
3139         and add autoload cookies for reftex.el.
3140         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
3142 2014-03-28  Glenn Morris  <rgm@gnu.org>
3144         * cus-start.el (report-emacs-bug-address): Set custom properties.
3145         * mail/emacsbug.el (report-emacs-bug-address):
3146         Variable is now defined in emacs.c.
3148         * mail/emacsbug.el (report-emacs-bug):
3149         Include system-configuration-features.
3151 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
3153         * simple.el (cycle-spacing): Never delete spaces on first run by
3154         default, but do so in a new 'fast mode and if there are already
3155         N spaces (the previous behavior).
3156         Compare N with its value in previous invocation so that changing
3157         prefix argument restarts `cycle-spacing' sequence.
3158         The idea is that with this change, binding M-SPC to
3159         `cycle-spacing' should not introduce any changes in behavior of
3160         the binding so long as users do not type M-SPC twice in a raw with
3161         the same prefix argument or lack thereof.
3163 2014-03-28  Glenn Morris  <rgm@gnu.org>
3165         * faces.el (term-file-aliases): New variable.
3166         (tty-run-terminal-initialization): Respect term-file-aliases.
3167         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
3168         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
3169         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
3171 2014-03-27  Glenn Morris  <rgm@gnu.org>
3173         * startup.el (inhibit-startup-hooks): Doc tweak.
3174         (normal-top-level): Simplify running of hooks.
3175         For window-setup-hook, respect inhibit-startup-hooks.
3176         (command-line-1): Don't set window-setup-hook to nil.
3178         Allow selective autoloading from obsolete/ directory.
3179         * Makefile.in (obsolete-autoloads): New rule.
3180         (autoloads): Run obsolete-autoloads.
3181         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
3182         * simple.el (iswitchb-mode): Remove hand-written autoloads.
3184 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
3186         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3187         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
3189         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3190         Don't propertize `?' or `!' as symbol constituent when after
3191         colon.  (Bug#17097)
3193 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
3195         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
3196         which is no longer needed and causes trouble in GTK builds (bug#17046).
3198         * emacs-lisp/package-x.el (package--archive-contents-from-url):
3199         Use url-insert-file-contents; package-handle-response no longer exists.
3201 2014-03-26  Daniel Colascione  <dancol@dancol.org>
3203         * simple.el (process-menu-mode-map): New variable.
3204         (process-menu-delete-process): New command.
3206 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
3208         * emacs-lisp/package.el: Fix bug#16733 (again).
3209         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
3210         (url-http-target-url): Remove unused declarations.
3211         (package-handle-response): Remove.
3212         (package--with-work-buffer): Use url-insert-file-contents and simplify.
3213         (package--download-one-archive): Use current-buffer instead of
3214         dynamic binding of `buffer'.
3215         (describe-package-1): Do not decode readme-string.
3217 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
3219         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
3221         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
3222         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
3223         `remote-file-name-inhibit-cache' to nil in the second pass.
3224         (tramp-find-executable): Do not call "which" on SunOS.
3225         (tramp-send-command-and-check): Fix docstring.
3226         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
3227         check whether source directory has set the sticky bit.
3229 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
3231         * simple.el (primitive-undo): Only process marker adjustments
3232         validated against their corresponding (TEXT . POS).  Issue warning
3233         for lone marker adjustments in undo history.  (Bug#16818)
3234         (undo-make-selective-list): Add marker adjustments to selective
3235         undo list based on whether their corresponding (TEXT . POS) is in
3236         the region.  Remove variable adjusted-markers, which was unused
3237         and only non nil during undo-make-selective-list.
3238         (undo-elt-in-region): Return nil when passed a marker adjustment
3239         and explain in function doc.
3241 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3243         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
3245 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
3247         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
3248         Match special global variables without curlies, too.
3249         (ruby-font-lock-keywords): Simplify the matcher for special global
3250         variables.  Don't require a non-word character after the variable.
3251         (Bug#17057)
3253 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3255         * simple.el (redisplay-highlight-region-function): Increase priority of
3256         overlay to make sure boundaries are visible (bug#15899).
3258 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
3260         * frameset.el (frameset--initial-params): Fix typo in parameter name.
3261         (frameset-restore): Compare display strings with equal.
3263         * frame.el (make-frame): Don't quote display name in error message,
3264         it is already a string.
3266 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3268         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
3269         the password.
3271 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
3273         * emacs-lisp/package.el (package--add-to-archive-contents):
3274         Include already installed and built-in packages in
3275         `package-archive-contents'.
3276         (package-install): Don't include already installed packages in the
3277         options during interactive invocation.  (Bug#16762)
3278         (package-show-package-list): If the buffer is already displayed in
3279         another window, switch to that window.
3281 2014-03-26  Reto Zimmermann  <reto@gnu.org>
3283         Sync with upstream vhdl mode v3.35.1.
3284         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3285         (vhdl-compiler-alist): Doc fix.
3286         (vhdl-goto-line): Remove.
3287         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
3288         (vhdl-mode) <paragraph-start>: Fix value.
3289         (vhdl-fix-statement-region): Not `for' in wait-statement.
3290         (vhdl-beautify-region): Also (un)tabify.
3291         (vhdl-get-visible-signals):
3292         Scan declarative part of generate statements.
3293         (vhdl-template-record): Fix indentation for record type declaration.
3294         (vhdl-expand-abbrev, vhdl-expand-paren):
3295         Revert to using fset again rather than defalias.
3296         (vhdl-scan-directory-contents): Tweak.
3297         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
3298         (vhdl-compose-components-package):
3299         Replace vhdl-goto-line with forward-line.
3300         (top-level): Tweak speedbar frame selection.
3301         (vhdl-generate-makefile-1): Support for compilers with no
3302         unit-to-file name mapping (create directory with dummy files).
3304 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
3306         Sync with upstream verilog-mode revision 702457d.
3307         * progmodes/verilog-mode.el (verilog-mode-version): Update.
3308         (create-lockfiles): Declare.
3309         (verilog-read-decls): Fix module header imports, bug709.
3310         Reported by Victor Lau.
3311         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
3312         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
3313         interface-only modules, bug721.  Reported by Dean Hoyt.
3315 2014-03-26  Glenn Morris  <rgm@gnu.org>
3317         * obsolete/gulp.el: Move here from emacs-lisp/.
3319         * files.el (lock-buffer, unlock-buffer, file-locked-p):
3320         Remove fallback aliases, since they are always defined now.
3322 2014-03-24  Daniel Colascione  <dancol@dancol.org>
3324         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
3325         instead of cl-loop search function.
3327 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
3329         * calendar/parse-time.el (parse-time-iso8601-regexp)
3330         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
3331         it more generally.
3333 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
3335         * net/dns.el (network-interface-list): Define for XEmacs.
3337 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
3339         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
3340         the network interfaces changed.
3341         (dns-query): Use it to flush the data.
3343 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
3345         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
3347 2014-03-23  Daniel Colascione  <dancol@dancol.org>
3349         Change subword-mode to use `find-word-boundary-function-table' and
3350         replace `capitalized-words-mode'.  Also, convert to lexical
3351         binding.
3353         * progmodes/cap-words.el: Delete now-obsolete file.
3354         * progmodes/subword.el: Reimplement using
3355         `find-word-boundary-function-table'.
3356         (subword-mode-map): Hollow out.
3357         (capitalized-words-mode): Define as obsolete alias for
3358         `subword-mode'.
3359         (subword-mode, superword-mode): Tweak documentation to reflect new
3360         implementation; call `subword-setup-buffer'.
3361         (subword-forward, subword-capitalize): Add underscore to indicate
3362         unused variable.
3363         (subword-find-word-boundary-function-table): New constant.
3364         (subword-empty-char-table): New constant.
3365         (subword-setup-buffer): New function.
3366         (subword-find-word-boundary): New function.
3368 2014-03-23  Daniel Colascione  <dancol@dancol.org>
3370         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
3371         list to look for keyword arguments instead of `memq', fixing
3372         (Bug#3647) --- unfortunately, only for freshly-compiled code.
3373         Please make bootstrap.
3375 2014-03-22  Glenn Morris  <rgm@gnu.org>
3377         * dired.el (dired-read-regexp): Make obsolete.
3378         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
3379         (dired-flag-files-regexp):
3380         * dired-aux.el (dired-mark-read-regexp):
3381         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
3383         * startup.el (fancy-startup-text):
3384         * help.el (describe-gnu-project): Visit online info about GNU project.
3386         * help-fns.el (help-fns--interactive-only): New function.
3387         (help-fns-describe-function-functions): Add the above function.
3388         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
3389         (next-line, previous-line): Remove hand-written interactive-only
3390         information from doc strings, it is auto-generated now.
3391         * bookmark.el (bookmark-write):
3392         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
3393         (epa-mail-import-keys): Mark interactive-only,
3394         and remove hand-written interactive-only information from doc strings.
3395         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
3396         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
3397         * files.el (not-modified):
3398         * simple.el (mark-whole-buffer): Mark interactive-only.
3400         * emacs-lisp/byte-run.el (defun-declarations-alist):
3401         Add interactive-only.  Doc tweak.
3402         (macro-declarations-alist): Doc tweak.
3403         * subr.el (declare): Doc tweak (add xref to manual).
3404         * comint.el (comint-run):
3405         * files.el (insert-file-literally, insert-file):
3406         * replace.el (replace-string, replace-regexp):
3407         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3408         (delete-forward-char, goto-line, insert-buffer, next-line)
3409         (previous-line): Set interactive-only via declare.
3411 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
3413         * emacs-lisp/package.el (package-desc): Use the contents of the
3414         quoted form, not its cdr.  (Bug#16873)
3416 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
3418         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
3419         benefit of doc.c; change parameter profile to match the X function.
3421 2014-03-22  Leo Liu  <sdl.web@gmail.com>
3423         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
3424         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
3426 2014-03-21  Richard Stallman  <rms@gnu.org>
3428         * battery.el (battery-linux-sysfs): Search for each field
3429         from the beginning of the buffer.
3431         * subr.el (set-transient-map): Clear out function and value
3432         of the temporary symbol when we're done with it.
3434         * mail/rmailsum.el (rmail-summary-delete-forward):
3435         Optimize case of reaching end and handling count.
3436         (rmail-summary-mark-deleted): Optimize when N is current msg.
3437         Don't create new summary line.
3438         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
3439         (rmail-summary-undelete-many): Rewrite for speed.
3440         (rmail-summary-msg-number): New function.
3442         * mail/rmail.el (rmail-delete-message): Update summary.
3443         (rmail-undelete-previous-message): Handle repeat count arg.
3444         (rmail-delete-backward, rmail-delete-forward): Likewise.
3446 2014-03-21  Daniel Colascione  <dancol@dancol.org>
3448         * mail/emacsbug.el (report-emacs-bug): Include memory usage
3449         information in bug reports.
3451 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
3453         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
3454         and `tramp-copy-env'.
3456         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
3457         (tramp-maybe-open-connection): Handle `tramp-login-env'.
3459 2014-03-21  Glenn Morris  <rgm@gnu.org>
3461         * electric.el (electric-indent-post-self-insert-function): Add doc.
3463 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
3465         * emacs-lisp/package.el (package-compute-transaction):
3466         Use `version-list-<=' to compare the requirement version against
3467         the version of package already to be installed.  Update the error
3468         message.  (Bug#16826)
3470         * progmodes/ruby-mode.el (ruby-smie-rules):
3471         Add indentation rule for ` @ '.  (Bug#17050)
3473 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
3475         * align.el (align-regexp): Remove superfluous backslash.
3477         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
3478         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
3479         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
3480         Fix docstring typos.
3481         (ffap-next): Use C-u in docstring.
3482         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
3483         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
3484         Remove superfluous backslashes.
3485         (ffap-string-at-point): Reflow docstring.
3487         * server.el (server-host): Reflow docstring.
3488         (server-unload-function): Fix docstring typo.
3489         (server-eval-at): Remove superfluous backslash.
3491         * skeleton.el (skeleton-insert): Remove superfluous backslash.
3492         (skeleton-insert): Doc fix.
3493         (skeleton-insert): Reflow docstring.
3495         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
3496         (tty-color-approximate, tty-color-by-index, tty-color-values)
3497         (tty-color-desc): Remove superfluous backslashes.
3499 2014-03-21  Glenn Morris  <rgm@gnu.org>
3501         * cus-start.el (history-length): Bump :version.
3503         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3504         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3505         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3506         Don't set `make-backup-files'.
3508         * info.el (info--prettify-description): New function,
3509         to give info-finder descriptions consistent case, punctuation.
3510         (Info-finder-find-node): Use it.  Sort packages.
3511         Refer to "description" rather than "commentary".
3513 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
3515         * frameset.el (frameset--print-register): New function.
3516         (frameset-to-register): Use it.
3518 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
3520         * progmodes/hideif.el (hif-string-to-number): New function.
3521         (hif-tokenize): Use it to understand non-decimal floats.
3523         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
3525         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
3527 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3529         * electric.el (electric-newline-and-maybe-indent): New command.
3530         Bind it globally to C-j.
3531         (electric-indent-mode): Don't mess with the global map any more.
3532         Don't drop the post-self-insert-hook is some buffer is still using it
3533         (bug#16770).
3535         * bindings.el (global-map): Remove C-j binding.
3537         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
3538         the docstring of functions advised before dumping (bug#16993).
3540 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
3542         * ps-print.el (ps-generate-postscript-with-faces):
3543         Explicitly deactivate the mark (bug#16866).
3544         * simple.el (deactivate-mark): Update region highlight.
3546 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
3548         * emacs-lisp/package.el (describe-package-1):
3549         Decode commentary (bug#16733).
3551 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
3553         * custom.el (defcustom): Doc fix: recommend avoiding destructive
3554         modification of the value argument of :set (bug#16755).
3556 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3558         * simple.el (newline-and-indent): Do autofill (bug#17031).
3560 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
3562         * newcomment.el (comment-normalize-vars): Only add escaping check
3563         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
3564         (comment-beginning): Use `narrow-to-region' instead of moving back
3565         one character.
3566         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
3567         (comment-start-skip): Update the docstring.
3569 2014-03-18  Richard Stallman  <rms@gnu.org>
3571         * dired.el (dired-display-file): Force use of other window.
3573 2014-03-18  Daniel Colascione  <dancol@dancol.org>
3575         * startup.el (tty-handle-args): Remove debug message from 2007.
3577 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3579         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
3580         (advice--make-interactive-form): Use it to avoid (auto)loading function.
3581         (advice--make-1, advice-add, advice-remove):
3582         Remove braindead :advice-pending hack.
3584 2014-03-17  Glenn Morris  <rgm@gnu.org>
3586         * calendar/calendar.el (calendar-generate-month): Apply weekend
3587         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
3589 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
3591         * net/tramp.el (tramp-action-out-of-band): Read pending output.
3592         (tramp-call-process): Trace also DESTINATION.
3594         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3595         Quote file names when they are local.  Remove superfluous trace.
3597 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
3599         * newcomment.el (comment-beginning): If `comment-start-skip'
3600         doesn't match, move back one char and try again.  (Bug#16971)
3602         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3603         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
3604         Set `comment-start-skip' to a simpler value that doesn't try to
3605         check if the semicolon is escaped (this is handled by
3606         `syntax-ppss' now).  (Bug#16971)
3608         * progmodes/scheme.el (scheme-mode-variables): Same.
3610 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
3612         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
3613         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
3614         current (Bug#16816, Bug#17007).
3615         (with-current-buffer-window): New macro doing the same as
3616         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
3617         * help.el (help-print-return-message): Warn in doc-string to not
3618         use this in `with-help-window'.
3619         (describe-bindings-internal): Call `describe-buffer-bindings'
3620         from within help buffer.  See Juanma's scenario in (Bug#16816).
3621         (with-help-window): Update doc-string.
3622         * dired.el (dired-mark-pop-up):
3623         * files.el (save-buffers-kill-emacs):
3624         * register.el (register-preview): Use `with-current-buffer-window'
3625         instead of `with-temp-buffer-window'.
3627 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
3629         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
3630         Implement inserting into current buffer, documented in their docstrings.
3631         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
3632         (rst-section-tree-point, rst-forward-section, rst-indent)
3633         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
3634         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
3635         (rst-font-lock-handle-adornment-pre-match-form)
3636         (rst-repeat-last-character): Reflow docstrings.
3637         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
3638         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
3639         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
3640         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
3641         Fix docstring typos.
3642         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
3643         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
3644         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
3646 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
3648         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
3649         for compatibility with other ports.
3650         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
3651         from the -xrm command line argument, but in the Nextstep port its value
3652         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
3654         * progmodes/python.el (defconst, python-syntax-count-quotes)
3655         (python-indent-region, python-indent-shift-right)
3656         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
3657         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
3658         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
3659         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
3660         (inferior-python-mode, python-shell-make-comint, run-python-internal)
3661         (python-shell-buffer-substring, python-shell-send-buffer)
3662         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
3663         (python-completion-complete-at-point, python-fill-docstring-style)
3664         (python-eldoc-function, python-imenu-format-item-label)
3665         (python-imenu-format-parent-item-label)
3666         (python-imenu-format-parent-item-jump-label)
3667         (python-imenu--build-tree, python-imenu-create-index)
3668         (python-imenu-create-flat-index): Fix docstring typos.
3669         (python-indent-context, python-shell-prompt-regexp, run-python):
3670         Remove superfluous backslashes.
3671         (python-indent-line, python-nav-beginning-of-defun)
3672         (python-shell-get-buffer, python-shell-get-process)
3673         (python-info-current-defun, python-info-current-line-comment-p)
3674         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
3675         (python-indent-post-self-insert-function, python-shell-send-file)
3676         (python-shell-completion-get-completions)
3677         (python-shell-completion-complete-or-indent)
3678         (python-eldoc--get-doc-at-point): Reflow docstrings.
3680 2014-03-14  Glenn Morris  <rgm@gnu.org>
3682         * emacs-lisp/package.el (package-menu-mode-map):
3683         Replace use of obsolete function alias.  Tweak menu item text.
3685         * info.el (Info-finder-find-node):
3686         Ignore the `emacs' metapackage.  (Bug#10813)
3688         * finder.el (finder-list-matches): Include unversioned packages
3689         in the result of a keyword search.
3691         * finder.el (finder--builtins-descriptions): New constant.
3692         (finder-compile-keywords): Use finder--builtins-descriptions.
3694 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
3696         * simple.el (blink-matching-paren): Describe the new value,
3697         `jump', enabling the old behavior.
3698         (blink-matching-open): Use that value.  (Bug#17008)
3700 2014-03-14  Glenn Morris  <rgm@gnu.org>
3702         * finder.el (finder-no-scan-regexp): Add leim-list.
3703         (finder-compile-keywords):
3704         Don't skip files with same basename.  (Bug#14010)
3705         * Makefile.in (setwins_finder): New, excluding leim.
3706         (finder-data): Use setwins_finder.
3708         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
3709         (help-function-arglist, help-make-usage): Move from here...
3710         * help.el (help-split-fundoc, help-add-fundoc-usage)
3711         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
3712         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
3714 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
3716         * net/socks.el (socks, socks-override-functions)
3717         (socks-find-services-entry):
3718         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
3719         (hif-find-ifdef-block):
3720         * progmodes/modula2.el (m2-indent): Fix docstring typos.
3722         * net/tls.el (tls-program): Reflow docstring.
3724         * progmodes/pascal.el (pascal-mode-abbrev-table)
3725         (pascal-imenu-generic-expression, pascal-auto-endcomments)
3726         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
3727         (pascal-outline-mode): Fix docstring typos.
3728         (pascal-mode): Let define-derived-mode document mode hook.
3729         (pascal-uncomment-area): Reflow.
3730         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
3732         * progmodes/opascal.el (opascal-compound-block-indent)
3733         (opascal-case-label-indent): Fix docstring typos.
3734         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
3736 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
3738         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3739         Fontify multiple adjacent negation chars.  (Bug#17004)
3741 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
3743         * emacs-lisp/package.el (package--prepare-dependencies):
3744         Accept requirements without explicit version (bug#14941).
3746 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3748         * register.el (register-separator, copy-to-register): Doc fixes.
3749         (register-preview-default): Remove unnecessary call to concat.
3751         * frameset.el (frameset-restore): When checking for a visible frame,
3752         use the action map instead of calling visible-frame-list.
3754 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
3756         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
3758 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
3760         * window.el (fit-frame-to-buffer): Get maximum width from
3761         display's width instead of height.
3763 2014-03-12  Glenn Morris  <rgm@gnu.org>
3765         * desktop.el (desktop-restore-frames)
3766         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
3767         (desktop-restore-reuses-frames): Doc tweaks.
3769         * electric.el (electric-indent-mode): Doc fix.
3771 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3773         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
3774         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
3775         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
3776         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
3777         (cvs-dired-use-hook): Fix docstring typos.
3778         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
3779         Doc fixes.
3781         * vc/pcvs-defs.el (cvs-auto-remove-handled)
3782         (cvs-auto-remove-directories, cvs-default-ignore-marks)
3783         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
3784         (cvs-execute-single-dir): Fix docstring typos.
3786         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
3787         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
3789         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
3791         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
3792         Fix docstring typos.
3794 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3796         * frameset.el (frameset--jump-to-register): Add autoload; it could be
3797         called from jump-to-register after unloading the frameset package.
3799 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
3802         (bug#16975).  Deactivate the mark before setting it to nil.
3803         (activate-mark): Do nothing if region is already active.
3805 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
3807         * frameset.el (frameset--target-display): Remove definition; declare.
3808         (frameset-save, frameset-restore): Let-bind frameset--target-display.
3810 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3812         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
3813         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
3814         when the advice is pending.
3815         (advice-remove): Remove this marker when not needed any more.
3817 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
3819         * frameset.el: Separate options for reusing frames and cleaning up.
3820         (frameset--reuse-list): Remove definition; declare.
3821         (frameset--action-map): Declare.
3822         (frameset--find-frame-if): Doc fix.
3823         (frameset--restore-frame): Cache frame action.
3824         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
3825         how to clean up the frame list after restoring.  Remove cleaning
3826         options from REUSE-FRAMES.  Change all keyword values to symbols.
3827         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
3829         * desktop.el (desktop-restore-forces-onscreen)
3830         (desktop-restore-reuses-frames): Use non-keyword values.
3831         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
3833 2014-03-10  Glenn Morris  <rgm@gnu.org>
3835         * files.el (find-file): Doc fix: update info node name.
3837         * emacs-lisp/advice.el (ad-add-advice, defadvice):
3838         Doc fix: remove references to deleted info nodes.
3840 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
3842         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3843         Do not add nil to the environment, when there's no remote `locale'.
3844         (tramp-find-inline-encoding): Check, that the remote host has
3845         installed perl, before sending scripts.
3847 2014-03-10  Leo Liu  <sdl.web@gmail.com>
3849         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3850         Clear eldoc-last-message.  (Bug#16920)
3852 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3854         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
3855         (bug#14430).
3857 2014-03-09  Juri Linkov  <juri@jurta.org>
3859         * ansi-color.el (ansi-color-names-vector): Copy default colors
3860         from `xterm-standard-colors' that look well on the default white
3861         background (and also on the black background) to avoid illegible
3862         color combinations like yellow-on-white and white-on-white.
3863         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
3865 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
3867         * frameset.el (frameset-restore): When no frame is visible, do not
3868         generate a list of frames, just make visible the selected one.
3870 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
3872         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
3873         it only contains the repository root.  (Bug#16897)
3875 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
3877         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
3878         only when `remote-file-name-inhibit-cache' is nil.
3879         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
3881 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
3883         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
3884         Fix doc-strings.
3885         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
3886         fit-frame-to-buffer variable.  Fix doc-string.
3887         (fit-window-to-buffer): Set ONLY argument in call of
3888         fit-frame-to-buffer.  Fix doc-string.
3890 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
3892         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
3893         (tramp-action-password): Clear password cache if needed.
3894         (tramp-read-passwd): Do not clear password cache.
3896         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
3897         cache unless it is the first password request.
3899 2014-03-06  Glenn Morris  <rgm@gnu.org>
3901         * simple.el (newline): Doc tweak.
3903         * emacs-lisp/shadow.el (load-path-shadows-find):
3904         Ignore dir-locals.  (Bug#12357)
3906 2014-03-05  Glenn Morris  <rgm@gnu.org>
3908         * files.el (interpreter-mode-alist):
3909         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
3911 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
3913         * frameset.el (frameset--initial-params): Filter out null entries.
3915 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
3917         * window.el (window-min-height, window-min-width):
3918         Rewrite doc-strings.
3919         (window-body-size): Add PIXELWISE argument to make it consistent
3920         with its callees.
3922 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
3924         * finder.el (finder-mode-map, finder-mode-syntax-table):
3925         Revert part of 2014-02-28 change.
3927 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
3929         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
3930         (eww-setup-buffer): Clear next/prev/etc more reliably.
3931         (eww-textarea-map): [tab] doesn't work on tty.
3932         Reported by Mario Lang.
3934         * net/shr.el (shr-map): Ditto.
3936 2014-03-04  Glenn Morris  <rgm@gnu.org>
3938         * minibuffer.el (completion-hilit-commonality):
3939         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
3941 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
3943         * hilit-chg.el (hilit-chg-unload-function): New function.
3944         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
3945         (hilit-chg-map-changes): Prefer cardinal number to digit.
3946         (hilit-chg-display-changes): Reflow docstring.
3947         (highlight-changes-rotate-faces): Remove superfluous backslash.
3949 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
3951         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
3952         `tramp-send-command-and-check'.
3954 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
3956         * hexl.el (hexl-address-region, hexl-ascii-region)
3957         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
3958         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
3959         (hexl-forward-word, hexl-previous-line, hexl-next-line):
3960         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
3961         (hexl-mode): Doc fix.
3962         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
3963         (hexl-mode-ruler): Fix typos in docstrings.
3965         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
3966         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
3967         Remove superfluous backslashes.
3968         (strokes-last-stroke, strokes-global-map, strokes-mode):
3969         Reflow docstrings.
3970         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
3971         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
3972         (strokes-distance-squared, strokes-global-set-stroke)
3973         (strokes-global-set-stroke-string): Doc fixes.
3974         (strokes-help): Fix typos; reflow docstring.
3976 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
3978         * window.el (window-in-direction): Fix doc-string.
3980 2014-03-04  Glenn Morris  <rgm@gnu.org>
3982         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
3983         Explicit error if no grammar.
3984         (smie-config-save): Doc fix.  Fix quote typo.
3986 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3988         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
3989         electric-indent-mode-hook if we obey electric-indent-mode.
3990         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
3991         decide whether we obey electric-indent-mode.
3992         (c-change-set-fl-decl-start, c-extend-after-change-region):
3993         Silence warnings.
3994         (c-electric-indent-mode-hook): Assume we do want to obey
3995         electric-indent-mode.
3997         * electric.el (electric-indent-mode-has-been-called): Remove.
3998         (electric-indent-mode): Fix accordingly.
4000         * files.el (hack-local-variables): Mention file name in warning.
4002         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
4004 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
4006         * bindings.el: Add comment describing why C-d binds to `delete-char'.
4007         * simple.el (delete-forward-char): Mark as interactive-only.
4009 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
4011         * icomplete.el (icomplete-completions):
4012         Follow-up to 2014-03-01 change.
4014         * icomplete.el: Miscellaneous doc fixes.
4015         Use Icomplete everywhere instead of icomplete for consistency.
4016         (icomplete-max-delay-chars): Fix typo.
4017         (icomplete-mode): Use \[].
4018         (icomplete-tidy, icomplete-exhibit): Reflow.
4019         (icomplete-minibuffer-setup-hook, icomplete-completions):
4020         Remove superfluous backlashes.
4022         * ido.el: Miscellaneous doc fixes.
4023         Use Ido everywhere instead of ido or `ido' for consistency.
4024         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
4025         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
4026         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
4027         (ido-separator): Extract obsolescence info from docstring and declare
4028         with make-obsolete-variable.
4029         (ido-minibuffer-setup-hook): Simplify example.
4030         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
4031         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
4032         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
4033         (ido-everywhere): Reflow docstring.
4034         (ido-toggle-vc): Doc fix.
4035         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
4036         of long list of keybindings.
4038 2014-03-03  Glenn Morris  <rgm@gnu.org>
4040         * frame.el (display-pixel-height, display-pixel-width)
4041         (display-mm-dimensions-alist, display-mm-height)
4042         (display-mm-width): Doc tweaks.
4044 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
4046         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
4047         case of undo in region.
4049 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
4051         * window.el (fit-window-to-buffer): Fix argument in window-size
4052         call when window is horizontally combined.
4054 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
4056         * icomplete.el (icomplete-completions): Use string-width.
4057         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4059 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
4061         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4062         Highlight regexp options.  (Bug#16914)
4064 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
4066         * window.el (window--max-delta-1): Round down when calculating
4067         how many lines/columns we can get from a window.
4069 2014-03-01  Glenn Morris  <rgm@gnu.org>
4071         * isearch.el (search-invisible): Doc fix.
4073         * minibuffer.el (completion-hilit-commonality):
4074         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
4075         * comint.el (comint-dynamic-list-completions): Doc fix.
4076         * comint.el (comint-dynamic-list-completions):
4077         * filecache.el (file-cache-minibuffer-complete):
4078         * tempo.el (tempo-display-completions):
4079         * eshell/em-hist.el (eshell-list-history):
4080         Replace use of obsolete argument of display-completion-list.
4082 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
4084         * icomplete.el (icomplete-completions):
4085         Revert back to using "..." when ?… cannot be displayed.
4087 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4089         * finder.el (finder-unload-function): New function.
4091 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4093         * dframe.el (dframe-detach):
4094         * find-dired.el (find-dired, find-name-dired):
4095         * finder.el (finder-mode-map, finder-mode-syntax-table)
4096         (finder-headmark, finder-select, finder-mouse-select):
4097         Fix docstring typos.
4099 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
4101         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
4102         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
4103         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4104         Fix doc-string based on a suggestion by Nicolas Richard
4105         <theonewiththeevillook@yahoo.fr>.
4106         * help.el (with-help-window): Fix doc-string.
4108 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
4110         * net/shr.el (shr-image-animate): New option.
4111         (shr-put-image): Respect shr-image-animate.
4113 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
4115         * net/tramp-adb.el (tramp-adb-parse-device-names):
4116         Use `accept-process-output'.
4117         (tramp-adb-handle-file-truename): Cache the localname only.
4118         (tramp-adb-handle-make-directory)
4119         (tramp-adb-handle-delete-directory): Flush file properties correctly.
4120         (tramp-adb-handle-set-file-modes): Do not raise an error when file
4121         modes cannot be changed.
4123         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
4124         file properties of symlinks.
4126 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
4128         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
4129         required/optional fields to match development biblatex.  (Bug#16781)
4131 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
4133         * saveplace.el (toggle-save-place):
4134         Fix argument handling.  (Bug#16673)
4136 2014-02-28  Glenn Morris  <rgm@gnu.org>
4138         * minibuffer.el (completions-first-difference)
4139         (completions-common-part, completion-hilit-commonality): Doc fixes.
4141 2014-02-28  Karl Berry  <karl@gnu.org>
4143         * info.el (Info-mode-map): Add H for describe-mode,
4144         to synchronize with standalone Info.
4146 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
4148         * progmodes/sql.el (sql-interactive-mode):
4149         Avoid setting global comint-input-ring-separator.  (Bug#16814)
4151 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4153         * net/dbus.el (dbus--init-bus): Declare function.
4154         (dbus-path-local, dbus-interface-local): New defconst.
4155         (dbus-init-bus): Use them.
4156         (dbus-return-values-table): Extend doc.
4157         (dbus-handle-bus-disconnect): Extend error message.
4159 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
4161         * subr.el (y-or-n-p): Fix double space issue in message.
4163 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4165         * net/tramp.el (tramp-call-process): Improve trace message.
4166         (tramp-handle-insert-file-contents): Trace error case.
4168         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4169         <insert-directory>: Use `tramp-handle-insert-directory'.
4170         (tramp-adb-handle-insert-directory): Remove function.
4171         (tramp-adb-send-command-and-check): New defun, replacing
4172         `tramp-adb-command-exit-status'.  Change all callees.
4173         (tramp-adb-handle-file-attributes)
4174         (tramp-adb-handle-directory-files-and-attributes): Use it.
4175         (tramp-adb-ls-output-name-less-p):
4176         Use `directory-listing-before-filename-regexp'.
4177         (tramp-adb-handle-delete-directory): Flush also file properties of
4178         the truename of directory.
4179         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
4180         (tramp-adb-handle-file-local-copy): Make the local copy readable.
4181         (tramp-adb-handle-write-region): Implement APPEND.
4182         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
4183         properties correctly.
4184         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
4185         variables.  Check for connected devices only when needed.
4187 2014-02-27  Glenn Morris  <rgm@gnu.org>
4189         * minibuffer.el (completion-table-dynamic)
4190         (completion-table-with-cache): Doc fixes.
4192         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
4193         (completing-read-multiple): Doc fixes.
4195 2014-02-27  Daniel Colascione  <dancol@dancol.org>
4197         * minibuffer.el (completion--nth-completion): Fix indentation.
4199         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
4200         explicit tramp path is empty.
4202 2014-02-27  Glenn Morris  <rgm@gnu.org>
4204         * emacs-lisp/crm.el (completing-read-multiple):
4205         Empower help-enable-auto-load.
4207 2014-02-26  Glenn Morris  <rgm@gnu.org>
4209         * startup.el (command-line): Don't init the tty in daemon mode.
4211         Avoid calling tty-setup-hook twice, eg if a term file
4212         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
4213         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
4214         (tty-create-frame-with-faces): Use it.
4215         * startup.el (command-line): Pass run-hook argument
4216         to tty-run-terminal-initialization.
4218         * dired.el (dired-restore-desktop-buffer): Demote errors;
4219         eg in case a glob match fails.  (Bug#16884)
4221 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
4223         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
4224         error from `read-from-string'.  (Bug#16850)
4226         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
4227         result of `completing-read' in the interactive form.  (Bug#16854)
4229 2014-02-25  Glenn Morris  <rgm@gnu.org>
4231         * image.el (image-animate, image-animate-timeout):
4232         Stop animating images in dead buffers.  (Bug#16878)
4234         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
4236         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
4237         Doc fixes.
4238         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
4239         * term/sun.el (sun-raw-prefix-hooks):
4240         Use tty-setup-hook instead of term-setup-hook.
4241         (terminal-init-sun): Construct message from bytecomp plist.
4242         * term/wyse50.el (enable-arrow-keys): Doc fix.
4244 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
4246         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
4247         Fix docstring typos.
4249 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
4251         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
4253 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4255         * minibuffer.el (completion--try-word-completion):
4256         Fix error when completing M-x commands (bug#16808).
4258 2014-02-24  Leo Liu  <sdl.web@gmail.com>
4260         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
4262 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
4264         * apropos.el (apropos-print): Avoid formatting error when
4265         apropos-do-all and apropos-compact-layout are both t.
4267 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
4269         * apropos.el (apropos-property, apropos-all-words-regexp)
4270         (apropos-true-hit, apropos-variable, apropos-print):
4271         Fix docstring typos, and remove obsolete comment.
4273 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
4275         * net/tramp-sh.el (tramp-sh-handle-file-truename):
4276         Preserve trailing "/".  (Bug#16851)
4278 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
4280         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
4281         after `=>' (bug#16811).
4282         (ruby-smie-rules): Handle the inconsistent second element of the
4283         list returned by `smie-indent--parent'.
4284         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
4285         method call.
4287 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
4289         * elec-pair.el (electric-pair-text-syntax-table)
4290         (electric-pair-syntax-info, electric-pair--syntax-ppss)
4291         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
4292         (electric-pair--looking-at-unterminated-string-p): Doc fix.
4293         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
4295 2014-02-22  Glenn Morris  <rgm@gnu.org>
4297         * imenu.el (imenu--generic-function): Doc fix.
4299         * register.el (frame-configuration-to-register): Make obsolete.
4301 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
4303         * desktop.el (desktop-save-buffer-p): Do not fail when
4304         desktop-files-not-to-save is nil.  Return t for true result
4305         as the doc says.
4307 2014-02-22  Daniel Colascione  <dancol@dancol.org>
4309         * net/secrets.el (secrets-create-item, secrets-search-items):
4310         Check that attribute values are strings, avoiding the construction
4311         of invalid dbus messages.
4313 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4315         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
4316         defun-declarations-alist.
4318 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4320         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
4321         (bug#16829).
4323 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4325         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
4326         (whitespace-newline, whitespace-trailing, whitespace-line)
4327         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4328         (whitespace-space-after-tab): Fix typo in docstrings.
4330 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
4332         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
4334         * electric.el (electric-indent-functions-without-reindent):
4335         Add `yaml-indent-line'.
4337 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4339         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
4340         It has done nothing for years; should be removed after the release.
4342         * simple.el (choose-completion): Fix docstring typo.
4343         (read-quoted-char-radix): Remove unneeded * in docstring.
4344         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
4345         Don't escape parentheses unnecessarily in docstrings.
4347 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
4349         Fix handling of window-min-height/-width (Bug#16738).
4350         * window.el (window--dump-window, window--dump-frame):
4351         New functions.
4352         (window--min-size-1): Account for window dividers.
4353         When window-resize-pixelwise is nil, delay rounding till after the
4354         sum of the window components has been calculated.
4355         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
4356         nil make sure at least one text line and two text columns remain
4357         fully visible.
4358         (window-resize): Signal an error when window-resize-apply fails.
4359         (window--resize-child-windows): Fix calculation of by how many
4360         pixels a window can still be shrunk via window-new-normal.
4361         (adjust-window-trailing-edge): Call window--resizable with
4362         correct TRAIL argument.
4364         (with-temp-buffer-window): Don't evaluate BODY within
4365         with-current-buffer (Bug#16816).
4367 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
4369         * net/tramp.el (tramp-check-cached-permissions):
4370         Call `file-attributes' with `suffix' being a symbol but a string.
4372 2014-02-21  Daniel Colascione  <dancol@dancol.org>
4374         * net/dbus.el (dbus-init-bus-1): Declare new subr.
4375         (dbus-init-bus): New function: call into dbus-init-bus-1
4376         and installs a handler for the disconnect signal.
4377         (dbus-call-method): Rewrite to look for result in cons.
4378         (dbus-call-method-handler): Store result in cons.
4379         (dbus-check-event): Recognize events with nil sender as valid.
4380         (dbus-handle-bus-disconnect): New function.  React to bus
4381         disconnection signal by synthesizing dbus error for each
4382         pending synchronous or asynchronous call.
4383         (dbus-notice-synchronous-call-errors): New function.
4384         (dbus-handle-event): Raise errors directly only when `dbus-debug'
4385         is true, not all the time.
4387 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4389         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4390         Remove obsolescence declarations, these variables do not exist anymore.
4392         * savehist.el (savehist-save-minibuffer-history)
4393         (savehist-additional-variables, savehist-file, savehist-mode-hook)
4394         (savehist-save-hook, savehist-coding-system, savehist-loaded)
4395         (savehist-load, savehist-install, savehist-autosave): Fix typos;
4396         mostly, refer to "Savehist mode" when talking about the mode,
4397         and not the function.
4399         * saveplace.el (save-place): Remove redundant info in docstring.
4400         (save-place-forget-unreadable-files, toggle-save-place)
4401         (save-place-forget-unreadable-files, save-place-dired-hook):
4402         Fix typos and remove unneeded backslashes.
4404 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
4406         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
4407         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
4409         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4410         <insert-directory>: Use `tramp-handle-insert-directory'.
4411         (tramp-gvfs-handle-insert-directory): Remove function.
4413         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4414         Call `tramp-handle-insert-directory'.
4416 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
4418         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
4419         before the start of buffer/region (bug#16799).
4421 2014-02-20  Glenn Morris  <rgm@gnu.org>
4423         * isearch.el (search-invisible): Doc fix.
4425 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
4427         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
4428         (bug#16657).
4430 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
4432         * frameset.el (frameset-restore): Delay removing an old frame's
4433         duplicate id until the new frame has been correctly created.
4435 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
4437         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
4438         (tramp-check-cached-permissions): Call `file-attributes' if the
4439         cache is empty.
4441         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4442         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
4444         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4445         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
4446         (tramp-gvfs-maybe-open-connection): Set always connection
4447         properties, even if target is mounted already.
4449         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
4450         Set tramp-autoload cookie.
4451         (tramp-get-remote-touch): New defun.
4452         (tramp-sh-handle-set-file-times): Use it.
4453         (tramp-sh-handle-directory-files-and-attributes):
4454         Use `tramp-handle-directory-files-and-attributes' if neither stat
4455         nor perl are available on the remote host.
4457         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
4458         "/".  Write long listing only when "l" belongs to the switches.
4460         * net/trampver.el: Update release number.
4462 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
4464         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
4466 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
4468         * window.el (window-state-put): Allow WINDOW to refer to an
4469         internal window (Bug#16793).
4471 2014-02-19  Glenn Morris  <rgm@gnu.org>
4473         * textmodes/remember.el: Move provide statement to end.
4474         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
4475         (remember-notes): Doc fixes.
4477 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4479         * delsel.el (delete-char): Restore incorrectly erased property
4480         (bug#16795).
4482 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
4484         * frameset.el (frameset--restore-frame): When a frame is being reused
4485         and its root window is not alive, delete all the frame's windows before
4486         restoring the window state.  This works around the issue in bug#16793.
4488 2014-02-18  Glenn Morris  <rgm@gnu.org>
4490         * textmodes/remember.el (remember-data-directory)
4491         (remember-directory-file-name-format, remember-store-in-files)
4492         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
4493         (remember-notes-save-and-bury-buffer)
4494         (remember-notes--kill-buffer-query): Doc fixes.
4496         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
4498 2014-02-17  Alan Mackenzie  <acm@muc.de>
4500         Connect electric-indent-mode up with CC Mode.  Bug #15478.
4501         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
4502         to electric-indent-{,local-}-mode.
4503         (c-basic-common-init): Set electric-indent-inhibit.
4504         Initialise c-electric-flag from electric-indent-mode.
4505         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
4506         New hook functions which propagate electric-indent-mode to CC mode.
4508         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
4509         hit, toggle electric-indent-local-mode.
4511         * electric.el (electric-indent-mode-has-been-called):
4512         New variable.
4514 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
4516         * frameset.el (frameset-cfg-id): New function.
4517         (frameset--reuse-frame, frameset-restore): Use it.
4518         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
4520 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4522         * ido.el (ido-file-internal): Remove unused var `d'.
4523         Use \` for to match BoS.  Fit within 80n columns.
4525 2014-02-17  Daniel Colascione  <dancol@dancol.org>
4527         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
4528         dbus-call-method check for completion using a busy-wait loop with
4529         gradual backoff.
4531 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
4533         Sync with Tramp 2.2.9.
4535         * net/trampver.el: Update release number.
4537 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
4539         * ido.el (ido-file-internal): Don't add the name of an existing
4540         directory twice.  (Bug#16747)
4542 2014-02-16  Glenn Morris  <rgm@gnu.org>
4544         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
4545         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
4547 2014-02-15  Michael R. Mauger  <michael@mauger.com>
4549         * progmodes/sql.el: Version 3.4
4550         (sql-oracle-options): New default value ("-L").
4551         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
4552         (sql-placeholders-filter): Correct placeholder pattern.
4553         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
4554         (sql-login-delay): New variable.
4555         (sql-product-interactive): Use it.
4557 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
4559         * frameset.el (frameset--jump-to-register): Check that buffer is live
4560         (bug#16749).
4562 2014-02-15  Glenn Morris  <rgm@gnu.org>
4564         * info.el (info-initialize): Revert 2014-01-10 change.
4566 2014-02-14  Glenn Morris  <rgm@gnu.org>
4568         * replace.el (map-query-replace-regexp)
4569         (read-regexp-defaults-function, read-regexp): Doc fixes.
4571         * dired.el (dired-read-regexp):
4572         * faces.el (list-faces-display):
4573         * misearch.el (multi-isearch-read-matching-buffers)
4574         (multi-isearch-read-matching-files):
4575         * play/cookie1.el (cookie-apropos):
4576         * progmodes/grep.el (grep-read-regexp): Doc fixes.
4578         * textmodes/remember.el (remember): Use frameset-to-register
4579         rather than frame-configuration-to-register.
4581 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
4583         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
4584         incorrect keybinding.
4586 2014-02-13  Daniel Colascione  <dancol@dancol.org>
4588         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
4589         when adding overlays so that line numbers from compiler match line
4590         numbers we use.
4592 2014-02-13  Glenn Morris  <rgm@gnu.org>
4594         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
4596         * jit-lock.el (jit-lock-mode): Doc fix.
4598 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
4600         * apropos.el (apropos-read-pattern): When the user passes an empty
4601         string, give a more helpful error message than "Wrong type
4602         argument: stringp, nil".
4604 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4606         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
4608 2014-02-13  Glenn Morris  <rgm@gnu.org>
4610         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
4612 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4614         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
4615         shift-select commands.
4617 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
4619         * progmodes/js.el (js-indent-line): Don't widen.
4620         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
4622 2014-02-12  Glenn Morris  <rgm@gnu.org>
4624         * icomplete.el (icomplete): Add info-link to defgroup.
4625         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
4626         (icomplete-minibuffer-map, icomplete-mode)
4627         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
4629         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
4630         (package-menu-filter): Rename from package-menu-filter-interactive.
4631         Doc fix.
4633 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
4635         * frameset.el (frameset--jump-to-register): Select the required
4636         window and buffer before restoring position (bug#16696).
4638 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4640         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
4642 2014-02-10  Glenn Morris  <rgm@gnu.org>
4644         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
4646 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
4648         * w32-common-fns.el (x-get-selection): Doc fix.
4649         * select.el (x-get-selection): Doc fix.  (Bug#15109)
4651         * face-remap.el (face-remap-add-relative)
4652         (face-remap-remove-relative, face-remap-reset-base)
4653         (face-remap-set-base): Call force-mode-line-update to redisplay
4654         the current buffer due to potential change in faces.  (Bug#16709)
4656 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
4658         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
4659         script more robustly.
4661 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4663         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
4665         * simple.el (choose-completion): Doc fix (bug#14160).
4667         * subr.el (event-start): Say what a nil EVENT value means.
4669         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
4670         (bug#14197).
4672         * progmodes/grep.el (find-program): Doc fix (bug#14289).
4674         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
4676         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
4678         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
4679         predicate function (bug#15455).
4681 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
4683         * ielm.el (inferior-emacs-lisp-mode): Instead of
4684         `comment-use-global-state', set `comment-use-syntax'.
4686 2014-02-10  Glenn Morris  <rgm@gnu.org>
4688         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
4690 2014-02-09  Alan Mackenzie  <acm@muc.de>
4692         Fix c-invalidate-state-cache on narrowed buffers.
4693         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
4694         Widen when setting and clearing the CPP delimiter properties.
4696 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4698         * help.el (describe-bindings): Doc fix (bug#9888).
4700         * files.el (save-buffer): Use ARG as the parameter name for
4701         consistency (bug#10346).
4702         (save-buffer): Clarify the 0 argument (bug#10346).
4704         * cus-edit.el (customize-apropos): Fix error string.
4705         (custom-buffer-create): Doc fix (bug#11122).
4706         (custom-sort-items): Doc fix (bug#11121).
4708         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
4710         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
4711         (icomplete-simple-completing-p): Mention the previous variable.
4713         * font-lock.el (font-lock-value-in-major-mode): Clarify the
4714         meaning of the parameter (bug#12282).
4716         * files.el (find-file-noselect): Clarify prompt when changing
4717         readedness (bug#13261).
4718         (locate-file): Suffixes aren't returned, so don't say that they
4719         are (bug#12674).
4720         (backup-inhibited): Doc clarification (bug#12525).
4722         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
4723         before we actually start to delete things (bug#16331).
4725         * subr.el (event-start): Doc fix (bug#14228).
4726         (event-end): Ditto.
4728 2014-02-09  Glenn Morris  <rgm@gnu.org>
4730         * emacs-lisp/warnings.el (lwarn):
4731         Empower help-enable-auto-load.  (Bug#15940)
4733 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
4735         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
4736         (Bug#16690)
4738 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
4740         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4741         Insert output at end of buffer.  (Bug#16120)
4743 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4745         * simple.el (choose-completion-string-functions): Document new
4746         calling convention (bug#14153).
4747         (execute-extended-command): Clarify doc string (bug#13373).
4749         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
4751         * find-dired.el (find-name-dired): Doc fix (bug#14290).
4752         (find-grep-dired): Doc fix (bug#14288).
4754 2014-02-08  Juri Linkov  <juri@jurta.org>
4756         * isearch.el (isearch-quote-char): Check character validity
4757         like in `quoted-insert' (bug#16677).
4759 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4761         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
4763         * isearch.el (isearch-hide-immediately): Doc clarification
4764         (bug#14723).
4766         * simple.el (line-move): Document utility function used many
4767         places in the Emacs sources (bug#14843).
4769         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
4770         (dired-prev-marked-file): Doc fix (bug#14855).
4771         (dired-up-directory): Doc fix (bug#14848).
4773         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
4775         * files.el (file-relative-name): Doc fix (bug#15159).
4777         * fringe.el (fringe-styles): Doc fix (bug#15239).
4779         * isearch.el (isearch-filter-predicate): Documentation typo fix
4780         (bug#15474).
4782         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
4784         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
4786         * replace.el (replace-match-maybe-edit): Doc clarification
4787         (bug#15632).
4789         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
4791         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
4793 2014-02-08  Glenn Morris  <rgm@gnu.org>
4795         * help-fns.el (describe-variable):
4796         Check {file,dir}-local-variables-alist, and buffer-file-name,
4797         in the correct buffer.
4799 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
4801         * help-fns.el (describe-variable): Fix the case where
4802         a value is directory-local with no dir-locals file.  (Bug#16635)
4804 2014-02-08  Glenn Morris  <rgm@gnu.org>
4806         * abbrev.el (edit-abbrevs-mode):
4807         Derive from fundamental-mode.  (Bug#16682)
4809 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
4811         * simple.el (quoted-insert): Check character validity (bug#16677).
4813 2014-02-07  Juri Linkov  <juri@jurta.org>
4815         * desktop.el (desktop-read): Claim the lock when the owner is not
4816         the current process.  (Bug#16157)
4818 2014-02-07  Juri Linkov  <juri@jurta.org>
4820         * desktop.el (desktop-buffers-not-to-save): Change default from nil
4821         to "\\` ".  (Bug#16651)
4823 2014-02-07  Juri Linkov  <juri@jurta.org>
4825         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
4826         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
4827         (desktop-auto-save-cancel-timer): New function with some code from
4828         `desktop-auto-save-set-timer'.
4829         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
4830         Instead of setting `desktop-save-mode' to nil, call
4831         `desktop-save-mode' with arg 0.  (Bug#16630)
4833 2014-02-07  Glenn Morris  <rgm@gnu.org>
4835         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
4836         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4837         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
4839         * obsolete/iswitchb.el: Move to obsolete/.
4840         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
4841         since obsolete/ is not scanned for autoloads.
4842         * emacs-lisp/authors.el (authors-valid-file-names):
4843         Add iswitchb.el.
4845         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
4846         Disable now non-functional find-file-hook.
4848 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
4850         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
4851         instead of ";" in order to avoid additional prompts.  Let heredoc
4852         scripts read from tty.  (Bug#16582)
4853         (tramp-send-command): No special handling of heredocs, it isn't
4854         necessary anymore.
4856 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4858         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
4859         with a space (bug#16664).  Limit the symbols considered to the ones
4860         that are bound or fbound (bug#16646).
4862 2014-02-06  Glenn Morris  <rgm@gnu.org>
4864         * epa.el (epa-mail-aliases): Doc fix.
4866 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
4868         * emacs-lisp/lisp.el (lisp-completion-at-point):
4869         Use `completion-table-merge' instead of `completion-table-in-turn'
4870         (bug#16604).
4872         * minibuffer.el (completion-table-merge): New function.
4874 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
4876         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
4877         (tramp-sh-handle-set-file-acl)
4878         (tramp-sh-handle-start-file-process)
4879         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
4880         (tramp-find-executable, tramp-send-command): Use it.
4882 2014-02-05  Glenn Morris  <rgm@gnu.org>
4884         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
4886 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4888         * progmodes/python.el (python-shell-send-string)
4889         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
4891 2014-02-04  Anders Lindgren  <andlind@gmail.com>
4893         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
4894         the names (bug#16620).
4896 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
4898         * faces.el (window-divider): New default value.  Rewrite doc-string.
4899         (window-divider-first-pixel, window-divider-last-pixel): New faces.
4901 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
4903         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
4904         `protected' and `public' can also be called without arguments.
4906 2014-02-03  Glenn Morris  <rgm@gnu.org>
4908         * register.el (window-configuration-to-register)
4909         (frame-configuration-to-register): Unadvertise unused argument.
4910         * frameset.el (frameset-to-register): Remove unused argument.
4912         * frameset.el (frameset-to-register):
4913         * kmacro.el (kmacro-to-register):
4914         * register.el (increment-register):
4915         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
4916         (calc-append-to-register, calc-prepend-to-register):
4917         * play/gametree.el (gametree-layout-to-register)
4918         (gametree-apply-register-layout):
4919         * textmodes/picture.el (picture-clear-rectangle-to-register)
4920         (picture-yank-rectangle-from-register):
4921         * vc/emerge.el (emerge-combine-versions-register):
4922         Use register-read-with-preview to read registers.
4924 2014-02-03  João Távora  <joaotavora@gmail.com>
4926         * elec-pair.el (electric-pair-backward-delete-char): Don't error
4927         when at beginning of (possibly narrowed) buffer.
4929 2014-02-02  Daniel Colascione  <dancol@dancol.org>
4931         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
4932         Also try to display local help from just before point.
4934 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
4936         c-parse-state.  Don't "append-lower-brace-pair" in certain
4937         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
4938         recognised as a comment.
4940         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
4941         as well as normal comment starter.
4942         (c-parse-state-get-strategy): Extra return possibility
4943         'back-and-forward.
4944         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
4945         return value list to indicate replacement of a brace-pair cons
4946         with its car.
4947         (c-parse-state-1): With 'back-and-forward, only call
4948         c-append-lower-brace-pair-to state-cache when cons-separated.
4950 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
4952         * term/ns-win.el (ns-suspend-error): New function.
4953         (ns-initialize-window-system): Add ns-suspend-error to
4954         suspend-hook (Bug#16612).
4956 2014-02-02  Daniel Colascione  <dancol@dancol.org>
4958         * progmodes/cc-defs.el (c-find-assignment-for-mode):
4959         Make loading cc-mode silent.
4961 2014-02-02  Daniel Colascione  <dancol@dancol.org>
4963         * comint.el (comint-prompt-read-only): Change doc to suggest
4964         remap keybinding.
4966 2014-02-02  Glenn Morris  <rgm@gnu.org>
4968         * register.el (register-read-with-preview, point-to-register)
4969         (window-configuration-to-register, frame-configuration-to-register)
4970         (jump-to-register, number-to-register, view-register, insert-register)
4971         (copy-to-register, append-to-register, prepend-to-register)
4972         (copy-rectangle-to-register): Doc fixes.
4974 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4976         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
4977         * emacs-lisp/find-func.el (find-function-C-source): Idem.
4978         * emacs-lisp/nadvice.el (advice--cd*r): New function.
4979         * help-fns.el (describe-function-1): Use it.
4981 2014-02-02  Glenn Morris  <rgm@gnu.org>
4983         * register.el (register-preview-default): New function,
4984         split from register-preview.
4985         (register-preview-function): Rename from register-preview-functions,
4986         make it not a hook.
4987         (register-preview): Use register-preview-function.
4988         (register-read-with-preview): Error on non-character event.  (Bug#16595)
4990 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
4992         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
4993         `:' before binary operators (bug#16609).  Don't check for `:'
4994         before `[' and `(', or their syntax status.  A percent literal
4995         can't end with either.
4996         (ruby-font-lock-keywords): For built-ins that require arguments,
4997         check that they're followed by something that looks like argument
4998         (bug#16610).
5000 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5002         * subr.el (butlast): Document what an omitted N means (bug#13437).
5003         (nbutlast): Ditto.
5005 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5007         * net/shr.el (shr-generic): Make into a defsubst to make the stack
5008         depth shallower (bug#16587).
5009         (shr-tag-svg): Respect `shr-inhibit-images'.
5010         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
5012 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
5014         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
5015         (ruby-smie-grammar): Make "." right-associative.  Make its priority
5016         lower than the ternary and all binary operators.
5017         (ruby-smie-rules): Indent "(" relative to the first non-"."
5018         parent, or the first "." parent at indentation.
5019         Use `ruby-align-chained-calls' for indentation of "." tokens.
5020         (Bug#16593)
5022 2014-01-31  Juri Linkov  <juri@jurta.org>
5024         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
5025         from `make-hash-table'.
5027         * textmodes/ispell.el (ispell-init-process): Change message format
5028         to be consistent with other messages.
5030 2014-01-31  Glenn Morris  <rgm@gnu.org>
5032         * delsel.el (delete-selection-mode): Doc fix.
5034         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
5035         (trace-function-background): Doc fixes.
5037         * ido.el (ido-use-virtual-buffers): Doc fix.
5038         Reset :version, since the default value has not changed.
5040         * register.el (register-preview-delay, register-read-with-preview):
5041         Doc fixes.
5043         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
5044         do not mess with mail-buffer position (fixes 2009-11-03 change).
5045         * progmodes/cc-mode.el (c-submit-bug-report):
5046         Check auto-fill-mode is bound.  (Bug#16592)
5048 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
5050         * startup.el (fancy-splash-image-file): New function,
5051         split from fancy-splash-head.
5052         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
5053         so that we are both using the same image.  (Bug#16574)
5055 2014-01-30  Glenn Morris  <rgm@gnu.org>
5057         * simple.el (eval-expression): Doc fix.
5059         * hexl.el (hexl-mode-hook):
5060         * ielm.el (ielm-mode-hook):
5061         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
5062         (lisp-interaction-mode-hook):
5063         * progmodes/cfengine.el (cfengine3-documentation-function):
5064         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
5066 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5068         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
5069         is a symbol (bug#16584).
5071 2014-01-30  Glenn Morris  <rgm@gnu.org>
5073         * help.el (help-for-help-internal): Add "P" to text.
5075 2014-01-29  Glenn Morris  <rgm@gnu.org>
5077         * simple.el (just-one-space, cycle-spacing): Doc fixes.
5079 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
5081         * window.el (fit-frame-to-buffer): Fix calculations for margins and
5082         height constraints.
5084 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
5086         * progmodes/hideif.el: Extend to full CPP expression syntax.
5087         (hif-token-alist): Add missing tokens.
5088         (hif-token-regexp): Add support for float/octal/hex immediates.
5089         (hif-string-literal-regexp): New const.
5090         (hif-tokenize): Recognize strings and float/octal/hex immediates.
5091         (hif-exprlist): New function.
5092         (hif-parse-if-exp): Use it.
5093         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
5094         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
5095         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
5096         (hif-logxor, hif-comma): New functions.
5098 2014-01-28  Glenn Morris  <rgm@gnu.org>
5100         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
5102         * indent.el (tab-stop-list): Doc fix.  Add :version.
5104         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
5105         (cvs-append-to-ignore): Add compatibility alias.
5107 2014-01-27  Glenn Morris  <rgm@gnu.org>
5109         * dired.el (dired-hide-details-mode): Don't autoload it,
5110         since it cannot be used outside Dired buffers anyway.
5112         * emulation/cua-base.el (cua-mode): Doc fix.
5114         * dired.el (dired-hide-details-hide-symlink-targets)
5115         (dired-hide-details-hide-information-lines)
5116         (dired-hide-details-mode): Doc fixes.
5118         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
5119         * strokes.el (strokes-file): Doc fix.  Bump :version.
5120         (strokes-help): Doc fix.
5121         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
5122         * emulation/viper.el (viper): Doc fix for custom group.
5123         (top-level): Remove oh-so-no-longer-relevant text about vip.
5124         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
5126         * ido.el (ido-save-directory-list-file):
5127         * saveplace.el (save-place-file):
5128         * calendar/timeclock.el (timeclock-file):
5129         * net/quickurl.el (quickurl-url-file):
5130         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5131         * progmodes/idlwave.el (idlwave-config-directory):
5132         * textmodes/remember.el (remember-data-file):
5133         Bump :version.
5135 2014-01-26  Glenn Morris  <rgm@gnu.org>
5137         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
5138         Doc fix.  Make obsolete.
5139         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
5141         * sort.el (delete-duplicate-lines): Doc fix.
5143 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5145         * progmodes/ada-mode.el (ada):
5146         * woman.el (woman): Link to info manual and Commentary section.
5148         * progmodes/flymake.el (flymake):
5149         * nxml/nxml-mode.el (nxml):
5150         * net/eww.el (eww):
5151         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
5152         * htmlfontify.el (htmlfontify):
5153         * ses.el (ses):
5154         * epa.el (epa):
5155         * ido.el (ido): Link to info manual.
5157 2014-01-25  Leo Liu  <sdl.web@gmail.com>
5159         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
5161 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
5163         * net/shr.el (shr-tag-img): Prefer the title over the alt text
5164         (bug#16537).
5166 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
5168         * net/eww.el (eww-download-callback):
5169         Fix reference to eww-download-directory.
5171         * emacs-lisp/bytecomp.el (byte-compile-file):
5172         Remove unused local variable `file-name'.
5174 2014-01-24  Glenn Morris  <rgm@gnu.org>
5176         * woman.el (woman-default-faces, woman-monochrome-faces):
5177         Fix obsolescence specification.
5179         * subr.el (with-demoted-errors): Doc fix.
5181 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
5184         (cl--macroexp-fboundp): New function.
5185         (cl--make-type-test): Use it.
5187 2014-01-23  Glenn Morris  <rgm@gnu.org>
5189         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
5190         * simple.el (eval-expression): Doc fixes.
5192 2014-01-22  Glenn Morris  <rgm@gnu.org>
5194         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
5196 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5198         * emacs-lisp/package.el: Write files silently.
5199         (package-autoload-ensure-default-file, package--write-file-no-coding)
5200         (package-generate-description-file, package--download-one-archive)
5201         (package-install-from-archive): Tell `write-region' to stay quiet.
5202         (package-menu-mode, package-menu--print-info): Omit the Archive column
5203         if there's only one archive.
5204         (package-all-keywords, package--has-keyword-p): Remove dead code.
5206 2014-01-22  Glenn Morris  <rgm@gnu.org>
5208         * version.el (emacs-bzr-version-bzr): Fix typo.
5210         * version.el (emacs-repository-get-version):
5211         Check either .bzr or .git, but not both.
5212         Make the git case actually use the DIR argument, and return nil
5213         rather than the empty string.
5214         Avoid error if .git exists but the git executable is not found.
5216 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
5218         Fixes in window size functions around Bug#16430 and Bug#16470.
5219         * window.el (window-total-size, window-size): New argument ROUND.
5220         (window--min-delta-1, window-min-delta, window--max-delta-1):
5221         Be more conservative when calculating the numbers of lines or
5222         columns a window can shrink (Bug#16430).
5223         (fit-window-to-buffer): Simplify code.
5224         * term.el (term-window-width): Call window-body-width again.
5226 2014-01-22  Glenn Morris  <rgm@gnu.org>
5228         * image.el (image-format-suffixes): Doc fix.
5230         * international/quail.el (quail-define-package): Doc fix.
5232         * emacs-lisp/authors.el (authors-valid-file-names)
5233         (authors-renamed-files-alist): Additions.
5235         * vc/vc-git.el (vc-git-print-log): Remove --follow;
5236         reverts 2014-01-09 change.  (Bug#16422)
5238         * calc/calc-embed.el (thing-at-point-looking-at):
5239         * emacs-lisp/map-ynp.el (x-popup-dialog):
5240         * obsolete/lmenu.el (x-popup-dialog):
5241         * emacs-lisp/package.el (url-recreate-url):
5242         * mail/mailclient.el (clipboard-kill-ring-save):
5243         * subr.el (x-popup-dialog): Update declaration.
5244         * mail/rmail.el (rmail-mime-message-p):
5245         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
5247 2014-01-21  Daniel Colascione  <dancol@dancol.org>
5249         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5250         Correctly detect when we're inside an arithmetic expansion form
5251         containing nested parenthesis.
5252         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
5253         to detect cases where we shouldn't expand "<<" to a heredoc
5254         skeleton.
5256 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5258         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
5259         (eldoc--message-command-p): New function.
5260         (eldoc-display-message-p): Use it.
5261         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
5262         message is not automatically erased for us.
5263         (eldoc-print-current-symbol-info): Erase previous message, if any.
5265 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
5267         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
5268         specify it's an interactive function.
5270         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5271         Fix regex used for scanning for citation keys which failed for
5272         citations with optional arguments.
5274 2014-01-21  Leo Liu  <sdl.web@gmail.com>
5276         * simple.el (read--expression): Don't enable eldoc-mode.
5278 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5280         * simple.el (move-beginning-of-line): Make sure we don't move forward
5281         (bug#16497).
5283 2014-01-20  Juri Linkov  <juri@jurta.org>
5285         * saveplace.el (toggle-save-place, save-place-to-alist)
5286         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
5287         'dired-mode) before checking for dired-directory.  (Bug#16477)
5289 2014-01-20  Juri Linkov  <juri@jurta.org>
5291         * indent.el (indent-line-to): Use backward-to-indentation
5292         instead of back-to-indentation.  (Bug#16461)
5294 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5296         Revert some of the CANNOT_DUMP fix (Bug#16494).
5297         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
5298         but fixing this can wait until after the next release.
5299         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
5301 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
5303         * eshell/esh-mode.el (eshell-password-prompt-regexp):
5304         Use `password-word-equivalents'.
5305         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
5306         to t.  (Bug#5664, Bug#13124)
5308 2014-01-19  Alan Mackenzie  <acm@muc.de>
5310         Bind open-paren-in-column-0-is-defun-start to nil at some entry
5311         points.
5312         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
5313         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
5314         * progmodes/cc-mode.el (c-before-change, c-after-change)
5315         (c-font-lock-fontify-region): Bind it here.
5317 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
5319         * term.el (term-window-width): Call window-text-width instead of
5320         window-width (Bug#16470).
5322 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
5324         * simple.el (password-word-equivalents): Remove duplicates.
5325         Sort, to make this easier next time.
5326         Downcase.  Omit ": " after "jelszó".
5328 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
5330         * term/common-win.el (saved-region-selection): Defvar it.
5331         (x-select-text): Set saved-region-selection (Bug#16382).
5333 2014-01-18  Glenn Morris  <rgm@gnu.org>
5335         * emacs-lisp/authors.el (authors-aliases)
5336         (authors-renamed-files-alist): Add some entries.
5338 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
5340         * net/tramp.el (tramp-password-prompt-regexp):
5341         Use `password-word-equivalents' if available.
5342         (tramp-action-password, tramp-process-one-action)
5343         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
5345 2014-01-17  Chong Yidong  <cyd@gnu.org>
5347         * simple.el (password-word-equivalents): New defcustom.
5348         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
5349         to 24.4.
5350         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
5351         to t.  (Bug#13124)
5353 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
5355         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
5356         (ruby-align-to-stmt-keywords): Change the default value.
5357         Use `ruby-alignable-keywords' to generate the possible customization
5358         choices.
5359         (ruby-smie-rules): Instead of using a hardcoded list of alignable
5360         keywords, check against the value of `ruby-alignable-keywords'
5361         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
5363 2014-01-17  Glenn Morris  <rgm@gnu.org>
5365         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
5367         Make M-x authors return zero *Authors Errors* from current logs.
5368         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
5369         (authors-ignored-files): Add some entries, remove others.
5370         (authors-ambiguous-files, authors-valid-file-names):
5371         Add some entries.
5372         (authors-renamed-files-alist): Add, remove, and adjust entries.
5373         (authors-renamed-files-regexps): Add some entries.
5374         Remove some very broad ones.  Make some entries `lax'.
5375         (authors-lax-changelogs): New constant.
5376         (authors-disambiguate-file-name): Treat top-level specially.
5377         (authors-lax-changelog-p): New function.
5378         (authors-canonical-file-name): Check file as written against
5379         authors-valid-file-names.  Do not special-case etc/.
5380         Handle `lax' logs and authors-renamed-files-regexps elements.
5382 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
5384         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
5385         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
5386         callers.
5388 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5390         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
5391         Assume we're already in the proper buffer.
5392         Inspired by Anders Lindgren <andlind@gmail.com>.
5393         (follow-post-command-hook): Call it from the right buffer.
5394         (follow-comint-scroll-to-bottom): Adjust call.
5395         (follow-all-followers): Use get-buffer-window-list.
5397 2014-01-15  Daniel Colascione  <dancol@dancol.org>
5399         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
5400         `buffer-file-name' in interactive-form so that we don't leave
5401         pathless file names in `file-name-history'.
5403 2014-01-15  Juri Linkov  <juri@jurta.org>
5405         * indent.el (indent-rigidly): Set deactivate-mark to nil
5406         in transient indentation mode.  (Bug#16438)
5408 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
5410         * emacs-lisp/package.el (package-desc-keywords): New function
5411         (Bug#16222).
5412         (describe-package-1, package-all-keywords)
5413         (package--has-keyword-p): Use it.
5415 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5417         * simple.el (define-alternatives): When creating the
5418         COMMAND-alternatives variable, assign COMMAND as its definition
5419         name so that `describe-variable' can relocate it.
5421 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
5423         * font-lock.el (font-lock-keywords): Fix typo in docstring
5424         (bug#16307).
5426 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5428         * ispell.el (ispell-region): Reset `in-comment' for new line
5429         instead of wrongly reset `add-coment' (bug#13577).
5431 2014-01-14  Daiki Ueno  <ueno@gnu.org>
5433         * epa-file.el (epa-file-write-region): Encode the region according
5434         to `buffer-file-format'.  Problem reported at:
5435         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
5437 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
5440         so it applies in the right buffer (bug#16410).
5442 2014-01-13  Daniel Colascione  <dancol@dancol.org>
5444         * textmodes/rst.el (rst-define-key): Provide deprecated
5445         keybindings through named functions instead of anonymous ones so
5446         that "??" doesn't appear in describe-mode output.
5448 2014-01-13  Bastien Guerry  <bzg@gnu.org>
5450         * simple.el (define-alternatives): Call the selected command
5451         interactively.  When setting `COMMAND--implementation' for the
5452         first time, tell the user how to chose another implementation.
5453         Enhance the docstring.
5455 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5457         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
5458         (log-edit--match-first-line): New function.
5459         (log-edit-font-lock-keywords): Use it.
5460         (log-edit-mode): Make jit-lock-defer-multiline work.
5462 2014-01-13  Bastien Guerry  <bzg@gnu.org>
5464         * rect.el (rectangle-mark-mode): When the region is not active,
5465         display a message saying that the mark as been set and that
5466         rectangle mode is in use.
5467         (rectangle--highlight-for-redisplay): Only put an overlay with a
5468         visible vertical bar when (display-graphic-p) is non-nil.
5469         This partially fixes Bug#16403.
5471 2014-01-13  Juri Linkov  <juri@jurta.org>
5473         * info.el (Info-find-file): Go to DIR before displaying the error
5474         about a nonexistent file if no previous Info file is visited.
5475         Use `user-error' instead of `error' for "Info file %s does not exist".
5476         (Info-find-node-2): In case of a nonexistent node in unwind forms
5477         go to the Top node if there is no previous node to revert to.
5478         (Bug#16405)
5480 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
5482         fit-frame/window-to-buffer code fixes including one for Bug#14096.
5483         * window.el (fit-frame-to-buffer): Fix doc-string.
5484         Respect window-min-height/-width.  Fit pixelwise when
5485         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
5486         when avoiding that frame goes partially off-screen.
5487         (fit-window-to-buffer): Respect window-min-height/-width
5488         (Bug#14096).
5490 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5492         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
5493         after an empty line.
5495 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5497         * net/shr.el (shr-render-region): Autoload.
5499 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
5501         * net/eww.el (eww-download-directory): Rename from
5502         `eww-download-path' (Bug#16419).
5504 2014-01-12  Leo Liu  <sdl.web@gmail.com>
5506         * dired-x.el (dired-mode-map): Fix last change.
5508         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
5510 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
5512         Spelling fixes.
5513         * emacs-lisp/generic.el (generic--normalize-comments):
5514         Rename from generic--normalise-comments.  All uses changed.
5515         * play/bubbles.el (bubbles--neighborhood-score)
5516         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
5517         (bubbles--neighborhood-available)
5518         (bubbles--update-neighborhood-score):
5519         Rename from names with 'neighbourhood'.  All uses changed.
5521 2014-01-12  Leo Liu  <sdl.web@gmail.com>
5523         Re-implement the feature of showing eldoc info after editing.
5524         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
5525         (eldoc-edit-message-commands): New function.
5526         (eldoc-print-after-edit): New variable.
5527         (eldoc-pre-command-refresh-echo-area): Emit message only by
5528         eldoc-message-commands.
5529         (eldoc-mode): Restrict eldoc-message-commands to editing commands
5530         if eldoc-print-after-edit is set.  (Bug#16346)
5531         * simple.el (read--expression): Enable eldoc-mode.
5532         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
5534 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
5535             Eric S. Raymond  <esr@thyrsus.com>
5537         * version.el (emacs-repository-get-version): Enhance so the
5538         function works correctly in either a Bazaar or Git repo.
5540 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
5542         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
5543         Goes with removal of the joke manpages from /etc.
5545 2014-01-10  Kenichi Handa  <handa@gnu.org>
5547         * mail/rmail.el (rmail-get-coding-system):
5548         Check rmail-get-coding-function before "funcall"ing it.
5550 2014-01-10  Glenn Morris  <rgm@gnu.org>
5552         * emacs-lisp/authors.el (authors-fixed-entries):
5553         Update for files that no longer exist.
5555 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
5557         * version.el (emacs-bzr-get-version): Restore compatibilty with
5558         24.3 (Tested).
5560 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
5562         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
5563         and Podfile.
5565 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
5567         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
5569 2014-01-10  Chong Yidong  <cyd@gnu.org>
5571         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
5573 2014-01-10  Anders Lindgren  <andlind@gmail.com>
5575         * follow.el (follow-cache-command-list): Include right-char and
5576         left-char.
5578 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5580         Spelling fixes.
5581         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
5582         * woman.el (woman-mark-horizontal-position):
5583         Rename from woman-mark-horizonal-position.  Use changed.
5585 2014-01-10  Glenn Morris  <rgm@gnu.org>
5587         * info.el (info-initialize): If running uninstalled, ensure our
5588         own info files are always found first, even if INFOPATH is set.
5590         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
5592 2014-01-09  David Engster  <deng@randomsample.de>
5594         * emacs-lisp/eieio-custom.el:
5595         * emacs-lisp/eieio-opt.el: Set generated autoload file to
5596         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
5597         * emacs-lisp/eieio.el: Regenerate autoloads.
5599 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
5601         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
5602         following renames.  (Bug#8756)
5604 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5606         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
5607         (bug#16382).
5608         (activate-mark): Add `no-tmm' argument.
5609         (set-mark, push-mark-command): Use it instead of running
5610         activate-mark-hook by hand.
5612 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
5614         In preparation for the move to git, sanitize out some
5615         Bazaar-specific names.
5617         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
5619         * version.el (emacs-bzr-version): Name changed to
5620         emacs-repository-version.  Obsolete-variable alias made.
5621         * loadup.el: Follow through on this name change.
5622         * mail/emacsbug.el (report-emacs-bug): Factor out any
5623         assumption about the version control system in use.
5625 2014-01-08  David Engster  <deng@randomsample.de>
5627         * help-fns.el (help-fns-describe-function-functions):
5628         New variable to call functions for augmenting help buffers.
5629         (describe-function-1): Remove explicit calls to
5630         `help-fns--compiler-macro', `help-fns--parent-mode' and
5631         `help-fns--obsolete'.  Put them in above new variable instead, and
5632         call them through `run-hook-with-args'.
5633         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
5634         `eieio-describe-class'.  Not meant for interactive use anymore,
5635         but to augment existing help buffers.  Remove optional second
5636         argument.  Create proper button for file location.
5637         Rewrite function to use `insert' instead of `princ' and `prin1' where
5638         possible.
5639         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
5640         (eieio-method-def, eieio-class-def): Move further up.
5641         (describe-method, describe-generic, eieio-describe-method):
5642         Remove aliases.
5643         (eieio-help-constructor, eieio-help-generic): Rename from
5644         `eieio-describe-constructor' and `eieio-describe-generic', resp.
5645         Rewrite to use `insert' in the current buffer and use proper help
5646         buttons.
5647         (eieio-help-find-method-definition)
5648         (eieio-help-find-class-definition): Also accept symbols as
5649         arguments.
5650         (eieio-help-mode-augmentation-maybee): Remove.
5651         (eieio-describe-class-sb): Use `describe-function'.
5652         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
5653         Add `eieio-help-generic' and `eieio-help-constructor'.
5655 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
5657         Spelling fixes.
5658         * language/china-util.el (hz-ascii-designation):
5659         Rename from hz-ascii-designnation.
5660         (hz-ascii-designation): Rename from hz-ascii-designnation.
5661         All uses changed.
5663 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5665         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
5666         package-alist.
5668 2014-01-08  Bastien Guerry  <bzg@gnu.org>
5670         * emacs-lisp/package.el (package-delete):
5671         Correctly delete the package from package-alist.
5673 2014-01-08  Daiki Ueno  <ueno@gnu.org>
5675         * emacs-lisp/package.el (url-recreate-url): Declare.
5676         (url-http-target-url): Declare.
5677         (package-handle-response): Include requested URL in the error message.
5678         (package--check-signature): Don't re-signal errors from
5679         package--with-work-buffer.  Suggested by Stefan Monnier.
5681 2014-01-07  Bastien Guerry  <bzg@gnu.org>
5683         * minibuffer.el (completion--try-word-completion): When both a
5684         hyphen and a space are possible candidates for the character
5685         following a word, display both candidates.  (Bug#15980)
5687 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
5689         * window.el (balance-windows-2): While rounding don't give a
5690         window more than the remainder.  Bug#16351, bug#16383.
5692 2014-01-07  Glenn Morris  <rgm@gnu.org>
5694         * menu-bar.el (menu-bar-help-extra-packages): Remove.
5695         (menu-bar-help-menu): Use view-external-packages instead.
5697 2014-01-07  Bastien Guerry  <bzg@gnu.org>
5699         * emacs-lisp/package.el (package-delete): Also delete the package
5700         name from `package-alist', not its description only.
5702 2014-01-07  Glenn Morris  <rgm@gnu.org>
5704         * help.el (view-external-packages):
5705         * menu-bar.el (menu-bar-help-extra-packages):
5706         Visit efaq.info rather than etc/MORE.STUFF.
5708 2014-01-07  Juri Linkov  <juri@jurta.org>
5710         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
5711         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
5713         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
5714         that shadows RET.  (Bug#16342)
5716 2014-01-07  Chong Yidong  <cyd@gnu.org>
5718         * isearch.el (isearch-yank-char, isearch-yank-word)
5719         (isearch-yank-line): Doc fix.
5721 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5723         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
5724         * emacs-lisp/elint.el (elint-find-builtins):
5725         * emacs-lisp/eldoc.el (eldoc-symbol-function):
5726         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
5727         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
5728         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5729         * apropos.el (apropos-safe-documentation):
5730         * subr.el (symbol-file): Remove redundant fboundp.
5731         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
5733 2014-01-06  Bastien Guerry  <bzg@gnu.org>
5735         * hl-line.el (global-hl-line-overlay): Make a local variable.
5736         (global-hl-line-overlays): New variable to store all overlays.
5737         (global-hl-line-mode): Don't delete overlays from the current
5738         buffer when `global-hl-line-sticky-flag' is non-nil.
5739         (global-hl-line-highlight): Add new overlays to
5740         `global-hl-line-overlays'.
5741         (global-hl-line-unhighlight-all): New function to delete all
5742         overlays when turning off `global-hl-line-mode'.
5743         This fixes Bug#16183.
5745 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5747         * subr.el (set-transient-map): Fix nested case and docstring.
5749 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
5751         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
5752         `Texinfo' entry.
5754 2014-01-06  Daniel Colascione  <dancol@dancol.org>
5756         Fix defun navigation in vc log view.
5758         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
5759         like `beginning-of-defun'.
5760         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
5761         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
5762         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
5763         (log-view-extract-comment): Call `log-view-current-entry' directly
5764         instead of relying on broken `log-view-beginning-of-defun' behavior.
5766 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
5768         Spelling fixes.
5769         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
5770         * emacs-lisp/debug.el (cancel-debug-on-entry):
5771         * epg.el (epg-error-to-string):
5772         * files.el (recover-file):
5773         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5774         * mail/emacsbug.el (report-emacs-bug-hook):
5775         * mail/sendmail.el (mail-recover):
5776         * ses.el (ses-yank-resize):
5777         * term/ns-win.el (ns-print-buffer):
5778         Spelling fixes in diagnostics, mostly for "canceled" with one L.
5779         * epg.el (epg-key-capability-alist): Rename from misspelled version.
5780         All uses changed.
5781         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
5783 2014-01-06  Leo Liu  <sdl.web@gmail.com>
5785         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
5786         to avoid shadowing global key.  (Bug#16354)
5788 2014-01-06  Daniel Colascione  <dancol@dancol.org>
5790         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
5791         rst-mode.
5793 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
5795         * window.el (balance-windows): Add mising t to fix Bug#16351.
5797 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5799         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
5800         (bug#16285).
5801         (shr-insert): If we have a word that's longer than `shr-width',
5802         break after it anyway.  Otherwise we'll do no breaking once we get
5803         such a long word.
5805 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5807         * net/eww.el (eww): Support single/double quote for search.
5808         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
5809         (eww-history-quit): Delete and use quit-window.
5810         (eww-history-kill): Delete, because it doesn't work well and
5811         not necessary.
5812         (eww-history-mode-map): Delete some keys and add easy-menu.
5814 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5816         Fix misspelling of 'chinese' in rx (Bug#16237).
5817         * emacs-lisp/rx.el (rx-categories): Correct spelling of
5818         chinese-two-byte.
5820         Change subword regexps back to vars (Bug#16296).
5821         * progmodes/subword.el (subword-forward-regexp)
5822         (subword-backward-regexp): Change these back to variables.
5824 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
5827         syntax-begin-function (bug#16247).
5829 2014-01-03  Chong Yidong  <cyd@gnu.org>
5831         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
5832         (advice--docstring): Delete variable.
5833         (advice--make-1): Leave the docstring empty.
5834         (advice-add): Use function-documentation for advised docstring.
5836         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
5837         Ignore function-documentation property when getting documentation.
5838         (ad-activate-advised-definition): Use function-documentation
5839         generate the docstring.
5840         (ad-make-advised-definition): Don't call
5841         ad-make-advised-definition-docstring.
5842         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5843         Delete functions.
5845         * progmodes/sql.el (sql-help): Use function-documentation instead
5846         of dynamic-docstring-function property.  No need to autoload now.
5847         (sql--help-docstring): New variable.
5848         (sql--make-help-docstring): Use it.
5850 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5852         * ielm.el (ielm-tab): Retarget.
5853         (ielm-map): Use ielm-tab for tab.
5854         (ielm-complete-filename): Use comint-filename-completion.
5855         (ielm-complete-symbol): Remove.
5856         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
5857         remove ielm-tab from completion-at-point-functions (bug#16224).
5859         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
5860         Beware signals raised by predicates (bug#16201).
5862 2014-01-02  Richard Stallman  <rms@gnu.org>
5864         * dired-aux.el (dired-do-print): Handle printer-name.
5866         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
5867         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
5868         (rmail-epa-decrypt): Turn off mime processing.
5870         * mail/rmail.el (rmail-make-in-reply-to-field):
5871         Add parens in message-id.
5873         * mail/rmail.el (rmail-get-coding-function): Variable.
5874         (rmail-get-coding-system): Use it.
5876 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
5878         * international/mule-conf.el: Unify the charset indian-is13194.
5879         (indian-is13194): Specify unify-map.
5881 2013-12-31  Leo Liu  <sdl.web@gmail.com>
5883         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
5885 2013-12-30  Daniel Colascione  <dancol@dancol.org>
5887         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
5888         of printing a useless when we resume from sleep.
5890         * progmodes/sh-script.el
5891         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
5892         in indentation code.  (Bug#16233)
5894 2013-12-28  João Távora  <joaotavora@gmail.com>
5896         * elec-pair.el (electric-pair-post-self-insert-function):
5897         Don't open extra newlines at beginning of buffer.  (Bug#16272)
5899 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
5901         * frame.el (window-system-for-display): Don't allow to create a
5902         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
5904 2013-12-28  Glenn Morris  <rgm@gnu.org>
5906         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
5907         Update callers.
5909         * apropos.el (apropos-match-face):
5910         * calculator.el (calculator-displayer):
5911         * dabbrev.el (dabbrev-search-these-buffers-only):
5912         * face-remap.el (buffer-face-mode-face):
5913         * simple.el (yank-handled-properties):
5914         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5915         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
5916         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
5917         (hashcash-double-spend-database):
5918         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
5919         (ruby-deep-indent-paren-style):
5920         * textmodes/flyspell.el (flyspell-auto-correct-binding):
5921         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
5922         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
5923         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
5924         Specify custom types.
5926         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
5927         * bookmark.el (bookmark-bmenu-use-header-line):
5928         * doc-view.el (doc-view-scale-internally):
5929         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
5930         * register.el (register-preview-delay):
5931         * net/shr.el (shr-bullet):
5932         * progmodes/cfengine.el (cfengine-cf-promises)
5933         (cfengine-parameters-indent):
5934         * progmodes/octave.el (inferior-octave-error-regexp-alist):
5935         * textmodes/reftex-vars.el (reftex-label-regexps):
5936         * vc/log-edit.el (log-edit-setup-add-author): Add version.
5938         * net/tls.el (tls-certtool-program): Fix default value.
5940         * desktop.el (desktop-restore-in-current-display):
5941         * newcomment.el (comment-empty-lines):
5942         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
5943         (idlwave-pad-keyword):
5944         * progmodes/tcl.el (tcl-tab-always-indent):
5945         * textmodes/reftex-vars.el (reftex-index-default-tag):
5946         * elec-pair.el (electric-pair-skip-whitespace):
5947         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
5949         * emacs-lisp/authors.el (authors-ignored-files)
5950         (authors-valid-file-names, authors-renamed-files-alist): Additions.
5952 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
5954         * shell.el (shell-dynamic-complete-command): Doc fix.
5955         (shell--command-completion-data): Shell completion now matches
5956         executable filenames from the current buffer's directory, on
5957         systems in which this behavior is the default (windows-nt, ms-dos).
5959 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
5961         * net/shr.el (shr-insert): Don't infloop if the width is zero.
5963 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5965         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
5966         (bug#16251).
5968         * electric.el: Move all electric-pair-* to elec-pair.el.
5969         * elec-pair.el: New file, split from electric.el.
5971 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
5973         * net/shr.el (shr-find-fill-point): Don't try to fill if the
5974         indentation level is larger than the width, because that will
5975         infloop.
5976         (shr-insert): Fill repeatedly long texts, so that Japanese is
5977         formatted correctly (bug#16263).
5978         (shr-find-fill-point): Off by one error in comparison with the
5979         indentation.
5981 2013-12-26  João Távora  <joaotavora@gmail.com>
5983         * electric.el (electric-pair-mode): More flexible engine for skip-
5984         and inhibit predicates, new options for pairing-related functionality.
5985         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
5986         if that keeps or improves their balance in buffers.
5987         (electric-pair-delete-adjacent-pairs): Delete the pair when
5988         backspacing over adjacent matched delimiters.
5989         (electric-pair-open-extra-newline): Open extra newline when
5990         inserting newlines between adjacent matched delimiters.
5991         (electric--sort-post-self-insertion-hook):
5992         Sort post-self-insert-hook according to priority values when
5993         minor-modes are activated.
5994         * simple.el (newline-and-indent): Call newline with interactive
5995         set to t.
5996         (blink-paren-post-self-insert-function): Set priority to 100.
5997         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5998         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
5999         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
6000         electric-pair-open-newline-between-pairs to nil.
6002 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6004         * progmodes/python.el: Use lexical-binding.
6005         (python-nav-beginning-of-defun): Stop searching ASAP.
6007 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
6009         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
6010         Fix interactive spec.  Doc fix.  (Bug#15754)
6012 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6014         * emacs-lisp/byte-run.el (eval-when-compile):
6015         * progmodes/cc-defs.el (cc-eval-when-compile):
6016         Fix edebug spec (bug#16184).
6018 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6020         * net/shr.el (shr-visit-file): Remove debugging function.
6021         (shr-insert): Don't infloop if we can't find a good place to break
6022         the line (bug#16256).
6024 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6026         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
6027         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
6028         python-nav-lisp-forward-sexp-safe.
6029         (python-nav--forward-sexp): New argument SAFE allows switching
6030         forward sexp movement behavior for parens.
6031         (python-nav-forward-sexp): Throw errors on unterminated parens
6032         (Bug#16191).
6033         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
6034         (python-nav-backward-sexp-safe): New functions.
6035         (python-shell-buffer-substring):
6036         Use `python-nav-forward-sexp-safe'.
6038 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6040         * net/shr.el (shr-find-fill-point): Don't break lines before a
6041         quotation mark.
6042         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
6043         (shr-find-fill-point): Remove the special checks for the quotation
6044         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
6046 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6048         * net/eww.el (eww-form-textarea): Use a different face for
6049         textareas than text input since they have different keymaps
6050         (bug#16142).
6052 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6054         * progmodes/python.el (python-nav-beginning-of-statement):
6055         Speed up (Bug#15295).
6057 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6059         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
6060         the window configuration.
6062 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
6064         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
6065         we run on MS-Windows or MS-DOS.
6067 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
6069         * window.el (balance-windows-area): Call window-size instead of
6070         window-height and window-width.  Bug#16241.
6072 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6074         * net/eww.el (eww-bookmark-quit): Remove.
6075         (eww-bookmark-browse): Restore the window configuration when you
6076         choose a bookmark (bug#16144).
6078 2013-12-24  Daniel Colascione  <dancol@dancol.org>
6080         * icomplete.el: Remove redundant :group arguments to `defcustom'
6081         throughout.
6082         (icomplete-show-matches-on-no-input): New customizable variable.
6083         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
6084         we have something to show.
6085         (icomplete-exhibit): Compute completions even if we have no user input.
6087 2013-12-23  Daniel Colascione  <dancol@dancol.org>
6089         * icomplete.el: Move `provide' to end of file.
6091 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6093         * net/gnutls.el (gnutls-verify-error): Add version tag.
6095 2013-12-23  Chong Yidong  <cyd@gnu.org>
6097         * subr.el (set-transient-map): Rename from
6098         set-temporary-overlay-map.  Doc fix.
6100         * face-remap.el (text-scale-adjust):
6101         * indent.el (indent-rigidly):
6102         * kmacro.el (kmacro-call-macro):
6103         * minibuffer.el (minibuffer-force-complete):
6104         * repeat.el (repeat):
6105         * simple.el (universal-argument--mode):
6106         * calendar/todo-mode.el (todo-insert-item--next-param):
6107         * progmodes/f90.el (f90-abbrev-start): Callers changed.
6109         * indent.el (indent-rigidly): Use substitute-command-keys.
6111 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6113         * net/eww.el (eww-tag-select): Add text-property to jump to next
6114         select field.
6115         (eww): Add non-supported ftp error.
6117 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6119         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
6120         comments.  Handle electric indent after typing `?' and `!'.
6122 2013-12-22  Chong Yidong  <cyd@gnu.org>
6124         * faces.el (face-spec-recalc): If the theme specs are not
6125         applicable to a frame, fall back on the defface spec.
6126         This prevents themes from obliterating faces on low-color terminals.
6128 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6130         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6131         after `{'.  We need it after block openers, and it doesn't seem
6132         to hurt after hash openers.
6134 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6136         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
6137         extracted from `ruby-smie-rules'.
6138         (ruby--electric-indent-chars): New variable.
6139         (ruby--electric-indent-p): New function.
6140         (ruby-mode): Use `electric-indent-functions' instead of
6141         `electric-indent-chars'.
6143 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6145         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
6146         docstring.
6147         (ruby-smie-rules): Indent plus one level after `=>'.
6149 2013-12-21  Richard Stallman  <rms@gnu.org>
6151         * simple.el (newline): Doc fix.
6153 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6155         * net/eww.el (eww-list-histories, eww-list-histories)
6156         (eww-history-browse, eww-history-quit, eww-history-kill)
6157         (eww-history-mode-map, eww-history-mode): New command and
6158         functions to list browser histories.
6159         (eww-form-text): Support text form with disabled
6160         and readonly attributes.
6161         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
6163 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6165         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
6166         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
6167         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
6168         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
6169         Use `user-error'.
6170         (eww-bookmark-mode-map): Add menu.
6171         (eww-render, eww-mode): Use `setq-local'.
6172         (eww-tool-bar-map): New variable.
6173         (eww-mode): Set `tool-bar-map'.
6174         (eww-view-source): Check for `html-mode' with `fboundp'.
6176 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6178         * net/shr.el (shr--extract-best-source): Don't bug out on audio
6179         elements with text inside.  Also remove debugging.
6181 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
6183         * cus-start.el (all): Add ns-use-srgb-colorspace.
6185 2013-12-21  Chong Yidong  <cyd@gnu.org>
6187         * custom.el (custom-theme-recalc-face): Do nothing if the face is
6188         undefined.  Thus, theme settings for undefined faces do not take
6189         effect until the faces are defined with defface, the same as with
6190         theme variables.
6192         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
6193         (face-spec-reset-face): Don't assign extra properties in temacs.
6194         (face-spec-recalc): Apply X resources too.
6196 2013-12-21  Chong Yidong  <cyd@gnu.org>
6198         * faces.el (face-spec-set):
6199         * cus-face.el (custom-theme-set-faces, custom-set-faces):
6200         * custom.el (defface): Doc fixes (Bug#16203).
6202         * indent.el (indent-rigidly-map): Add docstring, and move commands
6203         into named functions.
6204         (indent-rigidly-left, indent-rigidly-right)
6205         (indent-rigidly-left-to-tab-stop)
6206         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
6207         indentation direction based on bidi direction, and accumulate
6208         sequential commands in a single undo boundary.
6209         (indent-rigidly--pop-undo): New utility function.
6211 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
6213         * faces.el (read-face-name): Require crm.el when using crm-separator.
6215 2013-12-20  Daniel Colascione  <dancol@dancol.org>
6217         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
6218         so that we don't reflow comments into the shebang line.
6220 2013-12-20  Juri Linkov  <juri@jurta.org>
6222         * saveplace.el (save-place-to-alist): Add `dired-filename' as
6223         a position when `dired-directory' is non-nil.  Check integer
6224         positions with `integerp'.
6225         (toggle-save-place, save-places-to-alist): Add check for
6226         `dired-directory'.
6227         (save-place-find-file-hook): Check integer positions with
6228         `integerp'.
6229         (save-place-dired-hook): Use `dired-goto-file' when
6230         `dired-filename' is found in the assoc list.  Check integer
6231         positions with `integerp'.
6232         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
6234         * dired.el (dired-initial-position-hook): Rename back from
6235         `dired-initial-point-hook'.
6236         (dired-initial-position): Rename `dired-initial-point-hook' to
6237         `dired-initial-position-hook'.
6238         (dired-file-name-at-point): Doc fix.  (Bug#15329)
6240 2013-12-20  Juri Linkov  <juri@jurta.org>
6242         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
6243         (read-regexp-suggestions): New function.
6244         (read-regexp): Use `read-regexp-defaults-function' to get default values.
6245         Use `read-regexp-suggestions'.  Add non-empty default to history
6246         for empty input.
6247         (occur-read-regexp-defaults-function): Remove function.
6248         (occur-read-primary-args): Use `regexp-history-last' instead of
6249         `occur-read-regexp-defaults-function'.
6251         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
6252         (hi-lock-line-face-buffer, hi-lock-face-buffer)
6253         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
6254         `hi-lock-read-regexp-defaults-function'.  Doc fix.
6255         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
6256         with `find-tag-default-as-symbol-regexp'.  Doc fix.
6257         (hi-lock-read-regexp-defaults): Remove function.
6258         (hi-lock-regexp-okay): Add check for null.
6260         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
6261         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
6263         * subr.el (find-tag-default-as-symbol-regexp): New function.
6264         (find-tag-default-as-regexp): Move symbol regexp formatting to
6265         `find-tag-default-as-symbol-regexp'.
6267 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
6269         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
6270         (Bug#14179)
6272 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
6274         * calendar/todo-mode.el: New implementation of item insertion
6275         commands and key bindings.
6276         (todo-key-prompt): New face.
6277         (todo-insert-item): New command.
6278         (todo-insert-item--parameters): New defconst, replacing defvar
6279         todo-insertion-commands-args-genlist.
6280         (todo-insert-item--param-key-alist): New defconst, replacing
6281         defvar todo-insertion-commands-arg-key-list.
6282         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
6283         (todo-insert-item--argsleft, todo-insert-item--apply-args)
6284         (todo-insert-item--next-param): New functions.
6285         (todo-insert-item--args, todo-insert-item--argleft)
6286         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
6287         New variables.
6288         (todo-key-bindings-t): Change binding of "i" from
6289         todo-insertion-map to todo-insert-item.
6290         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
6291         (todo-insertion-command-name, todo-insertion-commands-names)
6292         (todo-define-insertion-command, todo-insertion-commands)
6293         (todo-insertion-key-bindings, todo-insertion-map): Remove.
6295 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
6297         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
6298         (todo-toggle-item-highlighting): Use eval-and-compile instead of
6299         eval-when-compile.
6300         (todo-move-category): Allow choosing a non-existing todo file to
6301         move the category to, and create that file.
6302         (todo-default-priority): New user option.
6303         (todo-set-item-priority): Use it.
6304         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
6305         (desktop-restore-file-buffer): Declare.
6306         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
6307         (todo-modes-set-2): Locally set desktop-save-buffer to
6308         todo-desktop-save-buffer.
6309         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
6310         (auto-mode-alist): Add autoload cookie.
6312 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
6314         * emacs-lisp/subr-x.el: Renamed from helpers.el.
6315         helpers.el was a poor choice of name.
6316         (string-remove-prefix): New function.
6317         (string-remove-suffix): New function.
6319 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
6321         Fix assignment for new window total sizes.
6322         * window.el (window--pixel-to-size): Remove function.
6323         (window--pixel-to-total-1, window--pixel-to-total):
6324         Fix calculation of new total sizes.
6326 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
6328         * comint.el (comint-output-filter): Fix rear-nonsticky property
6329         placement (Bug#16010).
6331 2013-12-20  Chong Yidong  <cyd@gnu.org>
6333         * faces.el (read-color): Minor fix for completion function.
6335 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
6337         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
6338         New option.  (Bug#16182)
6339         (ruby-smie--indent-to-stmt-p): Use it.
6340         (ruby-smie-rules): Revert the logic in the handling of `when'.
6341         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
6342         (ruby-deep-arglist, ruby-deep-indent-paren)
6343         (ruby-deep-indent-paren-style): Update docstrings to note that the
6344         vars don't have any effect with SMIE.
6346 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
6348         * calc/calc.el (calc-enter, calc-pop): Use the variable
6349         `calc-context-sensitive-enter'.
6351 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6353         * net/shr.el (shr-insert): Protect against infloops in degenerate
6354         tables.
6356 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6358         * progmodes/octave.el (octave): Add link to manual and octave
6359         homepage.
6360         (octave-mode-menu): Link to octave-mode manual.
6362 2013-12-20  Leo Liu  <sdl.web@gmail.com>
6364         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
6365         insertion using skeleton-end-newline.  (Bug#16138)
6367 2013-12-20  Juri Linkov  <juri@jurta.org>
6369         * replace.el (occur-engine): Use `add-face-text-property'
6370         to add the face property to matches and titles.  (Bug#14645)
6372         * hi-lock.el (hi-green): Use lighter color "light green" closer to
6373         the palette of other hi-lock colors.
6374         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
6376 2013-12-19  Juri Linkov  <juri@jurta.org>
6378         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
6379         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
6380         (minibuffer-history-symbol): Move variable declaration closer to
6381         its usage.
6383         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
6384         (Bug#14785)
6386 2013-12-19  Juri Linkov  <juri@jurta.org>
6388         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
6389         New function.
6390         (log-edit-hook): Add it to :options.  (Bug#16170)
6392 2013-12-19  Juri Linkov  <juri@jurta.org>
6394         * simple.el (eval-expression-print-format): Don't check for
6395         command names and the last command.  Always display additional
6396         formats of the integer result in the echo area, and insert them
6397         to the current buffer only with a zero prefix arg.
6398         Display character when char-displayable-p is non-nil.
6399         (eval-expression): With a zero prefix arg, set `print-length' and
6400         `print-level' to nil, and insert the integer values from
6401         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
6403         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
6404         `eval-last-sexp-arg-internal'.  Doc fix.
6405         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
6406         `eval-last-sexp-print-value'.  Doc fix.
6407         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
6408         Set `print-length' and `print-level' to nil when arg is zero.
6409         (eval-last-sexp): Doc fix.
6410         (eval-defun-2): Print the integer values from
6411         `eval-expression-print-format' at the end.
6413         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
6414         values from `eval-expression-print-format' at the end.
6416         * ielm.el (ielm-eval-input): Print the integer
6417         values from `eval-expression-print-format' at the end.
6419 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6421         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
6422         2013-12-11T19:01:44Z!tzz@lifelogs.com.
6424 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6426         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
6427         (hl-line-highlight, global-hl-line-highlight): Use it.
6428         (hl-line-overlay): Use defvar-local.
6430 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
6432         * term/ns-win.el: Require dnd.
6433         (global-map): Remove drag items.
6434         (ns-insert-text, ns-set-foreground-at-mouse)
6435         (ns-set-background-at-mouse):
6436         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
6437         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
6438         New functions.
6440 2013-12-19  Glenn Morris  <rgm@gnu.org>
6442         * emacs-lisp/ert.el (ert-select-tests):
6443         Fix string/symbol mixup.  (Bug#16121)
6445 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
6447         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
6448         keywords to their parent.
6450 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
6452         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
6453         first arg to be a string (fixed dead code), or an operator symbol.
6454         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
6455         operator symbols.
6456         (ruby-smie-rules): Remove parent token check in the `.' clause, it
6457         did nothing.  Don't respond to `(:after ".")', it will be called
6458         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
6459         change anything.  Only return indentation for binary operators
6460         when they are hanging.  De-dent opening paren when its parent is
6461         `.', otherwise it looks bad when the dot is not at bol or eol
6462         (bug#16182).
6464 2013-12-19  Juri Linkov  <juri@jurta.org>
6466         * replace.el (query-replace-read-args): Split a non-negative arg
6467         and a negative arg into separate elements.
6468         (query-replace, query-replace-regexp, replace-string)
6469         (replace-regexp): Add arg `backward'.  Doc fix.
6470         (replace-match-maybe-edit): When new arg `backward' is non-nil,
6471         move point to the beginning of the match.
6472         (replace-search, replace-highlight): Use new arg `backward'
6473         to set the value of `isearch-forward'.
6474         (perform-replace): Add arg `backward' and use it to perform
6475         replacement backward.  (Bug#14979)
6477         * isearch.el (isearch-query-replace): Use a negative prefix arg
6478         to call `perform-replace' with a non-nil arg `backward'.
6480 2013-12-18  Juri Linkov  <juri@jurta.org>
6482         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
6483         to the default list.  Move `log-edit-show-files' to the end.
6484         Add more available functions to options.
6485         (log-edit): Move default specific settings to
6486         `log-edit-insert-message-template'.  Don't move point.
6487         (log-edit-insert-message-template): New function.
6488         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
6489         (Bug#16170)
6491 2013-12-18  Juri Linkov  <juri@jurta.org>
6493         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
6494         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
6496 2013-12-18  Leo Liu  <sdl.web@gmail.com>
6498         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
6499         (Bug#16186)
6501 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
6503         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
6504         formats for displaying file sizes when the -s switch is given.
6505         Instead, compute a separate format for displaying the size in
6506         blocks, which is displayed in addition to the "regular" size.
6507         When -h is given in addition to -s, produce size in blocks in
6508         human-readable form as well.  (Bug#16179)
6510 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
6512         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
6513         Reference tables with ~\ref{...} instead of only \ref{...}.
6515 2013-12-18  Chong Yidong  <cyd@gnu.org>
6517         * cus-edit.el (custom-magic-alist): Fix "themed" description
6518         (Bug#14348).
6520         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
6521         is non-nil, do not create a new entry in the symbol's theme-value
6522         or theme-face property; update theme-settings only (Bug#14664).
6523         (custom-available-themes): Doc fix.
6525         * cus-theme.el (custom-new-theme-mode-map): Add bindings
6526         (Bug#15674).
6528         * replace.el (occur-engine): Avoid infloop (Bug#7593).
6530 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6532         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
6533         (Bug#13914).
6535 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6537         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
6539 2013-12-18  Glenn Morris  <rgm@gnu.org>
6541         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
6542         * cus-start.el (load-prefer-newer): New option.
6544 2013-12-18  Le Wang  <l26wang@gmail.com>
6546         * comint.el (comint-previous-matching-input-from-input):
6547         Retain point (Bug#13404).
6549 2013-12-18  Chong Yidong  <cyd@gnu.org>
6551         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
6553 2013-12-18  Glenn Morris  <rgm@gnu.org>
6555         * mail/emacsbug.el (report-emacs-bug):
6556         Only mention enable-multibyte-characters if non-standard.
6558 2013-12-17  Juri Linkov  <juri@jurta.org>
6560         * arc-mode.el (archive-extract-by-file): Check if directory exists
6561         before deletion to not show irrelevant errors if it doesn't exist.
6563 2013-12-17  Juri Linkov  <juri@jurta.org>
6565         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
6566         (Bug#14751)
6568         * net/eww.el (browse-web): Add alias to `eww'.
6569         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
6570         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
6572         * net/browse-url.el (browse-url-browser-function): Move `eww'
6573         closer to similar functions.
6575         * startup.el (fancy-startup-screen, fancy-about-screen):
6576         Set browse-url-browser-function to eww-browse-url locally.
6577         (Bug#14751)
6579 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6581         * window.el (window--pixel-to-total): Remove unused `mini' var.
6582         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
6583         (split-window): Remove unused `new' var.
6584         (window--display-buffer): Remove unused `frame' and `delta' vars.
6585         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
6586         and display-width'.
6588 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
6590         * dired.el (dired-mark-pop-up):
6591         * register.el (register-preview): Don't bind
6592         split-height-threshold here since it's now done in
6593         display-buffer-below-selected.
6595 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
6597         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
6598         xterm-rgb-convert-to-16bit.
6599         (rxvt-register-default-colors): Standardize with
6600         xterm-register-default-colors (Bug#14078).
6602 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6604         * simple.el (kill-region): Pass mark first, then point, so that
6605         kill-append works right (Bug#12819).
6606         (copy-region-as-kill, kill-ring-save): Likewise.
6608 2013-12-17  Leo Liu  <sdl.web@gmail.com>
6610         * net/rcirc.el (rcirc-add-face):
6611         * eshell/em-prompt.el (eshell-emit-prompt):
6612         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
6613         (Bug#16167)
6615 2013-12-17  Chong Yidong  <cyd@gnu.org>
6617         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
6618         Suggested by Xue Fuqiao.
6620 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
6622         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
6624 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6626         * net/shr.el (shr-insert-document): Remove unused var
6627         `shr-preliminary-table-render'.
6628         (shr-rescale-image): Remove unused arg `force'.
6629         (shr-put-image): Update calls accordingly.
6630         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
6632 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
6634         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
6635         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
6636         :close-all, to see which indentation method to use (Bug#16116).
6637         (smie-rules-function): Document the method :close-all.
6639 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
6643         * net/eww.el (eww-display-html): If we can't find the anchor we're
6644         looking for, then go to point-min.
6646 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
6648         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
6649         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
6650         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
6651         Expand dir too, in case it's relative.
6653 2013-12-16  Juri Linkov  <juri@jurta.org>
6655         * desktop.el (desktop-auto-save-timeout): Change default to
6656         `auto-save-timeout'.  Doc fix.
6657         (desktop-save): Skip the timestamp in desktop-saved-frameset
6658         when checking for auto-save changes.
6659         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
6660         `desktop-auto-save' is called repeatedly by the idle timer.
6661         (desktop-auto-save-set-timer): Replace `run-with-timer' with
6662         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
6663         (Bug#15331)
6665 2013-12-16  Juri Linkov  <juri@jurta.org>
6667         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
6668         (Bug#16035)
6669         (isearch-pre-command-hook): Check `this-command' for symbolp.
6671 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6673         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
6675 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
6677         * progmodes/cfengine.el (cfengine3--current-word): Remove.
6678         (cfengine3--current-function): Bring in the current-function
6679         functionality from `cfengine3--current-word'.
6680         (cfengine3-completion-function): Bring in the
6681         bounds-of-current-word functionality from
6682         `cfengine3--current-word'.
6684 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
6686         * window.el (display-buffer-below-selected):
6687         Bind split-height-threshold to 0 as suggested by Juri Linkov.
6689 2013-12-16  Leo Liu  <sdl.web@gmail.com>
6691         * progmodes/compile.el (compile-goto-error): Do not push-mark.
6692         Remove NOMSG arg and all uses changed.
6694 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
6697         (cua--deactivate-rectangle): Don't deactivate the mark.
6698         (cua-set-rectangle-mark): Don't set mark-active since
6699         cua--activate-rectangle already does it for us.
6700         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
6701         non-rectangular region.
6703         * emulation/cua-base.el (cua-repeat-replace-region):
6704         Use with-current-buffer.
6706         * net/gnutls.el: Use cl-lib.
6707         (gnutls-negotiate): `mapcan' -> cl-mapcan.
6709 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6711         * emacs-lisp/package.el (package-built-in-p): Support both
6712         built-in and the package.el converted package descriptions.
6713         (package-show-package-list): Allow keywords.
6714         (package-keyword-button-action): Use it instead of
6715         `finder-list-matches'.
6716         (package-menu-filter-interactive): Interactive filtering (by
6717         keyword) function.
6718         (package-menu--generate): Support keywords and change keymappings
6719         and headers when they are given.
6720         (package--has-keyword-p): Helper function.
6721         (package-menu--refresh): Use it.
6722         (package--mapc): Helper function.
6723         (package-all-keywords): Use it.
6724         (package-menu-mode-map): Set up menu items and keybindings to
6725         provide a filtering UI.
6727 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6729         * net/gnutls.el (gnutls-verify-error): New defcustom to control
6730         the behavior when a certificate fails validation.  Defaults to
6731         old behavior: never abort, just warn.
6732         (gnutls-negotiate): Use it.
6734 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
6736         * window.el (display-buffer-below-selected): Never split window
6737         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
6739 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
6741         * emacs-lisp/package.el (package--prepare-dependencies): New function.
6742         (package-buffer-info): Use it (bug#15108).
6744 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6746         * icomplete.el (icomplete-completions): Make sure the prefix is already
6747         displayed elsewhere before hiding it (bug#16219).
6749 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
6751         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
6752         open-paren tokens when preceded by a open-paren, too.
6753         (ruby-smie-rules): Handle virtual indentation after open-paren
6754         tokens specially.  If there is code between it and eol, return the
6755         column where is starts (Bug#16118).
6757 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
6759         * progmodes/cfengine.el: Fix `add-hook' doc.
6760         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
6761         (cfengine3--current-word): Fix parameters.
6762         (cfengine3-make-syntax-cache): Simplify further.
6763         (cfengine3-completion-function, cfengine3--current-function):
6764         Use `assq' for symbols.
6765         (cfengine3--current-function): Fix `cfengine3--current-word' call.
6767 2013-12-13  Glenn Morris  <rgm@gnu.org>
6769         * loadup.el (load-path): Warn if site-load or site-init changes it.
6770         No more need to reset it when bootstrapping.
6772 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
6774         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
6775         locations for cf-promises.
6776         (cfengine-mode-syntax-functions-regex): New caching variable.
6777         (cfengine3-fallback-syntax): Fallback syntax for cases where
6778         cf-promises doesn't run.
6779         (cfengine3--current-word): Reimplement using
6780         `cfengine-mode-syntax-functions-regex'.
6781         (cfengine3-completion-function, cfengine3--current-function):
6782         Use `cfengine3-make-syntax-cache' directly.
6783         (cfengine3-clear-syntax-cache): New function.
6784         (cfengine3-make-syntax-cache): Simplify and create
6785         `cfengine-mode-syntax-functions-regex' on demand.
6786         (cfengine3-format-function-docstring): Don't call
6787         `cfengine3-make-syntax-cache' explicitly.
6789 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
6791         Fix windmove-find-other-window broken after pixelwise resizing
6792         (Bug#16017).
6793         * windmove.el (windmove-other-window-loc): Revert change from
6794         2013-12-04.
6795         (windmove-find-other-window): Call window-in-direction.
6796         * window.el (window-in-direction): New arguments SIGN, WRAP and
6797         MINI to emulate original windmove-find-other-window behavior.
6799 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
6801         * simple.el (blink-matching--overlay): New variable.
6802         (blink-matching-open): Instead of moving point, highlight the
6803         matching paren with an overlay
6804         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
6806         * faces.el (paren-showing-faces, show-paren-match)
6807         (show-paren-mismatch): Move from paren.el.
6809 2013-12-13  Leo Liu  <sdl.web@gmail.com>
6811         * indent.el (indent-region): Disable progress reporter in
6812         minibuffer.  (Bug#16108)
6814         * bindings.el (visual-order-cursor-movement): Fix version.
6816 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6818         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
6819         Also match after beginning of line.
6820         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
6821         files.  Thanks to Russell Sim.  (Bug#15378)
6823 2013-12-13  Juri Linkov  <juri@jurta.org>
6825         * simple.el <Keypad support>: Remove key bindings duplicated
6826         with bindings.el.  (Bug#14397)
6828 2013-12-13  Juri Linkov  <juri@jurta.org>
6830         * comint.el (comint-mode-map): Replace `delete-char' with
6831         `delete-forward-char'.  (Bug#16109)
6833 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6835         * progmodes/python.el (python-indent-calculate-indentation):
6836         Fix de-denters cornercase.  (Bug#15731)
6838 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6840         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
6841         (advice--make): Pay attention to `depth'.
6842         (advice--make-1): Don't autoload commands eagerly.
6843         * emacs-lisp/elp.el (elp-instrument-function):
6844         * emacs-lisp/trace.el (trace-function-internal):
6845         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
6847         * iswitchb.el (iswitchb-mode): Don't belittle ido.
6849 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
6851         * term/w32-win.el (w32-handle-dropped-file):
6852         * startup.el (normal-top-level):
6853         * net/browse-url.el (browse-url-file-url):
6854         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
6855         decode file names using 'utf-8' rather than
6856         file-name-coding-system.
6858 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6860         * progmodes/python.el (python-indent-context)
6861         (python-indent-calculate-indentation): Fix auto-identation
6862         behavior for comment blocks.  (Bug#15916)
6864 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6866         * progmodes/python.el (python-indent-calculate-indentation):
6867         When determining indentation, don't treat "return", "pass", etc., as
6868         operators when they are just string constituents.  (Bug#15812)
6870 2013-12-12  Juri Linkov  <juri@jurta.org>
6872         * uniquify.el (uniquify-buffer-name-style): Change default to
6873         `post-forward-angle-brackets'.
6875         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
6876         `uniquify'.  Change default to `post-forward-angle-brackets'.
6878 2013-12-11  Glenn Morris  <rgm@gnu.org>
6880         * emacs-lisp/package.el (finder-list-matches):
6881         Autoload rather than falsely declaring.
6883 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
6885         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
6886         (eww-mode-map): Use them.
6888 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
6890         * window.el (display-buffer-in-side-window): Fix doc-string
6891         (Bug#16115).
6893 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
6895         * vc/vc-git.el: Silence byte-compiler warnings.
6896         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
6897         (log-edit-set-header): Declare.
6899 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
6901         * Makefile.in (custom-deps, finder-data): Run output file names
6902         through unmsys--file-name.  (Bug#16099)
6904 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6906         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
6907         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
6909         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
6910         instead of deleting the selection "by hand" (bug#16098).
6911         Rely on insert-for-yank to yank rectangles.
6912         (cua-highlight-region-shift-only): Mark obsolete.
6913         (cua-mode): Don't enable/disable transient-mark-mode,
6914         shift-select-mode (cua-mode works both with and without them), and
6915         pc-selection-mode (obsolete).
6916         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
6917         (cua--deactivate-rectangle): Deactivate it.
6919         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
6920         (delete-selection-helper): Make sure yank starts at the top of the
6921         deleted region.
6922         (minibuffer-keyboard-quit): Use region-active-p.
6924         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
6926         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
6927         to `delete' (bug#16109).
6929 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6931         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
6932         info manual and show keybindings and set `:group' keyword.
6934 2013-12-11  Juri Linkov  <juri@jurta.org>
6936         * delsel.el (delete-active-region): Let-bind `this-command'
6937         to prevent `kill-region' from changing its original value.
6938         (delete-selection-helper): Handle `overwrite-mode' for the type
6939         `kill' exactly the same way as for the type `t'.
6940         (insert-char, quoted-insert, reindent-then-newline-and-indent):
6941         Support more commands.  (Bug#13312)
6943 2013-12-11  Juri Linkov  <juri@jurta.org>
6945         * bindings.el: Map kp keys to non-kp keys systematically
6946         with basic modifiers control, meta and shift.  (Bug#14397)
6948 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6950         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
6951         "Close browser" menu items.  Fix wrong function of "List
6952         bookmarks".
6954 2013-12-11  Juri Linkov  <juri@jurta.org>
6956         * misearch.el (multi-isearch-buffers): Set the value of
6957         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
6958         arg of isearch-forward to t.
6959         (multi-isearch-buffers-regexp): Set the value of
6960         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
6961         arg of isearch-forward-regexp to t.
6962         (multi-isearch-files): Set the value of
6963         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
6964         arg of isearch-forward to t.
6965         (multi-isearch-files-regexp): Set the value of
6966         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
6967         arg of isearch-forward-regexp to t.  (Bug#16035)
6969         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
6970         arg of isearch-forward to t.
6971         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
6972         arg of isearch-forward-regexp to t.
6973         (dired-isearch-filter-filenames): Remove unnecessary check for
6974         `dired-isearch-filenames'.
6976         * comint.el (comint-history-isearch-backward):
6977         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
6978         (comint-history-isearch-backward-regexp):
6979         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
6981 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
6983         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
6984         unmsys--file-name.  (Bug#16099)
6986 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
6988         * emacs-lisp/package.el (package-keyword-button-action):
6989         Remove finder.el require dependency.
6991 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
6993         * emacs-lisp/package.el: Require finder.el.
6994         (describe-package-1): Add keyword buttons.
6995         (package-make-button): New convenience function.
6996         (package-keyword-button-action): Keyword button action using
6997         `finder-list-matches'.
6999 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
7001         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
7002         last commit.
7004 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
7006         * autorevert.el (auto-revert-notify-add-watch): Do not handle
7007         symlinked files.
7009 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7011         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
7012         after the end of a percent literal.
7014 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7016         * progmodes/ruby-mode.el (ruby-forward-string): Document.
7017         Handle caret-delimited strings (Bug#16079).
7019 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7021         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
7022         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
7023         `ruby-parse-partial' (Bug#16078).
7025 2013-12-09  Leo Liu  <sdl.web@gmail.com>
7027         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
7029 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
7031         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
7032         (js-switch-indent-offset): New option.
7033         (js--proper-indentation): Use it.  And handle the case when
7034         "default" is actually a key in an object literal.
7035         (js--same-line): New function.
7036         (js--multi-line-declaration-indentation): Use it.
7037         (js--indent-in-array-comp, js--array-comp-indentation):
7038         New functions.
7039         (js--proper-indentation): Use them, to handle array comprehension
7040         continuations.
7042 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7044         * progmodes/flymake.el (flymake-highlight-line): Re-write.
7045         (flymake-make-overlay): Remove arg MOUSE-FACE.
7046         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
7048 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
7051         New function.
7052         (redisplay-highlight-region-function): Use it.
7054         * emulation/cua-base.el (cua--explicit-region-start)
7055         (cua--last-region-shifted): Remove.
7056         (cua--deactivate): Use deactivate-mark.
7057         (cua--pre-command-handler-1): Don't handle shift-selection.
7058         (cua--post-command-handler-1): Don't change transient-mark-mode.
7059         (cua--select-keymaps): Use region-active-p rather than
7060         cua--explicit-region-start or cua--last-region-shifted.
7061         (cua-mode): Enable shift-select-mode.
7063 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7065         * progmodes/flymake.el (flymake-popup-current-error-menu):
7066         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
7067         (flymake-posn-at-point-as-event, flymake-popup-menu)
7068         (flymake-make-emacs-menu): Remove.  (Bug#16077)
7070 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7072         * rect.el (rectangle-mark-mode): Activate mark even if
7073         transient-mark-mode is off (bug#16066).
7074         (rectangle--highlight-for-redisplay): Fix boundary condition when point
7075         is > mark and at bolp.
7077         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
7078         (region-extract-function): Use it.
7079         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
7080         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
7081         Delete functions.
7082         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
7083         kill-ring-save, kill-region, delete-char, delete-forward-char.
7084         Ignore self-insert-iso.
7086         * emulation/cua-gmrk.el (cua--init-global-mark):
7087         Ignore `self-insert-iso'.
7089         * emulation/cua-base.el (cua--prefix-copy-handler)
7090         (cua--prefix-cut-handler): Rely on region-extract-function rather than
7091         checking cua--rectangle.
7092         (cua-delete-region): Use region-extract-function.
7093         (cua-replace-region): Delete function.
7094         (cua-copy-region, cua-cut-region): Obey region-extract-function.
7095         (cua--pre-command-handler-1): Don't do the delete-selection thing.
7096         (cua--self-insert-char-p): Ignore `self-insert-iso'.
7097         (cua--init-keymaps): Don't remap delete-selection commands.
7098         (cua-mode): Use delete-selection-mode instead of rolling our own
7099         (bug#16085).
7101         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
7102         Obey region-extract-function.
7104         Make registers and delete-selection-mode work on rectangles.
7105         * register.el (describe-register-1): Don't modify the register's value.
7106         (copy-to-register): Obey region-extract-function.
7107         * delsel.el (delete-active-region): Obey region-extract-function.
7109 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7111         * progmodes/flymake.el (flymake, flymake-error-bitmap)
7112         (flymake-warning-bitmap, flymake-fringe-indicator-position)
7113         (flymake-compilation-prevents-syntax-check)
7114         (flymake-start-syntax-check-on-newline)
7115         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
7116         (flymake-start-syntax-check-on-find-file, flymake-log-level)
7117         (flymake-xml-program, flymake-master-file-dirs)
7118         (flymake-master-file-count-limit)
7119         (flymake-allowed-file-name-masks): Relocate.
7120         (flymake-makehash, flymake-float-time)
7121         (flymake-replace-regexp-in-string, flymake-split-string)
7122         (flymake-get-temp-dir): Remove.
7123         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
7124         (flymake-current-row, flymake-selected-frame)
7125         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
7126         related functions.  (Bug#16077)
7128 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
7130         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
7132 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
7134         * help-fns.el (describe-function-1): Use new advice-* functions
7135         rather than old ad-* functions.  Fix function type description and
7136         source links for advised functions and subrs.
7138 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
7142 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
7144         * progmodes/compile.el (compilation-start):
7145         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
7147         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7148         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
7150 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7152         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7153         Touch up the last change.
7155 2013-12-06  Leo Liu  <sdl.web@gmail.com>
7157         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
7158         (inferior-octave-startup): Always use "octave> " for prompt.
7159         (octave-goto-function-definition)
7160         (octave-sync-function-file-names)
7161         (octave-find-definition-default-filename): Remove redundant backquotes.
7163 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7165         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
7166         syntax for `?'.
7167         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
7168         where appropriate already.
7169         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
7170         end of method names (Bug#15874).
7172 2013-12-06  Juri Linkov  <juri@jurta.org>
7174         * isearch.el (isearch--saved-overriding-local-map):
7175         New internal variable.
7176         (isearch-mode): Set it to the initial value of
7177         `overriding-terminal-local-map'.
7178         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
7179         with `isearch--saved-overriding-local-map'.  (Bug#16035)
7181 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7183         * progmodes/octave.el (inferior-octave-completion-table):
7184         Turn back into function, use `completion-table-with-cache'
7185         (Bug#11906).  Update all references.
7187         * minibuffer.el (completion-table-with-cache): New function.
7189 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7191         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
7193 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
7195         * net/eww.el (eww-current-source): New variable to store page
7196         source.
7197         (eww-display-html, eww-mode, eww-save-history)
7198         (eww-restore-history): Use it.
7199         (eww-view-source): New command to view page source.
7200         Opportunistically uses `html-mode' to highlight the buffer.
7201         (eww-mode-map): Install it.
7203 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
7205         * net/dbus.el (dbus-unregister-service)
7206         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
7207         Fix docstring.
7208         (dbus-unregister-service): Skip :serial entries in
7209         `dbus-registered-objects-table'.
7210         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
7212 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
7214         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
7215         around keywords with extra `split-string' argument.
7217 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
7219         * windmove.el (windmove-other-window-loc): Handle navigation
7220         between windows (excluding the minibuffer window - Bug#16017).
7222 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
7224         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
7225         in D-Bus type syntax.
7226         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
7227         preserve unibyte strings.  (Bug#16048)
7229 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7231         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7232         Call force-mode-line-update is the proper buffer (bug#16042).
7234 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
7236         * vc/log-edit.el (log-edit-add-new-comment): Rename to
7237         `log-edit-remember-comment', make argument optional.  Adjust all
7238         callers.
7239         (log-edit-mode): Add `log-edit-remember-comment' to
7240         `kill-buffer-hook' locally.
7241         (log-edit-kill-buffer): Don't remember comment explicitly since
7242         the buffer is killed anyway.
7244 2013-12-04  Juri Linkov  <juri@jurta.org>
7246         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
7247         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
7249 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
7251         * notifications.el (notifications-close-notification): Call the
7252         D-Bus method with ID being a `:uint32'.  (Bug#16030)
7254 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7256         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
7258 2013-12-03  Juri Linkov  <juri@jurta.org>
7260         * progmodes/compile.el (compilation-start): Rename window alist
7261         entry `no-display-ok' to `allow-no-window'.
7263         * simple.el (shell-command): Add window alist entry
7264         `allow-no-window' to `display-buffer'.
7265         (async-shell-command): Doc fix.
7267         * window.el (display-buffer-no-window): New action function.
7268         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
7270 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7272         * vc/log-edit.el (log-edit-set-header): Extract from
7273         `log-edit-toggle-header'.
7274         (log-edit-extract-headers): Separate the summary, when extracted
7275         from header, from the rest of the message with an empty line.
7277         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
7278         line, if present, to the Summary header.
7280 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7282         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
7283         in current-buffer (bug#16029).
7285 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
7287         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
7288         (debugger-mode-map): Bind it.
7289         (debugger--backtrace-base): New function.
7290         (debugger-eval-expression): Use it.
7291         (debugger-frame-number): Skip local vars when present.
7292         (debugger--locals-visible-p, debugger--insert-locals)
7293         (debugger--show-locals, debugger--hide-locals): New functions.
7295 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
7297         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
7298         "LC_ALL".
7299         (tramp-get-remote-locale): New defun.
7300         (tramp-open-connection-setup-interactive-shell): Use it.
7302 2013-12-02  Leo Liu  <sdl.web@gmail.com>
7304         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
7306         * progmodes/sh-script.el (sh-shell-process):
7307         * progmodes/octave.el (inferior-octave-process-live-p):
7308         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
7309         (gdb-inferior-io-sentinel):
7310         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
7312 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7314         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
7315         `save-selected-window' to `log-edit-hide-buf'.  This makes
7316         `log-edit-show-files' idempotent.
7317         (log-edit-show-files): Mark the new window as dedicated.
7319 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7321         * vc/log-edit.el (log-edit-mode-map): Add binding for
7322         `log-edit-kill-biffer'.
7323         (log-edit-hide-buf): Add a FIXME comment.
7324         (log-edit-add-new-comment): New function, extracted from
7325         `log-edit-done'.
7326         (log-edit-done, log-edit-add-to-changelog): Use it.
7327         (log-edit-kill-buffer): New command.
7329 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
7332         instead of killing the buffer.
7334 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7336         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
7338 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7340         * net/eww.el (eww-form-checkbox-selected-symbol)
7341         (eww-form-checkbox-symbol): New customizable variable.
7342         (eww-form-checkbox, eww-toggle-checkbox):
7343         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
7345         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
7346         (shr--get-media-pref, shr--extract-best-source): New function.
7347         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
7348         no :src tag was specified.
7350         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
7351         (eww-render): Handle `eww-use-external-browser-for-content-type'.
7352         Use \\` to match beginning of string instead of ^.
7353         (eww-browse-with-external-browser): Provide optional URL parameter.
7354         (eww-render): Set `eww-current-title' back to "".
7356         * net/shr.el (shr-tag-video): Display content for video if no
7357         poster is available.
7358         (shr-tag-audio): Add support for <audio> tag.
7360         * net/eww.el (eww-text-input-types): New const.
7361         (eww-process-text-input): Treat input types in
7362         `eww-text-input-types' as text.
7364         * net/shr.el (shr-tag-table): Fix comment typo.
7366 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7368         * net/eww.el (eww-follow-link): New command to avoid reloading
7369         pages when we follow #target links (bug#15243).
7370         (eww-quit): Special mode buffers shouldn't query before exiting.
7372 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
7374         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
7375         forms.
7377 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7379         * net/eww.el (eww-restore-history): Update the window title after
7380         moving in the history.
7381         (eww-current-dom): New variable used to save the current DOM.
7383 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
7385         * vc/log-edit.el (log-edit-mode-map): Add binding for
7386         `log-edit-beginning-of-line'.
7387         (log-edit-setup-add-author): New user option.
7388         (log-edit-beginning-of-line): New command.
7389         (log-edit): Move major mode call above the contents setup so that
7390         the local variable values are already applied.
7391         (log-edit): Only insert "Author: " when
7392         `log-edit-setup-add-author' is non-nil.
7393         (log-edit): When SETUP is non-nil, position point after ": "
7394         instead of point-min.
7396 2013-12-01  Glenn Morris  <rgm@gnu.org>
7398         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
7400 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
7402         * startup.el (fancy-splash-frame): On MS-Windows, trigger
7403         redisplay to make sure the initial frame gets a chance to become
7404         visible.  (Bug#16014)
7406 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
7408         Support resizing frames and windows pixelwise.
7409         * cus-start.el (frame-resize-pixelwise)
7410         (window-resize-pixelwise): New entries.
7411         * emacs-lisp/debug.el (debug): Use window-total-height instead
7412         of window-total-size.
7413         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
7414         * help.el (describe-bindings-internal): Use help-buffer as
7415         argument for with-help-window.
7416         (temp-buffer-max-width): New option.
7417         (resize-temp-buffer-window, help-window-setup)
7418         (with-help-window): Rewrite.
7419         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
7420         dragging dividers.
7421         * window.el (frame-char-size, window-min-pixel-height)
7422         (window-safe-min-pixel-height, window-safe-min-pixel-width)
7423         (window-min-pixel-width, window-safe-min-pixel-size)
7424         (window-combination-p, window-safe-min-size)
7425         (window-resizable-p, window--size-to-pixel)
7426         (window--pixel-to-size, window--resize-apply-p): New functions.
7427         (window-safe-min-height): Fix doc-string.
7428         (window-size, window-min-size, window--min-size-1)
7429         (window-sizable, window-sizable-p, window--min-delta-1)
7430         (window-min-delta, window--max-delta-1, window-max-delta)
7431         (window--resizable, window--resizable-p, window-resizable)
7432         (window-full-height-p, window-full-width-p, window-at-side-p)
7433         (window--in-direction-2, window-in-direction)
7434         (window--resize-reset-1, window--resize-mini-window)
7435         (window-resize, window-resize-no-error)
7436         (window--resize-child-windows-normal)
7437         (window--resize-child-windows, window--resize-siblings)
7438         (window--resize-this-window, window--resize-root-window)
7439         (window--resize-root-window-vertically)
7440         (adjust-window-trailing-edge, enlarge-window, shrink-window)
7441         (maximize-window, minimize-window, delete-window)
7442         (quit-restore-window, window-split-min-size, split-window)
7443         (balance-windows-2, balance-windows)
7444         (balance-windows-area-adjust, balance-windows-area)
7445         (window--state-get-1, window-state-get, window--state-put-1)
7446         (window--state-put-2, window-state-put)
7447         (display-buffer-record-window, window--display-buffer):
7448         Make functions handle pixelwise sizing of windows.
7449         (display-buffer--action-function-custom-type)
7450         (display-buffer-fallback-action):
7451         Add display-buffer-in-previous-window.
7452         (display-buffer-use-some-window): Resize window to height it had
7453         before.
7454         (fit-window-to-buffer-horizontally): New option.
7455         (fit-frame-to-buffer): Describe new values.
7456         (fit-frame-to-buffer-bottom-margin): Replace with
7457         fit-frame-to-buffer-margins.
7458         (window--sanitize-margin): New function.
7459         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
7460         using window-text-pixel-size.
7462 2013-11-30  Glenn Morris  <rgm@gnu.org>
7464         * emacs-lisp/bytecomp.el (byte-compile-form):
7465         Make the `interactive-only' warning like the `obsolete' one.
7466         * comint.el (comint-run):
7467         * files.el (insert-file-literally, insert-file):
7468         * replace.el (replace-string, replace-regexp):
7469         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
7470         (goto-line, insert-buffer, next-line, previous-line):
7471         Tweak `interactive-only' spec.
7473         Stop keeping (most) generated cedet grammar files in the repository.
7474         * Makefile.in (semantic): New.
7475         (compile-main): Depend on semantic.
7477 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7479         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
7480         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
7482         * uniquify.el (uniquify-buffer-name-style): Change default.
7484         * loadup.el: Preload "uniquify".
7486         * time.el (display-time-update): Update all mode lines (bug#15999).
7488         * electric.el (electric-indent-mode): Enable by default.
7489         * loadup.el: Preload "electric".
7491 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
7493         * emacs-lisp/helpers.el (string-empty-p): New function.
7494         (string-blank-p): New function.
7496 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
7498         * imenu.el (imenu--index-alist): Add missing dot to the docstring
7499         (Bug#14029).
7501 2013-11-29  Andreas Politz  <politza@fh-trier.de>
7502         * imenu.el (imenu--subalist-p): Don't error on non-conses and
7503         allow non-lambda lists as functions.
7504         (imenu--in-alist): Don't recurse into non-subalists.
7505         (imenu): Don't pass function itself as an argument (Bug#14029).
7507 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7509         * progmodes/python.el (python-mode-map): Remove binding for ":".
7510         (python-indent-electric-colon): Remove command.
7511         (python-indent-post-self-insert-function): Integrate the previous code
7512         of python-indent-electric-colon.  Make it conditional on
7513         electric-indent-mode.
7514         (python-mode): Add ?: to electric-indent-chars.
7515         Move python-indent-post-self-insert-function to the end of
7516         post-self-insert-hook.
7518 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7520         * doc-view.el (doc-view-goto-page): Update mode-line.
7522         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
7524 2013-11-27  Glenn Morris  <rgm@gnu.org>
7526         * international/charprop.el, international/uni-bidi.el:
7527         * international/uni-category.el, international/uni-combining.el:
7528         * international/uni-comment.el, international/uni-decimal.el:
7529         * international/uni-decomposition.el, international/uni-digit.el:
7530         * international/uni-lowercase.el, international/uni-mirrored.el:
7531         * international/uni-name.el, international/uni-numeric.el:
7532         * international/uni-old-name.el, international/uni-titlecase.el:
7533         * international/uni-uppercase.el:
7534         Remove generated files from VCS repository.
7536 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
7538         * filenotify.el (file-notify-add-watch): Don't special-case
7539         w32notify when computing the directory to watch.
7541 2013-11-27  Glenn Morris  <rgm@gnu.org>
7543         Make bootstrap without generated uni-*.el files possible again.
7544         * loadup.el: Update command-line-args checking for unidata-gen.
7545         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
7546         * composite.el, international/characters.el:
7547         Handle unicode tables being undefined.
7549         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
7550         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
7551         (compile-main): Depend on leim rule.
7552         (leim): New rule.
7553         * loadup.el: Move leim-list.el to leim/ subdirectory.
7554         * startup.el (normal-top-level): No more leim directory.
7555         * international/ja-dic-cnv.el (skkdic-convert):
7556         Disable version-control and autoloads in output files.
7557         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
7558         Disable version-control and autoloads in output files.
7559         * leim/quail: Move here from ../leim.
7560         * leim/quail/hangul.el (hangul-input-method-activate):
7561         Add autoload cookie.
7562         (generated-autoload-load-name): Set file-local value.
7563         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
7564         (generated-autoload-load-name): Set file-local value.
7566 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
7568         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
7569         (eww-add-bookmark): Ask confirmation when add to bookmarks.
7570         (eww-quit): Ask confirmation before quitting eww.
7572 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
7574         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
7575         reading output from Diff on MS-Windows and MS-DOS.
7577 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
7579         * emacs-lisp/helpers.el (string-reverse): New function.
7581 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
7583         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
7584         names on MS Windows, like "/[::1]:".
7586         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
7587         SWITCHES.
7589 2013-11-26  Glenn Morris  <rgm@gnu.org>
7591         * progmodes/python.el (python-indent-guess-indent-offset):
7592         Avoid corner-case error.  (Bug#15975)
7594         Preload leim-list.el.  (Bug#4789)
7595         * loadup.el: Load leim-list.el when found.
7596         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
7598 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
7600         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
7602         * emacs-lisp/helpers.el (string-join): New function.
7604 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
7606         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7607         Mark as obsolete and replace it with a symbol property.
7608         (byte-compile-form): Use new 'interactive-only property.
7609         * comint.el, files.el, replace.el, simple.el:
7610         Apply new 'interactive-only properly.
7612 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
7614         * window.el (display-buffer-at-bottom): Make sure that
7615         split-window-sensibly creates the new window on bottom
7616         (Bug#15961).
7618 2013-11-23  David Kastrup  <dak@gnu.org>
7620         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
7621         on the conflict markers when available.
7622         (smerge--get-marker): New function.
7623         (smerge-end-re, smerge-base-re): Add subgroup.
7625 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7627         * frame.el (handle-focus-in, handle-focus-out): Add missing
7628         interactive spec.
7630 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
7632         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7633         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
7635 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7637         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
7638         (gomoku--last-pos): New var.
7639         (gomoku--intangible-chars): New const.
7640         (gomoku--intangible): New function.
7641         (gomoku-mode): Use it.  Derive from special-mode.
7642         (gomoku-move-up): Adjust line count.
7643         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
7644         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
7645         Simplify accordingly.
7647         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
7648         Remove blink-cursor code.
7649         (blink-cursor-timer-function, blink-cursor-suspend):
7650         Don't special-case GUIs.
7651         (blink-cursor-mode): Use focus-in/out-hook.
7653 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
7655         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
7656         work when annotation is invisible (Bug#13886).
7658 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
7660         * json.el (json-alist-p): Only return non-nil if the alist has
7661         simple keys (Bug#13518).
7663 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
7665         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
7666         when control-statement is the first statement in a buffer (Bug#15956).
7668 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
7670         * imenu.el (imenu-generic-skip-comments-and-strings):
7671         New option (Bug#15560).
7672         (imenu--generic-function): Use it.
7674 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
7676         * minibuffer.el (completion--in-region-1): Scroll the correct window.
7677         (Bug#13898)
7679 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
7681         * emacs-lisp/helpers.el: Add some string helpers.
7682         (string-trim-left): Removes leading whitespace.
7683         (string-trim-right): Removes trailing whitespace.
7684         (string-trim): Removes leading and trailing whitespace.
7686         * subr.el (string-suffix-p): New function.
7688 2013-11-23  Glenn Morris  <rgm@gnu.org>
7690         * progmodes/python.el (python-shell-send-file):
7691         Add option to delete file when done.  (Bug#15647)
7692         (python-shell-send-string, python-shell-send-region): Use it.
7694 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
7696         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
7697         to set buffer-read-only to t, never to nil.  (Bug#15938)
7699         * textmodes/tex-mode.el (latex-noindent-environments):
7700         Add safe-local-variable property.  (Bug#15936)
7702 2013-11-23  Glenn Morris  <rgm@gnu.org>
7704         * textmodes/enriched.el (enriched-mode): Doc fix.
7705         * emacs-lisp/authors.el (authors-renamed-files-alist):
7706         Add enriched.doc -> enriched.txt.
7708         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
7710 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7712         * progmodes/octave.el (inferior-octave-startup): Spit out error
7713         message.
7715 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
7717         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7718         Improve docstring.
7719         Add :version.
7720         (ruby-encoding-magic-comment-style): Add :version.
7722 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7724         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
7725         (Bug#15076)
7726         (octave-help-mode): Adapt to change to help-mode-finish to use
7727         derived-mode-p on 2013-09-17.
7728         (inferior-octave-prompt): Also match octave-gui.
7729         (octave-kill-process): Don't ask twice.  (Bug#10564)
7731 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7733         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
7734         (inferior-octave-startup, inferior-octave-check-process)
7735         (inferior-octave-track-window-width-change)
7736         (octave-completion-at-point, octave-eldoc-function): Use it.
7737         (octave-kill-process): Provide confirmation.  (Bug#10564)
7739 2013-11-21  Leo Liu  <sdl.web@gmail.com>
7741         * progmodes/octave.el (octave-mode, inferior-octave-mode):
7742         Fix obsolete variable comment-use-global-state.
7744 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7746         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
7747         Add `octave-source-file'.
7748         (octave-source-file): New function.  (Bug#15935)
7750 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
7752         * net/eww.el (eww-local-regex): New variable.
7753         (eww): Use it to detect localhost and similar.
7755 2013-11-21  Leo Liu  <sdl.web@gmail.com>
7757         Add completion for command `ag'.
7758         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
7759         (pcomplete/ag): New function.
7760         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
7762 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7764         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
7765         (bug#14646).
7766         (make-obsolete): Remove interactive spec.
7768 2013-11-21  Glenn Morris  <rgm@gnu.org>
7770         * startup.el (command-line-1): Use path-separator with -L.
7772 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
7774         * emacs-lisp/package.el (describe-package-1): Add package archive
7775         to shown fields.
7777 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
7779         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7780         Change default to "# encoding: %s" to differentiate it from the
7781         default Ruby encoding comment template.
7783 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
7785         * ses.el (ses-mode): Doc fix.  (Bug#14748)
7787 2013-11-20  Leo Liu  <sdl.web@gmail.com>
7789         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
7791 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
7793         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
7794         when rebase or bisect are in progress.
7796 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
7798         * filenotify.el (file-notify-add-watch): Doc fix.
7800 2013-11-19  Leo Liu  <sdl.web@gmail.com>
7802         * obsolete/rcompile.el: Mark obsolete.
7804         * progmodes/compile.el (compilation-start)
7805         (compilation-goto-locus, compilation-find-file):
7806         Pass no-display-ok and handle nil value from display-buffer.
7807         (Bug#13594)
7809         * window.el (display-buffer-alist, display-buffer): Document the
7810         new parameter no-display-ok.  Return either a window or nil
7811         but never a non-window value.
7813 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7815         * electric.el (electric-indent-mode-map): Remove.
7816         (electric-indent-mode): Change the global-map instead (bug#15915).
7818         * textmodes/text-mode.el (paragraph-indent-minor-mode):
7819         Use add-function.
7821 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7823         * emacs-lisp/nadvice.el (remove-function): Align with
7824         add-function's behavior.
7826         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
7827         (gdb--string-regexp): New constant.
7828         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
7829         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
7830         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
7831         submatch 1.
7832         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
7833         Adjust use accordingly.
7834         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
7836 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
7838         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
7839         interpolation curlies (Bug#15914).
7841 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
7843         * calc/calc.el (calc-context-sensitive-enter): New variable.
7844         (calc-enter): Use `calc-context-sensitive-enter'.
7846 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
7848         * progmodes/cfengine.el: Version bump.
7849         (cfengine-cf-promises): New defcustom to locate cf-promises.
7850         (cfengine3-vartypes): Add new "data" type.
7851         (cfengine3--current-word): New function to get current name-like
7852         word or its bounds.
7853         (cfengine3--current-function): New function to look up a CFEngine
7854         function's definition.
7855         (cfengine3-format-function-docstring): New function.
7856         (cfengine3-make-syntax-cache): New function.
7857         (cfengine3-documentation-function): New function: ElDoc glue.
7858         (cfengine3-completion-function): New function: completion glue.
7859         (cfengine3-mode): Set `compile-command',
7860         `eldoc-documentation-function', and add to
7861         `completion-at-point-functions'.
7863 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
7865         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7866         `tramp-current-connection'.
7868 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
7870         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
7871         nil/self/true/false with "end of symbol".
7873 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
7875         * subr.el (version-regexp-alist): Fix a typo.
7877 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
7879         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
7880         "en_US.utf8" and "LC_CTYPE" to "".
7881         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
7882         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
7884 2013-11-15  Leo Liu  <sdl.web@gmail.com>
7886         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
7888 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * progmodes/gud.el (ctl-x-map):
7891         Remove C-x SPC binding.  (Bug#12342)
7892         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
7894 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
7896         * subr.el (version-regexp-alist):
7897         Recognize hg, svn and darcs versions as snapshot versions.
7899         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
7900         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
7901         (ruby--encoding-comment-required-p): Extract from
7902         `ruby-mode-set-encoding'.
7903         (ruby-mode-set-encoding): Add the ability to always insert an
7904         utf-8 encoding comment.  Fix and simplify coding comment update
7905         logic.
7907 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
7909         * net/tramp-gvfs.el (top): Run init code only when
7910         `tramp-gvfs-enabled' is not nil.
7911         (tramp-gvfs-enabled): Check also :system bus.
7913 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7915         Sync with upstream verilog-mode revision 78e66ba.
7916         * progmodes/verilog-mode.el (verilog-end-of-defun)
7917         (verilog-type-completion, verilog-get-list): Remove unused funcs.
7918         (verilog-get-end-of-defun): Remove unused argument.
7919         (verilog-comment-depth): Remove unused local `e'.
7920         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
7921         Don't pass arg to verilog-get-end-of-defun.
7923 2013-11-14  Glenn Morris  <rgm@gnu.org>
7925         * obsolete/assoc.el (aget): Prefix dynamic variable.
7927         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
7929 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7931         * widget.el, hfy-cmap.el: Remove bogus package version number.
7933 2013-11-13  Glenn Morris  <rgm@gnu.org>
7935         * replace.el (replace-eval-replacement):
7936         Try to give more helpful error message.  (Bug#15836)
7938         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
7939         (archive-7z-update): Avoid custom type mismatches.
7941         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
7943 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
7945         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
7946         address can be empty.
7948         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
7949         Accept nil SWITCHES.
7950         (tramp-gvfs-handle-write-region): Implement APPEND.
7952 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
7954         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
7955         binary "|" operator and closing block args delimiter.
7956         Remove FIXME comment referring to Ruby 1.8-only syntax.
7957         (ruby-smie--implicit-semi-p): Not after "|" operator.
7958         (ruby-smie--closing-pipe-p): New function.
7959         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
7960         (ruby-smie-rules): Indent after "|".
7962 2013-11-12  Glenn Morris  <rgm@gnu.org>
7964         * ps-print.el (ps-face-attribute-list):
7965         Handle anonymous faces.  (Bug#15827)
7967 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
7969         * window.el (display-buffer-other-frame): Fix doc-string.
7970         (Bug#15868)
7972 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7974         * subr.el (force-mode-line-update): Delete, move to buffer.c.
7976 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
7978         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
7979         (tramp-sh-handle-file-local-copy): Don't write a message when
7980         saving temporary files.
7982         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
7983         both directories are remote.
7984         (tramp-smb-handle-directory-files): Do not return double entries.
7985         Do not expand full file names.
7986         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
7987         (tramp-smb-handle-write-region): Implement APPEND.
7988         (tramp-smb-get-stat-capability): Fix a stupid bug.
7990 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7992         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
7994 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7996         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
7997         throwing error over malformed let/let* (bug#15814).
7999 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8001         * iswitchb.el (iswitchb-mode): Mark obsolete.
8003 2013-11-11  Glenn Morris  <rgm@gnu.org>
8005         * international/uni-bidi.el, international/uni-category.el:
8006         * international/uni-name.el, international/uni-numeric.el:
8007         Regenerate for Unicode 6.3.0.
8009 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
8011         * net/tramp.el (tramp-methods):
8012         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
8013         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
8015 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
8017         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8018         Force highlighting text after Summary keyword in doc face for rpm.
8020 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
8022         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
8023         available and the word has no wildcards, append one to the grep pattern.
8024         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
8025         (ispell-complete-word): Call `ispell-lookup-words' with the value
8026         independent of `ispell-look-p'.
8028 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8030         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
8031         Not after "||".
8032         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
8033         their parent.
8035 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8037         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
8038         (ruby-font-lock-keywords): Use backquote.
8040 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8042         * progmodes/ruby-mode.el (ruby-smie--forward-token)
8043         (ruby-smie--backward-token): Only consider full-string matches.
8045 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
8047         * faces.el (describe-face): Add distant-foreground.
8049 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
8051         * progmodes/ruby-mode.el: Improve encoding comment handling.
8052         (ruby-encoding-magic-comment-style): New option.
8053         (ruby-custom-encoding-magic-comment-template): New option.
8054         (ruby--insert-coding-comment, ruby--detect-encoding):
8055         New functions extracted from `ruby-mode-set-encoding'.
8056         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
8057         to control the style of the auto-inserted encoding comment.
8059 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8061         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
8062         Use `smie-backward-sexp' with token argument.
8064 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
8066         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8067         Remove instrumentation code.
8069 2013-11-08  Glenn Morris  <rgm@gnu.org>
8071         * progmodes/autoconf.el (autoconf-mode):
8072         Tweak comment-start-skip.  (Bug#15822)
8074 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8076         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
8077         at bobp (bug#15826).
8078         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
8080 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
8082         * man.el (Man-start-calling): New macro, extracted from
8083         Man-getpage-in-background.
8084         (Man-getpage-in-background): Use it.
8085         (Man-update-manpage): New command.
8086         (Man-mode-map): Bind it.
8088 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8090         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
8091         of "and", "or", "&&" and "||".
8092         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
8093         argument.  Prohibit opening curly brace because it could only be a
8094         block opener in that position.
8095         (ruby-smie--forward-token, ruby-smie--backward-token):
8096         Separate "|" from "&" or "*" going after it.  That can happen in block
8097         arguments.
8098         (ruby-smie--indent-to-stmt): New function, seeks the end of
8099         previous statement or beginning of buffer.
8100         (ruby-smie-rules): Use it.
8101         (ruby-smie-rules): Check if there's a ":" before a curly block
8102         opener candidate; if there is, it's a hash.
8104 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8106         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
8107         (cl--block-wrapper): Fix last accidental change.
8109 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
8111         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8112         Instrument, in order to hunt failure on hydra.
8114 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8116         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
8117         malformed bindings form (bug#15814).
8119 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
8121         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
8122         "." compared to " @ ".  This incidentally fixes some indentation
8123         examples with "do".
8124         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
8125         (ruby-smie-grammar): New tokens: "and" and "or".
8126         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
8127         Exclude "and" and "or".  Remove "do" in order to work around token
8128         priorities.
8129         (ruby-smie-rules): Add all infix tokens.  Handle the case of
8130         beginning-of-buffer.
8132 2013-11-06  Glenn Morris  <rgm@gnu.org>
8134         * Makefile.in (setwins_almost, setwins_for_subdirs):
8135         Avoid accidental matches.
8137 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8139         * menu-bar.el (popup-menu): Use key-binding.
8141 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
8143         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
8144         menus, support also the menus produced by minor modes.
8145         (Bug#15817)
8147 2013-11-06  Leo Liu  <sdl.web@gmail.com>
8149         * thingatpt.el (thing-at-point-looking-at): Add optional arg
8150         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
8152 2013-11-06  Glenn Morris  <rgm@gnu.org>
8154         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
8155         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
8156         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
8158 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8160         * electric.el (electric-indent-just-newline): New command.
8161         (electric-indent-mode-map): New keymap.
8162         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
8163         Re-add :group which weren't redundant.
8165         * electric.el (electric-indent-local-mode): New minor mode.
8166         (electric-indent-functions-without-reindent): New var.
8167         (electric-indent-post-self-insert-function): Use it.
8168         * emacs-lisp/gv.el (buffer-local-value): Add setter.
8170 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
8172         * international/quail.el (quail-help): Be more explicit about the
8173         meaning of the labels shown on the keys.  (Bug#15800)
8175         * startup.el (normal-top-level): Load the subdirs.el files before
8176         setting the locale environment.  (Bug#15805)
8178 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8180         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
8181         via arguments so as to get the right ones (bug#15418).
8183         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
8185 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
8187         Fix problems found while writing a test suite.
8189         * net/tramp-compat.el (tramp-compat-load): New defun.
8190         * net/tramp.el (tramp-handle-load): Use it.
8192         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
8193         "(numberp ok-if-already-exists)" correctly.
8195 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
8197         * international/characters.el (glyphless-char-display-control):
8198         Add usage note.
8200 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
8202         * progmodes/python.el (python-mode):
8203         * progmodes/scheme.el (scheme-mode):
8204         * progmodes/prolog.el (prolog-mode):
8205         * progmodes/ruby-mode.el (ruby-mode):
8206         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
8207         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
8209 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8211         * rect.el (rectangle--highlight-for-redisplay):
8212         * emacs-lisp/smie.el (smie--next-indent-change):
8213         Use buffer-chars-modified-tick.
8215         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
8217         * electric.el (electric-indent-post-self-insert-function):
8218         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
8220 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
8222         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
8224 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8226         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
8227         (bug#15786).
8229 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8231         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
8233         * progmodes/python.el: Fix up last change.
8234         (python-shell--save-temp-file): New function.
8235         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
8236         `string' comes from the current buffer.
8237         (python-shell-send-string-no-output): Remove `msg' arg.
8238         (python--use-fake-loc): New var.
8239         (python-shell-buffer-substring): Obey it.  Try to compensate for the
8240         extra coding line added by python-shell--save-temp-file.
8241         (python-shell-send-region): Use python-shell--save-temp-file and
8242         python-shell-send-file directly.  Add `nomain' argument.
8243         (python-shell-send-buffer): Use python-shell-send-region.
8244         (python-electric-pair-string-delimiter): New function.
8245         (python-mode): Use it.
8247 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
8249         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
8250         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
8251         environment and decoding all of the default-directory's to here
8252         from command-line.
8253         (command-line): Decode also argv[0].
8255         * loadup.el: Error out if default-directory is a multibyte string
8256         when we are dumping.
8258         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
8260 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
8262         * emacs-lisp/package.el (package-menu-mode)
8263         (package-menu--print-info, package-menu--archive-predicate):
8264         Add Archive column to package list.
8266 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
8268         Fix problems found while writing a test suite.
8270         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
8271         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
8272         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
8273         to nil when running original file name handler.  Otherwise,
8274         there are problems with constructs like "$$FOO".
8276         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
8277         for `localname'.
8279 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
8281         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
8283         * subr.el (version<, version<=, version=):
8284         Update docstrings with information for snapshot versions.
8286         * helpers.el: New library for misc helper functions.
8287         (hash-table-keys): New function returning a list of hash keys.
8288         (hash-table-values): New function returning a list of hash values.
8290 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
8292         * progmodes/ruby-mode.el (ruby-smie--forward-token)
8293         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
8295 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
8297         * textmodes/fill.el (fill-single-char-nobreak-p): New function
8298         checking whether point is after a 1-letter word.
8300 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8302         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
8303         Don't infloop when expanding region over `multiline' syntax-type that
8304         begins a line (bug#15778).
8306 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8308         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
8309         Make it into a proper minor mode.
8310         (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
8311         (rectangle-mark-mode-map): New keymap.
8312         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
8314 2013-11-04  Glenn Morris  <rgm@gnu.org>
8316         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
8318 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8320         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
8321         (ruby-smie-rules): Use smie-rule-parent instead.
8323         * emacs-lisp/smie.el (smie-rule-parent): Always call
8324         smie-indent-virtual rather than only for hanging tokens.
8325         (smie--next-indent-change): New helper command.
8327 2013-11-03  Glenn Morris  <rgm@gnu.org>
8329         * Makefile.in (abs_srcdir): Remove.
8330         (emacs): Unset EMACSLOADPATH.
8332 2013-11-02  Glenn Morris  <rgm@gnu.org>
8334         * Makefile.in (EMACS): Use a relative filename.
8335         (abs_top_builddir): Remove.
8336         (custom-deps, finder-data, autoloads): Use --chdir.
8338         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
8340         Use relative filenames in TAGS files.
8341         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8342         (lisptagsfiles4, TAGS): Use relative file names.
8343         (TAGS-LISP): Remove.
8344         (maintainer-clean): No more TAGS-LISP file.
8346         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8347         (lisptagsfiles4): Use absolute filenames again.
8348         (TAGS, TAGS-LISP): Not everything needs to run in one line.
8349         Remove all *loaddefs files, not just the first.  Remove esh-groups.
8350         (maintainer-clean): Delete TAGS, TAGS-LISP.
8352 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8354         * emacs-lisp/package.el (package-version-join):
8355         Recognize snapshot versions.
8357 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8359         * subr.el (version-regexp-alist): Add support for snapshot versions.
8361 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
8363         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
8364         New function, replacement for `smie-rule-parent' for when we want to
8365         skip over our direct parent if it's an assignment token..
8366         (ruby-smie-rules): Use it.
8368 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
8370         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
8371         unconditionally.  Remove now unnecessary forward declarations.
8372         Remove XEmacs-specific setup.
8373         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
8374         (ruby-font-lock-syntactic-keywords)
8375         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
8376         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
8377         (ruby-here-doc-end-syntax): Remove.
8378         (ruby-mode): Don't check whether `syntax-propertize-rules' is
8379         defined as function.
8381 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8383         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
8385 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
8387         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
8388         table and abbrev table, `define-derived-mode' does that for us
8389         anyway.
8391 2013-11-01  Glenn Morris  <rgm@gnu.org>
8393         * Makefile.in: Remove manual mh-e dependencies (writing .elc
8394         files is atomic for some time, so no parallel compilation issues).
8396 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
8398         * faces.el (face-x-resources): Add :distant-foreground.
8399         (region): Use :distant-foreground for gtk and ns.
8401 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
8403         Allow multiple bibliographies when BibLaTeX is used rather than
8404         BibTeX.
8405         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
8406         (reftex-locate-bibliography-files): Us it.
8408 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
8410         * image.el (image-type-header-regexps): Fix the 'pbm' part to
8411         allow comments in pbm files.
8413         * term/w32-win.el (dynamic-library-alist): Support newer versions
8414         of libjpeg starting with v7: look only for the DLL from the
8415         version against which Emacs was built.
8416         Support versions of libpng beyond 1.4.x.
8417         Support libtiff v4.x.
8419 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
8421         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
8422         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
8423         Add property :safe.
8424         (ruby-deep-arglist): Add property :type.
8426 2013-10-31  Glenn Morris  <rgm@gnu.org>
8428         * Makefile.in (custom-deps, finder-data): No need to setq the target
8429         variables, we are in the right directory and the defaults work fine.
8431 2013-10-30  Glenn Morris  <rgm@gnu.org>
8433         * Makefile.in (autoloads): Do not use abs_lisp.
8435         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8436         `newline' does not respect `standard-output', so use `princ'.
8438 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
8440         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
8441         * buff-menu.el (Buffer-menu--unmark): New function.
8442         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
8444 2013-10-30  Glenn Morris  <rgm@gnu.org>
8446         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
8448         * emacs-lisp/package.el (lm-homepage): Declare.
8450         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
8451         Fix doc typos.
8453         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
8455         * Makefile.in (finder-data, autoloads, update-subdirs)
8456         (compile-main, compile-clean, compile-always, bootstrap-clean):
8457         Check return value of cd.
8458         (compile-calc): Remove.
8460 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8462         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
8464         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
8465         (byte-compile-and-folded): New function.
8466         (=, <, >, <=, >=): Use it.
8468         * dos-w32.el (minibuffer-history-case-insensitive-variables)
8469         (path-separator, null-device, buffer-file-coding-system)
8470         (lpr-headers-switches): Check system-type before modifying them.
8471         (find-buffer-file-type-coding-system): Mark obsolete.
8472         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
8473         find-file-not-found-set-buffer-file-coding-system.
8474         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
8475         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
8476         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
8477         (w32-direct-print-region-helper, w32-direct-print-region-function)
8478         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
8479         * startup.el (normal-top-level-add-subdirs-to-load-path):
8480         * ps-print.el (ps-print-region-function):
8481         * lpr.el (print-region-function): Use new name.
8483         * subr.el (custom-declare-variable-early): Remove function.
8484         (custom-declare-variable-list): Remove var.
8485         (error, user-error): Remove `while' loop.
8486         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
8487         (user-emacs-directory-warning, locate-user-emacs-file):
8488         Move to files.el.
8489         * simple.el (read-quoted-char-radix, read-quoted-char):
8490         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
8491         Move from subr.el.
8492         * custom.el (custom-declare-variable-list): Don't process
8493         custom-declare-variable-list.
8495         * progmodes/python.el (python-shell-get-buffer): New function.
8496         (python-shell-get-process): Use it.
8497         (python-shell-send-string): Always use utf-8 and add a cookie to tell
8498         Python which encoding was used.  Don't split-string since we only care
8499         about the first line.  Return the temp-file, if applicable.
8500         (python-shell-send-region): Tell compile.el how to turn locations in
8501         the temp-file into locations in the source buffer.
8503 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8505         * subr.el (undefined): Add missing behavior from the C code for
8506         unbound keys.
8508         * rect.el: Use lexical-binding.  Add new rectangular region support.
8509         (rectangle-mark): New command.
8510         (rectangle--region): New var.
8511         (deactivate-mark-hook): Reset rectangle--region.
8512         (rectangle--extract-region, rectangle--insert-for-yank)
8513         (rectangle--highlight-for-redisplay)
8514         (rectangle--unhighlight-for-redisplay): New functions.
8515         (region-extract-function, redisplay-unhighlight-region-function)
8516         (redisplay-highlight-region-function): Use them to handle
8517         rectangular region.
8518         * simple.el (region-extract-function): New var.
8519         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
8520         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
8521         (kill-region): Replace obsolete `yank-handler' arg with `region'.
8522         (copy-region-as-kill, kill-ring-save): Add `region' argument.
8523         (redisplay-unhighlight-region-function)
8524         (redisplay-highlight-region-function): New vars.
8525         (redisplay--update-region-highlight): New function.
8526         (pre-redisplay-function): Use it.
8527         (exchange-point-and-mark): Don't deactivate the mark before
8528         reactivate-it anyway.
8529         * comint.el (comint-kill-region): Remove yank-handler argument.
8530         * delsel.el (delete-backward-char, backward-delete-char-untabify)
8531         (delete-char): Remove property, since it's now part of their
8532         default behavior.
8533         (self-insert-iso): Remove property since this command doesn't exist.
8535         * emacs-lisp/package.el (package--download-one-archive)
8536         (describe-package-1): Don't query the user about final newline.
8538 2013-10-29  Daniel Colascione  <dancol@dancol.org>
8540         * net/tramp.el (tramp-methods): Document new functionality.
8541         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
8542         tramp-hostname-checker if method provides one instead of scanning
8543         argument list for "%h" to decide hostname acceptability.
8545 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
8547         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
8548         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8549         Handle COPY-CONTENTS.  (Bug#15737)
8551 2013-10-28  Daiki Ueno  <ueno@gnu.org>
8553         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8554         Document that this option has no effect with GnuPG 2.0 (bug#15552).
8556 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
8558         * image.el (defimage, image-load-path): Doc fixes.
8560 2013-10-27  Alan Mackenzie  <acm@muc.de>
8562         Indent statements in macros following "##" correctly.
8563         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8564         Modify the "#" arm of a cond form to handle "#" and "##" operators.
8566 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8568         * linum.el (linum-update-window): Fix boundary test (bug#13446).
8570 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
8572         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
8573         after `=' is probably a new expression.
8575 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8577         * man.el (man-imenu-title): New option.
8578         (Man-mode-map): Add menu.  (Bug#15722)
8579         (Man-mode): Add imenu to menu.
8581 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
8583         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
8584         specific in what the first arg can be: a non-keyword word,
8585         string/regexp/percent literal opener, opening paren, or unary
8586         operator followed directly by word.
8588 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8590         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
8591         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
8592         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
8593         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
8594         Remove vars, they do not apply any more.
8595         (prolog-mode-abbrev-table): Remove redundant declaration.
8596         (prolog-upper-case-string, prolog-lower-case-string): Remove.
8597         (prolog-use-smie): Remove.
8598         (prolog-smie-rules): Add indentation rule for the if-then-else layout
8599         supported by prolog-electric-if-then-else-flag.
8600         (prolog-mode-variables, prolog-menu): Use setq-local.
8601         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
8602         Remove binding to `Backspace' since this key doesn't exist anyway.
8603         Remove bindings for electric self-inserting keys.
8604         (prog-mode): Assume it's defined.
8605         (prolog-post-self-insert): New function.
8606         (prolog-mode): Use it.
8607         (prolog-indent-line, prolog-indent-level)
8608         (prolog-find-indent-of-matching-paren)
8609         (prolog-indentation-level-of-line, prolog-goto-comment-column)
8610         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
8611         (prolog-goto-next-paren, prolog-in-string-or-comment)
8612         (prolog-tokenize, prolog-inside-mline-comment)
8613         (prolog-find-start-of-mline-comment): Remove functions.
8614         (prolog-find-unmatched-paren, prolog-clause-end)
8615         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
8616         (prolog-electric--if-then-else): Rename from
8617         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
8618         (prolog-tokenize-searchkey): Remove const.
8619         (prolog-clause-info): Use forward-sexp.
8620         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
8621         (prolog-electric-if-then-else): Remove commands.
8622         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
8623         for use in post-self-insert-hook.
8624         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
8625         for use in post-self-insert-hook.
8626         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
8627         for use in post-self-insert-hook.
8628         (prolog-electric--underscore): Rename from prolog-electric--underscore;
8629         adapt it for use in post-self-insert-hook.
8631 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
8633         * emacs-lisp/ert.el (ert-run-tests-interactively):
8634         Use `completing-read'.  (Bug#9756)
8636 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
8638         * simple.el (line-move): Call line-move-1 instead of
8639         line-move-visual when the current window hscroll is zero, but
8640         temporary-goal-column indicates we will need to hscroll as result
8641         of the movement.  (Bug#15712)
8643 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
8645         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
8646         capitalization.  Use :visible instead of :active.
8647         Fix `ruby-indent-exp' reference.  Add menu items for the generic
8648         commands that are used with SMIE.
8649         (ruby-do-end-to-brace): Insert space after `{'.
8651 2013-10-25  John Anthony  <john@jo.hnanthony.com>
8653         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
8655         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
8657 2013-10-25  Glenn Morris  <rgm@gnu.org>
8659         * vc/vc.el (vc-print-log): Don't use a working revision unless
8660         one was explicitly specified.  (Bug#15322)
8662 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8664         * subr.el (add-to-list): Preserve return value in compiler-macro
8665         (bug#15692).
8667 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8669         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
8670         result.  Ask user to retry using '-all' flag.  (Bug#15701)
8672 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8674         * emacs-lisp/smie.el: New smie-config system.
8675         (smie-config): New defcustom.
8676         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
8677         (smie-config-guess, smie-config-save): New commands.
8678         (smie-config--mode-local, smie-config--buffer-local)
8679         (smie-config--trace, smie-config--modefuns): New vars.
8680         (smie-config--advice, smie-config--mode-hook)
8681         (smie-config--setter, smie-config-local, smie-config--get-trace)
8682         (smie-config--guess-value, smie-config--guess): New functions.
8683         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
8684         text properties.  Treat "string fence" syntax like string syntax.
8686         * progmodes/sh-script.el (sh-use-smie): Change default.
8687         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
8688         (sh-var-value): Simplify by CSE.
8689         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
8690         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
8691         is used.
8692         (sh-guess-basic-offset): Use cl-incf.
8693         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
8695 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
8697         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
8698         (bug#15699).
8700 2013-10-24  Glenn Morris  <rgm@gnu.org>
8702         * Makefile.in (abs_top_srcdir): Remove.
8703         (update-subdirs): Use relative path to update-subdirs.
8705 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
8707         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
8708         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8709         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8710         Call unmsys--file-name before expand-file-name, not after it.
8712 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
8714         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
8715         (ert-test-skipped): New error.
8716         (ert-skip, ert-stats-skipped): New defuns.
8717         (ert--skip-unless): New macro.
8718         (ert-test-skipped): New struct.
8719         (ert--run-test-debugger, ert-test-result-type-p)
8720         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
8721         (ert--stats-set-test-and-result, ert-char-for-test-result)
8722         (ert-string-for-test-result, ert-run-tests-batch)
8723         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
8724         Handle skipped tests.  (Bug#9803)
8726 2013-10-24  Glenn Morris  <rgm@gnu.org>
8728         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
8730         * Makefile.in (abs_top_srcdir): New, set by configure.
8731         (update-subdirs): Correct build-aux location.
8733 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
8735         * vc/vc.el (vc-print-root-log): Always set `default-directory'
8736         value, whether we could auto-deduce `backend', or not.
8738         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
8739         with parameters" example.  Simplify the "is it block or is it
8740         hash" check, but also make it more thorough.
8742 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
8744         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
8746 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8748         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
8749         { if it is hanging.
8751         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
8752         :before ";".
8754 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
8756         * progmodes/compile.el (compilation-directory-matcher)
8757         (compilation-page-delimiter):
8758         Support GNU Make-4.0 directory quoting.  (Bug#15678)
8760 2013-10-23  Leo Liu  <sdl.web@gmail.com>
8762         * ido.el (ido-tidy): Handle read-only text.
8764 2013-10-23  Glenn Morris  <rgm@gnu.org>
8766         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
8767         (emacs, compile, compile-always):
8768         Quote entities that might contain whitespace.
8769         (custom-deps, finder-data, autoloads): Use abs_lisp.
8770         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8771         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8772         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
8774 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
8776         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
8777         Use `following-char'.
8779 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8781         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
8782         * progmodes/ruby-mode.el (ruby-smie-rules):
8783         Remove corresponding workaround.  Fix indentation rule of ";" so it
8784         also applies when ";" is the parent.
8786 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
8788         * frame.el (display-screens, display-pixel-height)
8789         (display-pixel-width, display-mm-width, display-backing-store)
8790         (display-save-under, display-planes, display-color-cells)
8791         (display-visual-class, display-monitor-attributes-list):
8792         Mention the optional ‘display’ argument in doc strings.
8794 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
8796         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
8797         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
8799 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
8801         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
8802         TODO.  Add "." after " @ ".
8803         (ruby-smie--at-dot-call): New function.  Checks if point at method
8804         call with explicit target.
8805         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
8806         to the method name tokens when it precedes them.
8807         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
8808         (ruby-smie-rules): Add rule for indentation before and after "."
8809         token.
8811 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8813         * textmodes/remember.el (remember-diary-extract-entries):
8814         Avoid add-to-list.
8816         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
8817         an instruction.
8819 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
8821         * progmodes/ruby-mode.el (ruby-smie-grammar):
8822         Add (almost) all infix operators.
8823         (ruby-smie--implicit-semi-p): Add new operator chars.
8825         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8826         `smie-down-list'.
8827         (ruby-smie--args-separator-p): Check that there's no newline
8828         between method call and its arguments.
8830 2013-10-20  Alan Mackenzie  <acm@muc.de>
8832         Allow comma separated lists after Java "implements".
8834         * progmodes/cc-engine.el (c-backward-over-enum-header):
8835         Parse commas.
8836         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
8837         from a "disallowed" list in enum fontification.
8839 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
8841         * startup.el (default-frame-background-mode): Remove unused defvar.
8843         * progmodes/verilog-mode.el (verilog-mode): Don't set
8844         comment-indent-function globally.
8846 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
8848         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
8849         Move Info menu item creation to ns-win.el.
8851         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
8852         in menu bar.
8854         * menu-bar.el: Move GNUstep specific menus...
8856         * term/ns-win.el (ns-initialize-window-system): ... to here.
8858 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8860         * simple.el (newline): Only run post-self-insert-hook when
8861         called interactively.
8863 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
8865         * icomplete.el (icomplete-with-completion-tables): Add :version.
8867 2013-10-19  Alan Mackenzie  <acm@muc.de>
8869         Fix fontification bugs with constructors and const.
8871         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
8872         CASE 2) Remove the check for the absence of a suffix construct
8873         after a function declaration with only types (no identifiers) in
8874         the parentheses.  Also, accept a function declaration with just a
8875         type inside the parentheses, if this type can be positively
8876         recognised as such, or if a prefix keyword like "explicit" nails
8877         down the construct as a declaration.
8879 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
8881         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
8882         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
8883         the problem whereby selecting a menu item that leads to a
8884         minibuffer prompt moves the cursor out of the minibuffer window,
8885         making it hard to type at the prompt.  Suggested by Stefan Monnier
8886         <monnier@iro.umontreal.ca>.
8888 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
8890         * menu-bar.el: Don't make Services menu.
8892 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8894         * ffap.el: Handle "/usr/include/c++/<version>" directories.
8895         (ffap-alist): Use ffap-c++-mode for c++-mode.
8896         (ffap-c++-path): New variable.
8897         (ffap-c++-mode): New function.
8899 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
8901         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
8903 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
8905         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
8906         introduced on 2013-09-08, which results in an infinite loop
8907         requesting a password.
8909 2013-10-18  Glenn Morris  <rgm@gnu.org>
8911         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
8913 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
8915         Sync with upstream verilog-mode revision 1a6ecec7.
8916         * progmodes/verilog-mode.el (verilog-mode-version): Update.
8917         (verilog-mode-release-date): Remove.
8918         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
8919         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
8920         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
8921         (verilog-auto-tieoff-ignore-regexp)
8922         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
8923         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
8924         (verilog-signals-with, verilog-dir-cache-preserving)
8925         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
8926         Doc fixes.
8927         (verilog-case-fold): New option, to control case folding in
8928         regexp searches, bug597.
8929         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
8930         (verilog-string-match-fold, verilog-in-paren-count)
8931         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
8932         (verilog-at-close-struct-p): New functions.
8933         (verilog-beg-block-re-ordered, verilog-extended-case-re)
8934         (verilog-forward-sexp, verilog-set-auto-endcomments)
8935         (verilog-leap-to-case-head): Handle "unique0" case.
8936         (verilog-in-constraint-re): New constant.
8937         (verilog-keywords, verilog-type-font-keywords):
8938         Add some SystemVerilog 1800-2012 keywords.
8939         (verilog-label-be): Remove unimplemented argument, bug669.
8940         (verilog-batch-execute-func): When batch expanding clear
8941         create-lockfiles to prevent spurious user locks when a file ends
8942         up not changing.
8943         (verilog-calculate-indent, verilog-calc-1)
8944         (verilog-at-close-constraint-p, verilog-at-constraint-p)
8945         (verilog-do-indent): Fix indentation of nested constraints
8946         and structures.
8947         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
8948         (verilog-auto-inst-param): Use verilog-string-match-fold.
8949         (verilog-read-inst-module-matcher):
8950         Fix AUTOINST on gate primitives with #1.
8951         (verilog-read-decls): Fix double-declaring user-defined typed signals.
8952         Reads all user-defined typed variables.
8953         (verilog-read-defines): Fix reading definitions inside comments, bug647.
8954         (verilog-signals-matching-regexp)
8955         (verilog-signals-not-matching-regexp, verilog-auto):
8956         Respect verilog-case-fold.
8957         (verilog-diff-report): Fix line count.
8958         (verilog-auto-assign-modport): Remove unused local `modi'.
8959         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
8960         better handle multidimensional arrays.
8961         Fix packed array ports misadding bit index in AUTOINST, bug637.
8962         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
8963         to not double-declare existing outputs and inputs, respectively.
8964         (verilog-template-map): Bind U to verilog-sk-uvm-component.
8965         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
8966         (verilog-sk-uvm-component): New skeleton.
8967         (verilog-submit-bug-report): Add verilog-case-fold,
8968         remove verilog-mode-release-date.
8970 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
8972         * subr.el (sit-for): Call (input-pending-p t) so as to behave
8973         as before.
8975 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
8977         * textmodes/remember.el (remember): Set buffer-offer-save in
8978         remember buffers (bug#13566).
8980 2013-10-18  Daniel Colascione  <dancol@dancol.org>
8982         When evaluating forms in ielm, direct standard output to ielm
8983         buffer.  Add new ielm-return-for-effect command.  Remove trailing
8984         whitespace throughout.
8986         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
8987         (ielm-return-for-effect): New command.
8988         (ielm-send-input): Accept optional `for-effect' parameter.
8989         (ielm-eval-input): Accept optional `for-effect' parameter.
8990         Bind `standard-output' to stream we create using
8991         `ielm-standard-output-impl'.  Suppress printing result when
8992         `for-effect'.
8993         (ielm-standard-output-impl): New function.
8994         (inferior-emacs-lisp-mode): Explain new features in documentation.
8996 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
8998         Code cleanup.
9000         * net/tramp.el (tramp-debug-message): Do not check for connection
9001         buffer.
9002         (tramp-message): Use "vector" connection property.
9004         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
9005         (tramp-equal-remote, tramp-eshell-directory-change)
9006         * net/tramp-adb.el (tramp-adb-handle-copy-file)
9007         (tramp-adb-handle-rename-file)
9008         * net/tramp-cmds.el (tramp-list-remote-buffers)
9009         (tramp-cleanup-connection, tramp-cleanup-this-connection)
9010         * net/tramp-compat.el (tramp-compat-process-running-p)
9011         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
9012         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
9013         (tramp-gvfs-handle-rename-file)
9014         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9015         (tramp-set-file-uid-gid)
9016         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9017         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
9018         of `file-remote-p'.
9020         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
9021         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9022         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
9023         (tramp-gw-open-network-stream): Suppress unrelated traces.
9025         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
9026         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9027         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9028         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
9029         connection property.
9031         * net/tramp-cache.el (top): Suppress traces when reading
9032         persistency file.
9034         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9035         Refactor common code.  Improve debug message.
9036         (tramp-maybe-open-connection)
9037         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
9038         connection buffer too early.
9040         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
9041         from `tramp-smb-actions-with-acl'.
9042         (tramp-smb-actions-set-acl): New defconst.
9043         (tramp-smb-handle-copy-directory)
9044         (tramp-smb-action-get-acl): New defun, renamed from
9045         `tramp-smb-action-with-acl'.
9046         (tramp-smb-action-set-acl): New defun.
9047         (tramp-smb-handle-set-file-acl): Rewrite.
9049 2013-10-17  Glenn Morris  <rgm@gnu.org>
9051         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
9053 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9055         * skeleton.el (skeleton-newline): Remove.
9056         (skeleton-internal-1): Use (insert "\n") instead.
9058         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
9059         let-bindings.
9061         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
9062         forward-sexp-function while we redo its job (bug#15613).
9064 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
9066         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
9067         represented by lists.
9069 2013-10-16  Glenn Morris  <rgm@gnu.org>
9071         * tmm.el (tmm--history): New dynamic variable.
9072         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
9074 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
9076         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
9077         (tramp-smb-errors): Add error messages.
9078         (tramp-smb-actions-with-acl): New defconst.
9079         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
9080         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
9081         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
9082         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
9083         (tramp-smb-get-stat-capability): Fix tests.
9085 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9087         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
9088         (bug#15580).
9090 2013-10-16  Glenn Morris  <rgm@gnu.org>
9092         * ansi-color.el (ansi-color-drop-regexp):
9093         Add 1J, 1K, 2K.  (Bug#15617)
9095         * files.el (hack-local-variables--warned-lexical): New.
9096         (hack-local-variables):
9097         Warn about misplaced lexical-binding.  (Bug#15616)
9099         * net/eww.el (eww-render): Always set eww-current-url,
9100         and update header line.  (Bug#15622)
9101         (eww-display-html): ... Rather than just doing it here.
9103 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
9105         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
9106         menu navigations commands.
9108 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9110         * progmodes/subword.el (subword-capitalize): Be careful when
9111         the search for [[:alpha:]] fails (bug#15580).
9113 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
9115         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
9116         to commands that scroll the menu.
9118 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
9120         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
9121         Handle methods ending with `?' and `!'.
9123 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
9125         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
9126         `japanese-cp932' to `cp932' to fix the problem where saving a
9127         source file written in Shift_JIS twice would end up having
9128         `coding: japanese-cp932' which Ruby could not recognize.
9129         (ruby-mode-set-encoding): Add support for encodings mapped to nil
9130         in `ruby-encoding-map'.
9131         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
9132         doesn't need to be explicitly declared in magic comment.
9133         (ruby-encoding-map): Add type declaration for better customize UI.
9135 2013-10-13  Glenn Morris  <rgm@gnu.org>
9137         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
9138         Occur buffers are read-only.  http://bugs.debian.org/720775
9140         * emacs-lisp/authors.el (authors-fixed-entries):
9141         Comment out old alpha stuff.
9143 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
9145         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
9146         to `after-save-hook' instead of `before-save-hook'.
9147         (ruby-mode-set-encoding): Use the value of coding system used to
9148         write the file.  Call `basic-save-buffer-1' after modifying the
9149         buffer.
9151 2013-10-13  Alan Mackenzie  <acm@muc.de>
9153         Fix indentation/fontification of Java enum with
9154         "implements"/generic.
9156         * progmodes/cc-engine.el (c-backward-over-enum-header):
9157         Extracted from the three other places and enhanced to handle generics.
9158         (c-inside-bracelist-p): Uses new function above.
9159         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
9160         function above.
9161         (c-font-lock-enum-tail): Uses new function above.
9163 2013-10-13  Kenichi Handa  <handa@gnu.org>
9165         * international/mule-cmds.el (select-safe-coding-system): Remove a
9166         superfluous condition in chekcing whether a coding system is safe
9167         or not.
9169 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
9171         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
9173 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
9175         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
9177 2013-10-13  Glenn Morris  <rgm@gnu.org>
9179         * menu-bar.el (menu-bar-update-buffers):
9180         Unify Buffers menu prompt string.  (Bug#15576)
9182         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
9184         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
9185         Add some entries.
9186         (authors-fixed-entries): Use accented form of name.
9188 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9190         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
9191         method calls (bug#15594).
9192         (ruby-smie--args-separator-p): New function.
9193         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
9194         recognize paren-free method calls.
9196         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
9197         internals of universal-argument.
9199 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
9201         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
9202         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
9203         dropped menu on second mouse click on the menu bar.
9205 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9207         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
9208         (explicit-shell-file-name): Declare.
9209         (sh--vars-before-point, sh--cmd-completion-table): New functions.
9210         (sh-completion-at-point-function): New function.
9211         (sh-mode): Use it.
9212         (sh-smie--keyword-p): Remove unused argument.
9213         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
9214         vars.
9215         (sh-set-shell): Always setup SMIE, even if we use the
9216         old indentation code.
9218 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
9220         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
9221         cases of ? and =.
9222         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
9223         predicate would return nil are almost non-existent.
9224         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
9226         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
9227         cache also after commands that modify the buffer but don't move
9228         point.
9230 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9232         * env.el (substitute-env-in-file-name): New function.
9233         (substitute-env-vars): Extend the meaning of the optional arg.
9235 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
9237         * term/w32-win.el (dynamic-library-alist): Define separate lists
9238         of GIF DLLs for versions before and after 5.0.0 of giflib.
9239         (Bug#15531)
9241 2013-10-10  João Távora  <joaotavora@gmail.com>
9243         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
9244         not locked, use last revision and current source as
9245         defaults.  (Bug#15569)
9247 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
9249         * menu-bar.el (menu-bar-open): Don't use popup-menu if
9250         menu-bar is hidden.
9252 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
9254         * window.el (pop-to-buffer-same-window): Fix doc-string.
9255         (Bug#15492)
9257 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9259         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
9261 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
9263         * calendar/icalendar.el (icalendar-import-file):
9264         Fix interactive spec.  (Bug#15482)
9266 2013-10-10  Glenn Morris  <rgm@gnu.org>
9268         * desktop.el (desktop-save): Default to saving in .emacs.d,
9269         since PWD is no longer in desktop-path by default.  (Bug#15319)
9271         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
9272         now that text mode has a menu with the same entry.
9273         (menu-bar-text-mode-auto-fill): Remove now unused func.
9274         * textmodes/text-mode.el (text-mode-map):
9275         Use auto-fill help text from menu-bar.el.
9277 2013-10-10  John Anthony  <john@jo.hnanthony.com>
9279         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
9281 2013-10-09  Juri Linkov  <juri@jurta.org>
9283         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
9284         instead of this-command-keys.  Add universal-argument-more and
9285         universal-argument-minus to the list of prefix commands.  (Bug#15568)
9287 2013-10-09  Glenn Morris  <rgm@gnu.org>
9289         * vc/vc-svn.el (vc-svn-create-repo):
9290         Expand paths in file://... url.  (Bug#15446)
9292         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
9293         Add some entries.
9294         (authors): Remove unused local variables.
9296 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9298         * profiler.el: Create a more coherent calltree from partial backtraces.
9299         (profiler-format): Hide the tail with `invisible' so that C-s can still
9300         find the hidden elements.
9301         (profiler-calltree-depth): Don't recurse so enthusiastically.
9302         (profiler-function-equal): New hash-table-test.
9303         (profiler-calltree-build-unified): New function.
9304         (profiler-calltree-build): Use it.
9305         (profiler-report-make-name-part): Indent the calltree less.
9306         (profiler-report-mode): Add visibility specs for profiler-format.
9307         (profiler-report-expand-entry, profiler-report-toggle-entry):
9308         Expand the whole subtree when provided with a prefix arg.
9310 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
9312         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
9313         iuwu-mod token.
9314         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
9315         hanging iuwu-mod token.
9316         (ruby-smie--forward-token): Do not include a dot after a token in
9317         that token.
9318         (ruby-smie--backward-token): Likewise.
9320 2013-10-08  Juri Linkov  <juri@jurta.org>
9322         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
9323         to isearch-other-control-char.
9324         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
9325         and isearch-post-command-hook to post-command-hook.
9326         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
9327         and isearch-post-command-hook from post-command-hook.
9328         (isearch-unread-key-sequence)
9329         (isearch-reread-key-sequence-naturally)
9330         (isearch-lookup-scroll-key, isearch-other-control-char)
9331         (isearch-other-meta-char): Remove functions.
9332         (isearch-pre-command-hook, isearch-post-command-hook):
9333         New functions based on isearch-other-meta-char rewritten
9334         relying on the new behavior of overriding-terminal-local-map
9335         that does not replace the local keymaps any more.  (Bug#15200)
9337 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
9339         Support menus on text-mode terminals.
9340         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
9341         functionality.
9343         * tooltip.el (tooltip-mode): Don't error out on TTYs.
9345         * menu-bar.el (popup-menu, popup-menu-normalize-position):
9346         Move here from mouse.el.
9347         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
9348         and arrow keys.
9349         (tty-menu-navigation-map): New map for TTY menu navigation.
9351         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
9353         * frame.el (display-mouse-p): Report text-mode mouse as available
9354         on w32.
9355         (display-popup-menus-p): Report availability if mouse is
9356         available; don't condition on window-system.
9358         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
9359         (tty-menu-selected-face): New faces.
9361 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9363         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
9364         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
9365         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
9366         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
9367         New constants.
9368         (lisp-mode-variables): New `elisp' argument.
9369         (emacs-lisp-mode): Use it.
9370         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
9371         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
9373         * indent.el: Use lexical-binding.
9374         (indent-region): Add progress reporter.
9375         (tab-stop-list): Make it implicitly extend to infinity by repeating the
9376         last step.
9377         (indent--next-tab-stop): New function to implement this behavior.
9378         (tab-to-tab-stop, move-to-tab-stop): Use it.
9380 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
9382         * indent.el (indent-rigidly--current-indentation): New function.
9383         (indent-rigidly-map): New var.
9384         (indent-rigidly): Use it to provide interactive mode (bug#8196).
9386 2013-10-08  Bastien Guerry  <bzg@gnu.org>
9388         * register.el (insert-register): Fix 2013-10-07 change.
9390 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9392         * progmodes/perl-mode.el: Use lexical-binding.
9393         Remove redundant :group args.
9394         (perl-nochange): Change default to be closer to other major modes's
9395         standard behavior.
9396         (perl-indent-line): Don't consider text on current line as a
9397         valid beginning of function from which to indent.
9399         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
9400         with more than one argument (bug#15538).
9402         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
9404         * vc/pcvs.el: Use lexical-binding.
9405         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
9406         environment of `eval'.
9407         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
9408         than a list of expressions.  Adjust callers.
9409         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
9411 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
9413         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
9414         case of the dot in a chained method call being on the following line.
9416 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9418         * electric.el (electric-indent-inhibit): New var.
9419         (electric-indent-post-self-insert-function): Use it.
9420         * progmodes/python.el (python-mode): Set it.
9422         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
9423         open braces.
9425         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
9427         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
9428         (css-mode): Use electric-indent-chars.
9430         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
9431         (font-lock-beg, font-lock-end): Move before first use.
9432         (nxml-mode): Use syntax-propertize-function.
9433         (nxml-after-change, nxml-after-change1): Adjust accordingly.
9434         (nxml-extend-after-change-region): Remove.
9435         * nxml/xmltok.el: Use lexical-binding.
9436         (xmltok-save): Use `declare'.
9437         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
9438         * nxml/nxml-util.el: Use lexical-binding.
9439         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
9440         Use `declare'.
9441         * nxml/nxml-ns.el: Use lexical-binding.
9442         (nxml-ns-save): Use `declare'.
9443         (nxml-ns-prefixes-for): Avoid add-to-list.
9444         * nxml/rng-match.el: Use lexical-binding.
9445         (rng--ipattern): Use cl-defstruct.
9446         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
9447         (rng-cons-group-after, rng-subst-group-after)
9448         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
9449         Use closures instead of `(lambda...).
9451 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
9453         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
9454         of BEG and END.
9456         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9457         Use `tramp-handle-insert-file-contents'.
9458         (tramp-gvfs-handle-insert-file-contents): Remove function.
9460         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9461         Use `save-restriction' in order to keep markers.
9463         * net/trampver.el: Update release number.
9465 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9467         * progmodes/compile.el (compilation-parse-errors):
9468         Use compilation--put-prop.
9469         (compilation--ensure-parse): Check compilation-multiline.
9471         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
9473         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
9474         lexical-binding.
9476         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
9478         * progmodes/ruby-mode.el: Fix recently added tests.
9479         (ruby-smie-grammar): Add - and +.
9480         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
9481         (ruby-smie--backward-id): New functions.
9482         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
9483         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
9484         any more.
9486 2013-10-07  Leo Liu  <sdl.web@gmail.com>
9488         * register.el (register-preview-delay)
9489         (register-preview-functions): New variables.
9490         (register-read-with-preview, register-preview)
9491         (register-describe-oneline): New functions.
9492         (point-to-register, window-configuration-to-register)
9493         (frame-configuration-to-register, jump-to-register)
9494         (number-to-register, view-register, insert-register)
9495         (copy-to-register, append-to-register, prepend-to-register)
9496         (copy-rectangle-to-register): Use register-read-with-preview to
9497         read register.  (Bug#15525)
9499 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
9501         * net/network-stream.el (network-stream-open-starttls): Don't add
9502         --insecure if it's already present, because that gnutls-cli
9503         rejects getting that parameter twice.
9505 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
9507         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
9508         keyword, too.
9510 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
9512         * newcomment.el (comment-use-global-state): Change default value
9513         to t, mark obsolete (Bug#15251).
9514         (comment-beginning): In addition to `comment-to-syntax', check the
9515         value of `comment-use-global-state'.
9517 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9519         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
9520         (ruby-comment-column): Follow the global default, by default.
9521         (ruby-smie-grammar): Add assignment syntax.
9522         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
9523         open-paren, a comma, or a \.
9524         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
9525         and line continuations.
9526         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
9527         followed by implicit semi-colons.  Add rule for string concatenation
9528         and for indentation at BOB.
9529         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
9531         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
9532         calling next-sexp, since next-token may have skipped chars which
9533         next-sexp doesn't know should be skipped!
9535 2013-10-05  Leo Liu  <sdl.web@gmail.com>
9537         * progmodes/octave.el (octave-send-region):
9538         Call compilation-forget-errors.
9540 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
9542         * vc/vc-svn.el (vc-svn-find-admin-dir):
9543         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
9544         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
9545         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
9546         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
9548 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9550         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
9552 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9554         * subr.el (read-passwd): Hide chars even when called within a context
9555         where after-change-functions is disabled (bug#15501).
9556         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
9557         until we removed ourself from overriding-terminal-local-map.
9559 2013-10-04  Leo Liu  <sdl.web@gmail.com>
9561         * progmodes/octave.el (inferior-octave-mode):
9562         Call compilation-forget-errors.
9564 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
9566         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
9568 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
9570         * net/secrets.el (secrets-create-collection): Add optional
9571         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
9572         dbus-call-method argument.  (Bug#15516)
9574 2013-10-04  Leo Liu  <sdl.web@gmail.com>
9576         * progmodes/octave.el (inferior-octave-error-regexp-alist)
9577         (inferior-octave-compilation-font-lock-keywords): New variables.
9578         (compilation-error-regexp-alist)
9579         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
9580         (inferior-octave-mode): Use compilation-shell-minor-mode.
9582 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
9584         * minibuffer.el (completion--replace): Be careful that `end' might be
9585         a marker.
9587 2013-10-03  Daiki Ueno  <ueno@gnu.org>
9589         Add support for package signature checking.
9590         * emacs-lisp/package.el (url-http-file-exists-p)
9591         (epg-make-context, epg-context-set-home-directory)
9592         (epg-verify-string, epg-context-result-for)
9593         (epg-signature-status, epg-signature-to-string)
9594         (epg-check-configuration, epg-configuration)
9595         (epg-import-keys-from-file): Declare.
9596         (package-check-signature): New user option.
9597         (package-unsigned-archives): New user option.
9598         (package-desc): Add `signed' field.
9599         (package-load-descriptor): Set `signed' field if .signed file exists.
9600         (package--archive-file-exists-p): New function.
9601         (package--check-signature): New function.
9602         (package-install-from-archive): Check package signature.
9603         (package--download-one-archive): Check archive signature.
9604         (package-delete): Remove .signed file.
9605         (package-import-keyring): New command.
9606         (package-refresh-contents): Import default keyring.
9607         (package-desc-status): Add "unsigned" status.
9608         (describe-package-1, package-menu--print-info)
9609         (package-menu-mark-delete, package-menu--find-upgrades)
9610         (package-menu--status-predicate): Support "unsigned" status.
9612 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9614         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
9615         the new compilation scheme using the new byte-codes.
9617         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
9618         (byte-pophandler): New byte codes.
9619         (byte-goto-ops): Adjust accordingly.
9620         (byte-compile--use-old-handlers): New var.
9621         (byte-compile-catch): Use new byte codes depending on
9622         byte-compile--use-old-handlers.
9623         (byte-compile-condition-case--old): Rename from
9624         byte-compile-condition-case.
9625         (byte-compile-condition-case--new): New function.
9626         (byte-compile-condition-case): New function that dispatches depending
9627         on byte-compile--use-old-handlers.
9628         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
9629         when we can.
9631         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9632         Optimize under `condition-case' and `catch' if
9633         byte-compile--use-old-handlers is nil.
9634         (disassemble-offset): Handle new bytecodes.
9636 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9638         * subr.el (error): Use `declare'.
9639         (decode-char, encode-char): Use advertised-calling-convention instead
9640         of the docstring to discourage use of the `restriction' arg.
9642 2013-10-03  Daiki Ueno  <ueno@gnu.org>
9644         * epg.el (epg-verify-file): Add a comment saying that it does not
9645         notify verification error as a return value nor a signal.
9646         (epg-verify-string): Ditto.
9648 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9650         * progmodes/compile.el (compilation-start): Try globbing the arg to
9651         `cd' (bug#15417).
9653 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
9655         Sync with Tramp 2.2.8.
9657         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
9658         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
9659         * net/trampver.el: Update release number.
9661 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
9663         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9664         and default-process-coding-system for darwin only.
9666 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9668         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
9670 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
9672         * vc/vc-git.el (vc-git-grep): Disable pager.
9674 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
9676         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
9677         Use :url instead of :homepage, as per
9678         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
9680         * newcomment.el (comment-beginning): When `comment-use-syntax' is
9681         non-nil, use `syntax-ppss' (Bug#15251).
9683 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9685         * progmodes/octave.el (inferior-octave-startup-file):
9686         Prefer ~/.emacs.d/init_octave.m.
9688 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
9690         * emacs-lisp/package.el (package-desc-from-define):
9691         Accept additional arguments as plist, convert them to an alist and store
9692         them in the `extras' slot.
9693         (package-generate-description-file): Convert extras alist back to
9694         plist and append to the `define-package' form arguments.
9695         (package--alist-to-plist): New function.
9696         (package--ac-desc): Add `extras' slot.
9697         (package--add-to-archive-contents): Check if the archive-contents
9698         vector is long enough, and if it is, pass its `extras' slot value
9699         to `package-desc-create'.
9700         (package-buffer-info): Call `lm-homepage', pass the returned value
9701         to `package-desc-from-define'.
9702         (describe-package-1): Render the homepage button (Bug#13291).
9704         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9705         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
9707 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
9709         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9710         and default-process-coding-system to utf-8-unix (Bug#15402).
9712 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
9714         * subr.el (looking-back): Do not recommend using looking-back.
9716 2013-09-28  Alan Mackenzie  <acm@muc.de>
9718         Fix indentation/fontification of Java enum with "implements".
9720         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
9721         regexp which matches "implements", etc., in Java.
9722         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
9723         specifier clauses coming after "enum".
9724         * progmodes/cc-fonts.el (c-font-lock-declarations)
9725         (c-font-lock-enum-tail): Check for extra specifier clauses coming
9726         after "enum".
9728 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
9730         * faces.el (region): Change ns_selection_color to
9731         ns_selection_fg_color, add ns_selection_bg_color.
9733 2013-09-28  Leo Liu  <sdl.web@gmail.com>
9735         * progmodes/octave.el (inferior-octave-completion-table)
9736         (inferior-octave-completion-at-point): Minor tweaks.
9738         * textmodes/ispell.el (ispell-lookup-words): Rename from
9739         lookup-words.  (Bug#15460)
9740         (lookup-words): Obsolete.
9741         (ispell-complete-word, ispell-command-loop): All uses changed.
9743 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9745         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
9746         (octave-mode-menu): Add octave-send-buffer.
9747         (octave-send-buffer): New function.
9749 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9751         * progmodes/octave.el (octave-mode-map): Add key binding for
9752         octave-lookfor.
9753         (octave-mode-menu): Add octave-lookfor.
9754         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
9755         octave-lookfor.
9756         (octave-lookfor): New function.
9758 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9760         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
9761         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
9762         its convention.
9763         (cl--loop-set-iterator-function): New function.
9764         (cl-loop): Adjust accordingly, so as not to use cl-subst.
9765         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
9766         Bind `it' with `let' instead of substituting it with `cl-subst'.
9767         (cl--unused-var-p): New function.
9768         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
9769         Eliminate some unused variable warnings (bug#15326).
9771 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
9773         * doc-view.el (doc-view-scale-reset): Rename from
9774         `doc-view-reset-zoom-level'.
9775         (doc-view-scale-adjust): New command.
9776         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
9777         `doc-view-scale-adjust'.
9779 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
9781         * doc-view.el (doc-view-reset-zoom-level): New command.
9782         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
9783         zoom commands (bug#15466).
9785 2013-09-26  Kenichi Handa  <handa@gnu.org>
9787         * international/quail.el (quail-help): Make it not a command.
9789 2013-09-26  Leo Liu  <sdl.web@gmail.com>
9791         * minibuffer.el (completion-all-sorted-completions): Make args
9792         optional as they are.
9794 2013-09-25  Daniel Colascione  <dancol@dancol.org>
9796         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
9797         specs are and that they're not evaluated.
9799 2013-09-24  Sam Steingold  <sds@gnu.org>
9801         * midnight.el (clean-buffer-list-kill-regexps)
9802         (clean-buffer-list-kill-buffer-names): Update for the new Man
9803         buffer naming which includes the object name.
9805 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9807         * eshell/esh-cmd.el (eshell--sep-terms): New var.
9808         (eshell-parse-command, eshell-parse-pipeline): Use it since
9809         eshell-separate-commands requires a dynamic scoped var.
9810         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
9812 2013-09-23  Leo Liu  <sdl.web@gmail.com>
9814         * autoinsert.el (auto-insert-alist): Make the value of
9815         lexical-binding match its file setting.
9817 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
9819         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
9821         * autoarg.el (autoarg-kp-digit-argument):
9822         * electric.el (Electric-command-loop):
9823         * kmacro.el (kmacro-step-edit-insert):
9824         Do not set universal-argument-num-events.
9826 2013-09-22  Leo Liu  <sdl.web@gmail.com>
9828         * files.el (interpreter-mode-alist): Add octave.
9830 2013-09-21  Alan Mackenzie  <acm@muc.de>
9832         C++: fontify identifier in declaration following "public:" correctly.
9833         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
9834         to match "public", etc.
9835         (c-decl-prefix-re): Add ":" into the C++ value.
9836         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
9837         bit.  Add a check for a ":" preceded by "public", etc.
9839 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
9841         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
9842         recognized by GDB 7.5 and later.
9844 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
9846         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
9848 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9850         * subr.el (internal--call-interactively): New const.
9851         (called-interactively-p): Use it (bug#3984).
9853 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
9855         * vc/pcvs.el (cvs-mode-ignore):
9856         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
9857         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
9859 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9861         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
9862         (eshell-ls-orig-insert-directory): Remove.
9863         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
9864         (eshell-ls-use-in-dired): Use advice-add/remove.
9865         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
9866         Add `orig-fun' arg for use in :around advice.
9867         Make it check (redundantly) eshell-ls-use-in-dired.
9869 2013-09-19  Glenn Morris  <rgm@gnu.org>
9871         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
9873         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
9875         * emacs-lisp/eieio.el (class-parent): Undo previous change.
9877 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
9879         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
9880         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
9881         (tramp-get-remote-python): New defuns.
9882         (tramp-get-remote-uid-with-perl)
9883         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
9884         contributed by yary <not.com@gmail.com> (tiny change).
9885         (tramp-get-remote-uid-with-python)
9886         (tramp-get-remote-gid-with-python): New defuns.  Python code
9887         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
9888         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
9890 2013-09-19  Glenn Morris  <rgm@gnu.org>
9892         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
9894         * eshell/em-unix.el (eshell-remove-entries):
9895         Rename argument to avoid name-clash with global `top-level'.
9897         * eshell/esh-proc.el (eshell-kill-process-function):
9898         Remove eshell-reset-after-proc from eshell-kill-hook if present.
9899         (eshell-reset-after-proc): Remove unused arg `proc'.
9901         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
9902         (directory-files-and-attributes): Mark unused arg.
9904         * eshell/em-unix.el (eshell-remove-entries):
9905         Remove unused arg `path'.  Update callers.
9907         * eshell/em-hist.el (eshell-hist-parse-arguments):
9908         Remove unused arg `silent'.  Update callers.
9910         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
9911         Fix (f)boundp mix-up.
9913         * eshell/em-smart.el (eshell-smart-scroll-window)
9914         (eshell-disable-after-change):
9915         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
9917 2013-09-18  Alan Mackenzie  <acm@muc.de>
9919         Fix fontification of type when followed by "const".
9920         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
9921         "known" types from fontification.
9923 2013-09-18  Glenn Morris  <rgm@gnu.org>
9925         * emacs-lisp/chart.el (x-display-color-cells): Declare.
9926         (chart-face-list): Drop Emacsen without display-color-p.
9928         * net/eww.el (libxml-parse-html-region): Declare.
9929         (eww-display-html): Explicit error if no libxml2 support.
9931         * doc-view.el (doc-view-mode): Silence --without-x compilation.
9933         * image.el (image-type-from-buffer, image-multi-frame-p):
9934         Remove --without-x warning/error.
9936         * mouse.el (mouse-yank-primary):
9937         * term.el (term-mouse-paste):
9938         Reorder to silence --without-x compilation.
9940         * mpc.el (doc-view-mode): Silence --without-x compilation.
9942         * mail/rmailmm.el (rmail-mime-set-bulk-data):
9943         Silence --without-x compilation.
9945         * progmodes/gud.el (gud-find-file, gud-mode):
9946         Silence --without-x compilation.
9947         (tooltip-mode): Declare.
9949         * wdired.el (dired-backup-overwrite): Remove declaration.
9950         (wdired-mode-map): Add doc string.
9952         * custom.el (x-get-resource): Declare.
9954         * eshell/em-glob.el (ange-cache):
9955         * eshell/em-unix.el (ange-cache): Declare.
9957         * faces.el (x-display-list, x-open-connection, x-get-resource):
9958         Declare.
9960         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
9961         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
9962         Declare.
9964         * frame.el (x-display-grayscale-p, x-display-name): Declare.
9966         * net/gnutls.el (gnutls-log-level): Declare.
9968         * net/shr.el (image-size, image-animate): Declare.
9970         * simple.el (font-info): Declare.
9972         * subr.el (x-popup-dialog): Declare.
9974         * term/common-win.el (x-select-enable-primary)
9975         (x-last-selected-text-primary, x-last-selected-text-clipboard):
9976         Declare.
9978         * term/ns-win.el (x-handle-args): Declare.
9980         * term/x-win.el (x-select-enable-clipboard): Declare.
9982         * term/w32-win.el (create-default-fontset): Declare.
9984         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
9985         Declare.
9987         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
9988         (fit-frame-to-buffer): Explicit error if --without-x.
9989         (mouse-autoselect-window-select): Silence compiler.
9991         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9993         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
9994         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
9995         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
9996         * eshell/esh-util.el (eshell-sublist):
9997         Remove unused local variables.
9999         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
10001         * textmodes/two-column.el: Make 2C-split work for --without-x.
10002         (scroll-bar-columns): Autoload.
10003         (top-level): Require fringe when compiling.
10005 2013-09-18  Leo Liu  <sdl.web@gmail.com>
10007         * subr.el (add-hook): Robustify to handle closure as well.
10009 2013-09-17  Glenn Morris  <rgm@gnu.org>
10011         * simple.el (messages-buffer-mode-map): Unbind "g".
10013 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10015         * help-mode.el (help-mode-finish): Use derived-mode-p.
10016         Remove obsolete highlighting.
10018         * play/life.el (life-mode): Use define-derived-mode.  Derive from
10019         special-mode.
10020         (life): Let-bind inhibit-read-only.
10021         (life-setup): Avoid `setq'.  Use `life-mode'.
10023         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
10024         which should not be needed any more.
10025         (package-menu-refresh, package-menu-describe-package): Use user-error.
10027         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
10028         (eshell-post-rewrite-command-hook): Make obsolete.
10029         (eshell-parse-command): Simplify.
10030         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
10031         (eshell--cmd): Declare.
10032         (eshell-parse-pipeline): Remove unused var `final-p'.
10033         Pass a dynvar to eshell-post-rewrite-command-hook.
10034         Implement the new eshell-post-rewrite-command-function.
10035         (eshell-invoke-directly): Remove unused arg `input'.
10036         * eshell/esh-io.el (eshell-io-initialize):
10037         Use eshell-post-rewrite-command-function (bug#15399).
10038         (eshell--apply-redirections): Rename from eshell-apply-redirections;
10039         adjust to new calling convention.
10040         (eshell-create-handles): Rename args to avoid clashing with dynvar
10041         `standard-output'.
10043 2013-09-17  Glenn Morris  <rgm@gnu.org>
10045         * simple.el (messages-buffer-mode): New major mode.
10046         (messages-buffer): New function.
10047         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
10048         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
10049         (ert-run-test): Use `messages-buffer' function.
10050         (ert--force-message-log-buffer-truncation): Ignore read-only.
10051         * help.el (view-echo-area-messages): Use `messages-buffer' function.
10052         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
10054 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10056         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
10058         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
10060 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10062         * icomplete.el (icomplete-in-buffer): New var.
10063         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
10064         vars and replace them with functions.
10065         (icomplete-minibuffer-setup): Adjust accordingly.
10066         (icomplete--completion-table, icomplete--completion-predicate)
10067         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
10068         New functions.
10069         (icomplete-forward-completions, icomplete-backward-completions)
10070         (icomplete-simple-completing-p, icomplete-exhibit)
10071         (icomplete-completions): Use them.
10072         (icomplete--in-region-buffer): New var.
10073         (icomplete--in-region-setup): New function.
10074         (icomplete-mode): Use it.
10076         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
10077         (bug#15379).
10078         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
10079         return args and options.
10080         (eshell-eval-using-options): Use the new return value of
10081         eshell--do-opts to set the options's vars in their scope.
10082         (eshell--set-option): Rename from eshell-set-option.
10083         Add arg `opt-vals'.
10084         (eshell--process-option): Rename from eshell-process-option.
10085         Add arg `opt-vals'.
10086         (eshell--process-args): Use an `opt-vals' alist to store the options's
10087         values during their processing and return them additionally to the
10088         remaining args.
10090 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
10092         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
10093         continuation character an operator, as far as indentation is
10094         concerned (Bug#15369).
10096 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
10098         * window.el (window--state-put-2): Don't process buffer state
10099         when buffer doesn't exist any more (Bug#15382).
10101 2013-09-15  Glenn Morris  <rgm@gnu.org>
10103         * eshell/em-unix.el (eshell/rm):
10104         Make -f ignore missing files.  (Bug#15373)
10106         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
10107         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
10108         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
10110 2013-09-14  Glenn Morris  <rgm@gnu.org>
10112         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
10114 2013-09-13  Glenn Morris  <rgm@gnu.org>
10116         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
10117         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
10119 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
10121         * frame.el (x-focus-frame): Mark as declared in frame.c.
10123 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10125         * ls-lisp.el: Use advice-add.
10126         (original-insert-directory): Remove.
10127         (ls-lisp--insert-directory): Rename from insert-directory; add
10128         `orig-fun' argument.
10129         (insert-directory): Advise.
10131 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
10133         * term.el (term-emulate-terminal): Decode the command string
10134         before passing it to term-command-hook.  (Bug#15337)
10136 2013-09-13  Glenn Morris  <rgm@gnu.org>
10138         * eshell/esh-util.el (ange-cache): Move declaration earlier.
10140         * eshell/esh-ext.el (eshell-search-path): Declare.
10142         * eshell/em-prompt.el (eshell/pwd): Autoload it.
10143         Otherwise an error occurs if eshell-dirs module not loaded.
10145         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
10147 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
10149         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
10150         `tramp-check-proper-host'.  Check for a valid method name.
10152         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10153         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10154         * net/tramp-sh.el (tramp-maybe-open-connection):
10155         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
10157         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
10158         also for hash values.
10160 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10162         * term/ns-win.el (parameters): Don't declare as dynamic.
10163         (before-make-frame-hook): Don't add ineffective function.
10165         * eshell/*.el: Use lexical-binding (bug#15231).
10167 2013-09-12  Kenichi Handa  <handa@gnu.org>
10169         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
10171 2013-09-12  Glenn Morris  <rgm@gnu.org>
10173         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
10174         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
10176         * subr.el (do-after-load-evaluation): Also give compiler warnings
10177         when obsolete files are used (except by obsolete files).
10179         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
10180         in the status output, assume `filename' is the first.  (Bug#15322)
10182         * vc/vc.el (vc-deduce-fileset): Doc fix.
10184         * calc/calc-help.el (Info-goto-node):
10185         * progmodes/cperl-mode.el (Info-find-node):
10186         * vc/ediff.el (Info-goto-node): Update declarations.
10188         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
10190         * vc/vc-bzr.el (vc-compilation-mode): Declare.
10191         (vc-bzr-pull): Require vc-dispatcher.
10192         * vc/vc-git.el (vc-compilation-mode): Declare.
10193         (vc-git-pull): Require vc-dispatcher.
10195         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
10197         * progmodes/octave.el (help-button-action): Declare.
10199         * shell.el (shell-directory-tracker): Output error as a message
10200         rather than just returning it as a string.
10201         (shell-process-pushd): Remove useless use of message.
10203         * dframe.el (dframe-timer-fn):
10204         * files.el (dir-locals-read-from-file):
10205         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
10206         (mpc-format):
10207         * reveal.el (reveal-post-command):
10208         * saveplace.el (load-save-place-alist-from-file):
10209         * shell.el (shell-resync-dirs):
10210         * w32-common-fns.el (x-get-selection-value):
10211         * emacs-lisp/copyright.el (copyright-find-copyright):
10212         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10213         * emulation/tpu-edt.el (tpu-copy-keyfile):
10214         * play/bubbles.el (bubbles--mark-neighbourhood):
10215         * progmodes/executable.el
10216         (executable-make-buffer-file-executable-if-script-p):
10217         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
10219 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10221         Cleanup Eshell to rely less on dynamic scoping.
10222         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
10223         last-value, and ext-command here.  Bind `args' closer to `body'.
10224         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
10225         (eshell--args): Declare new dynamic var.
10226         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
10227         last-value, and ext-command.  Pass `args' to `body'.
10228         (eshell-process-args): Bind eshell--args.
10229         (eshell-set-option): Use eshell--args.
10230         * eshell/eshell.el (eshell): Use derived-mode-p.
10231         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
10232         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
10233         (eshell-glob-function): Declare.
10234         * eshell/esh-util.el: Require cl-lib.
10235         (eshell-read-hosts-file): Avoid add-to-list.
10236         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
10237         `err'.
10238         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
10239         Declare.
10240         (eshell/diff): Remove unused var `err'.
10241         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
10242         `killflag'.
10243         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
10244         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
10245         first use.
10246         * eshell/em-glob.el (eshell-glob-matches, message-shown):
10247         Move declaration before first use.
10248         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
10249         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
10250         rely on cl-return.
10252 2013-09-12  Glenn Morris  <rgm@gnu.org>
10254         * term/ns-win.el (global-map): Remove binding for ispell-next,
10255         deleted 1999-05-29.  (Bug#15357)
10257 2013-09-11  Glenn Morris  <rgm@gnu.org>
10259         * echistory.el (electric-command-history): Remove call to deleted func.
10261         * play/landmark.el (landmark-mode): Fix typos.
10263         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
10264         Check cvs-sort-ignore-file is bound.
10266         * savehist.el: No need for cl when compiling on Emacs.
10268 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10270         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
10271         (bug#15338).
10272         (eshell-self-insert-command, eshell-send-invisible):
10273         Remove unused argument.
10274         (eshell-handle-control-codes): Remove unused var `orig'.
10275         Avoid delete-backward-char.
10277         * files.el (set-auto-mode): Simplify a bit further.
10279 2013-09-11  Glenn Morris  <rgm@gnu.org>
10281         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
10282         (set-auto-mode): Don't regexp-quote elements.
10283         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
10284         * progmodes/cc-mode.el (interpreter-mode-alist):
10285         * progmodes/ruby-mode.el (interpreter-mode-alist):
10286         Revert previous change.
10288 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10290         * play/snake.el (snake-mode):
10291         * play/mpuz.el (mpuz-mode):
10292         * play/landmark.el (lm-mode):
10293         * play/blackbox.el (blackbox-mode):
10294         * play/5x5.el (5x5-mode):
10295         * obsolete/options.el (Edit-options-mode):
10296         * net/quickurl.el (quickurl-list-mode):
10297         * net/newst-treeview.el (newsticker-treeview-mode):
10298         * mail/rmailsum.el (rmail-summary-mode):
10299         * mail/mspools.el (mspools-mode):
10300         * locate.el (locate-mode):
10301         * ibuffer.el (ibuffer-mode):
10302         * emulation/ws-mode.el (wordstar-mode):
10303         * emacs-lisp/debug.el (debugger-mode):
10304         * array.el (array-mode):
10305         * net/eudc.el (eudc-mode): Use define-derived-mode.
10306         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
10307         Move initialization into declaration.
10308         (mairix-searches-mode): Use define-derived-mode.
10309         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
10310         (eudc-edit-hotlist): Use dolist.
10311         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
10312         (Man-mode): Use define-derived-mode.
10313         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
10314         (Info-edit-mode): Use define-derived-mode.
10315         (Info-cease-edit): Use Info-mode.
10316         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
10317         into declaration.
10318         (eshell-mode): Use define-derived-mode.
10319         * chistory.el (command-history-mode-map): Rename from
10320         command-history-map.
10321         (command-history-mode): Use define-derived-mode.
10322         (Command-history-setup): Remove function.
10323         * calc/calc.el (calc-trail-mode-map): New var.
10324         (calc-trail-mode): Use define-derived-mode.
10325         (calc-trail-buffer): Set calc-main-buffer manually.
10326         * bookmark.el (bookmark-insert-annotation): New function.
10327         (bookmark-edit-annotation): Use it.
10328         (bookmark-edit-annotation-mode): Make it a proper major mode.
10329         (bookmark-send-edited-annotation): Use derived-mode-p.
10330         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
10331         closer to its ideal place.  Use \' to match EOS.
10333         * profiler.el (profiler-calltree-find): Use function-equal.
10335 2013-09-10  Glenn Morris  <rgm@gnu.org>
10337         * files.el (interpreter-mode-alist): Convert to regexps.
10338         (set-auto-mode): Adapt for this.  (Bug#15306)
10339         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
10340         Comment out unused variable.
10341         * progmodes/cc-mode.el (interpreter-mode-alist):
10342         * progmodes/python.el (interpreter-mode-alist):
10343         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
10344         * progmodes/sh-script.el (sh-set-shell):
10345         No longer use interpreter-mode-alist to get list of shells.
10347         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
10349 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10351         * simple.el: Use set-temporary-overlay-map for universal-argument.
10352         (universal-argument-map): Don't use default-bindings (bug#15317).
10353         Bind switch-frame explicitly.  Replace universal-argument-minus with
10354         a conditional binding.
10355         (universal-argument-num-events, saved-overriding-map): Remove.
10356         (restore-overriding-map): Remove.
10357         (universal-argument--mode): Rename from save&set-overriding-map,
10358         and rewrite.
10359         (universal-argument, universal-argument-more, negative-argument)
10360         (digit-argument): Adjust accordingly.
10361         (universal-argument-minus): Remove.
10362         (universal-argument-other-key): Remove.
10364         * subr.el (with-demoted-errors): Add `format' argument.
10366 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
10368         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
10369         `tramp-cleanup-connection'.
10371         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
10372         parameters KEEP-DEBUG and KEEP-PASSWORD.
10374         * net/tramp.el (tramp-file-name-handler):
10375         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10376         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10377         (tramp-maybe-open-connection):
10378         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10379         Use `tramp-cleanup-connection'.
10381         * net/tramp-sh.el (tramp-maybe-open-connection):
10382         Catch 'uname-changed inside the progress reporter.
10384 2013-09-10  Glenn Morris  <rgm@gnu.org>
10386         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
10388         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
10389         returns "alternate access method" in mode (eg "-rw-r--r--.").
10391 2013-09-08  Glenn Morris  <rgm@gnu.org>
10393         * saveplace.el (load-save-place-alist-from-file):
10394         Demote errors.  (Bug#15305)
10396 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
10398         Improve compatibility with older Emacsen, and XEmacs.
10400         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
10401         only if it is bound.  It isn't for XEmacs.
10402         (with-tramp-progress-reporter): Do not let-bind `result'.
10403         This yields to scoping errors in XEmacs.
10404         (tramp-handle-make-auto-save-file-name): New function, moved from
10405         tramp-sh.el.
10407         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
10408         for `make-auto-save-file-name'.
10409         (tramp-adb--gnu-switches-to-ash):
10410         Use `tramp-compat-replace-regexp-in-string'.
10412         * net/tramp-cache.el (tramp-cache-print): Call
10413         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
10415         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
10416         bound.  It isn't for XEmacs.
10418         * net/tramp-compat.el (tramp-compat-copy-file):
10419         Catch `wrong-number-of-arguments' error.
10420         (tramp-compat-replace-regexp-in-string): New defun.
10422         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
10423         for `make-auto-save-file-name'.
10424         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
10425         `copy-file'.
10426         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
10427         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
10428         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
10430         * net/tramp-gw.el (tramp-gw-open-network-stream):
10431         Use `tramp-compat-replace-regexp-in-string'.
10433         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10434         Call `tramp-handle-make-auto-save-file-name'.
10435         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
10436         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10437         (tramp-sh-file-inotifywait-process-filter):
10438         Use `tramp-compat-replace-regexp-in-string'.
10439         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
10441         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
10442         for `make-auto-save-file-name'.
10443         (tramp-smb-handle-copy-directory):
10444         Call `tramp-compat-replace-regexp-in-string'.
10445         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
10446         (tramp-smb-handle-copy-file): Improve error message.
10447         (tramp-smb-handle-rename-file): Rename directly only in case
10448         `newname' does not exist yet.  This is a restriction of smbclient.
10449         (tramp-smb-maybe-open-connection): Rerun the function only when
10450         `auth-sources' is non-nil.
10452 2013-09-08  Kenichi Handa  <handa@gnu.org>
10454         * international/characters.el: Set category "^" (Combining) for
10455         more characters.
10457 2013-09-07  Alan Mackenzie  <acm@muc.de>
10459         Correctly fontify Java class constructors.
10460         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
10461         in Java Mode.
10462         (c-recognize-typeless-decls): Set the Java value to t.
10463         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10464         While handling a "(", add a check for, effectively, Java, and handle a
10465         "typeless" declaration there.
10467 2013-09-07  Roland Winkler  <winkler@gnu.org>
10469         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
10470         field subtitle for entry type book.
10472 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10474         * minibuffer.el: Make minibuffer-complete call completion-in-region
10475         rather than other way around.
10476         (completion--some, completion-pcm--find-all-completions):
10477         Don't delay signals when debugging.
10478         (minibuffer-completion-contents): Beware fields within the
10479         minibuffer contents.
10480         (completion-all-sorted-completions): Use defvar-local.
10481         (completion--do-completion, completion--cache-all-sorted-completions)
10482         (completion-all-sorted-completions, minibuffer-force-complete):
10483         Add args `beg' and `end'.
10484         (completion--in-region-1): New fun, extracted from minibuffer-complete.
10485         (minibuffer-complete): Use completion-in-region.
10486         (completion-complete-and-exit): New fun, extracted from
10487         minibuffer-complete-and-exit.
10488         (minibuffer-complete-and-exit): Use it.
10489         (completion--complete-and-exit): Rename from
10490         minibuffer--complete-and-exit.
10491         (completion-in-region--single-word): New function, extracted from
10492         minibuffer-complete-word.
10493         (minibuffer-complete-word): Use it.
10494         (display-completion-list): Make `common-substring' argument obsolete.
10495         (completion--in-region): Call completion--in-region-1 instead of
10496         minibuffer-complete.
10497         (completion-help-at-point): Pass boundaries to
10498         minibuffer-completion-help as args rather than via an overlay.
10499         (completion-pcm--string->pattern): Use `any-delim'.
10500         (completion-pcm--optimize-pattern): New function.
10501         (completion-pcm--pattern->regex): Handle `any-delim'.
10502         * icomplete.el (icomplete-forward-completions)
10503         (icomplete-backward-completions, icomplete-completions):
10504         Adjust calls to completion-all-sorted-completions and
10505         completion--cache-all-sorted-completions.
10506         (icomplete-with-completion-tables): Default to t.
10507         * emacs-lisp/crm.el (crm--current-element): Rename from
10508         crm--select-current-element.  Don't put an overlay but return the
10509         boundaries instead.
10510         (crm--completion-command): Take two new args to bind to the boundaries.
10511         (crm-completion-help): Adjust accordingly.
10512         (crm-complete): Use completion-in-region.
10513         (crm-complete-word): Use completion-in-region--single-word.
10514         (crm-complete-and-exit): Use completion-complete-and-exit.
10516 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10518         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
10519         than dynamically.
10521 2013-09-06  Juri Linkov  <juri@jurta.org>
10523         * info.el (Info-display-images-node): When image file doesn't exist
10524         display text version of the image if it's provided in the Info file.
10525         Otherwise, display the location of missing image from SRC attribute.
10526         Add help-echo text property from ALT attribute.  (Bug#15279)
10528 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10530         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
10531         (edit-abbrevs-mode): Use define-derived-mode.
10533         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
10534         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
10535         that it's defined.
10536         (epa-key-list-mode, epa-key-mode, epa-info-mode):
10537         Use define-derived-mode.
10539         * epg.el (epg-start-encrypt): Minor CSE simplification.
10541 2013-09-06  William Xu  <william.xwl@gmail.com>
10543         * arc-mode.el: Add support for 7za (bug#15264).
10544         (archive-7z-program): New var.
10545         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
10546         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
10547         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
10549 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
10551         Remove URL syntax.
10553         * net/tramp.el (tramp-syntax, tramp-prefix-format)
10554         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
10555         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
10556         (tramp-postfix-host-format, tramp-file-name-regexp)
10557         (tramp-completion-file-name-regexp)
10558         (tramp-completion-dissect-file-name)
10559         (tramp-handle-substitute-in-file-name): Remove 'url case.
10560         (tramp-file-name-regexp-url)
10561         (tramp-completion-file-name-regexp-url): Remove constants.
10563 2013-09-06  Glenn Morris  <rgm@gnu.org>
10565         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
10567 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
10569         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
10570         keywords" below "here-doc beginnings" (Bug#15270).
10572 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10574         * subr.el (pop): Use `car-safe'.
10575         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
10576         to detect unused `pop' return value.
10578         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
10579         var `block-regexp'.
10580         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
10581         (python-fill-string): Remove unused var `marker'.
10582         (python-skeleton-add-menu-items): Remove unused var `items'.
10584         * international/mule-cmds.el: Require CL.
10585         (find-coding-systems-for-charsets): Avoid add-to-list.
10586         (sanitize-coding-system-list): New function, extracted from
10587         select-safe-coding-system-interactively.
10588         (select-safe-coding-system-interactively): Use it.
10589         (read-input-method-name): Accept symbols for `default'.
10591         * emacs-lisp/advice.el (defadvice): Add indent rule.
10593 2013-09-05  Daniel Hackney  <dan@haxney.org>
10595         * dired-x.el:
10596         * net/ange-ftp.el:
10597         * net/browse-url.el:
10598         * net/dbus.el:
10599         * net/eudc.el:
10600         * net/eudcb-ldap.el:
10601         * net/eww.el:
10602         * net/imap.el:
10603         * printing.el:
10604         * vc/ediff-diff.el:
10605         * vc/ediff-init.el:
10606         * vc/ediff-merg.el:
10607         * vc/ediff-mult.el:
10608         * vc/ediff-util.el:
10609         * vc/ediff-wind.el:
10610         * vc/ediff.el:
10611         * vc/emerge.el:
10612         * vc/pcvs.el:
10613         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
10614         byte compiler.  Remove some unused let-bound variables.
10616 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10618         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
10619         a "ref-cell", since it gets better optimized (bug#14883).
10621 2013-09-05  Glenn Morris  <rgm@gnu.org>
10623         * progmodes/cc-awk.el (c-forward-sws): Declare.
10625 2013-09-04  Glenn Morris  <rgm@gnu.org>
10627         * generic-x.el [rul-generic-mode]: Require cc-mode.
10628         (c++-mode-syntax-table): Declare.
10629         (rul-generic-mode-syntax-table): Init in the defvar.
10631 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10633         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
10634         (vc-do-command, vc-set-async-update):
10635         * vc/vc-mtn.el (vc-mtn-dir-status):
10636         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
10637         (vc-hg-pull, vc-hg-merge-branch):
10638         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
10639         (vc-git-merge-branch):
10640         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
10641         (vc-cvs-dir-status-files):
10642         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
10643         (vc-bzr-dir-status-files):
10644         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
10645         * vc/vc-annotate.el: Use lexical-binding.
10646         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
10647         (vc-sentinel-movepoint): Declare.
10648         (vc-annotate): Don't use `goto-line'.
10649         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
10650         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
10651         (vc-sentinel-movepoint): Declare.
10652         * vc/vc-svn.el: Use lexical-binding.
10653         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
10654         * vc/vc-sccs.el:
10655         * vc/vc-rcs.el: Use lexical-binding.
10657         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
10658         `deleted'.  Don't drop errors silently.
10660         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
10662 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
10664         * vc/vc.el (vc-ignore): Rewrite.
10665         (vc-default-ignore): New function.
10666         (vc-default-ignore-completion-table): Use find-ignore-file.
10668         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
10669         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
10670         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
10671         Remove.  Most code moved to vc.el.
10673 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10675         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
10676         * net/tramp-smb.el (tramp-smb-get-file-entries):
10677         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
10678         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
10680         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
10681         Update call to it.
10682         (eww-change-select): Remove unused var `properties'.
10683         (eww-make-unique-file-name): Remove unused var `base'.
10685         * finder.el (finder-compile-keywords): Don't mess with windows.
10687         * calculator.el (calculator-funcall): Fix typo in last change.
10689         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
10691         * emacs-lisp/package.el (package-activate-1): Don't let a missing
10692         <pkg>-autoloads.el file stop us.
10694         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
10695         warnings, and factor out common code.
10697 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
10699         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
10700         two-character operators and whether the character preceding them
10701         changes their meaning (Bug#15208).
10703 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10705         Format code sent to Python shell for robustness.
10706         * progmodes/python.el (python-shell-buffer-substring):
10707         New function.
10708         (python-shell-send-region, python-shell-send-buffer): Use it.
10710 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
10712         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
10713         * net/tramp.el (tramp-user-error): ... here.
10714         (tramp-find-method, tramp-check-proper-host)
10715         (tramp-dissect-file-name, tramp-debug-message)
10716         (tramp-handle-shell-command):
10717         * net/tramp-adb.el (tramp-adb-handle-shell-command):
10718         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
10720         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
10722 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
10724         * avoid.el (mouse-avoidance-point-position)
10725         (mouse-avoidance-too-close-p): Handle case where posn-at-point
10726         returns nil.
10728 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10730         * progmodes/python.el (python-shell-completion-get-completions):
10731         Drop use of deleted `comint-last-prompt-overlay'.
10732         (python-nav-if-name-main): New command.
10734 2013-09-01  Glenn Morris  <rgm@gnu.org>
10736         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10737         Avoid leading space in $wins.  Otherwise the sed command used by
10738         eg compile-main ends up containing "/*.el".  (Bug#15170)
10740         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
10742 2013-08-30  Glenn Morris  <rgm@gnu.org>
10744         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10745         Fix is-this-a-directory logic.  (Bug#15220)
10747 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10749         * textmodes/css-mode.el: Use SMIE.
10750         (css-smie-grammar): New var.
10751         (css-smie--forward-token, css-smie--backward-token)
10752         (css-smie-rules): New functions.
10753         (css-mode): Use them.
10754         (css-navigation-syntax-table): Remove var.
10755         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
10756         (css-indent-calculate, css-indent-line): Remove functions.
10758         Misc changes to reduce use of `(lambda...); and other cleanups.
10759         * cus-edit.el: Use lexical-binding.
10760         (customize-push-and-save, customize-apropos)
10761         (custom-buffer-create-internal): Use closures.
10762         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
10763         * progmodes/ada-xref.el: Use setq.
10764         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
10765         * dframe.el: Use lexical-binding.
10766         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
10767         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
10768         * descr-text.el: Use lexical-binding.
10769         (describe-text-widget, describe-text-sexp, describe-property-list):
10770         Use closures.
10771         * comint.el (comint-history-isearch-push-state): Use a closure.
10772         * calculator.el: Use lexical-binding.
10773         (calculator-number-to-string): Make it work with lexical-binding.
10774         (calculator-funcall): Same and use cl-letf.
10776         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
10777         (lisp--company-doc-string, lisp--company-location): New functions.
10778         (lisp-completion-at-point): Use them to improve Company support.
10780         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
10781         params of lambda expressions.
10782         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
10783         (ruby-smie--opening-pipe-p): New function.
10784         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
10785         symbols and matched |...| for formal params.
10786         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
10787         from being treated as hanging.  Handle "rescue".
10789 2013-08-29  Glenn Morris  <rgm@gnu.org>
10791         * progmodes/cc-engine.el (c-pull-open-brace):
10792         Move definition before use.
10794 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10796         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
10797         are immutable.  Don't use `unsafe' any more.
10798         (cl--defsubst-expand): Don't substitute at the same time as keeping
10799         a residual unused let-binding.  Don't use `unsafe' any more.
10801 2013-08-29  Glenn Morris  <rgm@gnu.org>
10803         * calendar/cal-china.el (calendar-chinese-year-cache):
10804         Recenter on 2015.
10806         * nxml/nxml-util.el (nxml-debug-clear-inside):
10807         Use cl-loop rather than loop.
10809         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
10811         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
10813 2013-08-28  Glenn Morris  <rgm@gnu.org>
10815         * progmodes/antlr-mode.el: No need to require cc-mode twice.
10817         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
10819         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
10821 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10823         * simple.el (repeat-complex-command--called-interactively-skip):
10824         New function.
10825         (repeat-complex-command): Use it (bug#14136).
10827         * progmodes/cc-mode.el: Minor cleanup of var declarations.
10828         (c-define-abbrev-table): Add `doc' argument.
10829         (c-mode-abbrev-table, c++-mode-abbrev-table)
10830         (objc-mode-abbrev-table, java-mode-abbrev-table)
10831         (idl-mode-abbrev-table, pike-mode-abbrev-table)
10832         (awk-mode-abbrev-table): Use it.
10833         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
10834         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
10835         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
10836         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
10837         Move initialization into the declaration; and remove any
10838         autoload cookie.
10840         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
10841         and dynamic let binding.
10843         * vc/smerge-mode.el: Remove redundant :group args.
10845         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
10846         to load-path.
10848 2013-08-28  Juri Linkov  <juri@jurta.org>
10850         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
10851         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
10852         (isearch-other-meta-char): Handle an undefined shifted printing
10853         character by downshifting it.  (Bug#15200)
10855 2013-08-28  Juri Linkov  <juri@jurta.org>
10857         * isearch.el (isearch-search): Change regexp error message for
10858         non-regexp searches.  (Bug#15166)
10860 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10862         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
10863         for portability to hosts where /bin/sh has problems.
10865 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10867         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
10869 2013-08-27  Juri Linkov  <juri@jurta.org>
10871         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
10872         in the keyboard macro.  (Bug#15126)
10874 2013-08-27  Juri Linkov  <juri@jurta.org>
10876         * isearch.el (isearch-quote-char): Comment out converting unibyte
10877         to multibyte, thus syncing with its `quoted-insert' counterpart.
10878         (Bug#15166)
10880 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
10882         * window.el (display-buffer-use-some-window): Add missing
10883         argument in call of get-largest-window (Bug#15185).
10884         Reported by Stephen Leake.
10886 2013-08-27  Glenn Morris  <rgm@gnu.org>
10888         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
10890 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10892         * progmodes/python.el (python-font-lock-keywords): Don't return nil
10893         from a matcher-function unless there's no more matches (bug#15161).
10895 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
10897         * minibuffer.el: Revert change from 2013-08-20.
10899         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
10900         with text property `tramp-default', if appropriate.
10901         (tramp-check-proper-host): New defun.
10902         (tramp-dissect-file-name): Do not check hostname.  Revert change
10903         of 2013-03-18.
10904         (tramp-backtrace): Make VEC-OR-PROC optional.
10906         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10907         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10908         * net/tramp-sh.el (tramp-maybe-open-connection):
10909         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10910         Apply `tramp-check-proper-host'.
10912 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
10914         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
10915         lambda expression in order to have `describe-variable' display it.
10917 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
10919         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
10920         BUF can be optional.  (Bug#15186)
10922 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
10924         * progmodes/flymake.el (flymake-get-real-file-name-function):
10925         Fix broken customization.  (Bug#15184)
10927 2013-08-25  Alan Mackenzie  <acm@muc.de>
10929         Improve indentation of bracelists defined by macros (without "=").
10931         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
10932         expansion begins with "{", regard it as bracelist when it doesn't
10933         contain a ";".
10935         Parse C++ inher-intro when there's a template split over 2 lines.
10937         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
10938         rigorously the search for "class" etc. followed by ":".
10940         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
10941         random languages a regexp which never matches rather than nil.
10943         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
10945         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
10946         (c-awk-regexp-one-line-possibly-open-char-list-re)
10947         (c-awk-one-line-possibly-open-regexp-re)
10948         (c-awk-one-line-non-syn-ws*-re): Remove.
10949         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
10950         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
10951         (c-awk-space*-unclosed-regexp-/-re): New constants.
10952         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
10953         aren't regexp delimiters.
10955         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
10956         handling for a rare situation in AWK Mode involving unterminated
10957         strings/regexps.
10959 2013-08-23  Glenn Morris  <rgm@gnu.org>
10961         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
10963         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
10965         * files.el (create-file-buffer): If the result would begin with
10966         spaces, prepend a "|" instead of removing them.  (Bug#15162)
10968 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10970         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
10971         text-properties (bug#15155).
10973         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
10974         exist any more.
10975         (calc-keypad-redraw): Remove unused var `pad'.
10976         (calc-keypad-press): Remove unused var `menu'.
10978 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
10980         * window.el (display-buffer-pop-up-frame):
10981         Call pop-up-frame-function with BUFFER current so `make-frame' will
10982         use it as the new frame's buffer (Bug#15133).
10984 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10986         * calendar/timeclock.el: Minor cleanups.
10987         (timeclock-ask-before-exiting, timeclock-use-display-time):
10988         Use `symbol'.
10989         (timeclock-modeline-display): Define as alias before the
10990         actual definition.
10991         (timeclock-mode-line-display): Use define-minor-mode.
10992         (timeclock-day-list-template): Make it a function, add an argument.
10993         (timeclock-day-list-required, timeclock-day-list-length)
10994         (timeclock-day-list-debt, timeclock-day-list-span)
10995         (timeclock-day-list-break): Adjust calls accordingly.
10997 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10999         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
11000         Use read--expression so that completion works again.
11002 2013-08-21  Sam Steingold  <sds@gnu.org>
11004         Add rudimentary inferior shell interaction
11005         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
11006         (sh-set-shell): Reset it.
11007         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
11008         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
11010 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11012         * align.el: Use lexical-binding.
11013         (align-region): Simplify accordingly.
11015 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
11017         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
11019         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
11020         `non-essential' up.
11022 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
11024         * net/tramp.el:
11025         * net/tramp-adb.el:
11026         * net/tramp-cmds.el:
11027         * net/tramp-ftp.el:
11028         * net/tramp-gvfs.el:
11029         * net/tramp-gw.el:
11030         * net/tramp-sh.el: Don't wrap external variable declarations by
11031         `eval-when-compile'.
11033 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
11036         now that Emacs supports ImageMagick animations.
11038 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
11040         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
11041         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
11043 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
11045         * window.el (mouse-autoselect-window-select): Do autoselect when
11046         mouse pointer is on margin.
11048 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
11050         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
11052 2013-08-16  Glenn Morris  <rgm@gnu.org>
11054         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
11055         Handle "Remote Directory" response of some clients.  (Bug#15058)
11057         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
11058         Tweak warning.  (Bug#14926)
11060         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
11061         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
11063         * image-mode.el (image-mode-map): Add menu items to reverse,
11064         increase, decrease, reset animation speed.
11065         (image--set-speed, image-increase-speed, image-decrease-speed)
11066         (image-reverse-speed, image-reset-speed): New functions.
11067         (image-mode-map): Add bindings for speed commands.
11069         * image.el (image-animate-get-speed, image-animate-set-speed):
11070         New functions.
11071         (image-animate-timeout): Respect image :speed property.
11073 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
11076         previous line (bug#15101).
11077         (debugger-eval-expression, debugger-record-expression):
11078         Use read--expression (bug#15102).
11080 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
11082         Remove byte compiler warnings, visible when compiling with
11083         `byte-compile-force-lexical-warnings' set to t.
11085         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
11086         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
11087         (tramp-handle-unhandled-file-name-directory)
11088         (tramp-handle-file-notify-add-watch, tramp-action-login)
11089         (tramp-action-succeed, tramp-action-permission-denied)
11090         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
11091         arguments with "_".
11093         * net/tramp-adb.el (tramp-adb-parse-device-names)
11094         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
11095         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
11096         (tramp-adb-handle-file-truename): Remove unused arguments.
11098         * net/tramp-cache.el (tramp-flush-directory-property)
11099         (tramp-flush-connection-property, tramp-list-connections)
11100         (tramp-parse-connection-properties): Prefix unused arguments with "_".
11102         * net/tramp-compat.el (tramp-compat-make-temp-file):
11103         Rename FILENAME to F.
11105         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
11106         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
11107         (tramp-zeroconf-parse-workstation-device-names)
11108         (tramp-zeroconf-parse-webdav-device-names)
11109         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
11111         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
11112         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
11114         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
11115         arguments.
11116         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
11117         (tramp-sh-handle-insert-file-contents-literally)
11118         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
11119         with "_".
11120         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
11121         Remove unused variables.
11123         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11124         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
11125         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
11127         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
11128         Make them a defconst.
11129         (tramp-uuencode-region): Remove unused variable.
11131 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
11133         * frameset.el (frameset--prop-setter): New function.
11134         (frameset-prop): Add gv-setter declaration.
11135         (frameset-filter-minibuffer): Deal with the case that the minibuffer
11136         parameter was already set in FILTERED.  Doc fix.
11137         (frameset--record-minibuffer-relationships): Allow saving a
11138         minibufferless frame without its corresponding minibuffer frame.
11139         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
11140         frame, if the frame id matches.
11141         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
11142         frames before orphaned ones.
11143         (frameset-restore): Warn about orphaned windows, instead of error out.
11145 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
11147         * window.el (window-make-atom): Don't overwrite parameter
11148         already present.
11149         (display-buffer-in-atom-window): Handle special case where we
11150         split an already atomic window.
11151         (window--major-non-side-window, display-buffer-in-side-window)
11152         (window--side-check): Ignore minibuffer window when walking
11153         window tree.
11154         (window-deletable-p): Return 'frame only if no other frame uses
11155         our minibuffer window.
11156         (record-window-buffer): Run buffer-list-update-hook.
11157         (split-window): Make sure window--check-frame won't destroy an
11158         existing atomic window in case the new window gets nested
11159         inside.
11160         (display-buffer-at-bottom): Ignore minibuffer window when
11161         walking window tree.  Don't split a side window.
11162         (pop-to-buffer): Don't set-buffer here, the select-window call
11163         should do that.
11164         (mouse-autoselect-window-select): Autoselect only if we are in the
11165         text portion of the window.
11167 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11169         * net/shr.el (shr-parse-image-data): New function to grab both the
11170         data itself and the Content-Type.
11171         (shr-put-image): Use it.
11173         * net/eww.el (eww-display-image): Ditto.
11175         * image.el (image-content-type-suffixes): New variable.
11177 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11179         * progmodes/python.el (python-imenu--build-tree)
11180         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
11182 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
11184         * simple.el (backward-word): Mention the optional argument.
11186 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11188         * frameset.el (frameset--make): Rename constructor from make-frameset.
11189         (frameset-p, frameset-valid-p): Don't autoload.
11190         (frameset-valid-p): Use normal accessors.
11192 2013-08-13  Glenn Morris  <rgm@gnu.org>
11194         * progmodes/compile.el (compile-command): Tweak example in doc.
11195         * obsolete/scribe.el (scribe-mode):
11196         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
11198         * mail/feedmail.el (feedmail-confirm-outgoing)
11199         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
11201         * cus-start.el (truncate-partial-width-windows): Fix type.
11203         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
11205         * net/shr.el (shr-table-horizontal-line): Fix custom type.
11207 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11209         * emacs-lisp/timer.el (timer--time-setter): New function.
11210         (timer--time): Use it as gv-setter.
11212         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
11213         setter is not a symbol.
11215 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
11217         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
11218         if sending fails.  This makes debugging easier.
11220 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
11222         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
11223         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
11224         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
11226 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
11228         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
11230 2013-08-12  Glenn Morris  <rgm@gnu.org>
11232         * format.el (format-annotate-function):
11233         Handle read-only text properties in the source.  (Bug#14887)
11235 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11237         * net/eww.el (eww-display-html): Ignore coding system errors.
11238         One web site uses "utf-8lias" as the coding system.
11240 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
11242         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
11244 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
11246         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
11247         (tutorial--detailed-help): Remove unused local variables.
11248         (tutorial--save-tutorial-to): Use ignore-errors.
11249         (help-with-tutorial): Use looking-at-p.
11251         * view.el (view-buffer-other-window, view-buffer-other-frame):
11252         Mark unused arguments.
11254         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
11255         (woman-select-symbol-fonts, woman, woman-find-file)
11256         (woman-insert-file-contents, woman-non-underline-faces):
11257         Use string-match-p.
11258         (woman1-unquote): Move declaration.
11260         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
11261         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
11262         argument.  Remove unused local variable.
11263         (xml-parse-elem-type): Use string-match-p.
11264         (xml-substitute-numeric-entities): Use ignore-errors.
11266         * calculator.el (calculator): Mark unused argument.
11267         (calculator-paste, calculator-quit, calculator-integer-p):
11268         Use ignore-errors.
11269         (calculator-string-to-number, calculator-decimal, calculator-exp)
11270         (calculator-op-or-exp): Use string-match-p.
11272         * dired.el (dired-buffer-more-recently-used-p): Declare.
11273         (dired-insert-set-properties, dired-insert-old-subdirs):
11274         Use ignore-errors.
11276         * dired-aux.el (dired-compress): Use ignore-errors.
11277         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
11278         (dired-do-async-shell-command, dired-do-shell-command)
11279         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
11280         (dired-insert-subdir-validate): Use string-match-p.
11281         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
11282         (dired-add-entry): Use string-match-p, looking-at-p.
11283         (dired-insert-subdir-newpos): Remove unused local variable.
11285         * filenotify.el (file-notify-callback): Remove unused local variable.
11287         * filesets.el (filesets-error): Mark unused argument.
11288         (filesets-which-command-p, filesets-filter-dir-names)
11289         (filesets-directory-files, filesets-get-external-viewer)
11290         (filesets-ingroup-get-data): Use string-match-p.
11292         * find-file.el (ff-other-file-name, ff-other-file-name)
11293         (ff-find-the-other-file, ff-cc-hh-converter):
11294         Remove unused local variables.
11295         (ff-get-file-name): Use string-match-p.
11296         (ff-all-dirs-under): Use ignore-errors.
11298         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
11299         (follow-select-if-visible): Remove unused local variable.
11301         * forms.el (read-file-filter): Move declaration.
11302         (forms--make-format, forms--make-parser, forms-insert-record):
11303         Quote function with #'.
11304         (forms--update): Use string-match-p.  Quote function with #'.
11306         * help-mode.el (help-dir-local-var-def): Mark unused argument.
11307         (help-make-xrefs): Use looking-at-p.
11308         (help-xref-on-pp): Use looking-at-p, ignore-errors.
11310         * ibuffer.el (ibuffer-ext-visible-p): Declare.
11311         (ibuffer-confirm-operation-on): Use string-match-p.
11313         * msb.el (msb-item-handler, msb-dired-item-handler):
11314         Mark unused arguments.
11316         * ses.el (ses-decode-cell-symbol)
11317         (ses-kill-override): Remove unused local variable.
11318         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
11319         (ses-load): Use ignore-errors, looking-at-p.
11320         (ses-jump-safe): Use ignore-errors.
11321         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
11323         * tabify.el (untabify, tabify): Mark unused arguments.
11325         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
11326         Mark unused argument.
11327         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
11328         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
11330         * emacs-lisp/timer.el (timer--time): Define setter with
11331         gv-define-setter to avoid deprecation warning.
11333         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
11334         (*record-cmpl-statistics-p*): Remove (was commented out).
11335         (cmpl-statistics-block): Remove (body was commented out).
11336         All callers changed.
11337         (add-completions-from-buffer, load-completions-from-file):
11338         Remove unused variables.
11340 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
11342         * filecache.el (file-cache-delete-file-list):
11343         Print message only when told so.
11344         (file-cache-files-matching): Use #' in mapconcat argument.
11346         * ffap.el (ffap-url-at-point): Fix reference to variable
11347         thing-at-point-default-mail-uri-scheme.
11349 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11351         * subr.el (define-error): New function.
11352         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
11353         error-file-not-found and define with define-error.
11354         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
11355         and define with define-error.
11356         * userlock.el (file-locked, file-supersession):
11357         * simple.el (mark-inactive):
11358         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
11359         * progmodes/ada-mode.el (ada-mode-errors):
11360         * play/life.el (life-extinct):
11361         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
11362         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
11363         * nxml/rng-util.el (rng-error):
11364         * nxml/rng-uri.el (rng-uri-error):
11365         * nxml/rng-match.el (rng-compile-error):
11366         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
11367         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
11368         * nxml/nxml-rap.el (nxml-scan-error):
11369         * nxml/nxml-outln.el (nxml-outline-error):
11370         * net/soap-client.el (soap-error):
11371         * net/gnutls.el (gnutls-error):
11372         * net/ange-ftp.el (ftp-error):
11373         * mpc.el (mpc-proc-error):
11374         * json.el (json-error, json-readtable-error, json-unknown-keyword)
11375         (json-number-format, json-string-escape, json-string-format)
11376         (json-key-format, json-object-format):
11377         * jka-compr.el (compression-error):
11378         * international/quail.el (quail-error):
11379         * international/kkc.el (kkc-error):
11380         * emacs-lisp/ert.el (ert-test-failed):
11381         * calc/calc.el (calc-error, inexact-result, math-overflow)
11382         (math-underflow):
11383         * bookmark.el (bookmark-error-no-filename):
11384         * epg.el (epg-error): Define with define-error.
11386         * time.el (display-time-event-handler)
11387         (display-time-next-load-average): Don't call sit-for since it seems
11388         unnecessary (bug#15045).
11390         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
11391         Use #' instead of ' to quote functions.
11392         (checkdoc-output-mode): Use setq-local.
11393         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
11394         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
11395         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
11396         (checkdoc-ispell, checkdoc-ispell-current-buffer)
11397         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
11398         (checkdoc-ispell-message-text, checkdoc-ispell-start)
11399         (checkdoc-ispell-continue, checkdoc-ispell-comments)
11400         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
11402         * ido.el (ido-completion-help): Fix up compiler warning.
11404 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
11406         * frameset.el (frameset-p): Add autoload cookie.
11407         (frameset--jump-to-register): New function, based on code moved from
11408         register.el.
11409         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
11411         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
11412         (frameset-restore, frameset-save, frameset-session-filter-alist):
11413         Remove declarations.
11414         (register-alist): Doc fix.
11415         (frameset-to-register): Move to frameset.el.
11416         (jump-to-register, describe-register-1): Remove frameset-specific code.
11418 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11420         * allout-widgets.el (allout-widgets-pre-command-business)
11421         (allout-widgets-post-command-business)
11422         (allout-widgets-after-change-handler)
11423         (allout-decorate-item-and-context, allout-set-boundary-marker)
11424         (allout-body-modification-handler)
11425         (allout-graphics-modification-handler): Mark ignored arguments.
11426         (allout-widgets-post-command-business)
11427         (allout-widgets-exposure-change-processor)
11428         (allout-widgets-exposure-undo-processor)
11429         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
11430         (allout-parse-item-at-point, allout-decorate-item-guides)
11431         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
11432         * allout.el (epa-passphrase-callback-function): Declare.
11433         (allout-overlay-insert-in-front-handler)
11434         (allout-overlay-interior-modification-handler)
11435         (allout-isearch-end-handler, allout-chart-siblings)
11436         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
11437         (allout-yank-processing, allout-process-exposed)
11438         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
11439         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
11440         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
11441         (lisp-indent-defform): Mark ignored arguments.
11442         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
11443         (calculate-lisp-indent): Remove unused variables.
11444         * international/characters.el (indian-2-column, arabic-2-column)
11445         (tibetan): Mark ignored arguments.
11446         (use-cjk-char-width-table): Mark ignored arguments.
11447         Remove unused variables.
11448         * international/fontset.el (build-default-fontset-data)
11449         (x-compose-font-name, create-fontset-from-fontset-spec):
11450         Mark ignored arguments.
11451         (fontset-plain-name): Remove unused variables.
11452         * international/mule.el (charset-id, charset-bytes, generic-char-p)
11453         (keyboard-coding-system): Mark ignored arguments.
11454         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
11455         * help.el (resize-temp-buffer-window):
11456         * window.el (display-buffer-in-major-side-window)
11457         (display-buffer-in-side-window, display-buffer-in-previous-window):
11458         Remove unused variables.
11459         * isearch.el (isearch-forward-symbol):
11460         * version.el (emacs-bzr-version-bzr):
11461         * international/mule-cmds.el (current-language-environment):
11462         * term/common-win.el (x-handle-iconic, x-handle-geometry)
11463         (x-handle-display):
11464         * term/pc-win.el (x-list-fonts, x-display-planes)
11465         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
11466         (x-server-version, x-display-screens, x-display-mm-height)
11467         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
11468         (x-selection-owner-p, x-own-selection-internal)
11469         (x-disown-selection-internal, x-get-selection-internal)
11470         (msdos-initialize-window-system):
11471         * term/tty-colors.el (tty-color-alist, tty-color-clear):
11472         * term/x-win.el (x-handle-no-bitmap-icon):
11473         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
11474         (vc-default-find-file-hook, vc-default-extra-menu):
11475         Mark ignored arguments.
11477 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11479         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
11480         break-condition in the context of the debugged code (bug#12685).
11482 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
11484         * comint.el:
11485         Do not use an overlay to highlight the last prompt.  (Bug#14744)
11486         (comint-mode): Make comint-last-prompt buffer local.
11487         (comint-last-prompt): New variable.
11488         (comint-last-prompt-overlay): Remove.  Superseded by
11489         comint-last-prompt.
11490         (comint-snapshot-last-prompt, comint-output-filter):
11491         Use comint-last-prompt.
11493 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11495         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
11496         (frameset-save): Check validity of the resulting frameset.
11498 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
11500         * ido.el (ido-record-command): Add doc string.
11502 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11504         * frameset.el (frameset): Do not disable creation of the default
11505         frameset-p predicate.  Doc fix.
11506         (frameset-valid-p): New function, copied from the old predicate-p.
11507         Add additional checks.
11508         (frameset-restore): Check with frameset-valid-p.
11509         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
11510         (frameset-name, frameset-description, frameset-properties)
11511         (frameset-states): Add docstring.
11512         (frameset-session-filter-alist, frameset-persistent-filter-alist)
11513         (frameset-filter-alist): Doc fixes.
11515 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11517         * frameset.el (frameset-p, frameset-prop): Doc fixes.
11519 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11521         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
11522         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
11523         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
11524         (byte-compile-normal-call): Remove obsolescence check.
11526 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11528         * frameset.el (frameset-restore): Doc fix.
11530         * register.el (frameset-frame-id, frameset-frame-with-id)
11531         (frameset-p, frameset-restore, frameset-save): Declare.
11532         (register-alist): Document framesets.
11533         (frameset-session-filter-alist): Declare.
11534         (frameset-to-register): New function.
11535         (jump-to-register): Implement jumping to framesets.  Doc fix.
11536         (describe-register-1): Describe framesets.
11538         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
11540 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
11542         * desktop.el (desktop-save-frameset): Use new frameset-save args.
11543         Use lexical-binding.
11545         * frameset.el (frameset): Use type vector, not list (incompatible
11546         change).  Do not declare a new constructor, use the default one.
11547         Upgrade suggested properties `app', `name' and `desc' to slots `app',
11548         `name' and `description', respectively, and add read-only slot
11549         `timestamp'.  Doc fixes.
11550         (frameset-copy, frameset-persistent-filter-alist)
11551         (frameset-filter-alist, frameset-switch-to-gui-p)
11552         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
11553         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
11554         (frameset-filter-iconified, frameset-keep-original-display-p):
11555         Doc fixes.
11556         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
11557         Rename from frameset-filter-(save|restore)-param.  All callers changed.
11558         Doc fix.
11559         (frameset-p): Adapt to change to vector and be more thorough.
11560         Change arg name to OBJECT.  Doc fix.
11561         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
11562         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
11563         All callers changed.
11564         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
11565         All callers changed.
11566         (frameset--record-minibuffer-relationships): Rename from
11567         frameset--process-minibuffer-frames.  All callers changed.
11568         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
11569         Use new default constructor (again).  Doc fix.
11570         (frameset--find-frame-if): Rename from `frameset--find-frame'.
11571         All callers changed.
11572         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
11573         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
11574         Doc fix.
11575         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
11576         PARAMETERS and WINDOW-STATE, respectively.
11577         (frameset-restore): Add new keyword argument PREDICATE.
11578         Reset frameset--target-display to nil.  Doc fix.
11580 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11582         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
11583         (bat-mode): Use it.
11584         (bat-mode-syntax-table): Mark \n as end-of-comment.
11585         (bat-font-lock-keywords): Remove comment rule.
11587         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
11588         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
11590         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
11591         (byte-compile-callargs-warn): Use `push'.
11592         (byte-compile-arglist-warn): Ignore higher-order "calls".
11593         (byte-compile-file-form-autoload): Use `pcase'.
11594         (byte-compile-function-form): If quoting a symbol, check that it exists.
11596 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
11598         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
11599         and add a few popular commands found in batch files.
11600         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
11601         (dos-mode): Doc fixes.
11603 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11605         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
11606         (dos-mode): Use setq-local.  Add space after "rem".
11607         (dos-mode-syntax-table): Don't use "w" for symbol chars.
11608         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
11610 2013-08-07  Arni Magnusson  <arnima@hafro.is>
11612         * progmodes/dos.el: New file.
11613         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
11614         dos-mode.
11616 2013-08-06  Glenn Morris  <rgm@gnu.org>
11618         * calendar/calendar.el: Add new faces, and day-header-array.
11619         (calendar-weekday-header, calendar-weekend-header)
11620         (calendar-month-header): New faces.
11621         (calendar-day-header-construct): New function.
11622         (calendar-day-header-width): Also :set calendar-day-header-array.
11623         (calendar-american-month-header, calendar-european-month-header)
11624         (calendar-iso-month-header): Use calendar- faces.
11625         (calendar-generate-month):
11626         Use calendar-day-header-array for day headers; apply faces to them.
11627         (calendar-mode): Check calendar-font-lock-keywords non-nil.
11628         (calendar-abbrev-construct): Add optional maxlen argument.
11629         (calendar-day-name-array): Doc fix.
11630         (calendar-day-name-array, calendar-abbrev-length)
11631         (calendar-day-abbrev-array):
11632         Also :set calendar-day-header-array, and maybe redraw.
11633         (calendar-day-header-array): New option.  (Bug#15007)
11634         (calendar-font-lock-keywords): Set to nil and make obsolete.
11635         (calendar-day-name): Add option to use header array.
11637 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11639         * net/shr.el (shr-render-td): Remove debugging.
11640         (shr-render-td): Make width computation consistent by defaulting
11641         all zero-width columns to 10 characters.  This may not be optimal,
11642         but it's at least consistent.
11643         (shr-make-table-1): Redo last change to fix the real problem in
11644         colspan handling.
11646 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
11648         * files.el (cache-long-line-scans):
11649         Make obsolete alias to `cache-long-scans'.
11651 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
11653         * frameset.el (frameset, frameset-filter-alist)
11654         (frameset-filter-params, frameset-save, frameset--reuse-frame)
11655         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
11656         (frameset-compute-pos): Rename from frameset--compute-pos,
11657         and add docstring.
11658         (frameset-move-onscreen): Use frameset-compute-pos.
11659         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11661         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
11662         Fix typos in docstrings.
11664 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
11666         * frame.el (get-other-frame): Tiny cleanup.
11668 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
11670         * vc/vc.el (vc-default-ignore-completion-table):
11671         Silence byte-compiler warning.
11673         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
11674         slot, which can indeed be nil.
11675         (frameset-live-filter-alist, frameset-persistent-filter-alist):
11676         Move entry for `left' from persistent to live filter alist.
11677         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
11678         Doc fixes.
11679         (frameset-filter-params): When restoring a frame, copy items added to
11680         `filtered', to avoid unwittingly modifying the original parameters.
11681         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
11682         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
11684         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
11685         to use looking-at-p instead of looking-at.  (Bug#15028)
11687 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11689         Revert introduction of isearch-filter-predicates (bug#14714).
11690         Rely on add-function instead.
11691         * isearch.el (isearch-filter-predicates): Rename it back to
11692         isearch-filter-predicate.
11693         (isearch-message-prefix): Use advice-function-mapc and advice
11694         properties to get the isearch-message-prefix.
11695         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
11696         instead of run-hook-with-args-until-failure.
11697         (isearch-filter-visible): Not obsolete any more.
11698         * loadup.el: Preload nadvice.
11699         * replace.el (perform-replace): Revert to funcall
11700         instead of run-hook-with-args-until-failure.
11701         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
11702         * dired-aux.el (dired-isearch-filenames-mode): Rename from
11703         dired-isearch-filenames-toggle; make it into a proper minor mode.
11704         Use add/remove-function.
11705         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
11706         Call the minor-mode rather than add/remove-hook.
11707         (dired-isearch-filter-filenames):
11708         Remove isearch-message-prefix property.
11709         * info.el (Info--search-loop): New function, extracted from Info-search.
11710         Funcall isearch-filter-predicate instead of
11711         run-hook-with-args-until-failure isearch-filter-predicates.
11712         (Info-search): Use it.
11713         (Info-mode): Use isearch-filter-predicate instead of
11714         isearch-filter-predicates.
11716 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
11718         Do not call to `selected-window' where it is assumed by default.
11719         Affected functions are `window-minibuffer-p', `window-dedicated-p',
11720         `window-hscroll', `window-width', `window-height', `window-buffer',
11721         `window-frame', `window-start', `window-point', `next-window'
11722         and `window-display-table'.
11723         * abbrev.el (abbrev--default-expand):
11724         * bs.el (bs--show-with-configuration):
11725         * buff-menu.el (Buffer-menu-mouse-select):
11726         * calc/calc.el (calc):
11727         * calendar/calendar.el (calendar-generate-window):
11728         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
11729         (diary-make-entry):
11730         * comint.el (send-invisible, comint-dynamic-complete-filename)
11731         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
11732         * completion.el (complete):
11733         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
11734         * disp-table.el (describe-current-display-table):
11735         * doc-view.el (doc-view-insert-image):
11736         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
11737         * ehelp.el (with-electric-help):
11738         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11739         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
11740         * emacs-lisp/helper.el (Helper-help-scroller):
11741         * emulation/cua-base.el (cua--post-command-handler-1):
11742         * eshell/esh-mode.el (eshell-output-filter):
11743         * ffap.el (ffap-gnus-wrapper):
11744         * help-macro.el (make-help-screen):
11745         * hilit-chg.el (highlight-compare-buffers):
11746         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
11747         * hl-line.el (global-hl-line-highlight):
11748         * icomplete.el (icomplete-simple-completing-p):
11749         * isearch.el (isearch-done):
11750         * jit-lock.el (jit-lock-stealth-fontify):
11751         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
11752         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11753         * mpc.el (mpc-tagbrowser, mpc):
11754         * net/rcirc.el (rcirc-any-buffer):
11755         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
11756         * play/landmark.el (landmark-max-width, landmark-max-height):
11757         * play/zone.el (zone):
11758         * progmodes/compile.el (compilation-goto-locus):
11759         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11760         * progmodes/etags.el (find-tag-other-window):
11761         * progmodes/fortran.el (fortran-column-ruler):
11762         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11763         * progmodes/verilog-mode.el (verilog-point-text):
11764         * reposition.el (reposition-window):
11765         * rot13.el (toggle-rot13-mode):
11766         * server.el (server-switch-buffer):
11767         * shell.el (shell-dynamic-complete-command)
11768         (shell-dynamic-complete-environment-variable):
11769         * simple.el (insert-buffer, set-selective-display)
11770         (delete-completion-window):
11771         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
11772         (speedbar-recenter):
11773         * startup.el (fancy-splash-head):
11774         * textmodes/ispell.el (ispell-command-loop):
11775         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
11776         * tutorial.el (help-with-tutorial):
11777         * vc/add-log.el (add-change-log-entry):
11778         * vc/compare-w.el (compare-windows):
11779         * vc/ediff-help.el (ediff-indent-help-message):
11780         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
11781         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
11782         (ediff-setup-control-frame):
11783         * vc/emerge.el (emerge-position-region):
11784         * vc/pcvs-util.el (cvs-bury-buffer):
11785         * window.el (walk-windows, mouse-autoselect-window-select):
11786         * winner.el (winner-set-conf, winner-undo): Related users changed.
11788 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
11790         * frameset.el (frameset--set-id): Doc fix.
11791         (frameset-frame-id, frameset-frame-id-equal-p)
11792         (frameset-locate-frame-id): New functions.
11793         (frameset--process-minibuffer-frames, frameset--reuse-frame)
11794         (frameset-restore): Use them.
11796 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
11798         Do not call to `selected-frame' where it is assumed by default.
11799         Affected functions are `raise-frame', `redraw-frame',
11800         `frame-first-window', `frame-terminal' and `delete-frame'.
11801         * calendar/appt.el (appt-disp-window):
11802         * epg.el (epg-wait-for-completion):
11803         * follow.el (follow-delete-other-windows-and-split)
11804         (follow-avoid-tail-recenter):
11805         * international/mule.el (set-terminal-coding-system):
11806         * mail/rmail.el (rmail-mail-return):
11807         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11808         * progmodes/f90.el (f90-add-imenu-menu):
11809         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
11810         * server.el (server-switch-buffer):
11811         * simple.el (delete-completion-window):
11812         * talk.el (talk):
11813         * term/xterm.el (terminal-init-xterm-modify-other-keys)
11814         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
11815         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
11816         * vc/ediff.el (ediff-documentation): Related users changed.
11817         * frame.el (selected-terminal): Remove the leftover.
11819 2013-08-05  Glenn Morris  <rgm@gnu.org>
11821         * calendar/calendar.el (calendar-generate-month):
11822         Fix for calendar-column-width != 1 + calendar-day-digit-width.
11823         (calendar-generate-month, calendar-font-lock-keywords):
11824         Fix for calendar-day-header-width > length of any day name.
11826 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
11828         * desktop.el (desktop-clear): Use new name of sort predicate.
11830         * frameset.el (frameset): Add docstring.  Move :version property to its
11831         own `version' slot.
11832         (frameset-copy): Rename from copy-frameset.
11833         (frameset-p): Check more thoroughly.
11834         (frameset-prop): Do not check for :version, which is no longer a prop.
11835         (frameset-live-filter-alist, frameset-persistent-filter-alist):
11836         Use new :never value instead of t.
11837         (frameset-filter-alist): Expand and clarify docstring.
11838         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
11839         (frameset-filter-minibuffer, frameset-filter-save-param)
11840         (frameset-filter-restore-param, frameset-filter-iconified):
11841         Add pointer to docstring of frameset-filter-alist.
11842         (frameset-filter-params): Rename filter values to be more meaningful:
11843         :never instead of t, and reverse the meanings of :save and :restore.
11844         (frameset--process-minibuffer-frames): Clarify error message.
11845         (frameset-save): Avoid unnecessary and confusing call to framep.
11846         Use new BOA constructor for framesets.
11847         (frameset--reuse-list): Doc fix.
11848         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
11849         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
11850         (frameset-minibufferless-first-p): Doc fix.
11851         Rename from frameset-sort-frames-for-deletion.
11852         (frameset-restore): Doc fixes.  Use new function names.
11853         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11855 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
11857         * desktop.el (desktop-restore-forces-onscreen)
11858         (desktop-restore-reuses-frames): Document :keyword constant values.
11859         (desktop-filter-parameters-alist): Remove, now identical to
11860         frameset-filter-alist.
11861         (desktop--filter-tty*): Remove, moved to frameset.el.
11862         (desktop-save-frameset, desktop-restore-frameset):
11863         Do not pass :filters argument.
11865         * frameset.el (frameset-live-filter-alist)
11866         (frameset-persistent-filter-alist): New variables.
11867         (frameset-filter-alist): Use them.  Add autoload cookie.
11868         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
11869         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
11870         `frameset--id' (it's supposed to be internal to frameset.el).
11871         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
11872         (frameset--initial-params): New function.
11873         (frameset--get-frame): Use it.  Doc fix.
11874         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
11875         Accept :all, not 'all.
11876         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
11877         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
11878         with fbound symbols.  Fix frame id matching, and remove matching ids if
11879         the frame being restored is deleted.  Obey :delete.
11881 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11883         * subr.el (macrop): New function.
11884         (text-clone--maintaining): New var.
11885         (text-clone--maintain): Rename from text-clone-maintain.  Use it
11886         instead of inhibit-modification-hooks.
11888         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
11889         a proxy, so as handle autoloads and redefinitions of the target.
11890         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
11892         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
11893         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
11894         (pcase--mutually-exclusive-p): New function.
11895         (pcase--split-consp): Use it.
11896         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
11897         mutually exclusive with the current predicate.
11899         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
11900         (edebug-macrop): Remove.  Use `macrop' instead.
11901         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
11902         (ad-macro-p):
11903         * eshell/esh-cmd.el (eshell-macrop):
11904         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
11906 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11908         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
11909         (advice-mapc): New function, using it.
11910         (advice-function-member-p): New function.
11911         (advice--normalize): Store the cdr in advice--saved-rewrite since
11912         that's the part that will be changed.
11913         (advice--symbol-function): New function.
11914         (advice-remove): Handle removal before the function is defined.
11915         Adjust to new advice--saved-rewrite.
11916         (advice-member-p): Use advice-function-member-p and
11917         advice--symbol-function.
11919 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
11921         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
11922         (frameset-filter-minibuffer): Doc fix.
11923         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
11924         (frameset--set-id, frameset--process-minibuffer-frames)
11925         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
11926         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
11928         * desktop.el (desktop-clear): Only delete frames when called
11929         interactively and desktop-restore-frames is non-nil.  Doc fix.
11930         (desktop-read): Set desktop-saved-frameset to nil.
11932 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
11934         * vc/vc.el (vc-ignore): Rewrite.
11935         (vc-default-ignore-completion-table, vc--read-lines)
11936         (vc--add-line, vc--remove-regexp): New functions.
11938         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
11939         (vc-svn-ignore-completion-table): New function.
11941         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
11942         (vc-hg-ignore-completion-table)
11943         (vc-hg-find-ignore-file): New functions.
11945         * vc/vc-git.el (vc-git-ignore): Rewrite.
11946         (vc-git-ignore-completion-table)
11947         (vc-git-find-ignore-file): New functions.
11949         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
11951         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
11952         (vc-bzr-ignore-completion-table)
11953         (vc-bzr-find-ignore-file): New functions.
11955 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
11957         * frameset.el (frameset-prop): New function and setter.
11958         (frameset-save): Do not modify frame list passed by the caller.
11960 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11962         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
11964 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11966         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
11967         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
11969         * custom.el (custom-initialize-default, custom-initialize-set)
11970         (custom-initialize-reset, custom-initialize-changed): Affect the
11971         toplevel-default-value (bug#6275, bug#14586).
11972         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
11973         for bug#6275.
11975 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
11977         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11978         Add cl-def* expressions.
11980         * frameset.el (frameset-filter-params): Fix order of arguments.
11982 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
11984         Move code related to saving frames to frameset.el.
11985         * desktop.el: Require frameset.
11986         (desktop-restore-frames): Doc fix.
11987         (desktop-restore-reuses-frames): Rename from
11988         desktop-restoring-reuses-frames.
11989         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
11990         (desktop-clear): Clear frames too.
11991         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
11992         (desktop--filter-tty*, desktop-save, desktop-read):
11993         Use frameset functions.
11994         (desktop-before-saving-frames-functions, desktop--filter-*-color)
11995         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11996         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
11997         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
11998         (desktop--process-minibuffer-frames, desktop-save-frames)
11999         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
12000         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
12001         (desktop--sort-states, desktop-restoring-frames-p)
12002         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
12003         (desktop-restoring-frameset-p, desktop-restore-frameset)
12004         (desktop--check-dont-save, desktop-save-frameset): New functions.
12005         (desktop--app-id): New constant.
12006         (desktop-first-buffer, desktop-buffer-ok-count)
12007         (desktop-buffer-fail-count): Move before first use.
12008         * frameset.el: New file.
12010 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12012         * files.el: Use lexical-binding.
12013         (dir-locals-read-from-file): Remove unused `err' variable.
12014         (hack-dir-local-variables--warned-coding): New var.
12015         (hack-dir-local-variables): Use it to avoid repeated warnings.
12016         (make-backup-file-name--default-function): New function.
12017         (make-backup-file-name-function): Use it as default.
12018         (buffer-stale--default-function): New function.
12019         (buffer-stale-function): Use it as default.
12020         (revert-buffer-insert-file-contents--default-function): New function.
12021         (revert-buffer-insert-file-contents-function): Use it as default.
12022         (insert-directory): Avoid add-to-list.
12024         * autorevert.el (auto-revert-handler): Simplify.
12025         Use buffer-stale--default-function.
12027 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
12029         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
12031         * whitespace.el (whitespace-ensure-local-variables): New function.
12032         (whitespace-cleanup-region): Call it.
12033         (whitespace-turn-on): Call it.
12035 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
12037         Complete file name handlers.
12039         * net/tramp.el (tramp-handle-set-visited-file-modtime)
12040         (tramp-handle-verify-visited-file-modtime)
12041         (tramp-handle-file-notify-rm-watch): New functions.
12042         (tramp-call-process): Do not bind `default-directory'.
12044         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12045         Order alphabetically.
12046         <access-file, add-name-to-file, dired-call-process>:
12047         <dired-compress-file, file-acl, file-notify-rm-watch>:
12048         <file-ownership-preserved-p, file-selinux-context>:
12049         <make-directory-internal, make-symbolic-link, set-file-acl>:
12050         <set-file-selinux-context, set-visited-file-modtime>:
12051         <verify-visited-file-modtime>: Add handler.
12052         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
12054         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12055         <file-notify-add-watch, file-notify-rm-watch>:
12056         <set-file-times, set-visited-file-modtime>:
12057         <verify-visited-file-modtime>: Add handler.
12058         (with-tramp-gvfs-error-message)
12059         (tramp-gvfs-handle-set-visited-file-modtime)
12060         (tramp-gvfs-fuse-file-name): Remove.
12061         (tramp-gvfs-handle-file-notify-add-watch)
12062         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
12063         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
12065         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12066         Order alphabetically.
12067         <file-notify-rm-watch>: Use default Tramp handler.
12068         <executable-find>: Remove private handler.
12069         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
12070         `default-directory'.
12071         (tramp-sh-handle-executable-find)
12072         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
12073         (tramp-sh-file-gvfs-monitor-dir-process-filter)
12074         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
12075         Do not use `format' in `tramp-message'.
12077         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
12078         <file-notify-rm-watch, set-visited-file-modtime>:
12079         <verify-visited-file-modtime>: Add handler.
12080         (tramp-smb-call-winexe): Do not bind `default-directory'.
12082 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
12084         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
12086 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
12088         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
12089         use it.
12090         (log-view-diff-changeset): Same.
12091         (log-view-diff-common): Call backend command `previous-revision'
12092         to find out the previous revision, in both cases.  Swap the
12093         variables `to' and `fr', so that `fr' usually refers to the
12094         earlier revision (Bug#14989).
12096 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
12098         * ibuf-ext.el (ibuffer-filter-by-filename):
12099         Make it work with dired buffers too.
12101 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
12103         * emacs-lisp/re-builder.el (reb-color-display-p):
12104         * files.el (save-buffers-kill-terminal):
12105         * net/browse-url.el (browse-url):
12106         * server.el (server-save-buffers-kill-terminal):
12107         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
12108         Prefer nil to selected-frame for the first arg of frame-parameter.
12110 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
12112         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
12114 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
12116         * minibuffer.el (completion--twq-all): Try and preserve each
12117         completion's case choice (bug#14907).
12119 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12121         * net/network-stream.el (open-network-stream): Mention the new
12122         :nogreeting parameter.
12123         (network-stream-open-starttls): Use the :nogreeting parameter
12124         (bug#14938).
12126         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
12128         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
12129         more natural than popping.
12131         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
12132         (shr-urlify): Highlight under mouse.
12134 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
12136         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
12138         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
12140         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
12141         buffer for output.
12143         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
12144         point-min==1.  Fix search string.  Fix parentheses missing.
12146         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
12147         assume point-min==1.  Fix search string.  Fix parentheses missing.
12149         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
12151         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
12152         buffer for output.
12154 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
12156         * frame.el (frame-notice-user-settings): Avoid inflooping when the
12157         initial frame is minibuffer-less.  (Bug#14841)
12159 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
12161         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
12162         option.
12164         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12165         (tramp-maybe-open-connection): Use it.
12167 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12169         * desktop.el (desktop--make-frame): Include `minibuffer' in the
12170         minimal set of parameters passed when creating a frame, because
12171         the minibuffer status of a frame cannot be changed later.
12173 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
12175         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
12176         replace-regexp-in-string and inadvertent omissions in previous change.
12177         (todo-filter-items): Ensure only file names are comma-separated in
12178         name of filtered items buffer.
12180 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12182         * desktop.el: Optionally force offscreen frames back onscreen.
12183         (desktop-restoring-reuses-frames): New option.
12184         (desktop--compute-pos, desktop--move-onscreen): New functions.
12185         (desktop--make-frame): Use desktop--move-onscreen.
12187 2013-07-27  Alan Mackenzie  <acm@muc.de>
12189         Fontify a Java generic method as a function.
12190         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
12191         value to t.
12193 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
12195         * calendar/todo-mode.el: Add command to rename todo files.
12196         (todo-rename-file): New command.
12197         (todo-key-bindings-t): Add key binding for it.  Change the
12198         bindings of todo-filter-regexp-items(-multifile) to use `x'
12199         instead of `r', since the latter is better suited to the new
12200         renaming command.
12202 2013-07-27  Alan Mackenzie  <acm@muc.de>
12204         Make Java try-with-resources statement parse properly.
12205         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
12206         (c-block-stmt-1-2-key): New language constants/variables.
12207         * progmodes/cc-engine.el (c-beginning-of-statement-1)
12208         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
12209         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
12210         with c-block-stmt-1-2-key.
12212 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
12214         * desktop.el (desktop--make-frame): Apply most frame parameters after
12215         creating the frame to force (partially or totally) offscreen frames to
12216         be restored as such.
12218 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
12220         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
12221         (Bug#14948)
12223 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12225         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
12226         `base' arg of backtrace-frame.
12228 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
12230         * simple.el (list-processes): Doc fix.
12232 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
12234         * desktop.el (desktop--select-frame):
12235         Try harder to reuse existing frames.
12237 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12239         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
12240         (edebug-eval): Use backtrace-eval.
12241         (edebug--display, edebug--recursive-edit): Don't let-bind the
12242         edebug-outer-* vars that keep track of variables we locally let-bind.
12243         (edebug-outside-excursion): Don't restore outside values of locally
12244         let-bound vars.
12245         (edebug--display): Use user-error.
12246         (cl-lexical-debug, cl-debug-env): Remove.
12248 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
12250         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
12251         are restored to be sure that they are visible before deleting any
12252         remaining ones.
12254 2013-07-26  Matthias Meulien  <orontee@gmail.com>
12256         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
12257         vc-print-root-log.  (Bug#14948)
12259 2013-07-26  Richard Stallman  <rms@gnu.org>
12261         Add aliases for encrypting mail.
12262         * epa.el (epa-mail-aliases): New option.
12263         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
12264         Bind inhibit-read-only so read-only text doesn't ruin everything.
12265         (epa-mail-default-recipients): New subroutine broken out.
12266         Handle epa-mail-aliases.
12268 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12270         Add support for lexical variables to the debugger's `e' command.
12271         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
12272         vars, except for debugger-outer-match-data.
12273         (debugger-frame-number): Move check for "on a function call" from
12274         callers into it.  Add `skip-base' argument.
12275         (debugger-frame, debugger-frame-clear): Simplify accordingly.
12276         (debugger-env-macro): Only reset the state stored in non-variables,
12277         i.e. current-buffer and match-data.
12278         (debugger-eval-expression): Rewrite using backtrace-eval.
12279         * subr.el (internal--called-interactively-p--get-frame): Remove.
12280         (called-interactively-p):
12281         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
12282         `base' arg of backtrace-frame instead.
12284 2013-07-26  Glenn Morris  <rgm@gnu.org>
12286         * align.el (align-regexp): Doc fix.  (Bug#14857)
12287         (align-region): Explicit error if subexpression missing/does not match.
12289         * simple.el (global-visual-line-mode):
12290         Do not duplicate the mode lighter.  (Bug#14858)
12292 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
12294         * window.el (display-buffer): In display-buffer bind
12295         split-window-keep-point to t, bug#14829.
12297 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
12299         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
12300         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
12301         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
12302         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12303         Change accordingly.
12304         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12305         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
12307 2013-07-25  Glenn Morris  <rgm@gnu.org>
12309         * dired-x.el (dired-mark-extension): Convert comment to doc string.
12311 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
12313         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
12314         parameter to modify-frame-parameters if the value has not changed;
12315         this is a workaround for bug#14949.
12316         (desktop--make-frame): On cl-delete-if call, check parameter name,
12317         not full parameter.
12319 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
12321         * vc/vc.el (vc-ignore): New function.
12323         * vc/vc-svn.el (vc-svn-ignore): New function.
12325         * vc/vc-hg.el (vc-hg-ignore): New function.
12327         * vc/vc-git.el (vc-git-ignore): New function.
12329         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
12330         (vc-dir-ignore): New function.
12332         * vc/vc-cvs.el (vc-cvs-ignore): New function.
12333         (cvs-append-to-ignore): Move here from pcvs.el.
12335         * vc/vc-bzr.el (vc-bzr-ignore): New function.
12337         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
12339 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
12341         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
12342         (desktop-restore-frames): Warn when deleting an existing frame failed.
12344 2013-07-24  Glenn Morris  <rgm@gnu.org>
12346         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
12348 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
12350         * filenotify.el (file-notify-supported-p):
12351         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12352         Remove functions.
12354         * autorevert.el (auto-revert-use-notify)
12355         (auto-revert-notify-add-watch):
12356         * net/tramp.el (tramp-file-name-for-operation):
12357         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12358         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12359         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12360         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12361         Remove `file-notify-supported-p' entry.
12363 2013-07-24  Glenn Morris  <rgm@gnu.org>
12365         * printing.el: Replace all uses of deleted ps-windows-system,
12366         ps-lp-system, ps-flatten-list with lpr- versions.
12368 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12370         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
12371         checked with memq (bug#14935).
12373         * files.el (revert-buffer-function): Use a non-nil default.
12374         (revert-buffer-preserve-modes): Declare var to
12375         provide access to the `preserve-modes' argument.
12376         (revert-buffer): Let-bind it.
12377         (revert-buffer--default): New function, extracted from revert-buffer.
12379 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12381         * lpr.el: Signal print errors more prominently.
12382         (print-region-function): Don't default to nil.
12383         (lpr-print-region): New function, extracted from print-region-1.
12384         Check lpr's return value and signal an error in case of problem.
12385         (print-region-1): Use it.
12386         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
12387         versions instead.
12388         (ps-printer-name): Default to nil.
12389         (ps-printer-name-option): Default to lpr-printer-switch.
12390         (ps-print-region-function): Don't default to nil.
12391         (ps-postscript-code-directory): Simplify default.
12392         (ps-do-despool): Use lpr-print-region to properly check the outcome.
12393         (ps-string-list, ps-eval-switch, ps-flatten-list)
12394         (ps-flatten-list-1): Remove.
12395         (ps-multibyte-buffer): Avoid setq.
12396         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
12397         (print-region-function, ps-print-region-function): Don't set them here.
12399 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
12401         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
12402         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
12403         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
12404         (ido-decorations): Doc fix.
12406         * ansi-color.el: Fix old URL.
12408 2013-07-23  Michael R. Mauger  <michael@mauger.com>
12410         * progmodes/sql.el: Version 3.3
12411         (sql-product-alist): Improve oracle :prompt-cont-regexp.
12412         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
12413         (sql-interactive-remove-continuation-prompt): Rewrite, use
12414         functions above.  Fix continuation prompt and complete output line
12415         handling.
12416         (sql-redirect-one, sql-execute): Use `read-only-mode' on
12417         redirected output buffer.
12418         (sql-mode): Restore deleted code (Bug#13591).
12420 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
12422         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
12424 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
12426         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
12428         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12429         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12430         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
12432 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
12434         * desktop.el (desktop-clear): Simplify; remove useless checks
12435         against invalid buffer names.
12436         (desktop-list*): Use cl-list*.
12437         (desktop-buffer-info, desktop-create-buffer): Simplify.
12439 2013-07-23  Leo Liu  <sdl.web@gmail.com>
12441         * bookmark.el (bookmark-make-record): Restore NAME as a default
12442         value.  (Bug#14933)
12444 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12446         * emacs-lisp/autoload.el (autoload--setup-output): New function,
12447         extracted from autoload--insert-text.
12448         (autoload--insert-text): Remove.
12449         (autoload--print-cookie-text): New function, extracted from
12450         autoload--insert-cookie-text.
12451         (autoload--insert-cookie-text): Remove.
12452         (autoload-generate-file-autoloads): Adjust calls accordingly.
12454         * winner.el (winner-hook-installed-p): Remove.
12455         (winner-mode): Simplify accordingly.
12457         * subr.el (add-to-list): Fix compiler-macro when `append' is
12458         not constant.  Don't use `cl-member' for the base case.
12460         * progmodes/subword.el: Fix boundary case (bug#13758).
12461         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
12462         own group.
12463         (subword-backward-regexp): Make it a constant.
12464         (subword-forward-internal): Don't treat a trailing capital as the
12465         beginning of a word.
12467 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
12469         * emacs-lisp/package.el (package-menu-mode): Don't modify the
12470         global value of tabulated-list-revert-hook (bug#14930).
12472 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
12474         * desktop.el: Require 'cl-lib.
12475         (desktop-before-saving-frames-functions): New hook.
12476         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
12477         for frames being saved.  Rename from desktop--save-minibuffer-frames.
12478         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
12479         Do not save frames with non-nil `desktop-dont-save' parameter.
12480         Filter out deleted frames.
12481         (desktop--find-frame): Use cl-find-if.
12482         (desktop--select-frame): Use cl-(first|second|third) to access values
12483         of desktop-mini.
12484         (desktop--make-frame): Use cl-delete-if.
12485         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
12486         (desktop-restore-frames): Use cl-(first|second|third) to access values
12487         of desktop-mini.  Look for visible frame at the end, not while
12488         restoring frames.
12490         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
12491         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
12492         Use string-match-p, looking-at-p (bug#14927).
12494 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
12496         * desktop.el (desktop-saved-frame-states):
12497         Rename from desktop--saved-states; all users changed.
12498         (desktop-save-frames): Rename from desktop--save-frames.
12499         Do not save state to desktop file.
12500         (desktop-save): Save desktop-saved-frame-states to desktop file
12501         and reset to nil.
12502         (desktop-restoring-frames-p): New function.
12503         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
12504         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
12505         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
12507         * desktop.el: Correctly restore iconified frames.
12508         (desktop--filter-iconified-position): New function.
12509         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
12511 2013-07-20  Glenn Morris  <rgm@gnu.org>
12513         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
12514         Let `message' do the formatting.
12515         (def-gdb-preempt-display-buffer): Add explicit format.
12517         * image-dired.el (image-dired-track-original-file):
12518         Use with-current-buffer.
12519         (image-dired-track-thumbnail): Use with-current-buffer.
12520         Avoid changing point of wrong window.
12522         * image-dired.el (image-dired-track-original-file):
12523         Avoid changing point of wrong window.  (Bug#14909)
12525 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
12527         * progmodes/gdb-mi.el (gdb-done-or-error):
12528         Guard against "%" in gdb output.  (Bug#14127)
12530 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
12532         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
12533         (Bug#14826)
12535         * international/mule.el (coding-system-iso-2022-flags): Fix last
12536         change.
12538 2013-07-20  Kenichi Handa  <handa@gnu.org>
12540         * international/mule.el (coding-system-iso-2022-flags):
12541         Add `8-bit-level-4'.  (Bug#8522)
12543 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12545         * net/shr.el (shr-mouse-browse-url): New command and keystroke
12546         (bug#14815).
12548         * net/eww.el (eww-process-text-input): Allow inputting when the
12549         point is at the start of the line, as the properties aren't
12550         front-sticky.
12552         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
12553         degenerate widths.
12555 2013-07-19  Richard Stallman  <rms@gnu.org>
12557         * epa.el (epa-popup-info-window): Doc fix.
12559         * subr.el (split-string): New arg TRIM.
12561 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
12563         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
12564         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
12566 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
12568         * filenotify.el (file-notify--library): Rename from
12569         `file-notify-support'.  Do not autoload.  Adapt all uses.
12570         (file-notify-supported-p): New defun.
12572         * autorevert.el (auto-revert-use-notify):
12573         Use `file-notify-supported-p' instead of `file-notify-support'.
12574         Adapt docstring.
12575         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
12577         * net/tramp.el (tramp-file-name-for-operation):
12578         Add `file-notify-supported-p'.
12580         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12581         New defun.
12582         (tramp-sh-file-name-handler-alist): Add it as handler for
12583         `file-notify-supported-p '.
12585         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12586         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12587         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12588         Add `ignore' as handler for `file-notify-*' functions.
12590 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
12592         * simple.el (line-move-partial, line-move): Don't start vscroll or
12593         scroll-up if the current line is not taller than the window.
12594         (Bug#14881)
12596 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
12598         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
12599         highlight question marks in the method names as strings.
12600         (ruby-block-beg-keywords): Inline.
12601         (ruby-font-lock-keyword-beg-re): Extract from
12602         `ruby-font-lock-keywords'.
12604 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
12606         * frame.el (blink-cursor-blinks): New defcustom.
12607         (blink-cursor-blinks-done): New defvar.
12608         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
12609         (blink-cursor-timer-function): Check if number of blinks has been
12610         done on X and NS.
12611         (blink-cursor-suspend, blink-cursor-check): New defuns.
12613 2013-07-15  Glenn Morris  <rgm@gnu.org>
12615         * edmacro.el (edmacro-format-keys): Fix previous change.
12617 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12619         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
12620         The hack didn't work outside English locales anyway.
12622 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
12624         * simple.el (define-alternatives): Rename from alternatives-define,
12625         per RMS' suggestion.
12627 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
12629         * desktop.el (desktop-restore-frames): Change default to t.
12630         (desktop-restore-in-current-display): Now offer more options.
12631         (desktop-restoring-reuses-frames): New customization option.
12632         (desktop--saved-states): Doc fix.
12633         (desktop-filter-parameters-alist): New variable, renamed and expanded
12634         from desktop--excluded-frame-parameters.
12635         (desktop--target-display): New variable.
12636         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
12637         (desktop--filter-tty*, desktop--filter-*-color)
12638         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12639         (desktop--filter-save-desktop-parm)
12640         (desktop-restore-in-original-display-p): New functions.
12641         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
12642         (desktop--save-minibuffer-frames): New function, inspired by a similar
12643         function from Martin Rudalics.
12644         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
12645         (desktop--restore-in-this-display-p): Remove.
12646         (desktop--find-frame): Rename from desktop--find-frame-in-display
12647         and add predicate argument.
12648         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
12649         (desktop--reuse-list): New variable.
12650         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
12651         New functions.
12652         (desktop--restore-frames): Add support for "minibuffer-special" frames.
12654 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
12656         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
12658 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
12660         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12661         Highlight conversion methods on Kernel.
12663 2013-07-13  Alan Mackenzie  <acm@muc.de>
12665         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
12666         and comment it out.  This out-commenting enables certain C++
12667         declarations to be parsed correctly.
12669 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
12671         * international/mule.el (define-coding-system): Doc fix.
12673         * simple.el (default-font-height): Don't call font-info if the
12674         frame's default font didn't change since the frame was created.
12675         (Bug#14838)
12677 2013-07-13  Leo Liu  <sdl.web@gmail.com>
12679         * ido.el (ido-read-file-name): Guard against non-symbol value.
12681 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12683         * progmodes/python.el (python-imenu--build-tree): Fix corner case
12684         in nested defuns.
12686 2013-07-13  Leo Liu  <sdl.web@gmail.com>
12688         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
12689         ido-set-matches call.  (Bug#6852)
12691 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
12693         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
12694         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
12695         Ruby 2.0.
12696         (ruby-font-lock-keywords): Distinguish calls to functions with
12697         module-like names from module references.  Highlight character
12698         literals.
12700 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
12702         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
12703         (gdb-send): Handle continued commands.  (Bug#14847)
12705 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
12707         * desktop.el (desktop--v2s): Remove unused local variable.
12708         (desktop-save-buffer): Make defvar-local; adjust docstring.
12709         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
12710         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
12712 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
12714         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
12716 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
12718         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
12719         (Bug#14842)
12721 2013-07-12  Glenn Morris  <rgm@gnu.org>
12723         * doc-view.el: Require cl-lib at runtime too.
12724         (doc-view-remove-if): Remove.
12725         (doc-view-search-next-match, doc-view-search-previous-match):
12726         Use cl-remove-if.
12728         * edmacro.el: Require cl-lib at runtime too.
12729         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
12730         (edmacro-mismatch, edmacro-subseq): Remove.
12732         * shadowfile.el: Require cl-lib.
12733         (shadow-remove-if): Remove.
12734         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
12735         Use cl-remove-if.
12737         * wid-edit.el: Require cl-lib.
12738         (widget-choose): Use cl-remove-if.
12739         (widget-remove-if): Remove.
12741         * progmodes/ebrowse.el: Require cl-lib at runtime too.
12742         (ebrowse-delete-if-not): Remove.
12743         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
12744         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
12745         Use cl-delete-if-not.
12747 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
12749         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
12750         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
12752 2013-07-12  Leo Liu  <sdl.web@gmail.com>
12754         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
12756 2013-07-11  Glenn Morris  <rgm@gnu.org>
12758         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
12759         (edebug-gensym-index, edebug-gensym):
12760         Remove reimplementation of cl-gensym.
12761         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
12763         * thumbs.el: Require cl-lib at run-time too.
12764         (thumbs-gensym-counter, thumbs-gensym):
12765         Remove reimplementation of cl-gensym.
12766         (thumbs-temp-file): Use cl-gensym.
12768         * emacs-lisp/ert.el: Require cl-lib at runtime too.
12769         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
12770         (ert--intersection, ert--set-difference, ert--set-difference-eq)
12771         (ert--union, ert--gensym-counter, ert--gensym-counter)
12772         (ert--coerce-to-vector, ert--remove*, ert--string-position)
12773         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
12774         (ert-make-test-unbound, ert--expand-should-1)
12775         (ert--expand-should, ert--should-error-handle-error)
12776         (should-error, ert--explain-equal-rec)
12777         (ert--plist-difference-explanation, ert-select-tests)
12778         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
12779         Use cl-lib functions rather than reimplementations.
12781 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
12783         * net/tramp.el (tramp-methods): Extend docstring.
12784         (tramp-connection-timeout): New defcustom.
12785         (tramp-error-with-buffer): Reset timestamp only when appropriate.
12786         (with-tramp-progress-reporter): Simplify.
12787         (tramp-process-actions): Improve messages.
12789         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
12790         * net/tramp-sh.el (tramp-maybe-open-connection):
12791         Use `tramp-connection-timeout'.
12792         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
12793         (Bug#14808)
12795 2013-07-11  Leo Liu  <sdl.web@gmail.com>
12797         * ido.el (ido-read-file-name): Conform to the requirements of
12798         read-file-name.  (Bug#11861)
12799         (ido-read-directory-name): Conform to the requirements of
12800         read-directory-name.
12802 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
12804         * subr.el (delay-warning): New function.
12806 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
12808         * simple.el (default-line-height): New function.
12809         (line-move-partial, line-move): Use it instead of computing the
12810         line height inline.
12811         (line-move-partial): Always compute ROWH.  If the last line is
12812         partially-visible, but its text is completely visible, allow
12813         cursor to enter such a partially-visible line.
12815 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
12817         Improve error messages.  (Bug#14808)
12819         * net/tramp.el (tramp-current-connection): New defvar, moved from
12820         tramp-sh.el.
12821         (tramp-message-show-progress-reporter-message): Remove, not
12822         needed anymore.
12823         (tramp-error-with-buffer): Show message in minibuffer.
12824         Discard input before waiting.  Reset connection timestamp.
12825         (with-tramp-progress-reporter): Improve messages.
12826         (tramp-process-actions): Use progress reporter.  Delete process in
12827         case of error.  Improve messages.
12829         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
12830         Call `tramp-error-with-buffer' with vector and buffer.
12831         (tramp-current-connection): Remove.
12832         (tramp-maybe-open-connection): The car of
12833         `tramp-current-connection' are the first 3 slots of the vector.
12835 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
12837         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
12838         inside continued strings.
12840 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12842         Timestamp fixes for undo (Bug#14824).
12843         * files.el (clear-visited-file-modtime): Move here from fileio.c.
12845 2013-07-10  Leo Liu  <sdl.web@gmail.com>
12847         * files.el (require-final-newline): Allow safe local value.
12848         (Bug#14834)
12850 2013-07-09  Leo Liu  <sdl.web@gmail.com>
12852         * ido.el (ido-read-directory-name): Handle fallback.
12853         (ido-read-file-name): Update DIR to ido-current-directory.
12854         (Bug#1516)
12855         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
12857 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
12859         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
12860         "autoload".  Remove "warn lower camel case" section, previously
12861         commented out.  Highlight negation char.  Do not highlight the
12862         target in singleton method definitions.
12864 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12866         * faces.el (tty-setup-hook): Declare the hook.
12868         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
12869         and detect when a guard/pred depends on local vars (bug#14773).
12870         (pcase--u1): Adjust caller.
12872 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
12874         * simple.el (line-move-partial, line-move): Account for
12875         line-spacing.
12876         (line-move-partial): Avoid setting vscroll when the last
12877         partially-visible line in window is of default height.
12879 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12881         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
12882         been used a while.
12884 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
12886         * subr.el (read-quoted-char): Remove unused local variable `char'.
12888 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
12890         * vc/ediff.el (ediff-version): Version update.
12891         (ediff-files-command, ediff3-files-command, ediff-merge-command)
12892         (ediff-merge-with-ancestor-command, ediff-directories-command)
12893         (ediff-directories3-command, ediff-merge-directories-command)
12894         (ediff-merge-directories-with-ancestor-command): New functions.
12895         All are command-line interfaces to ediff: to facilitate calling
12896         Emacs with the appropriate ediff functions invoked.
12898         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
12899         New function.
12900         (viper-save-kill-buffer): Check if buffer is modified.
12902         * emulation/viper.el (viper-version): Version update.
12903         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
12905 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12907         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
12908         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
12909         (viper-intercept-ESC-key): Simplify.
12910         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
12911         don't use kbd.
12912         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
12913         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
12914         (viper-setup-ESC-to-escape): New functions.
12915         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
12916         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
12918 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
12920         * simple.el (default-font-height, window-screen-lines):
12921         New functions.
12922         (line-move, line-move-partial): Use them instead of
12923         frame-char-height and window-text-height.  This makes scrolling
12924         text smoother when the buffer's default face uses a font that is
12925         different from the frame's default font.
12927 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
12929         * files.el (write-file): Do not display confirm dialog for NS,
12930         it does its own dialog, which can't be canceled (Bug#14578).
12932 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
12934         * simple.el (line-move-partial): Adjust the row returned by
12935         posn-at-point for the current window-vscroll.  (Bug#14567)
12937 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
12939         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
12940         (tramp-sh-file-inotifywait-process-filter): Handle file names with
12941         spaces.
12943 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
12945         * window.el (window-state-put-stale-windows): New variable.
12946         (window--state-put-2): Save list of windows without matching buffer.
12947         (window-state-put): Remove "bufferless" windows if possible.
12949 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
12951         * simple.el (alternatives-define): Remove leftover :group keyword.
12952         Tweak docstring.
12954 2013-07-06  Leo Liu  <sdl.web@gmail.com>
12956         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
12957         (ido-enable-virtual-buffers): New variable.
12958         (ido-buffer-internal, ido-toggle-virtual-buffers)
12959         (ido-make-buffer-list): Use it.
12960         (ido-exhibit): Support turning on and off virtual buffers
12961         automatically.
12963 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
12965         * simple.el (alternatives-define): New macro.
12967 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12969         * subr.el (read-quoted-char): Use read-key.
12970         (sit-for): Let read-event decode tty input (bug#14782).
12972 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
12974         * calendar/todo-mode.el: Add handling of file deletion, both by
12975         mode command and externally.  Fix various related bugs.
12976         Clarify Commentary and improve some documentation strings and code.
12977         (todo-delete-file): New command.
12978         (todo-check-file): New function.
12979         (todo-show): Handle external deletion of the file we're trying to
12980         show (bug#14688).  Replace called-interactively-p by an optional
12981         prefix argument to avoid problematic interaction with catch form
12982         when byte compiled (bug#14702).
12983         (todo-quit): Handle external deletion of the archive's todo file.
12984         Make sure the buffer that was visiting the archive file is still
12985         live before trying to bury it.
12986         (todo-category-completions): Handle external deletion of any
12987         category completion files.
12988         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
12989         of todo files, in case of external deletion.
12990         (todo-add-file): Replace unnecessary setq by let-binding.
12991         (todo-find-archive): Check whether there are any archives.
12992         Replace unnecessary setq by let-binding.
12993         (todo-archive-done-item): Use find-file-noselect to get the
12994         archive buffer whether or not the archive already exists.
12995         Remove superfluous code.  Use file size instead of buffer-file-name to
12996         check if the archive is new; if it is, update list of archives.
12997         (todo-default-todo-file): Allow nil to be a valid value for when
12998         there are no todo files.
12999         (todo-reevaluate-default-file-defcustom): Use corrected definition
13000         of todo-default-todo-file.
13001         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
13002         (todo-delete-category, todo-show-categories-table)
13003         (todo-category-number): Clarify comment.
13004         (todo-filter-items): Clarify documentation string.
13005         (todo-show-current-file, todo-display-as-todo-file)
13006         (todo-reset-and-enable-done-separator): Tweak documentation string.
13007         (todo-done-separator): Make separator length window-width, since
13008         bug#2749 is now fixed.
13010 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
13012         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
13013         Support both "gvfs-monitor-dir" and "inotifywait".
13014         (tramp-sh-file-inotifywait-process-filter): Rename from
13015         `tramp-sh-file-notify-process-filter'.
13016         (tramp-sh-file-gvfs-monitor-dir-process-filter)
13017         (tramp-get-remote-gvfs-monitor-dir): New defuns.
13019 2013-07-05  Leo Liu  <sdl.web@gmail.com>
13021         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
13023 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13025         * frame.el (display-pixel-height, display-pixel-width)
13026         (display-mm-height, display-mm-width): Mention behavior on
13027         multi-monitor setups in docstrings.
13028         (w32-display-monitor-attributes-list): Declare function.
13029         (display-monitor-attributes-list): Use it.
13031 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
13033         * filenotify.el: New package.
13035         * autorevert.el (top): Require filenotify.el.
13036         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
13037         instead.
13038         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13039         (auto-revert-notify-handler): Use `file-notify-*' functions.
13041         * subr.el (file-notify-handle-event): Move function to filenotify.el.
13043         * net/tramp.el (tramp-file-name-for-operation):
13044         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
13046         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
13047         for `file-notify-add-watch' and `file-notify-rm-watch'.
13048         (tramp-process-sentinel): Improve trace.
13049         (tramp-sh-handle-file-notify-add-watch)
13050         (tramp-sh-file-notify-process-filter)
13051         (tramp-sh-handle-file-notify-rm-watch)
13052         (tramp-get-remote-inotifywait): New defuns.
13054 2013-07-03  Juri Linkov  <juri@jurta.org>
13056         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
13057         call of `occur-read-primary-args' to interactive spec.
13059         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
13060         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
13062 2013-07-03  Matthias Meulien  <orontee@gmail.com>
13064         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
13065         `Buffer-menu-multi-occur'.  Add it to the menu.
13066         (Buffer-menu-mode): Document it in docstring.
13067         (Buffer-menu-multi-occur): New command.  (Bug#14673)
13069 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13071         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
13072         keywords and built-ins.
13074 2013-07-03  Glenn Morris  <rgm@gnu.org>
13076         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
13078         Make info-xref checks case-sensitive by default
13079         * info.el (Info-find-node, Info-find-in-tag-table)
13080         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
13081         Add option for exact case matching of nodes.
13082         * info-xref.el (info-xref): New custom group.
13083         (info-xref-case-fold): New option.
13084         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
13086 2013-07-03  Leo Liu  <sdl.web@gmail.com>
13088         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
13090 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13092         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
13093         middle of block statement initially, lower the depth.  Remove
13094         FIXME comment, not longer valid.  Remove middle of block statement
13095         detection, no need to do that anymore since we've been using
13096         `ruby-parse-region' here.
13098 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
13100         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
13102 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13104         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
13106 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
13108         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
13109         (desktop-restore-in-current-display): New customization option.
13110         (desktop--excluded-frame-parameters): Add `font'.
13111         (desktop--save-frames): Rename from desktop--save-windows.
13112         (desktop--restore-in-this-display-p): New function.
13113         (desktop--make-full-frame): Remove unwanted width/height from
13114         full(width|height) frames.
13115         (desktop--restore-frames): Rename from desktop--restore-windows.
13116         Obey desktop-restore-current-display.  Do not delete old frames or
13117         select a new frame unless we were able to restore at least one frame.
13119 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
13121         * files.el (find-file-noselect): Simplify conditional expression.
13123         * textmodes/remember.el (remember-append-to-file):
13124         Don't mix `find-buffer-visiting' and `get-file-buffer'.
13126         Add `remember-notes' function to store random notes across Emacs
13127         restarts.
13128         * textmodes/remember.el (remember-data-file): Add :set callback to
13129         affect notes buffer (if any).
13130         (remember-notes): New command.
13131         (remember-notes-buffer-name, bury-remember-notes-on-kill):
13132         New defcustoms for the `remember-notes' function.
13133         (remember-notes-save-and-bury-buffer): New command.
13134         (remember-notes-mode-map): New variable.
13135         (remember-mode): New minor mode.
13136         (remember-notes--kill-buffer-query): New function.
13137         * startup.el (initial-buffer-choice): Add notes to custom type.
13139 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
13141         * bindings.el (right-char, left-char): Don't call sit-for, this is
13142         no longer needed.  Use arithmetic comparison only for numerical
13143         arguments.
13145         * international/mule-cmds.el (select-safe-coding-system):
13146         Handle the case of FROM being a string correctly.  (Bug#14755)
13148 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13150         * net/shr.el (shr-make-table-1): Add a sanity check that allows
13151         progression on degenerate tables.
13152         (shr-rescale-image): ImageMagick animated images currently don't work.
13154 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
13156         Some fixes and improvements for desktop frame restoration.
13157         It is still experimental and disabled by default.
13158         * desktop.el (desktop--save-windows): Put the selected frame at
13159         the head of the list.
13160         (desktop--make-full-frame): New function.
13161         (desktop--restore-windows): Try to re-select the frame that was
13162         selected upon saving.  Do not abort if some frames fail to restore,
13163         just show an error message and continue.  Set up maximized frames
13164         so they have default non-maximized dimensions.
13166 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
13168         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
13169         Don't start heredoc inside a string or comment.
13171 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
13173         * bindings.el (visual-order-cursor-movement): New defcustom.
13174         (right-char, left-char): Provide visual-order cursor motion by
13175         calling move-point-visually.  Update the doc strings.
13177 2013-06-28  Kenichi Handa  <handa@gnu.org>
13179         * international/mule.el (define-coding-system): New coding system
13180         properties :inhibit-null-byte-detection,
13181         :inhibit-iso-escape-detection, and :prefer-utf-8.
13182         (set-buffer-file-coding-system): If :charset-list property of
13183         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
13184         appropriate for setting.
13186         * international/mule-cmds.el (select-safe-coding-system):
13187         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
13188         multibyte characters, return utf-8 (or one of its siblings).
13190         * international/mule-conf.el (prefer-utf-8): New coding system.
13191         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
13192         files.
13194 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
13196         * net/shr.el (shr-render-region): New function.
13198         * net/eww.el: Autoload `eww-browse-url'.
13200 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
13202         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13203         Adapt to `package-desc-version' being a list.
13204         Use `package--ac-desc-version' to retrieve version from a package
13205         archive element.
13207 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
13209         New experimental feature to save&restore window and frame setup.
13210         * desktop.el (desktop-save-windows): New defcustom.
13211         (desktop--saved-states): New var.
13212         (desktop--excluded-frame-parameters): New defconst.
13213         (desktop--filter-frame-parms, desktop--find-frame-in-display)
13214         (desktop--restore-windows, desktop--save-windows): New functions.
13215         (desktop-save): Call `desktop--save-windows'.
13216         (desktop-read): Call `desktop--restore-windows'.
13218 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13220         * net/shr.el (add-face-text-property): Remove compat definition.
13222 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
13224         * info.el (Info-try-follow-nearest-node): Move search for footnote
13225         above search for node name to prevent missing a footnote (bug#14717).
13227 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
13229         * obsolete/otodo-mode.el: Add obsolescence info to file header.
13231 2013-06-27  Leo Liu  <sdl.web@gmail.com>
13233         * net/eww.el (eww-read-bookmarks): Check file size.
13235 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13237         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
13238         advice--pending if newdef is nil or an autoload (bug#13820).
13239         (advice-mapc): New function.
13241 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13243         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
13244         probably.
13245         (eww-mode-map): Add a menu bar.
13246         (eww-add-bookmark): New command.
13247         (eww-bookmark-mode): New mode and commands.
13248         (eww-add-bookmark): Remove newlines from the title.
13249         (eww-bookmark-browse): Don't bug out if it's the only window.
13251 2013-06-26  Glenn Morris  <rgm@gnu.org>
13253         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
13254         (hfy-size): Handle ttys.  (Bug#14668)
13256         * info-xref.el: Update for Texinfo 5 change in *note format.
13257         (info-xref-node-re, info-xref-note-re): New constants.
13258         (info-xref-check-buffer): Use info-xref-note-re.
13260 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13262         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
13264         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
13265         nil terminate the loop (bug#14718).
13267 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13269         * net/eww.el: Rework history traversal.  When going forward/back,
13270         put these actions into the history, too, so that they can be
13271         replayed.
13272         (eww-render): Move the history reset to the correct buffer.
13274 2013-06-25  Juri Linkov  <juri@jurta.org>
13276         * files-x.el (modify-dir-local-variable): Change the header comment
13277         in the file with directory local variables.  (Bug#14692)
13279         * files-x.el (read-file-local-variable-value): Add `default'.
13280         (Bug#14710)
13282 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13284         * net/eww.el (eww-make-unique-file-name): Create a unique file
13285         name before saving to entering `y' accidentally asynchronously.
13287 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
13289         * net/eww.el (eww-download): New command and keystroke.
13291 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13293         * net/eww.el (eww-copy-page-url): Change name of command.
13295         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
13296         be more consistent with Info and dired.
13298         * net/eww.el (eww-mode-map): Ditto.
13300 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13302         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
13303         packages from archives.
13304         (package-archive-contents): Change format; include obsolete packages.
13305         (package-desc): Use `dir' to mark builtin packages.
13306         (package--from-builtin): Set the `dir' field to `builtin'.
13307         (generated-autoload-file, version-control): Declare.
13308         (package-compute-transaction): Change first arg and return value to be
13309         lists of package-descs.  Adjust to new package-archive-contents format.
13310         (package--add-to-archive-contents): Adjust to new
13311         package-archive-contents format.
13312         (package-download-transaction): Arg is now a list of package-descs.
13313         (package-install): If `pkg' is a package name, pass it as
13314         a requirement, so it is subject to the usual (e.g. disabled) checks.
13315         (describe-package): Accept package-desc as well.
13316         (describe-package-1): Describe a specific package-desc.  Add links to
13317         other package-descs for the same package name.
13318         (package-menu-describe-package): Pass the actual package-desc.
13319         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
13320         works correctly.
13321         (package-desc-status): New function.
13322         (package-menu--refresh): New function, extracted
13323         from package-menu--generate.
13324         (package-menu--generate): Use it.
13325         (package-delete): Update package-alist.
13326         (package-menu-execute): Don't call package-initialize.
13328         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
13329         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
13330         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
13331         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
13332         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
13333         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
13335 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
13337         * window.el (window--state-get-1): Workaround for bug#14527.
13338         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
13340 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13342         * net/eww.el (eww-back-url): Implement the history by stashing all
13343         the data into a list.
13344         (eww-forward-url): Allow going forward in the history, too.
13346 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13348         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
13349         for values and use read--expression for expressions (bug#14710).
13350         (read-file-local-variable): Avoid setq.
13351         (read-file-local-variable-mode): Use minor-mode-list.
13353 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13355         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
13356         for DOI URLs.
13358 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13360         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
13361         Update imenu-support when dialect changes.
13363 2013-06-25  Leo Liu  <sdl.web@gmail.com>
13365         * ido.el (ido-read-internal): Allow forward slash on windows.
13367 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13369         * net/eww.el (eww): Start of strings is \\`, not ^.
13371 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
13373         * net/shr.el (shr-browse-url): Fix interactive spec.
13375         * net/eww.el (eww): Add a trailing slash to domain names.
13377 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
13379         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
13381 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13383         * net/shr.el (shr-browse-url): Use an external browser if given a
13384         prefix.
13386         * net/eww.el (eww-external-browser): Move to shr.
13388 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
13390         * net/eww.el (eww): Work more correctly for file: URLs.
13391         (eww-detect-charset): Allow quoted charsets.
13392         (eww-yank-page-url): New command and keystroke.
13394 2013-06-24  Daiki Ueno  <ueno@gnu.org>
13396         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
13397         file name of gpg executable.
13398         (epg-context-program): New function.
13399         (epg-context-home-directory): New function.
13400         (epg-context-set-program): New function.
13401         (epg-context-set-home-directory): New function.
13402         (epg--start): Use `epg-context-program' instead of
13403         'epg-gpg-program'.
13404         (epg--list-keys-1): Likewise.
13406 2013-06-24  Leo Liu  <sdl.web@gmail.com>
13408         * ido.el (ido-read-internal): Fix bug#14620.
13410 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
13412         * faces.el (face-documentation): Simplify.
13413         (read-face-attribute, tty-find-type, x-resolve-font-name):
13414         Use `string-match-p'.
13415         (list-faces-display): Use `string-match-p'.  Simplify.
13416         (face-spec-recalc): Check face to avoid face alias loops.
13417         (read-color): Use `string-match-p' and non-capturing parenthesis.
13419 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13421         * net/shr.el (shr-rescale-image): Use the new
13422         :max-width/:max-height functionality.
13424 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
13426         * net/eww.el (eww-search-prefix): New variable.
13427         (eww): Use it.
13428         (eww-external-browser): New variable.
13429         (eww-mode-map): New keystroke.
13430         (eww-browse-with-external-browser): New command.
13432         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
13434 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
13436         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13437         Don't skip aligning the next header field when padding is 0;
13438         otherwise, field width is not respected unless the title is as
13439         wide as the field.
13441 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13443         * emacs-lisp/package.el (package-el-version): Remove.
13444         (package-process-define-package): Fix inf-loop.
13445         (package-install): Allow symbols as arguments again.
13447 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
13449         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
13450         add some more keyword-like methods.
13451         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
13453 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
13455         * bs.el (bs-buffer-show-mark): Make defvar-local.
13456         (bs-mode): Use setq-local.
13458         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
13459         (emacs-lock--try-unlocking): Make defvar-local.
13461 2013-06-22  Glenn Morris  <rgm@gnu.org>
13463         * play/cookie1.el (cookie-apropos): Minor simplification.
13465         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
13467 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
13469         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
13470         `regexp-opt', it breaks the build during dumping.
13472 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
13474         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13475         Highlight keyword-like methods on Kernel and Module with
13476         font-lock-builtin-face.
13477         (auto-mode-alist): Consolidate different entries into one regexp
13478         and add more *file-s.
13480 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
13482         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
13484         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
13485         (diary-entry): Use it in the action of this button type instead of
13486         diary-goto-entry.
13488         * calendar/todo-mode.el: New version.
13489         (todo-add-category): Append new category to end of file and give
13490         it the highest number, instead of putting it at the beginning and
13491         giving it 0.  Incorporate noninteractive functionality.
13492         (todo-forward-category): Adapt to 1-based category numbering.
13493         Allow skipping over archived categories.
13494         (todo-backward-category): Derive from todo-forward-category.
13495         (todo-backward-item, todo-forward-item): Make noninteractive and
13496         delegate interactive part to new commands.  Make sensitive to done items.
13497         (todo-categories): Make value an alist of category names and
13498         vectors of item counts.
13499         (todo-category-beg): Make a defconst.
13500         (todo-category-number): Use 1 instead of 0 as initial value.
13501         (todo-category-select): Make sensitive to overlays, optional item
13502         highlighting and done items.
13503         (todo-delete-item): Make sensitive to overlays and marked and done items.
13504         (todo-edit-item): Make sensitive to overlays and editing of
13505         date/time header optional.  Add format checks.
13506         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
13507         no-op if point is not on an item.  Advertise using todo-edit-quit.
13508         (todo-edit-mode): Make sensitive to new format, font-locking, and
13509         multiple todo files.
13510         (todo-insert-item, todo-insert-item-here): Derive from
13511         todo-basic-insert-item and extend functionality.
13512         (todo-item-end, todo-item-start): Make sensitive to done items.
13513         (todo-item-string): Don't return text properties.  Restore point.
13514         (todo-jump-to-category): Make sensitive to multiple todo files and
13515         todo archives.  Use extended category completion.
13516         (todo-lower-item, todo-raise-item): Rename to *-priority and
13517         derive from todo-set-item-priority.
13518         (todo-mode): Derive from special-mode.  Make sensitive to new
13519         format, font-locking and multiple todo files.  Make read-only.
13520         (todo-mode-map): Don't suppress digit keys, so they can supply
13521         prefix arguments.  Add many new key bindings.
13522         (todo-prefix): Insert as an overlay instead of file text.
13523         Change semantics from diary date expression to purely visual mark.
13524         (todo-print): Rename to todo-print-buffer.  Make buffer display
13525         features printable.  Remove option to restrict number of items
13526         printed.  Add option to print to file.
13527         (todo-print-function): Rename to todo-print-buffer-function.
13528         (todo-quit): Extend to handle exiting new todo modes.
13529         (todo-remove-item): Make sensitive to overlays.
13530         (todo-save): Extend to buffers of filtered items.
13531         (todo-show): Make sensitive to done items, multiple todo files and
13532         new todo modes.  Offer to convert legacy todo file before creating
13533         first new todo file.
13534         (todo-show-priorities): Rename to todo-top-priorities.
13535         Change semantics of value 0.
13536         (todo-top-priorities): Rename to todo-filter-top-priorities,
13537         derive from todo-filter-items and extend functionality.
13538         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
13539         and extend functionality to other types of filtered items.
13540         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
13541         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
13542         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
13543         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
13544         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
13545         (todo-edit-mode-hook, todo-entry-prefix-function)
13546         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
13547         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
13548         (todo-initials, todo-insert-threshold, todo-item-string-start)
13549         (todo-line-string, todo-menu, todo-mode-hook)
13550         (todo-more-important-p, todo-previous-answer, todo-previous-line)
13551         (todo-print-priorities, todo-remove-separator)
13552         (todo-save-top-priorities-too, todo-string-count-lines)
13553         (todo-string-multiline-p, todo-time-string-format)
13554         (todo-tmp-buffer-name): Remove.
13555         (todo-add-file, todo-archive-done-item, todo-choose-archive)
13556         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
13557         (todo-edit-category-diary-inclusion)
13558         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
13559         (todo-edit-file, todo-edit-item-date-day)
13560         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
13561         (todo-edit-item-date-month, todo-edit-item-date-to-today)
13562         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
13563         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
13564         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
13565         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
13566         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
13567         (todo-filter-top-priorities-multifile, todo-find-archive)
13568         (todo-find-filtered-items-file, todo-go-to-source-item)
13569         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
13570         (todo-jump-to-archive-category, todo-lower-category)
13571         (todo-mark-category, todo-marked-item-p, todo-merge-category)
13572         (todo-move-category, todo-move-item, todo-next-button)
13573         (todo-next-item, todo-padded-string, todo-powerset)
13574         (todo-previous-button, todo-previous-item)
13575         (todo-print-buffer-to-file, todo-raise-category)
13576         (todo-rename-category, todo-repair-categories-sexp, todo-search)
13577         (todo-set-category-number, todo-set-item-priority)
13578         (todo-set-top-priorities-in-category)
13579         (todo-set-top-priorities-in-file, todo-show-categories-table)
13580         (todo-sort-categories-alphabetically-or-numerically)
13581         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
13582         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
13583         (todo-toggle-item-header, todo-toggle-item-highlighting)
13584         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
13585         (todo-toggle-view-done-items, todo-toggle-view-done-only)
13586         (todo-unarchive-items, todo-unmark-category): New commands.
13587         (todo-absolute-file-name, todo-add-to-buffer-list)
13588         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
13589         (todo-basic-insert-item, todo-category-completions)
13590         (todo-category-number, todo-category-string-matcher-1)
13591         (todo-category-string-matcher-2, todo-check-filtered-items-file)
13592         (todo-check-format, todo-clear-matches)
13593         (todo-comment-string-matcher, todo-convert-legacy-date-time)
13594         (todo-current-category, todo-date-string-matcher)
13595         (todo-define-insertion-command, todo-diary-expired-matcher)
13596         (todo-diary-goto-entry, todo-diary-item-p)
13597         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
13598         (todo-display-categories, todo-display-sorted, todo-done-item-p)
13599         (todo-done-item-section-p, todo-done-separator)
13600         (todo-done-string-matcher, todo-files, todo-filter-items)
13601         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
13602         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
13603         (todo-insert-category-line, todo-insert-item-from-calendar)
13604         (todo-insert-sort-button, todo-insert-with-overlays)
13605         (todo-insertion-command-name, todo-insertion-key-bindings)
13606         (todo-label-to-key, todo-longest-category-name-length)
13607         (todo-make-categories-list, todo-mode-external-set)
13608         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
13609         (todo-modes-set-3, todo-multiple-filter-files)
13610         (todo-nondiary-marker-matcher, todo-prefix-overlays)
13611         (todo-read-category, todo-read-date, todo-read-dayname)
13612         (todo-read-file-name, todo-read-time)
13613         (todo-reevaluate-category-completions-files-defcustom)
13614         (todo-reevaluate-default-file-defcustom)
13615         (todo-reevaluate-filelist-defcustoms)
13616         (todo-reevaluate-filter-files-defcustom)
13617         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
13618         (todo-reset-done-separator, todo-reset-done-separator-string)
13619         (todo-reset-done-string, todo-reset-global-current-todo-file)
13620         (todo-reset-highlight-item, todo-reset-nondiary-marker)
13621         (todo-reset-prefix, todo-set-categories)
13622         (todo-set-date-from-calendar, todo-set-show-current-file)
13623         (todo-set-top-priorities, todo-short-file-name)
13624         (todo-show-current-file, todo-sort, todo-time-string-matcher)
13625         (todo-total-item-counts, todo-update-buffer-list)
13626         (todo-update-categories-display, todo-update-categories-sexp)
13627         (todo-update-count, todo-validate-name, todo-y-or-n-p):
13628         New functions.
13629         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
13630         New major modes.
13631         (todo-categories, todo-display, todo-edit, todo-faces)
13632         (todo-filtered): New defgroups.
13633         (todo-archived-only, todo-button, todo-category-string, todo-date)
13634         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
13635         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
13636         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
13637         (todo-add-item-if-new-category, todo-always-add-time-string)
13638         (todo-categories-align, todo-categories-archived-label)
13639         (todo-categories-category-label, todo-categories-diary-label)
13640         (todo-categories-done-label, todo-categories-number-separator)
13641         (todo-categories-todo-label, todo-categories-totals-label)
13642         (todo-category-completions-files, todo-completion-ignore-case)
13643         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
13644         (todo-done-separator-string, todo-done-string)
13645         (todo-files-function, todo-filter-done-items, todo-filter-files)
13646         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
13647         (todo-initial-category, todo-initial-file, todo-item-mark)
13648         (todo-legacy-date-time-regexp, todo-mode-line-function)
13649         (todo-nondiary-marker, todo-number-prefix)
13650         (todo-print-buffer-function, todo-show-current-file)
13651         (todo-show-done-only, todo-show-first, todo-show-with-done)
13652         (todo-skip-archived-categories, todo-top-priorities-overrides)
13653         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
13654         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
13655         New defcustoms.
13656         (todo-category-done, todo-date-pattern, todo-date-string-start)
13657         (todo-diary-items-buffer, todo-done-string-start)
13658         (todo-filtered-items-buffer, todo-item-start)
13659         (todo-month-abbrev-array, todo-month-name-array)
13660         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
13661         (todo-top-priorities-buffer): New defconsts.
13662         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
13663         (todo-categories-with-marks, todo-category-string-face)
13664         (todo-comment-face, todo-comment-string, todo-current-todo-file)
13665         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
13666         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
13667         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
13668         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
13669         (todo-font-lock-keywords, todo-global-current-todo-file)
13670         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
13671         (todo-insertion-commands-args)
13672         (todo-insertion-commands-args-genlist)
13673         (todo-insertion-commands-names, todo-insertion-map)
13674         (todo-key-bindings-t, todo-key-bindings-t+a)
13675         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
13676         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
13677         (todo-nondiary-face, todo-print-buffer, todo-time-face)
13678         (todo-visited): New variables.
13680 2013-06-21  Glenn Morris  <rgm@gnu.org>
13682         * play/cookie1.el (cookie-apropos): Add optional display argument.
13683         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
13684         (psychoanalyze-pinhead): Use cookie-doctor.
13686 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13688         * emacs-lisp/package.el (tar-get-file-descriptor)
13689         (tar--extract): Declare.
13691 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
13693         Extend flymake's warning predicate to be a function (bug#14217).
13694         * progmodes/flymake.el (flymake-warning-predicate): New.
13695         (flymake-parse-line): Use it.
13696         (flymake-warning-re): Make obsolete alias to
13697         `flymake-warning-predicate'.
13699 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13701         * emacs-lisp/package.el (package-alist): Include obsolete packages.
13702         (package-obsolete-list): Remove.
13703         (package-activate): Remove min-version argument.  Add `force' argument.
13704         Adjust to new package-alist format.
13705         (package-mark-obsolete): Remove.
13706         (package-unpack): Force reload of the package's autoloads.
13707         (package-installed-p): Check builtins if the installed package is not
13708         recent enough.
13709         (package-initialize): Don't reset package-obsolete-list.
13710         Don't specify which package version to activate.
13711         (package-process-define-package, describe-package-1)
13712         (package-menu--generate): Adjust to new package-alist format.
13714 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13716         * allout-widgets.el (allout-widgets-mode-off)
13717         (allout-widgets-mode-on, allout-widgets-pre-command-business)
13718         (allout-widgets-post-command-business)
13719         (allout-widgets-after-copy-or-kill-function)
13720         (allout-widgets-after-undo-function, allout-test-range-overlaps)
13721         (allout-decorate-item-and-context)
13722         (allout-graphics-modification-handler): Fix typos in docstrings.
13723         (allout-get-or-create-parent-widget): Use `looking-at-p'.
13725         * cmuscheme.el (scheme-start-file): Doc fix.
13726         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
13727         (scheme-input-filter): Use `string-match-p'.
13729         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
13731         * dired-x.el: Use Dired consistently in docstrings.
13733         * dired.el: Use Dired consistently in docstrings.
13734         (dired-readin, dired-mode): Use `setq-local'.
13735         (dired-switches-alist): Make defvar-local.
13736         (dired-buffers-for-dir): Use `zerop'.
13737         (dired-safe-switches-p, dired-switches-escape-p)
13738         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
13739         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
13740         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
13741         (dired-goto-next-nontrivial-file): Use `string-match-p'.
13742         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
13743         (dired-toggle-marks, dired-mark-files-containing-regexp)
13744         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
13745         (dired-flag-auto-save-files, dired-flag-backup-files):
13746         Use `looking-at-p'.
13747         (dired-mark-files-regexp, dired-build-subdir-alist):
13748         Use `string-match-p', `looking-at-p'.
13750         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
13751         (direct-print-region-helper): Use `string-match-p'.
13753 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13755         * comint.el (comint-redirect-results-list-from-process):
13756         Fix infinite loop.
13758 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13760         * net/eww.el (eww-update-header-line-format): Quote % characters.
13762 2013-06-21  Glenn Morris  <rgm@gnu.org>
13764         * play/cookie1.el (cookie): New custom group.
13765         (cookie-file): New option.
13766         (cookie-check-file): New function.
13767         (cookie): Make it interactive.  Make start and end messages optional.
13768         Interactively, display the result.  Default to cookie-file.
13769         (cookie-insert): Default to cookie-file.
13770         (cookie-snarf): Make start and end messages optional.
13771         Default to cookie-file.  Use with-temp-buffer.
13772         (cookie-read): Rename from read-cookie.
13773         Make start and end messages optional.  Default to cookie-file.
13774         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
13775         Do not autoload it.
13776         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
13777         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
13779 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13781         * progmodes/octave.el (octave-mode): Backward compatibility fix.
13783 2013-06-21  Glenn Morris  <rgm@gnu.org>
13785         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
13787 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13788             Daniel Hackney  <dan@haxney.org>
13790         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
13791         Consolidate the single-file vs tarball code.
13792         (package-desc-suffix): New function.
13793         (package-desc-full-name): Don't bother inlining it.
13794         (package-load-descriptor): Return the new package-desc.
13795         (package-mark-obsolete): Remove unused arg `package'.
13796         (package-unpack): Make it work for single files as well.
13797         Make it update package-alist.
13798         (package--make-autoloads-and-stuff): Rename from
13799         package--make-autoloads-and-compile.  Don't compile any more.
13800         (package--compile): New function.
13801         (package-generate-description-file): New function, extracted from
13802         package-unpack-single.
13803         (package-unpack-single): Remove.
13804         (package--with-work-buffer): Add indentation and debugging info.
13805         (package-download-single): Remove.
13806         (package-install-from-archive): Rename from package-download-tar, make
13807         it take a pkg-desc, and make it work for single files as well.
13808         (package-download-transaction): Simplify.
13809         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
13810         external tar program.
13811         (package-install-from-buffer): Remove `pkg-desc' argument.
13812         Use package-tar-file-info for tar-mode buffers.
13813         (package-install-file): Simplify accordingly.
13814         (package-archive-base): Change to take a pkg-desc.
13815         * tar-mode.el (tar--check-descriptor): New function, extracted from
13816         tar-get-descriptor.
13817         (tar-get-descriptor): Use it.
13818         (tar-get-file-descriptor): New function.
13819         (tar--extract): New function, extracted from tar-extract.
13820         (tar--extract): Use it.
13821         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
13822         case the summary uses non-ascii.  Adjust to new calling convention of
13823         package-tar-file-info.
13825 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13827         * comint.el (comint-redirect-results-list-from-process):
13828         Fix random delay.  (Bug#14681)
13830 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13832         * profiler.el (profiler-format-number): Use log, not log10.
13834 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
13836         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
13838 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13840         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
13841         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
13842         yet available.
13843         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
13844         (AUTOGENEL): ... here.
13845         * emacs-lisp/cl-macs.el (cl--sublis): New function.
13846         (cl--defsubst-expand): Use it.
13848 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13850         * subr.el (log10): Move here from C code, and declare as obsolete.
13851         All uses of (log10 X) replaced with (log X 10).
13853 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
13855         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
13856         Declare with `defvar-local'.
13857         (tabulated-list-use-header-line, tabulated-list-entries)
13858         (tabulated-list-padding, tabulated-list-printer)
13859         (tabulated-list-sort-key): Declare with `defvar-local'.
13860         (tabulated-list-init-header, tabulated-list-print-fake-header):
13861         Use `setq-local'.
13863 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
13865         * arc-mode.el (archive-mode): Add `archive-write-file' to
13866         `write-contents-functions' also for remote files.  (Bug#14652)
13868 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
13870         * cus-edit.el (custom-commands): Fix typos.
13871         (custom-display): Fix tooltip text.
13872         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
13873         Fix typos in docstrings.
13874         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
13875         (custom-unlispify-menu-entry, custom-magic-value-create)
13876         (custom-add-see-also, custom-group-value-create): Use ?\s.
13877         (custom-guess-type, customize-apropos, editable-field)
13878         (custom-face-value-create): Use `string-match-p'.
13879         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
13881         * custom.el (custom-load-symbol): Use `string-match-p'.
13883         * ansi-color.el: Convert to lexical binding.
13884         (ansi-colors): Fix URL.
13885         (ansi-color-context, ansi-color-context-region): Use defvar-local.
13886         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
13887         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
13889 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13891         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
13893         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
13895 2013-06-19  Tom Tromey  <tromey@redhat.com>
13897         * net/eww.el (eww-top-url): Remove.
13898         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
13899         (eww-render): Set new variables.  Don't set eww-top-url.
13900         (eww-handle-link): Handle "prev", "home", and "contents".
13901         Downcase the rel text.
13902         (eww-top-url): Choose best top URL.
13904 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906         * net/eww.el: Rewrite to implement form elements "by hand" instead of
13907         relying in widget.el.  Using widget.el leads to too many
13908         user interface inconsistencies.
13909         (eww-self-insert): Implement entering commands in text fields.
13910         (eww-process-text-input): New function to make text input field editing
13911         work.
13912         (eww-submit): Rewrite to use the new-style form methods.
13913         (eww-select-display): Display the correct selected item.
13914         (eww-change-select): Implement changing the select value.
13915         (eww-toggle-checkbox): Implement radio/checkboxes.
13916         (eww-update-field): Fix compilation error.
13917         (eww-tag-textarea): Implement <textarea>.
13919         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
13920         we don't shadow mode-specific bindings.
13922         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
13923         nothing to push.
13925         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
13927 2013-06-19  Glenn Morris  <rgm@gnu.org>
13929         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
13931 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
13933         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
13934         not needed.
13936         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
13938 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13940         * net/browse-url.el (browse-url-browser-function):
13941         `eww-browse-url' has the right calling signature, `eww' does not.
13943 2013-06-19  Glenn Morris  <rgm@gnu.org>
13945         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13946         Only eval autoloaded macros.
13947         (byte-compile-autoload): Only give the macro warning for macros.
13949         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
13950         (ps-underlined-faces): Declare.
13952         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
13953         (speedbar-add-supported-extension): Declare.
13955         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
13956         Don't include a date stamp in the header of the generated file;
13957         it leads to needless differences between output files.
13959 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
13961         * net/secrets.el (secrets-struct-secret-content-type):
13962         Replace check of introspection data by a test call of "CreateItem".
13963         Some servers do not offer introspection.
13965 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13967         * electric.el (electric-pair-mode): Improve interaction with
13968         electric-layout-mode.
13969         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
13970         (electric-pair-syntax): Use text-mode-syntax-table in comments
13971         and strings.
13972         (electric-pair--insert): New function.
13973         (electric-pair-post-self-insert-function): Use it and
13974         electric--after-char-pos.
13976 2013-06-19  Leo Liu  <sdl.web@gmail.com>
13978         * progmodes/octave.el (octave-help): Fix regexp.
13980 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13982         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
13983         (shr-table-horizontal-line): Allow nil as a value, and change the
13984         default.
13985         (shr-insert-table-ruler): Respect the nil value.
13987 2013-06-18  Tom Tromey  <tromey@barimba>
13989         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13990         New defvars.
13991         (eww-open-file): New defun.
13992         (eww-render): Initialize new variables.
13993         (eww-display-html): Handle "link" and "a".
13994         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
13995         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
13996         (eww-back-url): Rename from eww-previous-url.
13997         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13998         New defuns.
14000 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
14002         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
14003         Distinguish ternary operator tokens from slash symbol and slash
14004         char literal.
14006 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14008         Convert symbol prettification into minor mode and global minor mode.
14010         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
14011         `prog-prettify-symbols', and make a local defvar instead of defcustom.
14012         (prettify-symbols--keywords): Rename from
14013         `prog-prettify-symbols-alist' and make a local defvar.
14014         (prettify-symbols--compose-symbol): Rename from
14015         `prog--prettify-font-lock-compose-symbol'.
14016         (prettify-symbols--make-keywords): Rename from
14017         `prog-prettify-font-lock-symbols-keywords' and simplify.
14018         (prog-prettify-install): Remove.
14019         (prettify-symbols-mode): New minor mode, based on
14020         `prog-prettify-install'.
14021         (turn-on-prettify-symbols-mode): New function.
14022         (global-prettify-symbols-mode): New globalized minor mode.
14024         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14025         * progmodes/cfengine.el (cfengine3-mode):
14026         * progmodes/perl-mode.el (perl-mode): Don't call
14027         `prog-prettify-install'; set `prettify-symbols-alist' instead.
14029 2013-06-18  Juri Linkov  <juri@jurta.org>
14031         * files-x.el (modify-file-local-variable-message): New function.
14032         (modify-file-local-variable)
14033         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
14034         and call `modify-file-local-variable-message' when it's non-nil.
14035         (add-file-local-variable, delete-file-local-variable)
14036         (add-file-local-variable-prop-line)
14037         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
14038         and use it.  (Bug#9820)
14040 2013-06-18  Juri Linkov  <juri@jurta.org>
14042         * emulation/vi.el (vi-shell-op):
14043         * emulation/vip.el (vip-execute-com, ex-command):
14044         * emulation/viper-cmd.el (viper-exec-bang):
14045         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
14046         the call of `shell-command-on-region'.  (Bug#14637)
14048         * simple.el (shell-command-on-region): Doc fix.
14050 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14052         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
14053         (bug#14633).
14055 2013-06-18  Glenn Morris  <rgm@gnu.org>
14057         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
14059         * newcomment.el (comment-search-forward, comment-search-backward):
14060         Doc fix.  (Bug#14376)
14062 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14064         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
14065         (buffer-face-mode-invoke): Doc fix.
14067 2013-06-18  Matthias Meulien  <orontee@gmail.com>
14069         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
14070         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
14072 2013-06-18  Glenn Morris  <rgm@gnu.org>
14074         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
14075         Replace obsolete function generic-make-keywords with its expansion.
14077         * progmodes/python.el (ffap-alist): Declare.
14079         * textmodes/reftex.el (bibtex-mode-map): Declare.
14081 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14083         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
14084         (package-unpack, package-unpack-single): Return the pkg-dir.
14085         (package-download-transaction): Use it to update package-alist.
14087 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14089         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
14090         possible choice.
14092 2013-06-17  Juri Linkov  <juri@jurta.org>
14094         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
14096 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14098         * emacs-lisp/package.el (package-load-descriptor):
14099         Remove `with-syntax-table' call, `read' doesn't need it.
14100         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
14102 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14104         * startup.el (command-line): Expand package name returned by
14105         `package--description-file' (bug#14639).
14107 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14109         * emacs-lisp/package.el (package-load-descriptor): Do not call
14110         `emacs-lisp-mode', just use its syntax table.
14112 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14114         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
14115         `font-lock-extra-managed-props' if any prettifying keyword is added.
14116         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
14117         (prog-mode): Use `setq-local'.
14119 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14121         * international/characters.el (standard-case-table): Set syntax of ?»
14122         and ?« to punctuation.
14124 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
14126         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
14127         Save relevant match data before calling `syntax-ppss' (bug#14595).
14129 2013-06-15  Juri Linkov  <juri@jurta.org>
14131         * files-x.el (modify-file-local-variable-prop-line): Add local
14132         variables to the end of the existing comment on the first line.
14133         Use `file-auto-mode-skip' to skip interpreter magic line,
14134         and also skip XML declaration.
14136 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14138         * startup.el (package--builtin-versions): New var.
14139         (package-subdirectory-regexp): Remove.
14140         (package--description-file): Hard code its value instead.
14142         * emacs-lisp/package.el: Don't activate packages older than builtin.
14143         (package-obsolete-list): Rename from package-obsolete-alist, and make
14144         it into a simple list of package-desc.
14145         (package-strip-version): Remove.
14146         (package-built-in-p): Use package--builtin-versions.
14147         (package-mark-obsolete): Simplify.
14148         (package-process-define-package): Mark it obsolete if older than the
14149         builtin version.
14150         (package-handle-response): Use line-end-position.
14151         (package-read-archive-contents, package--download-one-archive):
14152         Simplify.
14153         (package--add-to-archive-contents): Skip if older than the builtin or
14154         installed version.
14155         (package-menu-describe-package): Fix last change.
14156         (package-list-unversioned): New var.
14157         (package-menu--generate): Use it.
14159         * emacs-lisp/autoload.el: Manage package--builtin-versions.
14160         (autoload--insert-text, autoload--insert-cookie-text): New functions.
14161         (autoload-builtin-package-versions): New variable.
14162         (autoload-generate-file-autoloads): Use them.
14163         Remove the list of autoloaded functions/macros from the
14164         (autoload...) comments.
14166         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
14168 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
14170         * simple.el (line-move-partial): Don't jump to the next screen
14171         line as soon as it becomes visible.  Instead, continue enlarging
14172         the vscroll until the portion of a tall screen line that's left on
14173         display is about the height of the frame's default font.
14174         (Bug#14567)
14176 2013-06-15  Glenn Morris  <rgm@gnu.org>
14178         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
14179         compilation-error-regexp-alist void, or local while let-bound.
14181         * progmodes/make-mode.el (makefile-mode-syntax-table):
14182         Treat "=" as punctuation.  (Bug#14614)
14184 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
14186         * help-fns.el (describe-variable):
14187         Add extra line for permanent-local variables.
14189 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
14191         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14192         Add export, import, library.  (Bug#9164)
14193         (library): Set indent function.
14195 2013-06-14  Glenn Morris  <rgm@gnu.org>
14197         * term/xterm.el (xterm--query):
14198         Stop after first matching handler.  (Bug#14615)
14200 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
14202         Add support for dired in saveplace.
14203         * dired.el (dired-initial-position-hook): New variable.
14204         (dired-initial-position): Call hook to place cursor position.
14205         * saveplace.el (save-place-to-alist): Add dired position.
14206         (save-place-dired-hook): New function.
14208 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14210         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
14211         through a symbol rather than letrec.
14213         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
14214         (package-desc): Add `dir' field.
14215         (package-desc-full-name): New function.
14216         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
14217         (package-maybe-load-descriptor): Remove.
14218         (package-load-all-descriptors): Just call package-load-descriptor.
14219         (package--disabled-p): New function.
14220         (package-desc-vers, package-desc-doc): Remove aliases.
14221         (package--dir): Remove function.
14222         (package-activate): Check if a package is disabled.
14223         (package-process-define-package): New function, extracted from
14224         define-package.
14225         (define-package): Turn into a place holder.
14226         (package-unpack-single, package-tar-file-info):
14227         Use package--description-file.
14228         (package-compute-transaction): Use package--disabled-p.
14229         (package-download-transaction): Don't call
14230         package-maybe-load-descriptor since they're all loaded anyway.
14231         (package-install): Change argument to be a pkg-desc.
14232         (package-delete): Use a single pkg-desc argument.
14233         (describe-package-1): Use package-desc-dir instead of package--dir.
14234         Use package-desc property instead of package-symbol.
14235         (package-install-button-action): Adjust accordingly.
14236         (package--push): Rewrite.
14237         (package-menu--print-info): Adjust accordingly.  Change the ID format
14238         to be a pkg-desc.
14239         (package-menu-describe-package, package-menu-get-status)
14240         (package-menu--find-upgrades, package-menu-mark-upgrades)
14241         (package-menu-execute, package-menu--name-predicate):
14242         Adjust accordingly.
14243         * startup.el (package--description-file): New function.
14244         (command-line): Use it.
14245         * emacs-lisp/package-x.el (package-upload-buffer-internal):
14246         Use package-desc-version.
14248         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
14249         (byte-compile-preprocess): Use it.
14250         (byte-compile-file-form-defalias): Try a bit harder to use macros we
14251         can't quite recognize.
14252         (byte-compile-add-to-list): Remove.
14253         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
14254         (cconv-closure-convert): Add assertion.
14256         * emacs-lisp/map-ynp.el: Use lexical-binding.
14257         (map-y-or-n-p): Remove unused vars `tail' and `object'.
14258         Factor out some repeated code.
14260 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14262         * subr.el (with-eval-after-load): New macro.
14263         (eval-after-load): Allow form to be a function.
14264         take advantage of lexical-binding.
14265         (do-after-load-evaluation): Use dolist and adjust to new format.
14266         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
14268 2013-06-13  Juri Linkov  <juri@jurta.org>
14270         * replace.el (perform-replace): Display "symbol " and other search
14271         modes from `isearch-message-prefix' in the *Help* buffer.
14273         * isearch.el (isearch-query-replace): Add " symbol" and other
14274         possible search modes from `isearch-message-prefix' to the prompt.
14275         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
14276         when reading a regexp to collect.
14278 2013-06-13  Juri Linkov  <juri@jurta.org>
14280         * isearch.el (word-search-regexp): Match whitespace if the search
14281         string begins or ends in whitespace.  The LAX arg is applied to
14282         both ends of the search string.  Use `regexp-quote' and explicit
14283         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
14284         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
14285         boundaries are replaced with symbol boundaries, and characters
14286         between symbols match non-word non-symbol syntax.  (Bug#14602)
14288 2013-06-13  Juri Linkov  <juri@jurta.org>
14290         * isearch.el (isearch-del-char): Don't exceed the length of
14291         `isearch-string' by the prefix arg.  (Bug#14563)
14293 2013-06-13  Juri Linkov  <juri@jurta.org>
14295         * isearch.el (isearch-yank-word, isearch-yank-line)
14296         (isearch-char-by-name, isearch-quote-char)
14297         (isearch-printing-char, isearch-process-search-char):
14298         Add optional count prefix arg.  (Bug#14563)
14300         * international/isearch-x.el
14301         (isearch-process-search-multibyte-characters):
14302         Add optional count prefix arg.
14304 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14306         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
14307         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
14308         lexical-binding.
14310 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
14312         * subr.el (set-temporary-overlay-map): Add on-exit argument.
14314 2013-06-13  Glenn Morris  <rgm@gnu.org>
14316         * startup.el (tty-handle-args):
14317         Don't just discard "--" and anything after.  (Bug#14608)
14319         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
14321 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
14323         Implement changes in Secret Service API.  Make it backward compatible.
14324         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
14325         (secrets-create-item): Use it.  Prefix properties with interface.
14327 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
14329         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
14330         (term-emulate-terminal): Respect term-suppress-hard-newline.
14332 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
14334         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
14335         Only remove a `thumb-file' overlay.  (Bug#14548)
14337 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
14339         * mail/reporter.el (reporter-submit-bug-report):
14340         Handle missing package-name.  (Bug#14600)
14342 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14344         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
14345         (reftex-citation-prompt, reftex-default-bibliography)
14346         (reftex-bib-or-thebib, reftex-get-bibfile-list)
14347         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
14348         (reftex-bib-sort-author, reftex-bib-sort-year)
14349         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
14350         (reftex-extract-bib-entries-from-thebibliography)
14351         (reftex-get-bibkey-default, reftex-get-bib-names)
14352         (reftex-parse-bibtex-entry, reftex-get-bib-field)
14353         (reftex-format-bib-entry, reftex-parse-bibitem)
14354         (reftex-format-bibitem, reftex-do-citation)
14355         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
14356         (reftex-restrict-bib-matches, reftex-extract-bib-file)
14357         (reftex-insert-bib-matches, reftex-format-citation)
14358         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
14359         (reftex-create-bibtex-file): Add docstrings, mostly by converting
14360         existing comments into docstrings.
14362 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
14364         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
14366 2013-06-12  Andreas Schwab  <schwab@suse.de>
14368         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
14369         for auto-save files.
14371 2013-06-12  Glenn Morris  <rgm@gnu.org>
14373         * ido.el (ido-delete-ignored-files): Remove.
14374         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
14375         Go back to calling ido-ignore-item-p directly.
14377 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
14379         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
14381         * ido.el (ido-delete-ignored-files): New function,
14382         split from ido-make-file-list-1.
14383         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
14384         (ido-make-file-list-1): Use ido-delete-ignored-files.
14386 2013-06-12  Leo Liu  <sdl.web@gmail.com>
14388         * progmodes/octave.el (inferior-octave-startup)
14389         (inferior-octave-completion-table)
14390         (inferior-octave-track-window-width-change)
14391         (octave-eldoc-function-signatures, octave-help)
14392         (octave-find-definition): Use single quoted strings.
14393         (inferior-octave-startup-args): Change default value.
14394         (inferior-octave-startup): Do not hard code "-i" and
14395         "--no-line-editing".
14396         (inferior-octave-resync-dirs): Add optional arg NOERROR.
14397         (inferior-octave-directory-tracker): Use it.
14398         (octave-goto-function-definition): Robustify.
14399         (octave-help): Support highlighting operators in 'See also'.
14400         (octave-find-definition): Find subfunctions only in Octave mode.
14402 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14404         * help-fns.el (help-fns--compiler-macro): If the handler function is
14405         named, then put a link to it.
14406         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
14407         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
14408         (cl-typep): Use it.
14409         (cl-eval-when): Simplify debug spec.
14410         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
14411         compiler-macro function instead of setting `compiler-macro-file'.
14413 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
14415         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
14416         * vc/vc-hooks.el (vc-stay-local): Doc fix.
14418 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14419             Daniel Hackney  <dan@haxney.org>
14421         First part of Daniel Hackney's patch to package.el.
14422         * emacs-lisp/package.el: Use defstruct.
14423         (package-desc): New, main struct.
14424         (package--bi-desc, package--ac-desc): New structs, used to describe the
14425         format in external files.
14426         (package-desc-vers): Replace with package-desc-version accessor.
14427         (package-desc-doc): Replace with package-desc-summary accessor.
14428         (package-activate-1): Remove `package' arg since the pkg-vec now
14429         includes the name.
14430         (define-package): Use package-desc-from-define.
14431         (package-unpack-single): Change file-name arg to be a symbol.
14432         (package--add-to-archive-contents): Use package-desc-create and new
14433         accessor functions to package--ac-desc.
14434         (package-buffer-info, package-tar-file-info): Return a package-desc.
14435         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
14436         arg to be a package-desc.
14437         (package-install-file): Adjust accordingly.  Use \' to match EOS.
14438         (package--from-builtin): New function.
14439         (describe-package-1, package-menu--generate): Use it.
14440         (package--make-autoloads-and-compile): Change name arg to be a symbol.
14441         (package-generate-autoloads): Idem and return the name of the file.
14442         * emacs-lisp/package-x.el (package-upload-buffer-internal):
14443         Change pkg-info arg to be a package-desc.
14444         Use package-make-ac-desc.
14445         (package-upload-file): Use \' to match EOS.
14446         * finder.el (finder-compile-keywords): Use package-make-builtin.
14448 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14450         * vc/vc.el (vc-deduce-fileset): Change error message.
14451         (vc-read-backend): New function.
14452         (vc-next-action): Use it.
14454         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
14456         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
14457         (prolog-font-lock-keywords): Use regexp-opt instead.
14458         Don't manually highlight strings.
14459         (prolog-mode-variables): Simplify comment-start-skip.
14460         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
14462         * emacs-lisp/generic.el (generic--normalise-comments)
14463         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
14464         (generic-mode-set-comments): Use them.
14465         (generic-bracket-support): Use setq-local.
14466         (generic-make-keywords-list): Declare obsolete.
14468 2013-06-11  Glenn Morris  <rgm@gnu.org>
14470         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14471         Prettify after setting font-lock-defaults.  (Bug#14574)
14473 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
14475         * replace.el (query-replace, occur-read-regexp-defaults-function)
14476         (replace-search):
14477         * subr.el (declare-function, number-sequence, local-set-key)
14478         (substitute-key-definition, locate-user-emacs-file)
14479         (with-silent-modifications, split-string, eval-after-load):
14480         Fix typos, remove unneeded backslashes and reflow some docstrings.
14482 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14484         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
14485         default for Elisp files.
14487 2013-06-11  Glenn Morris  <rgm@gnu.org>
14489         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
14490         although define-derived-mode was doing this anyway.  (Bug#14583)
14492 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
14494         * allout.el (allout-encryption-plaintext-sanitization-regexps):
14495         Fix make-variable-buffer-local call to refer to the correct variable.
14497 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
14499         * eshell/em-term.el (eshell-visual-commands)
14500         (eshell-visual-subcommands, eshell-visual-options):
14501         Add summary line to docstrings.  Add cross-references.
14503 2013-06-10  Glenn Morris  <rgm@gnu.org>
14505         * epa.el (epa-read-file-name): New function.  (Bug#14510)
14506         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
14508 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
14510         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
14511         output redirection to be ignored with visual commands.
14513 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
14515         * eshell/em-term.el (eshell-visual-command-p): New function.
14516         (eshell-term-initialize): Move long lambda to separate function
14517         eshell-visual-command-p.
14518         * eshell/em-dirs.el (eshell-dirs-initialize):
14519         * eshell/em-script.el (eshell-script-initialize):
14520         Add missing #' to lambda.
14522 2013-06-08  Leo Liu  <sdl.web@gmail.com>
14524         * progmodes/octave.el (octave-add-log-current-defun): New function.
14525         (octave-mode): Set add-log-current-defun-function.
14526         (octave-goto-function-definition): Do not move point if not found.
14527         (octave-find-definition): Enhance to try subfunctions first.
14529 2013-06-08  Glenn Morris  <rgm@gnu.org>
14531         * emacs-lisp/bytecomp.el (byte-compile-char-before)
14532         (byte-compile-backward-char, byte-compile-backward-word):
14533         Improve previous change, to handle non-explicit nil.
14535 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14537         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
14538         (smie--opener/closer-at-point): New function.
14539         (smie--matching-block-data): Use it.  Don't match from right after an
14540         opener or right before a closer.  Obey smie-blink-matching-inners.
14541         Don't signal a mismatch for repeated inners like "switch..case..case".
14543 2013-06-07  Leo Liu  <sdl.web@gmail.com>
14545         * progmodes/octave.el (octave-mode): Set comment-use-global-state
14546         to t.  (Bug#14303)
14547         (octave-function-header-regexp): Fix.  (Bug#14570)
14548         (octave-help-mode-finish-hook, octave-help-mode-finish):
14549         Remove.  Just use temp-buffer-show-hook.
14551         * newcomment.el (comment-search-backward): Revert last change.
14552         (Bug#14434)
14554         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
14556 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
14558         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
14559         through xargs, to avoid failure due to MS-Windows limitations on
14560         command-line length.
14562 2013-06-06  Glenn Morris  <rgm@gnu.org>
14564         * font-lock.el (lisp-font-lock-keywords-2):
14565         Treat user-error like error.
14567         * emacs-lisp/bytecomp.el (byte-compile-char-before)
14568         (byte-compile-backward-char, byte-compile-backward-word):
14569         Handle explicit nil arguments.  (Bug#14565)
14571 2013-06-05  Alan Mackenzie  <acm@muc.de>
14573         * isearch.el (isearch-allow-prefix): New user option.
14574         (isearch-other-meta-char): Don't exit isearch when a prefix
14575         argument is typed whilst `isearch-allow-prefix' is non-nil.
14576         (Bug#9706)
14578 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14580         * autorevert.el (auto-revert-notify-handler): Use memq.
14581         Hide assertion failure.
14583         * skeleton.el: Use cl-lib.
14584         (skeleton-further-elements): Use defvar-local.
14585         (skeleton-insert): Use cl-progv.
14587 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14589         * progmodes/prog-mode.el (prog-prettify-symbols)
14590         (prog-prettify-install): Update docstrings.
14592 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14594         * simple.el: Move all the prog-mode code to prog-mode.el.
14595         * progmodes/prog-mode.el: New file.
14596         * loadup.el: Add prog-mode.el.
14598 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14600         * simple.el (prog-prettify-symbols): Add version.
14601         (prog-prettify-install): Add convenience function to prettify symbols.
14603         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
14604         (perl--augmented-font-lock-keywords-1)
14605         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
14606         variables and use it.
14608         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14609         (cfengine3-mode): Remove unneeded variable and use it.
14611         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14612         (lisp--augmented-font-lock-keywords-1)
14613         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
14614         Remove unneeded variables and use it.
14616 2013-06-05  João Távora  <joaotavora@gmail.com>
14618         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
14619         to point when opening the connection.  (Bug#14380)
14621 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14623         * subr.el (load-history-regexp, load-history-filename-element)
14624         (eval-after-load, after-load-functions, do-after-load-evaluation)
14625         (eval-next-after-load, display-delayed-warnings)
14626         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
14627         definition of save-match-data.
14628         (overriding-local-map): Remove accidental obsolescence declaration.
14630         * emacs-lisp/edebug.el (edebug-result): Move before first use.
14632 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14634         Generalize symbol prettify support to prog-mode and implement it
14635         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
14636         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
14637         (prog--prettify-font-lock-compose-symbol)
14638         (prog-prettify-font-lock-symbols-keywords): New variables and
14639         functions to support symbol prettification.
14640         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14641         (lisp--augmented-font-lock-keywords-1)
14642         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
14643         (lisp--prettify-symbols-alist): Implement prettify of lambda.
14644         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14645         (cfengine3--prettify-symbols-alist, cfengine3-mode):
14646         Implement prettify of -> => :: strings.
14647         * progmodes/perl-mode.el (perl-prettify-symbols)
14648         (perl--font-lock-compose-symbol)
14649         (perl--font-lock-symbols-keywords): Move to prog-mode.
14650         (perl--prettify-symbols-alist): Prettify -> => :: strings.
14651         (perl-font-lock-keywords-1)
14652         (perl-font-lock-keywords-2): Remove explicit prettify support.
14653         (perl--augmented-font-lock-keywords)
14654         (perl--augmented-font-lock-keywords-1)
14655         (perl--augmented-font-lock-keywords-2, perl-mode):
14656         Implement prettify support.
14658 2013-06-05  Leo Liu  <sdl.web@gmail.com>
14660         Re-implement SMIE matching block highlight using
14661         show-paren-data-function.  (Bug#14395)
14662         * emacs-lisp/smie.el (smie-matching-block-highlight)
14663         (smie--highlight-matching-block-overlay)
14664         (smie--highlight-matching-block-lastpos)
14665         (smie-highlight-matching-block)
14666         (smie-highlight-matching-block-mode): Remove.
14667         (smie--matching-block-data-cache): New variable.
14668         (smie--matching-block-data): New function.
14669         (smie-setup): Use smie--matching-block-data for
14670         show-paren-data-function.
14672         * progmodes/octave.el (octave-mode-menu): Fix.
14673         (octave-find-definition): Skip garbage lines.
14675 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14677         Fix compilation error with simultaneous dynamic+lexical scoping.
14678         Add warning when a defvar appears after the first let-binding.
14679         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
14680         (byte-compile-close-variables): Initialize it.
14681         (byte-compile--declare-var): New function.
14682         (byte-compile-file-form-defvar)
14683         (byte-compile-file-form-define-abbrev-table)
14684         (byte-compile-file-form-custom-declare-variable): Use it.
14685         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
14686         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
14687         (byte-compile-bind): Handle dynamic bindings that shadow
14688         lexical bindings.
14689         (byte-compile-unbind): Make arg non-optional.
14690         (byte-compile-let): Simplify.
14691         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
14692         (cconv--analyse-function, cconv-analyse-form): Populate it.
14693         Protect byte-compile-bound-variables to limit the scope of defvars.
14694         (cconv-analyse-form): Add missing rule for (defvar <foo>).
14695         Remove unneeded rule for `declare'.
14697         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
14698         so as to avoid depending on cl-adjoin at run-time.
14699         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
14701         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
14702         (macroexp--warn-and-return): Use it.
14704 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14706         * subr.el: Convert to lexical binding.
14707         (overriding-local-map): Make obsolete.
14708         (add-to-list): Doc fix.  Add compiler macro.
14709         (read-key): Swap values of local maps.
14711 2013-06-05  Leo Liu  <sdl.web@gmail.com>
14713         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
14715 2013-06-04  Leo Liu  <sdl.web@gmail.com>
14717         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
14718         (compilation-auto-jump): Suppress the "Mark set" message to give
14719         way to exit message.
14721 2013-06-04  Alan Mackenzie  <acm@muc.de>
14723         Remove faulty optimisation from indentation calculation.
14724         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
14725         search limit based on 2000 characters back from indent-point.
14727 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
14729         * eshell/em-term.el (cl-lib): Require `cl-lib'.
14731 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14733         * emacs-lisp/lisp.el: Use lexical-binding.
14734         (lisp--local-variables-1, lisp--local-variables): New functions.
14735         (lisp--local-variables-completion-table): New var.
14736         (lisp-completion-at-point): Use it complete let-bound vars.
14738         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
14739         eagerly (bug#14422).
14741 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
14743         * autorevert.el (auto-revert-notify-enabled)
14744         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
14745         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
14746         (auto-revert-notify-handler): Handle also gfilenotify.
14748         * subr.el (file-notify-handle-event): New defun.  Replacing ...
14749         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
14750         Remove.
14752 2013-06-03  Juri Linkov  <juri@jurta.org>
14754         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
14755         `M-s h .'.  (Bug#14427)
14757         * hi-lock.el (highlight-symbol-at-point): New alias for the new
14758         command `hi-lock-face-symbol-at-point'.
14759         (hi-lock-face-symbol-at-point): New command.
14760         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
14761         (hi-lock-menu): Add `highlight-symbol-at-point'.
14762         (hi-lock-mode): Doc fix.
14764         * isearch.el (isearch-forward-symbol-at-point): New command.
14765         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
14766         (isearch-highlight-regexp): Add a regexp which matches
14767         words/symbols for word/symbol mode.
14769         * subr.el (find-tag-default-bounds): New function with the body
14770         mostly moved from `find-tag-default'.
14771         (find-tag-default): Move most code to `find-tag-default-bounds',
14772         call it and apply `buffer-substring-no-properties' afterwards.
14774 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
14776         * eshell/em-term.el (eshell-term-initialize):
14777         Use `cl-intersection' rather than `intersection'.
14779 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
14781         * vc/log-view.el: Doc fix.
14782         (log-view-mode-map): Copy keymap from `special-mode-map'.
14784 2013-06-02  Eric Ludlam  <zappo@gnu.org>
14786         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
14787         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
14788         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
14789         (eieio-unbound, eieio-default-superclass)
14790         (eieio--define-field-accessors, method-static, method-before)
14791         (method-primary, method-after, method-num-lists)
14792         (method-generic-before, method-generic-primary)
14793         (method-generic-after, method-num-slots)
14794         (eieio-specialized-key-to-generic-key)
14795         (eieio--check-type, class-v, class-p)
14796         (eieio-class-name, define-obsolete-function-alias)
14797         (eieio-class-parents-fast, eieio-class-children-fast)
14798         (same-class-fast-p, class-constructor, generic-p)
14799         (generic-primary-only-p, generic-primary-only-one-p)
14800         (class-option-assoc, class-option, eieio-object-p)
14801         (class-abstract-p, class-method-invocation-order)
14802         (eieio-defclass-autoload-map, eieio-defclass-autoload)
14803         (eieio-class-un-autoload, eieio-defclass)
14804         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
14805         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
14806         (eieio--defgeneric-init-form, eieio-defgeneric-form)
14807         (eieio-defgeneric-reset-generic-form)
14808         (eieio-defgeneric-form-primary-only)
14809         (eieio-defgeneric-reset-generic-form-primary-only)
14810         (eieio-defgeneric-form-primary-only-one)
14811         (eieio-defgeneric-reset-generic-form-primary-only-one)
14812         (eieio-unbind-method-implementations)
14813         (eieio--defmethod, eieio--typep)
14814         (eieio-perform-slot-validation, eieio-validate-slot-value)
14815         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
14816         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
14817         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
14818         (eieio-slot-name-index, eieio-class-slot-name-index)
14819         (eieio-set-defaults, eieio-initarg-to-attribute)
14820         (eieio-attribute-to-initarg, eieio-c3-candidate)
14821         (eieio-c3-merge-lists, eieio-class-precedence-c3)
14822         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
14823         (eieio-class-precedence-list, eieio-generic-call-methodname)
14824         (eieio-generic-call-arglst, eieio-generic-call-key)
14825         (eieio-generic-call-next-method-list)
14826         (eieio-pre-method-execution-functions, eieio-generic-call)
14827         (eieio-generic-call-primary-only, eieiomt-method-list)
14828         (eieiomt-optimizing-obarray, eieiomt-install)
14829         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
14830         (eieio-generic-form, eieio-defmethod, make-obsolete)
14831         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
14832         (defclass): Remove `eval-and-compile' from macro.
14833         (call-next-method, shared-initialize): Instead of using
14834         `scoped-class' variable, use new eieio--scoped-class, and
14835         eieio--with-scoped-class.
14836         (initialize-instance): Rename local variable 'scoped-class' to
14837         'this-class' to remove ambiguitity from old global.
14839         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
14840         eieio.el.
14841         (eieio--scoped-class-stack): New variable.
14842         (eieio--scoped-class): New fcn.
14843         (eieio--with-scoped-class): New scoping macro.
14844         (eieio-defclass): Use pushnew instead of add-to-list.
14845         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
14846         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
14847         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
14848         `scoped-class' variable, use new eieio--scoped-class, and
14849         eieio--with-scoped-class.
14851         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
14853 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
14855         * eshell/esh-ext.el (eshell-external-command): Pass args to
14856         `eshell-find-interpreter'.
14857         (eshell-find-interpreter): Add new second parameter ARGS.
14859         * eshell/em-script.el (eshell-script-initialize): Add second arg
14860         to the function added as MATCH to `eshell-interpreter-alist'.
14862         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
14863         the function added as MATCH to `eshell-interpreter-alist'.
14865         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
14866         (eshell-visual-options): New defcustom.
14867         (eshell-escape-control-x): Adapt docstring.
14868         (eshell-term-initialize): Test `eshell-visual-subcommands' and
14869         `eshell-visual-options' in addition to `eshell-visual-commands'.
14870         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
14872 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14874         * progmodes/python.el (python-indent-block-enders): Add break,
14875         continue and raise keywords.
14877 2013-06-01  Glenn Morris  <rgm@gnu.org>
14879         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
14881         Plain (f)boundp silences compilation warnings since Emacs 22.1.
14882         * progmodes/cc-cmds.el (delete-forward-p):
14883         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
14884         * progmodes/cc-engine.el (buffer-syntactic-context):
14885         * progmodes/cc-fonts.el (face-property-instance):
14886         * progmodes/cc-mode.el (set-keymap-parents):
14887         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
14888         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
14889         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
14890         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
14891         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
14893         * progmodes/cc-vars.el (other): Emacs has this widget since
14894         at least 21.1, so don't (re)define it.
14896         * eshell/em-cmpl.el (eshell-cmpl-initialize):
14897         Replace the obsolete alias pcomplete-arg-quote-list.
14899 2013-06-01  Leo Liu  <sdl.web@gmail.com>
14901         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
14902         punctuation syntax.
14903         (inferior-octave-minimal-columns)
14904         (inferior-octave-last-column-width): New variables.
14905         (inferior-octave-track-window-width-change): New function.
14906         (inferior-octave-mode): Adjust column width so that Octave output,
14907         for example from 'ls', can fit into the window nicely.
14909 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
14911         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14912         Highlight expansions inside regexp literals.
14914 2013-05-31  Glenn Morris  <rgm@gnu.org>
14916         * obsolete/sym-comp.el (symbol-complete):
14917         Replace obsolete completion-annotate-function.
14919         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
14921 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
14923         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14924         New function, checks if point is inside a literal that allows
14925         expression expansion.
14926         (ruby-syntax-propertize-expansion): Use it.
14927         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
14928         around the body.
14930 2013-05-30  Juri Linkov  <juri@jurta.org>
14932         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
14933         to "\M-si".
14934         (isearch-invisible): New variable.
14935         (isearch-forward): Doc fix.
14936         (isearch-mode): Set `isearch-invisible'
14937         to the value of `search-invisible'.
14938         (isearch-toggle-case-fold): Doc fix.
14939         (isearch-toggle-invisible): New command.
14940         (isearch-query-replace): Let-bind `search-invisible'
14941         to the value of `isearch-invisible'.
14942         (isearch-search): Use `isearch-invisible' instead of
14943         `search-invisible'.  Let-bind `search-invisible'
14944         to the value of `isearch-invisible'.  (Bug#11378)
14946 2013-05-30  Juri Linkov  <juri@jurta.org>
14948         * replace.el (perform-replace): Avoid `isearch-range-invisible'
14949         call when `query-flag' is nil and `search-invisible' is non-nil.
14950         (Bug#11746)
14952 2013-05-30  Glenn Morris  <rgm@gnu.org>
14954         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
14956         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
14957         (cc-require): Suppress spurious "noruntime" warnings.
14958         (cc-require-when-compile): Use fboundp, for sake of compiler.
14960         * progmodes/cc-mode.el: Move load of cc-vars before that of
14961         cc-langs (which in turn loads cc-vars), to quieten compiler.
14963 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14965         * paren.el: Simplify the code.
14966         (show-paren-mode): Always start the timer.
14967         (show-paren--idle-timer): Rename from show-paren-idle-timer.
14968         (show-paren--overlay, show-paren--overlay-1): Rename from
14969         show-paren-overlay and show-paren-overlay-1, and initialize to an
14970         overlay rather than to nil.
14971         (show-paren-function): Misc cleanup and simplifications.
14973 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14975         * paren.el (show-paren-data-function): New hook.
14976         (show-paren--default): New function, extracted from show-paren-function.
14977         (show-paren-function): Use show-paren-data-function.
14979 2013-05-30  Glenn Morris  <rgm@gnu.org>
14981         * ielm.el (ielm-map, ielm-complete-symbol):
14982         Use completion-at-point rather than obsolete functions.
14983         (inferior-emacs-lisp-mode): Doc fix.
14984         Set completion-at-point-functions, rather than
14985         comint-dynamic-complete-functions.
14987         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
14988         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
14989         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
14991         * image.el (image-animated-p): Tweak definition.
14993         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
14994         (rlogin-process-connection-type): Tweak default.  Add set-after.
14995         (rlogin-host): Doc fix.
14996         (rlogin): Tweak prompt.
14997         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
14999         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
15000         * progmodes/tcl.el (inferior-tcl-mode-map):
15001         Use completion-at-point rather than obsolete alias.
15003         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
15005         * minibuffer.el (read-file-name-completion-ignore-case):
15006         Move before completion--in-region, for eager macro expansion.
15008 2013-05-29  Juri Linkov  <juri@jurta.org>
15010         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
15011         for total count of matching lines.  Add `global-matches' for total
15012         count of matches.  Rename `matches' to `lines' for count of
15013         matching lines.  Add `matches' for count of matches.
15014         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
15015         to `prev-line' for line number of prev match endpt.
15016         Increment `matches' for every match.  Print the number of
15017         matching lines in the header.
15018         (occur-context-lines): Rename `lines' to `curr-line'.
15019         Rename `prev-lines' to `prev-line'.  (Bug#14017)
15021 2013-05-29  Juri Linkov  <juri@jurta.org>
15023         * replace.el (perform-replace): Add `skip-read-only-count',
15024         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
15025         Increment them for corresponding conditions and report the number
15026         of skipped occurrences in the final message.  (Bug#11746)
15027         (query-replace, query-replace-regexp, query-replace-regexp-eval)
15028         (replace-string, replace-regexp): Doc fix.
15030 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15032         * emacs-lisp/trace.el (trace--read-args): Provide a default.
15034         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
15035         prog-mode-map (bug#14504).
15037 2013-05-29  Leo Liu  <sdl.web@gmail.com>
15039         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
15040         (octave-help): Small simplification.
15042         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
15043         off the highlight first.
15045 2013-05-29  Glenn Morris  <rgm@gnu.org>
15047         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
15048         Handle idlwave-last-system-routine-info-cons-cell being nil.
15050         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15051         (idlwave-write-paths): Simplify via with-temp-buffer.
15053         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
15054         * emulation/cua-rect.el: Also load cua-base at run time.
15056         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
15057         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
15058         (cperl-imenu-on-info): Require imenu.
15060 2013-05-28  Alan Mackenzie  <acm@muc.de>
15062         Handle "capitalised keywords" correctly.
15063         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
15065 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
15067         * eshell/em-unix.el: Add -r option to cp.
15069 2013-05-28  Glenn Morris  <rgm@gnu.org>
15071         * vc/vc-arch.el (vc-exec-after): Declare.
15072         (vc-switches): Autoload.
15073         * vc/vc-bzr.el: No need to require vc when compiling.
15074         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
15075         (vc-resynch-buffer, vc-dir-refresh): Declare.
15076         (vc-setup-buffer, vc-switches): Autoload.
15077         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
15078         (vc-resynch-buffer): Declare.
15079         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
15080         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
15081         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
15082         (grep-read-regexp, grep-read-files, grep-expand-template)
15083         (vc-dir-refresh): Declare.
15084         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
15085         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
15086         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
15087         * vc/vc-mtn.el (vc-exec-after): Declare.
15088         (vc-switches): Autoload.
15089         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
15090         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
15091         (vc-file-tree-walk): Declare.
15092         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
15093         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
15094         (vc-tag-precondition, vc-rename-master): Autoload.
15095         * vc/vc-svn.el (vc-exec-after): Declare.
15096         (vc-switches, vc-setup-buffer): Autoload.
15097         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
15098         Autoload.
15099         (vc-resynch-buffer): Declare.
15101         * obsolete/fast-lock.el (byte-compile-warnings):
15102         Don't warn about obsolete features in this obsolete file.
15104         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
15105         Move definition before use.
15107         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
15108         (dun-unix-verbs): Remove dun-zippy.
15109         (dun-zippy): Remove function.
15111         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
15113 2013-05-27  Juri Linkov  <juri@jurta.org>
15115         * replace.el (replace-search): New function with code moved out
15116         from `perform-replace'.
15117         (replace-highlight, replace-dehighlight): Move function definitions
15118         up closer to `replace-search'.  (Bug#11746)
15120 2013-05-27  Juri Linkov  <juri@jurta.org>
15122         * replace.el (perform-replace): Ignore invisible matches.
15123         In addition to checking `query-replace-skip-read-only', also
15124         filter out matches by calling `run-hook-with-args-until-failure'
15125         on `isearch-filter-predicates', and also check `search-invisible'
15126         for t or call `isearch-range-invisible'.
15127         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
15129 2013-05-27  Juri Linkov  <juri@jurta.org>
15131         * isearch.el (isearch-filter-predicates): Rename from
15132         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
15133         (isearch-message-prefix): Display text from the property
15134         `isearch-message-prefix' of the currently active filters.
15135         (isearch-search): Don't compare `isearch-filter-predicate' with
15136         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
15137         on `isearch-filter-predicates'.  Also check `search-invisible' for t
15138         or call `isearch-range-invisible'.
15139         (isearch-filter-visible): Make obsolete.
15140         (isearch-lazy-highlight-search):
15141         Call `run-hook-with-args-until-failure' on
15142         `isearch-filter-predicates' and use `isearch-range-invisible'.
15144         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
15145         `isearch-filter-predicates' instead of `funcall'ing
15146         `isearch-filter-predicate'.
15147         (Info-mode): Set `Info-isearch-filter' to
15148         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
15150         * dired-aux.el (dired-isearch-filter-predicate-orig):
15151         Remove variable.
15152         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
15153         (dired-isearch-filenames-end): Add and remove
15154         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
15155         instead of changing the value of `isearch-filter-predicate'.
15156         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
15157         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
15158         Put property `isearch-message-prefix' to "filename " on
15159         `dired-isearch-filter-filenames'.
15161         * wdired.el (wdired-change-to-wdired-mode):
15162         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
15163         locally instead of changing `isearch-filter-predicate'.
15164         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
15166 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
15168         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
15169         return the commit hash (Bug#14459).  Also set the
15170         `vc-git-detached' property.
15171         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
15172         (vc-git-mode-line-string): Use the same help-echo format whether
15173         in detached mode or not, because we know the actual revision now.
15174         When in detached mode, shorten the revision to 7 chars.
15176 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15178         * emacs-lisp/easy-mmode.el (define-minor-mode):
15179         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
15180         mode hook and provide a docstring.
15182 2013-05-27  Alan Mackenzie  <acm@muc.de>
15184         Remove spurious syntax-table text properties inserted by C-y.
15185         * progmodes/cc-mode.el (c-after-change): Also clear hard
15186         syntax-table property with value nil.
15188 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
15190         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
15191         when reading the events; the buffer layout shall not be changed.
15193 2013-05-27  Leo Liu  <sdl.web@gmail.com>
15195         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
15196         New variable.
15197         (inferior-octave-directory-tracker): Automatically re-sync
15198         default-directory.
15199         (octave-help): Improve handling of 'See also'.
15201 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15203         * doc-view.el: Minor naming convention tweaks.
15204         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
15206         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
15207         even if there's no `display' property yet (bug#14435).
15209 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
15211         * subr.el (unmsys--file-name): Rename from reveal-filename.
15213         * Makefile.in (custom-deps, finder-data, autoloads)
15214         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15215         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15216         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
15218 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15220         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
15221         error-completion on the first 2 args of condition-case (bug#14446).
15222         Don't burp at EOB.
15224 2013-05-25  Leo Liu  <sdl.web@gmail.com>
15226         * comint.el (comint-previous-matching-input): Do not flood the
15227         *Messages* buffer with trivial messages.
15229 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15231         * progmodes/flymake.el (flymake-nop): Don't return a string.
15232         (flymake-set-at): Fix typo.
15234         * simple.el (read--expression): New function, extracted from
15235         eval-expression.  Set completion-at-point-functions (bug#14465).
15236         (eval-expression, eval-minibuffer): Use it.
15238 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
15240         * progmodes/flymake.el (flymake-save-buffer-in-file)
15241         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
15242         (flymake-selected-frame, flymake-log, flymake-ins-after)
15243         (flymake-set-at, flymake-get-buildfile-from-cache)
15244         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
15245         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
15246         Refine the doc string.
15247         (flymake-get-file-name-mode-and-masks): Reformat.
15248         (flymake-get-real-file-name-function): Fix a minor bug.
15250 2013-05-24  Juri Linkov  <juri@jurta.org>
15252         * progmodes/grep.el (grep-mode-font-lock-keywords):
15253         Support =linenumber= format used by git-grep for lines with
15254         function names.  (Bug#13549)
15256 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15258         * progmodes/octave.el (octave-smie-rules): Return nil rather than
15259         0 after a semi-colon; it works better for smie-auto-fill.
15260         (octave--indent-new-comment-line): New function.
15261         (octave-indent-new-comment-line): Use it (indirectly).
15262         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
15263         modify comment-line-break-function.
15265         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
15266         (smie-setup): Use add-function to set it.
15268 2013-05-24  Sam Steingold  <sds@gnu.org>
15270         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
15271         argument (before the `interactive' argument).
15273 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15275         * image-mode.el (image-mode-winprops): Add winprops to
15276         image-mode-winprops-alist before running
15277         image-mode-new-window-functions.
15278         * doc-view.el (doc-view-new-window-function): Don't delay
15279         doc-view-goto-page via timers (bug#14435).
15281 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
15283         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
15284         (doc-view-desktop-save-buffer): New function.
15285         (doc-view-restore-desktop-buffer): New function.
15286         (desktop-buffer-mode-handlers):
15287         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
15288         handler.
15289         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
15290         `desktop-save-buffer' function.
15292 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
15294         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
15295         (tramp-gvfs-file-name-handler): Raise a user error when
15296         `tramp-gvfs-enabled' is nil.
15297         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
15298         Do not raise a user error when loading package.  (Bug#14447)
15300         * net/xesam.el: Move to obsolete/.
15302 2013-05-24  Glenn Morris  <rgm@gnu.org>
15304         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
15306         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
15308         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
15309         (Info-find-node, Man-getpage-in-background): Declare.
15311         * mail/unrmail.el (unrmail):
15312         Replace obsolete detect-coding-with-priority.
15314         * net/socks.el (socks-split-string): Use this rather than split-string.
15315         (socks-nslookup-host): Update for above change.
15316         (dynamic-choice, s5-dynamic-choice-match)
15317         (s5-dynamic-choice-match-inline, s5-widget-value-create):
15318         Comment out unused code.
15320         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
15321         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
15322         (gud-tooltip-echo-area): Make obsolete.
15323         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
15325         * progmodes/js.el (js--optimize-arglist): Declare.
15327         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
15329         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
15330         (ediff-window-C): Declare.
15332         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
15333         Tweak requires to silence compiler.
15335         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
15336         (he-search-string, he-tried-table, he-expand-list)
15337         (he-init-string, he-string-member, he-substitute-string)
15338         (he-reset-string): Declare.
15340         * obsolete/options.el (list-options): Use custom-variable-p,
15341         rather than obsolete alias.
15343 2013-05-23  Sam Steingold  <sds@gnu.org>
15345         * simple.el (shell-command-on-region): Pass the `replace' argument
15346         down to `call-process-region' to comply with the doc as reported on
15347         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
15349 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15351         * emacs-lisp/smie.el (smie-indent-forward-token)
15352         (smie-indent-backward-token): Handle string tokens (bug#14381).
15354 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15356         * ielm.el (ielm-menu): New menu.
15357         (inferior-emacs-lisp-mode): Set comment-start.
15359 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15361         * textmodes/reftex.el (reftex-ref-style-toggle):
15362         Fix deactivate action.
15364         * textmodes/reftex-vars.el (reftex-ref-style-alist):
15365         Add cleveref macros.
15367         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15368         Accept options for bibliography commands.
15369         * textmodes/reftex-vars.el (reftex-bibliography-commands):
15370         Add addbibresource.  Basic Biblatex support.
15372 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
15374         * net/tramp-gvfs.el (top):
15375         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
15376         when loading package.  (Bug#14447)
15378 2013-05-23  Glenn Morris  <rgm@gnu.org>
15380         * progmodes/js.el: No need to load comint when compiling.
15381         (ring-insert, comint-send-string, comint-send-input)
15382         (comint-last-input-end, ido-chop): Declare.
15384         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
15385         * vc/ediff-mult.el: Adjust requires.
15386         (ediff-directories-internal, ediff-directory-revisions-internal)
15387         (ediff-patch-file-internal): Declare.
15388         * vc/ediff-ptch.el: Adjust requires.
15389         (ediff-use-last-dir, ediff-buffers-internal): Declare.
15390         (ediff-find-file): Autoload.
15391         * vc/ediff-util.el: No need to load ediff when compiling.
15392         (ediff-regions-internal): Declare.
15393         * vc/ediff-wind.el: Adjust requires.
15394         (ediff-compute-toolbar-width): Define when compiling.
15395         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
15396         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
15397         (dired-get-filename, dired-get-marked-files)
15398         (ediff-last-dir-patch, ediff-patch-default-directory)
15399         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
15400         (ediff-patch-buffer-internal): Declare.
15402         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
15403         (ispell-process, ispell-buffer-local-words, lm-summary)
15404         (lm-section-start, lm-section-end): Declare.
15405         (checkdoc-ispell-init): Simplify.
15407         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
15408         (he-string-member, he-reset-string, he-substitute-string): Declare.
15410         * eshell/em-ls.el: Adjust requires.
15411         (eshell-glob-regexp): Declare.
15412         * eshell/em-tramp.el: Adjust requires.
15413         (eshell-parse-command): Autoload.
15414         * eshell/em-xtra.el: Adjust requires.
15415         (eshell-parse-command): Autoload.
15416         * eshell/esh-ext.el: Adjust requires.
15417         (eshell-parse-command, eshell-close-handles): Autoload.
15418         * eshell/esh-io.el: Adjust requires.
15419         (eshell-output-filter): Autoload.
15420         * eshell/esh-util.el: No need to load tramp when compiling.
15421         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
15422         Declare.
15423         (eshell-parse-ange-ls): Require ange-ftp and tramp.
15424         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
15425         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
15426         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
15427         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
15428         * eshell/esh-opt.el, eshell/esh-proc.el:
15429         * eshell/esh-var.el: Adjust requires.
15430         * eshell/eshell.el: Do not require esh-util twice.
15431         (eshell-add-input-to-history): Declare.
15432         (eshell-command): Check history module is active before using it.
15434         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
15436 2013-05-22  Leo Liu  <sdl.web@gmail.com>
15438         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
15440 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
15442         * autorevert.el (auto-revert-notify-add-watch)
15443         (auto-revert-notify-handler): Add `attrib' for the inotify case,
15444         it indicates changes in file modification time.
15446 2013-05-22  Glenn Morris  <rgm@gnu.org>
15448         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15449         Always delete the autoloaded function from the noruntime and
15450         unresolved functions lists.
15452         * allout.el: No need to load epa, epg, overlay when compiling.
15453         (epg-context-set-passphrase-callback, epg-list-keys)
15454         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
15455         (epg-key-user-id-list): Declare.
15457         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15458         (viper-set-parsing-style-toggling-macro)
15459         (viper-set-emacs-state-searchstyle-macros):
15460         Use called-interactively-p on Emacs.
15461         (viper-looking-back): Make it an obsolete alias.  Update callers.
15462         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
15463         Use looking-back rather than viper-looking-back.
15464         (viper-tmp-insert-at-eob, viper-enlarge-region)
15465         (viper-read-string-with-history, viper-register-to-point)
15466         (viper-append-to-register, viper-change-state-to-vi)
15467         (viper-backward-char-carefully, viper-forward-char-carefully)
15468         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
15469         (viper-change-state-to-emacs): Declare.
15470         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
15471         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
15472         * emulation/viper-mous.el: Do not load viper-cmd.
15473         (viper-backward-char-carefully, viper-forward-char-carefully)
15474         (viper-forward-word, viper-adjust-window): Declare.
15476         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
15478         * progmodes/idlw-help.el (idlwave-help-fontify):
15479         Use called-interactively-p.
15481         * term/w32console.el (w32-get-console-codepage)
15482         (w32-get-console-output-codepage): Declare.
15484         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
15485         Remove unnecessary declarations.
15486         (dframe-message): Doc fix.
15488         * info.el (dframe-select-attached-frame, dframe-current-frame):
15489         Declare.
15491         * speedbar.el (speedbar-message): Make it an obsolete alias.
15492         Update all callers.
15493         (speedbar-with-attached-buffer)
15494         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
15495         (speedbar-with-writable): Use backquote.
15496         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
15497         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
15498         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
15499         rather than speedbar- aliases.
15500         * mail/rmail.el: Load dframe rather than speedbar when compiling.
15501         (speedbar-make-specialized-keymap, speedbar-insert-button)
15502         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
15503         (speedbar-do-function-pointer): Declare.
15504         (rmail-speedbar-button, rmail-speedbar-find-file)
15505         (rmail-speedbar-move-message):
15506         Use dframe-with-attached-buffer rather than speedbar- alias.
15507         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
15508         (dframe-message, speedbar-make-specialized-keymap)
15509         (speedbar-add-expansion-list, speedbar-mode-functions-list)
15510         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
15511         (speedbar-insert-button, dframe-select-attached-frame)
15512         (dframe-maybee-jump-to-attached-frame)
15513         (speedbar-change-initial-expansion-list)
15514         (speedbar-previously-used-expansion-list-name): Declare.
15515         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
15516         Use dframe-message, dframe-with-attached-buffer rather than
15517         speedbar- aliases.
15518         (gud-sentinel): Silence compiler.
15519         * progmodes/vhdl-mode.el (speedbar-refresh)
15520         (speedbar-do-function-pointer, speedbar-add-supported-extension)
15521         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
15522         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
15523         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
15524         (speedbar-file-lists, speedbar-make-tag-line)
15525         (speedbar-line-directory, speedbar-goto-this-file)
15526         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
15527         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
15528         (speedbar-make-button, speedbar-reset-scanners)
15529         (speedbar-files-item-info, speedbar-line-text)
15530         (speedbar-find-file-in-frame, speedbar-set-timer)
15531         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
15532         (speedbar-with-writable): Do not (re)define it.
15533         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
15534         rather than speedbar- alias.
15536 2013-05-21  Leo Liu  <sdl.web@gmail.com>
15538         * progmodes/octave.el (octave-mode-menu): Update and re-organize
15539         menu items.
15540         (octave-mode): Tweak fill-nobreak-predicate.
15541         (inferior-octave-startup): Check process to avoid infinite loop.
15542         (inferior-octave): Pop to buffer first to show abornmal process
15543         exit information.
15545 2013-05-21  Glenn Morris  <rgm@gnu.org>
15547         * printing.el (pr-menu-bar): Define when compiling.
15549 2013-05-21  Leo Liu  <sdl.web@gmail.com>
15551         * progmodes/octave.el (octave-auto-fill): Remove.
15552         (octave-indent-new-comment-line): Improve.
15553         (octave-mode): Use auto fill mode through
15554         comment-line-break-function and fill-nobreak-predicate.
15555         (octave-goto-function-definition): Support DEFUN_DLD.
15556         (octave-beginning-of-defun): Small tweak.
15557         (octave-help): Show parent directory.
15559 2013-05-21  Glenn Morris  <rgm@gnu.org>
15561         * files.el (dired-unmark):
15562         * progmodes/gud.el (gdb-input): Update declarations.
15564         * calculator.el (electric, ehelp): No need to load when compiling.
15565         (Electric-command-loop, electric-describe-mode): Declare.
15567         * doc-view.el (doc-view-current-converter-processes): Move before use.
15569         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15570         Move MODE-set-explicitly definition before use.
15572         * international/mule-diag.el (mule-diag):
15573         Don't use obsolete window-system-version.
15575         * mail/feedmail.el (smtpmail): No need to load when compiling.
15576         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
15578         * mail/mail-utils.el (rfc822): No need to load when compiling.
15579         (rfc822-addresses): Autoload it.
15580         (mail-strip-quoted-names): Trivial simplification.
15582         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
15583         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
15585         * net/snmp-mode.el (tempo): Don't duplicate requires.
15587         * progmodes/prolog.el (info): No need to load when compiling.
15588         (comint): Require before shell requires it.
15589         (Info-goto-node): Autoload it.
15590         (Info-follow-nearest-node): Declare.
15591         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
15593         * textmodes/artist.el (picture-mode-exit): Declare.
15595         * textmodes/reftex-parse.el (reftex-parse-from-file):
15596         Trivial rewrite so the compiler can parse it better.
15598 2013-05-20  Leo Liu  <sdl.web@gmail.com>
15600         * progmodes/octave.el (octave-help-mode-map)
15601         (octave-help-mode-finish-hook): New variables.
15602         (octave-help-mode, octave-help-mode-finish): New functions.
15603         (octave-help): Use octave-help-mode.
15605 2013-05-20  Glenn Morris  <rgm@gnu.org>
15607         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
15609 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
15611         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
15612         start at point, so that expansion starting right after opening
15613         slash in a regexp is recognized.
15614         (ruby-syntax-before-regexp-re): New defvar, extracted from
15615         ruby-syntax-propertize-function.  Since the value of this regexp
15616         is looked up at runtime now, we should be able to turn
15617         `ruby-syntax-methods-before-regexp' into a defcustom later.
15618         (ruby-syntax-propertize-function): Split regexp matching into two
15619         parts, for opening and closing slashes.  That allows us to skip
15620         over string interpolations and support multiline regexps.
15621         Don't call `ruby-syntax-propertize-expansions', instead use another rule
15622         for them, which calls `ruby-syntax-propertize-expansion'.
15623         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
15624         call to `ruby-syntax-propertize-function'.
15625         (ruby-syntax-propertize-expansion): Extracted from
15626         `ruby-syntax-propertize-expansions'.  Handles one expansion.
15627         (ruby-syntax-propertize-percent-literal): Leave point right after
15628         the percent symbol, so that the expression expansion rule can
15629         propertize the contents.
15630         (ruby-syntax-propertize-heredoc): Leave point at bol following the
15631         heredoc openers.
15632         (ruby-syntax-propertize-expansions): Remove.
15634 2013-05-18  Juri Linkov  <juri@jurta.org>
15636         * man.el (Man-default-man-entry): Remove `-' from the end
15637         of the default value.  (Bug#14400)
15639 2013-05-18  Glenn Morris  <rgm@gnu.org>
15641         * comint.el (comint-password-prompt-regexp):
15642         Allow "password for XXX" where XXX contains colons (eg https://...).
15644 2013-05-18  Leo Liu  <sdl.web@gmail.com>
15646         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
15647         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
15648         (octave-source-directories): Don't check process.
15649         (octave-source-directories, octave-find-definition): Doc fix.
15651 2013-05-18  Glenn Morris  <rgm@gnu.org>
15653         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15654         Remove backspace/delete bindings.  (Bug#14392)
15656         * cus-dep.el (custom-make-dependencies): Sort the output.
15657         (custom-versions-load-alist): Convert comment to doc.
15659 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15661         * newcomment.el (comment-search-backward): Stricter in finding
15662         comment start.  (Bug#14303)
15664         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
15665         (octave-comment-start-skip): Properly anchored.
15667 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15669         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
15670         Clean up when turned off.  (Bug#14395)
15671         (smie--highlight-matching-block-overlay): No longer buffer-local.
15672         (smie-highlight-matching-block): Adjust.
15674 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15676         Doc string fix for "nanoseconds" (Bug#14406).
15677         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
15678         Fix doc string typo that had "nanoseconds" instead of "microseconds".
15680 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
15682         * calc/calc-units.el (math-extract-units): Preserve powers
15683         of units.
15685 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15687         * subr.el (delete-consecutive-dups): New function.
15688         * ido.el (ido-set-matches-1): Use it.
15689         * progmodes/octave.el (inferior-octave-completion-table): Use it.
15690         * ido.el (ido-remove-consecutive-dups): Remove.
15692 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15694         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15695         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
15696         regexp-opt's `words'.
15698 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15700         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
15701         (smie--highlight-matching-block-overlay)
15702         (smie--highlight-matching-block-lastpos)
15703         (smie--highlight-matching-block-timer): New variables.
15704         (smie-highlight-matching-block): New function.
15705         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
15706         (smie-setup): Conditionally enable smie-blink-matching-open.
15708 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
15710         Sync with upstream verilog-mode r840.
15711         * progmodes/verilog-mode.el (verilog-mode-version)
15712         (verilog-mode-release-date): Update.
15713         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
15714         (verilog-sig-tieoff): Fix string error on
15715         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
15716         (verilog-read-decls): Fix parameters confusing
15717         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
15719 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
15721         * subr.el (reveal-filename): New function.
15723         * loadup.el: Compute Emacs executable versions on MS-Windows,
15724         where executables have the .exe extension.  Add a hard link
15725         emacs-XX.YY.ZZ.exe on MS-Windows.
15727         * Makefile.in (XARGS_LIMIT): New variable.
15728         (custom-deps, finder-data, autoloads)
15729         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15730         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15731         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
15732         (compile-main): Limit xargs according to $(XARGS_LIMIT).
15734 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15736         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
15737         (octave-mode-menu, octave-mode-map): Remove its uses.
15739 2013-05-16  Reto Zimmermann  <reto@gnu.org>
15741         Sync with upstream vhdl mode v3.34.2.
15742         * progmodes/vhdl-mode.el: Use `push' throughout.
15743         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
15744         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
15745         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
15746         (vhdl-actual-generic-name): New option to derive actual generic name.
15747         (vhdl-port-paste-signals): Replace formal by actual generics.
15748         (vhdl-beautify): New name for old group vhdl-align.  Update users.
15749         (vhdl-beautify-options): New option.
15750         (vhdl-last-input-event): New compat alias.  Use throughout.
15751         (vhdl-goto-line): Replace user level function `goto-line'.
15752         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
15753         vhdl-fix-statement-buffer.
15754         (vhdl-create-mode-menu): Add some entries.
15755         (vhdl-align-region-groups): Respect vhdl-beautify-options.
15756         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
15757         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
15758         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
15759         to force statements on one line.
15760         (vhdl-remove-trailing-spaces-region):
15761         New, split from vhdl-remove-trailing-spaces.
15762         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
15763         Respect vhdl-beautify-options.
15764         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
15765         (vhdl-update-sensitivity-list): Not add with index if exists without.
15766         Not include array index with signal.  Ignore keywords in comments.
15767         (vhdl-get-visible-signals): Regexp tweaks.
15768         (vhdl-template-component-inst): Handle empty library.
15769         (vhdl-template-type): Add template for 'enum' type.
15770         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
15771         Use vhdl-replace-string.
15772         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
15773         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
15774         (vhdl-speedbar-initialize): Update for above name change.
15775         (vhdl-compose-wire-components): Fix in handling of constants.
15776         (vhdl-error-regexp-emacs-alist): New variable.
15777         (vhdl-error-regexp-add-emacs): New function;
15778         adds support for new compile.el (Emacs 22+)
15779         (vhdl-generate-makefile-1): Change target order for single lib. units.
15780         Allow use of absolute file names.
15782 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15784         * simple.el (prog-indent-sexp): Indent enclosing defun.
15786 2013-05-15  Glenn Morris  <rgm@gnu.org>
15788         * cus-start.el (show-trailing-whitespace): Move to editing basics.
15789         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
15790         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
15791         (whitespace-highlight): Move to whitespace group.
15793         * comint.el (comint-source):
15794         * pcmpl-linux.el (pcmpl-linux):
15795         * shell.el (shell-faces):
15796         * eshell/esh-opt.el (eshell-opt):
15797         * international/ccl.el (ccl): Remove empty custom groups.
15799         * completion.el (dynamic-completion-mode):
15800         * jit-lock.el (jit-lock-debug-mode):
15801         * minibuffer.el (completion-in-region-mode):
15802         * type-break.el (type-break-mode-line-message-mode)
15803         (type-break-query-mode):
15804         * emulation/tpu-edt.el (tpu-edt-mode):
15805         * progmodes/subword.el (global-subword-mode, global-superword-mode):
15806         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15807         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
15809         * term/xterm.el (xterm): Change parent group to terminals.
15811         * master.el (master): Remove empty custom group.
15812         (master-mode): Remove unused :group argument.
15813         * textmodes/refill.el (refill): Remove empty custom group.
15814         (refill-mode): Remove unused :group argument.
15816         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
15818         * cus-dep.el: Provide a feature.
15819         (custom-make-dependencies): Ignore dotfiles (dir-locals).
15820         Don't mistakenly ignore files whose basenames match a basename
15821         from preloaded-file-list (eg cedet/ede/simple.el).
15822         Add a fallback method for getting :group.
15824 2013-05-15  Juri Linkov  <juri@jurta.org>
15826         * isearch.el (isearch-char-by-name): Rename from
15827         `isearch-insert-char-by-name'.  Doc fix.
15828         (isearch-forward): Mention `isearch-char-by-name' in
15829         the docstring.  (Bug#13348)
15831         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
15832         `exit-minibuffer' instead of
15833         `isearch-nonincremental-exit-minibuffer'.
15834         (isearch-edit-string): Remove mention of
15835         `isearch-nonincremental-exit-minibuffer' from docstring.
15836         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
15837         (isearch-forward-exit-minibuffer)
15838         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
15840 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15842         * loadup.el: Just use unversioned DOC.
15844         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
15845         literals as extending to EOB.
15846         (nxml-last-fontify-end): Remove unused variable.
15847         (nxml-after-change1): Use with-silent-modifications.
15848         (nxml-extend-after-change-region): Simplify.
15849         (nxml-extend-after-change-region1): Remove function.
15850         (nxml-after-change1): Don't adjust for dependent regions.
15851         (nxml-fontify-matcher): Simplify.
15852         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
15853         (xmltok-add-dependent): Remove function.
15854         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
15855         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
15856         (xmltok-scan-prolog-after-processing-instruction-open): Treat
15857         unclosed <[[, <?, comment, and other literals as extending to EOB.
15858         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
15859         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
15860         Remove functions.
15861         (rng-do-some-validation-1): Don't mark dependent regions.
15862         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
15863         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
15864         (nxml-clear-dependent-regions): Remove functions.
15865         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
15866         (nxml-ensure-scan-up-to-date):
15867         Don't clear&mark dependent regions.
15869 2013-05-15  Leo Liu  <sdl.web@gmail.com>
15871         * progmodes/octave.el (octave-goto-function-definition):
15872         Improve and fix callers.
15874 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15876         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
15877         the setter (bug#14387).
15879         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
15880         surrounding group (bug#14402).
15882 2013-05-14  Juri Linkov  <juri@jurta.org>
15884         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
15885         (Bug#14390)
15887 2013-05-14  Glenn Morris  <rgm@gnu.org>
15889         * progmodes/f90.el (f90-imenu-generic-expression):
15890         Fix typo in 2013-05-08 change.  (Bug#14402)
15892 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
15894         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
15895         Remove signals for which replies are never received.
15897 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
15899         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
15900         (gdb-handler-alist, gdb-handler-number): Remove variables.
15901         (gdb-handler-list): New variable.
15902         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
15903         (gdb-pending-handler-p, gdb-handle-reply)
15904         (gdb-remove-all-pending-triggers): New functions.
15905         (gdb-discard-unordered-replies): New defcustom.
15906         (gdb-handler): New defstruct.
15907         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
15908         instead of gdb-pending-triggers.  Update docstring.
15909         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
15910         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
15911         (gdb-var-update-handler, def-gdb-auto-update-trigger)
15912         (def-gdb-auto-update-handler, gdb-get-changed-registers)
15913         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
15914         (gdb-frame-handler): Pending triggers are now automatically managed.
15915         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
15916         Remove argument.
15917         (gdb-input): Automatically handles pending triggers.  Update docstring.
15918         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
15919         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
15920         Update comments.
15921         (gdb-done-or-error): Now use gdb-handle-reply.
15923 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
15925         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
15926         gdb-debug-log.
15928 2013-05-14  Glenn Morris  <rgm@gnu.org>
15930         * subr.el (user-emacs-directory-warning): New option.
15931         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
15933 2013-05-14  Leo Liu  <sdl.web@gmail.com>
15935         * progmodes/octave.el (octave-font-lock-keywords): Fix error
15936         during redisplay.
15937         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
15938         (octave-font-lock-texinfo-comment): Fix invalid search bound
15939         error: wrong side of point.
15941 2013-05-14  Glenn Morris  <rgm@gnu.org>
15943         * progmodes/flymake.el (flymake-xml-program): New option.
15944         (flymake-xml-init): Use it.
15946         * term/xterm.el: Provide a feature.
15948         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
15950 2013-05-13  Glenn Morris  <rgm@gnu.org>
15952         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
15953         Add compat aliases as a hack workaround.  (Bug#14384)
15955 2013-05-13  Leo Liu  <sdl.web@gmail.com>
15957         * progmodes/octave.el (octave-indent-comment): Fix indentation for
15958         ###, and %!.
15959         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
15960         C-M-q.
15961         (octave-comment-start-skip): Include %!.
15962         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
15964 2013-05-12  Leo Liu  <sdl.web@gmail.com>
15966         * progmodes/octave.el (inferior-octave-startup): Store the value
15967         of __octave_srcdir__ for octave-source-directories.
15968         (inferior-octave-check-process): New function refactored out of
15969         inferior-octave-send-list-and-digest.
15970         (octave-source-directories)
15971         (octave-find-definition-filename-function): New variables.
15972         (octave-source-directories)
15973         (octave-find-definition-default-filename): New functions.
15974         (octave-find-definition): Improve to find functions implemented in C++.
15976 2013-05-12  Glenn Morris  <rgm@gnu.org>
15978         * calendar/diary-lib.el (diary-outlook-format-1):
15979         Don't include dayname in the output.  (Bug#14349)
15981 2013-05-11  Glenn Morris  <rgm@gnu.org>
15983         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
15985         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
15986         Treat cc-provide like provide.
15988 2013-05-11  Kevin Ryde  <user42@zip.com.au>
15990         * cus-dep.el (custom-make-dependencies):
15991         Use generated-autoload-load-name for the sake of files such
15992         such cedet/semantic/bovine/c.el, where the base file name
15993         is not in load-path.  (Bug#5277)
15995 2013-05-11  Glenn Morris  <rgm@gnu.org>
15997         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
15998         Provide features.
16000 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16002         * progmodes/octave.el (octave-indent-comment): Improve.
16003         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
16004         (octave-eldoc-function-signatures, octave-eldoc-function):
16005         New functions.
16006         (octave-mode, inferior-octave-mode): Add eldoc support.
16008 2013-05-11  Richard Stallman  <rms@gnu.org>
16010         * epa.el (epa-decrypt-file): Take output file name as argument
16011         and read it using `interactive'.
16013 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16015         * progmodes/octave.el (octave-beginning-of-line)
16016         (octave-end-of-line): Check before using up-list because it jumps
16017         out of more syntactic contructs since moving to smie.
16018         (octave-indent-comment): New function.
16019         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
16020         (octave-begin-keywords, octave-end-keywords)
16021         (octave-reserved-words, octave-smie-bnf-table)
16022         (octave-smie-rules): Add new keywords from Octave 3.6.4.
16024 2013-05-11  Glenn Morris  <rgm@gnu.org>
16026         * faces.el (internal-face-x-get-resource):
16027         * frame.el (ns-display-monitor-attributes-list):
16028         * calc/calc-aent.el (math-to-radians-2):
16029         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
16030         Fix declarations.
16032         * calc/calc-menu.el: Make it loadable in isolation.
16034         * net/eudcb-bbdb.el: Make it loadable without bbdb.
16035         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
16036         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
16037         (eudc-bbdb-query-internal): Require 'bbdb.
16039         * lpr.el (lpr-headers-switches):
16040         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
16042         * progmodes/sql.el (sql-login-params): Fix and improve :type.
16044         * emulation/edt-mapper.el: In batch mode, error rather than hang.
16046         * term.el (term-set-escape-char): Make it idempotent.
16048 2013-05-10  Leo Liu  <sdl.web@gmail.com>
16050         * progmodes/octave.el (inferior-octave-completion-table):
16051         No longer a function and all uses changed.  Use cache to speed up
16052         completion due to bug#11906.
16053         (octave-beginning-of-defun): Re-write to be more general.
16055 2013-05-10  Glenn Morris  <rgm@gnu.org>
16057         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
16059 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16061         * comint.el (comint-redirect-send-command-to-process): Use :around
16062         rather than :override for comint-redirect-filter.
16063         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
16064         Call it instead of comint-redirect-original-filter-function (which
16065         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
16067 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
16069         * frame.el (display-monitor-attributes-list): Add NS case.
16070         (ns-display-monitor-attributes-list): Declare.
16072 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
16074         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
16076 2013-05-09  Glenn Morris  <rgm@gnu.org>
16078         * international/fontset.el (vertical-centering-font-regexp):
16079         Set standard-value.
16081         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
16083         * bookmark.el (bookmark-search-delay):
16084         * cus-start.el (vertical-centering-font-regexp):
16085         * ps-mule.el (ps-mule-font-info-database-default):
16086         * ps-print.el (ps-default-fg, ps-default-bg):
16087         * type-break.el (type-break-good-break-interval):
16088         * whitespace.el (whitespace-indentation-regexp)
16089         (whitespace-space-after-tab-regexp):
16090         * emacs-lisp/testcover.el (testcover-1value-functions)
16091         (testcover-noreturn-functions, testcover-progn-functions)
16092         (testcover-prog1-functions):
16093         * emulation/viper-init.el (viper-emacs-state-cursor-color):
16094         * eshell/em-glob.el (eshell-glob-translate-alist):
16095         * play/tetris.el (tetris-tty-colors):
16096         * progmodes/cpp.el (cpp-face-default-list):
16097         * progmodes/flymake.el (flymake-allowed-file-name-masks):
16098         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
16099         (idlwave-help-browser-generic-args):
16100         * progmodes/make-mode.el (makefile-special-targets-list):
16101         * progmodes/python.el (python-shell-virtualenv-path):
16102         * progmodes/verilog-mode.el (verilog-active-low-regexp)
16103         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
16104         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
16105         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
16106         * textmodes/reftex-vars.el (reftex-format-label-function):
16107         * textmodes/remember.el (remember-diary-file): Fix custom types.
16109         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
16110         Add :version.
16112 2013-05-09  Leo Liu  <sdl.web@gmail.com>
16114         * progmodes/octave.el (inferior-octave-completion-at-point):
16115         Restore file completion.  (Bug#14300)
16116         (inferior-octave-startup): Fix incorrect highlighting for the
16117         first prompt.
16119 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16121         * progmodes/ruby-mode.el: First cut at SMIE support.
16122         (ruby-use-smie): New var.
16123         (ruby-smie-grammar): New constant.
16124         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
16125         (ruby-smie--forward-token, ruby-smie--backward-token)
16126         (ruby-smie-rules): New functions.
16127         (ruby-mode-variables): Setup SMIE if applicable.
16129 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
16131         * simple.el (line-move-visual): Signal beginning/end of buffer
16132         only if vertical-motion moved less than it was requested.  Avoids
16133         silly incorrect error messages when there are display strings with
16134         multiple newlines at EOL.
16136 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16138         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
16139         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
16140         (prolog-char-quote-workaround):
16141         * progmodes/cperl-mode.el (cperl-under-as-char):
16142         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
16143         Mark as obsolete.
16144         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
16145         their declaration.
16146         (vhdl-mode-syntax-table-init): Remove.
16148         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
16149         last change.
16151         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
16152         syntax for "_".
16153         (ld-script-font-lock-keywords):
16154         Change regexps to use things like \_< and \_>.
16156         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
16157         Change all regexps to use things like \_< and \_>.
16159         * progmodes/autoconf.el (autoconf-definition-regexp)
16160         (autoconf-font-lock-keywords, autoconf-current-defun-function):
16161         Handle a _ with symbol syntax.
16162         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
16164         * progmodes/ada-mode.el (ada-mode-abbrev-table):
16165         Consolidate declaration.
16166         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
16167         the declaration.
16168         (ada-create-syntax-table): Remove.
16169         (ada-capitalize-word): Don't mess with the syntax of "_" since it
16170         already has the right syntax nowadays.
16171         (ada-goto-next-word): Don't change the syntax of "_".
16173         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
16174         with-wrapper-hook.
16176 2013-05-08  Sam Steingold  <sds@gnu.org>
16178         * thingatpt.el (thing-at-point): Accept optional second argument
16179         NO-PROPERTIES to strip the text properties from the return value.
16180         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
16181         to `thing-at-point' instead of stripping the properties ourselves.
16182         Also, when `thing-at-point' fails to find a url, prepend "http://"
16183         to the filename at point on the assumption that the user is
16184         pointing at something like gnu.org/gnu.
16186 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
16188         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16189         * faces.el (crm-separator):
16190         Silence byte-compiler.
16192         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
16193         (tool-bar-map): Remove unneeded defvars.
16195 2013-05-08  Leo Liu  <sdl.web@gmail.com>
16197         Re-work a fix for bug#10994 based on Le Wang's patch.
16198         * ido.el (ido-remove-consecutive-dups): New helper.
16199         (ido-completing-read): Use it.
16200         (ido-chop): Revert fix for bug#10994.
16202 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
16204         * cus-edit.el (custom-save-variables):
16205         Pretty-print long values.  (Bug#14187)
16207 2013-05-08  Glenn Morris  <rgm@gnu.org>
16209         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
16210         (m4-mode-syntax-table): Init in the defvar.
16211         (m4-mode-abbrev-table): Let define-derived-mode define it.
16213 2013-05-08  Tom Tromey  <tromey@redhat.com>
16215         * progmodes/m4-mode.el (m4-mode-syntax-table):
16216         Do not treat "_" as word constituent.  (Bug#14167)
16218 2013-05-07  Glenn Morris  <rgm@gnu.org>
16220         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
16221         Remove explicit eshell-isearch-cancel-map.
16223         * progmodes/f90.el (f90-smart-end-names): New option.
16224         (f90-smart-end): Doc fix.
16225         (f90-end-block-optional-name): New constant.
16226         (f90-block-match): Respect f90-smart-end-names.
16228 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16230         * progmodes/octave.el (octave-smie-forward-token): Be more careful
16231         about implicit semi-colons (bug#14218).
16233 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16235         * frame.el (display-monitor-attributes-list)
16236         (frame-monitor-attributes): New functions.
16238 2013-05-06  Leo Liu  <sdl.web@gmail.com>
16240         * progmodes/octave.el (octave-syntax-propertize-function): Change
16241         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
16242         (octave-font-lock-keywords): Use octave-operator-regexp.
16243         (octave-completion-at-point): Rename from
16244         octave-completion-at-point-function.
16245         (inferior-octave-directory-tracker): Robustify.
16246         (octave-text-functions): Remove and fix its uses.  No such things
16247         any more.
16249 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16251         * emacs-lisp/trace.el (trace--display-buffer): New function.
16252         (trace-make-advice): Use it.
16254 2013-05-06  Juri Linkov  <juri@jurta.org>
16256         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
16257         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
16258         Doc fix.
16259         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
16260         in the help string.  (Bug#12985)
16262 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
16264         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
16266 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16268         * progmodes/perl-mode.el: Add support for here documents.
16269         (perl-syntax-propertize-function): Match here-doc markers.
16270         (perl-syntax-propertize-special-constructs): Find their end.
16271         (perl-imenu-generic-expression): Use [:alnum:].
16273         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
16274         (advice--add-function): Refresh the advice if already present
16275         (bug#14317).
16277 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
16279         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
16281 2013-05-06  Glenn Morris  <rgm@gnu.org>
16283         * w32-fns.el (w32-charset-info-alist): Declare.
16285         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
16286         of its defcustom properties.
16287         (eshell-cmpl-initialize): No need to load pcomplete.
16289         * generic-x.el: No need to require comint when compiling.
16291         * net/eudc-export.el: Make it loadable without bbdb.
16292         (top-level): Use require rather than load-library.
16293         (eudc-create-bbdb-record, eudc-bbdbify-phone)
16294         (eudc-batch-export-records-to-bbdb)
16295         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
16296         Require bbdb.
16298 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16300         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
16301         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
16302         some tweaks, instead.
16304 2013-05-05  Leo Liu  <sdl.web@gmail.com>
16306         * progmodes/octave.el (octave-font-lock-keywords)
16307         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
16308         (inferior-octave-send-list-and-digest): Improve error message.
16309         (octave-mode, inferior-octave-mode): Use setq-local.
16310         (octave-help): Set info-lookup-mode.
16312 2013-05-05  Richard Stallman  <rms@gnu.org>
16314         * vc/compare-w.el (compare-windows-whitespace):
16315         Treat no-break space as whitespace.
16317         * mail/rmailsum.el (rmail-summary-rmail-update):
16318         Detect empty summary and don't change selected message.
16319         (rmail-summary-goto-msg): Likewise.
16321         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
16322         Doc fixes, rename args.
16324 2013-05-05  Alan Mackenzie  <acm@muc.de>
16326         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
16328 2013-05-05  Juri Linkov  <juri@jurta.org>
16330         * info.el (Info-read-subfile): Use (point-min) instead of (point)
16331         to not add the length of the summary segment to the return value.
16332         (Bug#14125)
16334 2013-05-05  Leo Liu  <sdl.web@gmail.com>
16336         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
16337         (inferior-octave-output-filter): Remove.
16338         (octave-send-region, inferior-octave-startup): Fix callers.
16339         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
16340         (octave-binary-file-extensions): New user variable.
16341         (octave-find-definition): Confirm if opening binary files.
16342         (octave-help-file): Use octave-find-definition to get the binary
16343         confirmation.
16344         (octave-help): Adjust for octave-help-file change.
16346 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16348         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
16349         Merge the two entries that handle function definitions.
16350         (pascal--syntax-propertize): New const.
16351         (pascal-mode): Use it.  Use setq-local.
16353 2013-05-04  Glenn Morris  <rgm@gnu.org>
16355         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
16356         (diary-from-outlook): Respect diary-from-outlook-function.
16358 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16360         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
16361         Move the declaration from C.
16362         (read-minibuffer, eval-minibuffer): Move from C.
16363         (completion-setup-function): Avoid minibuffer-completion-contents.
16365 2013-05-03  Leo Liu  <sdl.web@gmail.com>
16367         * progmodes/octave.el (octave-font-lock-keywords): Do not
16368         dehighlight 'end' in comments or strings.
16369         (octave-completing-read, octave-goto-function-definition):
16370         New helpers.
16371         (octave-help-buffer): New user variable.
16372         (octave-help-file, octave-help-function): New button types.
16373         (octave-help): New command and bind it to C-h ;.
16374         (octave-find-definition): New command and bind it to M-.
16375         (user-error): Alias to error if not defined.
16377 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16379         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
16380         for \.  (bug#14332)
16381         (octave-font-lock-keywords): Include [ and {.
16383 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16385         * progmodes/octave.el (inferior-octave-startup-file): Change default.
16386         (inferior-octave): Remove calling comint-mode and return the buffer.
16387         (inferior-octave-startup): Cosmetic changes.
16389 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16391         * progmodes/octave.el (octave-syntax-propertize-function):
16392         Include the case when ' is at line beginning.  (Bug#14336)
16394 2013-05-02  Glenn Morris  <rgm@gnu.org>
16396         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
16397         * desktop.el (vc-dir-mode): Just autoload it here.
16399 2013-05-02  Alan Mackenzie  <acm@muc.de>
16401         Eliminate variable c-standard-font-lock-fontify-region-function.
16402         * progmodes/cc-mode.el
16403         (c-standard-font-lock-fontify-region-function): Remove.
16404         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
16406 2013-05-01  Leo Liu  <sdl.web@gmail.com>
16408         * progmodes/octave.el: Compatible with older emacs-24 releases.
16409         (inferior-octave-has-built-in-variables): Remove.  Built-in
16410         variables were removed from Octave in 2007.
16411         (inferior-octave-startup): Fix uses.
16412         (comint-line-beginning-position): Remove compatibility code for
16413         emacs 21.
16415 2013-05-01  Juri Linkov  <juri@jurta.org>
16417         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
16419 2013-05-01  Juri Linkov  <juri@jurta.org>
16421         * comint.el (comint-previous-matching-input): Don't print message
16422         "History item: %d" when `isearch-mode' is active.
16423         (comint-history-isearch-message): Print message "History item: %d"
16424         when `comint-input-ring-index' is not empty and this function is
16425         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
16427 2013-05-01  Leo Liu  <sdl.web@gmail.com>
16429         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
16430         definitions.  Use completion-at-point to insert keywords.
16431         (octave-abbrev-start): Remove.
16432         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
16434 2013-04-30  Leo Liu  <sdl.web@gmail.com>
16436         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
16437         change.
16439 2013-04-30  Alan Mackenzie  <acm@muc.de>
16441         Handle arbitrarily long C++ member initialisation lists.
16442         * progmodes/cc-engine.el (c-back-over-member-initializers):
16443         new function.
16444         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
16445         (most) member init lists.
16447 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16449         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
16450         variable.
16452 2013-04-30  Leo Liu  <sdl.web@gmail.com>
16454         * progmodes/octave.el (octave-variables): Remove.  No builtin
16455         variables any more.  All converted to functions.
16456         (octave-font-lock-keywords, octave-completion-at-point-function):
16457         Fix uses.
16458         (octave-font-lock-texinfo-comment): New user variable.
16459         (octave-texinfo-font-lock-keywords): New variable for texinfo
16460         comment block.
16461         (octave-function-comment-block): New face.
16462         (octave-font-lock-texinfo-comment): New function.
16463         (octave-mode): Font lock texinfo comment block.
16465 2013-04-29  Leo Liu  <sdl.web@gmail.com>
16467         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
16468         indexing expression.
16469         (octave-continuation-string): Do not use \.
16470         (inferior-octave-complete-impossible): Remove.
16471         (inferior-octave-completion-table)
16472         (inferior-octave-completion-at-point): Remove its uses.
16473         (inferior-octave-startup): completion_matches was introduced to
16474         Octave in 1996 so safe to assume it.
16475         (octave-function-file-comment): Improve to follow how Octave does it.
16476         (octave-update-function-file-comment): Tweak.
16478 2013-04-29  Leo Liu  <sdl.web@gmail.com>
16480         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
16481         (inferior-octave-startup): Remove inferior-octave-startup-hook.
16482         (octave-function-file-comment): Fix typo.
16483         (octave-sync-function-file-names): Use read-char-choice.
16485 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
16487         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
16488         to t for the less important warnings.
16490 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
16492         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
16494 2013-04-27  Glenn Morris  <rgm@gnu.org>
16496         * vc/log-view.el (log-view-current-entry):
16497         Treat "---" separator lines as part of the following rev.  (Bug#14169)
16499 2013-04-27  Juri Linkov  <juri@jurta.org>
16501         * subr.el (read-number): Doc fix about using it by interactive
16502         code letter `n'.  (Bug#14254)
16504 2013-04-27  Juri Linkov  <juri@jurta.org>
16506         * desktop.el (desktop-auto-save-timeout): New option.
16507         (desktop-file-checksum): New variable.
16508         (desktop-save): Add optional arg `auto-save' and don't auto-save
16509         if nothing changed.
16510         (desktop-auto-save-timer): New variable.
16511         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
16512         (after-init-hook): Call `desktop-auto-save-set-timer'.
16513         Suggested by Reuben Thomas <rrt@sc3d.org> in
16514         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
16516 2013-04-27  Leo Liu  <sdl.web@gmail.com>
16518         * progmodes/octave.el (octave-function-file-p)
16519         (octave-skip-comment-forward, octave-function-file-comment)
16520         (octave-update-function-file-comment): New functions.
16521         (octave-mode-map): Bind C-c ; to
16522         octave-update-function-file-comment.
16523         (octave-mode-menu): Add octave-update-function-file-comment.
16524         (octave-mode, inferior-octave-mode): Fix doc-string.
16525         (octave-insert-defun): Conform to Octave's coding convention.
16526         (Bug#14285)
16528         * files.el (basic-save-buffer): Don't let errors in
16529         before-save-hook prevent saving buffer.
16531 2013-04-20  Roland Winkler  <winkler@gnu.org>
16533         * faces.el (read-face-name): Use completing-read if arg multiple
16534         is nil.
16536 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
16538         * ls-lisp.el (ls-lisp-insert-directory): If no files are
16539         displayed, move point to after the totals line.
16540         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
16541         for the details.
16543 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16545         * emacs-lisp/package.el (package-autoload-ensure-default-file):
16546         Add current dir to the load-path.
16547         (package-generate-autoloads): Don't rely on
16548         autoload-ensure-default-file.
16550 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
16552         * textmodes/remember.el (remember-store-in-files): Document that
16553         the file name format is passed to `format-time-string'.
16555 2013-04-26  Leo Liu  <sdl.web@gmail.com>
16557         * progmodes/octave.el (octave-sync-function-file-names): New function.
16558         (octave-mode): Use it in before-save-hook.
16560 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16562         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
16563         (bug#14274).
16565         * progmodes/octave.el (octave-smie-forward-token): Properly skip
16566         \n and comment, even if it's not an implicit ; (bug#14218).
16568 2013-04-26  Glenn Morris  <rgm@gnu.org>
16570         * subr.el (read-number): Once more use `read' rather than
16571         `string-to-number', to trap non-numeric input.  (Bug#14254)
16573 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
16575         * emacs-lisp/syntax.el (syntax-propertize-multiline):
16576         Use `syntax-multiline' text property consistently instead of
16577         `font-lock-multiline'.  (Bug#14237)
16579 2013-04-26  Glenn Morris  <rgm@gnu.org>
16581         * emacs-lisp/shadow.el (list-load-path-shadows):
16582         No longer necessary to check for duplicate simple.el, since
16583         2012-07-07 change to init_lread to not include installation lisp
16584         directories in load-path when running uninstalled.  (Bug#14270)
16586 2013-04-26  Leo Liu  <sdl.web@gmail.com>
16588         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
16589         (octave-mode, inferior-octave-mode): Use setq-local.
16590         (octave-not-in-string-or-comment-p): Rename to
16591         octave-in-string-or-comment-p.
16592         (octave-in-comment-p, octave-in-string-p)
16593         (octave-in-string-or-comment-p): Replace defsubst with defun.
16595 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16597         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
16599 2013-04-25  Bastien Guerry  <bzg@gnu.org>
16601         * textmodes/remember.el (remember-data-directory)
16602         (remember-directory-file-name-format): Fix custom types.
16604 2013-04-25  Leo Liu  <sdl.web@gmail.com>
16606         * progmodes/octave.el (octave-completion-at-point-function):
16607         Make use of inferior octave process.
16608         (octave-initialize-completions): Remove.
16609         (inferior-octave-completion-table): New function.
16610         (inferior-octave-completion-at-point): Use it.
16611         (octave-completion-alist): Remove.
16613 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16615         * progmodes/opascal.el: Use font-lock and syntax-propertize.
16616         (opascal-mode-syntax-table): New var.
16617         (opascal-literal-kind, opascal-is-literal-end)
16618         (opascal-literal-token-at): Rewrite.
16619         (opascal--literal-start-re, opascal-font-lock-keywords)
16620         (opascal--syntax-propertize): New constants.
16621         (opascal-font-lock-defaults): Adjust.
16622         (opascal-mode): Use them.  Set comment-<foo> variables as well.
16623         (delphi-comment-face, opascal-comment-face, delphi-string-face)
16624         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
16625         (delphi-other-face, opascal-other-face): Remove face variables.
16626         (opascal-save-state): Remove macro.
16627         (opascal-fontifying-progress-step): Remove constant.
16628         (opascal--ignore-changes): Remove var.
16629         (opascal-set-token-property, opascal-parse-next-literal)
16630         (opascal-is-stable-literal, opascal-complete-literal)
16631         (opascal-is-literal-start, opascal-face-of)
16632         (opascal-parse-region, opascal-parse-region-until-stable)
16633         (opascal-fontify-region, opascal-after-change)
16634         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
16635         (opascal-debug-parse-region, opascal-debug-parse-window)
16636         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
16637         (opascal-debug-fontify-buffer): Remove.
16638         (opascal-debug-mode-map): Adjust accordingly.
16640 2013-04-25  Leo Liu  <sdl.web@gmail.com>
16642         Merge octave-mod.el and octave-inf.el into octave.el with some
16643         cleanups.
16644         * progmodes/octave.el: New file renamed from octave-mod.el.
16645         * progmodes/octave-inf.el: Merged into octave.el.
16646         * progmodes/octave-mod.el: Renamed to octave.el.
16648 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
16650         * textmodes/reftex-vars.el
16651         (reftex-label-ignored-macros-and-environments): New defcustom.
16653         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
16655 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16657         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
16658         (smie-indent-keyword): Improve the check to ensure that the next
16659         comment is really on the same line.
16660         (smie-indent-comment): Don't align with a subsequent closer (or eob).
16662         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
16663         semi-colons if the line is not otherwise empty (bug#14218).
16665 2013-04-25  Glenn Morris  <rgm@gnu.org>
16667         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
16669 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16671         * progmodes/opascal.el (opascal-set-token-property): Rename from
16672         opascal-set-text-properties and only set `token' (bug#14134).
16673         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
16674         (opascal-literal-text-properties): Remove.
16675         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
16676         Adjust callers.
16678 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
16680         * textmodes/remember.el (remember-handler-functions): Add an
16681         option for a new handler `remember-store-in-files'.
16682         (remember-data-directory, remember-directory-file-name-format):
16683         New options.
16684         (remember-store-in-files): New function to store remember notes
16685         as separate files within a directory.
16687 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
16689         * progmodes/compile.el (compilation-next-error-function):
16690         Pass "formats" to compilation-find-file (bug#11777).
16692 2013-04-24  Glenn Morris  <rgm@gnu.org>
16694         * vc/vc-bzr.el (vc-bzr-print-log):
16695         * vc/vc-hg.el (vc-hg-print-log):
16696         * vc/vc-svn.el (vc-svn-print-log):
16697         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
16699         * vc/vc-bzr.el (vc-bzr-print-log):
16700         * vc/vc-cvs.el (vc-cvs-print-log):
16701         * vc/vc-git.el (vc-git-print-log):
16702         * vc/vc-hg.el (vc-hg-print-log):
16703         * vc/vc-mtn.el (vc-mtn-print-log):
16704         * vc/vc-rcs.el (vc-rcs-print-log):
16705         * vc/vc-sccs.el (vc-sccs-print-log):
16706         * vc/vc-svn.el (vc-svn-print-log):
16707         * vc/vc.el (vc-print-log-internal): Doc fixes.
16709 2013-04-23  Glenn Morris  <rgm@gnu.org>
16711         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
16712         Remove venerable code attempting to avoid substitute-command-keys.
16714 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
16716         * textmodes/reftex-vars.el (reftex-label-regexps):
16717         Call `reftex-compile-variables' after changes to this variable.
16719 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16721         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
16722         Use lexical-binding.
16723         (jit-lock-force-redisplay): Use markers, check buffer's continued
16724         existence and beware narrowed buffers.
16725         (jit-lock-fontify-now): Adjust call accordingly.
16727 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16729         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
16730         to avoid misleading the user.
16732 2013-04-22  Leo Liu  <sdl.web@gmail.com>
16734         * info-look.el: Prefer latex2e.info.  (Bug#14240)
16736 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
16738         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
16740         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
16741         * net/tramp.el (tramp-call-process): ... here.
16742         (tramp-set-completion-function, tramp-parse-putty):
16743         * net/tramp-adb.el (tramp-adb-execute-adb-command):
16744         * net/tramp-gvfs.el (tramp-gvfs-send-command):
16745         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16746         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
16747         (tramp-call-local-coding-command): Use `tramp-call-process'
16748         instead of `tramp-compat-call-process'.
16750         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
16751         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
16752         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
16753         (tramp-find-inline-compress): Improve traces.
16754         (tramp-maybe-send-script): Check for Perl binary.
16755         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
16757 2013-04-22  Daiki Ueno  <ueno@gnu.org>
16759         * epg.el (epg-context-pinentry-mode): New function.
16760         (epg-context-set-pinentry-mode): New function.
16761         (epg--start): Pass --pinentry-mode option to gpg command.
16763 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
16765         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
16766         `comint-dynamic-complete' is obsolete since 24.1, replaced by
16767         `completion-at-point'.  (Bug#13774)
16769         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
16770         default key binding for `describe-distribution' has been moved to
16771         `C-h C-o'.  (Bug#13970)
16773 2013-04-21  Glenn Morris  <rgm@gnu.org>
16775         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
16776         Add doc strings.
16777         (vc-print-log): Clarify interactive prompt.
16779 2013-04-20  Glenn Morris  <rgm@gnu.org>
16781         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16782         No longer include timestamp etc information.
16784 2013-04-20  Roland Winkler  <winkler@gnu.org>
16786         * faces.el (read-face-name): Bug fix, return just one face if arg
16787         multiple is nil.  (Bug#14209)
16789 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16791         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
16792         (remove-function): Autoload.
16794         * comint.el (comint-redirect-original-filter-function): Remove.
16795         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
16796         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
16797         (vc-cvs-annotate-command):
16798         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
16799         * progmodes/prolog.el (prolog-consult-compile):
16800         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
16801         Use add/remove-function instead.
16802         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
16803         (gud-tooltip-process-output, gud-tooltip-tips):
16804         Use add/remove-function instead.
16805         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
16806         (scheme-interaction-mode, exit-scheme-interaction-mode):
16807         Use add/remove-function instead.
16809         * vc/vc-dispatcher.el: Use lexical-binding.
16810         (vc--process-sentinel): Rename from vc-process-sentinel.
16811         Change last arg to be the code to run.  Don't use vc-previous-sentinel
16812         and vc-sentinel-commands any more.
16813         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
16814         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
16816 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
16818         * progmodes/sh-script.el (sh-imenu-generic-expression):
16819         Handle function names with a single character.  (Bug#14111)
16821 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
16823         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
16824         for subroutines defined in an eval (bug#14182).
16826 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16828         * bookmark.el (bookmark-completing-read): Improve handling of empty
16829         string (bug#14176).
16831 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16833         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
16835 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16837         New faster Imenu implementation (bug#14058).
16838         * progmodes/python.el (python-imenu-prev-index-position)
16839         (python-imenu-format-item-label-function)
16840         (python-imenu-format-parent-item-label-function)
16841         (python-imenu-format-parent-item-jump-label-function):
16842         New vars.
16843         (python-imenu-format-item-label)
16844         (python-imenu-format-parent-item-label)
16845         (python-imenu-format-parent-item-jump-label)
16846         (python-imenu--put-parent, python-imenu--build-tree)
16847         (python-imenu-create-index, python-imenu-create-flat-index)
16848         (python-util-popn): New functions.
16849         (python-mode): Set imenu-create-index-function to
16850         python-imenu-create-index.
16852 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16854         * winner.el (winner-active-region): Use region-active-p, activate-mark
16855         and deactivate-mark (bug#14225).
16857         * simple.el (deactivate-mark): Don't inline it.
16859 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
16861         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
16863 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
16865         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
16866         file extensions from the archive-mode entry in order to prefer
16867         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
16869 2013-04-18  Leo Liu  <sdl.web@gmail.com>
16871         * bindings.el (help-event-list): Add ?\?.
16873 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16875         * subr.el (with-wrapper-hook): Declare obsolete.
16876         * simple.el (filter-buffer-substring-function): New hook.
16877         (filter-buffer-substring): Use it.
16878         (filter-buffer-substring-functions): Mark obsolete.
16879         * minibuffer.el (completion-in-region-function): New hook.
16880         (completion-in-region): Use it.
16881         (completion-in-region-functions): Mark obsolete.
16882         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
16883         * abbrev.el (abbrev-expand-function): New hook.
16884         (expand-abbrev): Use it.
16885         (abbrev-expand-functions): Mark obsolete.
16886         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
16887         and :filter-return.
16889 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16891         * progmodes/python.el (python-nav--syntactically): Fix cornercases
16892         and do not care about match data.
16894 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16896         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
16897         completion tables when completing error conditions and
16898         `declare' arguments.
16899         (lisp-complete-symbol, field-complete): Mark as obsolete.
16900         (check-parens): Unmatched parens are user errors.
16901         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
16903 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
16905         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
16906         command changed buffer (ie. `flyspell-pre-buffer' is not current
16907         buffer), which prevents making decisions based on invalid value of
16908         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
16909         cause an error when `flyspell-pre-point' was nil after switching
16910         buffers.
16911         (flyspell-post-command-hook): No longer needs to change buffers when
16912         checking pre-word.  While at it remove unnecessary progn.
16914 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
16916         * textmodes/ispell.el (ispell-add-per-file-word-list):
16917         Fix `flyspell-correct-word-before-point' error when accepting
16918         words and `coment-padding' is an integer by using
16919         `comment-normalize-vars' (Bug #14214).
16921 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16923         New defun movement commands.
16924         * progmodes/python.el (python-nav--syntactically)
16925         (python-nav--forward-defun, python-nav-backward-defun)
16926         (python-nav-forward-defun): New functions.
16928 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16930         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
16931         (python-syntax-context): Use named compiler-macro for backwards
16932         compatibility with Emacs 24.x.
16934 2013-04-17  Leo Liu  <sdl.web@gmail.com>
16936         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
16937         octave-hide-process-buffer.
16939 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16941         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
16942         (bug#14216).
16944 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
16946         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
16947         Fix adjustment of offset when receiving incomplete responses from GDB
16948         (bug#14129).
16950 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16952         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
16953         python-mode-abbrev-table.
16954         (python-skeleton-define): Adjust accordingly.
16955         (python-mode-abbrev-table): New table that inherits from it so that
16956         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
16958         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
16959         (abbrev-symbol): Use it.
16960         (abbrev--before-point): Use it since we already handle inheritance.
16962 2013-04-16  Leo Liu  <sdl.web@gmail.com>
16964         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
16965         binding to info-lookup-symbol.
16967 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
16969         * minibuffer.el (completion--twq-all):
16970         * term/ns-win.el (ns-initialize-window-system):
16971         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
16973 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16975         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
16976         global bindings.
16978         * doc-view.el (doc-view-start-process): Handle url-handler directories.
16980 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
16982         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
16983         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
16984         to nil.
16985         (ruby-end-of-defun): Remove the unused arg, change the docstring
16986         to reflect that this function is only used as the value of
16987         `end-of-defun-function'.
16988         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
16989         to reflect an earlier change that beginning/end-of-defun functions
16990         jump between methods in a class definition, as well as top-level
16991         functions.
16993 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16995         * minibuffer.el (minibuffer-complete): Don't just scroll
16996         a *Completions* that's been iconified.
16997         (minibuffer-force-complete): Make sure repetitions do cycle when going
16998         through completion-in-region -> minibuffer-complete.
17000 2013-04-15  Alan Mackenzie  <acm@muc.de>
17002         Correct the placement of c-cpp-delimiters when there're #s not at
17003         col 0.
17005         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
17006         place a submatch around the #.
17007         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
17008         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
17009         on the #, not BOL.
17011 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17013         * emacs-lisp/nadvice.el: Properly test names when adding advice.
17014         (advice--member-p): New arg `name'.
17015         (advice--add-function, advice-member-p): Use it (bug#14202).
17017 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
17019         Reformulate java imenu-generic-expression.
17020         The old expression contained ill formed regexps.
17022         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
17023         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
17024         (cc-imenu-java-method-arg-regexp): New defconsts.
17025         (cc-imenu-java-build-type-args-regex): New defun.
17026         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
17027         handling of spaces in the regexp.
17029 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
17031         * textmodes/ispell.el (ispell-command-loop): Remove
17032         flyspell highlight of a word when ispell accepts it (bug #14178).
17034 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
17036         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
17037         uses code from the previous `ange-ftp-run-real-handler'.
17038         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
17039         only in case that function exist.  This is needed for proper
17040         unloading of Tramp.
17042 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
17044         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
17046         * textmodes/reftex.el (reftex-compile-variables): Use it.
17048 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17050         * files.el (normal-mode): Only use default major-mode if no other mode
17051         was specified.
17053         * emacs-lisp/trace.el (trace-values): New function.
17055         * files.el: Allow : in local variables (bug#14089).
17056         (hack-local-variable-regexp): New var.
17057         (hack-local-variables-prop-line, hack-local-variables): Use it.
17059 2013-04-13  Roland Winkler  <winkler@gnu.org>
17061         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
17062         data before it gets modified by bibtex-beginning-of-entry.
17064 2013-04-13  Roland Winkler  <winkler@gnu.org>
17066         * textmodes/bibtex.el (bibtex-url): Doc fix.
17068 2013-04-13  Roland Winkler  <winkler@gnu.org>
17070         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
17071         does not visit a BibTeX file, exclude it from the list of buffers
17072         returned by bibtex-initialize.
17074 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
17076         * window.el (split-window): Remove interactive form, since as a
17077         command this function is a special case of split-window-below.
17078         Correct doc string.
17080 2013-04-12  Roland Winkler  <winkler@gnu.org>
17082         * faces.el (read-face-name): Do not override value of arg default.
17083         Allow single faces and strings as default values.  Remove those
17084         elements from return value that are not faces.
17085         (describe-face): Simplify.
17086         (face-at-point): New optional args thing and multiple so that this
17087         function can provide the same functionality previously provided by
17088         read-face-name.
17089         (make-face-bold, make-face-unbold, make-face-italic)
17090         (make-face-unitalic, make-face-bold-italic, invert-face)
17091         (modify-face, read-face-and-attribute): Use face-at-point.
17093         * cus-edit.el (customize-face, customize-face-other-window)
17094         * cus-theme.el (custom-theme-add-face)
17095         * face-remap.el (buffer-face-set)
17096         * facemenu.el (facemenu-set-face): Use face-at-point.
17098 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
17100         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
17102 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
17104         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
17105         off leading { and trailing } from field values.
17107 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17109         * emacs-lisp/timer.el (timer--check): New function.
17110         (timer--time, timer-set-function, timer-event-handler): Use it.
17111         (timer-set-idle-time): Simplify.
17112         (timer--activate): CSE.
17113         (timer-event-handler): Give more info in error message.
17114         (internal-timer-start-idle): New function, moved from C.
17116         * mpc.el (mpc-proc): Add `restart' argument.
17117         (mpc-proc-cmd): Use it.
17118         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
17119         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
17120         less often.
17122 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
17124         * progmodes/sh-script.el: Implement `sh-mode' own
17125         `add-log-current-defun-function' (bug#14112).
17126         (sh-current-defun-name): New function.
17127         (sh-mode): Use the function.
17129 2013-04-09  Bastien Guerry  <bzg@gnu.org>
17131         * simple.el (choose-completion-string): Fix docstring (bug#14163).
17133 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17135         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
17137         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
17138         timer (bug#14156).
17140 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
17142         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
17143         declaration.
17145 2013-04-07  Leo Liu  <sdl.web@gmail.com>
17147         * pcmpl-x.el: New file.
17149 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
17151         Do not set x-display-name until X connection is established.
17152         This is needed to prevent from weird situation described at
17153         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
17154         * frame.el (make-frame): Set x-display-name after call to
17155         window system initialization function, not before.
17156         * term/x-win.el (x-initialize-window-system): Add optional
17157         display argument and use it.
17158         * term/w32-win.el (w32-initialize-window-system):
17159         * term/ns-win.el (ns-initialize-window-system):
17160         * term/pc-win.el (msdos-initialize-window-system):
17161         Add compatible optional display argument.
17163 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
17165         * files.el (normal-backup-enable-predicate): On MS-Windows and
17166         MS-DOS compare truenames of temporary-file-directory and of the
17167         file, so that 8+3 aliases (usually found in $TEMP on Windows)
17168         don't fail comparison by compare-strings.  Also, compare file
17169         names case-insensitively on MS-Windows and MS-DOS.
17171 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17173         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
17174         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
17176 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
17178         * whitespace.el (whitespace-color-on, whitespace-color-off):
17179         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
17181 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
17183         * ispell.el (ispell-set-spellchecker-params):
17184         Really set `ispell-args' for all equivs.
17186 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17188         * ido.el (ido-completions): Use extra elements of ido-decorations
17189         (bug#14143).
17190         (ido-decorations): Update docstring.
17192 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
17194         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17195         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
17196         nil during initialization, in order not to miss changes since the
17197         file was opened.  (Bug#14140)
17199 2013-04-05  Leo Liu  <sdl.web@gmail.com>
17201         * kmacro.el (kmacro-call-macro): Fix bug#14135.
17203 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
17205         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
17207 2013-04-04  Glenn Morris  <rgm@gnu.org>
17209         * electric.el (electric-pair-inhibit-predicate): Add :version.
17211 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17213         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
17214         when a package is required several times (bug#14082).
17216 2013-04-04  Roland Winkler  <winkler@gnu.org>
17218         * faces.el (read-face-name): Behave as promised by the docstring.
17219         Assume that arg default is a list of faces.
17220         (describe-face): Call read-face-name with list of default faces.
17222 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17224         * bookmark.el: Fix deletion of bookmarks (bug#13972).
17225         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
17226         (bookmark-bmenu-execute-deletions): Only skip first line if it's
17227         the header.
17228         (bookmark-exit-hook-internal): Save even if list is empty.
17230 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
17232         * emacs-lisp/package.el (package-pinned-packages): New var.
17233         (package--add-to-archive-contents): Obey it (bug#14118).
17235 2013-04-03  Alan Mackenzie  <acm@muc.de>
17237         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
17238         Also adapt to the new values of element 7 of a parse state.
17240         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
17241         parameter `not-in-delimiter'.  Handle being inside comment opener.
17242         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
17243         character in case we're typing a '*' after a '/'.
17244         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
17245         instead by passing the parameter to c-state-pp-to-literal.
17247         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
17248         for elt. 7 of a parse state.
17250 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
17252         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
17253         * international/latin1-disp.el, international/mule-util.el:
17254         * language/cyril-util.el, language/european.el, language/ind-util.el:
17255         * language/lao-util.el, language/thai.el, language/tibet-util.el:
17256         * language/tibetan.el, language/viet-util.el:
17257         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
17259 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17261         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
17262         (electric-pair-post-self-insert-function): Use it.
17263         (electric-pair-default-inhibit): New function, extracted from
17264         electric-pair-post-self-insert-function.
17266 2013-03-31  Roland Winkler  <winkler@gnu.org>
17268         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
17270 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17272         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
17274 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
17276         Un-indent after "pass" and "return" statements (Bug#13888)
17277         * progmodes/python.el (python-indent-block-enders): New var.
17278         (python-indent-calculate-indentation): Use it.
17280 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
17282         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
17283         defun.  Defining it as defalias could introduce too eager
17284         byte-compiler optimization.  (Bug#14030)
17286 2013-03-30  Chong Yidong  <cyd@gnu.org>
17288         * iswitchb.el (iswitchb-read-buffer): Fix typo.
17290 2013-03-30  Leo Liu  <sdl.web@gmail.com>
17292         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
17293         (kmacro-execute-from-register): Pass the keyboard macro to
17294         kmacro-call-macro or repeating won't work correctly.
17296 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
17298         * progmodes/subword.el: Back to using `forward-symbol'.
17300         * subr.el (forward-whitespace, forward-symbol)
17301         (forward-same-syntax): Move from thingatpt.el.
17303 2013-03-29  Leo Liu  <sdl.web@gmail.com>
17305         * kmacro.el (kmacro-to-register): New command.
17306         (kmacro-execute-from-register): New function.
17307         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
17309 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17311         * mpc.el: Use defvar-local and setq-local.
17312         (mpc--proc-connect): Connection failures are not bugs.
17313         (mpc-mode-map): `follow-link' only applies to the buffer's content.
17314         (mpc-volume-map): Bind to the up-events.
17316 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17318         * progmodes/subword.el (superword-mode): Use `forward-sexp'
17319         instead of `forward-symbol'.
17321 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17323         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
17324         (edebug--recursive-edit): Use it.
17325         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
17326         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
17328 2013-03-28  Leo Liu  <sdl.web@gmail.com>
17330         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
17332 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
17334         * facemenu.el (list-colors-callback): New defvar.
17335         (list-colors-redisplay): New function.
17336         (list-colors-display): Install list-colors-redisplay as the
17337         revert-buffer-function.  (Bug#14063)
17339 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17341         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
17342         and suffixes don't overlap (bug#14061).
17344         * case-table.el: Use lexical-binding.
17345         (case-table-get-table): New function.
17346         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
17348 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
17350         * progmodes/subword.el: Add `superword-mode' to do word motion
17351         over symbol_words (parallels and leverages `subword-mode' which
17352         does word motion inside MixedCaseWords).
17354 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
17356         * eshell/em-unix.el: Move su and sudo to...
17357         * eshell/em-tramp.el: ...Eshell tramp module.
17359 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17361         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
17362         Change return value to be a sexp.  Delay `get-buffer' to after
17363         restoring the desktop (bug#13951).
17365 2013-03-26  Leo Liu  <sdl.web@gmail.com>
17367         * register.el: Move semantic tag handling back to
17368         cedet/semantic/senator.el.  (Bug#14052)
17370 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17372         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
17373         into the prompt either (bug#13963).
17375 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17377         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
17378         part of "(error-foo)".
17380 2013-03-24  Juri Linkov  <juri@jurta.org>
17382         * replace.el (list-matching-lines-prefix-face): New defcustom.
17383         (occur-1): Pass `list-matching-lines-prefix-face' to the function
17384         `occur-engine' if `face-differs-from-default-p' returns t.
17385         (occur-engine): Add `,' inside backquote construct to evaluate
17386         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
17387         Pass `prefix-face' to the functions `occur-context-lines' and
17388         `occur-engine-add-prefix'.
17389         (occur-engine-add-prefix, occur-context-lines): Add optional arg
17390         `prefix-face' and propertize the prefix with `prefix-face'.
17391         (Bug#14017)
17393 2013-03-24  Leo Liu  <sdl.web@gmail.com>
17395         * nxml/rng-valid.el (rng-validate-while-idle)
17396         (rng-validate-quick-while-idle): Guard against deleted buffer.
17397         (Bug#13999)
17399         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
17400         is the last entry in kill-buffer-hook.
17402         * files.el (kill-buffer-hook): Doc fix.
17404 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
17406         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
17407         Make it safe-local.
17409         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
17411 2013-03-23  Leo Liu  <sdl.web@gmail.com>
17413         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
17414         Remove.
17416         * nxml/rng-valid.el (rng-validate-mode)
17417         (rng-after-change-function, rng-do-some-validation):
17418         * nxml/rng-maint.el (rng-validate-buffer):
17419         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
17420         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
17421         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
17422         (nxml-extend-after-change-region): Use with-silent-modifications.
17424         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
17425         timer-idle-list.
17427         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
17428         (rng-next-error-1, rng-previous-error-1): Do not let-bind
17429         timer-idle-list.  (Bug#13999)
17431 2013-03-23  Juri Linkov  <juri@jurta.org>
17433         * info.el (info-index-match): New face.
17434         (Info-index, Info-apropos-matches): Add a nested subgroup to the
17435         main pattern and add text properties with the new face to matches
17436         in index entries relative to the beginning of the index entry.
17437         (Bug#14015)
17439 2013-03-21  Eric Ludlam  <zappo@gnu.org>
17441         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
17442         Inhibit read only while inserting objects.
17444 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
17446         * progmodes/cfengine.el: Update docs to mention
17447         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
17448         symbol motion.  Remove "_" from the word syntax.
17450 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
17452         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
17453         syntax for both `cfengine2-mode' and `cfengine3-mode'.
17455 2013-03-20  Juri Linkov  <juri@jurta.org>
17457         * info.el (Info-next-reference-or-link)
17458         (Info-prev-reference-or-link): New functions.
17459         (Info-next-reference, Info-prev-reference): Use them.
17460         (Info-try-follow-nearest-node): Handle footnote navigation.
17461         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
17463 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17465         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
17466         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
17468 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
17470         Suppress unnecessary non-ASCII chatter during build process.
17471         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
17472         (batch-skkdic-convert): Suppress most of the chatter.
17473         It's not needed so much now that machines are faster,
17474         and its non-ASCII component was confusing; see Dmitry Gutov in
17475         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
17477 2013-03-20  Leo Liu  <sdl.web@gmail.com>
17479         * ido.el (ido-chop): Fix bug#10994.
17481 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
17483         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
17484         Remove vars.
17485         (whitespace-color-on, whitespace-color-off):
17486         Use `font-lock-fontify-buffer' (Bug#13817).
17488 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17490         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
17491         remapping in mode-line.
17492         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
17494 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
17496         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
17497         value for `whitespace-line' face (Bug#13875).
17498         (whitespace-font-lock-keywords): Change description.
17499         (whitespace-color-on): Don't save `font-lock-keywords' value, save
17500         the constructed keywords instead.
17501         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
17503 2013-03-19  Leo Liu  <sdl.web@gmail.com>
17505         * progmodes/compile.el (compilation-display-error): New command.
17506         (compilation-mode-map, compilation-minor-mode-map): Bind it to
17507         C-o.  (Bug#13992)
17509 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17511         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
17513 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
17515         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
17517 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
17519         * net/tramp-compat.el (tramp-compat-user-error): New defun.
17521         * net/tramp-adb.el (tramp-adb-handle-shell-command):
17522         * net/tramp-gvfs.el (top):
17523         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
17524         (tramp-handle-shell-command): Use it.
17525         (tramp-dissect-file-name): Raise an error when hostname is a
17526         method name, and neither method nor user is specified.
17528         * net/trampver.el: Update release number.
17530 2013-03-18  Leo Liu  <sdl.web@gmail.com>
17532         Make sure eldoc can be turned off properly.
17533         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
17534         eldoc-mode.
17535         (eldoc-display-message-p): Revert last change.
17536         (eldoc-display-message-no-interference-p)
17537         (eldoc-print-current-symbol-info): Tweak.
17539 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
17541         * doc-view.el (doc-view-new-window-function): Check the new window
17542         overlay's display property instead the char property of the
17543         buffer's first char.  Use `with-selected-window' instead of
17544         `save-window-excursion' with `select-window'.
17545         (doc-view-document->bitmap): Check the current doc-view overlay's
17546         display property instead the char property of the buffer's first char.
17548 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17550         Automate the build of ja-dic.el (Bug#13984).
17551         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
17552         from the input, rather than assume that it's been done for us by the
17553         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
17554         the current date into a ja-dic.el comment, as that complicates
17555         regression testing.
17557 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17559         * whitespace.el: Fix double evaluation.
17560         (whitespace-space, whitespace-hspace, whitespace-tab)
17561         (whitespace-newline, whitespace-trailing, whitespace-line)
17562         (whitespace-space-before-tab, whitespace-indentation)
17563         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
17564         obsolete defvars.
17565         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
17566         (whitespace-color-on): Use a single font-lock-add-keywords call.
17567         Fix double-evaluation of face variables.
17569 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
17571         * net/tramp-adb.el (tramp-adb-parse-device-names):
17572         Use `start-process' instead of `call-process'.  Otherwise, the
17573         function might be blocked under MS Windows.  (Bug#13299)
17575 2013-03-17  Leo Liu  <sdl.web@gmail.com>
17577         Extend eldoc to display info in the mode-line.  (Bug#13978)
17578         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
17579         (eldoc-mode-line-string): New variable.
17580         (eldoc-minibuffer-message): New function.
17581         (eldoc-message-function): New variable.
17582         (eldoc-message): Use it.
17583         (eldoc-display-message-p)
17584         (eldoc-display-message-no-interference-p):
17585         Support eldoc-post-insert-mode.
17587         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
17588         (eval-expression): Run it.
17590 2013-03-17  Roland Winkler  <winkler@gnu.org>
17592         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
17593         strings in the list of return values.
17595 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
17597         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
17598         radix before checking for HMS forms.
17600 2013-03-16  Leo Liu  <sdl.web@gmail.com>
17602         * progmodes/scheme.el: Add indentation and font-locking for λ.
17603         (Bug#13975)
17605 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17607         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
17608         token before point (bug#13942).
17610 2013-03-16  Leo Liu  <sdl.web@gmail.com>
17612         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
17614 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
17616         * startup.el (command-line-normalize-file-name): Fix handling of
17617         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
17618         <xfq.free@gmail.com> in
17619         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
17621 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
17623         Sync with Tramp 2.2.7.
17625         * net/trampver.el: Update release number.
17627 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
17629         * doc-view.el: Fix bug#13887.
17630         (doc-view-insert-image): Don't modify overlay associated to
17631         non-live windows, and implement horizontal centering of image in
17632         case it's smaller than the window.
17633         (doc-view-new-window-function): Force redisplay of new windows on
17634         doc-view buffers.
17636 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
17638         * saveplace.el (save-place-alist-to-file): Don't sort
17639         `save-place-alist', just pretty-print it (bug#13882).
17641 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
17643         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17644         Check whether `default-file-name-coding-system' is bound.
17645         It isn't in XEmacs.
17647 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17649         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
17650         backquotes for `obsolete' (bug#13929).
17652         * international/mule.el (find-auto-coding): Include file name in
17653         obsolescence warning (bug#13922).
17655 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
17657         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
17658         for CFEngine 3-specific indentation.
17659         (cfengine3-indent-line): Use it.  Fix up category regex.
17660         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
17662 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17664         * type-break.el (type-break-file-name):
17665         * textmodes/remember.el (remember-data-file):
17666         * strokes.el (strokes-file):
17667         * shadowfile.el (shadow-initialize):
17668         * saveplace.el (save-place-file):
17669         * ps-bdf.el (bdf-cache-file):
17670         * progmodes/idlwave.el (idlwave-config-directory):
17671         * net/quickurl.el (quickurl-url-file):
17672         * international/kkc.el (kkc-init-file-name):
17673         * ido.el (ido-save-directory-list-file):
17674         * emulation/viper.el (viper-custom-file-name):
17675         * emulation/vip.el (vip-startup-file):
17676         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
17677         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
17679 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
17681         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
17682         * language/thai-word.el: Switch to UTF-8.
17684 See ChangeLog.16 for earlier changes.
17686 ;; Local Variables:
17687 ;; coding: utf-8
17688 ;; End:
17690   Copyright (C) 2011-2014 Free Software Foundation, Inc.
17692   This file is part of GNU Emacs.
17694   GNU Emacs is free software: you can redistribute it and/or modify
17695   it under the terms of the GNU General Public License as published by
17696   the Free Software Foundation, either version 3 of the License, or
17697   (at your option) any later version.
17699   GNU Emacs is distributed in the hope that it will be useful,
17700   but WITHOUT ANY WARRANTY; without even the implied warranty of
17701   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17702   GNU General Public License for more details.
17704   You should have received a copy of the GNU General Public License
17705   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.