* lisp/progmodes/python.el (python-shell-font-lock-post-command-hook):
[emacs.git] / lisp / ChangeLog
blob6713626c45739ec73aeea95bcd419091d6f098d7
1 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3         * progmodes/python.el (python-shell-font-lock-post-command-hook):
4         Safeguard current point and undo history.
6 2014-07-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8         Robust shell syntax highlighting.  (Bug#18084, Bug#16875)
9         * progmodes/python.el:
10         (python-shell-prompt-input-regexps): Add iPython block prompt.
11         (python-shell-output-syntax-table): Delete var.
12         (python-shell-font-lock-with-font-lock-buffer): New macro.
13         (python-shell-font-lock-get-or-create-buffer)
14         (python-shell-font-lock-kill-buffer)
15         (python-shell-font-lock-cleanup-buffer)
16         (python-shell-font-lock-post-command-hook)
17         (python-shell-font-lock-turn-off): New functions.
18         (python-shell-font-lock-turn-on): New function.
19         (inferior-python-mode): Use it.
20         (python-shell-font-lock-toggle): New command.
21         (python-shell-font-lock-enable): Rename from
22         python-shell-enable-font-lock.
23         (run-python-internal): Use it.
24         (python-shell-font-lock-comint-output-filter-function): New function.
25         (python-shell-comint-end-of-output-p): New function.
26         (python-shell-output-filter): Use it.
27         (python-util-comint-last-prompt): New function.
28         (python-util-text-properties-replace-name): New function.
30 2014-07-25  Glenn Morris  <rgm@gnu.org>
32         * vc/ediff-init.el (ediff-toggle-read-only-function):
33         * vc/ediff-util.el (ediff-toggle-read-only):
34         Replace obsolete toggle-read-only with read-only-mode.
36 2014-07-24  Michael Albinus  <michael.albinus@gmx.de>
38         * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
39         with `save-match-data'.  (Bug#18095)
41 2014-07-21  Vincent Belaïche  <vincentb1@users.sourceforge.net>
43         * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
44         order to ensure that row and col are lexically bound inside the
45         evaluated sexp.
47 2014-07-21  Glenn Morris  <rgm@gnu.org>
49         * progmodes/hideif.el (hide-ifdef-mode-submap):
50         Also substitute read-only-mode.
51         * bindings.el (mode-line-toggle-read-only):
52         * bs.el (bs-toggle-readonly):
53         * buff-menu.el (Buffer-menu-toggle-read-only):
54         * dired.el (dired-toggle-read-only):
55         * files.el (view-read-only, find-file-read-only)
56         (find-file-read-only-other-window)
57         (find-file-read-only-other-frame):
58         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
59         Doc fixes re toggle-read-only.
61 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
63         * progmodes/python.el: Add comment about pipe buffering and
64         solutions for missing/delayed output in inferior Python shells.
65         (Bug#17304)
67         * progmodes/python.el (python-mode): Don't set
68         mode-require-final-newline.  (Bug#17990)
70         Make python.el work with IPython automatically.  (Bug#15510)
71         * progmodes/python.el:
72         (python-shell-completion-setup-code): New value supporting iPython.
73         (python-shell-completion-string-code): New value supporting iPython.
74         (python-shell-completion-get-completions): Use them.
75         (python-shell-completion-module-string-code): Make obsolete.
76         (python-shell-prompt-input-regexps)
77         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
78         (python-shell-output-filter): Fix comment typo.
80         Fix Python shell prompts detection for remote hosts.
81         * progmodes/python.el (python-shell-prompt-detect): Replace
82         call-process with process-file and make it more robust.
84         Autodetect Python shell prompts.  (Bug#17370)
85         * progmodes/python.el:
86         (python-shell-interpreter-interactive-arg)
87         (python-shell-prompt-detect-enabled)
88         (python-shell-prompt-detect-failure-warning)
89         (python-shell-prompt-input-regexps)
90         (python-shell-prompt-output-regexps): New vars.
91         (python-shell-prompt-calculated-input-regexp)
92         (python-shell-prompt-calculated-output-regexp): New vars.
93         (python-shell-get-process-name)
94         (python-shell-internal-get-process-name)
95         (python-shell-output-filter)
96         (python-shell-completion-get-completions): Use them.
97         (python-shell-prompt-detect)
98         (python-shell-prompt-validate-regexps): New functions.
99         (python-shell-prompt-set-calculated-regexps): New function.
100         (inferior-python-mode): Use it.  Also honor overriden
101         python-shell-interpreter and python-shell-interpreter-args.
102         (python-shell-make-comint): Honor overriden
103         python-shell-interpreter and python-shell-interpreter-args.
104         (python-shell-get-or-create-process): Make it testable by allowing
105         to call run-python non-interactively.
106         (python-util-valid-regexp-p): New function.
107         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
108         (python-shell-prompt-output-regexp)
109         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
111 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * emacs-lisp/smie.el (smie-config--guess-1): Split from
114         smie-config--guess.
115         (smie-config--guess): Use it.
117         * emacs-lisp/edebug.el: Use nadvice.
118         (edebug-original-read): Remove.
119         (edebug--read): Rename from edebug-read and add `orig' arg.
120         (edebug-uninstall-read-eval-functions)
121         (edebug-install-read-eval-functions): Use nadvice.
122         (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
123         (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
124         (edebug-read-string, edebug-read-function): Use just `read'.
125         (edebug-original-debug-on-entry): Remove.
126         (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
127         `orig' arg.
128         (debug-on-entry): Override with nadvice.
130         * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
131         it also makes sense to bind it to a non-mouse event.
133         * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
135 2014-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
138         (bug#18015).
140         * rect.el (rectangle--string-preview): Don't assume there
141         a non-nil default (bug#17984).
143 2014-07-16  Glenn Morris  <rgm@gnu.org>
145         * desktop.el (after-init-hook): Disable startup frame restoration
146         in non-graphical situations.  (Bug#17693)
148         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
149         if it was "empty", or used for a different set of files.  (Bug#17884)
151 2014-07-16  Eli Zaretskii  <eliz@gnu.org>
153         * bindings.el (mode-line-remote): If default-directory is not a
154         string, don't call file-remote-p on it; instead state in the
155         help-echo that it is nil.  (Bug#17986)
157 2014-07-14  Daniel Colascione  <dancol@dancol.org>
159         * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
160         to `macroexpand-all'
162         * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
163         Use `macroexpand-all' instead of `cl-macroexpand-all'.
165 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
167         Fix bug: C-x v v discarded existing log message (Bug#17884).
168         * vc/vc-dispatcher.el (vc-log-edit):
169         Don't clobber an already-existing log message.
171 2014-07-12  Glenn Morris  <rgm@gnu.org>
173         * vc/log-edit.el (log-edit-changelog-entries):
174         Check for a visited-but-never-saved ChangeLog.
176 2014-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
179         a non-existing file (bug#17970).
181         * faces.el (face-name): Undo last change.
182         (x-resolve-font-name): Don't call face-name (bug#17956).
184 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
186         Fix dedenters and electric colon handling. (Bug#15163)
187         * progmodes/python.el
188         (python-rx-constituents): Add dedenter and block-ender.
189         (python-indent-dedenters, python-indent-block-enders): Delete.
190         (python-indent-context): Return new case for dedenter-statement.
191         (python-indent-calculate-indentation): Handle new case.
192         (python-indent-calculate-levels): Fix levels calculation for
193         dedenter statements.
194         (python-indent-post-self-insert-function): Fix colon handling.
195         (python-info-dedenter-opening-block-message): New function.
196         (python-indent-line): Use it.
197         (python-info-closing-block)
198         (python-info-closing-block-message): Remove.
199         (python-info-dedenter-opening-block-position)
200         (python-info-dedenter-opening-block-positions)
201         (python-info-dedenter-statement-p): New functions.
203 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
205         * files.el (out-of-memory-warning-percentage): New defcustom.
206         (warn-maybe-out-of-memory): Use it.
208 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
210         * subr.el (read-passwd): Use `read-hide-char' if non-nil.  Bind it
211         when calling `read-string'.  (Bug#17839)
213 2014-07-10  Eli Zaretskii  <eliz@gnu.org>
215         * files.el (warn-maybe-out-of-memory): Fix the wording of the
216         warning.
218 2014-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
220         * files.el (warn-maybe-out-of-memory): New function.
221         (find-file-noselect): Use it.
223 2014-07-09  Sam Steingold  <sds@gnu.org>
225         * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
226         `constant' like `bless', `return' &c
228 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
230         * rect.el (apply-on-rectangle): Check forward-line really moved to the
231         next line.
233 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
235         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
236         the middle of a line (bug#17896).
238 2014-07-09  Juri Linkov  <juri@jurta.org>
240         * startup.el (command-line): Append displaying the warning about
241         the errors in the init file to the end of `after-init-hook'.
242         (Bug#17927)
244         * faces.el (face-name): Return input arg `face' as-is
245         when it's not a symbol.
246         (x-resolve-font-name): Don't check if the face is a symbol.
247         (Bug#17956)
249         * facemenu.el (list-colors-print): In help-echo format use %.2f
250         instead of %d because now HSV values are floating-point components
251         between 0.0 and 1.0.
253 2014-07-09  Glenn Morris  <rgm@gnu.org>
255         * emulation/cua-rect.el (cua--activate-rectangle):
256         Avoid setting cua--rectangle to nil.  (Bug#17877)
258 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
260         * calendar/todo-mode.el: Fix wrong-type-argument error when
261         marking multiple consecutive items.
262         (todo-toggle-mark-item): Don't try to mark the empty lines at the
263         end of the todo and done items sections.  Note in doc string that
264         items marked by passing a numeric prefix argument can include the
265         last todo and first done items.
266         (todo-mark-category): Don't try to mark the empty line between the
267         todo and done items sections.
269 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
272         proper Lisp quoting (bug#17934).
274         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
275         require-final-newline since prog-mode already took care of it (bug#17947).
277 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
279         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
280         refer to the Todo mode Info manual.  Update the comment on
281         requiring cl-lib.
282         (todo-find-filtered-items-file): Add todo-prefix overlays.
283         (todo-filter-items): Reorder a let-bound variable to avoid a
284         wrong-type-argument error on canceling the file choice dialog.
286 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
288         * progmodes/octave.el (inferior-octave-mode):
289         Set comint-input-ring-size to a number (bug#17912).
291 2014-07-09  Juri Linkov  <juri@jurta.org>
293         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
294         and `isearch-mode' associated with nil.  (Bug#17849)
296 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
298         * linum.el (linum--face-height): New function (bug#17813).
299         (linum-update-window): Use it to adjust margin to linum's width.
301         * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
302         * eshell/em-smart.el (eshell-smart-scroll-window): Use
303         with-selected-window.
305         * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
306         Remove also pointless window&mark manipulation.
308         * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
309         (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
310         (perl-continuation-line-p): Don't skip over anything else than labels.
311         Return the previous char.
312         (perl-calculate-indent): Use syntax-ppss instead of parse-start
313         and update callers accordingly.  For continuation lines, check the
314         the case of array hashes.
315         (perl-backward-to-noncomment): Make it non-interactive.
316         (perl-backward-to-start-of-continued-exp): Rewrite.
318 2014-07-08  Sam Steingold  <sds@gnu.org>
320         * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
321         New user commands.
323 2014-07-08  Juri Linkov  <juri@jurta.org>
325         * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
326         (vc-annotate-color-map): Use less saturated colors (20%) for
327         background-mode.
328         (vc-annotate-very-old-color): Add default value for background-mode.
329         (vc-annotate-background): Set default value to nil since now text on
330         the default backgrounds should be legible in light and dark modes.
331         (vc-annotate-lines): Use `vc-annotate-background-mode'.  Doc fix.
332         (Bug#17808)
334 2014-07-08  Juri Linkov  <juri@jurta.org>
336         * simple.el (transpose-chars): Don't move point into read-only area.
337         (Bug#17829)
339 2014-07-08  Juri Linkov  <juri@jurta.org>
341         * window.el (with-displayed-buffer-window): New macro.
342         (with-temp-buffer-window, with-current-buffer-window):
343         Use `macroexp-let2' to evaluate and bind variables
344         in the same order as macro arguments.
345         (display-buffer--action-function-custom-type):
346         Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
348         * minibuffer.el (minibuffer-completion-help): Replace
349         `with-output-to-temp-buffer' with `with-displayed-buffer-window'
350         with actions that display *Completions* at-bottom when called
351         from the minibuffer, or below-selected in a normal buffer.
352         Associate `window-height' with `fit-window-to-buffer'.
353         Let-bind `pop-up-windows' to nil.
355         * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
356         instead of `with-current-buffer-window'.  (Bug#17809)
358 2014-07-07  Luke Lee  <luke.yx.lee@gmail.com>
360         * progmodes/hideif.el (hide-ifdef-env): Change to global.
361         (hide-ifdef-env-backup): New variable.
362         (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
363         New customizable variables.
364         (hif-clear-all-ifdef-defined): New defun.
365         (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
366         (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
367         (hif-tokenize): Fix for MS-DOS/Win EOL style.
368         (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
369         Fix bug to hide the correct #elif region(s).
370         (hif-range-elif): New defun.
371         (hif-recurse-level): New var.
372         (hif-evaluate-region, hif-evaluate-macro): New defun.
373         (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
374         fully hidden.
375         (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
376         Better interaction.
378 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
380         * net/dbus.el (dbus-peer-handler): New defun.
381         (dbus-register-service): Register it.  (Bug#17858)
382         (dbus-managed-objects-handler): Fix docstring.
384 2014-07-04  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
386         * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
387         (narrow-to-defun): New arg include-comments, defaulting to it
388         (bug#16328).
390 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
392         * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
393         different calling convention to rectangle--unhighlight-for-redisplay.
395 2014-07-03  Michael Albinus  <michael.albinus@gmx.de>
397         * net/tramp.el (tramp-call-process): Handle error strings.
399         * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
401         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
402         (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
404         * net/trampver.el: Update release number.
406 2014-07-03  Juri Linkov  <juri@jurta.org>
408         * desktop.el (desktop-save): Rename arg `auto-save' to
409         `only-if-changed'.  Doc fix.  (Bug#17873)
411 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
413         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
414         Use insert-for-yank (bug#17271).
416 2014-07-03  Leo Liu  <sdl.web@gmail.com>
418         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
419         Support lexical-binding.
421 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
423         * vc/log-edit.el (log-edit-goto-eoh): New function.
424         (log-edit--match-first-line): Use it (bug#17861).
426 2014-07-03  Glenn Morris  <rgm@gnu.org>
428         * vc/log-edit.el (log-edit-hook): Add missing :version.
430 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
432         * progmodes/python.el (python-indent-post-self-insert-function):
433         Enhancements to electric indentation behavior inside
434         parens. (Bug#17658)
436 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
438         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
439         buffer-invisibility-spec (bug#17867).
441 2014-07-03  Andreas Schwab  <schwab@linux-m68k.org>
443         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
444         pass "-a".
446 2014-07-03  Glenn Morris  <rgm@gnu.org>
448         * cus-edit.el (help):
449         * finder.el (finder-known-keywords):
450         * help.el (help-for-help-internal):
451         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
452         (ediff-redraw-registry-buffer):
453         * vc/ediff-ptch.el (ediff-patch-file-internal):
454         Doc fixes re "online" help.  (Bug#17803)
456         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
457         (idlwave-mode): Doc URL update.
459 2014-07-01  Juri Linkov  <juri@jurta.org>
461         * man.el: Display man pages immediately and use process-filter
462         to format them asynchronously.
463         (Man-width): Doc fix.
464         (man): Doc fix.
465         (Man-start-calling): Use `with-selected-window' to get
466         `frame-width' and `window-width'.
467         (Man-getpage-in-background): Call `Man-notify-when-ready'
468         immediately after creating a new buffer.  Call `Man-mode' and set
469         `mode-line-process' in the created buffer.  Set process-filter to
470         `Man-bgproc-filter' in start-process branch.  In call-process branch
471         call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
472         Use `Man-start-calling' inside `with-current-buffer'.
473         (Man-fontify-manpage): Don't print messages.  Fix boundary condition.
474         (Man-cleanup-manpage): Don't print messages.
475         (Man-bgproc-filter): New function.
476         (Man-bgproc-sentinel): Add `save-excursion' to keep point when
477         user moved it during asynchronous formatting.  Move calls of
478         `Man-fontify-manpage' and `Man-cleanup-manpage' to
479         `Man-bgproc-filter'.  Move the call of `Man-mode' to
480         `Man-getpage-in-background'.  Use `quit-restore-window'
481         instead of `kill-buffer'.  Use `message' instead of `error'
482         because errors are caught by process sentinel.
483         (Man-mode): Move calls of `Man-build-page-list',
484         `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
485         `Man-bgproc-sentinel'.  Doc fix.  (Bug#2588, bug#5054, bug#9084, bug#17831)
487         * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
488         for the message about the man page cleaned up.
490 2014-07-01  Mario Lang  <mlang@delysid.org>
492         * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
493         cosutomization option `gnutls-verify-error'.
495 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
497         * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
498         Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
500         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
501         (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
502         is suspended (bug#17857).
504 2014-07-01  Michael Albinus  <michael.albinus@gmx.de>
506         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
507         Prefer utf-8 coding.  (Bug#17859)
509 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
511         * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
512         for `reverse'.
514 2014-06-30  Glenn Morris  <rgm@gnu.org>
516         * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
517         (autoload-ensure-default-file): Maybe make existing output writable.
518         * Makefile.in (AUTOGEN_VCS): Remove.
519         (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
521 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
523         * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
525 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
527         New if-let, when-let, thread-first and thread-last macros.
529         * emacs-lisp/subr-x.el
530         (internal--listify, internal--check-binding)
531         (internal--build-binding-value-form, internal--build-binding)
532         (internal--build-bindings): New functions.
533         (internal--thread-argument, thread-first, thread-last)
534         (if-let, when-let): New macros.
536 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
538         * net/rcirc.el (rcirc-buffer-process): Restore previous
539         behaviour.  (Bug#17772)
541 2014-06-29  Alan Mackenzie  <acm@muc.de>
543         Don't call c-parse-state when c++-template-syntax-table is active.
544         * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
545         (c-guess-basic-syntax CASE 5D.3): Rearrange so that
546         c-syntactic-skip-backwards isn't called with the pertinent syntax table.
548 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
550         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
551         account for file-wide setting of todo-top-priorities-overrides.
552         Make code a bit cleaner.
554 2014-06-28  Glenn Morris  <rgm@gnu.org>
556         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
558 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
560         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
561         category-wide setting of todo-top-priorities-overrides, check for
562         a file-wide setting and fontify accordingly.
564 2014-06-28  Glenn Morris  <rgm@gnu.org>
566         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
568 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
570         * progmodes/hideif.el: Use lexical-binding.  Fix up cl-lib usage.
572 2014-06-28  K. Handa  <handa@gnu.org>
574         Fix Bug#17739.
576         * composite.el: Setup composition-function-table for dotted circle.
577         (compose-gstring-for-dotted-circle): New function.
579         * international/characters.el: Add category "^" to all
580         non-spacing characters.
582 2014-06-28  Glenn Morris  <rgm@gnu.org>
584         * Makefile.in (doit): Remove force rule.
585         (custom-deps, finder-data, autoloads, update-subdirs)
586         (compile-one-process): PHONY targets do not need force rules.
588         * Makefile.in (compile-main, compile, compile-always):
589         No need to explicitly pass variables to ourself in recursive calls.
591 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
593         * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
595 2014-06-26  Glenn Morris  <rgm@gnu.org>
597         * Makefile.in (update-authors): Update for moved authors.el.
599 2014-06-26  Leo Liu  <sdl.web@gmail.com>
601         * skeleton.el (skeleton-end-hook): Default to nil and move the
602         work to skeleton-insert.  (Bug#17850)
604 2014-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
606         * calc/calc-alg.el (math-beforep):
607         * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
608         Simplify because string-lessp can accept symbols as args.
610 2014-06-26  Daiki Ueno  <ueno@gnu.org>
612         * emacs-lisp/package.el (package--check-signature):
613         If package-check-signature is allow-unsigned, don't signal error when
614         we can't verify signature because of missing public key
615         (bug#17625).
617 2014-06-26  Glenn Morris  <rgm@gnu.org>
619         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
620         Remove outdated declaration.
622         * emacs-lisp/authors.el (authors-valid-file-names)
623         (authors-renamed-files-alist): Additions.
625 2014-06-26  Leo Liu  <sdl.web@gmail.com>
627         * textmodes/picture.el (picture-set-tab-stops):
628         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
629         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
631         * progmodes/asm-mode.el (asm-calculate-indentation):
632         Use indent-next-tab-stop.
634         * indent.el (indent-accumulate-tab-stops): New function.
636 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
638         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
639         (package-desc-status): Obey it.
641 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
643         * calendar/todo-mode.el: Fix two bugs.
644         (todo-insert-item--basic): If user cancels item insertion to
645         another category before setting priority, show original category
646         whether it is in the same or a different file.
647         (todo-set-item-priority): After selecting category, instead of
648         moving point to top, which extends an active region, restore it.
650 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * help-fns.el (describe-function-1): Check file-name is a string before
653         calling help-fns--autoloaded-p (bug#17564).
655 2014-06-26  Juri Linkov  <juri@jurta.org>
657         * desktop.el (desktop-auto-save-enable)
658         (desktop-auto-save-disable): New functions.
659         (desktop-save-mode, desktop-auto-save-timeout): Use them.
660         (desktop-read): Disable the autosave before loading the desktop,
661         and enable afterwards.  (Bug#17351)
663 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
665         Fix some indentation problem with \; and pipes (bug#17842).
666         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
667         (sh-smie--default-forward-token, sh-smie--default-backward-token):
668         New functions.
669         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
670         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
671         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
673 2014-06-26  Glenn Morris  <rgm@gnu.org>
675         * emacs-lisp/find-func.el (find-function-C-source-directory):
676         Use file-accessible-directory-p.
678         * ps-samp.el: Make it slightly less awful.
679         (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
680         (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
681         Only set local values.
682         (ps-article-subject, ps-article-author): Use standard functions
683         like mail-fetch-field.
684         (ps-info-file, ps-info-node): Use match-string.
685         (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
686         (ps-samp-ps-setup): ... new function.
688         * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
689         Optimize away code unneeded on any modern Emacs.
691         * emacs-lisp/authors.el: Move to ../admin.
693         * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
695 2014-06-26  Luke Lee  <luke.yx.lee@gmail.com>
697         * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
698         (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
699         performance enhancements.
700         (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
701         expansion.
702         (hif-factor, hif-string-concatenation, intern-safe): Support string
703         concatenation and argumented macro expansion.
704         (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
705         (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
706         (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
707         (hif-canonicalize-tokens, hif-place-macro-invocation)
708         (hif-parse-macro-arglist): Mostly new functions for supporting
709         argumented macro expansion.
710         (hif-string-concatenation, hif-stringify, hif-token-concat)
711         (hif-token-stringification, hif-token-concatenation):
712         Stringification and concatenation.
713         (hif-find-next-relevant): Fix comments.
714         (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
715         some cases involving #elif.
716         (hif-find-define, hif-add-new-defines): New functions for automatically
717         scanning of defined symbols.
718         (hide-ifdef-guts): Fix for defined symbol auto scanning.
719         (hide-ifdef-undef): Fix behavior to match CPP.
721 2014-06-25  Glenn Morris  <rgm@gnu.org>
723         * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
724         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
725         ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
726         files.  They are not relevant to the original issue (bug#1004),
727         and cause unnecessary recompilation (bug#2151).
729 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
731         * play/landmark.el: Use lexical-binding and avoid `intangible'.
732         (landmark--last-pos): New var.
733         (landmark--intangible-chars): New const.
734         (landmark--intangible): New function.
735         (landmark-mode, landmark-move): Use it.
736         (landmark-mode): Remove properties.
737         (landmark-plot-square, landmark-point-square, landmark-goto-xy)
738         (landmark-cross-qtuple):
739         Don't worry about `intangible' any more.
740         (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
741         (landmark-init-display): Don't set `intangible' and `point-entered'.
742         (square): Remove.  Inline it instead.
743         (landmark--distance): Rename from `distance'.
744         (landmark-calc-distance-of-robot-from): Rename from
745         calc-distance-of-robot-from.
746         (landmark-calc-smell-internal): Rename from calc-smell-internal.
748 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
750         * files.el (dir-locals-find-file, file-relative-name):
751         * info.el (Info-complete-menu-item):
752         * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
753         to compare-strings to avoid out-of-range errors.
754         * subr.el (string-prefix-p): Adjust to match strict range
755         checking in compare-strings.
757 2014-06-24  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
759         * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
760         for comment lines non-greedy and stopping at newlines to fix stack
761         overflows with large files.
763 2014-06-24  Eli Barzilay  <eli@barzilay.org>
765         * calculator.el (calculator-last-input): Drop 'ascii-character property
766         lookup.
768 2014-06-24  Leo Liu  <sdl.web@gmail.com>
770         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
771         tab-stop-list to nil.  (Bug#16381)
773         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
774         (indent-rigidly-left-to-tab-stop)
775         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
776         (move-to-tab-stop): Change callers.
778 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
780         * skeleton.el (skeleton-insert): Yet another fix of the doc string
781         wrt behavior of \n as the first/last element of a skeleton.
783 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
785         * net/tramp-adb.el (tramp-adb-handle-process-file):
786         * net/tramp-sh.el (tramp-sh-handle-process-file):
787         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
788         the output buffer when DISPLAY is non-nil.  (Bug#17815)
790 2014-06-24  Glenn Morris  <rgm@gnu.org>
792         * play/landmark.el (landmark-move-down, landmark-move-up):
793         Fix 2007-10-20 change - preserve horizontal position.
795 2014-06-23  Sam Steingold  <sds@gnu.org>
797         * simple.el (kill-append): Remove undo boundary depending on ...
798         (kill-append-merge-undo): New user option.
800 2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * simple.el (handle-shift-selection, exchange-point-and-mark)
803         (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
804         (transient-mark-mode): Use&set the global value.
805         * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
806         * emulation/edt.el (edt-emulation-off): Save&restore the global
807         transient-mark-mode setting.
808         * obsolete/pc-select.el (pc-selection-mode): Use the
809         transient-mark-mode function.
811 2014-06-23  Eli Zaretskii  <eliz@gnu.org>
813         * international/fontset.el (script-representative-chars):
814         Add representative characters for scripts added in Unicode 7.0.
815         (otf-script-alist): Synchronize with the latest registry of OTF
816         script tags.
818         * international/characters.el (char-script-table): Update for
819         scripts added and codepoint ranges changed in Unicode 7.0.
821 2014-06-23  Eli Barzilay  <eli@barzilay.org>
823         * calculator.el (calculator-standard-displayer): Fix bug in use of
824         `calculator-groupize-number'.
825         (calculator-funcall): Fix broken `cl-flet' use by moving it into the
826         `eval' code, so it works in v24.3.1 too.
827         (calculator-last-input): Comment to clarify purpose.
829 2014-06-22  Mario Lang  <mlang@delysid.org>
831         * textmodes/rst.el (rst-comment-region): From from -> from.
833         * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
835 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
837         * electric.el (electric-layout-post-self-insert-function):
838         * emacs-lisp/ert.el (ert--insert-infos):
839         * obsolete/vi.el (vi-set-mark):
840         * term.el (term-handle-scroll):
841         * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
842         * wid-edit.el (widget-editable-list-value-create):
843         Prefer point-marker to copy-marker of point.
845 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
847         Fix completion retrieval parsing (bug#17209).
848         * progmodes/python.el (python-mode):
849         (python-util-strip-string): New function.
850         (python-shell-completion-get-completions): Use it.
852 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
854         * skeleton.el (skeleton-insert): Fix last change.
856 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
858         Enhancements for outline integration (bug#17796).
859         * progmodes/python.el (python-mode): Properly set
860         outline-heading-end-regexp so that comments after colons for
861         defuns are supported.
863 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
865         * skeleton.el (skeleton-insert): Doc fix.
867 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
869         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
870         (smie-config-guess): Use smie-config-local so the rules are obeyed
871         (bug#17818).
873         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
874         since it's already done inside the loop (bug#17819).
876 2014-06-21  Martin Rudalics  <rudalics@gmx.at>
878         * mouse.el (mouse-drag-line): Re-remove code initially removed
879         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
880         (Bug#17819).
882 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
884         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
885         align with the surrounding parent (bug#17721).
887 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
889         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
890         locally to nil.
891         (texinfo-insert-block, texinfo-insert-@end)
892         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
893         local setting of skeleton-end-newline by adding an explicit \n to
894         the skeletons where appropriate.  (Bug#17801)
896 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
898         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
899         (smie-indent--hanging-p): Use it.
900         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
902 2014-06-21  Leo Liu  <sdl.web@gmail.com>
904         * simple.el (read-quoted-char): Don't let help chars pop up help
905         buffer.  (Bug#16617)
907 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
909         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
910         for | (bug#17621).
912         * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
913         Drop unknown events instead of burping.
915 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
917         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
918         and later.  (Bug#17790)
920 2014-06-21  Juri Linkov  <juri@jurta.org>
922         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
923         to `soft'.  (Bug#17554)
925 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
928         (bug#17737).
930 2014-06-21  Dmitry Gutov  <dgutov@yandex.ru>
932         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
933         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
935 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
937         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
938         `unread-command-events'.
940 2014-06-19  William Xu  <william.xwl@gmail.com>
942         * progmodes/hideif.el (hif-string-to-number): Don't return float for
943         hex integer constants (bug#17807).
945 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
947         * international/mule-util.el (truncate-string-ellipsis): New var.
948         (truncate-string-to-width): Use it.
950 2014-06-19  Robert Brown  <robert.brown@gmail.com>  (tiny change)
952         * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
953         (lisp-string-in-doc-position-p): New function, extracted from
954         lisp-font-lock-syntactic-face-function.
955         (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
957 2014-06-19  Grégoire Jadi  <daimrod@gmail.com>
959         * net/rcirc.el (rcirc-omit-mode): Fix recenter error.  (Bug#17769)
961 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
963         * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
964         (bubbles--game-over): Don't add `intangible' properties since they
965         didn't work anyway.
967 2014-06-18  Juri Linkov  <juri@jurta.org>
969         * vc/ediff-init.el (ediff-current-diff-Ancestor)
970         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
971         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
972         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
973         Add `min-colors 88' version with removed black/white foregrounds.
974         (Bug#10181)
976 2014-06-18  Juri Linkov  <juri@jurta.org>
978         * vc/diff-mode.el (diff-changed): Empty face definition to use
979         `diff-removed' and `diff-added' on tty as well.  (Bug#10181)
980         (diff-context): Use darker color on light background and
981         lighter color on dark background.
983 2014-06-18  Juri Linkov  <juri@jurta.org>
985         * vc/diff-mode.el (diff-refine-changed): Rename from
986         `diff-refine-change' for consistency with `diff-changed'.
987         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
989         * vc/smerge-mode.el (smerge-refined-changed): Rename from
990         `smerge-refined-change'.
991         (smerge-refined-change): Add obsolete face alias.
993 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
995         * rect.el (rectangle-preview): New custom.
996         (rectangle): New group.
997         (rectangle--pos-cols): Add `window' argument.
998         (rectangle--string-preview-state, rectangle--string-preview-window):
999         New vars.
1000         (rectangle--string-flush-preview, rectangle--string-erase-preview)
1001         (rectangle--space-to, rectangle--string-preview): New functions.
1002         (string-rectangle): Use them.
1003         (rectangle--inhibit-region-highlight): New var.
1004         (rectangle--highlight-for-redisplay): Obey it.  Make sure
1005         `apply-on-region' uses the point-crutches of the right window.
1006         Use :align-to rather than multiple spaces.
1008 2014-06-16  Andrea Rossetti  <andrea.rossetti@gmail.com>  (tiny change)
1010         * ruler-mode.el (ruler-mode-window-col)
1011         (ruler-mode-mouse-set-left-margin)
1012         (ruler-mode-mouse-set-right-margin): Fix calculation of column
1013         from mouse position (Bug#17768).
1015 2014-06-16  Ron Schnell  <ronnie@driver-aces.com>
1017         * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
1018         without varname or rhs causes crash.
1019         (dun-ftp): Fix bug where blank ftp password is allowed, making it
1020         impossible to win endgame.
1021         (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
1022         rlogin is anymore.
1023         (dun-help): Bump version number; update contact info.
1025 2014-06-15  Eli Barzilay  <eli@barzilay.org>
1027         * calculator.el (calculator-prompt, calculator-remove-zeros)
1028         (calculator-mode-hook, calculator-operators, calculator-stack)
1029         (calculator-mode): Tweak docstring.
1030         (calculator-user-operators): Tweak docstring, fix a bug in the last
1031         example.
1032         (calculator-displayer): `std' case has an optional boolean.
1033         (calculator-displayers): Use the new boolean to group in decimal mode.
1034         (calculator-mode-map, calculator, calculator-message)
1035         (calculator-op-arity, calculator-add-operators)
1036         (calculator-string-to-number, calculator-displayer-prev)
1037         (calculator-displayer-next, calculator-remove-zeros)
1038         (calculator-eng-display, calculator-number-to-string)
1039         (calculator-update-display, calculator-last-input)
1040         (calculator-clear-fragile, calculator-digit, calculator-decimal)
1041         (calculator-exp, calculator-saved-move, calculator-clear)
1042         (calculator-copy, calculator-put-value, calculator-help)
1043         (calculator-expt, calculator-truncate): Minor code improvements.
1044         (calculator-need-3-lines): New function pulling out code from
1045         `calculator'.
1046         (calculator-get-display): Rename from `calculator-get-prompt', and
1047         improved.
1048         (calculator-push-curnum): Rename from `calculator-curnum-value', and
1049         extended for all uses of it.  All callers changed.
1050         (calculator-groupize-number): New utility for splitting a number into
1051         groups.
1052         (calculator-standard-displayer): Improve code, new optional argument to
1053         use comma-split groups, make second argument optional too to use with
1054         'left/'right inputs.  All callers changed.
1055         (calculator-reduce-stack-once): New utility, doing the meat of what
1056         `calculator-reduce-stack' used to do, much improved (mostly using
1057         `pcase' for conciseness and clarity).
1058         (calculator-reduce-stack): Now doing just the reduction loop using
1059         `calculator-reduce-stack-once'.
1060         (calculator-funcall): Improve code, make it work in v24.3.1 too.
1061         (calculator-last-input): Improve code, remove some old cruft.
1062         (calculator-quit): Kill `calculator-buffer' in electric mode too.
1063         (calculator-integer-p): Remove.
1064         (calculator-fact): Improve code, make it work on non-integer values
1065         too (using truncated numbers).
1067 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
1069         Sync with Tramp 2.2.10.
1071         * net/tramp.el (tramp-methods): Tweak docstring.
1072         (tramp-handle-file-accessible-directory-p): Check for
1073         `file-readable-p' instead of `file-executable-p'.
1074         (tramp-check-cached-permissions):
1075         Use `tramp-compat-file-attributes'.
1076         (tramp-call-process): Add new argument VEC.  Adapt callees in all
1077         tramp*.el files.
1079         * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
1080         (tramp-adb-maybe-open-connection): Don't set
1081         `tramp-current-*' variables.
1083         * net/tramp-cache.el (tramp-flush-file-function): Do not flush
1084         file properties of temporary buffers.
1086         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
1088         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
1089         (tramp-gvfs-handle-delete-file): Flush file
1090         properties, not directory properties.
1091         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
1092         reading "unix::mode".
1093         (tramp-gvfs-handle-file-name-all-completions):
1094         Use "-h" option for "gvfs-ls".
1095         (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
1096         (tramp-gvfs-send-command): Simplify traces.
1098         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
1099         (vc-git-program, vc-hg-program): Declare.
1100         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
1101         (tramp-methods) <nc>: Add new method.
1102         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
1103         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
1104         `tramp-login-args'.
1105         (tramp-default-user-alist): Add "nc".
1106         (top): Remove completion function for "sftp".  Add completion
1107         functions for "nc" and "psftp".
1108         (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
1109         Implement support for "nc" method.
1110         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
1111         (tramp-remote-coding-commands, tramp-call-local-coding-command):
1112         Tweak docstring.
1113         (tramp-sh-handle-write-region): Tweak error message.
1114         (tramp-sh-handle-vc-registered): Remove backends when the remote
1115         binary does not exist.
1116         (tramp-find-inline-encoding): Do not raise an error.
1117         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
1118         the "nc" case.  Quote result also locally.
1120         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1121         (tramp-smb-handle-set-file-acl): Use `start-process'.
1122         (tramp-smb-handle-insert-directory): Use progress reporter.
1123         (tramp-smb-handle-rename-file): Flush also file properties of
1124         FILENAME.
1126         * net/trampver.el: Update release number.
1128 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
1131         add-to-list.
1132         (ses-localvars): Remove ses--local-printer-list, unused.
1133         (ses--metaprogramming): New macro.  Use it to defvar variables.
1134         (ses-set-localvars): Simplify.
1135         (ses--locprn, ses-cell): Use defstruct.  Change ses-cell's
1136         property-list into an alist.
1137         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1138         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
1139         Remove; use defstruct accessors/setters instead.
1140         (ses-cell-formula-aset, ses-cell-printer-aset)
1141         (ses-cell-references-aset): Remove, use setf instead.
1142         (ses--alist-get): New function.
1143         (ses-cell-property): Rename from ses-cell-property-get and rewrite.
1144         Use an alist instead of a plist and don't do move-to-front since the
1145         list is always short.
1146         (ses-cell-property-get-fun, ses-cell-property-delq-fun)
1147         (ses-cell-property-set-fun, ses-cell-property-set)
1148         (ses-cell-property-pop-fun, ses-cell-property-get-handle)
1149         (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
1150         (ses--letref): New macro.
1151         (ses-cell-property-pop): Rewrite.
1152         (ses--cell): Rename from ses-cell and make it into a function.
1153         Make `formula' fallback on `value' if nil.
1154         (ses--local-printer): Rename from ses-local-printer and make it into
1155         a function.
1156         (ses-set-cell): Turn it into a macro so finding the accessor from the
1157         field name is done at compile time.
1158         (ses-repair-cell-reference-all): Test presence of `sym' rather than
1159         `ref' before adding `sym' to :ses-repair-reference.
1160         (ses-calculate-cell): Use ses--letref rather than
1161         ses-cell-property-get-handle.
1162         (ses-write-cells): Use a single prin1-to-string.
1163         (ses-setter-with-undo): New function.
1164         (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
1165         (ses-unset-with-undo): Remove.
1166         (ses-load): Prefer apply' over `eval'.
1167         (ses-read-printer, ses-set-column-width): Use standard "(default
1168         foo)" format.
1170 2014-06-15  Glenn Morris  <rgm@gnu.org>
1172         * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
1174         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
1175         Replace delete-duplicates and mapcan by cl- versions throughout.
1176         And cl-macroexpand-all by macroexpand-all.
1177         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1179 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
1181         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
1183 2014-06-15  Juri Linkov  <juri@jurta.org>
1185         * bindings.el: Put `ascii-character' property on keypad keys
1186         mapped to characters.  (Bug#17759)
1188 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1191         bumping forward into a closing paren (bug#17761).
1193         * term/xterm.el (xterm--version-handler): Work around for OSX
1194         Terminal.app (bug#17607).
1196 2014-06-14  Ron Schnell  <ronnie@driver-aces.com>
1198         * play/dunnet.el (dun-describe-room, dun-mode):
1199         If a lamp is in the room, you won't be eaten by a grue.
1201 2014-06-13  Glenn Morris  <rgm@gnu.org>
1203         * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
1204         (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
1205         (compile-always): GNU make automatically passes
1206         command-line arguments to sub-makes.
1208         * calendar/calendar.el (calendar-generate-window):
1209         Remove pointless call to font-lock-fontify-buffer.
1211 2014-06-13  Matthias Meulien  <orontee@gmail.com>
1213         * simple.el (completion-list-mode-map): Navigate with tab and backtab
1214         (bug#17767).
1216 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1218         * simple.el (set-mark-command): Simplify a bit.
1220 2014-06-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1222         * help.el (help--key-binding-keymap): New function.
1223         (help--binding-locus): New function.
1224         (describe-key): Mention the keymap in which the binding was
1225         found. (bug#13948)
1227 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * hippie-exp.el (he--all-buffers): New function.
1230         (try-expand-line-all-buffers, try-expand-list-all-buffers)
1231         (try-expand-dabbrev-all-buffers): Use it.
1233 2014-06-12  Emilio C. Lopes  <eclig@gmx.net>
1235         * hippie-exp.el (try-expand-line-all-buffers)
1236         (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
1237         Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
1238         original buffer, in case they're buffer-local.
1240 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1242         * ses.el (ses-initial-global-parameters-re): New defconst, a
1243         specific regexp is needed now that ses.el can handle both
1244         file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
1245         local printers.
1246         (ses-localvars): Add local variables needed for local printer handling.
1247         (ses-set-localvars): Handle hashmap initialisation.
1248         (ses-paramlines-plist): Add param-line for number of local printers.
1249         (ses-paramfmt-plist): New defconst, needed for code factorization
1250         between functions `ses-set-parameter' and
1251         `ses-file-format-extend-paramter-list'
1252         (ses-make-local-printer-info): New defsubst.
1253         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1254         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
1255         (ses-cell-printer-aset): New defmacro.
1256         (ses-local-printer-compile): New defun.
1257         (ses-local-printer): New defmacro.
1258         (ses-printer-validate, ses-call-printer): Add support for local
1259         printer functions.
1260         (ses-file-format-extend-paramter-list): New defun.
1261         (ses-set-parameter): Use const `ses-paramfmt-plist' for code
1262         factorization.
1263         (ses-load): Add support for local printer functions.
1264         (ses-read-printer): Update docstring and add support for local printer
1265         functions.
1266         (ses-refresh-local-printer, ses-define-local-printer): New defun.
1267         (ses-safe-printer): Add support for local printer functions.
1269 2014-06-12  Ivan Andrus  <darthandrus@gmail.com>
1271         * ffap.el (ffap-lax-url): New var (bug#17723).
1272         (ffap-url-at-point): Use it.
1273         (ffap-file-at-point): Avoid returning just "/".
1275 2014-06-12  Matthias Meulien  <orontee@gmail.com>
1277         * progmodes/python.el (import skeleton): New skeleton (bug#17672).
1278         (python-mode-map): Bind it.
1280         * progmodes/python.el (class skeleton): Don't erase last char of class
1281         name (bug#17683).
1283 2014-06-12  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1285         * help.el (where-is): Use `default' arg of completing-read (bug#17705).
1287 2014-06-12  Kevin Ryde  <user42_kevin@yahoo.com.au>
1289         * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
1290         (bug#17745).
1292 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1294         * international/mule-cmds.el: Use lexical-binding.
1295         (ucs-names): Simplify.
1297 2014-05-18  Eric Hanchrow  <eric.hanchrow@gmail.com>
1299         * progmodes/python.el (run-python): Use read-shell-command.
1301 2014-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1303         * rect.el: Make it possible to move bounds past EOL or into TABs.
1304         (operate-on-rectangle): Use apply-on-rectangle.
1305         (rectangle--mark-crutches): New var.
1306         (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
1307         (rectangle--crutches, rectangle--reset-crutches): New functions.
1308         (apply-on-rectangle): Obey crutches.  Avoid setq.
1309         Fix missing final iteration if end is at EOB&BOL.
1310         (rectangle-mark-mode-map): Add remap bindings for
1311         exchange-point-and-mark and char/line movements.
1312         (rectangle--*-char): New function.
1313         (rectangle-exchange-point-and-mark, rectangle-right-char)
1314         (rectangle-left-char, rectangle-forward-char)
1315         (rectangle-backward-char, rectangle-next-line)
1316         (rectangle-previous-line): New commands.
1317         (rectangle--place-cursor): New function.
1318         (rectangle--highlight-for-redisplay): Use it.  Use apply-on-rectangle.
1320 2014-06-08  Glenn Morris  <rgm@gnu.org>
1322         * startup.el (initial-buffer-choice): Doc fix.
1323         Reset :version (adding an option does not merit a :version bump).
1325         * bookmark.el (bookmark-load):
1326         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1328 2014-06-08  Juri Linkov  <juri@jurta.org>
1330         * desktop.el: Activate auto-saving on window configuration changes.
1331         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1332         `desktop-auto-save-set-timer' to/from
1333         `window-configuration-change-hook'.
1334         (desktop-auto-save-set-timer): Change REPEAT arg of
1335         `run-with-idle-timer' from t to nil.
1336         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1338 2014-06-08  Santiago Payà i Miralta  <santiagopim@gmail.com>
1340         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1341         vc-hg-command (bug#17570).
1343 2014-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1345         * international/mule-cmds.el (ucs-names): Add special entry for BEL
1346         (bug#17702).
1348 2014-06-08  Glenn Morris  <rgm@gnu.org>
1350         * startup.el (window-setup-hook): Doc fix.
1352         * emacs-lisp/package.el (package-check-signature)
1353         (package-unsigned-archives): Doc fixes.
1355 2014-06-08  Martin Rudalics  <rudalics@gmx.at>
1357         * window.el (display-buffer-use-some-window): Don't make window
1358         used smaller than it was before (Bug#17671).
1360 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
1362         * menu-bar.el (menu-bar-open): Fix last change: use the PC
1363         'redisplay' instead of '(sit-for 0)'.
1365 2014-06-08  Michael Albinus  <michael.albinus@gmx.de>
1367         * net/tramp.el (tramp-ssh-controlmaster-options):
1368         Improve search regexp.  (Bug#17653)
1370 2014-06-08  Glenn Morris  <rgm@gnu.org>
1372         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1374 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
1376         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1378 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
1380         * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
1381         (bug#17586).
1383         * vc/vc-hg.el (vc-hg-log-graph): New var.
1384         (vc-hg-print-log): Use it.
1385         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
1386         graph output (bug#17515).
1388 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1390         * mouse.el (mouse-posn-property): Ignore buffer position info when the
1391         even happened elsewhere.
1393 2014-06-06  Mario Lang  <mlang@delysid.org>
1395         * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
1396         `recenter' if `current-buffer' is equal to `window-buffer'.
1398 2014-06-05  Leo Liu  <sdl.web@gmail.com>
1400         * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
1402 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
1404         * textmodes/tildify.el (tildify-foreach-region-outside-env):
1405         New function which calls a callback on portions of the buffer that are
1406         outside of ignored environments.
1407         (tildify-build-regexp): Remove function since it is now
1408         incorporated in `tildify-foreach-region-outside-env' where it is
1409         optimised and simplified by the use of `mapconcat'.
1410         (tildify-tildify): Return number of substitutions made so that…
1411         (tildify-count): …can be removed.
1412         (tildify-find-env): Accept a new PAIRS argument which was
1413         previously looked up in `tildify-ignored-environments-alist' each
1414         time the function was called.  With this change, the lookup is
1415         performed only once in `tildify-foreach-region-outside-env'.
1416         (tildify-region): Greatly simplify the function since now most of
1417         the work is done by `tildify-foreach-region-outside-env'.
1418         (tildify-mode-alist): Simplify slightly by avoiding if and setq
1419         and instead using or.
1421         * textmodes/tildify.el (tildify-ignored-environments-alist):
1422         Optimise environments regexes
1424         Each time beginning of an environment to ignore is found,
1425         `tildify-find-env' needs to identify regexp for the ending
1426         of the environment.  This is done by trying all the opening
1427         regexes on matched text in a loop, so to speed that up, this
1428         loop should have fewer things to match, which can be done by
1429         using alternatives in the opening regexes.
1431         Coincidentally, this should make matching of the opening
1432         regexp faster as well thanks to the use of `regexp-opt' and
1433         having common prefix pulled from many regexes.
1435         * textmodes/tildify.el (tildify-string-alist)
1436         (tildify-ignored-environments-alist): Add `nxml-mode' to the list
1437         of supported modes since `xml-mode' is no longer a thing but just
1438         an alias to the former.  Also include comments and insides of tags
1439         in `tildify-ignored-environments-alist' for XML modes.  Finally,
1440         since XML does not define “&nbsp;”[1], use a numeric reference for
1441         a no-break space (namely “&#160;”)
1443         [1] XML specification defines only a handful of predefined entities.
1444             The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
1445             and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
1446             >, &, ' and " respectively).  This is in contrast to HTML and even
1447             XHTML which defined a whole bunch of entities including “&nbsp;”.
1449         * textmodes/tildify.el (tildify-pattern-alist)
1450         (tildify-string-alist, tildify-ignored-environments-alist):
1451         Improve defcustom's types by adding more tags explaining what each
1452         value means and replace “sexp” used in
1453         `tildify-ignored-environments-alist' with a full type declaration.
1455         * textmodes/tildify.el (tildify-find-env): Fix matched group
1456         indexes in end-regex building
1458         When looking for a start of an ignore-environment, the regex is built
1459         by concatenating regexes of all the environments configured in
1460         `tildify-ignored-environments-alist'.  So for example, the following
1461         list could be used to match TeX's \verb and \verb* commands:
1463             (("\\\\verb\\(.\\)" . (1))
1464              ("\\\\verb\\*\\(.\\)" . (1)))
1466         This would result in the following regex being used to find the start
1467         of any of the variants of the \verb command:
1469             \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
1471         But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
1472         won't match anything, and thus (match-string 1) will be nil, which
1473         will cause building of the end-matching regex to fail.
1475         Fix this by using capture groups from the time when the opening
1476         regexes are matched individually.
1478         * textmodes/tildify.el (tildify-find-env): Fix end-regex building
1479         in `tildify-find-env'
1481         The `tildify-ignored-environments-alist' allows the end-regex to
1482         be provided not as a static string but mix of strings and indexes
1483         of groups matched the begin-regex.  For example, the “\verb!…!”
1484         TeX-command (where “!” is an arbitrary character) is handled
1485         using:
1487             ("\\\\verb\\*?\\(.\\)" . (1))
1489         In the same way, the following should be supported as well:
1491             ("open-\\(.\\)" . ("end-" 1))
1493         However the tildify-find-env function fails at
1495             (concat result
1496                     (if (stringp (setq aux (car expression)))
1497                          expression  ; BUG: expression is a list
1498                        (regexp-quote (match-string aux))))
1500         where the string part is handled incorrectly.
1502         The most trivial fix would be to replace `expression' in the
1503         true-part of the if-statement with `aux', but instead, this commit
1504         optimises `tildify-find-env' by changing it to use `mapconcat'
1505         rather than open-coded while-loop.
1507 2014-06-05  Mario Lang  <mlang@delysid.org>
1509         * woman.el (woman-mapcan): Remove.
1510         (woman-parse-colon-path): Use cl-mapcan instead.
1512 2014-06-03  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1514         * register.el: Add link to Emacs manual in Commentary.
1516 2014-06-02  Sam Steingold  <sds@gnu.org>
1518         * menu-bar.el (lookup-key-ignore-too-long): Extract from...
1519         (popup-menu): ...here.
1520         (menu-bar-open): Use it to avoid an error when `lookup-key'
1521         returns a number.
1523 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
1525         * net/tramp.el (tramp-call-process): Add traces.
1526         (tramp-handle-unhandled-file-name-directory): Return "/".
1528 2014-06-02  Wilson Snyder  <wsnyder@wsnyder.org>
1530         Sync with upstream verilog-mode revision 3cd8144.
1531         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1532         (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
1533         (verilog-type-font-keywords): Add nor.
1534         (verilog-batch-execute-func): Force reading of Local Variables.
1535         Fix printing "no changes to be saved" with verilog-batch.
1536         (verilog-auto-arg-ports): Doc fix.
1537         Add verilog-auto-arg-format to support newlines in AUTOARG.
1538         (verilog-auto-arg): Doc fix.
1540 2014-06-02  Glenn Morris  <rgm@gnu.org>
1542         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
1543         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
1544         * emulation/ws-mode.el: Move to obsolete/.
1545         * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
1547 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
1549         * simple.el (keyboard-quit): Force update of mode lines, to remove
1550         the "Def" indicator, if we were defining a macro.  (Bug#17615)
1552 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1554         * minibuffer.el (minibuffer-force-complete-and-exit):
1555         Obey minibuffer-default (bug#17545).
1557         * progmodes/js.el (js-indent-line): Don't mix columns and chars
1558         (bug#17619).
1560         * subr.el (set-transient-map): Don't wait for some "nested"
1561         transient-map to finish if we're only supposed to be active for
1562         the next command (bug#17642).
1564 2014-06-02  Leo Liu  <sdl.web@gmail.com>
1566         * emacs-lisp/gv.el (window-buffer, window-display-table)
1567         (window-dedicated-p, window-hscroll, window-point, window-start):
1568         Fix gv-expander.  (Bug#17630)
1570 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1572         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1573         clicks (bug#17633).
1575         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1576         for the single comma, since ", " is *very* common in normal French text
1577         (bug#17643).
1579 2014-06-02  Glenn Morris  <rgm@gnu.org>
1581         * emacs-lisp/package.el (package-check-signature)
1582         (package-unsigned-archives): Fix :version.
1584 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1586         * subr.el (sit-for): Don't run input-methods (bug#15614).
1588 2014-06-02  Glenn Morris  <rgm@gnu.org>
1590         * cus-start.el: Fix some :version numbers.
1592 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * simple.el (deactivate-mark): Set mark-active to nil even if
1595         deactivation is done via setting transient-mark-mode to nil,
1596         since one is buffer-local and the other is global.
1598         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1599         there can't be more than 2 arguments (bug#17584).
1601 2014-06-02  Glenn Morris  <rgm@gnu.org>
1603         * simple.el (filter-buffer-substring-functions)
1604         (filter-buffer-substring-function, buffer-substring-filters)
1605         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1607         * minibuffer.el (completion-in-region-functions, completion-in-region)
1608         (completion--in-region): Doc fixes.
1610         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1611         (expand-abbrev, abbrev--default-expand): Doc fixes.
1613 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1615         Include sources used to create macuvs.h.
1616         * international/README: Refer to the Unicode Terms of Use rather
1617         than copying it bodily here, as that simplifies maintenance.
1619 2014-06-01  Glenn Morris  <rgm@gnu.org>
1621         * loadup.el (load-prefer-newer): Set non-nil when dumping.  (Bug#17629)
1623 2014-05-31  Glenn Morris  <rgm@gnu.org>
1625         * files.el (locate-dominating-file): Expand file argument.  (Bug#17641)
1627 2014-05-30  Glenn Morris  <rgm@gnu.org>
1629         * loadup.el: Treat `command-line-args' more flexibly.
1631 2014-05-30  Alan Mackenzie  <acm@muc.de>
1633         Guard (looking-at "\\s!") from XEmacs.
1634         * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
1636 2014-05-30    Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1638         * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
1639         The argument COUNT is now optional, to be more backward-compatible.
1640         Doc fix.  (Bug#17560)
1642 2014-05-29  Reuben Thomas  <rrt@sc3d.org>
1644         * whitespace.el (whitespace-report-region):
1645         Simplify documentation.
1646         (whitespace-report-region): Allow report-if-bogus to take the
1647         value `never', for non-interactive use.
1648         (whitespace-report): Refer to whitespace-report-region's
1649         documentation.
1651 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * whitespace.el: Use font-lock-flush.  Minimize refontifications.
1654         Side benefit: it works without jit-lock.
1655         (whitespace-point--used): New buffer-local var.
1656         (whitespace-color-on): Initialize it and flush it.  Use font-lock-flush.
1657         (whitespace-color-off): Use font-lock-flush.
1658         (whitespace-point--used, whitespace-point--flush-used): New functions.
1659         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1660         (whitespace-empty-at-eob-regexp): Use them.
1661         (whitespace-post-command-hook): Rewrite.
1663         * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
1664         (font-lock-fontify-buffer): Mark interactive-only.
1665         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1666         Make buffer-local.
1667         (font-lock-specified-p): Remove redundant boundp check.
1668         (font-lock-flush-function, font-lock-ensure-function): New vars.
1669         (font-lock-turn-on-thing-lock): Set them.
1670         (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
1671         (font-lock-after-change-function): Make `old-len' optional.
1672         (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
1673         Call font-lock-flush, just in case.
1674         * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
1675         recent Emacsen.
1676         * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
1677         (vera-mode-map, vera-mode-menu): Remove bindings to it.
1678         * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
1679         and with-syntax-table.
1680         * textmodes/conf-mode.el (conf-quote-normal):
1681         * progmodes/sh-script.el (sh-set-shell):
1682         * progmodes/prog-mode.el (prettify-symbols-mode):
1683         * progmodes/f90.el (f90-font-lock-n):
1684         * progmodes/cwarn.el (cwarn-mode):
1685         * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
1686         * progmodes/compile.el (compilation-setup, compilation--unsetup):
1687         * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
1688         (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
1689         * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
1690         font-lock-fontify-buffer-function and
1691         font-lock-unfontify-buffer-function.
1692         (rmail-unfontify-buffer-function, rmail-fontify-message):
1693         Use with-silent-modifications.
1694         * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
1695         and font-lock-ensure.
1696         * bs.el (bs-show-in-buffer): Use font-lock-ensure.
1698 2014-05-28  Thien-Thi Nguyen  <ttn@gnu.org>
1700         * emacs-lisp/package.el (package-generate-autoloads):
1701         Inhibit backup files.
1703 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1705         * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
1706         (bug#17608).
1708 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
1710         * textmodes/tildify.el (tildify-buffer, tildify-region):
1711         Add dont-ask option.
1713 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1715         * subr.el (zerop): Move from C.  Add compiler-macro (bug#17475).
1716         * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
1718         * subr.el (internal--funcall-interactively): New.
1719         (internal--call-interactively): Remove.
1720         (called-interactively-p): Detect funcall-interactively instead of
1721         call-interactively.
1722         * simple.el (repeat-complex-command): Use funcall-interactively.
1723         (repeat-complex-command--called-interactively-skip): Remove.
1725 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1727         * register.el (register-read-with-preview): Don't burp on
1728         frame switches (e.g. due to the frame we just popped).
1730         * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
1731         (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
1733 2014-05-26  Andreas Schwab  <schwab@linux-m68k.org>
1735         * cus-face.el (custom-face-attributes): Add :distant-foreground.
1737 2014-05-26  Martin Rudalics  <rudalics@gmx.at>
1739         * window.el (window--dump-frame): Remove interactive specification.
1741 2014-05-26  Glenn Morris  <rgm@gnu.org>
1743         * hippie-exp.el (he-line-search-regexp):
1744         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
1746 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
1748         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1749         to avoid errors when trying to create or visit a file foo.todo
1750         located outside to todo-directory, and to allow having such files
1751         without them being tied to Todo mode (bug#17482).
1752         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1753         (todo-archive-done-item, todo-find-filtered-items-file)
1754         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1755         (todo-category-completions, todo-read-category): When visiting a
1756         Todo file, make sure we're in the right mode and the buffer local
1757         variables are set.
1758         (todo-make-categories-list, todo-reset-nondiary-marker)
1759         (todo-reset-done-string, todo-reset-comment-string):
1760         After processing all Todo files, kill the buffers of those files that
1761         weren't being visited before the processing.
1762         (todo-display-as-todo-file, todo-add-to-buffer-list)
1763         (todo-visit-files-commands): Comment out.
1764         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1765         (auto-mode-alist): Remove add-to-list calls making Todo file
1766         extensions unrestrictedly tied to Todo modes.
1768 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1770         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1771         (advice-function-member-p): Tell it to check both names and functions
1772         (bug#17531).
1773         (advice--add-function): Adjust call accordingly.
1775 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
1777         * calendar/todo-mode.el: Miscellaneous bug fixes.
1778         (todo-delete-file): When deleting an archive but not its todo
1779         file, make sure to update the todo file's category sexp.
1780         (todo-move-category): Keep the moved category's name unless the
1781         file moved to already has a category with that name.  If the
1782         numerically last category of the source file was moved, make the
1783         first category current to avoid selecting a nonexisting category.
1784         (todo-merge-category): Fix implementation to make merging to a
1785         category in another file work as documented.  Eliminate now
1786         insufficient and unnecessary renaming of archive category, correct
1787         document string accordingly, and clarify it.  If the numerically
1788         last category of the source file was merged, make the first
1789         category current to avoid selecting a nonexisting category.
1790         (todo-archive-done-item): When there are marked items and point
1791         happens to be on an unmarked item, ignore the latter.  Don't leave
1792         point below last item after archiving marked items.
1793         (todo-unarchive-items): Fix logic to ensure unarchiving an item
1794         from an archive with only one category deletes the archive only
1795         when the category is empty after unarchiving.  Make sure the todo
1796         file's category sexp is updated.
1797         (todo-read-file-name): Allow an existing file name even when it is
1798         not required (todo-move-category needs this to work as documented).
1799         (todo-add-file): Call todo-validate-name to reject the name of an
1800         existing todo file (needed due to fix in todo-read-file-name).
1801         (todo-reset-nondiary-marker): Also reset in filtered items files.
1802         (todo-reset-done-string, todo-reset-comment-string): Also reset in
1803         regexp filtered items files.
1804         (todo-reset-highlight-item): Also reset in filtered items files.
1805         Fix incorrect variable reference in document string.
1807 2014-05-26  Glenn Morris  <rgm@gnu.org>
1809         * window.el (window--dump-frame): Avoid error in --without-x builds.
1811 2014-05-26  Glenn Morris  <rgm@gnu.org>
1813         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1815 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
1817         * frame.el (set-frame-font): Doc fix.
1819         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
1821 2014-05-26  Dmitry Gutov  <dgutov@yandex.ru>
1823         * emacs-lisp/package.el (package--download-one-archive):
1824         Use `write-region' instead of `save-buffer' to avoid running various
1825         hooks.  (Bug#17155)
1826         (describe-package-1): Same.  Insert newline at the end of the
1827         buffer if appropriate.
1829 2014-05-26  Juri Linkov  <juri@jurta.org>
1831         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1832         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1833         Add more modifiers: meta, control, shift, hyper, super, alt.
1834         (Bug#17439)
1836         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1837         to allow changing its value with `set-variable'.
1839 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1842         #; comments.
1843         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1844         New functions.
1845         (scheme-mode-variables): Set syntax-propertize-function instead of
1846         font-lock-syntactic-face-function.
1847         (scheme-font-lock-syntactic-face-function): Delete.
1849         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1851         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1852         (bug#17392).
1854 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
1856         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1857         for a temporary file name.
1859 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
1861         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
1863 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
1865         * net/dbus.el (dbus-init-bus, dbus-call-method)
1866         (dbus-call-method-asynchronously, dbus-send-signal)
1867         (dbus-method-return-internal, dbus-method-error-internal):
1868         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
1870 2014-05-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1872         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1873         methods which do not have a doc string.  (Bug#17490)
1875 2014-05-25  Tassilo Horn  <tsdh@gnu.org>
1877         * textmodes/reftex-ref.el (reftex-format-special): Make it work
1878         also for AMS Math's \eqref macro.
1880 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1882         Arrange to never byte-compile the generated -pkg.el file.
1884         * emacs-lisp/package.el (package-generate-description-file):
1885         Output first-line comment to set buffer-local var `no-byte-compile'.
1886         Suggested by Dmitry Gutov:
1887         <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
1889 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
1891         Fix bug: Properly quote args to generated -pkg.el `define-package'.
1893         * emacs-lisp/package.el (package-generate-description-file):
1894         Inline `package--alist-to-plist'; rewrite to selectively
1895         quote alist values that are not self-quoting.
1896         (package--alist-to-plist): Delete func.
1898 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
1900         * term/xterm.el (xterm-function-map): Add mapping for shifted
1901         keypad keys.
1903 2014-05-24  Daniel Colascione  <dancol@dancol.org>
1905         * progmodes/subword.el (subword-find-word-boundary): Move point to
1906         correct spot before search. (Bug#17580)
1908         * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
1909         breaking the build.
1911 2014-05-24  Leo Liu  <sdl.web@gmail.com>
1913         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
1915 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1917         * minibuffer.el (completion--sreverse): Remove.
1918         (completion--common-suffix): Use `reverse' instead.
1919         * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
1921 2014-05-22  Glenn Morris  <rgm@gnu.org>
1923         * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
1925 2014-05-21  Daniel Colascione  <dancol@dancol.org>
1927         * files.el (interpreter-mode-alist): Add mksh.
1929         * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
1930         derivative.
1931         (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
1932         mksh. Improve custom spec; allow regular expressions.
1933         (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
1934         (sh-after-hack-local-variables): New function.
1935         (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
1936         (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
1937         the normalization.
1938         (sh-canonicalize-shell): Rewrite to support regexes.
1940 2014-05-21  Leo Liu  <sdl.web@gmail.com>
1942         * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
1944 2014-05-19  Leo Liu  <sdl.web@gmail.com>
1946         * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
1948 2014-05-18  Glenn Morris  <rgm@gnu.org>
1950         * loadup.el:
1951         * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
1953 2014-05-14  Sam Steingold  <sds@gnu.org>
1955         * progmodes/python.el (python-shell-get-or-create-process):
1956         Do not bind `current-prefix-arg' so that C-c C-z does not talk
1957         back unless requested.
1959 2014-05-14  Glenn Morris  <rgm@gnu.org>
1961         * subr.el (with-file-modes): New macro.
1962         * printing.el (pr-save-file-modes): Make obsolete.
1963         * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
1964         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
1965         Add with-file-modes.
1966         * doc-view.el (doc-view-make-safe-dir):
1967         * epg.el (epg--start):
1968         * files.el (locate-user-emacs-file, make-temp-file)
1969         (backup-buffer-copy, move-file-to-trash):
1970         * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
1971         * eshell/esh-util.el (eshell-with-private-file-modes)
1972         (eshell-make-private-directory):
1973         * net/browse-url.el (browse-url-mosaic):
1974         * obsolete/mailpost.el (post-mail-send-it):
1975         * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
1976         * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
1977         Use with-file-modes.
1979         * vc/emerge.el (emerge-make-temp-file): Simplify.
1981 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
1982             Stefan Monnier  <monnier@iro.umontreal.ca>
1984         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1985         suffix (bug#15419).
1987 2014-05-14  Glenn Morris  <rgm@gnu.org>
1989         * vc/emerge.el (emerge-temp-file-prefix):
1990         Make pointless option obsolete.
1991         (emerge-temp-file-mode): Make non-functional option obsolete.
1993 2014-05-14  Michael Albinus  <michael.albinus@gmx.de>
1995         * net/browse-url.el (browse-url):
1996         Use `unhandled-file-name-directory' when setting `default-directory',
1997         in order to circumvent stalled remote connections.  (Bug#17425)
1999 2014-05-14  Glenn Morris  <rgm@gnu.org>
2001         * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
2002         Optimize on Emacs, which has the relevant functions for ages.
2004 2014-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2006         * simple.el (undo-make-selective-list): Obey undo-no-redo.
2008 2014-05-12  Sam Steingold  <sds@gnu.org>
2010         * calendar/time-date.el (seconds-to-string): New function to
2011         pretty print time delay in seconds.
2013 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         * mpc.el (mpc-format): Trim Date to the year.
2016         (mpc-songs-hashcons): Shorten the Date field.
2018         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
2019         into autoloading just because of a silly indirection.
2021 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
2023         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
2025 2014-05-12  Glenn Morris  <rgm@gnu.org>
2027         * emacs-lisp/find-gc.el: Move to ../admin.
2029         * printing.el (pr-version):
2030         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
2032         * net/browse-url.el (browse-url-mosaic):
2033         Create /tmp/Mosaic.PID as a private file.
2035 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2037         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
2038         (advice--member-p): If name is given, only compare the name.
2039         (advice--remove-function): Don't stop at the first match.
2040         (advice--normalize-place): New function.
2041         (add-function, remove-function): Use it.
2042         (advice--add-function): Pass the name, if any, to
2043         advice--remove-function.
2045 2014-05-12  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
2047         * electric.el (electric-indent-post-self-insert-function): Don't use
2048         `pos' after modifying the buffer (bug#17449).
2050 2014-05-12  Stephen Berman  <stephen.berman@gmx.net>
2052         * calendar/todo-mode.el (todo-insert-item-from-calendar):
2053         Correct argument list to conform to todo-insert-item--basic.
2055 2014-05-12  Glenn Morris  <rgm@gnu.org>
2057         * files.el (cd-absolute): Test if directory is accessible
2058         rather than executable.  (Bug#17330)
2060         * progmodes/compile.el (recompile):
2061         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
2063         * net/browse-url.el (browse-url-mosaic):
2064         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
2065         This is CVE-2014-3423.
2067 2014-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2069         * mouse.el: Use the normal toplevel loop while dragging.
2070         (mouse-set-point): Handle multi-clicks.
2071         (mouse-set-region): Handle multi-clicks for drags.
2072         (mouse-drag-region): Update call accordingly.
2073         (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
2074         Use the normal event loop instead of a local while/read-event loop.
2075         (global-map): Remove redundant bindings for double/triple-mouse-1.
2076         * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
2077         Generate synthetic down events when the protocol only sends up events.
2078         (xterm-mouse-last): Remove.
2079         (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
2080         terminal parameter instead.
2081         (xterm-mouse--set-click-count): New function.
2082         (xterm-mouse-event): Detect/generate double/triple clicks.
2083         * reveal.el (reveal-close-old-overlays): Don't close while dragging.
2085         * info.el (Info-quoted): New face.
2086         (Info-mode-font-lock-keywords): New var.
2087         (Info-mode): Use it.
2089         * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
2090         are a hindrance for C-x C-e.
2092 2014-05-11  Leo Liu  <sdl.web@gmail.com>
2094         * net/rcirc.el (rcirc-sentinel): Fix last change.
2096 2014-05-08  Sam Steingold  <sds@gnu.org>
2098         * net/rcirc.el (rcirc-reconnect-delay): New user option.
2099         (rcirc-sentinel): Auto-reconnect to the server if
2100         `rcirc-reconnect-delay' is non-0 (but not more often than its
2101         value in case the host is off-line).
2103 2014-05-09  Eli Zaretskii  <eliz@gnu.org>
2105         * progmodes/grep.el (lgrep): Fix a typo in last commit.
2107 2014-05-09  Glenn Morris  <rgm@gnu.org>
2109         * files.el (file-expand-wildcards):
2110         * man.el (Man-support-local-filenames):
2111         * printing.el (pr-i-directory, pr-interface-directory):
2112         * progmodes/grep.el (lgrep, rgrep):
2113         * textmodes/ispell.el (ispell-call-process)
2114         (ispell-call-process-region, ispell-start-process)
2115         (ispell-init-process): Use file-accessible-directory-p.
2117 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
2120         (xterm-mouse--read-event-sequence-1000): Return nil if something
2121         looks fishy.
2122         (xterm-mouse-event): Propagate it.
2123         (xterm-mouse-translate-1): Handle it.
2125 2014-05-08  Stephen Berman  <stephen.berman@gmx.net>
2127         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
2128         four slots of the parameter list are filled, make sure to pass it
2129         to the argument list of todo-insert-item--basic.
2131 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2133         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
2134         Add optional `seen' argument to detect and break infinite loops.
2136 2014-05-08  Eli Zaretskii  <eliz@gnu.org>
2138         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
2139         (trace-unsafe, trace-use-tree): Make parentheses style be
2140         according to Emacs style.
2142 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
2144         * net/tramp-sh.el (tramp-remote-process-environment):
2145         Remove HISTFILE and HISTSIZE; it's too late to set them here.
2146         Add :version entry.
2147         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
2148         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
2149         extra "PSx=..." commands.
2150         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
2151         (Bug#17295)
2153         (tramp-uudecode): Replace the hard-coded temporary file name by a
2154         format specifier.
2155         (tramp-remote-coding-commands): Enhance docstring.
2156         (tramp-find-inline-encoding): Replace "%t" by a temporary file
2157         name.  (Bug#17415)
2158         This is CVE-2014-3424.
2160 2014-05-08  Glenn Morris  <rgm@gnu.org>
2162         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
2163         (find-gc-source-files): Update some names.
2164         (trace-call-tree): Simplify and update.
2165         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
2166         This is CVE-2014-3422.
2168 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2170         * minibuffer.el (completion--try-word-completion): Revert fix for
2171         Bug#15980 (bug#17375).
2173         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
2174         Always store button numbers in the same way in xterm-mouse-last;
2175         Don't burp is xterm-mouse-last is not set as expected.
2176         Never return negative indices.
2178 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
2180         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2181         Backtrack one char if the global/char-literal var matcher hits
2182         inside a string.  The next char could be the beginning of an
2183         expression expansion.
2185 2014-05-08  Glenn Morris  <rgm@gnu.org>
2187         * help-fns.el (describe-function-1): Test for an autoload before a
2188         macro, since `macrop' works on autoloads.  (Bug#17410)
2190 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2192         * electric.el (electric-indent-functions-without-reindent): Add yaml.
2194         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
2195         Make sure the new point we return is within the new string (bug#17239).
2197 2014-05-05  Daniel Colascione  <dancol@dancol.org>
2199         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2200         Port `gnu' pattern to rx.
2202 2014-05-05  Jarek Czekalski  <jarekczek@poczta.onet.pl>
2204         Remove unneeded prompt when closing a buffer with active
2205         emacsclient ("Buffer ... still has clients"), #16548.
2206         * server.el (server-start): Remove the only call to:
2207         (server-kill-buffer-query-function): Remove.
2209 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2211         * calendar/diary-lib.el (calendar-chinese-month-name-array):
2212         Defvar to pacify compiler.
2214 2014-05-04  Eli Zaretskii  <eliz@gnu.org>
2216         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
2218 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2220         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2221         Use nil rather than `default' for the "default" appearance (bug#17388).
2222         * vc/ediff-util.el (ediff-inferior-compare-regions)
2223         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
2224         a misleading `default' value when it's really a boolean.
2225         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
2226         overlay is not visible.
2228 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
2230         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
2231         (todo-menu): Uncomment and update.
2233 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
2235         * calendar/todo-mode.el: Reimplement item editing to have the same
2236         basic user interface as item insertion, and make small UI and
2237         larger internal improvements to the latter.
2238         (todo-insert-item): Add reference to the Todo mode user manual to
2239         the documentation string.
2240         (todo-insert-item--basic): Rename from todo-basic-insert-item and
2241         adjust all callers.  Change signature to combine diary and
2242         nonmarking arguments.  Incorporate functionality of deleted item
2243         copying command and add error checking.  Remove detailed
2244         descriptions of the arguments from the documentation string, since
2245         this is treated in the Todo mode user manual.
2246         (todo-copy-item, todo-edit-multiline-item)
2247         (todo-edit-done-item-comment, todo-edit-item-header)
2248         (todo-edit-item-time, todo-edit-item-date-from-calendar)
2249         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
2250         (todo-edit-item-date-year, todo-edit-item-date-month)
2251         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
2252         Remove.
2253         (todo-edit-item): Reimplement as wrapper command for
2254         todo-edit-item--next-key and make it distinguish done and not done
2255         todo items.
2256         (todo-edit-item--text): New function, replacing old command
2257         todo-edit-item and incorporating deleted commands
2258         todo-edit-multiline-item and todo-edit-done-item-comment.
2259         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
2260         Use only numeric value of prefix argument.  Remove detailed
2261         descriptions of the arguments from the documentation string, since
2262         this is treated in the Todo mode user manual.
2263         (todo-edit-item--diary-inclusion): New function, replacing old
2264         command todo-edit-item-diary-inclusion and incorporating and fixing
2265         functionality of deleted command todo-edit-item-diary-nonmarking,
2266         making sure to remove todo-nondiary-marker when adding
2267         diary-nonmarking-symbol.
2268         (todo-edit-category-diary-inclusion): Make sure to delete
2269         diary-nonmarking-symbol when adding todo-nondiary-marker.
2270         (todo-edit-category-diary-nonmarking): Fix indentation.
2271         (todo-insert-item--parameters): Group diary and nonmarking
2272         parameters together.
2273         (todo-insert-item--apply-args): Adjust to signature of
2274         todo-insert-item--basic and incorporate copy parameter.
2275         Make small code improvements.
2276         (todo-insert-item--next-param): Improve prompt and adjust it to
2277         new parameter grouping.  Remove obsolete code.
2278         (todo-edit-item--param-key-alist)
2279         (todo-edit-item--date-param-key-alist)
2280         (todo-edit-done-item--param-key-alist): New defconsts.
2281         (todo-edit-item--prompt): New variable.
2282         (todo-edit-item--next-key): New function.
2283         (todo-key-bindings-t): Bind "e" to todo-edit-item.
2284         Remove bindings of deleted commands.
2286 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2288         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
2290 2014-05-04  Glenn Morris  <rgm@gnu.org>
2292         * allout-widgets.el (allout-widgets-tally)
2293         (allout-decorate-item-guides):
2294         * menu-bar.el (menu-bar-positive-p):
2295         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2296         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
2297         * progmodes/js.el (js--inside-param-list-p)
2298         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
2299         * progmodes/prolog.el (region-exists-p):
2300         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
2301         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
2302         Doc fixes (replace `iff').
2304 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
2308 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2310         Support Chinese diary entries in calendar and diary.  (Bug#17393)
2311         * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
2312         (calendar-chinese-from-absolute-for-diary)
2313         (calendar-chinese-to-absolute-for-diary)
2314         (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
2315         (diary-chinese-list-entries): New functions to list and mark
2316         Chinese diary entries in the calendar window.
2317         (diary-chinese-anniversary)
2318         (diary-chinese-insert-anniversary-entry)
2319         (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
2320         (diary-chinese-insert-yearly-entry): New commands to insert
2321         Chinese diary entries.
2323         * calendar/diary-lib.el (diary-font-lock-keywords):
2324         Support font-locking Chinese dates.
2326         * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
2327         inserting Chinese diary entries.
2329         * calendar/calendar.el (diary-chinese-entry-symbol):
2330         New customizable variable.
2331         (calendar-mode-map): Add bindings for inserting Chinese diary
2332         entries.
2334 2014-05-03  Juri Linkov  <juri@jurta.org>
2336         * dired.el (dired-check-switches, dired-switches-recursive-p):
2337         New functions.  (Bug#17218)
2338         (dired-switches-escape-p, dired-move-to-end-of-filename):
2339         Use `dired-check-switches'.
2340         (dired-insert-old-subdirs, dired-build-subdir-alist)
2341         (dired-sort-R-check): Use `dired-switches-recursive-p'.
2343 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
2345         * simple.el (undo-make-selective-list): New algorithm fixes
2346         incorrectness of position adjustments when undoing in region.
2347         (Bug#17235)
2348         (undo-elt-crosses-region): Make obsolete.
2349         (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
2350         New functions to adjust positions using undo-deltas.
2352 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2354         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
2355         the last consecutive closing paren (bug#17345).
2357 2014-04-30  Reuben Thomas  <rrt@sc3d.org>
2359         * dired.el (dired-mode): make terminology for eXpunge command
2360         consistent.  (Bug#17276)
2362 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
2364         * dired.el (dired-initial-position-hook, dired-initial-position):
2365         Doc string fixes.
2367 2014-04-30  Glenn Morris  <rgm@gnu.org>
2369         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
2371 2014-04-30  Matthias Dahl  <matthias.dahl@binary-island.eu>
2373         * faces.el (face-spec-recalc): Apply X resources only after the
2374         defface spec has been applied. Thus, X resources are no longer
2375         overriden by the defface spec which also fixes issues on win32 where
2376         the toolbar coloring was wrong because it is set through X resources
2377         and was (wrongfully) overriden.  (Bug#16694)
2379 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2381         * textmodes/rst.el (electric-pair-pairs): Declare.
2382         (rst-mode): Set it (bug#17131).
2384 2014-04-30  Juri Linkov  <juri@jurta.org>
2386         * desktop.el (desktop-value-to-string): Let-bind `print-length'
2387         and `print-level' to nil.  (Bug#17351)
2389 2014-04-30  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2391         * battery.el (battery-update): Handle the case where battery
2392         status is "N/A" (bug#17319).
2394 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2396         * progmodes/ps-mode.el: Use SMIE.  Move string and comment recognition
2397         to syntax-propertize.
2398         (ps-mode-auto-indent): Mark as obsolete.
2399         (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
2400         (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
2401         word regexp operators.
2402         (ps-mode-map): Move initialization into declaration.  Remove binding
2403         for TAB, RET, >, ], and }.
2404         (ps-mode-syntax-table): Move initialization into declaration.
2405         Don't give word syntax to non-word chars.
2406         (ps-run-mode-map): Move initialization into declaration.
2407         (ps-mode-menu-main): Remove auto-indent entry.
2408         (ps-mode-smie-rules): New function.
2409         (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
2410         (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
2411         (ps-mode--string-syntax-table): New const.
2412         (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
2413         New functions.
2414         (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
2415         (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
2417 2014-04-27  Daniel Colascione  <dancol@dancol.org>
2419         * term/xterm.el (xterm-paste): Use large finite timeout when
2420         reading event to avoid putting keys in this-command-keys.
2422 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
2425         (perl-syntax-propertize-function): Use it.  Extend handling of
2426         here-docs to the unquoted case.
2428 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
2430         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
2431         Use equal-including-properties to compare help-echo strings (bug#17331).
2433 2014-04-25  Leo Liu  <sdl.web@gmail.com>
2435         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2436         Fix syntax for @.  (Bug#17325)
2438 2014-04-25  Daniel Colascione  <dancol@dancol.org>
2440         * emacs-lisp/cl.el (gv): Require gv early to break eager
2441         macro-expansion cycles.
2443 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2445         * simple.el (region-active-p): Check there's a mark (bug#17324).
2447         * simple.el (completion-list-mode-map): Use choose-completion for the
2448         mouse binding as well (bug#17302).
2449         (completion-list-mode, completion-setup-function): Adjust docstring and
2450         echo area message accordingly.
2451         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
2452         calling convention of choose-completion.
2453         * comint.el (comint-dynamic-list-completions):
2454         * term.el (term-dynamic-list-completions): Accept choose-completion.
2456         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
2457         &, |, +, - and * can't be a division (bug#17317).
2459         * term/xterm.el (xterm--version-handler): Don't use modern xterm
2460         features on gnome-terminal (bug#16988).
2462 2014-04-25  Thien-Thi Nguyen  <ttn@gnu.org>
2464         Improve Scheme font-locking for (define ((foo ...) ...) ...).
2466         * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
2467         the declared object, ignore zero or more parens, not zero or one.
2469 2014-04-24  Leo Liu  <sdl.web@gmail.com>
2471         * progmodes/xscheme.el (xscheme-expressions-ring)
2472         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2473         (xscheme-control-g-disabled-p, xscheme-process-filter-state)
2474         (xscheme-allow-output-p, xscheme-prompt)
2475         (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
2477         * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
2478         Comment out unused functions.
2480 2014-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2482         * info.el: Use lexical-binding and cl-lib.
2483         Use defvar-local and setq-local instead of make-local-variable.
2484         (Info-apropos-matches): Avoid add-to-list.
2485         (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
2487 2014-04-24  Daniel Colascione  <dancol@dancol.org>
2489         * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
2491 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2493         * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
2495 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
2497         * dired.el (dired-insert-set-properties): Do not consider
2498         subdirectory headings and empty lines to be information that
2499         `dired-hide-details-mode' should hide.  (Bug#17228)
2501 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
2503         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2504         Remove test messages.
2505         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
2506         and `target' twice.
2508 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2510         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
2511         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
2513         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
2515 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
2517         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2518         Set "IFS=" when using read builtin, in order to preserve spaces in
2519         the file name.  Add test messages for hunting a bug on hydra.
2520         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
2522 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2524         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
2525         Don't prettify a word within a symbol.
2527 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
2529         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
2530         possible.
2532 2014-04-22  Daniel Colascione  <dancol@dancol.org>
2534         * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
2535         use defun to define `function-put'.
2537 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2539         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
2540         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
2541         (lisp-mode-variables): Set font-lock-extra-managed-props.
2543         * emacs-lisp/byte-run.el (function-put): New function.
2544         (defun-declarations-alist): Use it.  Add `pure' and `side-effect-free'.
2545         * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
2546         (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
2547         Use them.
2549 2014-04-22  Daniel Colascione  <dancol@dancol.org>
2551         * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
2552         Add `full-p' parameter; when nil, call `macroexpand' instead of
2553         `macroexpand-all'.
2555         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2556         Improve docstrings.
2558         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2559         Use lambda function values, not quoted lambdas.
2560         (byte-compile-recurse-toplevel): Remove extraneous &optional.
2562         * emacs-lisp/cl-macs.el
2563         (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
2564         (cl-struct-slot-value): Conditionally use aref or nth so that the
2565         compiler produces optimal code.
2567 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2569         * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
2570         (inline): Don't inline cl--set-elt.
2571         (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
2572         Define as inlinable instead.
2573         (cl-struct-set-slot-value): Remove.
2575         * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
2576         * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
2577         Use setf instead.
2579 2014-04-21  Daniel Colascione  <dancol@dancol.org>
2581         * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
2582         last two parameters after all.
2583         (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
2584         (cl--compiler-macro-assoc,cl-struct-slot-value)
2585         (cl-struct-set-slot-value): Stop using them.
2587 (2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2589         * image-mode.el (image-mode-window-put): Don't assume there's a `t'
2590         entry in image-mode-winprops-alist.
2592 2014-04-21  Daniel Colascione  <dancol@dancol.org>
2594         * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
2595         (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
2596         (byte-compile-toplevel-file-form): Use it.
2598         * emacs-lisp/cl-macs.el:
2599         (cl--loop-let): Properly destructure `while' clauses.
2601 2014-04-20  Daniel Colascione  <dancol@dancol.org>
2603         * vc/vc.el (vc-root-dir): New public autoloaded function for
2604         generically finding the current VC root.
2605         * vc/vc-hooks.el (vc-not-supported): New error.
2606         (vc-call-backend): Signal `vc-not-supported' instead of generic error.
2608 2014-04-20  Daniel Colascione  <dancol@dancol.org>
2610         * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
2611         argument.
2612         (cl--const-expr-val): cl--const-expr-val should macroexpand its
2613         argument in case we're inside a symbol-macrolet.
2614         (cl--do-arglist, cl--compiler-macro-typep)
2615         (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
2616         environment to `cl--const-expr-val'.
2617         (cl-struct-sequence-type,cl-struct-slot-info)
2618         (cl-struct-slot-offset, cl-struct-slot-value)
2619         (cl-struct-set-slot-value): New functions.
2621 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2623         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
2624         assignments such as "case=hello" (bug#17297).
2626 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
2628         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
2629         Do not autoload.
2630         (tramp-file-name-handler, tramp-completion-file-name-handler):
2631         Revert patch from 2014-04-10, it isn't necessary anymore.
2632         (tramp-autoload-file-name-handler)
2633         (tramp-register-autoload-file-name-handlers): New defuns.
2634         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
2635         (tramp-register-file-name-handlers): Remove also
2636         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
2637         Do not autoload its invocation, but eval it after loading of 'tramp.
2639         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
2641         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
2643 2014-04-17  Daniel Colascione  <dancol@dancol.org>
2645         Add support for bracketed paste mode; add infrastructure for
2646         managing terminal mode enabling and disabling automatically.
2648         * xt-mouse.el:
2649         (xterm-mouse-mode): Simplify.
2650         (xterm-mouse-tracking-enable-sequence)
2651         (xterm-mouse-tracking-disable-sequence): New constants.
2652         (turn-on-xterm-mouse-tracking-on-terminal)
2653         (turn-off-xterm-mouse-tracking-on-terminal):
2654         Use tty-mode-set-strings and tty-mode-reset-strings terminal
2655         parameters instead of random hooks.
2656         (turn-on-xterm-mouse-tracking)
2657         (turn-off-xterm-mouse-tracking): Delete.
2659         * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
2660         (xterm-paste-ending-sequence): New constant.
2661         (xterm-paste): New command used for bracketed paste support.
2663         (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
2664         (terminal-init-xterm-bracketed-paste-mode): New function.
2665         (terminal-init-xterm): Call it.
2666         (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
2667         and tty-mode-reset-strings instead of random hooks.
2668         (xterm-turn-on-modify-other-keys)
2669         (xterm-turn-off-modify-other-keys)
2670         (xterm-remove-modify-other-keys): Delete obsolete functions.
2672         * term/screen.el: Rewrite to just use the xterm code.
2673         Add copyright notice.  Mention tmux.
2675 2014-04-17  Ian D  <dunni@gnu.org>  (tiny change)
2677         * image-mode.el (image-mode-window-put): Also update the property of
2678         the "default window".
2679         * doc-view.el (doc-view-new-window-function): If no window
2680         exists, move to the last known page.
2682 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2684         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
2685         here-documents (bug#17262).
2687 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
2689         * term/pc-win.el (x-list-fonts, x-get-selection-value):
2690         Provide doc strings, as required by snarf-documentation.
2692 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2694         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
2695         arg of overlays-at.  Use `invisible-p'.
2697         * obsolete/lucid.el (extent-at):
2698         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
2699         overlays-at.
2700         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
2702 2014-04-16  João Távora  <joaotavora@gmail.com>
2704         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
2705         links.  (Bug#17217).
2707 2014-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2709         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2710         Use mapc to loop over a vector.  (Bug#17257).
2712 2014-04-16  Michael Albinus  <michael.albinus@gmx.de>
2714         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
2715         patch, there are new problems with file names containing spaces.
2716         Get rid of backticks.  (Bug#17238)
2718 2014-04-16  João Távora  <joaotavora@gmail.com>
2720         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
2721         possible bug.
2723 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
2725         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
2726         (blink-cursor-mode): Mention customization variables and the
2727         effect of 'blink-cursor-blinks'.
2729 2014-04-16  Barry O'Reilly  <gundaetiapo@gmail.com>
2731         * simple.el (undo): Prevent insertion of identity mapping into
2732         undo-equiv-table so as undo-only does not inf loop in the presence
2733         of consecutive nils in undo list.
2735 2014-04-16  Matthias Dahl  <matthias.dahl@binary-island.eu>
2737         * faces.el (make-face): Deprecate optional argument as it is no
2738         longer needed/used since the conditional X resources handling
2739         has been pushed down to make-face-x-resource-internal itself.
2740         (make-empty-face): Don't pass optional argument to make-face.
2742 2014-04-16  Karl Fogel  <kfogel@red-bean.com>
2744         * savehist.el (savehist-save): Remove workaround for a read-passwd
2745         bug that was fixed before 24.3.  Thanks to Juanma Barranquero for
2746         noticing that the shim was still present.
2748 2014-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2750         * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
2752 2014-04-14  Juanma Barranquero  <lekktu@gmail.com>
2754         * faces.el (face-set-after-frame-default): Remove unused local variable.
2756 2014-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2758         * progmodes/grep.el: Use lexical-binding.
2759         (grep-expand-template): Pass explicit lexical env to `eval'.
2760         (zrgrep): Let-bind grep-find-template explicitly.
2762         * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
2763         * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
2765 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
2767         * international/characters.el <standard-case-table>: Add entries
2768         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
2769         Set category of Coptic characters be 'g' (Greek).
2771 2014-04-12  Leo Liu  <sdl.web@gmail.com>
2773         * progmodes/octave.el (completion-table-with-cache):
2774         Define if not available.
2775         (octave-goto-function-definition, octave-sync-function-file-names)
2776         (octave-find-definition-default-filename):
2777         Backquote upattern for compatibility.
2779 2014-04-12  Michael Albinus  <michael.albinus@gmx.de>
2781         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2782         name twice due to backticks.  (Bug#17238)
2784 2014-04-12  Glenn Morris  <rgm@gnu.org>
2786         * term/w32-win.el (x-win-suspend-error):
2787         * term/x-win.el (x-win-suspend-error): Sync docs.
2789 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
2791         * faces.el (make-face): Remove deprecated optional argument.
2792         The conditional application of X resources is handled directly by
2793         make-face-x-resource-internal since Emacs 24.4.
2794         (make-empty-face): Don't pass optional argument to make-face.
2796 2014-04-11  Glenn Morris  <rgm@gnu.org>
2798         * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.  (Bug#16429)
2800 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2802         Ediff's overlay priorities cause more trouble than they solve.
2803         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
2804         (ediff-highest-priority): Remove function (bug#17234).
2805         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
2806         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
2807         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
2808         overlay priorities.
2810 2014-04-11  Feng Li  <fengli@gmail.com>  (tiny change)
2812         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
2813         entry; use symbol boundaries to avoid mis-matches.
2815 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
2817         * net/tramp.el (tramp-file-name-handler)
2818         (tramp-completion-file-name-handler): Avoid recursive loading.
2820         * net/tramp-sh.el (tramp-make-copy-program-file-name):
2821         Quote result also locally.
2823 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2825         * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
2826         Remove left-over code.
2828         * newcomment.el (comment-indent-new-line): Sink code where it's used.
2829         Reuse the previous comment's indentation unconditionally if it's on its
2830         own line.
2832 2014-04-09  Daniel Colascione  <dancol@dancol.org>
2834         * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
2835         `no-syntax-crossing' arguments.  Forward to `up-list'.
2836         (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
2837         Implement logic for escaping from strings.  Use narrowing to deal
2838         with corner cases.
2840 2014-04-09  Leo Liu  <sdl.web@gmail.com>
2842         * net/rcirc.el (rcirc-connection-info): New variable.
2843         (rcirc-connect): Use it to store connection info.
2844         (rcirc-buffer-process): Avoid get-buffer-process which returns nil
2845         for killed process.
2846         (rcirc-cmd-reconnect): New command.  (Bug#17045)
2847         (rcirc-mode, set-rcirc-encode-coding-system)
2848         (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
2850 2014-04-09  Daniel Colascione  <dancol@dancol.org>
2852         * emacs-lisp/cl-indent.el: Add comment claiming
2853         facility is also good for elisp.
2854         (lisp-indent-find-method): New function.
2855         (common-lisp-indent-function): Recognize cl-loop.
2856         (common-lisp-indent-function-1): Recognize cl constructs; use
2857         `lisp-indent-find-method' instead of `get' directly.
2858         (if): Use else-body style for elisp.
2860 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
2862         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2863         Module methods.  (Bug#17216)
2865 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2867         * help.el (describe-bindings): Fix buffer handling (bug#17210).
2868         (describe-bindings-internal): Mark obsolete.
2870 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2872         * subr.el (with-silent-modifications): Don't bind deactivate-mark,
2873         buffer-file-name, and buffer-file-truename any more.
2875 2014-04-08  Leo Liu  <sdl.web@gmail.com>
2877         Use lexical-binding and require cl-lib.
2878         * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
2879         (rcirc-handler-generic, rcirc-fill-paragraph)
2880         (rcirc-format-response-string, rcirc-target-buffer)
2881         (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
2882         (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
2883         (rcirc-ctcp-sender-PING, rcirc-browse-url)
2884         (rcirc-markup-timestamp, rcirc-markup-attributes)
2885         (rcirc-markup-my-nick, rcirc-markup-urls)
2886         (rcirc-markup-bright-nicks, rcirc-markup-fill)
2887         (rcirc-check-auth-status, rcirc-handler-WALLOPS)
2888         (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
2889         (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
2890         (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
2891         (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
2892         (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
2893         (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
2894         (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
2895         (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
2896         (rcirc-handler-CTCP-response): Fix unused arguments warnings and
2897         use cl-lib.
2899 2014-04-07  João Távora  <joaotavora@gmail.com>
2901         * elec-pair.el (electric-pair--syntax-ppss):
2902         When inside comments parse from comment beginning.
2903         (electric-pair--balance-info): Fix typo in comment.
2904         (electric-pair--in-unterminated-string-p): Delete.
2905         (electric-pair--unbalanced-strings-p): New function.
2906         (electric-pair-string-bound-function): New var.
2907         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2908         according to `electric-pair--in-unterminated-string-p'
2910         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2911         Inhibit quote pairing if point-max is inside an unterminated string.
2912         (electric-pair--looking-at-unterminated-string-p): Delete.
2913         (electric-pair--in-unterminated-string-p): New function.
2915 2014-04-07  Glenn Morris  <rgm@gnu.org>
2917         * shell.el (shell-directory-tracker):
2918         Go back to just ignoring failures.  (Bug#17159)
2920 2014-04-07  João Távora  <joaotavora@gmail.com>
2922         Fix `electric-pair-delete-adjacent-pairs' in modes binding
2923         backspace. (bug#16981)
2924         * elec-pair.el (electric-pair-backward-delete-char): Delete.
2925         (electric-pair-backward-delete-char-untabify): Delete.
2926         (electric-pair-mode-map): Bind backspace to a menu item filtering
2927         a new `electric-pair-delete-pair' command.
2928         (electric-pair-delete-pair): New command.
2930         * progmodes/python.el (python-electric-pair-string-delimiter):
2931         Fix triple-quoting electricity.  (Bug#17192)
2933         * elec-pair.el (electric-pair-post-self-insert-function):
2934         Don't skip whitespace when `electric-pair-text-pairs' and
2935         `electric-pair-pairs' were used. syntax to
2936         electric-pair--skip-whitespace.  (Bug#17183)
2938 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
2940         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
2941         "<F>".  (Bug#17199)
2943 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2945         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2946         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2948 2014-04-07  Glenn Morris  <rgm@gnu.org>
2950         * help.el (view-lossage): Doc tweak.
2952 2014-04-07  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
2954         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2955         only when inhibit-x-resources is nil, and do that earlier in the
2956         function.  Doc fix.  (Bug#16694)
2957         (face-spec-choose): Accept additional optional argument, whose
2958         value is returned if no matching attributes are found.
2959         (face-spec-recalc): Use the new optional argument when calling
2960         face-spec-choose.  (Bug#16378)
2961         (make-face-x-resource-internal): Do nothing when
2962         inhibit-x-resources is non-nil.  Don't touch the default face if
2963         reversed video is given--as was done in previous versions of Emacs.
2964         (face-set-after-frame-default): Don't call
2965         make-face-x-resource-internal here.  (Bug#16434)
2967 2014-04-07  Tassilo Horn  <tsdh@gnu.org>
2969         * doc-view.el (doc-view-bookmark-jump):
2970         Use `bookmark-after-jump-hook' to jump to the right page after the
2971         buffer is shown in a window.  (bug#16090)
2973 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
2975         * international/characters.el (mirroring): Fix last change:
2976         instead of loading uni-mirrored.el explicitly, do that implicitly
2977         by creating the 'mirroring' uniprop table.  This avoids announcing
2978         the loading of uni-mirrored.el.
2980 2014-04-07  Glenn Morris  <rgm@gnu.org>
2982         * files.el (buffer-stale--default-function)
2983         (buffer-stale-function, revert-buffer--default):
2984         * autorevert.el (auto-revert-buffers): Doc tweaks.
2986 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
2988         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
2990 2014-04-07  Glenn Morris  <rgm@gnu.org>
2992         * files.el (make-backup-file-name-function)
2993         (make-backup-file-name, make-backup-file-name--default-function)
2994         (make-backup-file-name-1, find-backup-file-name)
2995         (revert-buffer-function, revert-buffer-insert-file-contents-function)
2996         (buffer-stale--default-function, buffer-stale-function)
2997         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2998         (revert-buffer, revert-buffer--default)
2999         (revert-buffer-insert-file-contents--default-function):
3000         Doc fixes related to defaults no longer being nil.
3001         (make-backup-file-name-function): Bump :version.
3002         Restore nil as a valid but deprecated custom type.
3004 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3006         * progmodes/perl-mode.el (perl-syntax-propertize-function):
3007         Handle $' used as a variable (bug#17174).
3009         * progmodes/perl-mode.el (perl-indent-new-calculate):
3010         Handle forward-sexp failure (bug#16985).
3011         (perl-syntax-propertize-function): Add "foreach" and "for" statement
3012         modifiers introducing expressions (bug#17116).
3014 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3016         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
3018 2014-04-05  Leo Liu  <sdl.web@gmail.com>
3020         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3021         Add define-compilation-mode.
3023 2014-04-04  João Távora  <joaotavora@gmail.com>
3025         * elec-pair.el (electric-pair--syntax-ppss): When inside comments
3026         parse from comment beginning.
3027         (electric-pair--balance-info): Fix typo in comment.
3028         (electric-pair--in-unterminated-string-p): Delete.
3029         (electric-pair--unbalanced-strings-p): New function.
3030         (electric-pair-string-bound-function): New var.
3031         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3032         according to `electric-pair--in-unterminated-string-p'.
3034 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3036         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
3037         Move declaration before first use.
3038         (reftex-move-to-next-arg): Silence compiler warning.
3040 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
3042         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
3043         Use `window-total-width' instead of `window-width'.
3045 2014-04-03  Daniel Colascione  <dancol@dancol.org>
3047         * subr.el (set-transient-map): Remove rms's workaround entirely;
3048         use new `suspicious-object' subr to mark our lambda for closer
3049         scrutiny during gc.
3051 2014-04-02  Richard Stallman  <rms@gnu.org>
3053         * subr.el (set-transient-map): Comment out previous change.
3055 2014-04-02  Glenn Morris  <rgm@gnu.org>
3057         * menu-bar.el (menu-bar-file-menu):
3058         * vc/ediff.el (ediff-current-file):
3059         Update for revert-buffer-function no longer being nil by default.
3061         * simple.el (command-execute): Respect nil disabled-command-function.
3063 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3065         * simple.el (command-execute): Do not execute the command when it
3066         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
3068 2014-04-02  Juri Linkov  <juri@jurta.org>
3070         * dired-aux.el (dired-compress-file): Don't use string-match-p
3071         because its match data is used afterwards.
3073 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3075         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
3076         0 like nil.
3078 2014-04-02  João Távora  <joaotavora@gmail.com>
3080         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3081         Inhibit quote pairing if point-max is inside an unterminated string.
3082         (electric-pair--looking-at-unterminated-string-p):
3083         Delete.
3084         (electric-pair--in-unterminated-string-p): New function.
3086 2014-04-01  Daniel Colascione  <dancol@dancol.org>
3088         * minibuffer.el (minibuffer-complete): Prevent assertion failure
3089         when trying to complete the prompt.
3091 2014-03-31  Leo Liu  <sdl.web@gmail.com>
3093         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3094         Refactor out eldoc-documentation-function-default.
3095         (eldoc-documentation-function-default): New function.
3096         (eldoc-documentation-function): Change value.
3098 2014-03-31  Glenn Morris  <rgm@gnu.org>
3100         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
3102         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
3103         (vhdl-compose-components-package, vhdl-compose-configuration):
3104         Abbreviate default-directory (missing from some previous upstream sync).
3106 2014-03-31  Reto Zimmermann  <reto@gnu.org>
3108         Sync with upstream vhdl mode v3.35.2.
3109         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3110         (top-level): No longer require assoc.
3111         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
3112         New functions.  Use throughout to replace aget etc.
3113         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
3114         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
3115         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
3116         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
3117         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
3118         except `vhdl-compiler'.
3119         (vhdl-error-regexp-add-emacs): Remove all other compilers,
3120         when appropriate.
3122 2014-03-31  Glenn Morris  <rgm@gnu.org>
3124         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
3125         Revert 2014-03-26 merge goof; go back to using defalias.
3127 2014-03-30  Daniel Colascione  <dancol@dancol.org>
3129         * comint.el (comint-send-input):
3130         Deactivate completion-in-region-mode before we send comint input.
3131         (Bug#17139).
3133         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
3134         on keyboard-quit.
3136 2014-03-29  Glenn Morris  <rgm@gnu.org>
3138         * textmodes/reftex.el: Manage most autoloads automatically.
3139         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
3140         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
3141         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
3142         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
3143         * textmodes/reftex-toc.el: Set generated-autoload-file,
3144         and add autoload cookies for reftex.el.
3145         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
3147 2014-03-28  Glenn Morris  <rgm@gnu.org>
3149         * cus-start.el (report-emacs-bug-address): Set custom properties.
3150         * mail/emacsbug.el (report-emacs-bug-address):
3151         Variable is now defined in emacs.c.
3153         * mail/emacsbug.el (report-emacs-bug):
3154         Include system-configuration-features.
3156 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
3158         * simple.el (cycle-spacing): Never delete spaces on first run by
3159         default, but do so in a new 'fast mode and if there are already
3160         N spaces (the previous behavior).
3161         Compare N with its value in previous invocation so that changing
3162         prefix argument restarts `cycle-spacing' sequence.
3163         The idea is that with this change, binding M-SPC to
3164         `cycle-spacing' should not introduce any changes in behavior of
3165         the binding so long as users do not type M-SPC twice in a raw with
3166         the same prefix argument or lack thereof.
3168 2014-03-28  Glenn Morris  <rgm@gnu.org>
3170         * faces.el (term-file-aliases): New variable.
3171         (tty-run-terminal-initialization): Respect term-file-aliases.
3172         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
3173         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
3174         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
3176 2014-03-27  Glenn Morris  <rgm@gnu.org>
3178         * startup.el (inhibit-startup-hooks): Doc tweak.
3179         (normal-top-level): Simplify running of hooks.
3180         For window-setup-hook, respect inhibit-startup-hooks.
3181         (command-line-1): Don't set window-setup-hook to nil.
3183         Allow selective autoloading from obsolete/ directory.
3184         * Makefile.in (obsolete-autoloads): New rule.
3185         (autoloads): Run obsolete-autoloads.
3186         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
3187         * simple.el (iswitchb-mode): Remove hand-written autoloads.
3189 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
3191         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3192         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
3194         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3195         Don't propertize `?' or `!' as symbol constituent when after
3196         colon.  (Bug#17097)
3198 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
3200         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
3201         which is no longer needed and causes trouble in GTK builds (bug#17046).
3203         * emacs-lisp/package-x.el (package--archive-contents-from-url):
3204         Use url-insert-file-contents; package-handle-response no longer exists.
3206 2014-03-26  Daniel Colascione  <dancol@dancol.org>
3208         * simple.el (process-menu-mode-map): New variable.
3209         (process-menu-delete-process): New command.
3211 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
3213         * emacs-lisp/package.el: Fix bug#16733 (again).
3214         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
3215         (url-http-target-url): Remove unused declarations.
3216         (package-handle-response): Remove.
3217         (package--with-work-buffer): Use url-insert-file-contents and simplify.
3218         (package--download-one-archive): Use current-buffer instead of
3219         dynamic binding of `buffer'.
3220         (describe-package-1): Do not decode readme-string.
3222 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
3224         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
3226         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
3227         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
3228         `remote-file-name-inhibit-cache' to nil in the second pass.
3229         (tramp-find-executable): Do not call "which" on SunOS.
3230         (tramp-send-command-and-check): Fix docstring.
3231         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
3232         check whether source directory has set the sticky bit.
3234 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
3236         * simple.el (primitive-undo): Only process marker adjustments
3237         validated against their corresponding (TEXT . POS).  Issue warning
3238         for lone marker adjustments in undo history.  (Bug#16818)
3239         (undo-make-selective-list): Add marker adjustments to selective
3240         undo list based on whether their corresponding (TEXT . POS) is in
3241         the region.  Remove variable adjusted-markers, which was unused
3242         and only non nil during undo-make-selective-list.
3243         (undo-elt-in-region): Return nil when passed a marker adjustment
3244         and explain in function doc.
3246 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3248         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
3250 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
3252         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
3253         Match special global variables without curlies, too.
3254         (ruby-font-lock-keywords): Simplify the matcher for special global
3255         variables.  Don't require a non-word character after the variable.
3256         (Bug#17057)
3258 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * simple.el (redisplay-highlight-region-function): Increase priority of
3261         overlay to make sure boundaries are visible (bug#15899).
3263 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
3265         * frameset.el (frameset--initial-params): Fix typo in parameter name.
3266         (frameset-restore): Compare display strings with equal.
3268         * frame.el (make-frame): Don't quote display name in error message,
3269         it is already a string.
3271 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3273         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
3274         the password.
3276 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
3278         * emacs-lisp/package.el (package--add-to-archive-contents):
3279         Include already installed and built-in packages in
3280         `package-archive-contents'.
3281         (package-install): Don't include already installed packages in the
3282         options during interactive invocation.  (Bug#16762)
3283         (package-show-package-list): If the buffer is already displayed in
3284         another window, switch to that window.
3286 2014-03-26  Reto Zimmermann  <reto@gnu.org>
3288         Sync with upstream vhdl mode v3.35.1.
3289         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3290         (vhdl-compiler-alist): Doc fix.
3291         (vhdl-goto-line): Remove.
3292         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
3293         (vhdl-mode) <paragraph-start>: Fix value.
3294         (vhdl-fix-statement-region): Not `for' in wait-statement.
3295         (vhdl-beautify-region): Also (un)tabify.
3296         (vhdl-get-visible-signals):
3297         Scan declarative part of generate statements.
3298         (vhdl-template-record): Fix indentation for record type declaration.
3299         (vhdl-expand-abbrev, vhdl-expand-paren):
3300         Revert to using fset again rather than defalias.
3301         (vhdl-scan-directory-contents): Tweak.
3302         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
3303         (vhdl-compose-components-package):
3304         Replace vhdl-goto-line with forward-line.
3305         (top-level): Tweak speedbar frame selection.
3306         (vhdl-generate-makefile-1): Support for compilers with no
3307         unit-to-file name mapping (create directory with dummy files).
3309 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
3311         Sync with upstream verilog-mode revision 702457d.
3312         * progmodes/verilog-mode.el (verilog-mode-version): Update.
3313         (create-lockfiles): Declare.
3314         (verilog-read-decls): Fix module header imports, bug709.
3315         Reported by Victor Lau.
3316         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
3317         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
3318         interface-only modules, bug721.  Reported by Dean Hoyt.
3320 2014-03-26  Glenn Morris  <rgm@gnu.org>
3322         * obsolete/gulp.el: Move here from emacs-lisp/.
3324         * files.el (lock-buffer, unlock-buffer, file-locked-p):
3325         Remove fallback aliases, since they are always defined now.
3327 2014-03-24  Daniel Colascione  <dancol@dancol.org>
3329         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
3330         instead of cl-loop search function.
3332 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
3334         * calendar/parse-time.el (parse-time-iso8601-regexp)
3335         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
3336         it more generally.
3338 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
3340         * net/dns.el (network-interface-list): Define for XEmacs.
3342 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
3344         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
3345         the network interfaces changed.
3346         (dns-query): Use it to flush the data.
3348 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
3350         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
3352 2014-03-23  Daniel Colascione  <dancol@dancol.org>
3354         Change subword-mode to use `find-word-boundary-function-table' and
3355         replace `capitalized-words-mode'.  Also, convert to lexical
3356         binding.
3358         * progmodes/cap-words.el: Delete now-obsolete file.
3359         * progmodes/subword.el: Reimplement using
3360         `find-word-boundary-function-table'.
3361         (subword-mode-map): Hollow out.
3362         (capitalized-words-mode): Define as obsolete alias for
3363         `subword-mode'.
3364         (subword-mode, superword-mode): Tweak documentation to reflect new
3365         implementation; call `subword-setup-buffer'.
3366         (subword-forward, subword-capitalize): Add underscore to indicate
3367         unused variable.
3368         (subword-find-word-boundary-function-table): New constant.
3369         (subword-empty-char-table): New constant.
3370         (subword-setup-buffer): New function.
3371         (subword-find-word-boundary): New function.
3373 2014-03-23  Daniel Colascione  <dancol@dancol.org>
3375         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
3376         list to look for keyword arguments instead of `memq', fixing
3377         (Bug#3647) --- unfortunately, only for freshly-compiled code.
3378         Please make bootstrap.
3380 2014-03-22  Glenn Morris  <rgm@gnu.org>
3382         * dired.el (dired-read-regexp): Make obsolete.
3383         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
3384         (dired-flag-files-regexp):
3385         * dired-aux.el (dired-mark-read-regexp):
3386         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
3388         * startup.el (fancy-startup-text):
3389         * help.el (describe-gnu-project): Visit online info about GNU project.
3391         * help-fns.el (help-fns--interactive-only): New function.
3392         (help-fns-describe-function-functions): Add the above function.
3393         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
3394         (next-line, previous-line): Remove hand-written interactive-only
3395         information from doc strings, it is auto-generated now.
3396         * bookmark.el (bookmark-write):
3397         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
3398         (epa-mail-import-keys): Mark interactive-only,
3399         and remove hand-written interactive-only information from doc strings.
3400         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
3401         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
3402         * files.el (not-modified):
3403         * simple.el (mark-whole-buffer): Mark interactive-only.
3405         * emacs-lisp/byte-run.el (defun-declarations-alist):
3406         Add interactive-only.  Doc tweak.
3407         (macro-declarations-alist): Doc tweak.
3408         * subr.el (declare): Doc tweak (add xref to manual).
3409         * comint.el (comint-run):
3410         * files.el (insert-file-literally, insert-file):
3411         * replace.el (replace-string, replace-regexp):
3412         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3413         (delete-forward-char, goto-line, insert-buffer, next-line)
3414         (previous-line): Set interactive-only via declare.
3416 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
3418         * emacs-lisp/package.el (package-desc): Use the contents of the
3419         quoted form, not its cdr.  (Bug#16873)
3421 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
3423         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
3424         benefit of doc.c; change parameter profile to match the X function.
3426 2014-03-22  Leo Liu  <sdl.web@gmail.com>
3428         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
3429         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
3431 2014-03-21  Richard Stallman  <rms@gnu.org>
3433         * battery.el (battery-linux-sysfs): Search for each field
3434         from the beginning of the buffer.
3436         * subr.el (set-transient-map): Clear out function and value
3437         of the temporary symbol when we're done with it.
3439         * mail/rmailsum.el (rmail-summary-delete-forward):
3440         Optimize case of reaching end and handling count.
3441         (rmail-summary-mark-deleted): Optimize when N is current msg.
3442         Don't create new summary line.
3443         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
3444         (rmail-summary-undelete-many): Rewrite for speed.
3445         (rmail-summary-msg-number): New function.
3447         * mail/rmail.el (rmail-delete-message): Update summary.
3448         (rmail-undelete-previous-message): Handle repeat count arg.
3449         (rmail-delete-backward, rmail-delete-forward): Likewise.
3451 2014-03-21  Daniel Colascione  <dancol@dancol.org>
3453         * mail/emacsbug.el (report-emacs-bug): Include memory usage
3454         information in bug reports.
3456 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
3458         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
3459         and `tramp-copy-env'.
3461         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
3462         (tramp-maybe-open-connection): Handle `tramp-login-env'.
3464 2014-03-21  Glenn Morris  <rgm@gnu.org>
3466         * electric.el (electric-indent-post-self-insert-function): Add doc.
3468 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
3470         * emacs-lisp/package.el (package-compute-transaction):
3471         Use `version-list-<=' to compare the requirement version against
3472         the version of package already to be installed.  Update the error
3473         message.  (Bug#16826)
3475         * progmodes/ruby-mode.el (ruby-smie-rules):
3476         Add indentation rule for ` @ '.  (Bug#17050)
3478 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
3480         * align.el (align-regexp): Remove superfluous backslash.
3482         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
3483         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
3484         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
3485         Fix docstring typos.
3486         (ffap-next): Use C-u in docstring.
3487         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
3488         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
3489         Remove superfluous backslashes.
3490         (ffap-string-at-point): Reflow docstring.
3492         * server.el (server-host): Reflow docstring.
3493         (server-unload-function): Fix docstring typo.
3494         (server-eval-at): Remove superfluous backslash.
3496         * skeleton.el (skeleton-insert): Remove superfluous backslash.
3497         (skeleton-insert): Doc fix.
3498         (skeleton-insert): Reflow docstring.
3500         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
3501         (tty-color-approximate, tty-color-by-index, tty-color-values)
3502         (tty-color-desc): Remove superfluous backslashes.
3504 2014-03-21  Glenn Morris  <rgm@gnu.org>
3506         * cus-start.el (history-length): Bump :version.
3508         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3509         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3510         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3511         Don't set `make-backup-files'.
3513         * info.el (info--prettify-description): New function,
3514         to give info-finder descriptions consistent case, punctuation.
3515         (Info-finder-find-node): Use it.  Sort packages.
3516         Refer to "description" rather than "commentary".
3518 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
3520         * frameset.el (frameset--print-register): New function.
3521         (frameset-to-register): Use it.
3523 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
3525         * progmodes/hideif.el (hif-string-to-number): New function.
3526         (hif-tokenize): Use it to understand non-decimal floats.
3528         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
3530         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
3532 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3534         * electric.el (electric-newline-and-maybe-indent): New command.
3535         Bind it globally to C-j.
3536         (electric-indent-mode): Don't mess with the global map any more.
3537         Don't drop the post-self-insert-hook is some buffer is still using it
3538         (bug#16770).
3540         * bindings.el (global-map): Remove C-j binding.
3542         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
3543         the docstring of functions advised before dumping (bug#16993).
3545 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
3547         * ps-print.el (ps-generate-postscript-with-faces):
3548         Explicitly deactivate the mark (bug#16866).
3549         * simple.el (deactivate-mark): Update region highlight.
3551 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
3553         * emacs-lisp/package.el (describe-package-1):
3554         Decode commentary (bug#16733).
3556 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
3558         * custom.el (defcustom): Doc fix: recommend avoiding destructive
3559         modification of the value argument of :set (bug#16755).
3561 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3563         * simple.el (newline-and-indent): Do autofill (bug#17031).
3565 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
3567         * newcomment.el (comment-normalize-vars): Only add escaping check
3568         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
3569         (comment-beginning): Use `narrow-to-region' instead of moving back
3570         one character.
3571         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
3572         (comment-start-skip): Update the docstring.
3574 2014-03-18  Richard Stallman  <rms@gnu.org>
3576         * dired.el (dired-display-file): Force use of other window.
3578 2014-03-18  Daniel Colascione  <dancol@dancol.org>
3580         * startup.el (tty-handle-args): Remove debug message from 2007.
3582 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3584         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
3585         (advice--make-interactive-form): Use it to avoid (auto)loading function.
3586         (advice--make-1, advice-add, advice-remove):
3587         Remove braindead :advice-pending hack.
3589 2014-03-17  Glenn Morris  <rgm@gnu.org>
3591         * calendar/calendar.el (calendar-generate-month): Apply weekend
3592         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
3594 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
3596         * net/tramp.el (tramp-action-out-of-band): Read pending output.
3597         (tramp-call-process): Trace also DESTINATION.
3599         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3600         Quote file names when they are local.  Remove superfluous trace.
3602 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
3604         * newcomment.el (comment-beginning): If `comment-start-skip'
3605         doesn't match, move back one char and try again.  (Bug#16971)
3607         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3608         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
3609         Set `comment-start-skip' to a simpler value that doesn't try to
3610         check if the semicolon is escaped (this is handled by
3611         `syntax-ppss' now).  (Bug#16971)
3613         * progmodes/scheme.el (scheme-mode-variables): Same.
3615 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
3617         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
3618         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
3619         current (Bug#16816, Bug#17007).
3620         (with-current-buffer-window): New macro doing the same as
3621         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
3622         * help.el (help-print-return-message): Warn in doc-string to not
3623         use this in `with-help-window'.
3624         (describe-bindings-internal): Call `describe-buffer-bindings'
3625         from within help buffer.  See Juanma's scenario in (Bug#16816).
3626         (with-help-window): Update doc-string.
3627         * dired.el (dired-mark-pop-up):
3628         * files.el (save-buffers-kill-emacs):
3629         * register.el (register-preview): Use `with-current-buffer-window'
3630         instead of `with-temp-buffer-window'.
3632 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
3634         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
3635         Implement inserting into current buffer, documented in their docstrings.
3636         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
3637         (rst-section-tree-point, rst-forward-section, rst-indent)
3638         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
3639         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
3640         (rst-font-lock-handle-adornment-pre-match-form)
3641         (rst-repeat-last-character): Reflow docstrings.
3642         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
3643         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
3644         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
3645         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
3646         Fix docstring typos.
3647         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
3648         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
3649         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
3651 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
3653         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
3654         for compatibility with other ports.
3655         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
3656         from the -xrm command line argument, but in the Nextstep port its value
3657         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
3659         * progmodes/python.el (defconst, python-syntax-count-quotes)
3660         (python-indent-region, python-indent-shift-right)
3661         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
3662         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
3663         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
3664         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
3665         (inferior-python-mode, python-shell-make-comint, run-python-internal)
3666         (python-shell-buffer-substring, python-shell-send-buffer)
3667         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
3668         (python-completion-complete-at-point, python-fill-docstring-style)
3669         (python-eldoc-function, python-imenu-format-item-label)
3670         (python-imenu-format-parent-item-label)
3671         (python-imenu-format-parent-item-jump-label)
3672         (python-imenu--build-tree, python-imenu-create-index)
3673         (python-imenu-create-flat-index): Fix docstring typos.
3674         (python-indent-context, python-shell-prompt-regexp, run-python):
3675         Remove superfluous backslashes.
3676         (python-indent-line, python-nav-beginning-of-defun)
3677         (python-shell-get-buffer, python-shell-get-process)
3678         (python-info-current-defun, python-info-current-line-comment-p)
3679         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
3680         (python-indent-post-self-insert-function, python-shell-send-file)
3681         (python-shell-completion-get-completions)
3682         (python-shell-completion-complete-or-indent)
3683         (python-eldoc--get-doc-at-point): Reflow docstrings.
3685 2014-03-14  Glenn Morris  <rgm@gnu.org>
3687         * emacs-lisp/package.el (package-menu-mode-map):
3688         Replace use of obsolete function alias.  Tweak menu item text.
3690         * info.el (Info-finder-find-node):
3691         Ignore the `emacs' metapackage.  (Bug#10813)
3693         * finder.el (finder-list-matches): Include unversioned packages
3694         in the result of a keyword search.
3696         * finder.el (finder--builtins-descriptions): New constant.
3697         (finder-compile-keywords): Use finder--builtins-descriptions.
3699 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
3701         * simple.el (blink-matching-paren): Describe the new value,
3702         `jump', enabling the old behavior.
3703         (blink-matching-open): Use that value.  (Bug#17008)
3705 2014-03-14  Glenn Morris  <rgm@gnu.org>
3707         * finder.el (finder-no-scan-regexp): Add leim-list.
3708         (finder-compile-keywords):
3709         Don't skip files with same basename.  (Bug#14010)
3710         * Makefile.in (setwins_finder): New, excluding leim.
3711         (finder-data): Use setwins_finder.
3713         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
3714         (help-function-arglist, help-make-usage): Move from here...
3715         * help.el (help-split-fundoc, help-add-fundoc-usage)
3716         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
3717         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
3719 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
3721         * net/socks.el (socks, socks-override-functions)
3722         (socks-find-services-entry):
3723         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
3724         (hif-find-ifdef-block):
3725         * progmodes/modula2.el (m2-indent): Fix docstring typos.
3727         * net/tls.el (tls-program): Reflow docstring.
3729         * progmodes/pascal.el (pascal-mode-abbrev-table)
3730         (pascal-imenu-generic-expression, pascal-auto-endcomments)
3731         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
3732         (pascal-outline-mode): Fix docstring typos.
3733         (pascal-mode): Let define-derived-mode document mode hook.
3734         (pascal-uncomment-area): Reflow.
3735         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
3737         * progmodes/opascal.el (opascal-compound-block-indent)
3738         (opascal-case-label-indent): Fix docstring typos.
3739         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
3741 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
3743         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3744         Fontify multiple adjacent negation chars.  (Bug#17004)
3746 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
3748         * emacs-lisp/package.el (package--prepare-dependencies):
3749         Accept requirements without explicit version (bug#14941).
3751 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3753         * register.el (register-separator, copy-to-register): Doc fixes.
3754         (register-preview-default): Remove unnecessary call to concat.
3756         * frameset.el (frameset-restore): When checking for a visible frame,
3757         use the action map instead of calling visible-frame-list.
3759 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
3761         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
3763 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
3765         * window.el (fit-frame-to-buffer): Get maximum width from
3766         display's width instead of height.
3768 2014-03-12  Glenn Morris  <rgm@gnu.org>
3770         * desktop.el (desktop-restore-frames)
3771         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
3772         (desktop-restore-reuses-frames): Doc tweaks.
3774         * electric.el (electric-indent-mode): Doc fix.
3776 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3778         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
3779         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
3780         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
3781         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
3782         (cvs-dired-use-hook): Fix docstring typos.
3783         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
3784         Doc fixes.
3786         * vc/pcvs-defs.el (cvs-auto-remove-handled)
3787         (cvs-auto-remove-directories, cvs-default-ignore-marks)
3788         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
3789         (cvs-execute-single-dir): Fix docstring typos.
3791         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
3792         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
3794         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
3796         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
3797         Fix docstring typos.
3799 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3801         * frameset.el (frameset--jump-to-register): Add autoload; it could be
3802         called from jump-to-register after unloading the frameset package.
3804 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3806         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
3807         (bug#16975).  Deactivate the mark before setting it to nil.
3808         (activate-mark): Do nothing if region is already active.
3810 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
3812         * frameset.el (frameset--target-display): Remove definition; declare.
3813         (frameset-save, frameset-restore): Let-bind frameset--target-display.
3815 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3817         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
3818         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
3819         when the advice is pending.
3820         (advice-remove): Remove this marker when not needed any more.
3822 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
3824         * frameset.el: Separate options for reusing frames and cleaning up.
3825         (frameset--reuse-list): Remove definition; declare.
3826         (frameset--action-map): Declare.
3827         (frameset--find-frame-if): Doc fix.
3828         (frameset--restore-frame): Cache frame action.
3829         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
3830         how to clean up the frame list after restoring.  Remove cleaning
3831         options from REUSE-FRAMES.  Change all keyword values to symbols.
3832         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
3834         * desktop.el (desktop-restore-forces-onscreen)
3835         (desktop-restore-reuses-frames): Use non-keyword values.
3836         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
3838 2014-03-10  Glenn Morris  <rgm@gnu.org>
3840         * files.el (find-file): Doc fix: update info node name.
3842         * emacs-lisp/advice.el (ad-add-advice, defadvice):
3843         Doc fix: remove references to deleted info nodes.
3845 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
3847         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3848         Do not add nil to the environment, when there's no remote `locale'.
3849         (tramp-find-inline-encoding): Check, that the remote host has
3850         installed perl, before sending scripts.
3852 2014-03-10  Leo Liu  <sdl.web@gmail.com>
3854         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3855         Clear eldoc-last-message.  (Bug#16920)
3857 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3859         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
3860         (bug#14430).
3862 2014-03-09  Juri Linkov  <juri@jurta.org>
3864         * ansi-color.el (ansi-color-names-vector): Copy default colors
3865         from `xterm-standard-colors' that look well on the default white
3866         background (and also on the black background) to avoid illegible
3867         color combinations like yellow-on-white and white-on-white.
3868         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
3870 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
3872         * frameset.el (frameset-restore): When no frame is visible, do not
3873         generate a list of frames, just make visible the selected one.
3875 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
3877         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
3878         it only contains the repository root.  (Bug#16897)
3880 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
3882         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
3883         only when `remote-file-name-inhibit-cache' is nil.
3884         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
3886 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
3888         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
3889         Fix doc-strings.
3890         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
3891         fit-frame-to-buffer variable.  Fix doc-string.
3892         (fit-window-to-buffer): Set ONLY argument in call of
3893         fit-frame-to-buffer.  Fix doc-string.
3895 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
3897         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
3898         (tramp-action-password): Clear password cache if needed.
3899         (tramp-read-passwd): Do not clear password cache.
3901         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
3902         cache unless it is the first password request.
3904 2014-03-06  Glenn Morris  <rgm@gnu.org>
3906         * simple.el (newline): Doc tweak.
3908         * emacs-lisp/shadow.el (load-path-shadows-find):
3909         Ignore dir-locals.  (Bug#12357)
3911 2014-03-05  Glenn Morris  <rgm@gnu.org>
3913         * files.el (interpreter-mode-alist):
3914         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
3916 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
3918         * frameset.el (frameset--initial-params): Filter out null entries.
3920 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
3922         * window.el (window-min-height, window-min-width):
3923         Rewrite doc-strings.
3924         (window-body-size): Add PIXELWISE argument to make it consistent
3925         with its callees.
3927 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
3929         * finder.el (finder-mode-map, finder-mode-syntax-table):
3930         Revert part of 2014-02-28 change.
3932 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
3934         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
3935         (eww-setup-buffer): Clear next/prev/etc more reliably.
3936         (eww-textarea-map): [tab] doesn't work on tty.
3937         Reported by Mario Lang.
3939         * net/shr.el (shr-map): Ditto.
3941 2014-03-04  Glenn Morris  <rgm@gnu.org>
3943         * minibuffer.el (completion-hilit-commonality):
3944         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
3946 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
3948         * hilit-chg.el (hilit-chg-unload-function): New function.
3949         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
3950         (hilit-chg-map-changes): Prefer cardinal number to digit.
3951         (hilit-chg-display-changes): Reflow docstring.
3952         (highlight-changes-rotate-faces): Remove superfluous backslash.
3954 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
3956         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
3957         `tramp-send-command-and-check'.
3959 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
3961         * hexl.el (hexl-address-region, hexl-ascii-region)
3962         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
3963         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
3964         (hexl-forward-word, hexl-previous-line, hexl-next-line):
3965         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
3966         (hexl-mode): Doc fix.
3967         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
3968         (hexl-mode-ruler): Fix typos in docstrings.
3970         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
3971         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
3972         Remove superfluous backslashes.
3973         (strokes-last-stroke, strokes-global-map, strokes-mode):
3974         Reflow docstrings.
3975         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
3976         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
3977         (strokes-distance-squared, strokes-global-set-stroke)
3978         (strokes-global-set-stroke-string): Doc fixes.
3979         (strokes-help): Fix typos; reflow docstring.
3981 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
3983         * window.el (window-in-direction): Fix doc-string.
3985 2014-03-04  Glenn Morris  <rgm@gnu.org>
3987         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
3988         Explicit error if no grammar.
3989         (smie-config-save): Doc fix.  Fix quote typo.
3991 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3993         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
3994         electric-indent-mode-hook if we obey electric-indent-mode.
3995         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
3996         decide whether we obey electric-indent-mode.
3997         (c-change-set-fl-decl-start, c-extend-after-change-region):
3998         Silence warnings.
3999         (c-electric-indent-mode-hook): Assume we do want to obey
4000         electric-indent-mode.
4002         * electric.el (electric-indent-mode-has-been-called): Remove.
4003         (electric-indent-mode): Fix accordingly.
4005         * files.el (hack-local-variables): Mention file name in warning.
4007         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
4009 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
4011         * bindings.el: Add comment describing why C-d binds to `delete-char'.
4012         * simple.el (delete-forward-char): Mark as interactive-only.
4014 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
4016         * icomplete.el (icomplete-completions):
4017         Follow-up to 2014-03-01 change.
4019         * icomplete.el: Miscellaneous doc fixes.
4020         Use Icomplete everywhere instead of icomplete for consistency.
4021         (icomplete-max-delay-chars): Fix typo.
4022         (icomplete-mode): Use \[].
4023         (icomplete-tidy, icomplete-exhibit): Reflow.
4024         (icomplete-minibuffer-setup-hook, icomplete-completions):
4025         Remove superfluous backlashes.
4027         * ido.el: Miscellaneous doc fixes.
4028         Use Ido everywhere instead of ido or `ido' for consistency.
4029         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
4030         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
4031         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
4032         (ido-separator): Extract obsolescence info from docstring and declare
4033         with make-obsolete-variable.
4034         (ido-minibuffer-setup-hook): Simplify example.
4035         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
4036         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
4037         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
4038         (ido-everywhere): Reflow docstring.
4039         (ido-toggle-vc): Doc fix.
4040         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
4041         of long list of keybindings.
4043 2014-03-03  Glenn Morris  <rgm@gnu.org>
4045         * frame.el (display-pixel-height, display-pixel-width)
4046         (display-mm-dimensions-alist, display-mm-height)
4047         (display-mm-width): Doc tweaks.
4049 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
4051         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
4052         case of undo in region.
4054 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
4056         * window.el (fit-window-to-buffer): Fix argument in window-size
4057         call when window is horizontally combined.
4059 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
4061         * icomplete.el (icomplete-completions): Use string-width.
4062         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4064 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
4066         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4067         Highlight regexp options.  (Bug#16914)
4069 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
4071         * window.el (window--max-delta-1): Round down when calculating
4072         how many lines/columns we can get from a window.
4074 2014-03-01  Glenn Morris  <rgm@gnu.org>
4076         * isearch.el (search-invisible): Doc fix.
4078         * minibuffer.el (completion-hilit-commonality):
4079         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
4080         * comint.el (comint-dynamic-list-completions): Doc fix.
4081         * comint.el (comint-dynamic-list-completions):
4082         * filecache.el (file-cache-minibuffer-complete):
4083         * tempo.el (tempo-display-completions):
4084         * eshell/em-hist.el (eshell-list-history):
4085         Replace use of obsolete argument of display-completion-list.
4087 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
4089         * icomplete.el (icomplete-completions):
4090         Revert back to using "..." when ?… cannot be displayed.
4092 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4094         * finder.el (finder-unload-function): New function.
4096 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4098         * dframe.el (dframe-detach):
4099         * find-dired.el (find-dired, find-name-dired):
4100         * finder.el (finder-mode-map, finder-mode-syntax-table)
4101         (finder-headmark, finder-select, finder-mouse-select):
4102         Fix docstring typos.
4104 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
4106         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
4107         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
4108         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4109         Fix doc-string based on a suggestion by Nicolas Richard
4110         <theonewiththeevillook@yahoo.fr>.
4111         * help.el (with-help-window): Fix doc-string.
4113 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
4115         * net/shr.el (shr-image-animate): New option.
4116         (shr-put-image): Respect shr-image-animate.
4118 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
4120         * net/tramp-adb.el (tramp-adb-parse-device-names):
4121         Use `accept-process-output'.
4122         (tramp-adb-handle-file-truename): Cache the localname only.
4123         (tramp-adb-handle-make-directory)
4124         (tramp-adb-handle-delete-directory): Flush file properties correctly.
4125         (tramp-adb-handle-set-file-modes): Do not raise an error when file
4126         modes cannot be changed.
4128         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
4129         file properties of symlinks.
4131 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
4133         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
4134         required/optional fields to match development biblatex.  (Bug#16781)
4136 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
4138         * saveplace.el (toggle-save-place):
4139         Fix argument handling.  (Bug#16673)
4141 2014-02-28  Glenn Morris  <rgm@gnu.org>
4143         * minibuffer.el (completions-first-difference)
4144         (completions-common-part, completion-hilit-commonality): Doc fixes.
4146 2014-02-28  Karl Berry  <karl@gnu.org>
4148         * info.el (Info-mode-map): Add H for describe-mode,
4149         to synchronize with standalone Info.
4151 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
4153         * progmodes/sql.el (sql-interactive-mode):
4154         Avoid setting global comint-input-ring-separator.  (Bug#16814)
4156 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4158         * net/dbus.el (dbus--init-bus): Declare function.
4159         (dbus-path-local, dbus-interface-local): New defconst.
4160         (dbus-init-bus): Use them.
4161         (dbus-return-values-table): Extend doc.
4162         (dbus-handle-bus-disconnect): Extend error message.
4164 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
4166         * subr.el (y-or-n-p): Fix double space issue in message.
4168 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4170         * net/tramp.el (tramp-call-process): Improve trace message.
4171         (tramp-handle-insert-file-contents): Trace error case.
4173         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4174         <insert-directory>: Use `tramp-handle-insert-directory'.
4175         (tramp-adb-handle-insert-directory): Remove function.
4176         (tramp-adb-send-command-and-check): New defun, replacing
4177         `tramp-adb-command-exit-status'.  Change all callees.
4178         (tramp-adb-handle-file-attributes)
4179         (tramp-adb-handle-directory-files-and-attributes): Use it.
4180         (tramp-adb-ls-output-name-less-p):
4181         Use `directory-listing-before-filename-regexp'.
4182         (tramp-adb-handle-delete-directory): Flush also file properties of
4183         the truename of directory.
4184         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
4185         (tramp-adb-handle-file-local-copy): Make the local copy readable.
4186         (tramp-adb-handle-write-region): Implement APPEND.
4187         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
4188         properties correctly.
4189         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
4190         variables.  Check for connected devices only when needed.
4192 2014-02-27  Glenn Morris  <rgm@gnu.org>
4194         * minibuffer.el (completion-table-dynamic)
4195         (completion-table-with-cache): Doc fixes.
4197         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
4198         (completing-read-multiple): Doc fixes.
4200 2014-02-27  Daniel Colascione  <dancol@dancol.org>
4202         * minibuffer.el (completion--nth-completion): Fix indentation.
4204         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
4205         explicit tramp path is empty.
4207 2014-02-27  Glenn Morris  <rgm@gnu.org>
4209         * emacs-lisp/crm.el (completing-read-multiple):
4210         Empower help-enable-auto-load.
4212 2014-02-26  Glenn Morris  <rgm@gnu.org>
4214         * startup.el (command-line): Don't init the tty in daemon mode.
4216         Avoid calling tty-setup-hook twice, eg if a term file
4217         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
4218         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
4219         (tty-create-frame-with-faces): Use it.
4220         * startup.el (command-line): Pass run-hook argument
4221         to tty-run-terminal-initialization.
4223         * dired.el (dired-restore-desktop-buffer): Demote errors;
4224         eg in case a glob match fails.  (Bug#16884)
4226 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
4228         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
4229         error from `read-from-string'.  (Bug#16850)
4231         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
4232         result of `completing-read' in the interactive form.  (Bug#16854)
4234 2014-02-25  Glenn Morris  <rgm@gnu.org>
4236         * image.el (image-animate, image-animate-timeout):
4237         Stop animating images in dead buffers.  (Bug#16878)
4239         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
4241         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
4242         Doc fixes.
4243         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
4244         * term/sun.el (sun-raw-prefix-hooks):
4245         Use tty-setup-hook instead of term-setup-hook.
4246         (terminal-init-sun): Construct message from bytecomp plist.
4247         * term/wyse50.el (enable-arrow-keys): Doc fix.
4249 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
4251         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
4252         Fix docstring typos.
4254 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
4256         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
4258 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4260         * minibuffer.el (completion--try-word-completion):
4261         Fix error when completing M-x commands (bug#16808).
4263 2014-02-24  Leo Liu  <sdl.web@gmail.com>
4265         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
4267 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
4269         * apropos.el (apropos-print): Avoid formatting error when
4270         apropos-do-all and apropos-compact-layout are both t.
4272 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
4274         * apropos.el (apropos-property, apropos-all-words-regexp)
4275         (apropos-true-hit, apropos-variable, apropos-print):
4276         Fix docstring typos, and remove obsolete comment.
4278 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
4280         * net/tramp-sh.el (tramp-sh-handle-file-truename):
4281         Preserve trailing "/".  (Bug#16851)
4283 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
4285         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
4286         after `=>' (bug#16811).
4287         (ruby-smie-rules): Handle the inconsistent second element of the
4288         list returned by `smie-indent--parent'.
4289         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
4290         method call.
4292 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
4294         * elec-pair.el (electric-pair-text-syntax-table)
4295         (electric-pair-syntax-info, electric-pair--syntax-ppss)
4296         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
4297         (electric-pair--looking-at-unterminated-string-p): Doc fix.
4298         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
4300 2014-02-22  Glenn Morris  <rgm@gnu.org>
4302         * imenu.el (imenu--generic-function): Doc fix.
4304         * register.el (frame-configuration-to-register): Make obsolete.
4306 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
4308         * desktop.el (desktop-save-buffer-p): Do not fail when
4309         desktop-files-not-to-save is nil.  Return t for true result
4310         as the doc says.
4312 2014-02-22  Daniel Colascione  <dancol@dancol.org>
4314         * net/secrets.el (secrets-create-item, secrets-search-items):
4315         Check that attribute values are strings, avoiding the construction
4316         of invalid dbus messages.
4318 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4320         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
4321         defun-declarations-alist.
4323 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4325         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
4326         (bug#16829).
4328 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4330         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
4331         (whitespace-newline, whitespace-trailing, whitespace-line)
4332         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4333         (whitespace-space-after-tab): Fix typo in docstrings.
4335 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
4337         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
4339         * electric.el (electric-indent-functions-without-reindent):
4340         Add `yaml-indent-line'.
4342 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4344         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
4345         It has done nothing for years; should be removed after the release.
4347         * simple.el (choose-completion): Fix docstring typo.
4348         (read-quoted-char-radix): Remove unneeded * in docstring.
4349         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
4350         Don't escape parentheses unnecessarily in docstrings.
4352 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
4354         Fix handling of window-min-height/-width (Bug#16738).
4355         * window.el (window--dump-window, window--dump-frame):
4356         New functions.
4357         (window--min-size-1): Account for window dividers.
4358         When window-resize-pixelwise is nil, delay rounding till after the
4359         sum of the window components has been calculated.
4360         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
4361         nil make sure at least one text line and two text columns remain
4362         fully visible.
4363         (window-resize): Signal an error when window-resize-apply fails.
4364         (window--resize-child-windows): Fix calculation of by how many
4365         pixels a window can still be shrunk via window-new-normal.
4366         (adjust-window-trailing-edge): Call window--resizable with
4367         correct TRAIL argument.
4369         (with-temp-buffer-window): Don't evaluate BODY within
4370         with-current-buffer (Bug#16816).
4372 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
4374         * net/tramp.el (tramp-check-cached-permissions):
4375         Call `file-attributes' with `suffix' being a symbol but a string.
4377 2014-02-21  Daniel Colascione  <dancol@dancol.org>
4379         * net/dbus.el (dbus-init-bus-1): Declare new subr.
4380         (dbus-init-bus): New function: call into dbus-init-bus-1
4381         and installs a handler for the disconnect signal.
4382         (dbus-call-method): Rewrite to look for result in cons.
4383         (dbus-call-method-handler): Store result in cons.
4384         (dbus-check-event): Recognize events with nil sender as valid.
4385         (dbus-handle-bus-disconnect): New function.  React to bus
4386         disconnection signal by synthesizing dbus error for each
4387         pending synchronous or asynchronous call.
4388         (dbus-notice-synchronous-call-errors): New function.
4389         (dbus-handle-event): Raise errors directly only when `dbus-debug'
4390         is true, not all the time.
4392 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4394         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4395         Remove obsolescence declarations, these variables do not exist anymore.
4397         * savehist.el (savehist-save-minibuffer-history)
4398         (savehist-additional-variables, savehist-file, savehist-mode-hook)
4399         (savehist-save-hook, savehist-coding-system, savehist-loaded)
4400         (savehist-load, savehist-install, savehist-autosave): Fix typos;
4401         mostly, refer to "Savehist mode" when talking about the mode,
4402         and not the function.
4404         * saveplace.el (save-place): Remove redundant info in docstring.
4405         (save-place-forget-unreadable-files, toggle-save-place)
4406         (save-place-forget-unreadable-files, save-place-dired-hook):
4407         Fix typos and remove unneeded backslashes.
4409 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
4411         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
4412         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
4414         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4415         <insert-directory>: Use `tramp-handle-insert-directory'.
4416         (tramp-gvfs-handle-insert-directory): Remove function.
4418         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4419         Call `tramp-handle-insert-directory'.
4421 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
4423         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
4424         before the start of buffer/region (bug#16799).
4426 2014-02-20  Glenn Morris  <rgm@gnu.org>
4428         * isearch.el (search-invisible): Doc fix.
4430 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
4432         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
4433         (bug#16657).
4435 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
4437         * frameset.el (frameset-restore): Delay removing an old frame's
4438         duplicate id until the new frame has been correctly created.
4440 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
4442         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
4443         (tramp-check-cached-permissions): Call `file-attributes' if the
4444         cache is empty.
4446         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4447         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
4449         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4450         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
4451         (tramp-gvfs-maybe-open-connection): Set always connection
4452         properties, even if target is mounted already.
4454         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
4455         Set tramp-autoload cookie.
4456         (tramp-get-remote-touch): New defun.
4457         (tramp-sh-handle-set-file-times): Use it.
4458         (tramp-sh-handle-directory-files-and-attributes):
4459         Use `tramp-handle-directory-files-and-attributes' if neither stat
4460         nor perl are available on the remote host.
4462         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
4463         "/".  Write long listing only when "l" belongs to the switches.
4465         * net/trampver.el: Update release number.
4467 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
4469         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
4471 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
4473         * window.el (window-state-put): Allow WINDOW to refer to an
4474         internal window (Bug#16793).
4476 2014-02-19  Glenn Morris  <rgm@gnu.org>
4478         * textmodes/remember.el: Move provide statement to end.
4479         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
4480         (remember-notes): Doc fixes.
4482 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4484         * delsel.el (delete-char): Restore incorrectly erased property
4485         (bug#16795).
4487 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
4489         * frameset.el (frameset--restore-frame): When a frame is being reused
4490         and its root window is not alive, delete all the frame's windows before
4491         restoring the window state.  This works around the issue in bug#16793.
4493 2014-02-18  Glenn Morris  <rgm@gnu.org>
4495         * textmodes/remember.el (remember-data-directory)
4496         (remember-directory-file-name-format, remember-store-in-files)
4497         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
4498         (remember-notes-save-and-bury-buffer)
4499         (remember-notes--kill-buffer-query): Doc fixes.
4501         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
4503 2014-02-17  Alan Mackenzie  <acm@muc.de>
4505         Connect electric-indent-mode up with CC Mode.  Bug #15478.
4506         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
4507         to electric-indent-{,local-}-mode.
4508         (c-basic-common-init): Set electric-indent-inhibit.
4509         Initialise c-electric-flag from electric-indent-mode.
4510         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
4511         New hook functions which propagate electric-indent-mode to CC mode.
4513         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
4514         hit, toggle electric-indent-local-mode.
4516         * electric.el (electric-indent-mode-has-been-called):
4517         New variable.
4519 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
4521         * frameset.el (frameset-cfg-id): New function.
4522         (frameset--reuse-frame, frameset-restore): Use it.
4523         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
4525 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4527         * ido.el (ido-file-internal): Remove unused var `d'.
4528         Use \` for to match BoS.  Fit within 80n columns.
4530 2014-02-17  Daniel Colascione  <dancol@dancol.org>
4532         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
4533         dbus-call-method check for completion using a busy-wait loop with
4534         gradual backoff.
4536 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
4538         Sync with Tramp 2.2.9.
4540         * net/trampver.el: Update release number.
4542 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
4544         * ido.el (ido-file-internal): Don't add the name of an existing
4545         directory twice.  (Bug#16747)
4547 2014-02-16  Glenn Morris  <rgm@gnu.org>
4549         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
4550         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
4552 2014-02-15  Michael R. Mauger  <michael@mauger.com>
4554         * progmodes/sql.el: Version 3.4
4555         (sql-oracle-options): New default value ("-L").
4556         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
4557         (sql-placeholders-filter): Correct placeholder pattern.
4558         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
4559         (sql-login-delay): New variable.
4560         (sql-product-interactive): Use it.
4562 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
4564         * frameset.el (frameset--jump-to-register): Check that buffer is live
4565         (bug#16749).
4567 2014-02-15  Glenn Morris  <rgm@gnu.org>
4569         * info.el (info-initialize): Revert 2014-01-10 change.
4571 2014-02-14  Glenn Morris  <rgm@gnu.org>
4573         * replace.el (map-query-replace-regexp)
4574         (read-regexp-defaults-function, read-regexp): Doc fixes.
4576         * dired.el (dired-read-regexp):
4577         * faces.el (list-faces-display):
4578         * misearch.el (multi-isearch-read-matching-buffers)
4579         (multi-isearch-read-matching-files):
4580         * play/cookie1.el (cookie-apropos):
4581         * progmodes/grep.el (grep-read-regexp): Doc fixes.
4583         * textmodes/remember.el (remember): Use frameset-to-register
4584         rather than frame-configuration-to-register.
4586 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
4588         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
4589         incorrect keybinding.
4591 2014-02-13  Daniel Colascione  <dancol@dancol.org>
4593         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
4594         when adding overlays so that line numbers from compiler match line
4595         numbers we use.
4597 2014-02-13  Glenn Morris  <rgm@gnu.org>
4599         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
4601         * jit-lock.el (jit-lock-mode): Doc fix.
4603 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
4605         * apropos.el (apropos-read-pattern): When the user passes an empty
4606         string, give a more helpful error message than "Wrong type
4607         argument: stringp, nil".
4609 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4611         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
4613 2014-02-13  Glenn Morris  <rgm@gnu.org>
4615         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
4617 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4619         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
4620         shift-select commands.
4622 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
4624         * progmodes/js.el (js-indent-line): Don't widen.
4625         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
4627 2014-02-12  Glenn Morris  <rgm@gnu.org>
4629         * icomplete.el (icomplete): Add info-link to defgroup.
4630         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
4631         (icomplete-minibuffer-map, icomplete-mode)
4632         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
4634         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
4635         (package-menu-filter): Rename from package-menu-filter-interactive.
4636         Doc fix.
4638 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
4640         * frameset.el (frameset--jump-to-register): Select the required
4641         window and buffer before restoring position (bug#16696).
4643 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4645         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
4647 2014-02-10  Glenn Morris  <rgm@gnu.org>
4649         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
4651 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
4653         * w32-common-fns.el (x-get-selection): Doc fix.
4654         * select.el (x-get-selection): Doc fix.  (Bug#15109)
4656         * face-remap.el (face-remap-add-relative)
4657         (face-remap-remove-relative, face-remap-reset-base)
4658         (face-remap-set-base): Call force-mode-line-update to redisplay
4659         the current buffer due to potential change in faces.  (Bug#16709)
4661 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
4663         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
4664         script more robustly.
4666 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4668         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
4670         * simple.el (choose-completion): Doc fix (bug#14160).
4672         * subr.el (event-start): Say what a nil EVENT value means.
4674         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
4675         (bug#14197).
4677         * progmodes/grep.el (find-program): Doc fix (bug#14289).
4679         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
4681         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
4683         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
4684         predicate function (bug#15455).
4686 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
4688         * ielm.el (inferior-emacs-lisp-mode): Instead of
4689         `comment-use-global-state', set `comment-use-syntax'.
4691 2014-02-10  Glenn Morris  <rgm@gnu.org>
4693         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
4695 2014-02-09  Alan Mackenzie  <acm@muc.de>
4697         Fix c-invalidate-state-cache on narrowed buffers.
4698         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
4699         Widen when setting and clearing the CPP delimiter properties.
4701 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4703         * help.el (describe-bindings): Doc fix (bug#9888).
4705         * files.el (save-buffer): Use ARG as the parameter name for
4706         consistency (bug#10346).
4707         (save-buffer): Clarify the 0 argument (bug#10346).
4709         * cus-edit.el (customize-apropos): Fix error string.
4710         (custom-buffer-create): Doc fix (bug#11122).
4711         (custom-sort-items): Doc fix (bug#11121).
4713         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
4715         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
4716         (icomplete-simple-completing-p): Mention the previous variable.
4718         * font-lock.el (font-lock-value-in-major-mode): Clarify the
4719         meaning of the parameter (bug#12282).
4721         * files.el (find-file-noselect): Clarify prompt when changing
4722         readedness (bug#13261).
4723         (locate-file): Suffixes aren't returned, so don't say that they
4724         are (bug#12674).
4725         (backup-inhibited): Doc clarification (bug#12525).
4727         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
4728         before we actually start to delete things (bug#16331).
4730         * subr.el (event-start): Doc fix (bug#14228).
4731         (event-end): Ditto.
4733 2014-02-09  Glenn Morris  <rgm@gnu.org>
4735         * emacs-lisp/warnings.el (lwarn):
4736         Empower help-enable-auto-load.  (Bug#15940)
4738 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
4740         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
4741         (Bug#16690)
4743 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
4745         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4746         Insert output at end of buffer.  (Bug#16120)
4748 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4750         * simple.el (choose-completion-string-functions): Document new
4751         calling convention (bug#14153).
4752         (execute-extended-command): Clarify doc string (bug#13373).
4754         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
4756         * find-dired.el (find-name-dired): Doc fix (bug#14290).
4757         (find-grep-dired): Doc fix (bug#14288).
4759 2014-02-08  Juri Linkov  <juri@jurta.org>
4761         * isearch.el (isearch-quote-char): Check character validity
4762         like in `quoted-insert' (bug#16677).
4764 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4766         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
4768         * isearch.el (isearch-hide-immediately): Doc clarification
4769         (bug#14723).
4771         * simple.el (line-move): Document utility function used many
4772         places in the Emacs sources (bug#14843).
4774         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
4775         (dired-prev-marked-file): Doc fix (bug#14855).
4776         (dired-up-directory): Doc fix (bug#14848).
4778         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
4780         * files.el (file-relative-name): Doc fix (bug#15159).
4782         * fringe.el (fringe-styles): Doc fix (bug#15239).
4784         * isearch.el (isearch-filter-predicate): Documentation typo fix
4785         (bug#15474).
4787         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
4789         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
4791         * replace.el (replace-match-maybe-edit): Doc clarification
4792         (bug#15632).
4794         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
4796         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
4798 2014-02-08  Glenn Morris  <rgm@gnu.org>
4800         * help-fns.el (describe-variable):
4801         Check {file,dir}-local-variables-alist, and buffer-file-name,
4802         in the correct buffer.
4804 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
4806         * help-fns.el (describe-variable): Fix the case where
4807         a value is directory-local with no dir-locals file.  (Bug#16635)
4809 2014-02-08  Glenn Morris  <rgm@gnu.org>
4811         * abbrev.el (edit-abbrevs-mode):
4812         Derive from fundamental-mode.  (Bug#16682)
4814 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
4816         * simple.el (quoted-insert): Check character validity (bug#16677).
4818 2014-02-07  Juri Linkov  <juri@jurta.org>
4820         * desktop.el (desktop-read): Claim the lock when the owner is not
4821         the current process.  (Bug#16157)
4823 2014-02-07  Juri Linkov  <juri@jurta.org>
4825         * desktop.el (desktop-buffers-not-to-save): Change default from nil
4826         to "\\` ".  (Bug#16651)
4828 2014-02-07  Juri Linkov  <juri@jurta.org>
4830         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
4831         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
4832         (desktop-auto-save-cancel-timer): New function with some code from
4833         `desktop-auto-save-set-timer'.
4834         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
4835         Instead of setting `desktop-save-mode' to nil, call
4836         `desktop-save-mode' with arg 0.  (Bug#16630)
4838 2014-02-07  Glenn Morris  <rgm@gnu.org>
4840         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
4841         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4842         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
4844         * obsolete/iswitchb.el: Move to obsolete/.
4845         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
4846         since obsolete/ is not scanned for autoloads.
4847         * emacs-lisp/authors.el (authors-valid-file-names):
4848         Add iswitchb.el.
4850         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
4851         Disable now non-functional find-file-hook.
4853 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
4855         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
4856         instead of ";" in order to avoid additional prompts.  Let heredoc
4857         scripts read from tty.  (Bug#16582)
4858         (tramp-send-command): No special handling of heredocs, it isn't
4859         necessary anymore.
4861 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4863         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
4864         with a space (bug#16664).  Limit the symbols considered to the ones
4865         that are bound or fbound (bug#16646).
4867 2014-02-06  Glenn Morris  <rgm@gnu.org>
4869         * epa.el (epa-mail-aliases): Doc fix.
4871 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
4873         * emacs-lisp/lisp.el (lisp-completion-at-point):
4874         Use `completion-table-merge' instead of `completion-table-in-turn'
4875         (bug#16604).
4877         * minibuffer.el (completion-table-merge): New function.
4879 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
4881         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
4882         (tramp-sh-handle-set-file-acl)
4883         (tramp-sh-handle-start-file-process)
4884         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
4885         (tramp-find-executable, tramp-send-command): Use it.
4887 2014-02-05  Glenn Morris  <rgm@gnu.org>
4889         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
4891 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4893         * progmodes/python.el (python-shell-send-string)
4894         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
4896 2014-02-04  Anders Lindgren  <andlind@gmail.com>
4898         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
4899         the names (bug#16620).
4901 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
4903         * faces.el (window-divider): New default value.  Rewrite doc-string.
4904         (window-divider-first-pixel, window-divider-last-pixel): New faces.
4906 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
4908         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
4909         `protected' and `public' can also be called without arguments.
4911 2014-02-03  Glenn Morris  <rgm@gnu.org>
4913         * register.el (window-configuration-to-register)
4914         (frame-configuration-to-register): Unadvertise unused argument.
4915         * frameset.el (frameset-to-register): Remove unused argument.
4917         * frameset.el (frameset-to-register):
4918         * kmacro.el (kmacro-to-register):
4919         * register.el (increment-register):
4920         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
4921         (calc-append-to-register, calc-prepend-to-register):
4922         * play/gametree.el (gametree-layout-to-register)
4923         (gametree-apply-register-layout):
4924         * textmodes/picture.el (picture-clear-rectangle-to-register)
4925         (picture-yank-rectangle-from-register):
4926         * vc/emerge.el (emerge-combine-versions-register):
4927         Use register-read-with-preview to read registers.
4929 2014-02-03  João Távora  <joaotavora@gmail.com>
4931         * elec-pair.el (electric-pair-backward-delete-char): Don't error
4932         when at beginning of (possibly narrowed) buffer.
4934 2014-02-02  Daniel Colascione  <dancol@dancol.org>
4936         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
4937         Also try to display local help from just before point.
4939 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
4941         c-parse-state.  Don't "append-lower-brace-pair" in certain
4942         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
4943         recognised as a comment.
4945         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
4946         as well as normal comment starter.
4947         (c-parse-state-get-strategy): Extra return possibility
4948         'back-and-forward.
4949         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
4950         return value list to indicate replacement of a brace-pair cons
4951         with its car.
4952         (c-parse-state-1): With 'back-and-forward, only call
4953         c-append-lower-brace-pair-to state-cache when cons-separated.
4955 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
4957         * term/ns-win.el (ns-suspend-error): New function.
4958         (ns-initialize-window-system): Add ns-suspend-error to
4959         suspend-hook (Bug#16612).
4961 2014-02-02  Daniel Colascione  <dancol@dancol.org>
4963         * progmodes/cc-defs.el (c-find-assignment-for-mode):
4964         Make loading cc-mode silent.
4966 2014-02-02  Daniel Colascione  <dancol@dancol.org>
4968         * comint.el (comint-prompt-read-only): Change doc to suggest
4969         remap keybinding.
4971 2014-02-02  Glenn Morris  <rgm@gnu.org>
4973         * register.el (register-read-with-preview, point-to-register)
4974         (window-configuration-to-register, frame-configuration-to-register)
4975         (jump-to-register, number-to-register, view-register, insert-register)
4976         (copy-to-register, append-to-register, prepend-to-register)
4977         (copy-rectangle-to-register): Doc fixes.
4979 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4981         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
4982         * emacs-lisp/find-func.el (find-function-C-source): Idem.
4983         * emacs-lisp/nadvice.el (advice--cd*r): New function.
4984         * help-fns.el (describe-function-1): Use it.
4986 2014-02-02  Glenn Morris  <rgm@gnu.org>
4988         * register.el (register-preview-default): New function,
4989         split from register-preview.
4990         (register-preview-function): Rename from register-preview-functions,
4991         make it not a hook.
4992         (register-preview): Use register-preview-function.
4993         (register-read-with-preview): Error on non-character event.  (Bug#16595)
4995 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
4997         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
4998         `:' before binary operators (bug#16609).  Don't check for `:'
4999         before `[' and `(', or their syntax status.  A percent literal
5000         can't end with either.
5001         (ruby-font-lock-keywords): For built-ins that require arguments,
5002         check that they're followed by something that looks like argument
5003         (bug#16610).
5005 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5007         * subr.el (butlast): Document what an omitted N means (bug#13437).
5008         (nbutlast): Ditto.
5010 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5012         * net/shr.el (shr-generic): Make into a defsubst to make the stack
5013         depth shallower (bug#16587).
5014         (shr-tag-svg): Respect `shr-inhibit-images'.
5015         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
5017 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
5019         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
5020         (ruby-smie-grammar): Make "." right-associative.  Make its priority
5021         lower than the ternary and all binary operators.
5022         (ruby-smie-rules): Indent "(" relative to the first non-"."
5023         parent, or the first "." parent at indentation.
5024         Use `ruby-align-chained-calls' for indentation of "." tokens.
5025         (Bug#16593)
5027 2014-01-31  Juri Linkov  <juri@jurta.org>
5029         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
5030         from `make-hash-table'.
5032         * textmodes/ispell.el (ispell-init-process): Change message format
5033         to be consistent with other messages.
5035 2014-01-31  Glenn Morris  <rgm@gnu.org>
5037         * delsel.el (delete-selection-mode): Doc fix.
5039         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
5040         (trace-function-background): Doc fixes.
5042         * ido.el (ido-use-virtual-buffers): Doc fix.
5043         Reset :version, since the default value has not changed.
5045         * register.el (register-preview-delay, register-read-with-preview):
5046         Doc fixes.
5048         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
5049         do not mess with mail-buffer position (fixes 2009-11-03 change).
5050         * progmodes/cc-mode.el (c-submit-bug-report):
5051         Check auto-fill-mode is bound.  (Bug#16592)
5053 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
5055         * startup.el (fancy-splash-image-file): New function,
5056         split from fancy-splash-head.
5057         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
5058         so that we are both using the same image.  (Bug#16574)
5060 2014-01-30  Glenn Morris  <rgm@gnu.org>
5062         * simple.el (eval-expression): Doc fix.
5064         * hexl.el (hexl-mode-hook):
5065         * ielm.el (ielm-mode-hook):
5066         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
5067         (lisp-interaction-mode-hook):
5068         * progmodes/cfengine.el (cfengine3-documentation-function):
5069         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
5071 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5073         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
5074         is a symbol (bug#16584).
5076 2014-01-30  Glenn Morris  <rgm@gnu.org>
5078         * help.el (help-for-help-internal): Add "P" to text.
5080 2014-01-29  Glenn Morris  <rgm@gnu.org>
5082         * simple.el (just-one-space, cycle-spacing): Doc fixes.
5084 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
5086         * window.el (fit-frame-to-buffer): Fix calculations for margins and
5087         height constraints.
5089 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
5091         * progmodes/hideif.el: Extend to full CPP expression syntax.
5092         (hif-token-alist): Add missing tokens.
5093         (hif-token-regexp): Add support for float/octal/hex immediates.
5094         (hif-string-literal-regexp): New const.
5095         (hif-tokenize): Recognize strings and float/octal/hex immediates.
5096         (hif-exprlist): New function.
5097         (hif-parse-if-exp): Use it.
5098         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
5099         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
5100         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
5101         (hif-logxor, hif-comma): New functions.
5103 2014-01-28  Glenn Morris  <rgm@gnu.org>
5105         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
5107         * indent.el (tab-stop-list): Doc fix.  Add :version.
5109         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
5110         (cvs-append-to-ignore): Add compatibility alias.
5112 2014-01-27  Glenn Morris  <rgm@gnu.org>
5114         * dired.el (dired-hide-details-mode): Don't autoload it,
5115         since it cannot be used outside Dired buffers anyway.
5117         * emulation/cua-base.el (cua-mode): Doc fix.
5119         * dired.el (dired-hide-details-hide-symlink-targets)
5120         (dired-hide-details-hide-information-lines)
5121         (dired-hide-details-mode): Doc fixes.
5123         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
5124         * strokes.el (strokes-file): Doc fix.  Bump :version.
5125         (strokes-help): Doc fix.
5126         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
5127         * emulation/viper.el (viper): Doc fix for custom group.
5128         (top-level): Remove oh-so-no-longer-relevant text about vip.
5129         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
5131         * ido.el (ido-save-directory-list-file):
5132         * saveplace.el (save-place-file):
5133         * calendar/timeclock.el (timeclock-file):
5134         * net/quickurl.el (quickurl-url-file):
5135         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5136         * progmodes/idlwave.el (idlwave-config-directory):
5137         * textmodes/remember.el (remember-data-file):
5138         Bump :version.
5140 2014-01-26  Glenn Morris  <rgm@gnu.org>
5142         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
5143         Doc fix.  Make obsolete.
5144         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
5146         * sort.el (delete-duplicate-lines): Doc fix.
5148 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5150         * progmodes/ada-mode.el (ada):
5151         * woman.el (woman): Link to info manual and Commentary section.
5153         * progmodes/flymake.el (flymake):
5154         * nxml/nxml-mode.el (nxml):
5155         * net/eww.el (eww):
5156         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
5157         * htmlfontify.el (htmlfontify):
5158         * ses.el (ses):
5159         * epa.el (epa):
5160         * ido.el (ido): Link to info manual.
5162 2014-01-25  Leo Liu  <sdl.web@gmail.com>
5164         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
5166 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
5168         * net/shr.el (shr-tag-img): Prefer the title over the alt text
5169         (bug#16537).
5171 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
5173         * net/eww.el (eww-download-callback):
5174         Fix reference to eww-download-directory.
5176         * emacs-lisp/bytecomp.el (byte-compile-file):
5177         Remove unused local variable `file-name'.
5179 2014-01-24  Glenn Morris  <rgm@gnu.org>
5181         * woman.el (woman-default-faces, woman-monochrome-faces):
5182         Fix obsolescence specification.
5184         * subr.el (with-demoted-errors): Doc fix.
5186 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5188         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
5189         (cl--macroexp-fboundp): New function.
5190         (cl--make-type-test): Use it.
5192 2014-01-23  Glenn Morris  <rgm@gnu.org>
5194         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
5195         * simple.el (eval-expression): Doc fixes.
5197 2014-01-22  Glenn Morris  <rgm@gnu.org>
5199         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
5201 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5203         * emacs-lisp/package.el: Write files silently.
5204         (package-autoload-ensure-default-file, package--write-file-no-coding)
5205         (package-generate-description-file, package--download-one-archive)
5206         (package-install-from-archive): Tell `write-region' to stay quiet.
5207         (package-menu-mode, package-menu--print-info): Omit the Archive column
5208         if there's only one archive.
5209         (package-all-keywords, package--has-keyword-p): Remove dead code.
5211 2014-01-22  Glenn Morris  <rgm@gnu.org>
5213         * version.el (emacs-bzr-version-bzr): Fix typo.
5215         * version.el (emacs-repository-get-version):
5216         Check either .bzr or .git, but not both.
5217         Make the git case actually use the DIR argument, and return nil
5218         rather than the empty string.
5219         Avoid error if .git exists but the git executable is not found.
5221 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
5223         Fixes in window size functions around Bug#16430 and Bug#16470.
5224         * window.el (window-total-size, window-size): New argument ROUND.
5225         (window--min-delta-1, window-min-delta, window--max-delta-1):
5226         Be more conservative when calculating the numbers of lines or
5227         columns a window can shrink (Bug#16430).
5228         (fit-window-to-buffer): Simplify code.
5229         * term.el (term-window-width): Call window-body-width again.
5231 2014-01-22  Glenn Morris  <rgm@gnu.org>
5233         * image.el (image-format-suffixes): Doc fix.
5235         * international/quail.el (quail-define-package): Doc fix.
5237         * emacs-lisp/authors.el (authors-valid-file-names)
5238         (authors-renamed-files-alist): Additions.
5240         * vc/vc-git.el (vc-git-print-log): Remove --follow;
5241         reverts 2014-01-09 change.  (Bug#16422)
5243         * calc/calc-embed.el (thing-at-point-looking-at):
5244         * emacs-lisp/map-ynp.el (x-popup-dialog):
5245         * obsolete/lmenu.el (x-popup-dialog):
5246         * emacs-lisp/package.el (url-recreate-url):
5247         * mail/mailclient.el (clipboard-kill-ring-save):
5248         * subr.el (x-popup-dialog): Update declaration.
5249         * mail/rmail.el (rmail-mime-message-p):
5250         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
5252 2014-01-21  Daniel Colascione  <dancol@dancol.org>
5254         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5255         Correctly detect when we're inside an arithmetic expansion form
5256         containing nested parenthesis.
5257         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
5258         to detect cases where we shouldn't expand "<<" to a heredoc
5259         skeleton.
5261 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5263         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
5264         (eldoc--message-command-p): New function.
5265         (eldoc-display-message-p): Use it.
5266         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
5267         message is not automatically erased for us.
5268         (eldoc-print-current-symbol-info): Erase previous message, if any.
5270 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
5272         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
5273         specify it's an interactive function.
5275         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5276         Fix regex used for scanning for citation keys which failed for
5277         citations with optional arguments.
5279 2014-01-21  Leo Liu  <sdl.web@gmail.com>
5281         * simple.el (read--expression): Don't enable eldoc-mode.
5283 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5285         * simple.el (move-beginning-of-line): Make sure we don't move forward
5286         (bug#16497).
5288 2014-01-20  Juri Linkov  <juri@jurta.org>
5290         * saveplace.el (toggle-save-place, save-place-to-alist)
5291         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
5292         'dired-mode) before checking for dired-directory.  (Bug#16477)
5294 2014-01-20  Juri Linkov  <juri@jurta.org>
5296         * indent.el (indent-line-to): Use backward-to-indentation
5297         instead of back-to-indentation.  (Bug#16461)
5299 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5301         Revert some of the CANNOT_DUMP fix (Bug#16494).
5302         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
5303         but fixing this can wait until after the next release.
5304         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
5306 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
5308         * eshell/esh-mode.el (eshell-password-prompt-regexp):
5309         Use `password-word-equivalents'.
5310         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
5311         to t.  (Bug#5664, Bug#13124)
5313 2014-01-19  Alan Mackenzie  <acm@muc.de>
5315         Bind open-paren-in-column-0-is-defun-start to nil at some entry
5316         points.
5317         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
5318         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
5319         * progmodes/cc-mode.el (c-before-change, c-after-change)
5320         (c-font-lock-fontify-region): Bind it here.
5322 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
5324         * term.el (term-window-width): Call window-text-width instead of
5325         window-width (Bug#16470).
5327 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
5329         * simple.el (password-word-equivalents): Remove duplicates.
5330         Sort, to make this easier next time.
5331         Downcase.  Omit ": " after "jelszó".
5333 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
5335         * term/common-win.el (saved-region-selection): Defvar it.
5336         (x-select-text): Set saved-region-selection (Bug#16382).
5338 2014-01-18  Glenn Morris  <rgm@gnu.org>
5340         * emacs-lisp/authors.el (authors-aliases)
5341         (authors-renamed-files-alist): Add some entries.
5343 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
5345         * net/tramp.el (tramp-password-prompt-regexp):
5346         Use `password-word-equivalents' if available.
5347         (tramp-action-password, tramp-process-one-action)
5348         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
5350 2014-01-17  Chong Yidong  <cyd@gnu.org>
5352         * simple.el (password-word-equivalents): New defcustom.
5353         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
5354         to 24.4.
5355         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
5356         to t.  (Bug#13124)
5358 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
5360         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
5361         (ruby-align-to-stmt-keywords): Change the default value.
5362         Use `ruby-alignable-keywords' to generate the possible customization
5363         choices.
5364         (ruby-smie-rules): Instead of using a hardcoded list of alignable
5365         keywords, check against the value of `ruby-alignable-keywords'
5366         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
5368 2014-01-17  Glenn Morris  <rgm@gnu.org>
5370         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
5372         Make M-x authors return zero *Authors Errors* from current logs.
5373         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
5374         (authors-ignored-files): Add some entries, remove others.
5375         (authors-ambiguous-files, authors-valid-file-names):
5376         Add some entries.
5377         (authors-renamed-files-alist): Add, remove, and adjust entries.
5378         (authors-renamed-files-regexps): Add some entries.
5379         Remove some very broad ones.  Make some entries `lax'.
5380         (authors-lax-changelogs): New constant.
5381         (authors-disambiguate-file-name): Treat top-level specially.
5382         (authors-lax-changelog-p): New function.
5383         (authors-canonical-file-name): Check file as written against
5384         authors-valid-file-names.  Do not special-case etc/.
5385         Handle `lax' logs and authors-renamed-files-regexps elements.
5387 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
5389         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
5390         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
5391         callers.
5393 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5395         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
5396         Assume we're already in the proper buffer.
5397         Inspired by Anders Lindgren <andlind@gmail.com>.
5398         (follow-post-command-hook): Call it from the right buffer.
5399         (follow-comint-scroll-to-bottom): Adjust call.
5400         (follow-all-followers): Use get-buffer-window-list.
5402 2014-01-15  Daniel Colascione  <dancol@dancol.org>
5404         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
5405         `buffer-file-name' in interactive-form so that we don't leave
5406         pathless file names in `file-name-history'.
5408 2014-01-15  Juri Linkov  <juri@jurta.org>
5410         * indent.el (indent-rigidly): Set deactivate-mark to nil
5411         in transient indentation mode.  (Bug#16438)
5413 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
5415         * emacs-lisp/package.el (package-desc-keywords): New function
5416         (Bug#16222).
5417         (describe-package-1, package-all-keywords)
5418         (package--has-keyword-p): Use it.
5420 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5422         * simple.el (define-alternatives): When creating the
5423         COMMAND-alternatives variable, assign COMMAND as its definition
5424         name so that `describe-variable' can relocate it.
5426 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
5428         * font-lock.el (font-lock-keywords): Fix typo in docstring
5429         (bug#16307).
5431 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5433         * ispell.el (ispell-region): Reset `in-comment' for new line
5434         instead of wrongly reset `add-coment' (bug#13577).
5436 2014-01-14  Daiki Ueno  <ueno@gnu.org>
5438         * epa-file.el (epa-file-write-region): Encode the region according
5439         to `buffer-file-format'.  Problem reported at:
5440         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
5442 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5444         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
5445         so it applies in the right buffer (bug#16410).
5447 2014-01-13  Daniel Colascione  <dancol@dancol.org>
5449         * textmodes/rst.el (rst-define-key): Provide deprecated
5450         keybindings through named functions instead of anonymous ones so
5451         that "??" doesn't appear in describe-mode output.
5453 2014-01-13  Bastien Guerry  <bzg@gnu.org>
5455         * simple.el (define-alternatives): Call the selected command
5456         interactively.  When setting `COMMAND--implementation' for the
5457         first time, tell the user how to chose another implementation.
5458         Enhance the docstring.
5460 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5462         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
5463         (log-edit--match-first-line): New function.
5464         (log-edit-font-lock-keywords): Use it.
5465         (log-edit-mode): Make jit-lock-defer-multiline work.
5467 2014-01-13  Bastien Guerry  <bzg@gnu.org>
5469         * rect.el (rectangle-mark-mode): When the region is not active,
5470         display a message saying that the mark as been set and that
5471         rectangle mode is in use.
5472         (rectangle--highlight-for-redisplay): Only put an overlay with a
5473         visible vertical bar when (display-graphic-p) is non-nil.
5474         This partially fixes Bug#16403.
5476 2014-01-13  Juri Linkov  <juri@jurta.org>
5478         * info.el (Info-find-file): Go to DIR before displaying the error
5479         about a nonexistent file if no previous Info file is visited.
5480         Use `user-error' instead of `error' for "Info file %s does not exist".
5481         (Info-find-node-2): In case of a nonexistent node in unwind forms
5482         go to the Top node if there is no previous node to revert to.
5483         (Bug#16405)
5485 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
5487         fit-frame/window-to-buffer code fixes including one for Bug#14096.
5488         * window.el (fit-frame-to-buffer): Fix doc-string.
5489         Respect window-min-height/-width.  Fit pixelwise when
5490         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
5491         when avoiding that frame goes partially off-screen.
5492         (fit-window-to-buffer): Respect window-min-height/-width
5493         (Bug#14096).
5495 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5497         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
5498         after an empty line.
5500 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5502         * net/shr.el (shr-render-region): Autoload.
5504 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
5506         * net/eww.el (eww-download-directory): Rename from
5507         `eww-download-path' (Bug#16419).
5509 2014-01-12  Leo Liu  <sdl.web@gmail.com>
5511         * dired-x.el (dired-mode-map): Fix last change.
5513         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
5515 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
5517         Spelling fixes.
5518         * emacs-lisp/generic.el (generic--normalize-comments):
5519         Rename from generic--normalise-comments.  All uses changed.
5520         * play/bubbles.el (bubbles--neighborhood-score)
5521         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
5522         (bubbles--neighborhood-available)
5523         (bubbles--update-neighborhood-score):
5524         Rename from names with 'neighbourhood'.  All uses changed.
5526 2014-01-12  Leo Liu  <sdl.web@gmail.com>
5528         Re-implement the feature of showing eldoc info after editing.
5529         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
5530         (eldoc-edit-message-commands): New function.
5531         (eldoc-print-after-edit): New variable.
5532         (eldoc-pre-command-refresh-echo-area): Emit message only by
5533         eldoc-message-commands.
5534         (eldoc-mode): Restrict eldoc-message-commands to editing commands
5535         if eldoc-print-after-edit is set.  (Bug#16346)
5536         * simple.el (read--expression): Enable eldoc-mode.
5537         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
5539 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
5540             Eric S. Raymond  <esr@thyrsus.com>
5542         * version.el (emacs-repository-get-version): Enhance so the
5543         function works correctly in either a Bazaar or Git repo.
5545 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
5547         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
5548         Goes with removal of the joke manpages from /etc.
5550 2014-01-10  Kenichi Handa  <handa@gnu.org>
5552         * mail/rmail.el (rmail-get-coding-system):
5553         Check rmail-get-coding-function before "funcall"ing it.
5555 2014-01-10  Glenn Morris  <rgm@gnu.org>
5557         * emacs-lisp/authors.el (authors-fixed-entries):
5558         Update for files that no longer exist.
5560 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
5562         * version.el (emacs-bzr-get-version): Restore compatibilty with
5563         24.3 (Tested).
5565 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
5567         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
5568         and Podfile.
5570 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
5572         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
5574 2014-01-10  Chong Yidong  <cyd@gnu.org>
5576         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
5578 2014-01-10  Anders Lindgren  <andlind@gmail.com>
5580         * follow.el (follow-cache-command-list): Include right-char and
5581         left-char.
5583 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5585         Spelling fixes.
5586         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
5587         * woman.el (woman-mark-horizontal-position):
5588         Rename from woman-mark-horizonal-position.  Use changed.
5590 2014-01-10  Glenn Morris  <rgm@gnu.org>
5592         * info.el (info-initialize): If running uninstalled, ensure our
5593         own info files are always found first, even if INFOPATH is set.
5595         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
5597 2014-01-09  David Engster  <deng@randomsample.de>
5599         * emacs-lisp/eieio-custom.el:
5600         * emacs-lisp/eieio-opt.el: Set generated autoload file to
5601         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
5602         * emacs-lisp/eieio.el: Regenerate autoloads.
5604 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
5606         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
5607         following renames.  (Bug#8756)
5609 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5611         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
5612         (bug#16382).
5613         (activate-mark): Add `no-tmm' argument.
5614         (set-mark, push-mark-command): Use it instead of running
5615         activate-mark-hook by hand.
5617 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
5619         In preparation for the move to git, sanitize out some
5620         Bazaar-specific names.
5622         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
5624         * version.el (emacs-bzr-version): Name changed to
5625         emacs-repository-version.  Obsolete-variable alias made.
5626         * loadup.el: Follow through on this name change.
5627         * mail/emacsbug.el (report-emacs-bug): Factor out any
5628         assumption about the version control system in use.
5630 2014-01-08  David Engster  <deng@randomsample.de>
5632         * help-fns.el (help-fns-describe-function-functions):
5633         New variable to call functions for augmenting help buffers.
5634         (describe-function-1): Remove explicit calls to
5635         `help-fns--compiler-macro', `help-fns--parent-mode' and
5636         `help-fns--obsolete'.  Put them in above new variable instead, and
5637         call them through `run-hook-with-args'.
5638         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
5639         `eieio-describe-class'.  Not meant for interactive use anymore,
5640         but to augment existing help buffers.  Remove optional second
5641         argument.  Create proper button for file location.
5642         Rewrite function to use `insert' instead of `princ' and `prin1' where
5643         possible.
5644         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
5645         (eieio-method-def, eieio-class-def): Move further up.
5646         (describe-method, describe-generic, eieio-describe-method):
5647         Remove aliases.
5648         (eieio-help-constructor, eieio-help-generic): Rename from
5649         `eieio-describe-constructor' and `eieio-describe-generic', resp.
5650         Rewrite to use `insert' in the current buffer and use proper help
5651         buttons.
5652         (eieio-help-find-method-definition)
5653         (eieio-help-find-class-definition): Also accept symbols as
5654         arguments.
5655         (eieio-help-mode-augmentation-maybee): Remove.
5656         (eieio-describe-class-sb): Use `describe-function'.
5657         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
5658         Add `eieio-help-generic' and `eieio-help-constructor'.
5660 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
5662         Spelling fixes.
5663         * language/china-util.el (hz-ascii-designation):
5664         Rename from hz-ascii-designnation.
5665         (hz-ascii-designation): Rename from hz-ascii-designnation.
5666         All uses changed.
5668 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5670         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
5671         package-alist.
5673 2014-01-08  Bastien Guerry  <bzg@gnu.org>
5675         * emacs-lisp/package.el (package-delete):
5676         Correctly delete the package from package-alist.
5678 2014-01-08  Daiki Ueno  <ueno@gnu.org>
5680         * emacs-lisp/package.el (url-recreate-url): Declare.
5681         (url-http-target-url): Declare.
5682         (package-handle-response): Include requested URL in the error message.
5683         (package--check-signature): Don't re-signal errors from
5684         package--with-work-buffer.  Suggested by Stefan Monnier.
5686 2014-01-07  Bastien Guerry  <bzg@gnu.org>
5688         * minibuffer.el (completion--try-word-completion): When both a
5689         hyphen and a space are possible candidates for the character
5690         following a word, display both candidates.  (Bug#15980)
5692 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
5694         * window.el (balance-windows-2): While rounding don't give a
5695         window more than the remainder.  Bug#16351, bug#16383.
5697 2014-01-07  Glenn Morris  <rgm@gnu.org>
5699         * menu-bar.el (menu-bar-help-extra-packages): Remove.
5700         (menu-bar-help-menu): Use view-external-packages instead.
5702 2014-01-07  Bastien Guerry  <bzg@gnu.org>
5704         * emacs-lisp/package.el (package-delete): Also delete the package
5705         name from `package-alist', not its description only.
5707 2014-01-07  Glenn Morris  <rgm@gnu.org>
5709         * help.el (view-external-packages):
5710         * menu-bar.el (menu-bar-help-extra-packages):
5711         Visit efaq.info rather than etc/MORE.STUFF.
5713 2014-01-07  Juri Linkov  <juri@jurta.org>
5715         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
5716         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
5718         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
5719         that shadows RET.  (Bug#16342)
5721 2014-01-07  Chong Yidong  <cyd@gnu.org>
5723         * isearch.el (isearch-yank-char, isearch-yank-word)
5724         (isearch-yank-line): Doc fix.
5726 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5728         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
5729         * emacs-lisp/elint.el (elint-find-builtins):
5730         * emacs-lisp/eldoc.el (eldoc-symbol-function):
5731         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
5732         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
5733         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5734         * apropos.el (apropos-safe-documentation):
5735         * subr.el (symbol-file): Remove redundant fboundp.
5736         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
5738 2014-01-06  Bastien Guerry  <bzg@gnu.org>
5740         * hl-line.el (global-hl-line-overlay): Make a local variable.
5741         (global-hl-line-overlays): New variable to store all overlays.
5742         (global-hl-line-mode): Don't delete overlays from the current
5743         buffer when `global-hl-line-sticky-flag' is non-nil.
5744         (global-hl-line-highlight): Add new overlays to
5745         `global-hl-line-overlays'.
5746         (global-hl-line-unhighlight-all): New function to delete all
5747         overlays when turning off `global-hl-line-mode'.
5748         This fixes Bug#16183.
5750 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5752         * subr.el (set-transient-map): Fix nested case and docstring.
5754 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
5756         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
5757         `Texinfo' entry.
5759 2014-01-06  Daniel Colascione  <dancol@dancol.org>
5761         Fix defun navigation in vc log view.
5763         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
5764         like `beginning-of-defun'.
5765         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
5766         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
5767         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
5768         (log-view-extract-comment): Call `log-view-current-entry' directly
5769         instead of relying on broken `log-view-beginning-of-defun' behavior.
5771 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
5773         Spelling fixes.
5774         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
5775         * emacs-lisp/debug.el (cancel-debug-on-entry):
5776         * epg.el (epg-error-to-string):
5777         * files.el (recover-file):
5778         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5779         * mail/emacsbug.el (report-emacs-bug-hook):
5780         * mail/sendmail.el (mail-recover):
5781         * ses.el (ses-yank-resize):
5782         * term/ns-win.el (ns-print-buffer):
5783         Spelling fixes in diagnostics, mostly for "canceled" with one L.
5784         * epg.el (epg-key-capability-alist): Rename from misspelled version.
5785         All uses changed.
5786         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
5788 2014-01-06  Leo Liu  <sdl.web@gmail.com>
5790         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
5791         to avoid shadowing global key.  (Bug#16354)
5793 2014-01-06  Daniel Colascione  <dancol@dancol.org>
5795         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
5796         rst-mode.
5798 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
5800         * window.el (balance-windows): Add mising t to fix Bug#16351.
5802 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
5805         (bug#16285).
5806         (shr-insert): If we have a word that's longer than `shr-width',
5807         break after it anyway.  Otherwise we'll do no breaking once we get
5808         such a long word.
5810 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
5812         * net/eww.el (eww): Support single/double quote for search.
5813         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
5814         (eww-history-quit): Delete and use quit-window.
5815         (eww-history-kill): Delete, because it doesn't work well and
5816         not necessary.
5817         (eww-history-mode-map): Delete some keys and add easy-menu.
5819 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
5821         Fix misspelling of 'chinese' in rx (Bug#16237).
5822         * emacs-lisp/rx.el (rx-categories): Correct spelling of
5823         chinese-two-byte.
5825         Change subword regexps back to vars (Bug#16296).
5826         * progmodes/subword.el (subword-forward-regexp)
5827         (subword-backward-regexp): Change these back to variables.
5829 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5831         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
5832         syntax-begin-function (bug#16247).
5834 2014-01-03  Chong Yidong  <cyd@gnu.org>
5836         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
5837         (advice--docstring): Delete variable.
5838         (advice--make-1): Leave the docstring empty.
5839         (advice-add): Use function-documentation for advised docstring.
5841         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
5842         Ignore function-documentation property when getting documentation.
5843         (ad-activate-advised-definition): Use function-documentation
5844         generate the docstring.
5845         (ad-make-advised-definition): Don't call
5846         ad-make-advised-definition-docstring.
5847         (ad-make-advised-definition-docstring, ad-advised-definition-p):
5848         Delete functions.
5850         * progmodes/sql.el (sql-help): Use function-documentation instead
5851         of dynamic-docstring-function property.  No need to autoload now.
5852         (sql--help-docstring): New variable.
5853         (sql--make-help-docstring): Use it.
5855 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5857         * ielm.el (ielm-tab): Retarget.
5858         (ielm-map): Use ielm-tab for tab.
5859         (ielm-complete-filename): Use comint-filename-completion.
5860         (ielm-complete-symbol): Remove.
5861         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
5862         remove ielm-tab from completion-at-point-functions (bug#16224).
5864         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
5865         Beware signals raised by predicates (bug#16201).
5867 2014-01-02  Richard Stallman  <rms@gnu.org>
5869         * dired-aux.el (dired-do-print): Handle printer-name.
5871         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
5872         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
5873         (rmail-epa-decrypt): Turn off mime processing.
5875         * mail/rmail.el (rmail-make-in-reply-to-field):
5876         Add parens in message-id.
5878         * mail/rmail.el (rmail-get-coding-function): Variable.
5879         (rmail-get-coding-system): Use it.
5881 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
5883         * international/mule-conf.el: Unify the charset indian-is13194.
5884         (indian-is13194): Specify unify-map.
5886 2013-12-31  Leo Liu  <sdl.web@gmail.com>
5888         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
5890 2013-12-30  Daniel Colascione  <dancol@dancol.org>
5892         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
5893         of printing a useless when we resume from sleep.
5895         * progmodes/sh-script.el
5896         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
5897         in indentation code.  (Bug#16233)
5899 2013-12-28  João Távora  <joaotavora@gmail.com>
5901         * elec-pair.el (electric-pair-post-self-insert-function):
5902         Don't open extra newlines at beginning of buffer.  (Bug#16272)
5904 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
5906         * frame.el (window-system-for-display): Don't allow to create a
5907         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
5909 2013-12-28  Glenn Morris  <rgm@gnu.org>
5911         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
5912         Update callers.
5914         * apropos.el (apropos-match-face):
5915         * calculator.el (calculator-displayer):
5916         * dabbrev.el (dabbrev-search-these-buffers-only):
5917         * face-remap.el (buffer-face-mode-face):
5918         * simple.el (yank-handled-properties):
5919         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5920         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
5921         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
5922         (hashcash-double-spend-database):
5923         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
5924         (ruby-deep-indent-paren-style):
5925         * textmodes/flyspell.el (flyspell-auto-correct-binding):
5926         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
5927         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
5928         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
5929         Specify custom types.
5931         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
5932         * bookmark.el (bookmark-bmenu-use-header-line):
5933         * doc-view.el (doc-view-scale-internally):
5934         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
5935         * register.el (register-preview-delay):
5936         * net/shr.el (shr-bullet):
5937         * progmodes/cfengine.el (cfengine-cf-promises)
5938         (cfengine-parameters-indent):
5939         * progmodes/octave.el (inferior-octave-error-regexp-alist):
5940         * textmodes/reftex-vars.el (reftex-label-regexps):
5941         * vc/log-edit.el (log-edit-setup-add-author): Add version.
5943         * net/tls.el (tls-certtool-program): Fix default value.
5945         * desktop.el (desktop-restore-in-current-display):
5946         * newcomment.el (comment-empty-lines):
5947         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
5948         (idlwave-pad-keyword):
5949         * progmodes/tcl.el (tcl-tab-always-indent):
5950         * textmodes/reftex-vars.el (reftex-index-default-tag):
5951         * elec-pair.el (electric-pair-skip-whitespace):
5952         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
5954         * emacs-lisp/authors.el (authors-ignored-files)
5955         (authors-valid-file-names, authors-renamed-files-alist): Additions.
5957 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
5959         * shell.el (shell-dynamic-complete-command): Doc fix.
5960         (shell--command-completion-data): Shell completion now matches
5961         executable filenames from the current buffer's directory, on
5962         systems in which this behavior is the default (windows-nt, ms-dos).
5964 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
5966         * net/shr.el (shr-insert): Don't infloop if the width is zero.
5968 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5970         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
5971         (bug#16251).
5973         * electric.el: Move all electric-pair-* to elec-pair.el.
5974         * elec-pair.el: New file, split from electric.el.
5976 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
5978         * net/shr.el (shr-find-fill-point): Don't try to fill if the
5979         indentation level is larger than the width, because that will
5980         infloop.
5981         (shr-insert): Fill repeatedly long texts, so that Japanese is
5982         formatted correctly (bug#16263).
5983         (shr-find-fill-point): Off by one error in comparison with the
5984         indentation.
5986 2013-12-26  João Távora  <joaotavora@gmail.com>
5988         * electric.el (electric-pair-mode): More flexible engine for skip-
5989         and inhibit predicates, new options for pairing-related functionality.
5990         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
5991         if that keeps or improves their balance in buffers.
5992         (electric-pair-delete-adjacent-pairs): Delete the pair when
5993         backspacing over adjacent matched delimiters.
5994         (electric-pair-open-extra-newline): Open extra newline when
5995         inserting newlines between adjacent matched delimiters.
5996         (electric--sort-post-self-insertion-hook):
5997         Sort post-self-insert-hook according to priority values when
5998         minor-modes are activated.
5999         * simple.el (newline-and-indent): Call newline with interactive
6000         set to t.
6001         (blink-paren-post-self-insert-function): Set priority to 100.
6002         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6003         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
6004         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
6005         electric-pair-open-newline-between-pairs to nil.
6007 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6009         * progmodes/python.el: Use lexical-binding.
6010         (python-nav-beginning-of-defun): Stop searching ASAP.
6012 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
6014         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
6015         Fix interactive spec.  Doc fix.  (Bug#15754)
6017 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6019         * emacs-lisp/byte-run.el (eval-when-compile):
6020         * progmodes/cc-defs.el (cc-eval-when-compile):
6021         Fix edebug spec (bug#16184).
6023 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6025         * net/shr.el (shr-visit-file): Remove debugging function.
6026         (shr-insert): Don't infloop if we can't find a good place to break
6027         the line (bug#16256).
6029 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6031         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
6032         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
6033         python-nav-lisp-forward-sexp-safe.
6034         (python-nav--forward-sexp): New argument SAFE allows switching
6035         forward sexp movement behavior for parens.
6036         (python-nav-forward-sexp): Throw errors on unterminated parens
6037         (Bug#16191).
6038         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
6039         (python-nav-backward-sexp-safe): New functions.
6040         (python-shell-buffer-substring):
6041         Use `python-nav-forward-sexp-safe'.
6043 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6045         * net/shr.el (shr-find-fill-point): Don't break lines before a
6046         quotation mark.
6047         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
6048         (shr-find-fill-point): Remove the special checks for the quotation
6049         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
6051 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6053         * net/eww.el (eww-form-textarea): Use a different face for
6054         textareas than text input since they have different keymaps
6055         (bug#16142).
6057 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6059         * progmodes/python.el (python-nav-beginning-of-statement):
6060         Speed up (Bug#15295).
6062 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6064         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
6065         the window configuration.
6067 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
6069         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
6070         we run on MS-Windows or MS-DOS.
6072 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
6074         * window.el (balance-windows-area): Call window-size instead of
6075         window-height and window-width.  Bug#16241.
6077 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6079         * net/eww.el (eww-bookmark-quit): Remove.
6080         (eww-bookmark-browse): Restore the window configuration when you
6081         choose a bookmark (bug#16144).
6083 2013-12-24  Daniel Colascione  <dancol@dancol.org>
6085         * icomplete.el: Remove redundant :group arguments to `defcustom'
6086         throughout.
6087         (icomplete-show-matches-on-no-input): New customizable variable.
6088         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
6089         we have something to show.
6090         (icomplete-exhibit): Compute completions even if we have no user input.
6092 2013-12-23  Daniel Colascione  <dancol@dancol.org>
6094         * icomplete.el: Move `provide' to end of file.
6096 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6098         * net/gnutls.el (gnutls-verify-error): Add version tag.
6100 2013-12-23  Chong Yidong  <cyd@gnu.org>
6102         * subr.el (set-transient-map): Rename from
6103         set-temporary-overlay-map.  Doc fix.
6105         * face-remap.el (text-scale-adjust):
6106         * indent.el (indent-rigidly):
6107         * kmacro.el (kmacro-call-macro):
6108         * minibuffer.el (minibuffer-force-complete):
6109         * repeat.el (repeat):
6110         * simple.el (universal-argument--mode):
6111         * calendar/todo-mode.el (todo-insert-item--next-param):
6112         * progmodes/f90.el (f90-abbrev-start): Callers changed.
6114         * indent.el (indent-rigidly): Use substitute-command-keys.
6116 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6118         * net/eww.el (eww-tag-select): Add text-property to jump to next
6119         select field.
6120         (eww): Add non-supported ftp error.
6122 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6124         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
6125         comments.  Handle electric indent after typing `?' and `!'.
6127 2013-12-22  Chong Yidong  <cyd@gnu.org>
6129         * faces.el (face-spec-recalc): If the theme specs are not
6130         applicable to a frame, fall back on the defface spec.
6131         This prevents themes from obliterating faces on low-color terminals.
6133 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6135         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6136         after `{'.  We need it after block openers, and it doesn't seem
6137         to hurt after hash openers.
6139 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6141         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
6142         extracted from `ruby-smie-rules'.
6143         (ruby--electric-indent-chars): New variable.
6144         (ruby--electric-indent-p): New function.
6145         (ruby-mode): Use `electric-indent-functions' instead of
6146         `electric-indent-chars'.
6148 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6150         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
6151         docstring.
6152         (ruby-smie-rules): Indent plus one level after `=>'.
6154 2013-12-21  Richard Stallman  <rms@gnu.org>
6156         * simple.el (newline): Doc fix.
6158 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6160         * net/eww.el (eww-list-histories, eww-list-histories)
6161         (eww-history-browse, eww-history-quit, eww-history-kill)
6162         (eww-history-mode-map, eww-history-mode): New command and
6163         functions to list browser histories.
6164         (eww-form-text): Support text form with disabled
6165         and readonly attributes.
6166         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
6168 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6170         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
6171         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
6172         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
6173         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
6174         Use `user-error'.
6175         (eww-bookmark-mode-map): Add menu.
6176         (eww-render, eww-mode): Use `setq-local'.
6177         (eww-tool-bar-map): New variable.
6178         (eww-mode): Set `tool-bar-map'.
6179         (eww-view-source): Check for `html-mode' with `fboundp'.
6181 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6183         * net/shr.el (shr--extract-best-source): Don't bug out on audio
6184         elements with text inside.  Also remove debugging.
6186 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
6188         * cus-start.el (all): Add ns-use-srgb-colorspace.
6190 2013-12-21  Chong Yidong  <cyd@gnu.org>
6192         * custom.el (custom-theme-recalc-face): Do nothing if the face is
6193         undefined.  Thus, theme settings for undefined faces do not take
6194         effect until the faces are defined with defface, the same as with
6195         theme variables.
6197         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
6198         (face-spec-reset-face): Don't assign extra properties in temacs.
6199         (face-spec-recalc): Apply X resources too.
6201 2013-12-21  Chong Yidong  <cyd@gnu.org>
6203         * faces.el (face-spec-set):
6204         * cus-face.el (custom-theme-set-faces, custom-set-faces):
6205         * custom.el (defface): Doc fixes (Bug#16203).
6207         * indent.el (indent-rigidly-map): Add docstring, and move commands
6208         into named functions.
6209         (indent-rigidly-left, indent-rigidly-right)
6210         (indent-rigidly-left-to-tab-stop)
6211         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
6212         indentation direction based on bidi direction, and accumulate
6213         sequential commands in a single undo boundary.
6214         (indent-rigidly--pop-undo): New utility function.
6216 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
6218         * faces.el (read-face-name): Require crm.el when using crm-separator.
6220 2013-12-20  Daniel Colascione  <dancol@dancol.org>
6222         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
6223         so that we don't reflow comments into the shebang line.
6225 2013-12-20  Juri Linkov  <juri@jurta.org>
6227         * saveplace.el (save-place-to-alist): Add `dired-filename' as
6228         a position when `dired-directory' is non-nil.  Check integer
6229         positions with `integerp'.
6230         (toggle-save-place, save-places-to-alist): Add check for
6231         `dired-directory'.
6232         (save-place-find-file-hook): Check integer positions with
6233         `integerp'.
6234         (save-place-dired-hook): Use `dired-goto-file' when
6235         `dired-filename' is found in the assoc list.  Check integer
6236         positions with `integerp'.
6237         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
6239         * dired.el (dired-initial-position-hook): Rename back from
6240         `dired-initial-point-hook'.
6241         (dired-initial-position): Rename `dired-initial-point-hook' to
6242         `dired-initial-position-hook'.
6243         (dired-file-name-at-point): Doc fix.  (Bug#15329)
6245 2013-12-20  Juri Linkov  <juri@jurta.org>
6247         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
6248         (read-regexp-suggestions): New function.
6249         (read-regexp): Use `read-regexp-defaults-function' to get default values.
6250         Use `read-regexp-suggestions'.  Add non-empty default to history
6251         for empty input.
6252         (occur-read-regexp-defaults-function): Remove function.
6253         (occur-read-primary-args): Use `regexp-history-last' instead of
6254         `occur-read-regexp-defaults-function'.
6256         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
6257         (hi-lock-line-face-buffer, hi-lock-face-buffer)
6258         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
6259         `hi-lock-read-regexp-defaults-function'.  Doc fix.
6260         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
6261         with `find-tag-default-as-symbol-regexp'.  Doc fix.
6262         (hi-lock-read-regexp-defaults): Remove function.
6263         (hi-lock-regexp-okay): Add check for null.
6265         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
6266         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
6268         * subr.el (find-tag-default-as-symbol-regexp): New function.
6269         (find-tag-default-as-regexp): Move symbol regexp formatting to
6270         `find-tag-default-as-symbol-regexp'.
6272 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
6274         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
6275         (Bug#14179)
6277 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
6279         * calendar/todo-mode.el: New implementation of item insertion
6280         commands and key bindings.
6281         (todo-key-prompt): New face.
6282         (todo-insert-item): New command.
6283         (todo-insert-item--parameters): New defconst, replacing defvar
6284         todo-insertion-commands-args-genlist.
6285         (todo-insert-item--param-key-alist): New defconst, replacing
6286         defvar todo-insertion-commands-arg-key-list.
6287         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
6288         (todo-insert-item--argsleft, todo-insert-item--apply-args)
6289         (todo-insert-item--next-param): New functions.
6290         (todo-insert-item--args, todo-insert-item--argleft)
6291         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
6292         New variables.
6293         (todo-key-bindings-t): Change binding of "i" from
6294         todo-insertion-map to todo-insert-item.
6295         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
6296         (todo-insertion-command-name, todo-insertion-commands-names)
6297         (todo-define-insertion-command, todo-insertion-commands)
6298         (todo-insertion-key-bindings, todo-insertion-map): Remove.
6300 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
6302         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
6303         (todo-toggle-item-highlighting): Use eval-and-compile instead of
6304         eval-when-compile.
6305         (todo-move-category): Allow choosing a non-existing todo file to
6306         move the category to, and create that file.
6307         (todo-default-priority): New user option.
6308         (todo-set-item-priority): Use it.
6309         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
6310         (desktop-restore-file-buffer): Declare.
6311         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
6312         (todo-modes-set-2): Locally set desktop-save-buffer to
6313         todo-desktop-save-buffer.
6314         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
6315         (auto-mode-alist): Add autoload cookie.
6317 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
6319         * emacs-lisp/subr-x.el: Renamed from helpers.el.
6320         helpers.el was a poor choice of name.
6321         (string-remove-prefix): New function.
6322         (string-remove-suffix): New function.
6324 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
6326         Fix assignment for new window total sizes.
6327         * window.el (window--pixel-to-size): Remove function.
6328         (window--pixel-to-total-1, window--pixel-to-total):
6329         Fix calculation of new total sizes.
6331 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
6333         * comint.el (comint-output-filter): Fix rear-nonsticky property
6334         placement (Bug#16010).
6336 2013-12-20  Chong Yidong  <cyd@gnu.org>
6338         * faces.el (read-color): Minor fix for completion function.
6340 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
6342         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
6343         New option.  (Bug#16182)
6344         (ruby-smie--indent-to-stmt-p): Use it.
6345         (ruby-smie-rules): Revert the logic in the handling of `when'.
6346         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
6347         (ruby-deep-arglist, ruby-deep-indent-paren)
6348         (ruby-deep-indent-paren-style): Update docstrings to note that the
6349         vars don't have any effect with SMIE.
6351 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
6353         * calc/calc.el (calc-enter, calc-pop): Use the variable
6354         `calc-context-sensitive-enter'.
6356 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6358         * net/shr.el (shr-insert): Protect against infloops in degenerate
6359         tables.
6361 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6363         * progmodes/octave.el (octave): Add link to manual and octave
6364         homepage.
6365         (octave-mode-menu): Link to octave-mode manual.
6367 2013-12-20  Leo Liu  <sdl.web@gmail.com>
6369         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
6370         insertion using skeleton-end-newline.  (Bug#16138)
6372 2013-12-20  Juri Linkov  <juri@jurta.org>
6374         * replace.el (occur-engine): Use `add-face-text-property'
6375         to add the face property to matches and titles.  (Bug#14645)
6377         * hi-lock.el (hi-green): Use lighter color "light green" closer to
6378         the palette of other hi-lock colors.
6379         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
6381 2013-12-19  Juri Linkov  <juri@jurta.org>
6383         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
6384         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
6385         (minibuffer-history-symbol): Move variable declaration closer to
6386         its usage.
6388         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
6389         (Bug#14785)
6391 2013-12-19  Juri Linkov  <juri@jurta.org>
6393         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
6394         New function.
6395         (log-edit-hook): Add it to :options.  (Bug#16170)
6397 2013-12-19  Juri Linkov  <juri@jurta.org>
6399         * simple.el (eval-expression-print-format): Don't check for
6400         command names and the last command.  Always display additional
6401         formats of the integer result in the echo area, and insert them
6402         to the current buffer only with a zero prefix arg.
6403         Display character when char-displayable-p is non-nil.
6404         (eval-expression): With a zero prefix arg, set `print-length' and
6405         `print-level' to nil, and insert the integer values from
6406         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
6408         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
6409         `eval-last-sexp-arg-internal'.  Doc fix.
6410         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
6411         `eval-last-sexp-print-value'.  Doc fix.
6412         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
6413         Set `print-length' and `print-level' to nil when arg is zero.
6414         (eval-last-sexp): Doc fix.
6415         (eval-defun-2): Print the integer values from
6416         `eval-expression-print-format' at the end.
6418         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
6419         values from `eval-expression-print-format' at the end.
6421         * ielm.el (ielm-eval-input): Print the integer
6422         values from `eval-expression-print-format' at the end.
6424 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6426         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
6427         2013-12-11T19:01:44Z!tzz@lifelogs.com.
6429 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6431         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
6432         (hl-line-highlight, global-hl-line-highlight): Use it.
6433         (hl-line-overlay): Use defvar-local.
6435 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
6437         * term/ns-win.el: Require dnd.
6438         (global-map): Remove drag items.
6439         (ns-insert-text, ns-set-foreground-at-mouse)
6440         (ns-set-background-at-mouse):
6441         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
6442         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
6443         New functions.
6445 2013-12-19  Glenn Morris  <rgm@gnu.org>
6447         * emacs-lisp/ert.el (ert-select-tests):
6448         Fix string/symbol mixup.  (Bug#16121)
6450 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
6452         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
6453         keywords to their parent.
6455 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
6457         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
6458         first arg to be a string (fixed dead code), or an operator symbol.
6459         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
6460         operator symbols.
6461         (ruby-smie-rules): Remove parent token check in the `.' clause, it
6462         did nothing.  Don't respond to `(:after ".")', it will be called
6463         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
6464         change anything.  Only return indentation for binary operators
6465         when they are hanging.  De-dent opening paren when its parent is
6466         `.', otherwise it looks bad when the dot is not at bol or eol
6467         (bug#16182).
6469 2013-12-19  Juri Linkov  <juri@jurta.org>
6471         * replace.el (query-replace-read-args): Split a non-negative arg
6472         and a negative arg into separate elements.
6473         (query-replace, query-replace-regexp, replace-string)
6474         (replace-regexp): Add arg `backward'.  Doc fix.
6475         (replace-match-maybe-edit): When new arg `backward' is non-nil,
6476         move point to the beginning of the match.
6477         (replace-search, replace-highlight): Use new arg `backward'
6478         to set the value of `isearch-forward'.
6479         (perform-replace): Add arg `backward' and use it to perform
6480         replacement backward.  (Bug#14979)
6482         * isearch.el (isearch-query-replace): Use a negative prefix arg
6483         to call `perform-replace' with a non-nil arg `backward'.
6485 2013-12-18  Juri Linkov  <juri@jurta.org>
6487         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
6488         to the default list.  Move `log-edit-show-files' to the end.
6489         Add more available functions to options.
6490         (log-edit): Move default specific settings to
6491         `log-edit-insert-message-template'.  Don't move point.
6492         (log-edit-insert-message-template): New function.
6493         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
6494         (Bug#16170)
6496 2013-12-18  Juri Linkov  <juri@jurta.org>
6498         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
6499         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
6501 2013-12-18  Leo Liu  <sdl.web@gmail.com>
6503         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
6504         (Bug#16186)
6506 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
6508         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
6509         formats for displaying file sizes when the -s switch is given.
6510         Instead, compute a separate format for displaying the size in
6511         blocks, which is displayed in addition to the "regular" size.
6512         When -h is given in addition to -s, produce size in blocks in
6513         human-readable form as well.  (Bug#16179)
6515 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
6517         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
6518         Reference tables with ~\ref{...} instead of only \ref{...}.
6520 2013-12-18  Chong Yidong  <cyd@gnu.org>
6522         * cus-edit.el (custom-magic-alist): Fix "themed" description
6523         (Bug#14348).
6525         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
6526         is non-nil, do not create a new entry in the symbol's theme-value
6527         or theme-face property; update theme-settings only (Bug#14664).
6528         (custom-available-themes): Doc fix.
6530         * cus-theme.el (custom-new-theme-mode-map): Add bindings
6531         (Bug#15674).
6533         * replace.el (occur-engine): Avoid infloop (Bug#7593).
6535 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6537         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
6538         (Bug#13914).
6540 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6542         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
6544 2013-12-18  Glenn Morris  <rgm@gnu.org>
6546         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
6547         * cus-start.el (load-prefer-newer): New option.
6549 2013-12-18  Le Wang  <l26wang@gmail.com>
6551         * comint.el (comint-previous-matching-input-from-input):
6552         Retain point (Bug#13404).
6554 2013-12-18  Chong Yidong  <cyd@gnu.org>
6556         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
6558 2013-12-18  Glenn Morris  <rgm@gnu.org>
6560         * mail/emacsbug.el (report-emacs-bug):
6561         Only mention enable-multibyte-characters if non-standard.
6563 2013-12-17  Juri Linkov  <juri@jurta.org>
6565         * arc-mode.el (archive-extract-by-file): Check if directory exists
6566         before deletion to not show irrelevant errors if it doesn't exist.
6568 2013-12-17  Juri Linkov  <juri@jurta.org>
6570         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
6571         (Bug#14751)
6573         * net/eww.el (browse-web): Add alias to `eww'.
6574         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
6575         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
6577         * net/browse-url.el (browse-url-browser-function): Move `eww'
6578         closer to similar functions.
6580         * startup.el (fancy-startup-screen, fancy-about-screen):
6581         Set browse-url-browser-function to eww-browse-url locally.
6582         (Bug#14751)
6584 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6586         * window.el (window--pixel-to-total): Remove unused `mini' var.
6587         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
6588         (split-window): Remove unused `new' var.
6589         (window--display-buffer): Remove unused `frame' and `delta' vars.
6590         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
6591         and display-width'.
6593 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
6595         * dired.el (dired-mark-pop-up):
6596         * register.el (register-preview): Don't bind
6597         split-height-threshold here since it's now done in
6598         display-buffer-below-selected.
6600 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
6602         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
6603         xterm-rgb-convert-to-16bit.
6604         (rxvt-register-default-colors): Standardize with
6605         xterm-register-default-colors (Bug#14078).
6607 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6609         * simple.el (kill-region): Pass mark first, then point, so that
6610         kill-append works right (Bug#12819).
6611         (copy-region-as-kill, kill-ring-save): Likewise.
6613 2013-12-17  Leo Liu  <sdl.web@gmail.com>
6615         * net/rcirc.el (rcirc-add-face):
6616         * eshell/em-prompt.el (eshell-emit-prompt):
6617         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
6618         (Bug#16167)
6620 2013-12-17  Chong Yidong  <cyd@gnu.org>
6622         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
6623         Suggested by Xue Fuqiao.
6625 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
6627         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
6629 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6631         * net/shr.el (shr-insert-document): Remove unused var
6632         `shr-preliminary-table-render'.
6633         (shr-rescale-image): Remove unused arg `force'.
6634         (shr-put-image): Update calls accordingly.
6635         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
6637 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
6639         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
6640         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
6641         :close-all, to see which indentation method to use (Bug#16116).
6642         (smie-rules-function): Document the method :close-all.
6644 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
6648         * net/eww.el (eww-display-html): If we can't find the anchor we're
6649         looking for, then go to point-min.
6651 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
6653         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
6654         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
6655         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
6656         Expand dir too, in case it's relative.
6658 2013-12-16  Juri Linkov  <juri@jurta.org>
6660         * desktop.el (desktop-auto-save-timeout): Change default to
6661         `auto-save-timeout'.  Doc fix.
6662         (desktop-save): Skip the timestamp in desktop-saved-frameset
6663         when checking for auto-save changes.
6664         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
6665         `desktop-auto-save' is called repeatedly by the idle timer.
6666         (desktop-auto-save-set-timer): Replace `run-with-timer' with
6667         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
6668         (Bug#15331)
6670 2013-12-16  Juri Linkov  <juri@jurta.org>
6672         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
6673         (Bug#16035)
6674         (isearch-pre-command-hook): Check `this-command' for symbolp.
6676 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6678         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
6680 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
6682         * progmodes/cfengine.el (cfengine3--current-word): Remove.
6683         (cfengine3--current-function): Bring in the current-function
6684         functionality from `cfengine3--current-word'.
6685         (cfengine3-completion-function): Bring in the
6686         bounds-of-current-word functionality from
6687         `cfengine3--current-word'.
6689 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
6691         * window.el (display-buffer-below-selected):
6692         Bind split-height-threshold to 0 as suggested by Juri Linkov.
6694 2013-12-16  Leo Liu  <sdl.web@gmail.com>
6696         * progmodes/compile.el (compile-goto-error): Do not push-mark.
6697         Remove NOMSG arg and all uses changed.
6699 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
6702         (cua--deactivate-rectangle): Don't deactivate the mark.
6703         (cua-set-rectangle-mark): Don't set mark-active since
6704         cua--activate-rectangle already does it for us.
6705         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
6706         non-rectangular region.
6708         * emulation/cua-base.el (cua-repeat-replace-region):
6709         Use with-current-buffer.
6711         * net/gnutls.el: Use cl-lib.
6712         (gnutls-negotiate): `mapcan' -> cl-mapcan.
6714 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6716         * emacs-lisp/package.el (package-built-in-p): Support both
6717         built-in and the package.el converted package descriptions.
6718         (package-show-package-list): Allow keywords.
6719         (package-keyword-button-action): Use it instead of
6720         `finder-list-matches'.
6721         (package-menu-filter-interactive): Interactive filtering (by
6722         keyword) function.
6723         (package-menu--generate): Support keywords and change keymappings
6724         and headers when they are given.
6725         (package--has-keyword-p): Helper function.
6726         (package-menu--refresh): Use it.
6727         (package--mapc): Helper function.
6728         (package-all-keywords): Use it.
6729         (package-menu-mode-map): Set up menu items and keybindings to
6730         provide a filtering UI.
6732 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6734         * net/gnutls.el (gnutls-verify-error): New defcustom to control
6735         the behavior when a certificate fails validation.  Defaults to
6736         old behavior: never abort, just warn.
6737         (gnutls-negotiate): Use it.
6739 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
6741         * window.el (display-buffer-below-selected): Never split window
6742         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
6744 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
6746         * emacs-lisp/package.el (package--prepare-dependencies): New function.
6747         (package-buffer-info): Use it (bug#15108).
6749 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6751         * icomplete.el (icomplete-completions): Make sure the prefix is already
6752         displayed elsewhere before hiding it (bug#16219).
6754 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
6756         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
6757         open-paren tokens when preceded by a open-paren, too.
6758         (ruby-smie-rules): Handle virtual indentation after open-paren
6759         tokens specially.  If there is code between it and eol, return the
6760         column where is starts (Bug#16118).
6762 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
6764         * progmodes/cfengine.el: Fix `add-hook' doc.
6765         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
6766         (cfengine3--current-word): Fix parameters.
6767         (cfengine3-make-syntax-cache): Simplify further.
6768         (cfengine3-completion-function, cfengine3--current-function):
6769         Use `assq' for symbols.
6770         (cfengine3--current-function): Fix `cfengine3--current-word' call.
6772 2013-12-13  Glenn Morris  <rgm@gnu.org>
6774         * loadup.el (load-path): Warn if site-load or site-init changes it.
6775         No more need to reset it when bootstrapping.
6777 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
6779         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
6780         locations for cf-promises.
6781         (cfengine-mode-syntax-functions-regex): New caching variable.
6782         (cfengine3-fallback-syntax): Fallback syntax for cases where
6783         cf-promises doesn't run.
6784         (cfengine3--current-word): Reimplement using
6785         `cfengine-mode-syntax-functions-regex'.
6786         (cfengine3-completion-function, cfengine3--current-function):
6787         Use `cfengine3-make-syntax-cache' directly.
6788         (cfengine3-clear-syntax-cache): New function.
6789         (cfengine3-make-syntax-cache): Simplify and create
6790         `cfengine-mode-syntax-functions-regex' on demand.
6791         (cfengine3-format-function-docstring): Don't call
6792         `cfengine3-make-syntax-cache' explicitly.
6794 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
6796         Fix windmove-find-other-window broken after pixelwise resizing
6797         (Bug#16017).
6798         * windmove.el (windmove-other-window-loc): Revert change from
6799         2013-12-04.
6800         (windmove-find-other-window): Call window-in-direction.
6801         * window.el (window-in-direction): New arguments SIGN, WRAP and
6802         MINI to emulate original windmove-find-other-window behavior.
6804 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
6806         * simple.el (blink-matching--overlay): New variable.
6807         (blink-matching-open): Instead of moving point, highlight the
6808         matching paren with an overlay
6809         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
6811         * faces.el (paren-showing-faces, show-paren-match)
6812         (show-paren-mismatch): Move from paren.el.
6814 2013-12-13  Leo Liu  <sdl.web@gmail.com>
6816         * indent.el (indent-region): Disable progress reporter in
6817         minibuffer.  (Bug#16108)
6819         * bindings.el (visual-order-cursor-movement): Fix version.
6821 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6823         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
6824         Also match after beginning of line.
6825         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
6826         files.  Thanks to Russell Sim.  (Bug#15378)
6828 2013-12-13  Juri Linkov  <juri@jurta.org>
6830         * simple.el <Keypad support>: Remove key bindings duplicated
6831         with bindings.el.  (Bug#14397)
6833 2013-12-13  Juri Linkov  <juri@jurta.org>
6835         * comint.el (comint-mode-map): Replace `delete-char' with
6836         `delete-forward-char'.  (Bug#16109)
6838 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6840         * progmodes/python.el (python-indent-calculate-indentation):
6841         Fix de-denters cornercase.  (Bug#15731)
6843 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6845         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
6846         (advice--make): Pay attention to `depth'.
6847         (advice--make-1): Don't autoload commands eagerly.
6848         * emacs-lisp/elp.el (elp-instrument-function):
6849         * emacs-lisp/trace.el (trace-function-internal):
6850         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
6852         * iswitchb.el (iswitchb-mode): Don't belittle ido.
6854 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
6856         * term/w32-win.el (w32-handle-dropped-file):
6857         * startup.el (normal-top-level):
6858         * net/browse-url.el (browse-url-file-url):
6859         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
6860         decode file names using 'utf-8' rather than
6861         file-name-coding-system.
6863 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6865         * progmodes/python.el (python-indent-context)
6866         (python-indent-calculate-indentation): Fix auto-identation
6867         behavior for comment blocks.  (Bug#15916)
6869 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
6871         * progmodes/python.el (python-indent-calculate-indentation):
6872         When determining indentation, don't treat "return", "pass", etc., as
6873         operators when they are just string constituents.  (Bug#15812)
6875 2013-12-12  Juri Linkov  <juri@jurta.org>
6877         * uniquify.el (uniquify-buffer-name-style): Change default to
6878         `post-forward-angle-brackets'.
6880         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
6881         `uniquify'.  Change default to `post-forward-angle-brackets'.
6883 2013-12-11  Glenn Morris  <rgm@gnu.org>
6885         * emacs-lisp/package.el (finder-list-matches):
6886         Autoload rather than falsely declaring.
6888 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
6890         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
6891         (eww-mode-map): Use them.
6893 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
6895         * window.el (display-buffer-in-side-window): Fix doc-string
6896         (Bug#16115).
6898 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
6900         * vc/vc-git.el: Silence byte-compiler warnings.
6901         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
6902         (log-edit-set-header): Declare.
6904 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
6906         * Makefile.in (custom-deps, finder-data): Run output file names
6907         through unmsys--file-name.  (Bug#16099)
6909 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6911         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
6912         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
6914         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
6915         instead of deleting the selection "by hand" (bug#16098).
6916         Rely on insert-for-yank to yank rectangles.
6917         (cua-highlight-region-shift-only): Mark obsolete.
6918         (cua-mode): Don't enable/disable transient-mark-mode,
6919         shift-select-mode (cua-mode works both with and without them), and
6920         pc-selection-mode (obsolete).
6921         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
6922         (cua--deactivate-rectangle): Deactivate it.
6924         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
6925         (delete-selection-helper): Make sure yank starts at the top of the
6926         deleted region.
6927         (minibuffer-keyboard-quit): Use region-active-p.
6929         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
6931         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
6932         to `delete' (bug#16109).
6934 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6936         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
6937         info manual and show keybindings and set `:group' keyword.
6939 2013-12-11  Juri Linkov  <juri@jurta.org>
6941         * delsel.el (delete-active-region): Let-bind `this-command'
6942         to prevent `kill-region' from changing its original value.
6943         (delete-selection-helper): Handle `overwrite-mode' for the type
6944         `kill' exactly the same way as for the type `t'.
6945         (insert-char, quoted-insert, reindent-then-newline-and-indent):
6946         Support more commands.  (Bug#13312)
6948 2013-12-11  Juri Linkov  <juri@jurta.org>
6950         * bindings.el: Map kp keys to non-kp keys systematically
6951         with basic modifiers control, meta and shift.  (Bug#14397)
6953 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6955         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
6956         "Close browser" menu items.  Fix wrong function of "List
6957         bookmarks".
6959 2013-12-11  Juri Linkov  <juri@jurta.org>
6961         * misearch.el (multi-isearch-buffers): Set the value of
6962         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
6963         arg of isearch-forward to t.
6964         (multi-isearch-buffers-regexp): Set the value of
6965         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
6966         arg of isearch-forward-regexp to t.
6967         (multi-isearch-files): Set the value of
6968         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
6969         arg of isearch-forward to t.
6970         (multi-isearch-files-regexp): Set the value of
6971         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
6972         arg of isearch-forward-regexp to t.  (Bug#16035)
6974         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
6975         arg of isearch-forward to t.
6976         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
6977         arg of isearch-forward-regexp to t.
6978         (dired-isearch-filter-filenames): Remove unnecessary check for
6979         `dired-isearch-filenames'.
6981         * comint.el (comint-history-isearch-backward):
6982         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
6983         (comint-history-isearch-backward-regexp):
6984         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
6986 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
6988         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
6989         unmsys--file-name.  (Bug#16099)
6991 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
6993         * emacs-lisp/package.el (package-keyword-button-action):
6994         Remove finder.el require dependency.
6996 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
6998         * emacs-lisp/package.el: Require finder.el.
6999         (describe-package-1): Add keyword buttons.
7000         (package-make-button): New convenience function.
7001         (package-keyword-button-action): Keyword button action using
7002         `finder-list-matches'.
7004 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
7006         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
7007         last commit.
7009 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
7011         * autorevert.el (auto-revert-notify-add-watch): Do not handle
7012         symlinked files.
7014 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7016         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
7017         after the end of a percent literal.
7019 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7021         * progmodes/ruby-mode.el (ruby-forward-string): Document.
7022         Handle caret-delimited strings (Bug#16079).
7024 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7026         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
7027         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
7028         `ruby-parse-partial' (Bug#16078).
7030 2013-12-09  Leo Liu  <sdl.web@gmail.com>
7032         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
7034 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
7036         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
7037         (js-switch-indent-offset): New option.
7038         (js--proper-indentation): Use it.  And handle the case when
7039         "default" is actually a key in an object literal.
7040         (js--same-line): New function.
7041         (js--multi-line-declaration-indentation): Use it.
7042         (js--indent-in-array-comp, js--array-comp-indentation):
7043         New functions.
7044         (js--proper-indentation): Use them, to handle array comprehension
7045         continuations.
7047 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7049         * progmodes/flymake.el (flymake-highlight-line): Re-write.
7050         (flymake-make-overlay): Remove arg MOUSE-FACE.
7051         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
7053 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7055         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
7056         New function.
7057         (redisplay-highlight-region-function): Use it.
7059         * emulation/cua-base.el (cua--explicit-region-start)
7060         (cua--last-region-shifted): Remove.
7061         (cua--deactivate): Use deactivate-mark.
7062         (cua--pre-command-handler-1): Don't handle shift-selection.
7063         (cua--post-command-handler-1): Don't change transient-mark-mode.
7064         (cua--select-keymaps): Use region-active-p rather than
7065         cua--explicit-region-start or cua--last-region-shifted.
7066         (cua-mode): Enable shift-select-mode.
7068 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7070         * progmodes/flymake.el (flymake-popup-current-error-menu):
7071         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
7072         (flymake-posn-at-point-as-event, flymake-popup-menu)
7073         (flymake-make-emacs-menu): Remove.  (Bug#16077)
7075 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7077         * rect.el (rectangle-mark-mode): Activate mark even if
7078         transient-mark-mode is off (bug#16066).
7079         (rectangle--highlight-for-redisplay): Fix boundary condition when point
7080         is > mark and at bolp.
7082         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
7083         (region-extract-function): Use it.
7084         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
7085         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
7086         Delete functions.
7087         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
7088         kill-ring-save, kill-region, delete-char, delete-forward-char.
7089         Ignore self-insert-iso.
7091         * emulation/cua-gmrk.el (cua--init-global-mark):
7092         Ignore `self-insert-iso'.
7094         * emulation/cua-base.el (cua--prefix-copy-handler)
7095         (cua--prefix-cut-handler): Rely on region-extract-function rather than
7096         checking cua--rectangle.
7097         (cua-delete-region): Use region-extract-function.
7098         (cua-replace-region): Delete function.
7099         (cua-copy-region, cua-cut-region): Obey region-extract-function.
7100         (cua--pre-command-handler-1): Don't do the delete-selection thing.
7101         (cua--self-insert-char-p): Ignore `self-insert-iso'.
7102         (cua--init-keymaps): Don't remap delete-selection commands.
7103         (cua-mode): Use delete-selection-mode instead of rolling our own
7104         (bug#16085).
7106         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
7107         Obey region-extract-function.
7109         Make registers and delete-selection-mode work on rectangles.
7110         * register.el (describe-register-1): Don't modify the register's value.
7111         (copy-to-register): Obey region-extract-function.
7112         * delsel.el (delete-active-region): Obey region-extract-function.
7114 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7116         * progmodes/flymake.el (flymake, flymake-error-bitmap)
7117         (flymake-warning-bitmap, flymake-fringe-indicator-position)
7118         (flymake-compilation-prevents-syntax-check)
7119         (flymake-start-syntax-check-on-newline)
7120         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
7121         (flymake-start-syntax-check-on-find-file, flymake-log-level)
7122         (flymake-xml-program, flymake-master-file-dirs)
7123         (flymake-master-file-count-limit)
7124         (flymake-allowed-file-name-masks): Relocate.
7125         (flymake-makehash, flymake-float-time)
7126         (flymake-replace-regexp-in-string, flymake-split-string)
7127         (flymake-get-temp-dir): Remove.
7128         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
7129         (flymake-current-row, flymake-selected-frame)
7130         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
7131         related functions.  (Bug#16077)
7133 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
7135         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
7137 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
7139         * help-fns.el (describe-function-1): Use new advice-* functions
7140         rather than old ad-* functions.  Fix function type description and
7141         source links for advised functions and subrs.
7143 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
7147 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
7149         * progmodes/compile.el (compilation-start):
7150         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
7152         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7153         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
7155 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7157         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7158         Touch up the last change.
7160 2013-12-06  Leo Liu  <sdl.web@gmail.com>
7162         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
7163         (inferior-octave-startup): Always use "octave> " for prompt.
7164         (octave-goto-function-definition)
7165         (octave-sync-function-file-names)
7166         (octave-find-definition-default-filename): Remove redundant backquotes.
7168 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7170         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
7171         syntax for `?'.
7172         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
7173         where appropriate already.
7174         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
7175         end of method names (Bug#15874).
7177 2013-12-06  Juri Linkov  <juri@jurta.org>
7179         * isearch.el (isearch--saved-overriding-local-map):
7180         New internal variable.
7181         (isearch-mode): Set it to the initial value of
7182         `overriding-terminal-local-map'.
7183         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
7184         with `isearch--saved-overriding-local-map'.  (Bug#16035)
7186 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7188         * progmodes/octave.el (inferior-octave-completion-table):
7189         Turn back into function, use `completion-table-with-cache'
7190         (Bug#11906).  Update all references.
7192         * minibuffer.el (completion-table-with-cache): New function.
7194 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7196         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
7198 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
7200         * net/eww.el (eww-current-source): New variable to store page
7201         source.
7202         (eww-display-html, eww-mode, eww-save-history)
7203         (eww-restore-history): Use it.
7204         (eww-view-source): New command to view page source.
7205         Opportunistically uses `html-mode' to highlight the buffer.
7206         (eww-mode-map): Install it.
7208 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
7210         * net/dbus.el (dbus-unregister-service)
7211         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
7212         Fix docstring.
7213         (dbus-unregister-service): Skip :serial entries in
7214         `dbus-registered-objects-table'.
7215         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
7217 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
7219         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
7220         around keywords with extra `split-string' argument.
7222 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
7224         * windmove.el (windmove-other-window-loc): Handle navigation
7225         between windows (excluding the minibuffer window - Bug#16017).
7227 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
7229         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
7230         in D-Bus type syntax.
7231         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
7232         preserve unibyte strings.  (Bug#16048)
7234 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7236         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7237         Call force-mode-line-update is the proper buffer (bug#16042).
7239 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
7241         * vc/log-edit.el (log-edit-add-new-comment): Rename to
7242         `log-edit-remember-comment', make argument optional.  Adjust all
7243         callers.
7244         (log-edit-mode): Add `log-edit-remember-comment' to
7245         `kill-buffer-hook' locally.
7246         (log-edit-kill-buffer): Don't remember comment explicitly since
7247         the buffer is killed anyway.
7249 2013-12-04  Juri Linkov  <juri@jurta.org>
7251         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
7252         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
7254 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
7256         * notifications.el (notifications-close-notification): Call the
7257         D-Bus method with ID being a `:uint32'.  (Bug#16030)
7259 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7261         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
7263 2013-12-03  Juri Linkov  <juri@jurta.org>
7265         * progmodes/compile.el (compilation-start): Rename window alist
7266         entry `no-display-ok' to `allow-no-window'.
7268         * simple.el (shell-command): Add window alist entry
7269         `allow-no-window' to `display-buffer'.
7270         (async-shell-command): Doc fix.
7272         * window.el (display-buffer-no-window): New action function.
7273         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
7275 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7277         * vc/log-edit.el (log-edit-set-header): Extract from
7278         `log-edit-toggle-header'.
7279         (log-edit-extract-headers): Separate the summary, when extracted
7280         from header, from the rest of the message with an empty line.
7282         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
7283         line, if present, to the Summary header.
7285 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7287         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
7288         in current-buffer (bug#16029).
7290 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
7292         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
7293         (debugger-mode-map): Bind it.
7294         (debugger--backtrace-base): New function.
7295         (debugger-eval-expression): Use it.
7296         (debugger-frame-number): Skip local vars when present.
7297         (debugger--locals-visible-p, debugger--insert-locals)
7298         (debugger--show-locals, debugger--hide-locals): New functions.
7300 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
7302         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
7303         "LC_ALL".
7304         (tramp-get-remote-locale): New defun.
7305         (tramp-open-connection-setup-interactive-shell): Use it.
7307 2013-12-02  Leo Liu  <sdl.web@gmail.com>
7309         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
7311         * progmodes/sh-script.el (sh-shell-process):
7312         * progmodes/octave.el (inferior-octave-process-live-p):
7313         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
7314         (gdb-inferior-io-sentinel):
7315         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
7317 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7319         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
7320         `save-selected-window' to `log-edit-hide-buf'.  This makes
7321         `log-edit-show-files' idempotent.
7322         (log-edit-show-files): Mark the new window as dedicated.
7324 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7326         * vc/log-edit.el (log-edit-mode-map): Add binding for
7327         `log-edit-kill-biffer'.
7328         (log-edit-hide-buf): Add a FIXME comment.
7329         (log-edit-add-new-comment): New function, extracted from
7330         `log-edit-done'.
7331         (log-edit-done, log-edit-add-to-changelog): Use it.
7332         (log-edit-kill-buffer): New command.
7334 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7336         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
7337         instead of killing the buffer.
7339 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7341         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
7343 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7345         * net/eww.el (eww-form-checkbox-selected-symbol)
7346         (eww-form-checkbox-symbol): New customizable variable.
7347         (eww-form-checkbox, eww-toggle-checkbox):
7348         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
7350         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
7351         (shr--get-media-pref, shr--extract-best-source): New function.
7352         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
7353         no :src tag was specified.
7355         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
7356         (eww-render): Handle `eww-use-external-browser-for-content-type'.
7357         Use \\` to match beginning of string instead of ^.
7358         (eww-browse-with-external-browser): Provide optional URL parameter.
7359         (eww-render): Set `eww-current-title' back to "".
7361         * net/shr.el (shr-tag-video): Display content for video if no
7362         poster is available.
7363         (shr-tag-audio): Add support for <audio> tag.
7365         * net/eww.el (eww-text-input-types): New const.
7366         (eww-process-text-input): Treat input types in
7367         `eww-text-input-types' as text.
7369         * net/shr.el (shr-tag-table): Fix comment typo.
7371 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373         * net/eww.el (eww-follow-link): New command to avoid reloading
7374         pages when we follow #target links (bug#15243).
7375         (eww-quit): Special mode buffers shouldn't query before exiting.
7377 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
7379         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
7380         forms.
7382 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384         * net/eww.el (eww-restore-history): Update the window title after
7385         moving in the history.
7386         (eww-current-dom): New variable used to save the current DOM.
7388 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
7390         * vc/log-edit.el (log-edit-mode-map): Add binding for
7391         `log-edit-beginning-of-line'.
7392         (log-edit-setup-add-author): New user option.
7393         (log-edit-beginning-of-line): New command.
7394         (log-edit): Move major mode call above the contents setup so that
7395         the local variable values are already applied.
7396         (log-edit): Only insert "Author: " when
7397         `log-edit-setup-add-author' is non-nil.
7398         (log-edit): When SETUP is non-nil, position point after ": "
7399         instead of point-min.
7401 2013-12-01  Glenn Morris  <rgm@gnu.org>
7403         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
7405 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
7407         * startup.el (fancy-splash-frame): On MS-Windows, trigger
7408         redisplay to make sure the initial frame gets a chance to become
7409         visible.  (Bug#16014)
7411 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
7413         Support resizing frames and windows pixelwise.
7414         * cus-start.el (frame-resize-pixelwise)
7415         (window-resize-pixelwise): New entries.
7416         * emacs-lisp/debug.el (debug): Use window-total-height instead
7417         of window-total-size.
7418         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
7419         * help.el (describe-bindings-internal): Use help-buffer as
7420         argument for with-help-window.
7421         (temp-buffer-max-width): New option.
7422         (resize-temp-buffer-window, help-window-setup)
7423         (with-help-window): Rewrite.
7424         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
7425         dragging dividers.
7426         * window.el (frame-char-size, window-min-pixel-height)
7427         (window-safe-min-pixel-height, window-safe-min-pixel-width)
7428         (window-min-pixel-width, window-safe-min-pixel-size)
7429         (window-combination-p, window-safe-min-size)
7430         (window-resizable-p, window--size-to-pixel)
7431         (window--pixel-to-size, window--resize-apply-p): New functions.
7432         (window-safe-min-height): Fix doc-string.
7433         (window-size, window-min-size, window--min-size-1)
7434         (window-sizable, window-sizable-p, window--min-delta-1)
7435         (window-min-delta, window--max-delta-1, window-max-delta)
7436         (window--resizable, window--resizable-p, window-resizable)
7437         (window-full-height-p, window-full-width-p, window-at-side-p)
7438         (window--in-direction-2, window-in-direction)
7439         (window--resize-reset-1, window--resize-mini-window)
7440         (window-resize, window-resize-no-error)
7441         (window--resize-child-windows-normal)
7442         (window--resize-child-windows, window--resize-siblings)
7443         (window--resize-this-window, window--resize-root-window)
7444         (window--resize-root-window-vertically)
7445         (adjust-window-trailing-edge, enlarge-window, shrink-window)
7446         (maximize-window, minimize-window, delete-window)
7447         (quit-restore-window, window-split-min-size, split-window)
7448         (balance-windows-2, balance-windows)
7449         (balance-windows-area-adjust, balance-windows-area)
7450         (window--state-get-1, window-state-get, window--state-put-1)
7451         (window--state-put-2, window-state-put)
7452         (display-buffer-record-window, window--display-buffer):
7453         Make functions handle pixelwise sizing of windows.
7454         (display-buffer--action-function-custom-type)
7455         (display-buffer-fallback-action):
7456         Add display-buffer-in-previous-window.
7457         (display-buffer-use-some-window): Resize window to height it had
7458         before.
7459         (fit-window-to-buffer-horizontally): New option.
7460         (fit-frame-to-buffer): Describe new values.
7461         (fit-frame-to-buffer-bottom-margin): Replace with
7462         fit-frame-to-buffer-margins.
7463         (window--sanitize-margin): New function.
7464         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
7465         using window-text-pixel-size.
7467 2013-11-30  Glenn Morris  <rgm@gnu.org>
7469         * emacs-lisp/bytecomp.el (byte-compile-form):
7470         Make the `interactive-only' warning like the `obsolete' one.
7471         * comint.el (comint-run):
7472         * files.el (insert-file-literally, insert-file):
7473         * replace.el (replace-string, replace-regexp):
7474         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
7475         (goto-line, insert-buffer, next-line, previous-line):
7476         Tweak `interactive-only' spec.
7478         Stop keeping (most) generated cedet grammar files in the repository.
7479         * Makefile.in (semantic): New.
7480         (compile-main): Depend on semantic.
7482 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
7485         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
7487         * uniquify.el (uniquify-buffer-name-style): Change default.
7489         * loadup.el: Preload "uniquify".
7491         * time.el (display-time-update): Update all mode lines (bug#15999).
7493         * electric.el (electric-indent-mode): Enable by default.
7494         * loadup.el: Preload "electric".
7496 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
7498         * emacs-lisp/helpers.el (string-empty-p): New function.
7499         (string-blank-p): New function.
7501 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
7503         * imenu.el (imenu--index-alist): Add missing dot to the docstring
7504         (Bug#14029).
7506 2013-11-29  Andreas Politz  <politza@fh-trier.de>
7507         * imenu.el (imenu--subalist-p): Don't error on non-conses and
7508         allow non-lambda lists as functions.
7509         (imenu--in-alist): Don't recurse into non-subalists.
7510         (imenu): Don't pass function itself as an argument (Bug#14029).
7512 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7514         * progmodes/python.el (python-mode-map): Remove binding for ":".
7515         (python-indent-electric-colon): Remove command.
7516         (python-indent-post-self-insert-function): Integrate the previous code
7517         of python-indent-electric-colon.  Make it conditional on
7518         electric-indent-mode.
7519         (python-mode): Add ?: to electric-indent-chars.
7520         Move python-indent-post-self-insert-function to the end of
7521         post-self-insert-hook.
7523 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7525         * doc-view.el (doc-view-goto-page): Update mode-line.
7527         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
7529 2013-11-27  Glenn Morris  <rgm@gnu.org>
7531         * international/charprop.el, international/uni-bidi.el:
7532         * international/uni-category.el, international/uni-combining.el:
7533         * international/uni-comment.el, international/uni-decimal.el:
7534         * international/uni-decomposition.el, international/uni-digit.el:
7535         * international/uni-lowercase.el, international/uni-mirrored.el:
7536         * international/uni-name.el, international/uni-numeric.el:
7537         * international/uni-old-name.el, international/uni-titlecase.el:
7538         * international/uni-uppercase.el:
7539         Remove generated files from VCS repository.
7541 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
7543         * filenotify.el (file-notify-add-watch): Don't special-case
7544         w32notify when computing the directory to watch.
7546 2013-11-27  Glenn Morris  <rgm@gnu.org>
7548         Make bootstrap without generated uni-*.el files possible again.
7549         * loadup.el: Update command-line-args checking for unidata-gen.
7550         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
7551         * composite.el, international/characters.el:
7552         Handle unicode tables being undefined.
7554         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
7555         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
7556         (compile-main): Depend on leim rule.
7557         (leim): New rule.
7558         * loadup.el: Move leim-list.el to leim/ subdirectory.
7559         * startup.el (normal-top-level): No more leim directory.
7560         * international/ja-dic-cnv.el (skkdic-convert):
7561         Disable version-control and autoloads in output files.
7562         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
7563         Disable version-control and autoloads in output files.
7564         * leim/quail: Move here from ../leim.
7565         * leim/quail/hangul.el (hangul-input-method-activate):
7566         Add autoload cookie.
7567         (generated-autoload-load-name): Set file-local value.
7568         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
7569         (generated-autoload-load-name): Set file-local value.
7571 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
7573         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
7574         (eww-add-bookmark): Ask confirmation when add to bookmarks.
7575         (eww-quit): Ask confirmation before quitting eww.
7577 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
7579         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
7580         reading output from Diff on MS-Windows and MS-DOS.
7582 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
7584         * emacs-lisp/helpers.el (string-reverse): New function.
7586 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
7588         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
7589         names on MS Windows, like "/[::1]:".
7591         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
7592         SWITCHES.
7594 2013-11-26  Glenn Morris  <rgm@gnu.org>
7596         * progmodes/python.el (python-indent-guess-indent-offset):
7597         Avoid corner-case error.  (Bug#15975)
7599         Preload leim-list.el.  (Bug#4789)
7600         * loadup.el: Load leim-list.el when found.
7601         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
7603 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
7605         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
7607         * emacs-lisp/helpers.el (string-join): New function.
7609 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
7611         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7612         Mark as obsolete and replace it with a symbol property.
7613         (byte-compile-form): Use new 'interactive-only property.
7614         * comint.el, files.el, replace.el, simple.el:
7615         Apply new 'interactive-only properly.
7617 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
7619         * window.el (display-buffer-at-bottom): Make sure that
7620         split-window-sensibly creates the new window on bottom
7621         (Bug#15961).
7623 2013-11-23  David Kastrup  <dak@gnu.org>
7625         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
7626         on the conflict markers when available.
7627         (smerge--get-marker): New function.
7628         (smerge-end-re, smerge-base-re): Add subgroup.
7630 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7632         * frame.el (handle-focus-in, handle-focus-out): Add missing
7633         interactive spec.
7635 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
7637         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7638         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
7640 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7642         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
7643         (gomoku--last-pos): New var.
7644         (gomoku--intangible-chars): New const.
7645         (gomoku--intangible): New function.
7646         (gomoku-mode): Use it.  Derive from special-mode.
7647         (gomoku-move-up): Adjust line count.
7648         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
7649         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
7650         Simplify accordingly.
7652         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
7653         Remove blink-cursor code.
7654         (blink-cursor-timer-function, blink-cursor-suspend):
7655         Don't special-case GUIs.
7656         (blink-cursor-mode): Use focus-in/out-hook.
7658 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
7660         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
7661         work when annotation is invisible (Bug#13886).
7663 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
7665         * json.el (json-alist-p): Only return non-nil if the alist has
7666         simple keys (Bug#13518).
7668 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
7670         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
7671         when control-statement is the first statement in a buffer (Bug#15956).
7673 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
7675         * imenu.el (imenu-generic-skip-comments-and-strings):
7676         New option (Bug#15560).
7677         (imenu--generic-function): Use it.
7679 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
7681         * minibuffer.el (completion--in-region-1): Scroll the correct window.
7682         (Bug#13898)
7684 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
7686         * emacs-lisp/helpers.el: Add some string helpers.
7687         (string-trim-left): Removes leading whitespace.
7688         (string-trim-right): Removes trailing whitespace.
7689         (string-trim): Removes leading and trailing whitespace.
7691         * subr.el (string-suffix-p): New function.
7693 2013-11-23  Glenn Morris  <rgm@gnu.org>
7695         * progmodes/python.el (python-shell-send-file):
7696         Add option to delete file when done.  (Bug#15647)
7697         (python-shell-send-string, python-shell-send-region): Use it.
7699 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
7701         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
7702         to set buffer-read-only to t, never to nil.  (Bug#15938)
7704         * textmodes/tex-mode.el (latex-noindent-environments):
7705         Add safe-local-variable property.  (Bug#15936)
7707 2013-11-23  Glenn Morris  <rgm@gnu.org>
7709         * textmodes/enriched.el (enriched-mode): Doc fix.
7710         * emacs-lisp/authors.el (authors-renamed-files-alist):
7711         Add enriched.doc -> enriched.txt.
7713         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
7715 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7717         * progmodes/octave.el (inferior-octave-startup): Spit out error
7718         message.
7720 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
7722         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7723         Improve docstring.
7724         Add :version.
7725         (ruby-encoding-magic-comment-style): Add :version.
7727 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7729         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
7730         (Bug#15076)
7731         (octave-help-mode): Adapt to change to help-mode-finish to use
7732         derived-mode-p on 2013-09-17.
7733         (inferior-octave-prompt): Also match octave-gui.
7734         (octave-kill-process): Don't ask twice.  (Bug#10564)
7736 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7738         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
7739         (inferior-octave-startup, inferior-octave-check-process)
7740         (inferior-octave-track-window-width-change)
7741         (octave-completion-at-point, octave-eldoc-function): Use it.
7742         (octave-kill-process): Provide confirmation.  (Bug#10564)
7744 2013-11-21  Leo Liu  <sdl.web@gmail.com>
7746         * progmodes/octave.el (octave-mode, inferior-octave-mode):
7747         Fix obsolete variable comment-use-global-state.
7749 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7751         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
7752         Add `octave-source-file'.
7753         (octave-source-file): New function.  (Bug#15935)
7755 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
7757         * net/eww.el (eww-local-regex): New variable.
7758         (eww): Use it to detect localhost and similar.
7760 2013-11-21  Leo Liu  <sdl.web@gmail.com>
7762         Add completion for command `ag'.
7763         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
7764         (pcomplete/ag): New function.
7765         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
7767 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7769         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
7770         (bug#14646).
7771         (make-obsolete): Remove interactive spec.
7773 2013-11-21  Glenn Morris  <rgm@gnu.org>
7775         * startup.el (command-line-1): Use path-separator with -L.
7777 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
7779         * emacs-lisp/package.el (describe-package-1): Add package archive
7780         to shown fields.
7782 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
7784         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7785         Change default to "# encoding: %s" to differentiate it from the
7786         default Ruby encoding comment template.
7788 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
7790         * ses.el (ses-mode): Doc fix.  (Bug#14748)
7792 2013-11-20  Leo Liu  <sdl.web@gmail.com>
7794         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
7796 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
7798         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
7799         when rebase or bisect are in progress.
7801 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
7803         * filenotify.el (file-notify-add-watch): Doc fix.
7805 2013-11-19  Leo Liu  <sdl.web@gmail.com>
7807         * obsolete/rcompile.el: Mark obsolete.
7809         * progmodes/compile.el (compilation-start)
7810         (compilation-goto-locus, compilation-find-file):
7811         Pass no-display-ok and handle nil value from display-buffer.
7812         (Bug#13594)
7814         * window.el (display-buffer-alist, display-buffer): Document the
7815         new parameter no-display-ok.  Return either a window or nil
7816         but never a non-window value.
7818 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7820         * electric.el (electric-indent-mode-map): Remove.
7821         (electric-indent-mode): Change the global-map instead (bug#15915).
7823         * textmodes/text-mode.el (paragraph-indent-minor-mode):
7824         Use add-function.
7826 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7828         * emacs-lisp/nadvice.el (remove-function): Align with
7829         add-function's behavior.
7831         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
7832         (gdb--string-regexp): New constant.
7833         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
7834         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
7835         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
7836         submatch 1.
7837         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
7838         Adjust use accordingly.
7839         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
7841 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
7843         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
7844         interpolation curlies (Bug#15914).
7846 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
7848         * calc/calc.el (calc-context-sensitive-enter): New variable.
7849         (calc-enter): Use `calc-context-sensitive-enter'.
7851 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
7853         * progmodes/cfengine.el: Version bump.
7854         (cfengine-cf-promises): New defcustom to locate cf-promises.
7855         (cfengine3-vartypes): Add new "data" type.
7856         (cfengine3--current-word): New function to get current name-like
7857         word or its bounds.
7858         (cfengine3--current-function): New function to look up a CFEngine
7859         function's definition.
7860         (cfengine3-format-function-docstring): New function.
7861         (cfengine3-make-syntax-cache): New function.
7862         (cfengine3-documentation-function): New function: ElDoc glue.
7863         (cfengine3-completion-function): New function: completion glue.
7864         (cfengine3-mode): Set `compile-command',
7865         `eldoc-documentation-function', and add to
7866         `completion-at-point-functions'.
7868 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
7870         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7871         `tramp-current-connection'.
7873 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
7875         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
7876         nil/self/true/false with "end of symbol".
7878 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
7880         * subr.el (version-regexp-alist): Fix a typo.
7882 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
7884         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
7885         "en_US.utf8" and "LC_CTYPE" to "".
7886         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
7887         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
7889 2013-11-15  Leo Liu  <sdl.web@gmail.com>
7891         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
7893 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7895         * progmodes/gud.el (ctl-x-map):
7896         Remove C-x SPC binding.  (Bug#12342)
7897         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
7899 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
7901         * subr.el (version-regexp-alist):
7902         Recognize hg, svn and darcs versions as snapshot versions.
7904         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
7905         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
7906         (ruby--encoding-comment-required-p): Extract from
7907         `ruby-mode-set-encoding'.
7908         (ruby-mode-set-encoding): Add the ability to always insert an
7909         utf-8 encoding comment.  Fix and simplify coding comment update
7910         logic.
7912 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
7914         * net/tramp-gvfs.el (top): Run init code only when
7915         `tramp-gvfs-enabled' is not nil.
7916         (tramp-gvfs-enabled): Check also :system bus.
7918 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7920         Sync with upstream verilog-mode revision 78e66ba.
7921         * progmodes/verilog-mode.el (verilog-end-of-defun)
7922         (verilog-type-completion, verilog-get-list): Remove unused funcs.
7923         (verilog-get-end-of-defun): Remove unused argument.
7924         (verilog-comment-depth): Remove unused local `e'.
7925         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
7926         Don't pass arg to verilog-get-end-of-defun.
7928 2013-11-14  Glenn Morris  <rgm@gnu.org>
7930         * obsolete/assoc.el (aget): Prefix dynamic variable.
7932         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
7934 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7936         * widget.el, hfy-cmap.el: Remove bogus package version number.
7938 2013-11-13  Glenn Morris  <rgm@gnu.org>
7940         * replace.el (replace-eval-replacement):
7941         Try to give more helpful error message.  (Bug#15836)
7943         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
7944         (archive-7z-update): Avoid custom type mismatches.
7946         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
7948 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
7950         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
7951         address can be empty.
7953         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
7954         Accept nil SWITCHES.
7955         (tramp-gvfs-handle-write-region): Implement APPEND.
7957 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
7959         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
7960         binary "|" operator and closing block args delimiter.
7961         Remove FIXME comment referring to Ruby 1.8-only syntax.
7962         (ruby-smie--implicit-semi-p): Not after "|" operator.
7963         (ruby-smie--closing-pipe-p): New function.
7964         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
7965         (ruby-smie-rules): Indent after "|".
7967 2013-11-12  Glenn Morris  <rgm@gnu.org>
7969         * ps-print.el (ps-face-attribute-list):
7970         Handle anonymous faces.  (Bug#15827)
7972 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
7974         * window.el (display-buffer-other-frame): Fix doc-string.
7975         (Bug#15868)
7977 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7979         * subr.el (force-mode-line-update): Delete, move to buffer.c.
7981 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
7983         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
7984         (tramp-sh-handle-file-local-copy): Don't write a message when
7985         saving temporary files.
7987         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
7988         both directories are remote.
7989         (tramp-smb-handle-directory-files): Do not return double entries.
7990         Do not expand full file names.
7991         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
7992         (tramp-smb-handle-write-region): Implement APPEND.
7993         (tramp-smb-get-stat-capability): Fix a stupid bug.
7995 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7997         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
7999 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8001         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
8002         throwing error over malformed let/let* (bug#15814).
8004 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         * iswitchb.el (iswitchb-mode): Mark obsolete.
8008 2013-11-11  Glenn Morris  <rgm@gnu.org>
8010         * international/uni-bidi.el, international/uni-category.el:
8011         * international/uni-name.el, international/uni-numeric.el:
8012         Regenerate for Unicode 6.3.0.
8014 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
8016         * net/tramp.el (tramp-methods):
8017         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
8018         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
8020 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
8022         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8023         Force highlighting text after Summary keyword in doc face for rpm.
8025 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
8027         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
8028         available and the word has no wildcards, append one to the grep pattern.
8029         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
8030         (ispell-complete-word): Call `ispell-lookup-words' with the value
8031         independent of `ispell-look-p'.
8033 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8035         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
8036         Not after "||".
8037         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
8038         their parent.
8040 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8042         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
8043         (ruby-font-lock-keywords): Use backquote.
8045 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8047         * progmodes/ruby-mode.el (ruby-smie--forward-token)
8048         (ruby-smie--backward-token): Only consider full-string matches.
8050 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
8052         * faces.el (describe-face): Add distant-foreground.
8054 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
8056         * progmodes/ruby-mode.el: Improve encoding comment handling.
8057         (ruby-encoding-magic-comment-style): New option.
8058         (ruby-custom-encoding-magic-comment-template): New option.
8059         (ruby--insert-coding-comment, ruby--detect-encoding):
8060         New functions extracted from `ruby-mode-set-encoding'.
8061         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
8062         to control the style of the auto-inserted encoding comment.
8064 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8066         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
8067         Use `smie-backward-sexp' with token argument.
8069 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
8071         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8072         Remove instrumentation code.
8074 2013-11-08  Glenn Morris  <rgm@gnu.org>
8076         * progmodes/autoconf.el (autoconf-mode):
8077         Tweak comment-start-skip.  (Bug#15822)
8079 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8081         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
8082         at bobp (bug#15826).
8083         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
8085 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
8087         * man.el (Man-start-calling): New macro, extracted from
8088         Man-getpage-in-background.
8089         (Man-getpage-in-background): Use it.
8090         (Man-update-manpage): New command.
8091         (Man-mode-map): Bind it.
8093 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8095         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
8096         of "and", "or", "&&" and "||".
8097         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
8098         argument.  Prohibit opening curly brace because it could only be a
8099         block opener in that position.
8100         (ruby-smie--forward-token, ruby-smie--backward-token):
8101         Separate "|" from "&" or "*" going after it.  That can happen in block
8102         arguments.
8103         (ruby-smie--indent-to-stmt): New function, seeks the end of
8104         previous statement or beginning of buffer.
8105         (ruby-smie-rules): Use it.
8106         (ruby-smie-rules): Check if there's a ":" before a curly block
8107         opener candidate; if there is, it's a hash.
8109 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8111         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
8112         (cl--block-wrapper): Fix last accidental change.
8114 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
8116         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8117         Instrument, in order to hunt failure on hydra.
8119 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8121         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
8122         malformed bindings form (bug#15814).
8124 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
8126         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
8127         "." compared to " @ ".  This incidentally fixes some indentation
8128         examples with "do".
8129         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
8130         (ruby-smie-grammar): New tokens: "and" and "or".
8131         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
8132         Exclude "and" and "or".  Remove "do" in order to work around token
8133         priorities.
8134         (ruby-smie-rules): Add all infix tokens.  Handle the case of
8135         beginning-of-buffer.
8137 2013-11-06  Glenn Morris  <rgm@gnu.org>
8139         * Makefile.in (setwins_almost, setwins_for_subdirs):
8140         Avoid accidental matches.
8142 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8144         * menu-bar.el (popup-menu): Use key-binding.
8146 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
8148         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
8149         menus, support also the menus produced by minor modes.
8150         (Bug#15817)
8152 2013-11-06  Leo Liu  <sdl.web@gmail.com>
8154         * thingatpt.el (thing-at-point-looking-at): Add optional arg
8155         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
8157 2013-11-06  Glenn Morris  <rgm@gnu.org>
8159         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
8160         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
8161         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
8163 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8165         * electric.el (electric-indent-just-newline): New command.
8166         (electric-indent-mode-map): New keymap.
8167         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
8168         Re-add :group which weren't redundant.
8170         * electric.el (electric-indent-local-mode): New minor mode.
8171         (electric-indent-functions-without-reindent): New var.
8172         (electric-indent-post-self-insert-function): Use it.
8173         * emacs-lisp/gv.el (buffer-local-value): Add setter.
8175 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
8177         * international/quail.el (quail-help): Be more explicit about the
8178         meaning of the labels shown on the keys.  (Bug#15800)
8180         * startup.el (normal-top-level): Load the subdirs.el files before
8181         setting the locale environment.  (Bug#15805)
8183 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8185         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
8186         via arguments so as to get the right ones (bug#15418).
8188         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
8190 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
8192         Fix problems found while writing a test suite.
8194         * net/tramp-compat.el (tramp-compat-load): New defun.
8195         * net/tramp.el (tramp-handle-load): Use it.
8197         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
8198         "(numberp ok-if-already-exists)" correctly.
8200 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
8202         * international/characters.el (glyphless-char-display-control):
8203         Add usage note.
8205 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
8207         * progmodes/python.el (python-mode):
8208         * progmodes/scheme.el (scheme-mode):
8209         * progmodes/prolog.el (prolog-mode):
8210         * progmodes/ruby-mode.el (ruby-mode):
8211         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
8212         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
8214 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8216         * rect.el (rectangle--highlight-for-redisplay):
8217         * emacs-lisp/smie.el (smie--next-indent-change):
8218         Use buffer-chars-modified-tick.
8220         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
8222         * electric.el (electric-indent-post-self-insert-function):
8223         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
8225 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
8227         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
8229 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8231         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
8232         (bug#15786).
8234 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8236         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
8238         * progmodes/python.el: Fix up last change.
8239         (python-shell--save-temp-file): New function.
8240         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
8241         `string' comes from the current buffer.
8242         (python-shell-send-string-no-output): Remove `msg' arg.
8243         (python--use-fake-loc): New var.
8244         (python-shell-buffer-substring): Obey it.  Try to compensate for the
8245         extra coding line added by python-shell--save-temp-file.
8246         (python-shell-send-region): Use python-shell--save-temp-file and
8247         python-shell-send-file directly.  Add `nomain' argument.
8248         (python-shell-send-buffer): Use python-shell-send-region.
8249         (python-electric-pair-string-delimiter): New function.
8250         (python-mode): Use it.
8252 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
8254         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
8255         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
8256         environment and decoding all of the default-directory's to here
8257         from command-line.
8258         (command-line): Decode also argv[0].
8260         * loadup.el: Error out if default-directory is a multibyte string
8261         when we are dumping.
8263         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
8265 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
8267         * emacs-lisp/package.el (package-menu-mode)
8268         (package-menu--print-info, package-menu--archive-predicate):
8269         Add Archive column to package list.
8271 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
8273         Fix problems found while writing a test suite.
8275         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
8276         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
8277         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
8278         to nil when running original file name handler.  Otherwise,
8279         there are problems with constructs like "$$FOO".
8281         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
8282         for `localname'.
8284 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
8286         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
8288         * subr.el (version<, version<=, version=):
8289         Update docstrings with information for snapshot versions.
8291         * helpers.el: New library for misc helper functions.
8292         (hash-table-keys): New function returning a list of hash keys.
8293         (hash-table-values): New function returning a list of hash values.
8295 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
8297         * progmodes/ruby-mode.el (ruby-smie--forward-token)
8298         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
8300 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
8302         * textmodes/fill.el (fill-single-char-nobreak-p): New function
8303         checking whether point is after a 1-letter word.
8305 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8307         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
8308         Don't infloop when expanding region over `multiline' syntax-type that
8309         begins a line (bug#15778).
8311 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8313         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
8314         Make it into a proper minor mode.
8315         (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
8316         (rectangle-mark-mode-map): New keymap.
8317         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
8319 2013-11-04  Glenn Morris  <rgm@gnu.org>
8321         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
8323 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8325         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
8326         (ruby-smie-rules): Use smie-rule-parent instead.
8328         * emacs-lisp/smie.el (smie-rule-parent): Always call
8329         smie-indent-virtual rather than only for hanging tokens.
8330         (smie--next-indent-change): New helper command.
8332 2013-11-03  Glenn Morris  <rgm@gnu.org>
8334         * Makefile.in (abs_srcdir): Remove.
8335         (emacs): Unset EMACSLOADPATH.
8337 2013-11-02  Glenn Morris  <rgm@gnu.org>
8339         * Makefile.in (EMACS): Use a relative filename.
8340         (abs_top_builddir): Remove.
8341         (custom-deps, finder-data, autoloads): Use --chdir.
8343         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
8345         Use relative filenames in TAGS files.
8346         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8347         (lisptagsfiles4, TAGS): Use relative file names.
8348         (TAGS-LISP): Remove.
8349         (maintainer-clean): No more TAGS-LISP file.
8351         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8352         (lisptagsfiles4): Use absolute filenames again.
8353         (TAGS, TAGS-LISP): Not everything needs to run in one line.
8354         Remove all *loaddefs files, not just the first.  Remove esh-groups.
8355         (maintainer-clean): Delete TAGS, TAGS-LISP.
8357 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8359         * emacs-lisp/package.el (package-version-join):
8360         Recognize snapshot versions.
8362 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8364         * subr.el (version-regexp-alist): Add support for snapshot versions.
8366 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
8368         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
8369         New function, replacement for `smie-rule-parent' for when we want to
8370         skip over our direct parent if it's an assignment token..
8371         (ruby-smie-rules): Use it.
8373 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
8375         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
8376         unconditionally.  Remove now unnecessary forward declarations.
8377         Remove XEmacs-specific setup.
8378         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
8379         (ruby-font-lock-syntactic-keywords)
8380         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
8381         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
8382         (ruby-here-doc-end-syntax): Remove.
8383         (ruby-mode): Don't check whether `syntax-propertize-rules' is
8384         defined as function.
8386 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8388         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
8390 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
8392         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
8393         table and abbrev table, `define-derived-mode' does that for us
8394         anyway.
8396 2013-11-01  Glenn Morris  <rgm@gnu.org>
8398         * Makefile.in: Remove manual mh-e dependencies (writing .elc
8399         files is atomic for some time, so no parallel compilation issues).
8401 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
8403         * faces.el (face-x-resources): Add :distant-foreground.
8404         (region): Use :distant-foreground for gtk and ns.
8406 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
8408         Allow multiple bibliographies when BibLaTeX is used rather than
8409         BibTeX.
8410         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
8411         (reftex-locate-bibliography-files): Us it.
8413 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
8415         * image.el (image-type-header-regexps): Fix the 'pbm' part to
8416         allow comments in pbm files.
8418         * term/w32-win.el (dynamic-library-alist): Support newer versions
8419         of libjpeg starting with v7: look only for the DLL from the
8420         version against which Emacs was built.
8421         Support versions of libpng beyond 1.4.x.
8422         Support libtiff v4.x.
8424 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
8426         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
8427         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
8428         Add property :safe.
8429         (ruby-deep-arglist): Add property :type.
8431 2013-10-31  Glenn Morris  <rgm@gnu.org>
8433         * Makefile.in (custom-deps, finder-data): No need to setq the target
8434         variables, we are in the right directory and the defaults work fine.
8436 2013-10-30  Glenn Morris  <rgm@gnu.org>
8438         * Makefile.in (autoloads): Do not use abs_lisp.
8440         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8441         `newline' does not respect `standard-output', so use `princ'.
8443 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
8445         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
8446         * buff-menu.el (Buffer-menu--unmark): New function.
8447         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
8449 2013-10-30  Glenn Morris  <rgm@gnu.org>
8451         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
8453         * emacs-lisp/package.el (lm-homepage): Declare.
8455         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
8456         Fix doc typos.
8458         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
8460         * Makefile.in (finder-data, autoloads, update-subdirs)
8461         (compile-main, compile-clean, compile-always, bootstrap-clean):
8462         Check return value of cd.
8463         (compile-calc): Remove.
8465 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8467         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
8469         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
8470         (byte-compile-and-folded): New function.
8471         (=, <, >, <=, >=): Use it.
8473         * dos-w32.el (minibuffer-history-case-insensitive-variables)
8474         (path-separator, null-device, buffer-file-coding-system)
8475         (lpr-headers-switches): Check system-type before modifying them.
8476         (find-buffer-file-type-coding-system): Mark obsolete.
8477         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
8478         find-file-not-found-set-buffer-file-coding-system.
8479         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
8480         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
8481         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
8482         (w32-direct-print-region-helper, w32-direct-print-region-function)
8483         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
8484         * startup.el (normal-top-level-add-subdirs-to-load-path):
8485         * ps-print.el (ps-print-region-function):
8486         * lpr.el (print-region-function): Use new name.
8488         * subr.el (custom-declare-variable-early): Remove function.
8489         (custom-declare-variable-list): Remove var.
8490         (error, user-error): Remove `while' loop.
8491         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
8492         (user-emacs-directory-warning, locate-user-emacs-file):
8493         Move to files.el.
8494         * simple.el (read-quoted-char-radix, read-quoted-char):
8495         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
8496         Move from subr.el.
8497         * custom.el (custom-declare-variable-list): Don't process
8498         custom-declare-variable-list.
8500         * progmodes/python.el (python-shell-get-buffer): New function.
8501         (python-shell-get-process): Use it.
8502         (python-shell-send-string): Always use utf-8 and add a cookie to tell
8503         Python which encoding was used.  Don't split-string since we only care
8504         about the first line.  Return the temp-file, if applicable.
8505         (python-shell-send-region): Tell compile.el how to turn locations in
8506         the temp-file into locations in the source buffer.
8508 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8510         * subr.el (undefined): Add missing behavior from the C code for
8511         unbound keys.
8513         * rect.el: Use lexical-binding.  Add new rectangular region support.
8514         (rectangle-mark): New command.
8515         (rectangle--region): New var.
8516         (deactivate-mark-hook): Reset rectangle--region.
8517         (rectangle--extract-region, rectangle--insert-for-yank)
8518         (rectangle--highlight-for-redisplay)
8519         (rectangle--unhighlight-for-redisplay): New functions.
8520         (region-extract-function, redisplay-unhighlight-region-function)
8521         (redisplay-highlight-region-function): Use them to handle
8522         rectangular region.
8523         * simple.el (region-extract-function): New var.
8524         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
8525         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
8526         (kill-region): Replace obsolete `yank-handler' arg with `region'.
8527         (copy-region-as-kill, kill-ring-save): Add `region' argument.
8528         (redisplay-unhighlight-region-function)
8529         (redisplay-highlight-region-function): New vars.
8530         (redisplay--update-region-highlight): New function.
8531         (pre-redisplay-function): Use it.
8532         (exchange-point-and-mark): Don't deactivate the mark before
8533         reactivate-it anyway.
8534         * comint.el (comint-kill-region): Remove yank-handler argument.
8535         * delsel.el (delete-backward-char, backward-delete-char-untabify)
8536         (delete-char): Remove property, since it's now part of their
8537         default behavior.
8538         (self-insert-iso): Remove property since this command doesn't exist.
8540         * emacs-lisp/package.el (package--download-one-archive)
8541         (describe-package-1): Don't query the user about final newline.
8543 2013-10-29  Daniel Colascione  <dancol@dancol.org>
8545         * net/tramp.el (tramp-methods): Document new functionality.
8546         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
8547         tramp-hostname-checker if method provides one instead of scanning
8548         argument list for "%h" to decide hostname acceptability.
8550 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
8552         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
8553         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8554         Handle COPY-CONTENTS.  (Bug#15737)
8556 2013-10-28  Daiki Ueno  <ueno@gnu.org>
8558         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8559         Document that this option has no effect with GnuPG 2.0 (bug#15552).
8561 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
8563         * image.el (defimage, image-load-path): Doc fixes.
8565 2013-10-27  Alan Mackenzie  <acm@muc.de>
8567         Indent statements in macros following "##" correctly.
8568         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8569         Modify the "#" arm of a cond form to handle "#" and "##" operators.
8571 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8573         * linum.el (linum-update-window): Fix boundary test (bug#13446).
8575 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
8577         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
8578         after `=' is probably a new expression.
8580 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8582         * man.el (man-imenu-title): New option.
8583         (Man-mode-map): Add menu.  (Bug#15722)
8584         (Man-mode): Add imenu to menu.
8586 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
8588         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
8589         specific in what the first arg can be: a non-keyword word,
8590         string/regexp/percent literal opener, opening paren, or unary
8591         operator followed directly by word.
8593 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8595         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
8596         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
8597         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
8598         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
8599         Remove vars, they do not apply any more.
8600         (prolog-mode-abbrev-table): Remove redundant declaration.
8601         (prolog-upper-case-string, prolog-lower-case-string): Remove.
8602         (prolog-use-smie): Remove.
8603         (prolog-smie-rules): Add indentation rule for the if-then-else layout
8604         supported by prolog-electric-if-then-else-flag.
8605         (prolog-mode-variables, prolog-menu): Use setq-local.
8606         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
8607         Remove binding to `Backspace' since this key doesn't exist anyway.
8608         Remove bindings for electric self-inserting keys.
8609         (prog-mode): Assume it's defined.
8610         (prolog-post-self-insert): New function.
8611         (prolog-mode): Use it.
8612         (prolog-indent-line, prolog-indent-level)
8613         (prolog-find-indent-of-matching-paren)
8614         (prolog-indentation-level-of-line, prolog-goto-comment-column)
8615         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
8616         (prolog-goto-next-paren, prolog-in-string-or-comment)
8617         (prolog-tokenize, prolog-inside-mline-comment)
8618         (prolog-find-start-of-mline-comment): Remove functions.
8619         (prolog-find-unmatched-paren, prolog-clause-end)
8620         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
8621         (prolog-electric--if-then-else): Rename from
8622         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
8623         (prolog-tokenize-searchkey): Remove const.
8624         (prolog-clause-info): Use forward-sexp.
8625         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
8626         (prolog-electric-if-then-else): Remove commands.
8627         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
8628         for use in post-self-insert-hook.
8629         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
8630         for use in post-self-insert-hook.
8631         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
8632         for use in post-self-insert-hook.
8633         (prolog-electric--underscore): Rename from prolog-electric--underscore;
8634         adapt it for use in post-self-insert-hook.
8636 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
8638         * emacs-lisp/ert.el (ert-run-tests-interactively):
8639         Use `completing-read'.  (Bug#9756)
8641 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
8643         * simple.el (line-move): Call line-move-1 instead of
8644         line-move-visual when the current window hscroll is zero, but
8645         temporary-goal-column indicates we will need to hscroll as result
8646         of the movement.  (Bug#15712)
8648 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
8650         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
8651         capitalization.  Use :visible instead of :active.
8652         Fix `ruby-indent-exp' reference.  Add menu items for the generic
8653         commands that are used with SMIE.
8654         (ruby-do-end-to-brace): Insert space after `{'.
8656 2013-10-25  John Anthony  <john@jo.hnanthony.com>
8658         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
8660         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
8662 2013-10-25  Glenn Morris  <rgm@gnu.org>
8664         * vc/vc.el (vc-print-log): Don't use a working revision unless
8665         one was explicitly specified.  (Bug#15322)
8667 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8669         * subr.el (add-to-list): Preserve return value in compiler-macro
8670         (bug#15692).
8672 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8674         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
8675         result.  Ask user to retry using '-all' flag.  (Bug#15701)
8677 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8679         * emacs-lisp/smie.el: New smie-config system.
8680         (smie-config): New defcustom.
8681         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
8682         (smie-config-guess, smie-config-save): New commands.
8683         (smie-config--mode-local, smie-config--buffer-local)
8684         (smie-config--trace, smie-config--modefuns): New vars.
8685         (smie-config--advice, smie-config--mode-hook)
8686         (smie-config--setter, smie-config-local, smie-config--get-trace)
8687         (smie-config--guess-value, smie-config--guess): New functions.
8688         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
8689         text properties.  Treat "string fence" syntax like string syntax.
8691         * progmodes/sh-script.el (sh-use-smie): Change default.
8692         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
8693         (sh-var-value): Simplify by CSE.
8694         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
8695         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
8696         is used.
8697         (sh-guess-basic-offset): Use cl-incf.
8698         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
8700 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
8702         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
8703         (bug#15699).
8705 2013-10-24  Glenn Morris  <rgm@gnu.org>
8707         * Makefile.in (abs_top_srcdir): Remove.
8708         (update-subdirs): Use relative path to update-subdirs.
8710 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
8712         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
8713         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8714         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8715         Call unmsys--file-name before expand-file-name, not after it.
8717 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
8719         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
8720         (ert-test-skipped): New error.
8721         (ert-skip, ert-stats-skipped): New defuns.
8722         (ert--skip-unless): New macro.
8723         (ert-test-skipped): New struct.
8724         (ert--run-test-debugger, ert-test-result-type-p)
8725         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
8726         (ert--stats-set-test-and-result, ert-char-for-test-result)
8727         (ert-string-for-test-result, ert-run-tests-batch)
8728         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
8729         Handle skipped tests.  (Bug#9803)
8731 2013-10-24  Glenn Morris  <rgm@gnu.org>
8733         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
8735         * Makefile.in (abs_top_srcdir): New, set by configure.
8736         (update-subdirs): Correct build-aux location.
8738 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
8740         * vc/vc.el (vc-print-root-log): Always set `default-directory'
8741         value, whether we could auto-deduce `backend', or not.
8743         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
8744         with parameters" example.  Simplify the "is it block or is it
8745         hash" check, but also make it more thorough.
8747 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
8749         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
8751 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8753         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
8754         { if it is hanging.
8756         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
8757         :before ";".
8759 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
8761         * progmodes/compile.el (compilation-directory-matcher)
8762         (compilation-page-delimiter):
8763         Support GNU Make-4.0 directory quoting.  (Bug#15678)
8765 2013-10-23  Leo Liu  <sdl.web@gmail.com>
8767         * ido.el (ido-tidy): Handle read-only text.
8769 2013-10-23  Glenn Morris  <rgm@gnu.org>
8771         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
8772         (emacs, compile, compile-always):
8773         Quote entities that might contain whitespace.
8774         (custom-deps, finder-data, autoloads): Use abs_lisp.
8775         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8776         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8777         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
8779 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
8781         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
8782         Use `following-char'.
8784 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8786         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
8787         * progmodes/ruby-mode.el (ruby-smie-rules):
8788         Remove corresponding workaround.  Fix indentation rule of ";" so it
8789         also applies when ";" is the parent.
8791 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
8793         * frame.el (display-screens, display-pixel-height)
8794         (display-pixel-width, display-mm-width, display-backing-store)
8795         (display-save-under, display-planes, display-color-cells)
8796         (display-visual-class, display-monitor-attributes-list):
8797         Mention the optional ‘display’ argument in doc strings.
8799 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
8801         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
8802         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
8804 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
8806         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
8807         TODO.  Add "." after " @ ".
8808         (ruby-smie--at-dot-call): New function.  Checks if point at method
8809         call with explicit target.
8810         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
8811         to the method name tokens when it precedes them.
8812         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
8813         (ruby-smie-rules): Add rule for indentation before and after "."
8814         token.
8816 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8818         * textmodes/remember.el (remember-diary-extract-entries):
8819         Avoid add-to-list.
8821         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
8822         an instruction.
8824 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
8826         * progmodes/ruby-mode.el (ruby-smie-grammar):
8827         Add (almost) all infix operators.
8828         (ruby-smie--implicit-semi-p): Add new operator chars.
8830         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8831         `smie-down-list'.
8832         (ruby-smie--args-separator-p): Check that there's no newline
8833         between method call and its arguments.
8835 2013-10-20  Alan Mackenzie  <acm@muc.de>
8837         Allow comma separated lists after Java "implements".
8839         * progmodes/cc-engine.el (c-backward-over-enum-header):
8840         Parse commas.
8841         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
8842         from a "disallowed" list in enum fontification.
8844 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
8846         * startup.el (default-frame-background-mode): Remove unused defvar.
8848         * progmodes/verilog-mode.el (verilog-mode): Don't set
8849         comment-indent-function globally.
8851 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
8853         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
8854         Move Info menu item creation to ns-win.el.
8856         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
8857         in menu bar.
8859         * menu-bar.el: Move GNUstep specific menus...
8861         * term/ns-win.el (ns-initialize-window-system): ... to here.
8863 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * simple.el (newline): Only run post-self-insert-hook when
8866         called interactively.
8868 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
8870         * icomplete.el (icomplete-with-completion-tables): Add :version.
8872 2013-10-19  Alan Mackenzie  <acm@muc.de>
8874         Fix fontification bugs with constructors and const.
8876         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
8877         CASE 2) Remove the check for the absence of a suffix construct
8878         after a function declaration with only types (no identifiers) in
8879         the parentheses.  Also, accept a function declaration with just a
8880         type inside the parentheses, if this type can be positively
8881         recognised as such, or if a prefix keyword like "explicit" nails
8882         down the construct as a declaration.
8884 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
8886         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
8887         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
8888         the problem whereby selecting a menu item that leads to a
8889         minibuffer prompt moves the cursor out of the minibuffer window,
8890         making it hard to type at the prompt.  Suggested by Stefan Monnier
8891         <monnier@iro.umontreal.ca>.
8893 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
8895         * menu-bar.el: Don't make Services menu.
8897 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8899         * ffap.el: Handle "/usr/include/c++/<version>" directories.
8900         (ffap-alist): Use ffap-c++-mode for c++-mode.
8901         (ffap-c++-path): New variable.
8902         (ffap-c++-mode): New function.
8904 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
8906         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
8908 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
8910         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
8911         introduced on 2013-09-08, which results in an infinite loop
8912         requesting a password.
8914 2013-10-18  Glenn Morris  <rgm@gnu.org>
8916         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
8918 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
8920         Sync with upstream verilog-mode revision 1a6ecec7.
8921         * progmodes/verilog-mode.el (verilog-mode-version): Update.
8922         (verilog-mode-release-date): Remove.
8923         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
8924         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
8925         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
8926         (verilog-auto-tieoff-ignore-regexp)
8927         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
8928         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
8929         (verilog-signals-with, verilog-dir-cache-preserving)
8930         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
8931         Doc fixes.
8932         (verilog-case-fold): New option, to control case folding in
8933         regexp searches, bug597.
8934         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
8935         (verilog-string-match-fold, verilog-in-paren-count)
8936         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
8937         (verilog-at-close-struct-p): New functions.
8938         (verilog-beg-block-re-ordered, verilog-extended-case-re)
8939         (verilog-forward-sexp, verilog-set-auto-endcomments)
8940         (verilog-leap-to-case-head): Handle "unique0" case.
8941         (verilog-in-constraint-re): New constant.
8942         (verilog-keywords, verilog-type-font-keywords):
8943         Add some SystemVerilog 1800-2012 keywords.
8944         (verilog-label-be): Remove unimplemented argument, bug669.
8945         (verilog-batch-execute-func): When batch expanding clear
8946         create-lockfiles to prevent spurious user locks when a file ends
8947         up not changing.
8948         (verilog-calculate-indent, verilog-calc-1)
8949         (verilog-at-close-constraint-p, verilog-at-constraint-p)
8950         (verilog-do-indent): Fix indentation of nested constraints
8951         and structures.
8952         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
8953         (verilog-auto-inst-param): Use verilog-string-match-fold.
8954         (verilog-read-inst-module-matcher):
8955         Fix AUTOINST on gate primitives with #1.
8956         (verilog-read-decls): Fix double-declaring user-defined typed signals.
8957         Reads all user-defined typed variables.
8958         (verilog-read-defines): Fix reading definitions inside comments, bug647.
8959         (verilog-signals-matching-regexp)
8960         (verilog-signals-not-matching-regexp, verilog-auto):
8961         Respect verilog-case-fold.
8962         (verilog-diff-report): Fix line count.
8963         (verilog-auto-assign-modport): Remove unused local `modi'.
8964         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
8965         better handle multidimensional arrays.
8966         Fix packed array ports misadding bit index in AUTOINST, bug637.
8967         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
8968         to not double-declare existing outputs and inputs, respectively.
8969         (verilog-template-map): Bind U to verilog-sk-uvm-component.
8970         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
8971         (verilog-sk-uvm-component): New skeleton.
8972         (verilog-submit-bug-report): Add verilog-case-fold,
8973         remove verilog-mode-release-date.
8975 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
8977         * subr.el (sit-for): Call (input-pending-p t) so as to behave
8978         as before.
8980 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
8982         * textmodes/remember.el (remember): Set buffer-offer-save in
8983         remember buffers (bug#13566).
8985 2013-10-18  Daniel Colascione  <dancol@dancol.org>
8987         When evaluating forms in ielm, direct standard output to ielm
8988         buffer.  Add new ielm-return-for-effect command.  Remove trailing
8989         whitespace throughout.
8991         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
8992         (ielm-return-for-effect): New command.
8993         (ielm-send-input): Accept optional `for-effect' parameter.
8994         (ielm-eval-input): Accept optional `for-effect' parameter.
8995         Bind `standard-output' to stream we create using
8996         `ielm-standard-output-impl'.  Suppress printing result when
8997         `for-effect'.
8998         (ielm-standard-output-impl): New function.
8999         (inferior-emacs-lisp-mode): Explain new features in documentation.
9001 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
9003         Code cleanup.
9005         * net/tramp.el (tramp-debug-message): Do not check for connection
9006         buffer.
9007         (tramp-message): Use "vector" connection property.
9009         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
9010         (tramp-equal-remote, tramp-eshell-directory-change)
9011         * net/tramp-adb.el (tramp-adb-handle-copy-file)
9012         (tramp-adb-handle-rename-file)
9013         * net/tramp-cmds.el (tramp-list-remote-buffers)
9014         (tramp-cleanup-connection, tramp-cleanup-this-connection)
9015         * net/tramp-compat.el (tramp-compat-process-running-p)
9016         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
9017         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
9018         (tramp-gvfs-handle-rename-file)
9019         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9020         (tramp-set-file-uid-gid)
9021         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9022         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
9023         of `file-remote-p'.
9025         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
9026         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9027         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
9028         (tramp-gw-open-network-stream): Suppress unrelated traces.
9030         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
9031         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9032         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9033         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
9034         connection property.
9036         * net/tramp-cache.el (top): Suppress traces when reading
9037         persistency file.
9039         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9040         Refactor common code.  Improve debug message.
9041         (tramp-maybe-open-connection)
9042         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
9043         connection buffer too early.
9045         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
9046         from `tramp-smb-actions-with-acl'.
9047         (tramp-smb-actions-set-acl): New defconst.
9048         (tramp-smb-handle-copy-directory)
9049         (tramp-smb-action-get-acl): New defun, renamed from
9050         `tramp-smb-action-with-acl'.
9051         (tramp-smb-action-set-acl): New defun.
9052         (tramp-smb-handle-set-file-acl): Rewrite.
9054 2013-10-17  Glenn Morris  <rgm@gnu.org>
9056         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
9058 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9060         * skeleton.el (skeleton-newline): Remove.
9061         (skeleton-internal-1): Use (insert "\n") instead.
9063         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
9064         let-bindings.
9066         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
9067         forward-sexp-function while we redo its job (bug#15613).
9069 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
9071         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
9072         represented by lists.
9074 2013-10-16  Glenn Morris  <rgm@gnu.org>
9076         * tmm.el (tmm--history): New dynamic variable.
9077         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
9079 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
9081         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
9082         (tramp-smb-errors): Add error messages.
9083         (tramp-smb-actions-with-acl): New defconst.
9084         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
9085         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
9086         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
9087         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
9088         (tramp-smb-get-stat-capability): Fix tests.
9090 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9092         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
9093         (bug#15580).
9095 2013-10-16  Glenn Morris  <rgm@gnu.org>
9097         * ansi-color.el (ansi-color-drop-regexp):
9098         Add 1J, 1K, 2K.  (Bug#15617)
9100         * files.el (hack-local-variables--warned-lexical): New.
9101         (hack-local-variables):
9102         Warn about misplaced lexical-binding.  (Bug#15616)
9104         * net/eww.el (eww-render): Always set eww-current-url,
9105         and update header line.  (Bug#15622)
9106         (eww-display-html): ... Rather than just doing it here.
9108 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
9110         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
9111         menu navigations commands.
9113 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9115         * progmodes/subword.el (subword-capitalize): Be careful when
9116         the search for [[:alpha:]] fails (bug#15580).
9118 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
9120         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
9121         to commands that scroll the menu.
9123 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
9125         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
9126         Handle methods ending with `?' and `!'.
9128 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
9130         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
9131         `japanese-cp932' to `cp932' to fix the problem where saving a
9132         source file written in Shift_JIS twice would end up having
9133         `coding: japanese-cp932' which Ruby could not recognize.
9134         (ruby-mode-set-encoding): Add support for encodings mapped to nil
9135         in `ruby-encoding-map'.
9136         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
9137         doesn't need to be explicitly declared in magic comment.
9138         (ruby-encoding-map): Add type declaration for better customize UI.
9140 2013-10-13  Glenn Morris  <rgm@gnu.org>
9142         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
9143         Occur buffers are read-only.  http://bugs.debian.org/720775
9145         * emacs-lisp/authors.el (authors-fixed-entries):
9146         Comment out old alpha stuff.
9148 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
9150         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
9151         to `after-save-hook' instead of `before-save-hook'.
9152         (ruby-mode-set-encoding): Use the value of coding system used to
9153         write the file.  Call `basic-save-buffer-1' after modifying the
9154         buffer.
9156 2013-10-13  Alan Mackenzie  <acm@muc.de>
9158         Fix indentation/fontification of Java enum with
9159         "implements"/generic.
9161         * progmodes/cc-engine.el (c-backward-over-enum-header):
9162         Extracted from the three other places and enhanced to handle generics.
9163         (c-inside-bracelist-p): Uses new function above.
9164         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
9165         function above.
9166         (c-font-lock-enum-tail): Uses new function above.
9168 2013-10-13  Kenichi Handa  <handa@gnu.org>
9170         * international/mule-cmds.el (select-safe-coding-system): Remove a
9171         superfluous condition in chekcing whether a coding system is safe
9172         or not.
9174 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
9176         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
9178 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
9180         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
9182 2013-10-13  Glenn Morris  <rgm@gnu.org>
9184         * menu-bar.el (menu-bar-update-buffers):
9185         Unify Buffers menu prompt string.  (Bug#15576)
9187         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
9189         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
9190         Add some entries.
9191         (authors-fixed-entries): Use accented form of name.
9193 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9195         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
9196         method calls (bug#15594).
9197         (ruby-smie--args-separator-p): New function.
9198         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
9199         recognize paren-free method calls.
9201         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
9202         internals of universal-argument.
9204 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
9206         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
9207         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
9208         dropped menu on second mouse click on the menu bar.
9210 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9212         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
9213         (explicit-shell-file-name): Declare.
9214         (sh--vars-before-point, sh--cmd-completion-table): New functions.
9215         (sh-completion-at-point-function): New function.
9216         (sh-mode): Use it.
9217         (sh-smie--keyword-p): Remove unused argument.
9218         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
9219         vars.
9220         (sh-set-shell): Always setup SMIE, even if we use the
9221         old indentation code.
9223 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
9225         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
9226         cases of ? and =.
9227         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
9228         predicate would return nil are almost non-existent.
9229         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
9231         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
9232         cache also after commands that modify the buffer but don't move
9233         point.
9235 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9237         * env.el (substitute-env-in-file-name): New function.
9238         (substitute-env-vars): Extend the meaning of the optional arg.
9240 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
9242         * term/w32-win.el (dynamic-library-alist): Define separate lists
9243         of GIF DLLs for versions before and after 5.0.0 of giflib.
9244         (Bug#15531)
9246 2013-10-10  João Távora  <joaotavora@gmail.com>
9248         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
9249         not locked, use last revision and current source as
9250         defaults.  (Bug#15569)
9252 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
9254         * menu-bar.el (menu-bar-open): Don't use popup-menu if
9255         menu-bar is hidden.
9257 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
9259         * window.el (pop-to-buffer-same-window): Fix doc-string.
9260         (Bug#15492)
9262 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9264         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
9266 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
9268         * calendar/icalendar.el (icalendar-import-file):
9269         Fix interactive spec.  (Bug#15482)
9271 2013-10-10  Glenn Morris  <rgm@gnu.org>
9273         * desktop.el (desktop-save): Default to saving in .emacs.d,
9274         since PWD is no longer in desktop-path by default.  (Bug#15319)
9276         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
9277         now that text mode has a menu with the same entry.
9278         (menu-bar-text-mode-auto-fill): Remove now unused func.
9279         * textmodes/text-mode.el (text-mode-map):
9280         Use auto-fill help text from menu-bar.el.
9282 2013-10-10  John Anthony  <john@jo.hnanthony.com>
9284         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
9286 2013-10-09  Juri Linkov  <juri@jurta.org>
9288         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
9289         instead of this-command-keys.  Add universal-argument-more and
9290         universal-argument-minus to the list of prefix commands.  (Bug#15568)
9292 2013-10-09  Glenn Morris  <rgm@gnu.org>
9294         * vc/vc-svn.el (vc-svn-create-repo):
9295         Expand paths in file://... url.  (Bug#15446)
9297         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
9298         Add some entries.
9299         (authors): Remove unused local variables.
9301 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9303         * profiler.el: Create a more coherent calltree from partial backtraces.
9304         (profiler-format): Hide the tail with `invisible' so that C-s can still
9305         find the hidden elements.
9306         (profiler-calltree-depth): Don't recurse so enthusiastically.
9307         (profiler-function-equal): New hash-table-test.
9308         (profiler-calltree-build-unified): New function.
9309         (profiler-calltree-build): Use it.
9310         (profiler-report-make-name-part): Indent the calltree less.
9311         (profiler-report-mode): Add visibility specs for profiler-format.
9312         (profiler-report-expand-entry, profiler-report-toggle-entry):
9313         Expand the whole subtree when provided with a prefix arg.
9315 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
9317         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
9318         iuwu-mod token.
9319         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
9320         hanging iuwu-mod token.
9321         (ruby-smie--forward-token): Do not include a dot after a token in
9322         that token.
9323         (ruby-smie--backward-token): Likewise.
9325 2013-10-08  Juri Linkov  <juri@jurta.org>
9327         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
9328         to isearch-other-control-char.
9329         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
9330         and isearch-post-command-hook to post-command-hook.
9331         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
9332         and isearch-post-command-hook from post-command-hook.
9333         (isearch-unread-key-sequence)
9334         (isearch-reread-key-sequence-naturally)
9335         (isearch-lookup-scroll-key, isearch-other-control-char)
9336         (isearch-other-meta-char): Remove functions.
9337         (isearch-pre-command-hook, isearch-post-command-hook):
9338         New functions based on isearch-other-meta-char rewritten
9339         relying on the new behavior of overriding-terminal-local-map
9340         that does not replace the local keymaps any more.  (Bug#15200)
9342 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
9344         Support menus on text-mode terminals.
9345         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
9346         functionality.
9348         * tooltip.el (tooltip-mode): Don't error out on TTYs.
9350         * menu-bar.el (popup-menu, popup-menu-normalize-position):
9351         Move here from mouse.el.
9352         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
9353         and arrow keys.
9354         (tty-menu-navigation-map): New map for TTY menu navigation.
9356         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
9358         * frame.el (display-mouse-p): Report text-mode mouse as available
9359         on w32.
9360         (display-popup-menus-p): Report availability if mouse is
9361         available; don't condition on window-system.
9363         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
9364         (tty-menu-selected-face): New faces.
9366 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9368         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
9369         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
9370         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
9371         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
9372         New constants.
9373         (lisp-mode-variables): New `elisp' argument.
9374         (emacs-lisp-mode): Use it.
9375         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
9376         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
9378         * indent.el: Use lexical-binding.
9379         (indent-region): Add progress reporter.
9380         (tab-stop-list): Make it implicitly extend to infinity by repeating the
9381         last step.
9382         (indent--next-tab-stop): New function to implement this behavior.
9383         (tab-to-tab-stop, move-to-tab-stop): Use it.
9385 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
9387         * indent.el (indent-rigidly--current-indentation): New function.
9388         (indent-rigidly-map): New var.
9389         (indent-rigidly): Use it to provide interactive mode (bug#8196).
9391 2013-10-08  Bastien Guerry  <bzg@gnu.org>
9393         * register.el (insert-register): Fix 2013-10-07 change.
9395 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9397         * progmodes/perl-mode.el: Use lexical-binding.
9398         Remove redundant :group args.
9399         (perl-nochange): Change default to be closer to other major modes's
9400         standard behavior.
9401         (perl-indent-line): Don't consider text on current line as a
9402         valid beginning of function from which to indent.
9404         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
9405         with more than one argument (bug#15538).
9407         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
9409         * vc/pcvs.el: Use lexical-binding.
9410         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
9411         environment of `eval'.
9412         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
9413         than a list of expressions.  Adjust callers.
9414         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
9416 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
9418         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
9419         case of the dot in a chained method call being on the following line.
9421 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9423         * electric.el (electric-indent-inhibit): New var.
9424         (electric-indent-post-self-insert-function): Use it.
9425         * progmodes/python.el (python-mode): Set it.
9427         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
9428         open braces.
9430         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
9432         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
9433         (css-mode): Use electric-indent-chars.
9435         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
9436         (font-lock-beg, font-lock-end): Move before first use.
9437         (nxml-mode): Use syntax-propertize-function.
9438         (nxml-after-change, nxml-after-change1): Adjust accordingly.
9439         (nxml-extend-after-change-region): Remove.
9440         * nxml/xmltok.el: Use lexical-binding.
9441         (xmltok-save): Use `declare'.
9442         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
9443         * nxml/nxml-util.el: Use lexical-binding.
9444         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
9445         Use `declare'.
9446         * nxml/nxml-ns.el: Use lexical-binding.
9447         (nxml-ns-save): Use `declare'.
9448         (nxml-ns-prefixes-for): Avoid add-to-list.
9449         * nxml/rng-match.el: Use lexical-binding.
9450         (rng--ipattern): Use cl-defstruct.
9451         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
9452         (rng-cons-group-after, rng-subst-group-after)
9453         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
9454         Use closures instead of `(lambda...).
9456 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
9458         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
9459         of BEG and END.
9461         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9462         Use `tramp-handle-insert-file-contents'.
9463         (tramp-gvfs-handle-insert-file-contents): Remove function.
9465         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9466         Use `save-restriction' in order to keep markers.
9468         * net/trampver.el: Update release number.
9470 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9472         * progmodes/compile.el (compilation-parse-errors):
9473         Use compilation--put-prop.
9474         (compilation--ensure-parse): Check compilation-multiline.
9476         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
9478         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
9479         lexical-binding.
9481         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
9483         * progmodes/ruby-mode.el: Fix recently added tests.
9484         (ruby-smie-grammar): Add - and +.
9485         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
9486         (ruby-smie--backward-id): New functions.
9487         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
9488         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
9489         any more.
9491 2013-10-07  Leo Liu  <sdl.web@gmail.com>
9493         * register.el (register-preview-delay)
9494         (register-preview-functions): New variables.
9495         (register-read-with-preview, register-preview)
9496         (register-describe-oneline): New functions.
9497         (point-to-register, window-configuration-to-register)
9498         (frame-configuration-to-register, jump-to-register)
9499         (number-to-register, view-register, insert-register)
9500         (copy-to-register, append-to-register, prepend-to-register)
9501         (copy-rectangle-to-register): Use register-read-with-preview to
9502         read register.  (Bug#15525)
9504 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
9506         * net/network-stream.el (network-stream-open-starttls): Don't add
9507         --insecure if it's already present, because that gnutls-cli
9508         rejects getting that parameter twice.
9510 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
9512         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
9513         keyword, too.
9515 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
9517         * newcomment.el (comment-use-global-state): Change default value
9518         to t, mark obsolete (Bug#15251).
9519         (comment-beginning): In addition to `comment-to-syntax', check the
9520         value of `comment-use-global-state'.
9522 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9524         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
9525         (ruby-comment-column): Follow the global default, by default.
9526         (ruby-smie-grammar): Add assignment syntax.
9527         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
9528         open-paren, a comma, or a \.
9529         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
9530         and line continuations.
9531         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
9532         followed by implicit semi-colons.  Add rule for string concatenation
9533         and for indentation at BOB.
9534         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
9536         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
9537         calling next-sexp, since next-token may have skipped chars which
9538         next-sexp doesn't know should be skipped!
9540 2013-10-05  Leo Liu  <sdl.web@gmail.com>
9542         * progmodes/octave.el (octave-send-region):
9543         Call compilation-forget-errors.
9545 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
9547         * vc/vc-svn.el (vc-svn-find-admin-dir):
9548         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
9549         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
9550         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
9551         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
9553 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9555         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
9557 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9559         * subr.el (read-passwd): Hide chars even when called within a context
9560         where after-change-functions is disabled (bug#15501).
9561         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
9562         until we removed ourself from overriding-terminal-local-map.
9564 2013-10-04  Leo Liu  <sdl.web@gmail.com>
9566         * progmodes/octave.el (inferior-octave-mode):
9567         Call compilation-forget-errors.
9569 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
9571         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
9573 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
9575         * net/secrets.el (secrets-create-collection): Add optional
9576         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
9577         dbus-call-method argument.  (Bug#15516)
9579 2013-10-04  Leo Liu  <sdl.web@gmail.com>
9581         * progmodes/octave.el (inferior-octave-error-regexp-alist)
9582         (inferior-octave-compilation-font-lock-keywords): New variables.
9583         (compilation-error-regexp-alist)
9584         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
9585         (inferior-octave-mode): Use compilation-shell-minor-mode.
9587 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
9589         * minibuffer.el (completion--replace): Be careful that `end' might be
9590         a marker.
9592 2013-10-03  Daiki Ueno  <ueno@gnu.org>
9594         Add support for package signature checking.
9595         * emacs-lisp/package.el (url-http-file-exists-p)
9596         (epg-make-context, epg-context-set-home-directory)
9597         (epg-verify-string, epg-context-result-for)
9598         (epg-signature-status, epg-signature-to-string)
9599         (epg-check-configuration, epg-configuration)
9600         (epg-import-keys-from-file): Declare.
9601         (package-check-signature): New user option.
9602         (package-unsigned-archives): New user option.
9603         (package-desc): Add `signed' field.
9604         (package-load-descriptor): Set `signed' field if .signed file exists.
9605         (package--archive-file-exists-p): New function.
9606         (package--check-signature): New function.
9607         (package-install-from-archive): Check package signature.
9608         (package--download-one-archive): Check archive signature.
9609         (package-delete): Remove .signed file.
9610         (package-import-keyring): New command.
9611         (package-refresh-contents): Import default keyring.
9612         (package-desc-status): Add "unsigned" status.
9613         (describe-package-1, package-menu--print-info)
9614         (package-menu-mark-delete, package-menu--find-upgrades)
9615         (package-menu--status-predicate): Support "unsigned" status.
9617 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9619         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
9620         the new compilation scheme using the new byte-codes.
9622         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
9623         (byte-pophandler): New byte codes.
9624         (byte-goto-ops): Adjust accordingly.
9625         (byte-compile--use-old-handlers): New var.
9626         (byte-compile-catch): Use new byte codes depending on
9627         byte-compile--use-old-handlers.
9628         (byte-compile-condition-case--old): Rename from
9629         byte-compile-condition-case.
9630         (byte-compile-condition-case--new): New function.
9631         (byte-compile-condition-case): New function that dispatches depending
9632         on byte-compile--use-old-handlers.
9633         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
9634         when we can.
9636         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9637         Optimize under `condition-case' and `catch' if
9638         byte-compile--use-old-handlers is nil.
9639         (disassemble-offset): Handle new bytecodes.
9641 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9643         * subr.el (error): Use `declare'.
9644         (decode-char, encode-char): Use advertised-calling-convention instead
9645         of the docstring to discourage use of the `restriction' arg.
9647 2013-10-03  Daiki Ueno  <ueno@gnu.org>
9649         * epg.el (epg-verify-file): Add a comment saying that it does not
9650         notify verification error as a return value nor a signal.
9651         (epg-verify-string): Ditto.
9653 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9655         * progmodes/compile.el (compilation-start): Try globbing the arg to
9656         `cd' (bug#15417).
9658 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
9660         Sync with Tramp 2.2.8.
9662         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
9663         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
9664         * net/trampver.el: Update release number.
9666 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
9668         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9669         and default-process-coding-system for darwin only.
9671 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9673         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
9675 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
9677         * vc/vc-git.el (vc-git-grep): Disable pager.
9679 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
9681         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
9682         Use :url instead of :homepage, as per
9683         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
9685         * newcomment.el (comment-beginning): When `comment-use-syntax' is
9686         non-nil, use `syntax-ppss' (Bug#15251).
9688 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9690         * progmodes/octave.el (inferior-octave-startup-file):
9691         Prefer ~/.emacs.d/init_octave.m.
9693 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
9695         * emacs-lisp/package.el (package-desc-from-define):
9696         Accept additional arguments as plist, convert them to an alist and store
9697         them in the `extras' slot.
9698         (package-generate-description-file): Convert extras alist back to
9699         plist and append to the `define-package' form arguments.
9700         (package--alist-to-plist): New function.
9701         (package--ac-desc): Add `extras' slot.
9702         (package--add-to-archive-contents): Check if the archive-contents
9703         vector is long enough, and if it is, pass its `extras' slot value
9704         to `package-desc-create'.
9705         (package-buffer-info): Call `lm-homepage', pass the returned value
9706         to `package-desc-from-define'.
9707         (describe-package-1): Render the homepage button (Bug#13291).
9709         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9710         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
9712 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
9714         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9715         and default-process-coding-system to utf-8-unix (Bug#15402).
9717 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
9719         * subr.el (looking-back): Do not recommend using looking-back.
9721 2013-09-28  Alan Mackenzie  <acm@muc.de>
9723         Fix indentation/fontification of Java enum with "implements".
9725         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
9726         regexp which matches "implements", etc., in Java.
9727         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
9728         specifier clauses coming after "enum".
9729         * progmodes/cc-fonts.el (c-font-lock-declarations)
9730         (c-font-lock-enum-tail): Check for extra specifier clauses coming
9731         after "enum".
9733 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
9735         * faces.el (region): Change ns_selection_color to
9736         ns_selection_fg_color, add ns_selection_bg_color.
9738 2013-09-28  Leo Liu  <sdl.web@gmail.com>
9740         * progmodes/octave.el (inferior-octave-completion-table)
9741         (inferior-octave-completion-at-point): Minor tweaks.
9743         * textmodes/ispell.el (ispell-lookup-words): Rename from
9744         lookup-words.  (Bug#15460)
9745         (lookup-words): Obsolete.
9746         (ispell-complete-word, ispell-command-loop): All uses changed.
9748 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9750         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
9751         (octave-mode-menu): Add octave-send-buffer.
9752         (octave-send-buffer): New function.
9754 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9756         * progmodes/octave.el (octave-mode-map): Add key binding for
9757         octave-lookfor.
9758         (octave-mode-menu): Add octave-lookfor.
9759         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
9760         octave-lookfor.
9761         (octave-lookfor): New function.
9763 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9765         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
9766         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
9767         its convention.
9768         (cl--loop-set-iterator-function): New function.
9769         (cl-loop): Adjust accordingly, so as not to use cl-subst.
9770         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
9771         Bind `it' with `let' instead of substituting it with `cl-subst'.
9772         (cl--unused-var-p): New function.
9773         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
9774         Eliminate some unused variable warnings (bug#15326).
9776 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
9778         * doc-view.el (doc-view-scale-reset): Rename from
9779         `doc-view-reset-zoom-level'.
9780         (doc-view-scale-adjust): New command.
9781         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
9782         `doc-view-scale-adjust'.
9784 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
9786         * doc-view.el (doc-view-reset-zoom-level): New command.
9787         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
9788         zoom commands (bug#15466).
9790 2013-09-26  Kenichi Handa  <handa@gnu.org>
9792         * international/quail.el (quail-help): Make it not a command.
9794 2013-09-26  Leo Liu  <sdl.web@gmail.com>
9796         * minibuffer.el (completion-all-sorted-completions): Make args
9797         optional as they are.
9799 2013-09-25  Daniel Colascione  <dancol@dancol.org>
9801         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
9802         specs are and that they're not evaluated.
9804 2013-09-24  Sam Steingold  <sds@gnu.org>
9806         * midnight.el (clean-buffer-list-kill-regexps)
9807         (clean-buffer-list-kill-buffer-names): Update for the new Man
9808         buffer naming which includes the object name.
9810 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9812         * eshell/esh-cmd.el (eshell--sep-terms): New var.
9813         (eshell-parse-command, eshell-parse-pipeline): Use it since
9814         eshell-separate-commands requires a dynamic scoped var.
9815         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
9817 2013-09-23  Leo Liu  <sdl.web@gmail.com>
9819         * autoinsert.el (auto-insert-alist): Make the value of
9820         lexical-binding match its file setting.
9822 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
9824         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
9826         * autoarg.el (autoarg-kp-digit-argument):
9827         * electric.el (Electric-command-loop):
9828         * kmacro.el (kmacro-step-edit-insert):
9829         Do not set universal-argument-num-events.
9831 2013-09-22  Leo Liu  <sdl.web@gmail.com>
9833         * files.el (interpreter-mode-alist): Add octave.
9835 2013-09-21  Alan Mackenzie  <acm@muc.de>
9837         C++: fontify identifier in declaration following "public:" correctly.
9838         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
9839         to match "public", etc.
9840         (c-decl-prefix-re): Add ":" into the C++ value.
9841         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
9842         bit.  Add a check for a ":" preceded by "public", etc.
9844 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
9846         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
9847         recognized by GDB 7.5 and later.
9849 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
9851         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
9853 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9855         * subr.el (internal--call-interactively): New const.
9856         (called-interactively-p): Use it (bug#3984).
9858 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
9860         * vc/pcvs.el (cvs-mode-ignore):
9861         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
9862         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
9864 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9866         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
9867         (eshell-ls-orig-insert-directory): Remove.
9868         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
9869         (eshell-ls-use-in-dired): Use advice-add/remove.
9870         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
9871         Add `orig-fun' arg for use in :around advice.
9872         Make it check (redundantly) eshell-ls-use-in-dired.
9874 2013-09-19  Glenn Morris  <rgm@gnu.org>
9876         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
9878         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
9880         * emacs-lisp/eieio.el (class-parent): Undo previous change.
9882 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
9884         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
9885         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
9886         (tramp-get-remote-python): New defuns.
9887         (tramp-get-remote-uid-with-perl)
9888         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
9889         contributed by yary <not.com@gmail.com> (tiny change).
9890         (tramp-get-remote-uid-with-python)
9891         (tramp-get-remote-gid-with-python): New defuns.  Python code
9892         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
9893         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
9895 2013-09-19  Glenn Morris  <rgm@gnu.org>
9897         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
9899         * eshell/em-unix.el (eshell-remove-entries):
9900         Rename argument to avoid name-clash with global `top-level'.
9902         * eshell/esh-proc.el (eshell-kill-process-function):
9903         Remove eshell-reset-after-proc from eshell-kill-hook if present.
9904         (eshell-reset-after-proc): Remove unused arg `proc'.
9906         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
9907         (directory-files-and-attributes): Mark unused arg.
9909         * eshell/em-unix.el (eshell-remove-entries):
9910         Remove unused arg `path'.  Update callers.
9912         * eshell/em-hist.el (eshell-hist-parse-arguments):
9913         Remove unused arg `silent'.  Update callers.
9915         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
9916         Fix (f)boundp mix-up.
9918         * eshell/em-smart.el (eshell-smart-scroll-window)
9919         (eshell-disable-after-change):
9920         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
9922 2013-09-18  Alan Mackenzie  <acm@muc.de>
9924         Fix fontification of type when followed by "const".
9925         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
9926         "known" types from fontification.
9928 2013-09-18  Glenn Morris  <rgm@gnu.org>
9930         * emacs-lisp/chart.el (x-display-color-cells): Declare.
9931         (chart-face-list): Drop Emacsen without display-color-p.
9933         * net/eww.el (libxml-parse-html-region): Declare.
9934         (eww-display-html): Explicit error if no libxml2 support.
9936         * doc-view.el (doc-view-mode): Silence --without-x compilation.
9938         * image.el (image-type-from-buffer, image-multi-frame-p):
9939         Remove --without-x warning/error.
9941         * mouse.el (mouse-yank-primary):
9942         * term.el (term-mouse-paste):
9943         Reorder to silence --without-x compilation.
9945         * mpc.el (doc-view-mode): Silence --without-x compilation.
9947         * mail/rmailmm.el (rmail-mime-set-bulk-data):
9948         Silence --without-x compilation.
9950         * progmodes/gud.el (gud-find-file, gud-mode):
9951         Silence --without-x compilation.
9952         (tooltip-mode): Declare.
9954         * wdired.el (dired-backup-overwrite): Remove declaration.
9955         (wdired-mode-map): Add doc string.
9957         * custom.el (x-get-resource): Declare.
9959         * eshell/em-glob.el (ange-cache):
9960         * eshell/em-unix.el (ange-cache): Declare.
9962         * faces.el (x-display-list, x-open-connection, x-get-resource):
9963         Declare.
9965         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
9966         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
9967         Declare.
9969         * frame.el (x-display-grayscale-p, x-display-name): Declare.
9971         * net/gnutls.el (gnutls-log-level): Declare.
9973         * net/shr.el (image-size, image-animate): Declare.
9975         * simple.el (font-info): Declare.
9977         * subr.el (x-popup-dialog): Declare.
9979         * term/common-win.el (x-select-enable-primary)
9980         (x-last-selected-text-primary, x-last-selected-text-clipboard):
9981         Declare.
9983         * term/ns-win.el (x-handle-args): Declare.
9985         * term/x-win.el (x-select-enable-clipboard): Declare.
9987         * term/w32-win.el (create-default-fontset): Declare.
9989         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
9990         Declare.
9992         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
9993         (fit-frame-to-buffer): Explicit error if --without-x.
9994         (mouse-autoselect-window-select): Silence compiler.
9996         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9998         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
9999         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
10000         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
10001         * eshell/esh-util.el (eshell-sublist):
10002         Remove unused local variables.
10004         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
10006         * textmodes/two-column.el: Make 2C-split work for --without-x.
10007         (scroll-bar-columns): Autoload.
10008         (top-level): Require fringe when compiling.
10010 2013-09-18  Leo Liu  <sdl.web@gmail.com>
10012         * subr.el (add-hook): Robustify to handle closure as well.
10014 2013-09-17  Glenn Morris  <rgm@gnu.org>
10016         * simple.el (messages-buffer-mode-map): Unbind "g".
10018 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10020         * help-mode.el (help-mode-finish): Use derived-mode-p.
10021         Remove obsolete highlighting.
10023         * play/life.el (life-mode): Use define-derived-mode.  Derive from
10024         special-mode.
10025         (life): Let-bind inhibit-read-only.
10026         (life-setup): Avoid `setq'.  Use `life-mode'.
10028         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
10029         which should not be needed any more.
10030         (package-menu-refresh, package-menu-describe-package): Use user-error.
10032         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
10033         (eshell-post-rewrite-command-hook): Make obsolete.
10034         (eshell-parse-command): Simplify.
10035         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
10036         (eshell--cmd): Declare.
10037         (eshell-parse-pipeline): Remove unused var `final-p'.
10038         Pass a dynvar to eshell-post-rewrite-command-hook.
10039         Implement the new eshell-post-rewrite-command-function.
10040         (eshell-invoke-directly): Remove unused arg `input'.
10041         * eshell/esh-io.el (eshell-io-initialize):
10042         Use eshell-post-rewrite-command-function (bug#15399).
10043         (eshell--apply-redirections): Rename from eshell-apply-redirections;
10044         adjust to new calling convention.
10045         (eshell-create-handles): Rename args to avoid clashing with dynvar
10046         `standard-output'.
10048 2013-09-17  Glenn Morris  <rgm@gnu.org>
10050         * simple.el (messages-buffer-mode): New major mode.
10051         (messages-buffer): New function.
10052         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
10053         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
10054         (ert-run-test): Use `messages-buffer' function.
10055         (ert--force-message-log-buffer-truncation): Ignore read-only.
10056         * help.el (view-echo-area-messages): Use `messages-buffer' function.
10057         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
10059 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
10063         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
10065 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10067         * icomplete.el (icomplete-in-buffer): New var.
10068         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
10069         vars and replace them with functions.
10070         (icomplete-minibuffer-setup): Adjust accordingly.
10071         (icomplete--completion-table, icomplete--completion-predicate)
10072         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
10073         New functions.
10074         (icomplete-forward-completions, icomplete-backward-completions)
10075         (icomplete-simple-completing-p, icomplete-exhibit)
10076         (icomplete-completions): Use them.
10077         (icomplete--in-region-buffer): New var.
10078         (icomplete--in-region-setup): New function.
10079         (icomplete-mode): Use it.
10081         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
10082         (bug#15379).
10083         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
10084         return args and options.
10085         (eshell-eval-using-options): Use the new return value of
10086         eshell--do-opts to set the options's vars in their scope.
10087         (eshell--set-option): Rename from eshell-set-option.
10088         Add arg `opt-vals'.
10089         (eshell--process-option): Rename from eshell-process-option.
10090         Add arg `opt-vals'.
10091         (eshell--process-args): Use an `opt-vals' alist to store the options's
10092         values during their processing and return them additionally to the
10093         remaining args.
10095 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
10097         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
10098         continuation character an operator, as far as indentation is
10099         concerned (Bug#15369).
10101 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
10103         * window.el (window--state-put-2): Don't process buffer state
10104         when buffer doesn't exist any more (Bug#15382).
10106 2013-09-15  Glenn Morris  <rgm@gnu.org>
10108         * eshell/em-unix.el (eshell/rm):
10109         Make -f ignore missing files.  (Bug#15373)
10111         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
10112         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
10113         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
10115 2013-09-14  Glenn Morris  <rgm@gnu.org>
10117         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
10119 2013-09-13  Glenn Morris  <rgm@gnu.org>
10121         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
10122         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
10124 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
10126         * frame.el (x-focus-frame): Mark as declared in frame.c.
10128 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10130         * ls-lisp.el: Use advice-add.
10131         (original-insert-directory): Remove.
10132         (ls-lisp--insert-directory): Rename from insert-directory; add
10133         `orig-fun' argument.
10134         (insert-directory): Advise.
10136 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
10138         * term.el (term-emulate-terminal): Decode the command string
10139         before passing it to term-command-hook.  (Bug#15337)
10141 2013-09-13  Glenn Morris  <rgm@gnu.org>
10143         * eshell/esh-util.el (ange-cache): Move declaration earlier.
10145         * eshell/esh-ext.el (eshell-search-path): Declare.
10147         * eshell/em-prompt.el (eshell/pwd): Autoload it.
10148         Otherwise an error occurs if eshell-dirs module not loaded.
10150         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
10152 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
10154         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
10155         `tramp-check-proper-host'.  Check for a valid method name.
10157         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10158         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10159         * net/tramp-sh.el (tramp-maybe-open-connection):
10160         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
10162         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
10163         also for hash values.
10165 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10167         * term/ns-win.el (parameters): Don't declare as dynamic.
10168         (before-make-frame-hook): Don't add ineffective function.
10170         * eshell/*.el: Use lexical-binding (bug#15231).
10172 2013-09-12  Kenichi Handa  <handa@gnu.org>
10174         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
10176 2013-09-12  Glenn Morris  <rgm@gnu.org>
10178         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
10179         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
10181         * subr.el (do-after-load-evaluation): Also give compiler warnings
10182         when obsolete files are used (except by obsolete files).
10184         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
10185         in the status output, assume `filename' is the first.  (Bug#15322)
10187         * vc/vc.el (vc-deduce-fileset): Doc fix.
10189         * calc/calc-help.el (Info-goto-node):
10190         * progmodes/cperl-mode.el (Info-find-node):
10191         * vc/ediff.el (Info-goto-node): Update declarations.
10193         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
10195         * vc/vc-bzr.el (vc-compilation-mode): Declare.
10196         (vc-bzr-pull): Require vc-dispatcher.
10197         * vc/vc-git.el (vc-compilation-mode): Declare.
10198         (vc-git-pull): Require vc-dispatcher.
10200         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
10202         * progmodes/octave.el (help-button-action): Declare.
10204         * shell.el (shell-directory-tracker): Output error as a message
10205         rather than just returning it as a string.
10206         (shell-process-pushd): Remove useless use of message.
10208         * dframe.el (dframe-timer-fn):
10209         * files.el (dir-locals-read-from-file):
10210         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
10211         (mpc-format):
10212         * reveal.el (reveal-post-command):
10213         * saveplace.el (load-save-place-alist-from-file):
10214         * shell.el (shell-resync-dirs):
10215         * w32-common-fns.el (x-get-selection-value):
10216         * emacs-lisp/copyright.el (copyright-find-copyright):
10217         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10218         * emulation/tpu-edt.el (tpu-copy-keyfile):
10219         * play/bubbles.el (bubbles--mark-neighbourhood):
10220         * progmodes/executable.el
10221         (executable-make-buffer-file-executable-if-script-p):
10222         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
10224 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10226         Cleanup Eshell to rely less on dynamic scoping.
10227         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
10228         last-value, and ext-command here.  Bind `args' closer to `body'.
10229         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
10230         (eshell--args): Declare new dynamic var.
10231         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
10232         last-value, and ext-command.  Pass `args' to `body'.
10233         (eshell-process-args): Bind eshell--args.
10234         (eshell-set-option): Use eshell--args.
10235         * eshell/eshell.el (eshell): Use derived-mode-p.
10236         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
10237         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
10238         (eshell-glob-function): Declare.
10239         * eshell/esh-util.el: Require cl-lib.
10240         (eshell-read-hosts-file): Avoid add-to-list.
10241         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
10242         `err'.
10243         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
10244         Declare.
10245         (eshell/diff): Remove unused var `err'.
10246         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
10247         `killflag'.
10248         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
10249         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
10250         first use.
10251         * eshell/em-glob.el (eshell-glob-matches, message-shown):
10252         Move declaration before first use.
10253         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
10254         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
10255         rely on cl-return.
10257 2013-09-12  Glenn Morris  <rgm@gnu.org>
10259         * term/ns-win.el (global-map): Remove binding for ispell-next,
10260         deleted 1999-05-29.  (Bug#15357)
10262 2013-09-11  Glenn Morris  <rgm@gnu.org>
10264         * echistory.el (electric-command-history): Remove call to deleted func.
10266         * play/landmark.el (landmark-mode): Fix typos.
10268         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
10269         Check cvs-sort-ignore-file is bound.
10271         * savehist.el: No need for cl when compiling on Emacs.
10273 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10275         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
10276         (bug#15338).
10277         (eshell-self-insert-command, eshell-send-invisible):
10278         Remove unused argument.
10279         (eshell-handle-control-codes): Remove unused var `orig'.
10280         Avoid delete-backward-char.
10282         * files.el (set-auto-mode): Simplify a bit further.
10284 2013-09-11  Glenn Morris  <rgm@gnu.org>
10286         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
10287         (set-auto-mode): Don't regexp-quote elements.
10288         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
10289         * progmodes/cc-mode.el (interpreter-mode-alist):
10290         * progmodes/ruby-mode.el (interpreter-mode-alist):
10291         Revert previous change.
10293 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10295         * play/snake.el (snake-mode):
10296         * play/mpuz.el (mpuz-mode):
10297         * play/landmark.el (lm-mode):
10298         * play/blackbox.el (blackbox-mode):
10299         * play/5x5.el (5x5-mode):
10300         * obsolete/options.el (Edit-options-mode):
10301         * net/quickurl.el (quickurl-list-mode):
10302         * net/newst-treeview.el (newsticker-treeview-mode):
10303         * mail/rmailsum.el (rmail-summary-mode):
10304         * mail/mspools.el (mspools-mode):
10305         * locate.el (locate-mode):
10306         * ibuffer.el (ibuffer-mode):
10307         * emulation/ws-mode.el (wordstar-mode):
10308         * emacs-lisp/debug.el (debugger-mode):
10309         * array.el (array-mode):
10310         * net/eudc.el (eudc-mode): Use define-derived-mode.
10311         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
10312         Move initialization into declaration.
10313         (mairix-searches-mode): Use define-derived-mode.
10314         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
10315         (eudc-edit-hotlist): Use dolist.
10316         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
10317         (Man-mode): Use define-derived-mode.
10318         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
10319         (Info-edit-mode): Use define-derived-mode.
10320         (Info-cease-edit): Use Info-mode.
10321         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
10322         into declaration.
10323         (eshell-mode): Use define-derived-mode.
10324         * chistory.el (command-history-mode-map): Rename from
10325         command-history-map.
10326         (command-history-mode): Use define-derived-mode.
10327         (Command-history-setup): Remove function.
10328         * calc/calc.el (calc-trail-mode-map): New var.
10329         (calc-trail-mode): Use define-derived-mode.
10330         (calc-trail-buffer): Set calc-main-buffer manually.
10331         * bookmark.el (bookmark-insert-annotation): New function.
10332         (bookmark-edit-annotation): Use it.
10333         (bookmark-edit-annotation-mode): Make it a proper major mode.
10334         (bookmark-send-edited-annotation): Use derived-mode-p.
10335         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
10336         closer to its ideal place.  Use \' to match EOS.
10338         * profiler.el (profiler-calltree-find): Use function-equal.
10340 2013-09-10  Glenn Morris  <rgm@gnu.org>
10342         * files.el (interpreter-mode-alist): Convert to regexps.
10343         (set-auto-mode): Adapt for this.  (Bug#15306)
10344         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
10345         Comment out unused variable.
10346         * progmodes/cc-mode.el (interpreter-mode-alist):
10347         * progmodes/python.el (interpreter-mode-alist):
10348         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
10349         * progmodes/sh-script.el (sh-set-shell):
10350         No longer use interpreter-mode-alist to get list of shells.
10352         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
10354 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10356         * simple.el: Use set-temporary-overlay-map for universal-argument.
10357         (universal-argument-map): Don't use default-bindings (bug#15317).
10358         Bind switch-frame explicitly.  Replace universal-argument-minus with
10359         a conditional binding.
10360         (universal-argument-num-events, saved-overriding-map): Remove.
10361         (restore-overriding-map): Remove.
10362         (universal-argument--mode): Rename from save&set-overriding-map,
10363         and rewrite.
10364         (universal-argument, universal-argument-more, negative-argument)
10365         (digit-argument): Adjust accordingly.
10366         (universal-argument-minus): Remove.
10367         (universal-argument-other-key): Remove.
10369         * subr.el (with-demoted-errors): Add `format' argument.
10371 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
10373         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
10374         `tramp-cleanup-connection'.
10376         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
10377         parameters KEEP-DEBUG and KEEP-PASSWORD.
10379         * net/tramp.el (tramp-file-name-handler):
10380         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10381         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10382         (tramp-maybe-open-connection):
10383         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10384         Use `tramp-cleanup-connection'.
10386         * net/tramp-sh.el (tramp-maybe-open-connection):
10387         Catch 'uname-changed inside the progress reporter.
10389 2013-09-10  Glenn Morris  <rgm@gnu.org>
10391         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
10393         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
10394         returns "alternate access method" in mode (eg "-rw-r--r--.").
10396 2013-09-08  Glenn Morris  <rgm@gnu.org>
10398         * saveplace.el (load-save-place-alist-from-file):
10399         Demote errors.  (Bug#15305)
10401 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
10403         Improve compatibility with older Emacsen, and XEmacs.
10405         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
10406         only if it is bound.  It isn't for XEmacs.
10407         (with-tramp-progress-reporter): Do not let-bind `result'.
10408         This yields to scoping errors in XEmacs.
10409         (tramp-handle-make-auto-save-file-name): New function, moved from
10410         tramp-sh.el.
10412         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
10413         for `make-auto-save-file-name'.
10414         (tramp-adb--gnu-switches-to-ash):
10415         Use `tramp-compat-replace-regexp-in-string'.
10417         * net/tramp-cache.el (tramp-cache-print): Call
10418         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
10420         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
10421         bound.  It isn't for XEmacs.
10423         * net/tramp-compat.el (tramp-compat-copy-file):
10424         Catch `wrong-number-of-arguments' error.
10425         (tramp-compat-replace-regexp-in-string): New defun.
10427         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
10428         for `make-auto-save-file-name'.
10429         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
10430         `copy-file'.
10431         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
10432         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
10433         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
10435         * net/tramp-gw.el (tramp-gw-open-network-stream):
10436         Use `tramp-compat-replace-regexp-in-string'.
10438         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10439         Call `tramp-handle-make-auto-save-file-name'.
10440         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
10441         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10442         (tramp-sh-file-inotifywait-process-filter):
10443         Use `tramp-compat-replace-regexp-in-string'.
10444         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
10446         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
10447         for `make-auto-save-file-name'.
10448         (tramp-smb-handle-copy-directory):
10449         Call `tramp-compat-replace-regexp-in-string'.
10450         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
10451         (tramp-smb-handle-copy-file): Improve error message.
10452         (tramp-smb-handle-rename-file): Rename directly only in case
10453         `newname' does not exist yet.  This is a restriction of smbclient.
10454         (tramp-smb-maybe-open-connection): Rerun the function only when
10455         `auth-sources' is non-nil.
10457 2013-09-08  Kenichi Handa  <handa@gnu.org>
10459         * international/characters.el: Set category "^" (Combining) for
10460         more characters.
10462 2013-09-07  Alan Mackenzie  <acm@muc.de>
10464         Correctly fontify Java class constructors.
10465         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
10466         in Java Mode.
10467         (c-recognize-typeless-decls): Set the Java value to t.
10468         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10469         While handling a "(", add a check for, effectively, Java, and handle a
10470         "typeless" declaration there.
10472 2013-09-07  Roland Winkler  <winkler@gnu.org>
10474         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
10475         field subtitle for entry type book.
10477 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10479         * minibuffer.el: Make minibuffer-complete call completion-in-region
10480         rather than other way around.
10481         (completion--some, completion-pcm--find-all-completions):
10482         Don't delay signals when debugging.
10483         (minibuffer-completion-contents): Beware fields within the
10484         minibuffer contents.
10485         (completion-all-sorted-completions): Use defvar-local.
10486         (completion--do-completion, completion--cache-all-sorted-completions)
10487         (completion-all-sorted-completions, minibuffer-force-complete):
10488         Add args `beg' and `end'.
10489         (completion--in-region-1): New fun, extracted from minibuffer-complete.
10490         (minibuffer-complete): Use completion-in-region.
10491         (completion-complete-and-exit): New fun, extracted from
10492         minibuffer-complete-and-exit.
10493         (minibuffer-complete-and-exit): Use it.
10494         (completion--complete-and-exit): Rename from
10495         minibuffer--complete-and-exit.
10496         (completion-in-region--single-word): New function, extracted from
10497         minibuffer-complete-word.
10498         (minibuffer-complete-word): Use it.
10499         (display-completion-list): Make `common-substring' argument obsolete.
10500         (completion--in-region): Call completion--in-region-1 instead of
10501         minibuffer-complete.
10502         (completion-help-at-point): Pass boundaries to
10503         minibuffer-completion-help as args rather than via an overlay.
10504         (completion-pcm--string->pattern): Use `any-delim'.
10505         (completion-pcm--optimize-pattern): New function.
10506         (completion-pcm--pattern->regex): Handle `any-delim'.
10507         * icomplete.el (icomplete-forward-completions)
10508         (icomplete-backward-completions, icomplete-completions):
10509         Adjust calls to completion-all-sorted-completions and
10510         completion--cache-all-sorted-completions.
10511         (icomplete-with-completion-tables): Default to t.
10512         * emacs-lisp/crm.el (crm--current-element): Rename from
10513         crm--select-current-element.  Don't put an overlay but return the
10514         boundaries instead.
10515         (crm--completion-command): Take two new args to bind to the boundaries.
10516         (crm-completion-help): Adjust accordingly.
10517         (crm-complete): Use completion-in-region.
10518         (crm-complete-word): Use completion-in-region--single-word.
10519         (crm-complete-and-exit): Use completion-complete-and-exit.
10521 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10523         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
10524         than dynamically.
10526 2013-09-06  Juri Linkov  <juri@jurta.org>
10528         * info.el (Info-display-images-node): When image file doesn't exist
10529         display text version of the image if it's provided in the Info file.
10530         Otherwise, display the location of missing image from SRC attribute.
10531         Add help-echo text property from ALT attribute.  (Bug#15279)
10533 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10535         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
10536         (edit-abbrevs-mode): Use define-derived-mode.
10538         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
10539         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
10540         that it's defined.
10541         (epa-key-list-mode, epa-key-mode, epa-info-mode):
10542         Use define-derived-mode.
10544         * epg.el (epg-start-encrypt): Minor CSE simplification.
10546 2013-09-06  William Xu  <william.xwl@gmail.com>
10548         * arc-mode.el: Add support for 7za (bug#15264).
10549         (archive-7z-program): New var.
10550         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
10551         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
10552         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
10554 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
10556         Remove URL syntax.
10558         * net/tramp.el (tramp-syntax, tramp-prefix-format)
10559         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
10560         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
10561         (tramp-postfix-host-format, tramp-file-name-regexp)
10562         (tramp-completion-file-name-regexp)
10563         (tramp-completion-dissect-file-name)
10564         (tramp-handle-substitute-in-file-name): Remove 'url case.
10565         (tramp-file-name-regexp-url)
10566         (tramp-completion-file-name-regexp-url): Remove constants.
10568 2013-09-06  Glenn Morris  <rgm@gnu.org>
10570         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
10572 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
10574         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
10575         keywords" below "here-doc beginnings" (Bug#15270).
10577 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10579         * subr.el (pop): Use `car-safe'.
10580         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
10581         to detect unused `pop' return value.
10583         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
10584         var `block-regexp'.
10585         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
10586         (python-fill-string): Remove unused var `marker'.
10587         (python-skeleton-add-menu-items): Remove unused var `items'.
10589         * international/mule-cmds.el: Require CL.
10590         (find-coding-systems-for-charsets): Avoid add-to-list.
10591         (sanitize-coding-system-list): New function, extracted from
10592         select-safe-coding-system-interactively.
10593         (select-safe-coding-system-interactively): Use it.
10594         (read-input-method-name): Accept symbols for `default'.
10596         * emacs-lisp/advice.el (defadvice): Add indent rule.
10598 2013-09-05  Daniel Hackney  <dan@haxney.org>
10600         * dired-x.el:
10601         * net/ange-ftp.el:
10602         * net/browse-url.el:
10603         * net/dbus.el:
10604         * net/eudc.el:
10605         * net/eudcb-ldap.el:
10606         * net/eww.el:
10607         * net/imap.el:
10608         * printing.el:
10609         * vc/ediff-diff.el:
10610         * vc/ediff-init.el:
10611         * vc/ediff-merg.el:
10612         * vc/ediff-mult.el:
10613         * vc/ediff-util.el:
10614         * vc/ediff-wind.el:
10615         * vc/ediff.el:
10616         * vc/emerge.el:
10617         * vc/pcvs.el:
10618         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
10619         byte compiler.  Remove some unused let-bound variables.
10621 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10623         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
10624         a "ref-cell", since it gets better optimized (bug#14883).
10626 2013-09-05  Glenn Morris  <rgm@gnu.org>
10628         * progmodes/cc-awk.el (c-forward-sws): Declare.
10630 2013-09-04  Glenn Morris  <rgm@gnu.org>
10632         * generic-x.el [rul-generic-mode]: Require cc-mode.
10633         (c++-mode-syntax-table): Declare.
10634         (rul-generic-mode-syntax-table): Init in the defvar.
10636 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10638         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
10639         (vc-do-command, vc-set-async-update):
10640         * vc/vc-mtn.el (vc-mtn-dir-status):
10641         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
10642         (vc-hg-pull, vc-hg-merge-branch):
10643         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
10644         (vc-git-merge-branch):
10645         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
10646         (vc-cvs-dir-status-files):
10647         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
10648         (vc-bzr-dir-status-files):
10649         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
10650         * vc/vc-annotate.el: Use lexical-binding.
10651         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
10652         (vc-sentinel-movepoint): Declare.
10653         (vc-annotate): Don't use `goto-line'.
10654         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
10655         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
10656         (vc-sentinel-movepoint): Declare.
10657         * vc/vc-svn.el: Use lexical-binding.
10658         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
10659         * vc/vc-sccs.el:
10660         * vc/vc-rcs.el: Use lexical-binding.
10662         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
10663         `deleted'.  Don't drop errors silently.
10665         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
10667 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
10669         * vc/vc.el (vc-ignore): Rewrite.
10670         (vc-default-ignore): New function.
10671         (vc-default-ignore-completion-table): Use find-ignore-file.
10673         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
10674         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
10675         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
10676         Remove.  Most code moved to vc.el.
10678 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10680         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
10681         * net/tramp-smb.el (tramp-smb-get-file-entries):
10682         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
10683         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
10685         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
10686         Update call to it.
10687         (eww-change-select): Remove unused var `properties'.
10688         (eww-make-unique-file-name): Remove unused var `base'.
10690         * finder.el (finder-compile-keywords): Don't mess with windows.
10692         * calculator.el (calculator-funcall): Fix typo in last change.
10694         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
10696         * emacs-lisp/package.el (package-activate-1): Don't let a missing
10697         <pkg>-autoloads.el file stop us.
10699         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
10700         warnings, and factor out common code.
10702 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
10704         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
10705         two-character operators and whether the character preceding them
10706         changes their meaning (Bug#15208).
10708 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10710         Format code sent to Python shell for robustness.
10711         * progmodes/python.el (python-shell-buffer-substring):
10712         New function.
10713         (python-shell-send-region, python-shell-send-buffer): Use it.
10715 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
10717         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
10718         * net/tramp.el (tramp-user-error): ... here.
10719         (tramp-find-method, tramp-check-proper-host)
10720         (tramp-dissect-file-name, tramp-debug-message)
10721         (tramp-handle-shell-command):
10722         * net/tramp-adb.el (tramp-adb-handle-shell-command):
10723         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
10725         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
10727 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
10729         * avoid.el (mouse-avoidance-point-position)
10730         (mouse-avoidance-too-close-p): Handle case where posn-at-point
10731         returns nil.
10733 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10735         * progmodes/python.el (python-shell-completion-get-completions):
10736         Drop use of deleted `comint-last-prompt-overlay'.
10737         (python-nav-if-name-main): New command.
10739 2013-09-01  Glenn Morris  <rgm@gnu.org>
10741         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10742         Avoid leading space in $wins.  Otherwise the sed command used by
10743         eg compile-main ends up containing "/*.el".  (Bug#15170)
10745         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
10747 2013-08-30  Glenn Morris  <rgm@gnu.org>
10749         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10750         Fix is-this-a-directory logic.  (Bug#15220)
10752 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10754         * textmodes/css-mode.el: Use SMIE.
10755         (css-smie-grammar): New var.
10756         (css-smie--forward-token, css-smie--backward-token)
10757         (css-smie-rules): New functions.
10758         (css-mode): Use them.
10759         (css-navigation-syntax-table): Remove var.
10760         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
10761         (css-indent-calculate, css-indent-line): Remove functions.
10763         Misc changes to reduce use of `(lambda...); and other cleanups.
10764         * cus-edit.el: Use lexical-binding.
10765         (customize-push-and-save, customize-apropos)
10766         (custom-buffer-create-internal): Use closures.
10767         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
10768         * progmodes/ada-xref.el: Use setq.
10769         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
10770         * dframe.el: Use lexical-binding.
10771         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
10772         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
10773         * descr-text.el: Use lexical-binding.
10774         (describe-text-widget, describe-text-sexp, describe-property-list):
10775         Use closures.
10776         * comint.el (comint-history-isearch-push-state): Use a closure.
10777         * calculator.el: Use lexical-binding.
10778         (calculator-number-to-string): Make it work with lexical-binding.
10779         (calculator-funcall): Same and use cl-letf.
10781         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
10782         (lisp--company-doc-string, lisp--company-location): New functions.
10783         (lisp-completion-at-point): Use them to improve Company support.
10785         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
10786         params of lambda expressions.
10787         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
10788         (ruby-smie--opening-pipe-p): New function.
10789         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
10790         symbols and matched |...| for formal params.
10791         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
10792         from being treated as hanging.  Handle "rescue".
10794 2013-08-29  Glenn Morris  <rgm@gnu.org>
10796         * progmodes/cc-engine.el (c-pull-open-brace):
10797         Move definition before use.
10799 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10801         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
10802         are immutable.  Don't use `unsafe' any more.
10803         (cl--defsubst-expand): Don't substitute at the same time as keeping
10804         a residual unused let-binding.  Don't use `unsafe' any more.
10806 2013-08-29  Glenn Morris  <rgm@gnu.org>
10808         * calendar/cal-china.el (calendar-chinese-year-cache):
10809         Recenter on 2015.
10811         * nxml/nxml-util.el (nxml-debug-clear-inside):
10812         Use cl-loop rather than loop.
10814         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
10816         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
10818 2013-08-28  Glenn Morris  <rgm@gnu.org>
10820         * progmodes/antlr-mode.el: No need to require cc-mode twice.
10822         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
10824         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
10826 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10828         * simple.el (repeat-complex-command--called-interactively-skip):
10829         New function.
10830         (repeat-complex-command): Use it (bug#14136).
10832         * progmodes/cc-mode.el: Minor cleanup of var declarations.
10833         (c-define-abbrev-table): Add `doc' argument.
10834         (c-mode-abbrev-table, c++-mode-abbrev-table)
10835         (objc-mode-abbrev-table, java-mode-abbrev-table)
10836         (idl-mode-abbrev-table, pike-mode-abbrev-table)
10837         (awk-mode-abbrev-table): Use it.
10838         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
10839         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
10840         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
10841         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
10842         Move initialization into the declaration; and remove any
10843         autoload cookie.
10845         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
10846         and dynamic let binding.
10848         * vc/smerge-mode.el: Remove redundant :group args.
10850         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
10851         to load-path.
10853 2013-08-28  Juri Linkov  <juri@jurta.org>
10855         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
10856         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
10857         (isearch-other-meta-char): Handle an undefined shifted printing
10858         character by downshifting it.  (Bug#15200)
10860 2013-08-28  Juri Linkov  <juri@jurta.org>
10862         * isearch.el (isearch-search): Change regexp error message for
10863         non-regexp searches.  (Bug#15166)
10865 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
10867         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
10868         for portability to hosts where /bin/sh has problems.
10870 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10872         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
10874 2013-08-27  Juri Linkov  <juri@jurta.org>
10876         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
10877         in the keyboard macro.  (Bug#15126)
10879 2013-08-27  Juri Linkov  <juri@jurta.org>
10881         * isearch.el (isearch-quote-char): Comment out converting unibyte
10882         to multibyte, thus syncing with its `quoted-insert' counterpart.
10883         (Bug#15166)
10885 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
10887         * window.el (display-buffer-use-some-window): Add missing
10888         argument in call of get-largest-window (Bug#15185).
10889         Reported by Stephen Leake.
10891 2013-08-27  Glenn Morris  <rgm@gnu.org>
10893         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
10895 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10897         * progmodes/python.el (python-font-lock-keywords): Don't return nil
10898         from a matcher-function unless there's no more matches (bug#15161).
10900 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
10902         * minibuffer.el: Revert change from 2013-08-20.
10904         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
10905         with text property `tramp-default', if appropriate.
10906         (tramp-check-proper-host): New defun.
10907         (tramp-dissect-file-name): Do not check hostname.  Revert change
10908         of 2013-03-18.
10909         (tramp-backtrace): Make VEC-OR-PROC optional.
10911         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10912         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10913         * net/tramp-sh.el (tramp-maybe-open-connection):
10914         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10915         Apply `tramp-check-proper-host'.
10917 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
10919         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
10920         lambda expression in order to have `describe-variable' display it.
10922 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
10924         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
10925         BUF can be optional.  (Bug#15186)
10927 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
10929         * progmodes/flymake.el (flymake-get-real-file-name-function):
10930         Fix broken customization.  (Bug#15184)
10932 2013-08-25  Alan Mackenzie  <acm@muc.de>
10934         Improve indentation of bracelists defined by macros (without "=").
10936         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
10937         expansion begins with "{", regard it as bracelist when it doesn't
10938         contain a ";".
10940         Parse C++ inher-intro when there's a template split over 2 lines.
10942         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
10943         rigorously the search for "class" etc. followed by ":".
10945         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
10946         random languages a regexp which never matches rather than nil.
10948         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
10950         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
10951         (c-awk-regexp-one-line-possibly-open-char-list-re)
10952         (c-awk-one-line-possibly-open-regexp-re)
10953         (c-awk-one-line-non-syn-ws*-re): Remove.
10954         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
10955         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
10956         (c-awk-space*-unclosed-regexp-/-re): New constants.
10957         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
10958         aren't regexp delimiters.
10960         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
10961         handling for a rare situation in AWK Mode involving unterminated
10962         strings/regexps.
10964 2013-08-23  Glenn Morris  <rgm@gnu.org>
10966         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
10968         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
10970         * files.el (create-file-buffer): If the result would begin with
10971         spaces, prepend a "|" instead of removing them.  (Bug#15162)
10973 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10975         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
10976         text-properties (bug#15155).
10978         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
10979         exist any more.
10980         (calc-keypad-redraw): Remove unused var `pad'.
10981         (calc-keypad-press): Remove unused var `menu'.
10983 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
10985         * window.el (display-buffer-pop-up-frame):
10986         Call pop-up-frame-function with BUFFER current so `make-frame' will
10987         use it as the new frame's buffer (Bug#15133).
10989 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10991         * calendar/timeclock.el: Minor cleanups.
10992         (timeclock-ask-before-exiting, timeclock-use-display-time):
10993         Use `symbol'.
10994         (timeclock-modeline-display): Define as alias before the
10995         actual definition.
10996         (timeclock-mode-line-display): Use define-minor-mode.
10997         (timeclock-day-list-template): Make it a function, add an argument.
10998         (timeclock-day-list-required, timeclock-day-list-length)
10999         (timeclock-day-list-debt, timeclock-day-list-span)
11000         (timeclock-day-list-break): Adjust calls accordingly.
11002 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11004         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
11005         Use read--expression so that completion works again.
11007 2013-08-21  Sam Steingold  <sds@gnu.org>
11009         Add rudimentary inferior shell interaction
11010         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
11011         (sh-set-shell): Reset it.
11012         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
11013         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
11015 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11017         * align.el: Use lexical-binding.
11018         (align-region): Simplify accordingly.
11020 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
11022         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
11024         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
11025         `non-essential' up.
11027 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
11029         * net/tramp.el:
11030         * net/tramp-adb.el:
11031         * net/tramp-cmds.el:
11032         * net/tramp-ftp.el:
11033         * net/tramp-gvfs.el:
11034         * net/tramp-gw.el:
11035         * net/tramp-sh.el: Don't wrap external variable declarations by
11036         `eval-when-compile'.
11038 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11040         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
11041         now that Emacs supports ImageMagick animations.
11043 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
11045         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
11046         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
11048 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
11050         * window.el (mouse-autoselect-window-select): Do autoselect when
11051         mouse pointer is on margin.
11053 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
11055         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
11057 2013-08-16  Glenn Morris  <rgm@gnu.org>
11059         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
11060         Handle "Remote Directory" response of some clients.  (Bug#15058)
11062         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
11063         Tweak warning.  (Bug#14926)
11065         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
11066         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
11068         * image-mode.el (image-mode-map): Add menu items to reverse,
11069         increase, decrease, reset animation speed.
11070         (image--set-speed, image-increase-speed, image-decrease-speed)
11071         (image-reverse-speed, image-reset-speed): New functions.
11072         (image-mode-map): Add bindings for speed commands.
11074         * image.el (image-animate-get-speed, image-animate-set-speed):
11075         New functions.
11076         (image-animate-timeout): Respect image :speed property.
11078 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11080         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
11081         previous line (bug#15101).
11082         (debugger-eval-expression, debugger-record-expression):
11083         Use read--expression (bug#15102).
11085 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
11087         Remove byte compiler warnings, visible when compiling with
11088         `byte-compile-force-lexical-warnings' set to t.
11090         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
11091         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
11092         (tramp-handle-unhandled-file-name-directory)
11093         (tramp-handle-file-notify-add-watch, tramp-action-login)
11094         (tramp-action-succeed, tramp-action-permission-denied)
11095         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
11096         arguments with "_".
11098         * net/tramp-adb.el (tramp-adb-parse-device-names)
11099         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
11100         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
11101         (tramp-adb-handle-file-truename): Remove unused arguments.
11103         * net/tramp-cache.el (tramp-flush-directory-property)
11104         (tramp-flush-connection-property, tramp-list-connections)
11105         (tramp-parse-connection-properties): Prefix unused arguments with "_".
11107         * net/tramp-compat.el (tramp-compat-make-temp-file):
11108         Rename FILENAME to F.
11110         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
11111         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
11112         (tramp-zeroconf-parse-workstation-device-names)
11113         (tramp-zeroconf-parse-webdav-device-names)
11114         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
11116         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
11117         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
11119         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
11120         arguments.
11121         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
11122         (tramp-sh-handle-insert-file-contents-literally)
11123         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
11124         with "_".
11125         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
11126         Remove unused variables.
11128         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11129         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
11130         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
11132         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
11133         Make them a defconst.
11134         (tramp-uuencode-region): Remove unused variable.
11136 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
11138         * frameset.el (frameset--prop-setter): New function.
11139         (frameset-prop): Add gv-setter declaration.
11140         (frameset-filter-minibuffer): Deal with the case that the minibuffer
11141         parameter was already set in FILTERED.  Doc fix.
11142         (frameset--record-minibuffer-relationships): Allow saving a
11143         minibufferless frame without its corresponding minibuffer frame.
11144         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
11145         frame, if the frame id matches.
11146         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
11147         frames before orphaned ones.
11148         (frameset-restore): Warn about orphaned windows, instead of error out.
11150 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
11152         * window.el (window-make-atom): Don't overwrite parameter
11153         already present.
11154         (display-buffer-in-atom-window): Handle special case where we
11155         split an already atomic window.
11156         (window--major-non-side-window, display-buffer-in-side-window)
11157         (window--side-check): Ignore minibuffer window when walking
11158         window tree.
11159         (window-deletable-p): Return 'frame only if no other frame uses
11160         our minibuffer window.
11161         (record-window-buffer): Run buffer-list-update-hook.
11162         (split-window): Make sure window--check-frame won't destroy an
11163         existing atomic window in case the new window gets nested
11164         inside.
11165         (display-buffer-at-bottom): Ignore minibuffer window when
11166         walking window tree.  Don't split a side window.
11167         (pop-to-buffer): Don't set-buffer here, the select-window call
11168         should do that.
11169         (mouse-autoselect-window-select): Autoselect only if we are in the
11170         text portion of the window.
11172 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11174         * net/shr.el (shr-parse-image-data): New function to grab both the
11175         data itself and the Content-Type.
11176         (shr-put-image): Use it.
11178         * net/eww.el (eww-display-image): Ditto.
11180         * image.el (image-content-type-suffixes): New variable.
11182 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11184         * progmodes/python.el (python-imenu--build-tree)
11185         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
11187 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
11189         * simple.el (backward-word): Mention the optional argument.
11191 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11193         * frameset.el (frameset--make): Rename constructor from make-frameset.
11194         (frameset-p, frameset-valid-p): Don't autoload.
11195         (frameset-valid-p): Use normal accessors.
11197 2013-08-13  Glenn Morris  <rgm@gnu.org>
11199         * progmodes/compile.el (compile-command): Tweak example in doc.
11200         * obsolete/scribe.el (scribe-mode):
11201         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
11203         * mail/feedmail.el (feedmail-confirm-outgoing)
11204         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
11206         * cus-start.el (truncate-partial-width-windows): Fix type.
11208         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
11210         * net/shr.el (shr-table-horizontal-line): Fix custom type.
11212 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11214         * emacs-lisp/timer.el (timer--time-setter): New function.
11215         (timer--time): Use it as gv-setter.
11217         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
11218         setter is not a symbol.
11220 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
11222         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
11223         if sending fails.  This makes debugging easier.
11225 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
11227         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
11228         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
11229         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
11231 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
11233         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
11235 2013-08-12  Glenn Morris  <rgm@gnu.org>
11237         * format.el (format-annotate-function):
11238         Handle read-only text properties in the source.  (Bug#14887)
11240 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11242         * net/eww.el (eww-display-html): Ignore coding system errors.
11243         One web site uses "utf-8lias" as the coding system.
11245 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
11247         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
11249 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
11251         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
11252         (tutorial--detailed-help): Remove unused local variables.
11253         (tutorial--save-tutorial-to): Use ignore-errors.
11254         (help-with-tutorial): Use looking-at-p.
11256         * view.el (view-buffer-other-window, view-buffer-other-frame):
11257         Mark unused arguments.
11259         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
11260         (woman-select-symbol-fonts, woman, woman-find-file)
11261         (woman-insert-file-contents, woman-non-underline-faces):
11262         Use string-match-p.
11263         (woman1-unquote): Move declaration.
11265         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
11266         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
11267         argument.  Remove unused local variable.
11268         (xml-parse-elem-type): Use string-match-p.
11269         (xml-substitute-numeric-entities): Use ignore-errors.
11271         * calculator.el (calculator): Mark unused argument.
11272         (calculator-paste, calculator-quit, calculator-integer-p):
11273         Use ignore-errors.
11274         (calculator-string-to-number, calculator-decimal, calculator-exp)
11275         (calculator-op-or-exp): Use string-match-p.
11277         * dired.el (dired-buffer-more-recently-used-p): Declare.
11278         (dired-insert-set-properties, dired-insert-old-subdirs):
11279         Use ignore-errors.
11281         * dired-aux.el (dired-compress): Use ignore-errors.
11282         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
11283         (dired-do-async-shell-command, dired-do-shell-command)
11284         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
11285         (dired-insert-subdir-validate): Use string-match-p.
11286         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
11287         (dired-add-entry): Use string-match-p, looking-at-p.
11288         (dired-insert-subdir-newpos): Remove unused local variable.
11290         * filenotify.el (file-notify-callback): Remove unused local variable.
11292         * filesets.el (filesets-error): Mark unused argument.
11293         (filesets-which-command-p, filesets-filter-dir-names)
11294         (filesets-directory-files, filesets-get-external-viewer)
11295         (filesets-ingroup-get-data): Use string-match-p.
11297         * find-file.el (ff-other-file-name, ff-other-file-name)
11298         (ff-find-the-other-file, ff-cc-hh-converter):
11299         Remove unused local variables.
11300         (ff-get-file-name): Use string-match-p.
11301         (ff-all-dirs-under): Use ignore-errors.
11303         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
11304         (follow-select-if-visible): Remove unused local variable.
11306         * forms.el (read-file-filter): Move declaration.
11307         (forms--make-format, forms--make-parser, forms-insert-record):
11308         Quote function with #'.
11309         (forms--update): Use string-match-p.  Quote function with #'.
11311         * help-mode.el (help-dir-local-var-def): Mark unused argument.
11312         (help-make-xrefs): Use looking-at-p.
11313         (help-xref-on-pp): Use looking-at-p, ignore-errors.
11315         * ibuffer.el (ibuffer-ext-visible-p): Declare.
11316         (ibuffer-confirm-operation-on): Use string-match-p.
11318         * msb.el (msb-item-handler, msb-dired-item-handler):
11319         Mark unused arguments.
11321         * ses.el (ses-decode-cell-symbol)
11322         (ses-kill-override): Remove unused local variable.
11323         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
11324         (ses-load): Use ignore-errors, looking-at-p.
11325         (ses-jump-safe): Use ignore-errors.
11326         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
11328         * tabify.el (untabify, tabify): Mark unused arguments.
11330         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
11331         Mark unused argument.
11332         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
11333         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
11335         * emacs-lisp/timer.el (timer--time): Define setter with
11336         gv-define-setter to avoid deprecation warning.
11338         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
11339         (*record-cmpl-statistics-p*): Remove (was commented out).
11340         (cmpl-statistics-block): Remove (body was commented out).
11341         All callers changed.
11342         (add-completions-from-buffer, load-completions-from-file):
11343         Remove unused variables.
11345 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
11347         * filecache.el (file-cache-delete-file-list):
11348         Print message only when told so.
11349         (file-cache-files-matching): Use #' in mapconcat argument.
11351         * ffap.el (ffap-url-at-point): Fix reference to variable
11352         thing-at-point-default-mail-uri-scheme.
11354 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11356         * subr.el (define-error): New function.
11357         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
11358         error-file-not-found and define with define-error.
11359         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
11360         and define with define-error.
11361         * userlock.el (file-locked, file-supersession):
11362         * simple.el (mark-inactive):
11363         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
11364         * progmodes/ada-mode.el (ada-mode-errors):
11365         * play/life.el (life-extinct):
11366         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
11367         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
11368         * nxml/rng-util.el (rng-error):
11369         * nxml/rng-uri.el (rng-uri-error):
11370         * nxml/rng-match.el (rng-compile-error):
11371         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
11372         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
11373         * nxml/nxml-rap.el (nxml-scan-error):
11374         * nxml/nxml-outln.el (nxml-outline-error):
11375         * net/soap-client.el (soap-error):
11376         * net/gnutls.el (gnutls-error):
11377         * net/ange-ftp.el (ftp-error):
11378         * mpc.el (mpc-proc-error):
11379         * json.el (json-error, json-readtable-error, json-unknown-keyword)
11380         (json-number-format, json-string-escape, json-string-format)
11381         (json-key-format, json-object-format):
11382         * jka-compr.el (compression-error):
11383         * international/quail.el (quail-error):
11384         * international/kkc.el (kkc-error):
11385         * emacs-lisp/ert.el (ert-test-failed):
11386         * calc/calc.el (calc-error, inexact-result, math-overflow)
11387         (math-underflow):
11388         * bookmark.el (bookmark-error-no-filename):
11389         * epg.el (epg-error): Define with define-error.
11391         * time.el (display-time-event-handler)
11392         (display-time-next-load-average): Don't call sit-for since it seems
11393         unnecessary (bug#15045).
11395         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
11396         Use #' instead of ' to quote functions.
11397         (checkdoc-output-mode): Use setq-local.
11398         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
11399         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
11400         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
11401         (checkdoc-ispell, checkdoc-ispell-current-buffer)
11402         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
11403         (checkdoc-ispell-message-text, checkdoc-ispell-start)
11404         (checkdoc-ispell-continue, checkdoc-ispell-comments)
11405         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
11407         * ido.el (ido-completion-help): Fix up compiler warning.
11409 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
11411         * frameset.el (frameset-p): Add autoload cookie.
11412         (frameset--jump-to-register): New function, based on code moved from
11413         register.el.
11414         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
11416         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
11417         (frameset-restore, frameset-save, frameset-session-filter-alist):
11418         Remove declarations.
11419         (register-alist): Doc fix.
11420         (frameset-to-register): Move to frameset.el.
11421         (jump-to-register, describe-register-1): Remove frameset-specific code.
11423 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11425         * allout-widgets.el (allout-widgets-pre-command-business)
11426         (allout-widgets-post-command-business)
11427         (allout-widgets-after-change-handler)
11428         (allout-decorate-item-and-context, allout-set-boundary-marker)
11429         (allout-body-modification-handler)
11430         (allout-graphics-modification-handler): Mark ignored arguments.
11431         (allout-widgets-post-command-business)
11432         (allout-widgets-exposure-change-processor)
11433         (allout-widgets-exposure-undo-processor)
11434         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
11435         (allout-parse-item-at-point, allout-decorate-item-guides)
11436         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
11437         * allout.el (epa-passphrase-callback-function): Declare.
11438         (allout-overlay-insert-in-front-handler)
11439         (allout-overlay-interior-modification-handler)
11440         (allout-isearch-end-handler, allout-chart-siblings)
11441         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
11442         (allout-yank-processing, allout-process-exposed)
11443         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
11444         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
11445         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
11446         (lisp-indent-defform): Mark ignored arguments.
11447         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
11448         (calculate-lisp-indent): Remove unused variables.
11449         * international/characters.el (indian-2-column, arabic-2-column)
11450         (tibetan): Mark ignored arguments.
11451         (use-cjk-char-width-table): Mark ignored arguments.
11452         Remove unused variables.
11453         * international/fontset.el (build-default-fontset-data)
11454         (x-compose-font-name, create-fontset-from-fontset-spec):
11455         Mark ignored arguments.
11456         (fontset-plain-name): Remove unused variables.
11457         * international/mule.el (charset-id, charset-bytes, generic-char-p)
11458         (keyboard-coding-system): Mark ignored arguments.
11459         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
11460         * help.el (resize-temp-buffer-window):
11461         * window.el (display-buffer-in-major-side-window)
11462         (display-buffer-in-side-window, display-buffer-in-previous-window):
11463         Remove unused variables.
11464         * isearch.el (isearch-forward-symbol):
11465         * version.el (emacs-bzr-version-bzr):
11466         * international/mule-cmds.el (current-language-environment):
11467         * term/common-win.el (x-handle-iconic, x-handle-geometry)
11468         (x-handle-display):
11469         * term/pc-win.el (x-list-fonts, x-display-planes)
11470         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
11471         (x-server-version, x-display-screens, x-display-mm-height)
11472         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
11473         (x-selection-owner-p, x-own-selection-internal)
11474         (x-disown-selection-internal, x-get-selection-internal)
11475         (msdos-initialize-window-system):
11476         * term/tty-colors.el (tty-color-alist, tty-color-clear):
11477         * term/x-win.el (x-handle-no-bitmap-icon):
11478         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
11479         (vc-default-find-file-hook, vc-default-extra-menu):
11480         Mark ignored arguments.
11482 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11484         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
11485         break-condition in the context of the debugged code (bug#12685).
11487 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
11489         * comint.el:
11490         Do not use an overlay to highlight the last prompt.  (Bug#14744)
11491         (comint-mode): Make comint-last-prompt buffer local.
11492         (comint-last-prompt): New variable.
11493         (comint-last-prompt-overlay): Remove.  Superseded by
11494         comint-last-prompt.
11495         (comint-snapshot-last-prompt, comint-output-filter):
11496         Use comint-last-prompt.
11498 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11500         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
11501         (frameset-save): Check validity of the resulting frameset.
11503 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
11505         * ido.el (ido-record-command): Add doc string.
11507 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11509         * frameset.el (frameset): Do not disable creation of the default
11510         frameset-p predicate.  Doc fix.
11511         (frameset-valid-p): New function, copied from the old predicate-p.
11512         Add additional checks.
11513         (frameset-restore): Check with frameset-valid-p.
11514         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
11515         (frameset-name, frameset-description, frameset-properties)
11516         (frameset-states): Add docstring.
11517         (frameset-session-filter-alist, frameset-persistent-filter-alist)
11518         (frameset-filter-alist): Doc fixes.
11520 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11522         * frameset.el (frameset-p, frameset-prop): Doc fixes.
11524 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11526         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
11527         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
11528         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
11529         (byte-compile-normal-call): Remove obsolescence check.
11531 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11533         * frameset.el (frameset-restore): Doc fix.
11535         * register.el (frameset-frame-id, frameset-frame-with-id)
11536         (frameset-p, frameset-restore, frameset-save): Declare.
11537         (register-alist): Document framesets.
11538         (frameset-session-filter-alist): Declare.
11539         (frameset-to-register): New function.
11540         (jump-to-register): Implement jumping to framesets.  Doc fix.
11541         (describe-register-1): Describe framesets.
11543         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
11545 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
11547         * desktop.el (desktop-save-frameset): Use new frameset-save args.
11548         Use lexical-binding.
11550         * frameset.el (frameset): Use type vector, not list (incompatible
11551         change).  Do not declare a new constructor, use the default one.
11552         Upgrade suggested properties `app', `name' and `desc' to slots `app',
11553         `name' and `description', respectively, and add read-only slot
11554         `timestamp'.  Doc fixes.
11555         (frameset-copy, frameset-persistent-filter-alist)
11556         (frameset-filter-alist, frameset-switch-to-gui-p)
11557         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
11558         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
11559         (frameset-filter-iconified, frameset-keep-original-display-p):
11560         Doc fixes.
11561         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
11562         Rename from frameset-filter-(save|restore)-param.  All callers changed.
11563         Doc fix.
11564         (frameset-p): Adapt to change to vector and be more thorough.
11565         Change arg name to OBJECT.  Doc fix.
11566         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
11567         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
11568         All callers changed.
11569         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
11570         All callers changed.
11571         (frameset--record-minibuffer-relationships): Rename from
11572         frameset--process-minibuffer-frames.  All callers changed.
11573         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
11574         Use new default constructor (again).  Doc fix.
11575         (frameset--find-frame-if): Rename from `frameset--find-frame'.
11576         All callers changed.
11577         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
11578         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
11579         Doc fix.
11580         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
11581         PARAMETERS and WINDOW-STATE, respectively.
11582         (frameset-restore): Add new keyword argument PREDICATE.
11583         Reset frameset--target-display to nil.  Doc fix.
11585 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11587         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
11588         (bat-mode): Use it.
11589         (bat-mode-syntax-table): Mark \n as end-of-comment.
11590         (bat-font-lock-keywords): Remove comment rule.
11592         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
11593         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
11595         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
11596         (byte-compile-callargs-warn): Use `push'.
11597         (byte-compile-arglist-warn): Ignore higher-order "calls".
11598         (byte-compile-file-form-autoload): Use `pcase'.
11599         (byte-compile-function-form): If quoting a symbol, check that it exists.
11601 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
11603         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
11604         and add a few popular commands found in batch files.
11605         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
11606         (dos-mode): Doc fixes.
11608 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11610         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
11611         (dos-mode): Use setq-local.  Add space after "rem".
11612         (dos-mode-syntax-table): Don't use "w" for symbol chars.
11613         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
11615 2013-08-07  Arni Magnusson  <arnima@hafro.is>
11617         * progmodes/dos.el: New file.
11618         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
11619         dos-mode.
11621 2013-08-06  Glenn Morris  <rgm@gnu.org>
11623         * calendar/calendar.el: Add new faces, and day-header-array.
11624         (calendar-weekday-header, calendar-weekend-header)
11625         (calendar-month-header): New faces.
11626         (calendar-day-header-construct): New function.
11627         (calendar-day-header-width): Also :set calendar-day-header-array.
11628         (calendar-american-month-header, calendar-european-month-header)
11629         (calendar-iso-month-header): Use calendar- faces.
11630         (calendar-generate-month):
11631         Use calendar-day-header-array for day headers; apply faces to them.
11632         (calendar-mode): Check calendar-font-lock-keywords non-nil.
11633         (calendar-abbrev-construct): Add optional maxlen argument.
11634         (calendar-day-name-array): Doc fix.
11635         (calendar-day-name-array, calendar-abbrev-length)
11636         (calendar-day-abbrev-array):
11637         Also :set calendar-day-header-array, and maybe redraw.
11638         (calendar-day-header-array): New option.  (Bug#15007)
11639         (calendar-font-lock-keywords): Set to nil and make obsolete.
11640         (calendar-day-name): Add option to use header array.
11642 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644         * net/shr.el (shr-render-td): Remove debugging.
11645         (shr-render-td): Make width computation consistent by defaulting
11646         all zero-width columns to 10 characters.  This may not be optimal,
11647         but it's at least consistent.
11648         (shr-make-table-1): Redo last change to fix the real problem in
11649         colspan handling.
11651 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
11653         * files.el (cache-long-line-scans):
11654         Make obsolete alias to `cache-long-scans'.
11656 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
11658         * frameset.el (frameset, frameset-filter-alist)
11659         (frameset-filter-params, frameset-save, frameset--reuse-frame)
11660         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
11661         (frameset-compute-pos): Rename from frameset--compute-pos,
11662         and add docstring.
11663         (frameset-move-onscreen): Use frameset-compute-pos.
11664         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11666         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
11667         Fix typos in docstrings.
11669 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
11671         * frame.el (get-other-frame): Tiny cleanup.
11673 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
11675         * vc/vc.el (vc-default-ignore-completion-table):
11676         Silence byte-compiler warning.
11678         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
11679         slot, which can indeed be nil.
11680         (frameset-live-filter-alist, frameset-persistent-filter-alist):
11681         Move entry for `left' from persistent to live filter alist.
11682         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
11683         Doc fixes.
11684         (frameset-filter-params): When restoring a frame, copy items added to
11685         `filtered', to avoid unwittingly modifying the original parameters.
11686         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
11687         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
11689         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
11690         to use looking-at-p instead of looking-at.  (Bug#15028)
11692 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11694         Revert introduction of isearch-filter-predicates (bug#14714).
11695         Rely on add-function instead.
11696         * isearch.el (isearch-filter-predicates): Rename it back to
11697         isearch-filter-predicate.
11698         (isearch-message-prefix): Use advice-function-mapc and advice
11699         properties to get the isearch-message-prefix.
11700         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
11701         instead of run-hook-with-args-until-failure.
11702         (isearch-filter-visible): Not obsolete any more.
11703         * loadup.el: Preload nadvice.
11704         * replace.el (perform-replace): Revert to funcall
11705         instead of run-hook-with-args-until-failure.
11706         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
11707         * dired-aux.el (dired-isearch-filenames-mode): Rename from
11708         dired-isearch-filenames-toggle; make it into a proper minor mode.
11709         Use add/remove-function.
11710         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
11711         Call the minor-mode rather than add/remove-hook.
11712         (dired-isearch-filter-filenames):
11713         Remove isearch-message-prefix property.
11714         * info.el (Info--search-loop): New function, extracted from Info-search.
11715         Funcall isearch-filter-predicate instead of
11716         run-hook-with-args-until-failure isearch-filter-predicates.
11717         (Info-search): Use it.
11718         (Info-mode): Use isearch-filter-predicate instead of
11719         isearch-filter-predicates.
11721 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
11723         Do not call to `selected-window' where it is assumed by default.
11724         Affected functions are `window-minibuffer-p', `window-dedicated-p',
11725         `window-hscroll', `window-width', `window-height', `window-buffer',
11726         `window-frame', `window-start', `window-point', `next-window'
11727         and `window-display-table'.
11728         * abbrev.el (abbrev--default-expand):
11729         * bs.el (bs--show-with-configuration):
11730         * buff-menu.el (Buffer-menu-mouse-select):
11731         * calc/calc.el (calc):
11732         * calendar/calendar.el (calendar-generate-window):
11733         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
11734         (diary-make-entry):
11735         * comint.el (send-invisible, comint-dynamic-complete-filename)
11736         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
11737         * completion.el (complete):
11738         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
11739         * disp-table.el (describe-current-display-table):
11740         * doc-view.el (doc-view-insert-image):
11741         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
11742         * ehelp.el (with-electric-help):
11743         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11744         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
11745         * emacs-lisp/helper.el (Helper-help-scroller):
11746         * emulation/cua-base.el (cua--post-command-handler-1):
11747         * eshell/esh-mode.el (eshell-output-filter):
11748         * ffap.el (ffap-gnus-wrapper):
11749         * help-macro.el (make-help-screen):
11750         * hilit-chg.el (highlight-compare-buffers):
11751         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
11752         * hl-line.el (global-hl-line-highlight):
11753         * icomplete.el (icomplete-simple-completing-p):
11754         * isearch.el (isearch-done):
11755         * jit-lock.el (jit-lock-stealth-fontify):
11756         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
11757         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11758         * mpc.el (mpc-tagbrowser, mpc):
11759         * net/rcirc.el (rcirc-any-buffer):
11760         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
11761         * play/landmark.el (landmark-max-width, landmark-max-height):
11762         * play/zone.el (zone):
11763         * progmodes/compile.el (compilation-goto-locus):
11764         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11765         * progmodes/etags.el (find-tag-other-window):
11766         * progmodes/fortran.el (fortran-column-ruler):
11767         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11768         * progmodes/verilog-mode.el (verilog-point-text):
11769         * reposition.el (reposition-window):
11770         * rot13.el (toggle-rot13-mode):
11771         * server.el (server-switch-buffer):
11772         * shell.el (shell-dynamic-complete-command)
11773         (shell-dynamic-complete-environment-variable):
11774         * simple.el (insert-buffer, set-selective-display)
11775         (delete-completion-window):
11776         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
11777         (speedbar-recenter):
11778         * startup.el (fancy-splash-head):
11779         * textmodes/ispell.el (ispell-command-loop):
11780         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
11781         * tutorial.el (help-with-tutorial):
11782         * vc/add-log.el (add-change-log-entry):
11783         * vc/compare-w.el (compare-windows):
11784         * vc/ediff-help.el (ediff-indent-help-message):
11785         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
11786         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
11787         (ediff-setup-control-frame):
11788         * vc/emerge.el (emerge-position-region):
11789         * vc/pcvs-util.el (cvs-bury-buffer):
11790         * window.el (walk-windows, mouse-autoselect-window-select):
11791         * winner.el (winner-set-conf, winner-undo): Related users changed.
11793 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
11795         * frameset.el (frameset--set-id): Doc fix.
11796         (frameset-frame-id, frameset-frame-id-equal-p)
11797         (frameset-locate-frame-id): New functions.
11798         (frameset--process-minibuffer-frames, frameset--reuse-frame)
11799         (frameset-restore): Use them.
11801 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
11803         Do not call to `selected-frame' where it is assumed by default.
11804         Affected functions are `raise-frame', `redraw-frame',
11805         `frame-first-window', `frame-terminal' and `delete-frame'.
11806         * calendar/appt.el (appt-disp-window):
11807         * epg.el (epg-wait-for-completion):
11808         * follow.el (follow-delete-other-windows-and-split)
11809         (follow-avoid-tail-recenter):
11810         * international/mule.el (set-terminal-coding-system):
11811         * mail/rmail.el (rmail-mail-return):
11812         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11813         * progmodes/f90.el (f90-add-imenu-menu):
11814         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
11815         * server.el (server-switch-buffer):
11816         * simple.el (delete-completion-window):
11817         * talk.el (talk):
11818         * term/xterm.el (terminal-init-xterm-modify-other-keys)
11819         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
11820         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
11821         * vc/ediff.el (ediff-documentation): Related users changed.
11822         * frame.el (selected-terminal): Remove the leftover.
11824 2013-08-05  Glenn Morris  <rgm@gnu.org>
11826         * calendar/calendar.el (calendar-generate-month):
11827         Fix for calendar-column-width != 1 + calendar-day-digit-width.
11828         (calendar-generate-month, calendar-font-lock-keywords):
11829         Fix for calendar-day-header-width > length of any day name.
11831 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
11833         * desktop.el (desktop-clear): Use new name of sort predicate.
11835         * frameset.el (frameset): Add docstring.  Move :version property to its
11836         own `version' slot.
11837         (frameset-copy): Rename from copy-frameset.
11838         (frameset-p): Check more thoroughly.
11839         (frameset-prop): Do not check for :version, which is no longer a prop.
11840         (frameset-live-filter-alist, frameset-persistent-filter-alist):
11841         Use new :never value instead of t.
11842         (frameset-filter-alist): Expand and clarify docstring.
11843         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
11844         (frameset-filter-minibuffer, frameset-filter-save-param)
11845         (frameset-filter-restore-param, frameset-filter-iconified):
11846         Add pointer to docstring of frameset-filter-alist.
11847         (frameset-filter-params): Rename filter values to be more meaningful:
11848         :never instead of t, and reverse the meanings of :save and :restore.
11849         (frameset--process-minibuffer-frames): Clarify error message.
11850         (frameset-save): Avoid unnecessary and confusing call to framep.
11851         Use new BOA constructor for framesets.
11852         (frameset--reuse-list): Doc fix.
11853         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
11854         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
11855         (frameset-minibufferless-first-p): Doc fix.
11856         Rename from frameset-sort-frames-for-deletion.
11857         (frameset-restore): Doc fixes.  Use new function names.
11858         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11860 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
11862         * desktop.el (desktop-restore-forces-onscreen)
11863         (desktop-restore-reuses-frames): Document :keyword constant values.
11864         (desktop-filter-parameters-alist): Remove, now identical to
11865         frameset-filter-alist.
11866         (desktop--filter-tty*): Remove, moved to frameset.el.
11867         (desktop-save-frameset, desktop-restore-frameset):
11868         Do not pass :filters argument.
11870         * frameset.el (frameset-live-filter-alist)
11871         (frameset-persistent-filter-alist): New variables.
11872         (frameset-filter-alist): Use them.  Add autoload cookie.
11873         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
11874         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
11875         `frameset--id' (it's supposed to be internal to frameset.el).
11876         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
11877         (frameset--initial-params): New function.
11878         (frameset--get-frame): Use it.  Doc fix.
11879         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
11880         Accept :all, not 'all.
11881         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
11882         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
11883         with fbound symbols.  Fix frame id matching, and remove matching ids if
11884         the frame being restored is deleted.  Obey :delete.
11886 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11888         * subr.el (macrop): New function.
11889         (text-clone--maintaining): New var.
11890         (text-clone--maintain): Rename from text-clone-maintain.  Use it
11891         instead of inhibit-modification-hooks.
11893         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
11894         a proxy, so as handle autoloads and redefinitions of the target.
11895         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
11897         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
11898         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
11899         (pcase--mutually-exclusive-p): New function.
11900         (pcase--split-consp): Use it.
11901         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
11902         mutually exclusive with the current predicate.
11904         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
11905         (edebug-macrop): Remove.  Use `macrop' instead.
11906         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
11907         (ad-macro-p):
11908         * eshell/esh-cmd.el (eshell-macrop):
11909         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
11911 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11913         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
11914         (advice-mapc): New function, using it.
11915         (advice-function-member-p): New function.
11916         (advice--normalize): Store the cdr in advice--saved-rewrite since
11917         that's the part that will be changed.
11918         (advice--symbol-function): New function.
11919         (advice-remove): Handle removal before the function is defined.
11920         Adjust to new advice--saved-rewrite.
11921         (advice-member-p): Use advice-function-member-p and
11922         advice--symbol-function.
11924 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
11926         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
11927         (frameset-filter-minibuffer): Doc fix.
11928         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
11929         (frameset--set-id, frameset--process-minibuffer-frames)
11930         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
11931         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
11933         * desktop.el (desktop-clear): Only delete frames when called
11934         interactively and desktop-restore-frames is non-nil.  Doc fix.
11935         (desktop-read): Set desktop-saved-frameset to nil.
11937 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
11939         * vc/vc.el (vc-ignore): Rewrite.
11940         (vc-default-ignore-completion-table, vc--read-lines)
11941         (vc--add-line, vc--remove-regexp): New functions.
11943         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
11944         (vc-svn-ignore-completion-table): New function.
11946         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
11947         (vc-hg-ignore-completion-table)
11948         (vc-hg-find-ignore-file): New functions.
11950         * vc/vc-git.el (vc-git-ignore): Rewrite.
11951         (vc-git-ignore-completion-table)
11952         (vc-git-find-ignore-file): New functions.
11954         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
11956         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
11957         (vc-bzr-ignore-completion-table)
11958         (vc-bzr-find-ignore-file): New functions.
11960 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
11962         * frameset.el (frameset-prop): New function and setter.
11963         (frameset-save): Do not modify frame list passed by the caller.
11965 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11967         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
11969 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11971         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
11972         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
11974         * custom.el (custom-initialize-default, custom-initialize-set)
11975         (custom-initialize-reset, custom-initialize-changed): Affect the
11976         toplevel-default-value (bug#6275, bug#14586).
11977         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
11978         for bug#6275.
11980 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
11982         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11983         Add cl-def* expressions.
11985         * frameset.el (frameset-filter-params): Fix order of arguments.
11987 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
11989         Move code related to saving frames to frameset.el.
11990         * desktop.el: Require frameset.
11991         (desktop-restore-frames): Doc fix.
11992         (desktop-restore-reuses-frames): Rename from
11993         desktop-restoring-reuses-frames.
11994         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
11995         (desktop-clear): Clear frames too.
11996         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
11997         (desktop--filter-tty*, desktop-save, desktop-read):
11998         Use frameset functions.
11999         (desktop-before-saving-frames-functions, desktop--filter-*-color)
12000         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12001         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
12002         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
12003         (desktop--process-minibuffer-frames, desktop-save-frames)
12004         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
12005         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
12006         (desktop--sort-states, desktop-restoring-frames-p)
12007         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
12008         (desktop-restoring-frameset-p, desktop-restore-frameset)
12009         (desktop--check-dont-save, desktop-save-frameset): New functions.
12010         (desktop--app-id): New constant.
12011         (desktop-first-buffer, desktop-buffer-ok-count)
12012         (desktop-buffer-fail-count): Move before first use.
12013         * frameset.el: New file.
12015 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12017         * files.el: Use lexical-binding.
12018         (dir-locals-read-from-file): Remove unused `err' variable.
12019         (hack-dir-local-variables--warned-coding): New var.
12020         (hack-dir-local-variables): Use it to avoid repeated warnings.
12021         (make-backup-file-name--default-function): New function.
12022         (make-backup-file-name-function): Use it as default.
12023         (buffer-stale--default-function): New function.
12024         (buffer-stale-function): Use it as default.
12025         (revert-buffer-insert-file-contents--default-function): New function.
12026         (revert-buffer-insert-file-contents-function): Use it as default.
12027         (insert-directory): Avoid add-to-list.
12029         * autorevert.el (auto-revert-handler): Simplify.
12030         Use buffer-stale--default-function.
12032 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
12034         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
12036         * whitespace.el (whitespace-ensure-local-variables): New function.
12037         (whitespace-cleanup-region): Call it.
12038         (whitespace-turn-on): Call it.
12040 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
12042         Complete file name handlers.
12044         * net/tramp.el (tramp-handle-set-visited-file-modtime)
12045         (tramp-handle-verify-visited-file-modtime)
12046         (tramp-handle-file-notify-rm-watch): New functions.
12047         (tramp-call-process): Do not bind `default-directory'.
12049         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12050         Order alphabetically.
12051         <access-file, add-name-to-file, dired-call-process>:
12052         <dired-compress-file, file-acl, file-notify-rm-watch>:
12053         <file-ownership-preserved-p, file-selinux-context>:
12054         <make-directory-internal, make-symbolic-link, set-file-acl>:
12055         <set-file-selinux-context, set-visited-file-modtime>:
12056         <verify-visited-file-modtime>: Add handler.
12057         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
12059         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12060         <file-notify-add-watch, file-notify-rm-watch>:
12061         <set-file-times, set-visited-file-modtime>:
12062         <verify-visited-file-modtime>: Add handler.
12063         (with-tramp-gvfs-error-message)
12064         (tramp-gvfs-handle-set-visited-file-modtime)
12065         (tramp-gvfs-fuse-file-name): Remove.
12066         (tramp-gvfs-handle-file-notify-add-watch)
12067         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
12068         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
12070         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12071         Order alphabetically.
12072         <file-notify-rm-watch>: Use default Tramp handler.
12073         <executable-find>: Remove private handler.
12074         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
12075         `default-directory'.
12076         (tramp-sh-handle-executable-find)
12077         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
12078         (tramp-sh-file-gvfs-monitor-dir-process-filter)
12079         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
12080         Do not use `format' in `tramp-message'.
12082         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
12083         <file-notify-rm-watch, set-visited-file-modtime>:
12084         <verify-visited-file-modtime>: Add handler.
12085         (tramp-smb-call-winexe): Do not bind `default-directory'.
12087 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
12089         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
12091 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
12093         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
12094         use it.
12095         (log-view-diff-changeset): Same.
12096         (log-view-diff-common): Call backend command `previous-revision'
12097         to find out the previous revision, in both cases.  Swap the
12098         variables `to' and `fr', so that `fr' usually refers to the
12099         earlier revision (Bug#14989).
12101 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
12103         * ibuf-ext.el (ibuffer-filter-by-filename):
12104         Make it work with dired buffers too.
12106 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
12108         * emacs-lisp/re-builder.el (reb-color-display-p):
12109         * files.el (save-buffers-kill-terminal):
12110         * net/browse-url.el (browse-url):
12111         * server.el (server-save-buffers-kill-terminal):
12112         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
12113         Prefer nil to selected-frame for the first arg of frame-parameter.
12115 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
12117         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
12119 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
12121         * minibuffer.el (completion--twq-all): Try and preserve each
12122         completion's case choice (bug#14907).
12124 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12126         * net/network-stream.el (open-network-stream): Mention the new
12127         :nogreeting parameter.
12128         (network-stream-open-starttls): Use the :nogreeting parameter
12129         (bug#14938).
12131         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
12133         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
12134         more natural than popping.
12136         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
12137         (shr-urlify): Highlight under mouse.
12139 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
12141         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
12143         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
12145         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
12146         buffer for output.
12148         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
12149         point-min==1.  Fix search string.  Fix parentheses missing.
12151         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
12152         assume point-min==1.  Fix search string.  Fix parentheses missing.
12154         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
12156         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
12157         buffer for output.
12159 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
12161         * frame.el (frame-notice-user-settings): Avoid inflooping when the
12162         initial frame is minibuffer-less.  (Bug#14841)
12164 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
12166         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
12167         option.
12169         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12170         (tramp-maybe-open-connection): Use it.
12172 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12174         * desktop.el (desktop--make-frame): Include `minibuffer' in the
12175         minimal set of parameters passed when creating a frame, because
12176         the minibuffer status of a frame cannot be changed later.
12178 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
12180         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
12181         replace-regexp-in-string and inadvertent omissions in previous change.
12182         (todo-filter-items): Ensure only file names are comma-separated in
12183         name of filtered items buffer.
12185 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12187         * desktop.el: Optionally force offscreen frames back onscreen.
12188         (desktop-restoring-reuses-frames): New option.
12189         (desktop--compute-pos, desktop--move-onscreen): New functions.
12190         (desktop--make-frame): Use desktop--move-onscreen.
12192 2013-07-27  Alan Mackenzie  <acm@muc.de>
12194         Fontify a Java generic method as a function.
12195         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
12196         value to t.
12198 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
12200         * calendar/todo-mode.el: Add command to rename todo files.
12201         (todo-rename-file): New command.
12202         (todo-key-bindings-t): Add key binding for it.  Change the
12203         bindings of todo-filter-regexp-items(-multifile) to use `x'
12204         instead of `r', since the latter is better suited to the new
12205         renaming command.
12207 2013-07-27  Alan Mackenzie  <acm@muc.de>
12209         Make Java try-with-resources statement parse properly.
12210         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
12211         (c-block-stmt-1-2-key): New language constants/variables.
12212         * progmodes/cc-engine.el (c-beginning-of-statement-1)
12213         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
12214         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
12215         with c-block-stmt-1-2-key.
12217 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
12219         * desktop.el (desktop--make-frame): Apply most frame parameters after
12220         creating the frame to force (partially or totally) offscreen frames to
12221         be restored as such.
12223 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
12225         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
12226         (Bug#14948)
12228 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12230         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
12231         `base' arg of backtrace-frame.
12233 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
12235         * simple.el (list-processes): Doc fix.
12237 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
12239         * desktop.el (desktop--select-frame):
12240         Try harder to reuse existing frames.
12242 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12244         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
12245         (edebug-eval): Use backtrace-eval.
12246         (edebug--display, edebug--recursive-edit): Don't let-bind the
12247         edebug-outer-* vars that keep track of variables we locally let-bind.
12248         (edebug-outside-excursion): Don't restore outside values of locally
12249         let-bound vars.
12250         (edebug--display): Use user-error.
12251         (cl-lexical-debug, cl-debug-env): Remove.
12253 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
12255         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
12256         are restored to be sure that they are visible before deleting any
12257         remaining ones.
12259 2013-07-26  Matthias Meulien  <orontee@gmail.com>
12261         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
12262         vc-print-root-log.  (Bug#14948)
12264 2013-07-26  Richard Stallman  <rms@gnu.org>
12266         Add aliases for encrypting mail.
12267         * epa.el (epa-mail-aliases): New option.
12268         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
12269         Bind inhibit-read-only so read-only text doesn't ruin everything.
12270         (epa-mail-default-recipients): New subroutine broken out.
12271         Handle epa-mail-aliases.
12273 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12275         Add support for lexical variables to the debugger's `e' command.
12276         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
12277         vars, except for debugger-outer-match-data.
12278         (debugger-frame-number): Move check for "on a function call" from
12279         callers into it.  Add `skip-base' argument.
12280         (debugger-frame, debugger-frame-clear): Simplify accordingly.
12281         (debugger-env-macro): Only reset the state stored in non-variables,
12282         i.e. current-buffer and match-data.
12283         (debugger-eval-expression): Rewrite using backtrace-eval.
12284         * subr.el (internal--called-interactively-p--get-frame): Remove.
12285         (called-interactively-p):
12286         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
12287         `base' arg of backtrace-frame instead.
12289 2013-07-26  Glenn Morris  <rgm@gnu.org>
12291         * align.el (align-regexp): Doc fix.  (Bug#14857)
12292         (align-region): Explicit error if subexpression missing/does not match.
12294         * simple.el (global-visual-line-mode):
12295         Do not duplicate the mode lighter.  (Bug#14858)
12297 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
12299         * window.el (display-buffer): In display-buffer bind
12300         split-window-keep-point to t, bug#14829.
12302 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
12304         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
12305         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
12306         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
12307         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12308         Change accordingly.
12309         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12310         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
12312 2013-07-25  Glenn Morris  <rgm@gnu.org>
12314         * dired-x.el (dired-mark-extension): Convert comment to doc string.
12316 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
12318         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
12319         parameter to modify-frame-parameters if the value has not changed;
12320         this is a workaround for bug#14949.
12321         (desktop--make-frame): On cl-delete-if call, check parameter name,
12322         not full parameter.
12324 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
12326         * vc/vc.el (vc-ignore): New function.
12328         * vc/vc-svn.el (vc-svn-ignore): New function.
12330         * vc/vc-hg.el (vc-hg-ignore): New function.
12332         * vc/vc-git.el (vc-git-ignore): New function.
12334         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
12335         (vc-dir-ignore): New function.
12337         * vc/vc-cvs.el (vc-cvs-ignore): New function.
12338         (cvs-append-to-ignore): Move here from pcvs.el.
12340         * vc/vc-bzr.el (vc-bzr-ignore): New function.
12342         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
12344 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
12346         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
12347         (desktop-restore-frames): Warn when deleting an existing frame failed.
12349 2013-07-24  Glenn Morris  <rgm@gnu.org>
12351         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
12353 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
12355         * filenotify.el (file-notify-supported-p):
12356         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12357         Remove functions.
12359         * autorevert.el (auto-revert-use-notify)
12360         (auto-revert-notify-add-watch):
12361         * net/tramp.el (tramp-file-name-for-operation):
12362         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12363         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12364         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12365         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12366         Remove `file-notify-supported-p' entry.
12368 2013-07-24  Glenn Morris  <rgm@gnu.org>
12370         * printing.el: Replace all uses of deleted ps-windows-system,
12371         ps-lp-system, ps-flatten-list with lpr- versions.
12373 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12375         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
12376         checked with memq (bug#14935).
12378         * files.el (revert-buffer-function): Use a non-nil default.
12379         (revert-buffer-preserve-modes): Declare var to
12380         provide access to the `preserve-modes' argument.
12381         (revert-buffer): Let-bind it.
12382         (revert-buffer--default): New function, extracted from revert-buffer.
12384 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12386         * lpr.el: Signal print errors more prominently.
12387         (print-region-function): Don't default to nil.
12388         (lpr-print-region): New function, extracted from print-region-1.
12389         Check lpr's return value and signal an error in case of problem.
12390         (print-region-1): Use it.
12391         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
12392         versions instead.
12393         (ps-printer-name): Default to nil.
12394         (ps-printer-name-option): Default to lpr-printer-switch.
12395         (ps-print-region-function): Don't default to nil.
12396         (ps-postscript-code-directory): Simplify default.
12397         (ps-do-despool): Use lpr-print-region to properly check the outcome.
12398         (ps-string-list, ps-eval-switch, ps-flatten-list)
12399         (ps-flatten-list-1): Remove.
12400         (ps-multibyte-buffer): Avoid setq.
12401         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
12402         (print-region-function, ps-print-region-function): Don't set them here.
12404 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
12406         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
12407         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
12408         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
12409         (ido-decorations): Doc fix.
12411         * ansi-color.el: Fix old URL.
12413 2013-07-23  Michael R. Mauger  <michael@mauger.com>
12415         * progmodes/sql.el: Version 3.3
12416         (sql-product-alist): Improve oracle :prompt-cont-regexp.
12417         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
12418         (sql-interactive-remove-continuation-prompt): Rewrite, use
12419         functions above.  Fix continuation prompt and complete output line
12420         handling.
12421         (sql-redirect-one, sql-execute): Use `read-only-mode' on
12422         redirected output buffer.
12423         (sql-mode): Restore deleted code (Bug#13591).
12425 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
12427         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
12429 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
12431         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
12433         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12434         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12435         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
12437 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
12439         * desktop.el (desktop-clear): Simplify; remove useless checks
12440         against invalid buffer names.
12441         (desktop-list*): Use cl-list*.
12442         (desktop-buffer-info, desktop-create-buffer): Simplify.
12444 2013-07-23  Leo Liu  <sdl.web@gmail.com>
12446         * bookmark.el (bookmark-make-record): Restore NAME as a default
12447         value.  (Bug#14933)
12449 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12451         * emacs-lisp/autoload.el (autoload--setup-output): New function,
12452         extracted from autoload--insert-text.
12453         (autoload--insert-text): Remove.
12454         (autoload--print-cookie-text): New function, extracted from
12455         autoload--insert-cookie-text.
12456         (autoload--insert-cookie-text): Remove.
12457         (autoload-generate-file-autoloads): Adjust calls accordingly.
12459         * winner.el (winner-hook-installed-p): Remove.
12460         (winner-mode): Simplify accordingly.
12462         * subr.el (add-to-list): Fix compiler-macro when `append' is
12463         not constant.  Don't use `cl-member' for the base case.
12465         * progmodes/subword.el: Fix boundary case (bug#13758).
12466         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
12467         own group.
12468         (subword-backward-regexp): Make it a constant.
12469         (subword-forward-internal): Don't treat a trailing capital as the
12470         beginning of a word.
12472 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
12474         * emacs-lisp/package.el (package-menu-mode): Don't modify the
12475         global value of tabulated-list-revert-hook (bug#14930).
12477 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
12479         * desktop.el: Require 'cl-lib.
12480         (desktop-before-saving-frames-functions): New hook.
12481         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
12482         for frames being saved.  Rename from desktop--save-minibuffer-frames.
12483         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
12484         Do not save frames with non-nil `desktop-dont-save' parameter.
12485         Filter out deleted frames.
12486         (desktop--find-frame): Use cl-find-if.
12487         (desktop--select-frame): Use cl-(first|second|third) to access values
12488         of desktop-mini.
12489         (desktop--make-frame): Use cl-delete-if.
12490         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
12491         (desktop-restore-frames): Use cl-(first|second|third) to access values
12492         of desktop-mini.  Look for visible frame at the end, not while
12493         restoring frames.
12495         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
12496         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
12497         Use string-match-p, looking-at-p (bug#14927).
12499 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
12501         * desktop.el (desktop-saved-frame-states):
12502         Rename from desktop--saved-states; all users changed.
12503         (desktop-save-frames): Rename from desktop--save-frames.
12504         Do not save state to desktop file.
12505         (desktop-save): Save desktop-saved-frame-states to desktop file
12506         and reset to nil.
12507         (desktop-restoring-frames-p): New function.
12508         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
12509         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
12510         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
12512         * desktop.el: Correctly restore iconified frames.
12513         (desktop--filter-iconified-position): New function.
12514         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
12516 2013-07-20  Glenn Morris  <rgm@gnu.org>
12518         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
12519         Let `message' do the formatting.
12520         (def-gdb-preempt-display-buffer): Add explicit format.
12522         * image-dired.el (image-dired-track-original-file):
12523         Use with-current-buffer.
12524         (image-dired-track-thumbnail): Use with-current-buffer.
12525         Avoid changing point of wrong window.
12527         * image-dired.el (image-dired-track-original-file):
12528         Avoid changing point of wrong window.  (Bug#14909)
12530 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
12532         * progmodes/gdb-mi.el (gdb-done-or-error):
12533         Guard against "%" in gdb output.  (Bug#14127)
12535 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
12537         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
12538         (Bug#14826)
12540         * international/mule.el (coding-system-iso-2022-flags): Fix last
12541         change.
12543 2013-07-20  Kenichi Handa  <handa@gnu.org>
12545         * international/mule.el (coding-system-iso-2022-flags):
12546         Add `8-bit-level-4'.  (Bug#8522)
12548 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12550         * net/shr.el (shr-mouse-browse-url): New command and keystroke
12551         (bug#14815).
12553         * net/eww.el (eww-process-text-input): Allow inputting when the
12554         point is at the start of the line, as the properties aren't
12555         front-sticky.
12557         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
12558         degenerate widths.
12560 2013-07-19  Richard Stallman  <rms@gnu.org>
12562         * epa.el (epa-popup-info-window): Doc fix.
12564         * subr.el (split-string): New arg TRIM.
12566 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
12568         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
12569         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
12571 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
12573         * filenotify.el (file-notify--library): Rename from
12574         `file-notify-support'.  Do not autoload.  Adapt all uses.
12575         (file-notify-supported-p): New defun.
12577         * autorevert.el (auto-revert-use-notify):
12578         Use `file-notify-supported-p' instead of `file-notify-support'.
12579         Adapt docstring.
12580         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
12582         * net/tramp.el (tramp-file-name-for-operation):
12583         Add `file-notify-supported-p'.
12585         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12586         New defun.
12587         (tramp-sh-file-name-handler-alist): Add it as handler for
12588         `file-notify-supported-p '.
12590         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12591         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12592         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12593         Add `ignore' as handler for `file-notify-*' functions.
12595 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
12597         * simple.el (line-move-partial, line-move): Don't start vscroll or
12598         scroll-up if the current line is not taller than the window.
12599         (Bug#14881)
12601 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
12603         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
12604         highlight question marks in the method names as strings.
12605         (ruby-block-beg-keywords): Inline.
12606         (ruby-font-lock-keyword-beg-re): Extract from
12607         `ruby-font-lock-keywords'.
12609 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
12611         * frame.el (blink-cursor-blinks): New defcustom.
12612         (blink-cursor-blinks-done): New defvar.
12613         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
12614         (blink-cursor-timer-function): Check if number of blinks has been
12615         done on X and NS.
12616         (blink-cursor-suspend, blink-cursor-check): New defuns.
12618 2013-07-15  Glenn Morris  <rgm@gnu.org>
12620         * edmacro.el (edmacro-format-keys): Fix previous change.
12622 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12624         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
12625         The hack didn't work outside English locales anyway.
12627 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
12629         * simple.el (define-alternatives): Rename from alternatives-define,
12630         per RMS' suggestion.
12632 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
12634         * desktop.el (desktop-restore-frames): Change default to t.
12635         (desktop-restore-in-current-display): Now offer more options.
12636         (desktop-restoring-reuses-frames): New customization option.
12637         (desktop--saved-states): Doc fix.
12638         (desktop-filter-parameters-alist): New variable, renamed and expanded
12639         from desktop--excluded-frame-parameters.
12640         (desktop--target-display): New variable.
12641         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
12642         (desktop--filter-tty*, desktop--filter-*-color)
12643         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12644         (desktop--filter-save-desktop-parm)
12645         (desktop-restore-in-original-display-p): New functions.
12646         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
12647         (desktop--save-minibuffer-frames): New function, inspired by a similar
12648         function from Martin Rudalics.
12649         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
12650         (desktop--restore-in-this-display-p): Remove.
12651         (desktop--find-frame): Rename from desktop--find-frame-in-display
12652         and add predicate argument.
12653         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
12654         (desktop--reuse-list): New variable.
12655         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
12656         New functions.
12657         (desktop--restore-frames): Add support for "minibuffer-special" frames.
12659 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
12661         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
12663 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
12665         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12666         Highlight conversion methods on Kernel.
12668 2013-07-13  Alan Mackenzie  <acm@muc.de>
12670         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
12671         and comment it out.  This out-commenting enables certain C++
12672         declarations to be parsed correctly.
12674 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
12676         * international/mule.el (define-coding-system): Doc fix.
12678         * simple.el (default-font-height): Don't call font-info if the
12679         frame's default font didn't change since the frame was created.
12680         (Bug#14838)
12682 2013-07-13  Leo Liu  <sdl.web@gmail.com>
12684         * ido.el (ido-read-file-name): Guard against non-symbol value.
12686 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12688         * progmodes/python.el (python-imenu--build-tree): Fix corner case
12689         in nested defuns.
12691 2013-07-13  Leo Liu  <sdl.web@gmail.com>
12693         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
12694         ido-set-matches call.  (Bug#6852)
12696 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
12698         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
12699         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
12700         Ruby 2.0.
12701         (ruby-font-lock-keywords): Distinguish calls to functions with
12702         module-like names from module references.  Highlight character
12703         literals.
12705 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
12707         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
12708         (gdb-send): Handle continued commands.  (Bug#14847)
12710 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
12712         * desktop.el (desktop--v2s): Remove unused local variable.
12713         (desktop-save-buffer): Make defvar-local; adjust docstring.
12714         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
12715         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
12717 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
12719         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
12721 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
12723         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
12724         (Bug#14842)
12726 2013-07-12  Glenn Morris  <rgm@gnu.org>
12728         * doc-view.el: Require cl-lib at runtime too.
12729         (doc-view-remove-if): Remove.
12730         (doc-view-search-next-match, doc-view-search-previous-match):
12731         Use cl-remove-if.
12733         * edmacro.el: Require cl-lib at runtime too.
12734         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
12735         (edmacro-mismatch, edmacro-subseq): Remove.
12737         * shadowfile.el: Require cl-lib.
12738         (shadow-remove-if): Remove.
12739         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
12740         Use cl-remove-if.
12742         * wid-edit.el: Require cl-lib.
12743         (widget-choose): Use cl-remove-if.
12744         (widget-remove-if): Remove.
12746         * progmodes/ebrowse.el: Require cl-lib at runtime too.
12747         (ebrowse-delete-if-not): Remove.
12748         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
12749         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
12750         Use cl-delete-if-not.
12752 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
12754         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
12755         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
12757 2013-07-12  Leo Liu  <sdl.web@gmail.com>
12759         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
12761 2013-07-11  Glenn Morris  <rgm@gnu.org>
12763         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
12764         (edebug-gensym-index, edebug-gensym):
12765         Remove reimplementation of cl-gensym.
12766         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
12768         * thumbs.el: Require cl-lib at run-time too.
12769         (thumbs-gensym-counter, thumbs-gensym):
12770         Remove reimplementation of cl-gensym.
12771         (thumbs-temp-file): Use cl-gensym.
12773         * emacs-lisp/ert.el: Require cl-lib at runtime too.
12774         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
12775         (ert--intersection, ert--set-difference, ert--set-difference-eq)
12776         (ert--union, ert--gensym-counter, ert--gensym-counter)
12777         (ert--coerce-to-vector, ert--remove*, ert--string-position)
12778         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
12779         (ert-make-test-unbound, ert--expand-should-1)
12780         (ert--expand-should, ert--should-error-handle-error)
12781         (should-error, ert--explain-equal-rec)
12782         (ert--plist-difference-explanation, ert-select-tests)
12783         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
12784         Use cl-lib functions rather than reimplementations.
12786 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
12788         * net/tramp.el (tramp-methods): Extend docstring.
12789         (tramp-connection-timeout): New defcustom.
12790         (tramp-error-with-buffer): Reset timestamp only when appropriate.
12791         (with-tramp-progress-reporter): Simplify.
12792         (tramp-process-actions): Improve messages.
12794         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
12795         * net/tramp-sh.el (tramp-maybe-open-connection):
12796         Use `tramp-connection-timeout'.
12797         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
12798         (Bug#14808)
12800 2013-07-11  Leo Liu  <sdl.web@gmail.com>
12802         * ido.el (ido-read-file-name): Conform to the requirements of
12803         read-file-name.  (Bug#11861)
12804         (ido-read-directory-name): Conform to the requirements of
12805         read-directory-name.
12807 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
12809         * subr.el (delay-warning): New function.
12811 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
12813         * simple.el (default-line-height): New function.
12814         (line-move-partial, line-move): Use it instead of computing the
12815         line height inline.
12816         (line-move-partial): Always compute ROWH.  If the last line is
12817         partially-visible, but its text is completely visible, allow
12818         cursor to enter such a partially-visible line.
12820 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
12822         Improve error messages.  (Bug#14808)
12824         * net/tramp.el (tramp-current-connection): New defvar, moved from
12825         tramp-sh.el.
12826         (tramp-message-show-progress-reporter-message): Remove, not
12827         needed anymore.
12828         (tramp-error-with-buffer): Show message in minibuffer.
12829         Discard input before waiting.  Reset connection timestamp.
12830         (with-tramp-progress-reporter): Improve messages.
12831         (tramp-process-actions): Use progress reporter.  Delete process in
12832         case of error.  Improve messages.
12834         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
12835         Call `tramp-error-with-buffer' with vector and buffer.
12836         (tramp-current-connection): Remove.
12837         (tramp-maybe-open-connection): The car of
12838         `tramp-current-connection' are the first 3 slots of the vector.
12840 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
12842         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
12843         inside continued strings.
12845 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
12847         Timestamp fixes for undo (Bug#14824).
12848         * files.el (clear-visited-file-modtime): Move here from fileio.c.
12850 2013-07-10  Leo Liu  <sdl.web@gmail.com>
12852         * files.el (require-final-newline): Allow safe local value.
12853         (Bug#14834)
12855 2013-07-09  Leo Liu  <sdl.web@gmail.com>
12857         * ido.el (ido-read-directory-name): Handle fallback.
12858         (ido-read-file-name): Update DIR to ido-current-directory.
12859         (Bug#1516)
12860         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
12862 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
12864         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
12865         "autoload".  Remove "warn lower camel case" section, previously
12866         commented out.  Highlight negation char.  Do not highlight the
12867         target in singleton method definitions.
12869 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12871         * faces.el (tty-setup-hook): Declare the hook.
12873         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
12874         and detect when a guard/pred depends on local vars (bug#14773).
12875         (pcase--u1): Adjust caller.
12877 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
12879         * simple.el (line-move-partial, line-move): Account for
12880         line-spacing.
12881         (line-move-partial): Avoid setting vscroll when the last
12882         partially-visible line in window is of default height.
12884 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12886         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
12887         been used a while.
12889 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
12891         * subr.el (read-quoted-char): Remove unused local variable `char'.
12893 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
12895         * vc/ediff.el (ediff-version): Version update.
12896         (ediff-files-command, ediff3-files-command, ediff-merge-command)
12897         (ediff-merge-with-ancestor-command, ediff-directories-command)
12898         (ediff-directories3-command, ediff-merge-directories-command)
12899         (ediff-merge-directories-with-ancestor-command): New functions.
12900         All are command-line interfaces to ediff: to facilitate calling
12901         Emacs with the appropriate ediff functions invoked.
12903         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
12904         New function.
12905         (viper-save-kill-buffer): Check if buffer is modified.
12907         * emulation/viper.el (viper-version): Version update.
12908         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
12910 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12912         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
12913         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
12914         (viper-intercept-ESC-key): Simplify.
12915         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
12916         don't use kbd.
12917         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
12918         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
12919         (viper-setup-ESC-to-escape): New functions.
12920         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
12921         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
12923 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
12925         * simple.el (default-font-height, window-screen-lines):
12926         New functions.
12927         (line-move, line-move-partial): Use them instead of
12928         frame-char-height and window-text-height.  This makes scrolling
12929         text smoother when the buffer's default face uses a font that is
12930         different from the frame's default font.
12932 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
12934         * files.el (write-file): Do not display confirm dialog for NS,
12935         it does its own dialog, which can't be canceled (Bug#14578).
12937 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
12939         * simple.el (line-move-partial): Adjust the row returned by
12940         posn-at-point for the current window-vscroll.  (Bug#14567)
12942 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
12944         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
12945         (tramp-sh-file-inotifywait-process-filter): Handle file names with
12946         spaces.
12948 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
12950         * window.el (window-state-put-stale-windows): New variable.
12951         (window--state-put-2): Save list of windows without matching buffer.
12952         (window-state-put): Remove "bufferless" windows if possible.
12954 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
12956         * simple.el (alternatives-define): Remove leftover :group keyword.
12957         Tweak docstring.
12959 2013-07-06  Leo Liu  <sdl.web@gmail.com>
12961         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
12962         (ido-enable-virtual-buffers): New variable.
12963         (ido-buffer-internal, ido-toggle-virtual-buffers)
12964         (ido-make-buffer-list): Use it.
12965         (ido-exhibit): Support turning on and off virtual buffers
12966         automatically.
12968 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
12970         * simple.el (alternatives-define): New macro.
12972 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12974         * subr.el (read-quoted-char): Use read-key.
12975         (sit-for): Let read-event decode tty input (bug#14782).
12977 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
12979         * calendar/todo-mode.el: Add handling of file deletion, both by
12980         mode command and externally.  Fix various related bugs.
12981         Clarify Commentary and improve some documentation strings and code.
12982         (todo-delete-file): New command.
12983         (todo-check-file): New function.
12984         (todo-show): Handle external deletion of the file we're trying to
12985         show (bug#14688).  Replace called-interactively-p by an optional
12986         prefix argument to avoid problematic interaction with catch form
12987         when byte compiled (bug#14702).
12988         (todo-quit): Handle external deletion of the archive's todo file.
12989         Make sure the buffer that was visiting the archive file is still
12990         live before trying to bury it.
12991         (todo-category-completions): Handle external deletion of any
12992         category completion files.
12993         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
12994         of todo files, in case of external deletion.
12995         (todo-add-file): Replace unnecessary setq by let-binding.
12996         (todo-find-archive): Check whether there are any archives.
12997         Replace unnecessary setq by let-binding.
12998         (todo-archive-done-item): Use find-file-noselect to get the
12999         archive buffer whether or not the archive already exists.
13000         Remove superfluous code.  Use file size instead of buffer-file-name to
13001         check if the archive is new; if it is, update list of archives.
13002         (todo-default-todo-file): Allow nil to be a valid value for when
13003         there are no todo files.
13004         (todo-reevaluate-default-file-defcustom): Use corrected definition
13005         of todo-default-todo-file.
13006         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
13007         (todo-delete-category, todo-show-categories-table)
13008         (todo-category-number): Clarify comment.
13009         (todo-filter-items): Clarify documentation string.
13010         (todo-show-current-file, todo-display-as-todo-file)
13011         (todo-reset-and-enable-done-separator): Tweak documentation string.
13012         (todo-done-separator): Make separator length window-width, since
13013         bug#2749 is now fixed.
13015 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
13017         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
13018         Support both "gvfs-monitor-dir" and "inotifywait".
13019         (tramp-sh-file-inotifywait-process-filter): Rename from
13020         `tramp-sh-file-notify-process-filter'.
13021         (tramp-sh-file-gvfs-monitor-dir-process-filter)
13022         (tramp-get-remote-gvfs-monitor-dir): New defuns.
13024 2013-07-05  Leo Liu  <sdl.web@gmail.com>
13026         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
13028 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13030         * frame.el (display-pixel-height, display-pixel-width)
13031         (display-mm-height, display-mm-width): Mention behavior on
13032         multi-monitor setups in docstrings.
13033         (w32-display-monitor-attributes-list): Declare function.
13034         (display-monitor-attributes-list): Use it.
13036 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
13038         * filenotify.el: New package.
13040         * autorevert.el (top): Require filenotify.el.
13041         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
13042         instead.
13043         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13044         (auto-revert-notify-handler): Use `file-notify-*' functions.
13046         * subr.el (file-notify-handle-event): Move function to filenotify.el.
13048         * net/tramp.el (tramp-file-name-for-operation):
13049         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
13051         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
13052         for `file-notify-add-watch' and `file-notify-rm-watch'.
13053         (tramp-process-sentinel): Improve trace.
13054         (tramp-sh-handle-file-notify-add-watch)
13055         (tramp-sh-file-notify-process-filter)
13056         (tramp-sh-handle-file-notify-rm-watch)
13057         (tramp-get-remote-inotifywait): New defuns.
13059 2013-07-03  Juri Linkov  <juri@jurta.org>
13061         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
13062         call of `occur-read-primary-args' to interactive spec.
13064         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
13065         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
13067 2013-07-03  Matthias Meulien  <orontee@gmail.com>
13069         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
13070         `Buffer-menu-multi-occur'.  Add it to the menu.
13071         (Buffer-menu-mode): Document it in docstring.
13072         (Buffer-menu-multi-occur): New command.  (Bug#14673)
13074 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13076         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
13077         keywords and built-ins.
13079 2013-07-03  Glenn Morris  <rgm@gnu.org>
13081         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
13083         Make info-xref checks case-sensitive by default
13084         * info.el (Info-find-node, Info-find-in-tag-table)
13085         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
13086         Add option for exact case matching of nodes.
13087         * info-xref.el (info-xref): New custom group.
13088         (info-xref-case-fold): New option.
13089         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
13091 2013-07-03  Leo Liu  <sdl.web@gmail.com>
13093         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
13095 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13097         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
13098         middle of block statement initially, lower the depth.  Remove
13099         FIXME comment, not longer valid.  Remove middle of block statement
13100         detection, no need to do that anymore since we've been using
13101         `ruby-parse-region' here.
13103 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
13105         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
13107 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13109         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
13111 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
13113         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
13114         (desktop-restore-in-current-display): New customization option.
13115         (desktop--excluded-frame-parameters): Add `font'.
13116         (desktop--save-frames): Rename from desktop--save-windows.
13117         (desktop--restore-in-this-display-p): New function.
13118         (desktop--make-full-frame): Remove unwanted width/height from
13119         full(width|height) frames.
13120         (desktop--restore-frames): Rename from desktop--restore-windows.
13121         Obey desktop-restore-current-display.  Do not delete old frames or
13122         select a new frame unless we were able to restore at least one frame.
13124 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
13126         * files.el (find-file-noselect): Simplify conditional expression.
13128         * textmodes/remember.el (remember-append-to-file):
13129         Don't mix `find-buffer-visiting' and `get-file-buffer'.
13131         Add `remember-notes' function to store random notes across Emacs
13132         restarts.
13133         * textmodes/remember.el (remember-data-file): Add :set callback to
13134         affect notes buffer (if any).
13135         (remember-notes): New command.
13136         (remember-notes-buffer-name, bury-remember-notes-on-kill):
13137         New defcustoms for the `remember-notes' function.
13138         (remember-notes-save-and-bury-buffer): New command.
13139         (remember-notes-mode-map): New variable.
13140         (remember-mode): New minor mode.
13141         (remember-notes--kill-buffer-query): New function.
13142         * startup.el (initial-buffer-choice): Add notes to custom type.
13144 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
13146         * bindings.el (right-char, left-char): Don't call sit-for, this is
13147         no longer needed.  Use arithmetic comparison only for numerical
13148         arguments.
13150         * international/mule-cmds.el (select-safe-coding-system):
13151         Handle the case of FROM being a string correctly.  (Bug#14755)
13153 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13155         * net/shr.el (shr-make-table-1): Add a sanity check that allows
13156         progression on degenerate tables.
13157         (shr-rescale-image): ImageMagick animated images currently don't work.
13159 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
13161         Some fixes and improvements for desktop frame restoration.
13162         It is still experimental and disabled by default.
13163         * desktop.el (desktop--save-windows): Put the selected frame at
13164         the head of the list.
13165         (desktop--make-full-frame): New function.
13166         (desktop--restore-windows): Try to re-select the frame that was
13167         selected upon saving.  Do not abort if some frames fail to restore,
13168         just show an error message and continue.  Set up maximized frames
13169         so they have default non-maximized dimensions.
13171 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
13173         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
13174         Don't start heredoc inside a string or comment.
13176 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
13178         * bindings.el (visual-order-cursor-movement): New defcustom.
13179         (right-char, left-char): Provide visual-order cursor motion by
13180         calling move-point-visually.  Update the doc strings.
13182 2013-06-28  Kenichi Handa  <handa@gnu.org>
13184         * international/mule.el (define-coding-system): New coding system
13185         properties :inhibit-null-byte-detection,
13186         :inhibit-iso-escape-detection, and :prefer-utf-8.
13187         (set-buffer-file-coding-system): If :charset-list property of
13188         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
13189         appropriate for setting.
13191         * international/mule-cmds.el (select-safe-coding-system):
13192         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
13193         multibyte characters, return utf-8 (or one of its siblings).
13195         * international/mule-conf.el (prefer-utf-8): New coding system.
13196         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
13197         files.
13199 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
13201         * net/shr.el (shr-render-region): New function.
13203         * net/eww.el: Autoload `eww-browse-url'.
13205 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
13207         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13208         Adapt to `package-desc-version' being a list.
13209         Use `package--ac-desc-version' to retrieve version from a package
13210         archive element.
13212 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
13214         New experimental feature to save&restore window and frame setup.
13215         * desktop.el (desktop-save-windows): New defcustom.
13216         (desktop--saved-states): New var.
13217         (desktop--excluded-frame-parameters): New defconst.
13218         (desktop--filter-frame-parms, desktop--find-frame-in-display)
13219         (desktop--restore-windows, desktop--save-windows): New functions.
13220         (desktop-save): Call `desktop--save-windows'.
13221         (desktop-read): Call `desktop--restore-windows'.
13223 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225         * net/shr.el (add-face-text-property): Remove compat definition.
13227 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
13229         * info.el (Info-try-follow-nearest-node): Move search for footnote
13230         above search for node name to prevent missing a footnote (bug#14717).
13232 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
13234         * obsolete/otodo-mode.el: Add obsolescence info to file header.
13236 2013-06-27  Leo Liu  <sdl.web@gmail.com>
13238         * net/eww.el (eww-read-bookmarks): Check file size.
13240 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13242         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
13243         advice--pending if newdef is nil or an autoload (bug#13820).
13244         (advice-mapc): New function.
13246 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13248         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
13249         probably.
13250         (eww-mode-map): Add a menu bar.
13251         (eww-add-bookmark): New command.
13252         (eww-bookmark-mode): New mode and commands.
13253         (eww-add-bookmark): Remove newlines from the title.
13254         (eww-bookmark-browse): Don't bug out if it's the only window.
13256 2013-06-26  Glenn Morris  <rgm@gnu.org>
13258         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
13259         (hfy-size): Handle ttys.  (Bug#14668)
13261         * info-xref.el: Update for Texinfo 5 change in *note format.
13262         (info-xref-node-re, info-xref-note-re): New constants.
13263         (info-xref-check-buffer): Use info-xref-note-re.
13265 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13267         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
13269         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
13270         nil terminate the loop (bug#14718).
13272 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13274         * net/eww.el: Rework history traversal.  When going forward/back,
13275         put these actions into the history, too, so that they can be
13276         replayed.
13277         (eww-render): Move the history reset to the correct buffer.
13279 2013-06-25  Juri Linkov  <juri@jurta.org>
13281         * files-x.el (modify-dir-local-variable): Change the header comment
13282         in the file with directory local variables.  (Bug#14692)
13284         * files-x.el (read-file-local-variable-value): Add `default'.
13285         (Bug#14710)
13287 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13289         * net/eww.el (eww-make-unique-file-name): Create a unique file
13290         name before saving to entering `y' accidentally asynchronously.
13292 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
13294         * net/eww.el (eww-download): New command and keystroke.
13296 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13298         * net/eww.el (eww-copy-page-url): Change name of command.
13300         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
13301         be more consistent with Info and dired.
13303         * net/eww.el (eww-mode-map): Ditto.
13305 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13307         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
13308         packages from archives.
13309         (package-archive-contents): Change format; include obsolete packages.
13310         (package-desc): Use `dir' to mark builtin packages.
13311         (package--from-builtin): Set the `dir' field to `builtin'.
13312         (generated-autoload-file, version-control): Declare.
13313         (package-compute-transaction): Change first arg and return value to be
13314         lists of package-descs.  Adjust to new package-archive-contents format.
13315         (package--add-to-archive-contents): Adjust to new
13316         package-archive-contents format.
13317         (package-download-transaction): Arg is now a list of package-descs.
13318         (package-install): If `pkg' is a package name, pass it as
13319         a requirement, so it is subject to the usual (e.g. disabled) checks.
13320         (describe-package): Accept package-desc as well.
13321         (describe-package-1): Describe a specific package-desc.  Add links to
13322         other package-descs for the same package name.
13323         (package-menu-describe-package): Pass the actual package-desc.
13324         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
13325         works correctly.
13326         (package-desc-status): New function.
13327         (package-menu--refresh): New function, extracted
13328         from package-menu--generate.
13329         (package-menu--generate): Use it.
13330         (package-delete): Update package-alist.
13331         (package-menu-execute): Don't call package-initialize.
13333         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
13334         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
13335         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
13336         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
13337         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
13338         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
13340 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
13342         * window.el (window--state-get-1): Workaround for bug#14527.
13343         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
13345 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13347         * net/eww.el (eww-back-url): Implement the history by stashing all
13348         the data into a list.
13349         (eww-forward-url): Allow going forward in the history, too.
13351 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13353         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
13354         for values and use read--expression for expressions (bug#14710).
13355         (read-file-local-variable): Avoid setq.
13356         (read-file-local-variable-mode): Use minor-mode-list.
13358 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13360         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
13361         for DOI URLs.
13363 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13365         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
13366         Update imenu-support when dialect changes.
13368 2013-06-25  Leo Liu  <sdl.web@gmail.com>
13370         * ido.el (ido-read-internal): Allow forward slash on windows.
13372 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13374         * net/eww.el (eww): Start of strings is \\`, not ^.
13376 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
13378         * net/shr.el (shr-browse-url): Fix interactive spec.
13380         * net/eww.el (eww): Add a trailing slash to domain names.
13382 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
13384         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
13386 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13388         * net/shr.el (shr-browse-url): Use an external browser if given a
13389         prefix.
13391         * net/eww.el (eww-external-browser): Move to shr.
13393 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
13395         * net/eww.el (eww): Work more correctly for file: URLs.
13396         (eww-detect-charset): Allow quoted charsets.
13397         (eww-yank-page-url): New command and keystroke.
13399 2013-06-24  Daiki Ueno  <ueno@gnu.org>
13401         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
13402         file name of gpg executable.
13403         (epg-context-program): New function.
13404         (epg-context-home-directory): New function.
13405         (epg-context-set-program): New function.
13406         (epg-context-set-home-directory): New function.
13407         (epg--start): Use `epg-context-program' instead of
13408         'epg-gpg-program'.
13409         (epg--list-keys-1): Likewise.
13411 2013-06-24  Leo Liu  <sdl.web@gmail.com>
13413         * ido.el (ido-read-internal): Fix bug#14620.
13415 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
13417         * faces.el (face-documentation): Simplify.
13418         (read-face-attribute, tty-find-type, x-resolve-font-name):
13419         Use `string-match-p'.
13420         (list-faces-display): Use `string-match-p'.  Simplify.
13421         (face-spec-recalc): Check face to avoid face alias loops.
13422         (read-color): Use `string-match-p' and non-capturing parenthesis.
13424 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13426         * net/shr.el (shr-rescale-image): Use the new
13427         :max-width/:max-height functionality.
13429 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
13431         * net/eww.el (eww-search-prefix): New variable.
13432         (eww): Use it.
13433         (eww-external-browser): New variable.
13434         (eww-mode-map): New keystroke.
13435         (eww-browse-with-external-browser): New command.
13437         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
13439 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
13441         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13442         Don't skip aligning the next header field when padding is 0;
13443         otherwise, field width is not respected unless the title is as
13444         wide as the field.
13446 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13448         * emacs-lisp/package.el (package-el-version): Remove.
13449         (package-process-define-package): Fix inf-loop.
13450         (package-install): Allow symbols as arguments again.
13452 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
13454         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
13455         add some more keyword-like methods.
13456         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
13458 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
13460         * bs.el (bs-buffer-show-mark): Make defvar-local.
13461         (bs-mode): Use setq-local.
13463         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
13464         (emacs-lock--try-unlocking): Make defvar-local.
13466 2013-06-22  Glenn Morris  <rgm@gnu.org>
13468         * play/cookie1.el (cookie-apropos): Minor simplification.
13470         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
13472 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
13474         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
13475         `regexp-opt', it breaks the build during dumping.
13477 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
13479         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13480         Highlight keyword-like methods on Kernel and Module with
13481         font-lock-builtin-face.
13482         (auto-mode-alist): Consolidate different entries into one regexp
13483         and add more *file-s.
13485 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
13487         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
13489         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
13490         (diary-entry): Use it in the action of this button type instead of
13491         diary-goto-entry.
13493         * calendar/todo-mode.el: New version.
13494         (todo-add-category): Append new category to end of file and give
13495         it the highest number, instead of putting it at the beginning and
13496         giving it 0.  Incorporate noninteractive functionality.
13497         (todo-forward-category): Adapt to 1-based category numbering.
13498         Allow skipping over archived categories.
13499         (todo-backward-category): Derive from todo-forward-category.
13500         (todo-backward-item, todo-forward-item): Make noninteractive and
13501         delegate interactive part to new commands.  Make sensitive to done items.
13502         (todo-categories): Make value an alist of category names and
13503         vectors of item counts.
13504         (todo-category-beg): Make a defconst.
13505         (todo-category-number): Use 1 instead of 0 as initial value.
13506         (todo-category-select): Make sensitive to overlays, optional item
13507         highlighting and done items.
13508         (todo-delete-item): Make sensitive to overlays and marked and done items.
13509         (todo-edit-item): Make sensitive to overlays and editing of
13510         date/time header optional.  Add format checks.
13511         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
13512         no-op if point is not on an item.  Advertise using todo-edit-quit.
13513         (todo-edit-mode): Make sensitive to new format, font-locking, and
13514         multiple todo files.
13515         (todo-insert-item, todo-insert-item-here): Derive from
13516         todo-basic-insert-item and extend functionality.
13517         (todo-item-end, todo-item-start): Make sensitive to done items.
13518         (todo-item-string): Don't return text properties.  Restore point.
13519         (todo-jump-to-category): Make sensitive to multiple todo files and
13520         todo archives.  Use extended category completion.
13521         (todo-lower-item, todo-raise-item): Rename to *-priority and
13522         derive from todo-set-item-priority.
13523         (todo-mode): Derive from special-mode.  Make sensitive to new
13524         format, font-locking and multiple todo files.  Make read-only.
13525         (todo-mode-map): Don't suppress digit keys, so they can supply
13526         prefix arguments.  Add many new key bindings.
13527         (todo-prefix): Insert as an overlay instead of file text.
13528         Change semantics from diary date expression to purely visual mark.
13529         (todo-print): Rename to todo-print-buffer.  Make buffer display
13530         features printable.  Remove option to restrict number of items
13531         printed.  Add option to print to file.
13532         (todo-print-function): Rename to todo-print-buffer-function.
13533         (todo-quit): Extend to handle exiting new todo modes.
13534         (todo-remove-item): Make sensitive to overlays.
13535         (todo-save): Extend to buffers of filtered items.
13536         (todo-show): Make sensitive to done items, multiple todo files and
13537         new todo modes.  Offer to convert legacy todo file before creating
13538         first new todo file.
13539         (todo-show-priorities): Rename to todo-top-priorities.
13540         Change semantics of value 0.
13541         (todo-top-priorities): Rename to todo-filter-top-priorities,
13542         derive from todo-filter-items and extend functionality.
13543         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
13544         and extend functionality to other types of filtered items.
13545         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
13546         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
13547         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
13548         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
13549         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
13550         (todo-edit-mode-hook, todo-entry-prefix-function)
13551         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
13552         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
13553         (todo-initials, todo-insert-threshold, todo-item-string-start)
13554         (todo-line-string, todo-menu, todo-mode-hook)
13555         (todo-more-important-p, todo-previous-answer, todo-previous-line)
13556         (todo-print-priorities, todo-remove-separator)
13557         (todo-save-top-priorities-too, todo-string-count-lines)
13558         (todo-string-multiline-p, todo-time-string-format)
13559         (todo-tmp-buffer-name): Remove.
13560         (todo-add-file, todo-archive-done-item, todo-choose-archive)
13561         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
13562         (todo-edit-category-diary-inclusion)
13563         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
13564         (todo-edit-file, todo-edit-item-date-day)
13565         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
13566         (todo-edit-item-date-month, todo-edit-item-date-to-today)
13567         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
13568         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
13569         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
13570         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
13571         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
13572         (todo-filter-top-priorities-multifile, todo-find-archive)
13573         (todo-find-filtered-items-file, todo-go-to-source-item)
13574         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
13575         (todo-jump-to-archive-category, todo-lower-category)
13576         (todo-mark-category, todo-marked-item-p, todo-merge-category)
13577         (todo-move-category, todo-move-item, todo-next-button)
13578         (todo-next-item, todo-padded-string, todo-powerset)
13579         (todo-previous-button, todo-previous-item)
13580         (todo-print-buffer-to-file, todo-raise-category)
13581         (todo-rename-category, todo-repair-categories-sexp, todo-search)
13582         (todo-set-category-number, todo-set-item-priority)
13583         (todo-set-top-priorities-in-category)
13584         (todo-set-top-priorities-in-file, todo-show-categories-table)
13585         (todo-sort-categories-alphabetically-or-numerically)
13586         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
13587         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
13588         (todo-toggle-item-header, todo-toggle-item-highlighting)
13589         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
13590         (todo-toggle-view-done-items, todo-toggle-view-done-only)
13591         (todo-unarchive-items, todo-unmark-category): New commands.
13592         (todo-absolute-file-name, todo-add-to-buffer-list)
13593         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
13594         (todo-basic-insert-item, todo-category-completions)
13595         (todo-category-number, todo-category-string-matcher-1)
13596         (todo-category-string-matcher-2, todo-check-filtered-items-file)
13597         (todo-check-format, todo-clear-matches)
13598         (todo-comment-string-matcher, todo-convert-legacy-date-time)
13599         (todo-current-category, todo-date-string-matcher)
13600         (todo-define-insertion-command, todo-diary-expired-matcher)
13601         (todo-diary-goto-entry, todo-diary-item-p)
13602         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
13603         (todo-display-categories, todo-display-sorted, todo-done-item-p)
13604         (todo-done-item-section-p, todo-done-separator)
13605         (todo-done-string-matcher, todo-files, todo-filter-items)
13606         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
13607         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
13608         (todo-insert-category-line, todo-insert-item-from-calendar)
13609         (todo-insert-sort-button, todo-insert-with-overlays)
13610         (todo-insertion-command-name, todo-insertion-key-bindings)
13611         (todo-label-to-key, todo-longest-category-name-length)
13612         (todo-make-categories-list, todo-mode-external-set)
13613         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
13614         (todo-modes-set-3, todo-multiple-filter-files)
13615         (todo-nondiary-marker-matcher, todo-prefix-overlays)
13616         (todo-read-category, todo-read-date, todo-read-dayname)
13617         (todo-read-file-name, todo-read-time)
13618         (todo-reevaluate-category-completions-files-defcustom)
13619         (todo-reevaluate-default-file-defcustom)
13620         (todo-reevaluate-filelist-defcustoms)
13621         (todo-reevaluate-filter-files-defcustom)
13622         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
13623         (todo-reset-done-separator, todo-reset-done-separator-string)
13624         (todo-reset-done-string, todo-reset-global-current-todo-file)
13625         (todo-reset-highlight-item, todo-reset-nondiary-marker)
13626         (todo-reset-prefix, todo-set-categories)
13627         (todo-set-date-from-calendar, todo-set-show-current-file)
13628         (todo-set-top-priorities, todo-short-file-name)
13629         (todo-show-current-file, todo-sort, todo-time-string-matcher)
13630         (todo-total-item-counts, todo-update-buffer-list)
13631         (todo-update-categories-display, todo-update-categories-sexp)
13632         (todo-update-count, todo-validate-name, todo-y-or-n-p):
13633         New functions.
13634         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
13635         New major modes.
13636         (todo-categories, todo-display, todo-edit, todo-faces)
13637         (todo-filtered): New defgroups.
13638         (todo-archived-only, todo-button, todo-category-string, todo-date)
13639         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
13640         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
13641         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
13642         (todo-add-item-if-new-category, todo-always-add-time-string)
13643         (todo-categories-align, todo-categories-archived-label)
13644         (todo-categories-category-label, todo-categories-diary-label)
13645         (todo-categories-done-label, todo-categories-number-separator)
13646         (todo-categories-todo-label, todo-categories-totals-label)
13647         (todo-category-completions-files, todo-completion-ignore-case)
13648         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
13649         (todo-done-separator-string, todo-done-string)
13650         (todo-files-function, todo-filter-done-items, todo-filter-files)
13651         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
13652         (todo-initial-category, todo-initial-file, todo-item-mark)
13653         (todo-legacy-date-time-regexp, todo-mode-line-function)
13654         (todo-nondiary-marker, todo-number-prefix)
13655         (todo-print-buffer-function, todo-show-current-file)
13656         (todo-show-done-only, todo-show-first, todo-show-with-done)
13657         (todo-skip-archived-categories, todo-top-priorities-overrides)
13658         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
13659         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
13660         New defcustoms.
13661         (todo-category-done, todo-date-pattern, todo-date-string-start)
13662         (todo-diary-items-buffer, todo-done-string-start)
13663         (todo-filtered-items-buffer, todo-item-start)
13664         (todo-month-abbrev-array, todo-month-name-array)
13665         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
13666         (todo-top-priorities-buffer): New defconsts.
13667         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
13668         (todo-categories-with-marks, todo-category-string-face)
13669         (todo-comment-face, todo-comment-string, todo-current-todo-file)
13670         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
13671         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
13672         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
13673         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
13674         (todo-font-lock-keywords, todo-global-current-todo-file)
13675         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
13676         (todo-insertion-commands-args)
13677         (todo-insertion-commands-args-genlist)
13678         (todo-insertion-commands-names, todo-insertion-map)
13679         (todo-key-bindings-t, todo-key-bindings-t+a)
13680         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
13681         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
13682         (todo-nondiary-face, todo-print-buffer, todo-time-face)
13683         (todo-visited): New variables.
13685 2013-06-21  Glenn Morris  <rgm@gnu.org>
13687         * play/cookie1.el (cookie-apropos): Add optional display argument.
13688         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
13689         (psychoanalyze-pinhead): Use cookie-doctor.
13691 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13693         * emacs-lisp/package.el (tar-get-file-descriptor)
13694         (tar--extract): Declare.
13696 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
13698         Extend flymake's warning predicate to be a function (bug#14217).
13699         * progmodes/flymake.el (flymake-warning-predicate): New.
13700         (flymake-parse-line): Use it.
13701         (flymake-warning-re): Make obsolete alias to
13702         `flymake-warning-predicate'.
13704 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13706         * emacs-lisp/package.el (package-alist): Include obsolete packages.
13707         (package-obsolete-list): Remove.
13708         (package-activate): Remove min-version argument.  Add `force' argument.
13709         Adjust to new package-alist format.
13710         (package-mark-obsolete): Remove.
13711         (package-unpack): Force reload of the package's autoloads.
13712         (package-installed-p): Check builtins if the installed package is not
13713         recent enough.
13714         (package-initialize): Don't reset package-obsolete-list.
13715         Don't specify which package version to activate.
13716         (package-process-define-package, describe-package-1)
13717         (package-menu--generate): Adjust to new package-alist format.
13719 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13721         * allout-widgets.el (allout-widgets-mode-off)
13722         (allout-widgets-mode-on, allout-widgets-pre-command-business)
13723         (allout-widgets-post-command-business)
13724         (allout-widgets-after-copy-or-kill-function)
13725         (allout-widgets-after-undo-function, allout-test-range-overlaps)
13726         (allout-decorate-item-and-context)
13727         (allout-graphics-modification-handler): Fix typos in docstrings.
13728         (allout-get-or-create-parent-widget): Use `looking-at-p'.
13730         * cmuscheme.el (scheme-start-file): Doc fix.
13731         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
13732         (scheme-input-filter): Use `string-match-p'.
13734         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
13736         * dired-x.el: Use Dired consistently in docstrings.
13738         * dired.el: Use Dired consistently in docstrings.
13739         (dired-readin, dired-mode): Use `setq-local'.
13740         (dired-switches-alist): Make defvar-local.
13741         (dired-buffers-for-dir): Use `zerop'.
13742         (dired-safe-switches-p, dired-switches-escape-p)
13743         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
13744         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
13745         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
13746         (dired-goto-next-nontrivial-file): Use `string-match-p'.
13747         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
13748         (dired-toggle-marks, dired-mark-files-containing-regexp)
13749         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
13750         (dired-flag-auto-save-files, dired-flag-backup-files):
13751         Use `looking-at-p'.
13752         (dired-mark-files-regexp, dired-build-subdir-alist):
13753         Use `string-match-p', `looking-at-p'.
13755         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
13756         (direct-print-region-helper): Use `string-match-p'.
13758 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13760         * comint.el (comint-redirect-results-list-from-process):
13761         Fix infinite loop.
13763 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13765         * net/eww.el (eww-update-header-line-format): Quote % characters.
13767 2013-06-21  Glenn Morris  <rgm@gnu.org>
13769         * play/cookie1.el (cookie): New custom group.
13770         (cookie-file): New option.
13771         (cookie-check-file): New function.
13772         (cookie): Make it interactive.  Make start and end messages optional.
13773         Interactively, display the result.  Default to cookie-file.
13774         (cookie-insert): Default to cookie-file.
13775         (cookie-snarf): Make start and end messages optional.
13776         Default to cookie-file.  Use with-temp-buffer.
13777         (cookie-read): Rename from read-cookie.
13778         Make start and end messages optional.  Default to cookie-file.
13779         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
13780         Do not autoload it.
13781         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
13782         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
13784 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13786         * progmodes/octave.el (octave-mode): Backward compatibility fix.
13788 2013-06-21  Glenn Morris  <rgm@gnu.org>
13790         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
13792 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13793             Daniel Hackney  <dan@haxney.org>
13795         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
13796         Consolidate the single-file vs tarball code.
13797         (package-desc-suffix): New function.
13798         (package-desc-full-name): Don't bother inlining it.
13799         (package-load-descriptor): Return the new package-desc.
13800         (package-mark-obsolete): Remove unused arg `package'.
13801         (package-unpack): Make it work for single files as well.
13802         Make it update package-alist.
13803         (package--make-autoloads-and-stuff): Rename from
13804         package--make-autoloads-and-compile.  Don't compile any more.
13805         (package--compile): New function.
13806         (package-generate-description-file): New function, extracted from
13807         package-unpack-single.
13808         (package-unpack-single): Remove.
13809         (package--with-work-buffer): Add indentation and debugging info.
13810         (package-download-single): Remove.
13811         (package-install-from-archive): Rename from package-download-tar, make
13812         it take a pkg-desc, and make it work for single files as well.
13813         (package-download-transaction): Simplify.
13814         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
13815         external tar program.
13816         (package-install-from-buffer): Remove `pkg-desc' argument.
13817         Use package-tar-file-info for tar-mode buffers.
13818         (package-install-file): Simplify accordingly.
13819         (package-archive-base): Change to take a pkg-desc.
13820         * tar-mode.el (tar--check-descriptor): New function, extracted from
13821         tar-get-descriptor.
13822         (tar-get-descriptor): Use it.
13823         (tar-get-file-descriptor): New function.
13824         (tar--extract): New function, extracted from tar-extract.
13825         (tar--extract): Use it.
13826         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
13827         case the summary uses non-ascii.  Adjust to new calling convention of
13828         package-tar-file-info.
13830 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13832         * comint.el (comint-redirect-results-list-from-process):
13833         Fix random delay.  (Bug#14681)
13835 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13837         * profiler.el (profiler-format-number): Use log, not log10.
13839 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
13841         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
13843 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13845         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
13846         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
13847         yet available.
13848         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
13849         (AUTOGENEL): ... here.
13850         * emacs-lisp/cl-macs.el (cl--sublis): New function.
13851         (cl--defsubst-expand): Use it.
13853 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
13855         * subr.el (log10): Move here from C code, and declare as obsolete.
13856         All uses of (log10 X) replaced with (log X 10).
13858 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
13860         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
13861         Declare with `defvar-local'.
13862         (tabulated-list-use-header-line, tabulated-list-entries)
13863         (tabulated-list-padding, tabulated-list-printer)
13864         (tabulated-list-sort-key): Declare with `defvar-local'.
13865         (tabulated-list-init-header, tabulated-list-print-fake-header):
13866         Use `setq-local'.
13868 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
13870         * arc-mode.el (archive-mode): Add `archive-write-file' to
13871         `write-contents-functions' also for remote files.  (Bug#14652)
13873 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
13875         * cus-edit.el (custom-commands): Fix typos.
13876         (custom-display): Fix tooltip text.
13877         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
13878         Fix typos in docstrings.
13879         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
13880         (custom-unlispify-menu-entry, custom-magic-value-create)
13881         (custom-add-see-also, custom-group-value-create): Use ?\s.
13882         (custom-guess-type, customize-apropos, editable-field)
13883         (custom-face-value-create): Use `string-match-p'.
13884         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
13886         * custom.el (custom-load-symbol): Use `string-match-p'.
13888         * ansi-color.el: Convert to lexical binding.
13889         (ansi-colors): Fix URL.
13890         (ansi-color-context, ansi-color-context-region): Use defvar-local.
13891         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
13892         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
13894 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13896         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
13898         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
13900 2013-06-19  Tom Tromey  <tromey@redhat.com>
13902         * net/eww.el (eww-top-url): Remove.
13903         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
13904         (eww-render): Set new variables.  Don't set eww-top-url.
13905         (eww-handle-link): Handle "prev", "home", and "contents".
13906         Downcase the rel text.
13907         (eww-top-url): Choose best top URL.
13909 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13911         * net/eww.el: Rewrite to implement form elements "by hand" instead of
13912         relying in widget.el.  Using widget.el leads to too many
13913         user interface inconsistencies.
13914         (eww-self-insert): Implement entering commands in text fields.
13915         (eww-process-text-input): New function to make text input field editing
13916         work.
13917         (eww-submit): Rewrite to use the new-style form methods.
13918         (eww-select-display): Display the correct selected item.
13919         (eww-change-select): Implement changing the select value.
13920         (eww-toggle-checkbox): Implement radio/checkboxes.
13921         (eww-update-field): Fix compilation error.
13922         (eww-tag-textarea): Implement <textarea>.
13924         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
13925         we don't shadow mode-specific bindings.
13927         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
13928         nothing to push.
13930         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
13932 2013-06-19  Glenn Morris  <rgm@gnu.org>
13934         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
13936 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
13938         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
13939         not needed.
13941         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
13943 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13945         * net/browse-url.el (browse-url-browser-function):
13946         `eww-browse-url' has the right calling signature, `eww' does not.
13948 2013-06-19  Glenn Morris  <rgm@gnu.org>
13950         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13951         Only eval autoloaded macros.
13952         (byte-compile-autoload): Only give the macro warning for macros.
13954         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
13955         (ps-underlined-faces): Declare.
13957         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
13958         (speedbar-add-supported-extension): Declare.
13960         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
13961         Don't include a date stamp in the header of the generated file;
13962         it leads to needless differences between output files.
13964 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
13966         * net/secrets.el (secrets-struct-secret-content-type):
13967         Replace check of introspection data by a test call of "CreateItem".
13968         Some servers do not offer introspection.
13970 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13972         * electric.el (electric-pair-mode): Improve interaction with
13973         electric-layout-mode.
13974         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
13975         (electric-pair-syntax): Use text-mode-syntax-table in comments
13976         and strings.
13977         (electric-pair--insert): New function.
13978         (electric-pair-post-self-insert-function): Use it and
13979         electric--after-char-pos.
13981 2013-06-19  Leo Liu  <sdl.web@gmail.com>
13983         * progmodes/octave.el (octave-help): Fix regexp.
13985 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13987         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
13988         (shr-table-horizontal-line): Allow nil as a value, and change the
13989         default.
13990         (shr-insert-table-ruler): Respect the nil value.
13992 2013-06-18  Tom Tromey  <tromey@barimba>
13994         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13995         New defvars.
13996         (eww-open-file): New defun.
13997         (eww-render): Initialize new variables.
13998         (eww-display-html): Handle "link" and "a".
13999         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
14000         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
14001         (eww-back-url): Rename from eww-previous-url.
14002         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14003         New defuns.
14005 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
14007         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
14008         Distinguish ternary operator tokens from slash symbol and slash
14009         char literal.
14011 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14013         Convert symbol prettification into minor mode and global minor mode.
14015         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
14016         `prog-prettify-symbols', and make a local defvar instead of defcustom.
14017         (prettify-symbols--keywords): Rename from
14018         `prog-prettify-symbols-alist' and make a local defvar.
14019         (prettify-symbols--compose-symbol): Rename from
14020         `prog--prettify-font-lock-compose-symbol'.
14021         (prettify-symbols--make-keywords): Rename from
14022         `prog-prettify-font-lock-symbols-keywords' and simplify.
14023         (prog-prettify-install): Remove.
14024         (prettify-symbols-mode): New minor mode, based on
14025         `prog-prettify-install'.
14026         (turn-on-prettify-symbols-mode): New function.
14027         (global-prettify-symbols-mode): New globalized minor mode.
14029         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14030         * progmodes/cfengine.el (cfengine3-mode):
14031         * progmodes/perl-mode.el (perl-mode): Don't call
14032         `prog-prettify-install'; set `prettify-symbols-alist' instead.
14034 2013-06-18  Juri Linkov  <juri@jurta.org>
14036         * files-x.el (modify-file-local-variable-message): New function.
14037         (modify-file-local-variable)
14038         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
14039         and call `modify-file-local-variable-message' when it's non-nil.
14040         (add-file-local-variable, delete-file-local-variable)
14041         (add-file-local-variable-prop-line)
14042         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
14043         and use it.  (Bug#9820)
14045 2013-06-18  Juri Linkov  <juri@jurta.org>
14047         * emulation/vi.el (vi-shell-op):
14048         * emulation/vip.el (vip-execute-com, ex-command):
14049         * emulation/viper-cmd.el (viper-exec-bang):
14050         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
14051         the call of `shell-command-on-region'.  (Bug#14637)
14053         * simple.el (shell-command-on-region): Doc fix.
14055 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14057         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
14058         (bug#14633).
14060 2013-06-18  Glenn Morris  <rgm@gnu.org>
14062         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
14064         * newcomment.el (comment-search-forward, comment-search-backward):
14065         Doc fix.  (Bug#14376)
14067 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14069         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
14070         (buffer-face-mode-invoke): Doc fix.
14072 2013-06-18  Matthias Meulien  <orontee@gmail.com>
14074         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
14075         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
14077 2013-06-18  Glenn Morris  <rgm@gnu.org>
14079         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
14080         Replace obsolete function generic-make-keywords with its expansion.
14082         * progmodes/python.el (ffap-alist): Declare.
14084         * textmodes/reftex.el (bibtex-mode-map): Declare.
14086 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14088         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
14089         (package-unpack, package-unpack-single): Return the pkg-dir.
14090         (package-download-transaction): Use it to update package-alist.
14092 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14094         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
14095         possible choice.
14097 2013-06-17  Juri Linkov  <juri@jurta.org>
14099         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
14101 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14103         * emacs-lisp/package.el (package-load-descriptor):
14104         Remove `with-syntax-table' call, `read' doesn't need it.
14105         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
14107 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14109         * startup.el (command-line): Expand package name returned by
14110         `package--description-file' (bug#14639).
14112 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14114         * emacs-lisp/package.el (package-load-descriptor): Do not call
14115         `emacs-lisp-mode', just use its syntax table.
14117 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14119         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
14120         `font-lock-extra-managed-props' if any prettifying keyword is added.
14121         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
14122         (prog-mode): Use `setq-local'.
14124 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14126         * international/characters.el (standard-case-table): Set syntax of ?»
14127         and ?« to punctuation.
14129 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
14131         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
14132         Save relevant match data before calling `syntax-ppss' (bug#14595).
14134 2013-06-15  Juri Linkov  <juri@jurta.org>
14136         * files-x.el (modify-file-local-variable-prop-line): Add local
14137         variables to the end of the existing comment on the first line.
14138         Use `file-auto-mode-skip' to skip interpreter magic line,
14139         and also skip XML declaration.
14141 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14143         * startup.el (package--builtin-versions): New var.
14144         (package-subdirectory-regexp): Remove.
14145         (package--description-file): Hard code its value instead.
14147         * emacs-lisp/package.el: Don't activate packages older than builtin.
14148         (package-obsolete-list): Rename from package-obsolete-alist, and make
14149         it into a simple list of package-desc.
14150         (package-strip-version): Remove.
14151         (package-built-in-p): Use package--builtin-versions.
14152         (package-mark-obsolete): Simplify.
14153         (package-process-define-package): Mark it obsolete if older than the
14154         builtin version.
14155         (package-handle-response): Use line-end-position.
14156         (package-read-archive-contents, package--download-one-archive):
14157         Simplify.
14158         (package--add-to-archive-contents): Skip if older than the builtin or
14159         installed version.
14160         (package-menu-describe-package): Fix last change.
14161         (package-list-unversioned): New var.
14162         (package-menu--generate): Use it.
14164         * emacs-lisp/autoload.el: Manage package--builtin-versions.
14165         (autoload--insert-text, autoload--insert-cookie-text): New functions.
14166         (autoload-builtin-package-versions): New variable.
14167         (autoload-generate-file-autoloads): Use them.
14168         Remove the list of autoloaded functions/macros from the
14169         (autoload...) comments.
14171         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
14173 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
14175         * simple.el (line-move-partial): Don't jump to the next screen
14176         line as soon as it becomes visible.  Instead, continue enlarging
14177         the vscroll until the portion of a tall screen line that's left on
14178         display is about the height of the frame's default font.
14179         (Bug#14567)
14181 2013-06-15  Glenn Morris  <rgm@gnu.org>
14183         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
14184         compilation-error-regexp-alist void, or local while let-bound.
14186         * progmodes/make-mode.el (makefile-mode-syntax-table):
14187         Treat "=" as punctuation.  (Bug#14614)
14189 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
14191         * help-fns.el (describe-variable):
14192         Add extra line for permanent-local variables.
14194 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
14196         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14197         Add export, import, library.  (Bug#9164)
14198         (library): Set indent function.
14200 2013-06-14  Glenn Morris  <rgm@gnu.org>
14202         * term/xterm.el (xterm--query):
14203         Stop after first matching handler.  (Bug#14615)
14205 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
14207         Add support for dired in saveplace.
14208         * dired.el (dired-initial-position-hook): New variable.
14209         (dired-initial-position): Call hook to place cursor position.
14210         * saveplace.el (save-place-to-alist): Add dired position.
14211         (save-place-dired-hook): New function.
14213 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14215         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
14216         through a symbol rather than letrec.
14218         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
14219         (package-desc): Add `dir' field.
14220         (package-desc-full-name): New function.
14221         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
14222         (package-maybe-load-descriptor): Remove.
14223         (package-load-all-descriptors): Just call package-load-descriptor.
14224         (package--disabled-p): New function.
14225         (package-desc-vers, package-desc-doc): Remove aliases.
14226         (package--dir): Remove function.
14227         (package-activate): Check if a package is disabled.
14228         (package-process-define-package): New function, extracted from
14229         define-package.
14230         (define-package): Turn into a place holder.
14231         (package-unpack-single, package-tar-file-info):
14232         Use package--description-file.
14233         (package-compute-transaction): Use package--disabled-p.
14234         (package-download-transaction): Don't call
14235         package-maybe-load-descriptor since they're all loaded anyway.
14236         (package-install): Change argument to be a pkg-desc.
14237         (package-delete): Use a single pkg-desc argument.
14238         (describe-package-1): Use package-desc-dir instead of package--dir.
14239         Use package-desc property instead of package-symbol.
14240         (package-install-button-action): Adjust accordingly.
14241         (package--push): Rewrite.
14242         (package-menu--print-info): Adjust accordingly.  Change the ID format
14243         to be a pkg-desc.
14244         (package-menu-describe-package, package-menu-get-status)
14245         (package-menu--find-upgrades, package-menu-mark-upgrades)
14246         (package-menu-execute, package-menu--name-predicate):
14247         Adjust accordingly.
14248         * startup.el (package--description-file): New function.
14249         (command-line): Use it.
14250         * emacs-lisp/package-x.el (package-upload-buffer-internal):
14251         Use package-desc-version.
14253         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
14254         (byte-compile-preprocess): Use it.
14255         (byte-compile-file-form-defalias): Try a bit harder to use macros we
14256         can't quite recognize.
14257         (byte-compile-add-to-list): Remove.
14258         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
14259         (cconv-closure-convert): Add assertion.
14261         * emacs-lisp/map-ynp.el: Use lexical-binding.
14262         (map-y-or-n-p): Remove unused vars `tail' and `object'.
14263         Factor out some repeated code.
14265 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14267         * subr.el (with-eval-after-load): New macro.
14268         (eval-after-load): Allow form to be a function.
14269         take advantage of lexical-binding.
14270         (do-after-load-evaluation): Use dolist and adjust to new format.
14271         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
14273 2013-06-13  Juri Linkov  <juri@jurta.org>
14275         * replace.el (perform-replace): Display "symbol " and other search
14276         modes from `isearch-message-prefix' in the *Help* buffer.
14278         * isearch.el (isearch-query-replace): Add " symbol" and other
14279         possible search modes from `isearch-message-prefix' to the prompt.
14280         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
14281         when reading a regexp to collect.
14283 2013-06-13  Juri Linkov  <juri@jurta.org>
14285         * isearch.el (word-search-regexp): Match whitespace if the search
14286         string begins or ends in whitespace.  The LAX arg is applied to
14287         both ends of the search string.  Use `regexp-quote' and explicit
14288         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
14289         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
14290         boundaries are replaced with symbol boundaries, and characters
14291         between symbols match non-word non-symbol syntax.  (Bug#14602)
14293 2013-06-13  Juri Linkov  <juri@jurta.org>
14295         * isearch.el (isearch-del-char): Don't exceed the length of
14296         `isearch-string' by the prefix arg.  (Bug#14563)
14298 2013-06-13  Juri Linkov  <juri@jurta.org>
14300         * isearch.el (isearch-yank-word, isearch-yank-line)
14301         (isearch-char-by-name, isearch-quote-char)
14302         (isearch-printing-char, isearch-process-search-char):
14303         Add optional count prefix arg.  (Bug#14563)
14305         * international/isearch-x.el
14306         (isearch-process-search-multibyte-characters):
14307         Add optional count prefix arg.
14309 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14311         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
14312         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
14313         lexical-binding.
14315 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
14317         * subr.el (set-temporary-overlay-map): Add on-exit argument.
14319 2013-06-13  Glenn Morris  <rgm@gnu.org>
14321         * startup.el (tty-handle-args):
14322         Don't just discard "--" and anything after.  (Bug#14608)
14324         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
14326 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
14328         Implement changes in Secret Service API.  Make it backward compatible.
14329         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
14330         (secrets-create-item): Use it.  Prefix properties with interface.
14332 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
14334         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
14335         (term-emulate-terminal): Respect term-suppress-hard-newline.
14337 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
14339         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
14340         Only remove a `thumb-file' overlay.  (Bug#14548)
14342 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
14344         * mail/reporter.el (reporter-submit-bug-report):
14345         Handle missing package-name.  (Bug#14600)
14347 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14349         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
14350         (reftex-citation-prompt, reftex-default-bibliography)
14351         (reftex-bib-or-thebib, reftex-get-bibfile-list)
14352         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
14353         (reftex-bib-sort-author, reftex-bib-sort-year)
14354         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
14355         (reftex-extract-bib-entries-from-thebibliography)
14356         (reftex-get-bibkey-default, reftex-get-bib-names)
14357         (reftex-parse-bibtex-entry, reftex-get-bib-field)
14358         (reftex-format-bib-entry, reftex-parse-bibitem)
14359         (reftex-format-bibitem, reftex-do-citation)
14360         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
14361         (reftex-restrict-bib-matches, reftex-extract-bib-file)
14362         (reftex-insert-bib-matches, reftex-format-citation)
14363         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
14364         (reftex-create-bibtex-file): Add docstrings, mostly by converting
14365         existing comments into docstrings.
14367 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
14369         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
14371 2013-06-12  Andreas Schwab  <schwab@suse.de>
14373         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
14374         for auto-save files.
14376 2013-06-12  Glenn Morris  <rgm@gnu.org>
14378         * ido.el (ido-delete-ignored-files): Remove.
14379         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
14380         Go back to calling ido-ignore-item-p directly.
14382 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
14384         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
14386         * ido.el (ido-delete-ignored-files): New function,
14387         split from ido-make-file-list-1.
14388         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
14389         (ido-make-file-list-1): Use ido-delete-ignored-files.
14391 2013-06-12  Leo Liu  <sdl.web@gmail.com>
14393         * progmodes/octave.el (inferior-octave-startup)
14394         (inferior-octave-completion-table)
14395         (inferior-octave-track-window-width-change)
14396         (octave-eldoc-function-signatures, octave-help)
14397         (octave-find-definition): Use single quoted strings.
14398         (inferior-octave-startup-args): Change default value.
14399         (inferior-octave-startup): Do not hard code "-i" and
14400         "--no-line-editing".
14401         (inferior-octave-resync-dirs): Add optional arg NOERROR.
14402         (inferior-octave-directory-tracker): Use it.
14403         (octave-goto-function-definition): Robustify.
14404         (octave-help): Support highlighting operators in 'See also'.
14405         (octave-find-definition): Find subfunctions only in Octave mode.
14407 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14409         * help-fns.el (help-fns--compiler-macro): If the handler function is
14410         named, then put a link to it.
14411         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
14412         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
14413         (cl-typep): Use it.
14414         (cl-eval-when): Simplify debug spec.
14415         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
14416         compiler-macro function instead of setting `compiler-macro-file'.
14418 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
14420         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
14421         * vc/vc-hooks.el (vc-stay-local): Doc fix.
14423 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14424             Daniel Hackney  <dan@haxney.org>
14426         First part of Daniel Hackney's patch to package.el.
14427         * emacs-lisp/package.el: Use defstruct.
14428         (package-desc): New, main struct.
14429         (package--bi-desc, package--ac-desc): New structs, used to describe the
14430         format in external files.
14431         (package-desc-vers): Replace with package-desc-version accessor.
14432         (package-desc-doc): Replace with package-desc-summary accessor.
14433         (package-activate-1): Remove `package' arg since the pkg-vec now
14434         includes the name.
14435         (define-package): Use package-desc-from-define.
14436         (package-unpack-single): Change file-name arg to be a symbol.
14437         (package--add-to-archive-contents): Use package-desc-create and new
14438         accessor functions to package--ac-desc.
14439         (package-buffer-info, package-tar-file-info): Return a package-desc.
14440         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
14441         arg to be a package-desc.
14442         (package-install-file): Adjust accordingly.  Use \' to match EOS.
14443         (package--from-builtin): New function.
14444         (describe-package-1, package-menu--generate): Use it.
14445         (package--make-autoloads-and-compile): Change name arg to be a symbol.
14446         (package-generate-autoloads): Idem and return the name of the file.
14447         * emacs-lisp/package-x.el (package-upload-buffer-internal):
14448         Change pkg-info arg to be a package-desc.
14449         Use package-make-ac-desc.
14450         (package-upload-file): Use \' to match EOS.
14451         * finder.el (finder-compile-keywords): Use package-make-builtin.
14453 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14455         * vc/vc.el (vc-deduce-fileset): Change error message.
14456         (vc-read-backend): New function.
14457         (vc-next-action): Use it.
14459         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
14461         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
14462         (prolog-font-lock-keywords): Use regexp-opt instead.
14463         Don't manually highlight strings.
14464         (prolog-mode-variables): Simplify comment-start-skip.
14465         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
14467         * emacs-lisp/generic.el (generic--normalise-comments)
14468         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
14469         (generic-mode-set-comments): Use them.
14470         (generic-bracket-support): Use setq-local.
14471         (generic-make-keywords-list): Declare obsolete.
14473 2013-06-11  Glenn Morris  <rgm@gnu.org>
14475         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14476         Prettify after setting font-lock-defaults.  (Bug#14574)
14478 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
14480         * replace.el (query-replace, occur-read-regexp-defaults-function)
14481         (replace-search):
14482         * subr.el (declare-function, number-sequence, local-set-key)
14483         (substitute-key-definition, locate-user-emacs-file)
14484         (with-silent-modifications, split-string, eval-after-load):
14485         Fix typos, remove unneeded backslashes and reflow some docstrings.
14487 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14489         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
14490         default for Elisp files.
14492 2013-06-11  Glenn Morris  <rgm@gnu.org>
14494         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
14495         although define-derived-mode was doing this anyway.  (Bug#14583)
14497 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
14499         * allout.el (allout-encryption-plaintext-sanitization-regexps):
14500         Fix make-variable-buffer-local call to refer to the correct variable.
14502 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
14504         * eshell/em-term.el (eshell-visual-commands)
14505         (eshell-visual-subcommands, eshell-visual-options):
14506         Add summary line to docstrings.  Add cross-references.
14508 2013-06-10  Glenn Morris  <rgm@gnu.org>
14510         * epa.el (epa-read-file-name): New function.  (Bug#14510)
14511         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
14513 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
14515         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
14516         output redirection to be ignored with visual commands.
14518 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
14520         * eshell/em-term.el (eshell-visual-command-p): New function.
14521         (eshell-term-initialize): Move long lambda to separate function
14522         eshell-visual-command-p.
14523         * eshell/em-dirs.el (eshell-dirs-initialize):
14524         * eshell/em-script.el (eshell-script-initialize):
14525         Add missing #' to lambda.
14527 2013-06-08  Leo Liu  <sdl.web@gmail.com>
14529         * progmodes/octave.el (octave-add-log-current-defun): New function.
14530         (octave-mode): Set add-log-current-defun-function.
14531         (octave-goto-function-definition): Do not move point if not found.
14532         (octave-find-definition): Enhance to try subfunctions first.
14534 2013-06-08  Glenn Morris  <rgm@gnu.org>
14536         * emacs-lisp/bytecomp.el (byte-compile-char-before)
14537         (byte-compile-backward-char, byte-compile-backward-word):
14538         Improve previous change, to handle non-explicit nil.
14540 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14542         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
14543         (smie--opener/closer-at-point): New function.
14544         (smie--matching-block-data): Use it.  Don't match from right after an
14545         opener or right before a closer.  Obey smie-blink-matching-inners.
14546         Don't signal a mismatch for repeated inners like "switch..case..case".
14548 2013-06-07  Leo Liu  <sdl.web@gmail.com>
14550         * progmodes/octave.el (octave-mode): Set comment-use-global-state
14551         to t.  (Bug#14303)
14552         (octave-function-header-regexp): Fix.  (Bug#14570)
14553         (octave-help-mode-finish-hook, octave-help-mode-finish):
14554         Remove.  Just use temp-buffer-show-hook.
14556         * newcomment.el (comment-search-backward): Revert last change.
14557         (Bug#14434)
14559         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
14561 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
14563         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
14564         through xargs, to avoid failure due to MS-Windows limitations on
14565         command-line length.
14567 2013-06-06  Glenn Morris  <rgm@gnu.org>
14569         * font-lock.el (lisp-font-lock-keywords-2):
14570         Treat user-error like error.
14572         * emacs-lisp/bytecomp.el (byte-compile-char-before)
14573         (byte-compile-backward-char, byte-compile-backward-word):
14574         Handle explicit nil arguments.  (Bug#14565)
14576 2013-06-05  Alan Mackenzie  <acm@muc.de>
14578         * isearch.el (isearch-allow-prefix): New user option.
14579         (isearch-other-meta-char): Don't exit isearch when a prefix
14580         argument is typed whilst `isearch-allow-prefix' is non-nil.
14581         (Bug#9706)
14583 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14585         * autorevert.el (auto-revert-notify-handler): Use memq.
14586         Hide assertion failure.
14588         * skeleton.el: Use cl-lib.
14589         (skeleton-further-elements): Use defvar-local.
14590         (skeleton-insert): Use cl-progv.
14592 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14594         * progmodes/prog-mode.el (prog-prettify-symbols)
14595         (prog-prettify-install): Update docstrings.
14597 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14599         * simple.el: Move all the prog-mode code to prog-mode.el.
14600         * progmodes/prog-mode.el: New file.
14601         * loadup.el: Add prog-mode.el.
14603 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14605         * simple.el (prog-prettify-symbols): Add version.
14606         (prog-prettify-install): Add convenience function to prettify symbols.
14608         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
14609         (perl--augmented-font-lock-keywords-1)
14610         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
14611         variables and use it.
14613         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14614         (cfengine3-mode): Remove unneeded variable and use it.
14616         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14617         (lisp--augmented-font-lock-keywords-1)
14618         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
14619         Remove unneeded variables and use it.
14621 2013-06-05  João Távora  <joaotavora@gmail.com>
14623         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
14624         to point when opening the connection.  (Bug#14380)
14626 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14628         * subr.el (load-history-regexp, load-history-filename-element)
14629         (eval-after-load, after-load-functions, do-after-load-evaluation)
14630         (eval-next-after-load, display-delayed-warnings)
14631         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
14632         definition of save-match-data.
14633         (overriding-local-map): Remove accidental obsolescence declaration.
14635         * emacs-lisp/edebug.el (edebug-result): Move before first use.
14637 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14639         Generalize symbol prettify support to prog-mode and implement it
14640         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
14641         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
14642         (prog--prettify-font-lock-compose-symbol)
14643         (prog-prettify-font-lock-symbols-keywords): New variables and
14644         functions to support symbol prettification.
14645         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14646         (lisp--augmented-font-lock-keywords-1)
14647         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
14648         (lisp--prettify-symbols-alist): Implement prettify of lambda.
14649         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14650         (cfengine3--prettify-symbols-alist, cfengine3-mode):
14651         Implement prettify of -> => :: strings.
14652         * progmodes/perl-mode.el (perl-prettify-symbols)
14653         (perl--font-lock-compose-symbol)
14654         (perl--font-lock-symbols-keywords): Move to prog-mode.
14655         (perl--prettify-symbols-alist): Prettify -> => :: strings.
14656         (perl-font-lock-keywords-1)
14657         (perl-font-lock-keywords-2): Remove explicit prettify support.
14658         (perl--augmented-font-lock-keywords)
14659         (perl--augmented-font-lock-keywords-1)
14660         (perl--augmented-font-lock-keywords-2, perl-mode):
14661         Implement prettify support.
14663 2013-06-05  Leo Liu  <sdl.web@gmail.com>
14665         Re-implement SMIE matching block highlight using
14666         show-paren-data-function.  (Bug#14395)
14667         * emacs-lisp/smie.el (smie-matching-block-highlight)
14668         (smie--highlight-matching-block-overlay)
14669         (smie--highlight-matching-block-lastpos)
14670         (smie-highlight-matching-block)
14671         (smie-highlight-matching-block-mode): Remove.
14672         (smie--matching-block-data-cache): New variable.
14673         (smie--matching-block-data): New function.
14674         (smie-setup): Use smie--matching-block-data for
14675         show-paren-data-function.
14677         * progmodes/octave.el (octave-mode-menu): Fix.
14678         (octave-find-definition): Skip garbage lines.
14680 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14682         Fix compilation error with simultaneous dynamic+lexical scoping.
14683         Add warning when a defvar appears after the first let-binding.
14684         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
14685         (byte-compile-close-variables): Initialize it.
14686         (byte-compile--declare-var): New function.
14687         (byte-compile-file-form-defvar)
14688         (byte-compile-file-form-define-abbrev-table)
14689         (byte-compile-file-form-custom-declare-variable): Use it.
14690         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
14691         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
14692         (byte-compile-bind): Handle dynamic bindings that shadow
14693         lexical bindings.
14694         (byte-compile-unbind): Make arg non-optional.
14695         (byte-compile-let): Simplify.
14696         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
14697         (cconv--analyse-function, cconv-analyse-form): Populate it.
14698         Protect byte-compile-bound-variables to limit the scope of defvars.
14699         (cconv-analyse-form): Add missing rule for (defvar <foo>).
14700         Remove unneeded rule for `declare'.
14702         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
14703         so as to avoid depending on cl-adjoin at run-time.
14704         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
14706         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
14707         (macroexp--warn-and-return): Use it.
14709 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14711         * subr.el: Convert to lexical binding.
14712         (overriding-local-map): Make obsolete.
14713         (add-to-list): Doc fix.  Add compiler macro.
14714         (read-key): Swap values of local maps.
14716 2013-06-05  Leo Liu  <sdl.web@gmail.com>
14718         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
14720 2013-06-04  Leo Liu  <sdl.web@gmail.com>
14722         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
14723         (compilation-auto-jump): Suppress the "Mark set" message to give
14724         way to exit message.
14726 2013-06-04  Alan Mackenzie  <acm@muc.de>
14728         Remove faulty optimisation from indentation calculation.
14729         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
14730         search limit based on 2000 characters back from indent-point.
14732 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
14734         * eshell/em-term.el (cl-lib): Require `cl-lib'.
14736 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14738         * emacs-lisp/lisp.el: Use lexical-binding.
14739         (lisp--local-variables-1, lisp--local-variables): New functions.
14740         (lisp--local-variables-completion-table): New var.
14741         (lisp-completion-at-point): Use it complete let-bound vars.
14743         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
14744         eagerly (bug#14422).
14746 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
14748         * autorevert.el (auto-revert-notify-enabled)
14749         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
14750         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
14751         (auto-revert-notify-handler): Handle also gfilenotify.
14753         * subr.el (file-notify-handle-event): New defun.  Replacing ...
14754         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
14755         Remove.
14757 2013-06-03  Juri Linkov  <juri@jurta.org>
14759         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
14760         `M-s h .'.  (Bug#14427)
14762         * hi-lock.el (highlight-symbol-at-point): New alias for the new
14763         command `hi-lock-face-symbol-at-point'.
14764         (hi-lock-face-symbol-at-point): New command.
14765         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
14766         (hi-lock-menu): Add `highlight-symbol-at-point'.
14767         (hi-lock-mode): Doc fix.
14769         * isearch.el (isearch-forward-symbol-at-point): New command.
14770         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
14771         (isearch-highlight-regexp): Add a regexp which matches
14772         words/symbols for word/symbol mode.
14774         * subr.el (find-tag-default-bounds): New function with the body
14775         mostly moved from `find-tag-default'.
14776         (find-tag-default): Move most code to `find-tag-default-bounds',
14777         call it and apply `buffer-substring-no-properties' afterwards.
14779 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
14781         * eshell/em-term.el (eshell-term-initialize):
14782         Use `cl-intersection' rather than `intersection'.
14784 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
14786         * vc/log-view.el: Doc fix.
14787         (log-view-mode-map): Copy keymap from `special-mode-map'.
14789 2013-06-02  Eric Ludlam  <zappo@gnu.org>
14791         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
14792         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
14793         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
14794         (eieio-unbound, eieio-default-superclass)
14795         (eieio--define-field-accessors, method-static, method-before)
14796         (method-primary, method-after, method-num-lists)
14797         (method-generic-before, method-generic-primary)
14798         (method-generic-after, method-num-slots)
14799         (eieio-specialized-key-to-generic-key)
14800         (eieio--check-type, class-v, class-p)
14801         (eieio-class-name, define-obsolete-function-alias)
14802         (eieio-class-parents-fast, eieio-class-children-fast)
14803         (same-class-fast-p, class-constructor, generic-p)
14804         (generic-primary-only-p, generic-primary-only-one-p)
14805         (class-option-assoc, class-option, eieio-object-p)
14806         (class-abstract-p, class-method-invocation-order)
14807         (eieio-defclass-autoload-map, eieio-defclass-autoload)
14808         (eieio-class-un-autoload, eieio-defclass)
14809         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
14810         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
14811         (eieio--defgeneric-init-form, eieio-defgeneric-form)
14812         (eieio-defgeneric-reset-generic-form)
14813         (eieio-defgeneric-form-primary-only)
14814         (eieio-defgeneric-reset-generic-form-primary-only)
14815         (eieio-defgeneric-form-primary-only-one)
14816         (eieio-defgeneric-reset-generic-form-primary-only-one)
14817         (eieio-unbind-method-implementations)
14818         (eieio--defmethod, eieio--typep)
14819         (eieio-perform-slot-validation, eieio-validate-slot-value)
14820         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
14821         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
14822         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
14823         (eieio-slot-name-index, eieio-class-slot-name-index)
14824         (eieio-set-defaults, eieio-initarg-to-attribute)
14825         (eieio-attribute-to-initarg, eieio-c3-candidate)
14826         (eieio-c3-merge-lists, eieio-class-precedence-c3)
14827         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
14828         (eieio-class-precedence-list, eieio-generic-call-methodname)
14829         (eieio-generic-call-arglst, eieio-generic-call-key)
14830         (eieio-generic-call-next-method-list)
14831         (eieio-pre-method-execution-functions, eieio-generic-call)
14832         (eieio-generic-call-primary-only, eieiomt-method-list)
14833         (eieiomt-optimizing-obarray, eieiomt-install)
14834         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
14835         (eieio-generic-form, eieio-defmethod, make-obsolete)
14836         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
14837         (defclass): Remove `eval-and-compile' from macro.
14838         (call-next-method, shared-initialize): Instead of using
14839         `scoped-class' variable, use new eieio--scoped-class, and
14840         eieio--with-scoped-class.
14841         (initialize-instance): Rename local variable 'scoped-class' to
14842         'this-class' to remove ambiguitity from old global.
14844         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
14845         eieio.el.
14846         (eieio--scoped-class-stack): New variable.
14847         (eieio--scoped-class): New fcn.
14848         (eieio--with-scoped-class): New scoping macro.
14849         (eieio-defclass): Use pushnew instead of add-to-list.
14850         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
14851         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
14852         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
14853         `scoped-class' variable, use new eieio--scoped-class, and
14854         eieio--with-scoped-class.
14856         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
14858 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
14860         * eshell/esh-ext.el (eshell-external-command): Pass args to
14861         `eshell-find-interpreter'.
14862         (eshell-find-interpreter): Add new second parameter ARGS.
14864         * eshell/em-script.el (eshell-script-initialize): Add second arg
14865         to the function added as MATCH to `eshell-interpreter-alist'.
14867         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
14868         the function added as MATCH to `eshell-interpreter-alist'.
14870         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
14871         (eshell-visual-options): New defcustom.
14872         (eshell-escape-control-x): Adapt docstring.
14873         (eshell-term-initialize): Test `eshell-visual-subcommands' and
14874         `eshell-visual-options' in addition to `eshell-visual-commands'.
14875         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
14877 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14879         * progmodes/python.el (python-indent-block-enders): Add break,
14880         continue and raise keywords.
14882 2013-06-01  Glenn Morris  <rgm@gnu.org>
14884         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
14886         Plain (f)boundp silences compilation warnings since Emacs 22.1.
14887         * progmodes/cc-cmds.el (delete-forward-p):
14888         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
14889         * progmodes/cc-engine.el (buffer-syntactic-context):
14890         * progmodes/cc-fonts.el (face-property-instance):
14891         * progmodes/cc-mode.el (set-keymap-parents):
14892         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
14893         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
14894         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
14895         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
14896         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
14898         * progmodes/cc-vars.el (other): Emacs has this widget since
14899         at least 21.1, so don't (re)define it.
14901         * eshell/em-cmpl.el (eshell-cmpl-initialize):
14902         Replace the obsolete alias pcomplete-arg-quote-list.
14904 2013-06-01  Leo Liu  <sdl.web@gmail.com>
14906         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
14907         punctuation syntax.
14908         (inferior-octave-minimal-columns)
14909         (inferior-octave-last-column-width): New variables.
14910         (inferior-octave-track-window-width-change): New function.
14911         (inferior-octave-mode): Adjust column width so that Octave output,
14912         for example from 'ls', can fit into the window nicely.
14914 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
14916         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14917         Highlight expansions inside regexp literals.
14919 2013-05-31  Glenn Morris  <rgm@gnu.org>
14921         * obsolete/sym-comp.el (symbol-complete):
14922         Replace obsolete completion-annotate-function.
14924         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
14926 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
14928         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14929         New function, checks if point is inside a literal that allows
14930         expression expansion.
14931         (ruby-syntax-propertize-expansion): Use it.
14932         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
14933         around the body.
14935 2013-05-30  Juri Linkov  <juri@jurta.org>
14937         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
14938         to "\M-si".
14939         (isearch-invisible): New variable.
14940         (isearch-forward): Doc fix.
14941         (isearch-mode): Set `isearch-invisible'
14942         to the value of `search-invisible'.
14943         (isearch-toggle-case-fold): Doc fix.
14944         (isearch-toggle-invisible): New command.
14945         (isearch-query-replace): Let-bind `search-invisible'
14946         to the value of `isearch-invisible'.
14947         (isearch-search): Use `isearch-invisible' instead of
14948         `search-invisible'.  Let-bind `search-invisible'
14949         to the value of `isearch-invisible'.  (Bug#11378)
14951 2013-05-30  Juri Linkov  <juri@jurta.org>
14953         * replace.el (perform-replace): Avoid `isearch-range-invisible'
14954         call when `query-flag' is nil and `search-invisible' is non-nil.
14955         (Bug#11746)
14957 2013-05-30  Glenn Morris  <rgm@gnu.org>
14959         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
14961         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
14962         (cc-require): Suppress spurious "noruntime" warnings.
14963         (cc-require-when-compile): Use fboundp, for sake of compiler.
14965         * progmodes/cc-mode.el: Move load of cc-vars before that of
14966         cc-langs (which in turn loads cc-vars), to quieten compiler.
14968 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14970         * paren.el: Simplify the code.
14971         (show-paren-mode): Always start the timer.
14972         (show-paren--idle-timer): Rename from show-paren-idle-timer.
14973         (show-paren--overlay, show-paren--overlay-1): Rename from
14974         show-paren-overlay and show-paren-overlay-1, and initialize to an
14975         overlay rather than to nil.
14976         (show-paren-function): Misc cleanup and simplifications.
14978 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14980         * paren.el (show-paren-data-function): New hook.
14981         (show-paren--default): New function, extracted from show-paren-function.
14982         (show-paren-function): Use show-paren-data-function.
14984 2013-05-30  Glenn Morris  <rgm@gnu.org>
14986         * ielm.el (ielm-map, ielm-complete-symbol):
14987         Use completion-at-point rather than obsolete functions.
14988         (inferior-emacs-lisp-mode): Doc fix.
14989         Set completion-at-point-functions, rather than
14990         comint-dynamic-complete-functions.
14992         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
14993         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
14994         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
14996         * image.el (image-animated-p): Tweak definition.
14998         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
14999         (rlogin-process-connection-type): Tweak default.  Add set-after.
15000         (rlogin-host): Doc fix.
15001         (rlogin): Tweak prompt.
15002         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
15004         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
15005         * progmodes/tcl.el (inferior-tcl-mode-map):
15006         Use completion-at-point rather than obsolete alias.
15008         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
15010         * minibuffer.el (read-file-name-completion-ignore-case):
15011         Move before completion--in-region, for eager macro expansion.
15013 2013-05-29  Juri Linkov  <juri@jurta.org>
15015         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
15016         for total count of matching lines.  Add `global-matches' for total
15017         count of matches.  Rename `matches' to `lines' for count of
15018         matching lines.  Add `matches' for count of matches.
15019         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
15020         to `prev-line' for line number of prev match endpt.
15021         Increment `matches' for every match.  Print the number of
15022         matching lines in the header.
15023         (occur-context-lines): Rename `lines' to `curr-line'.
15024         Rename `prev-lines' to `prev-line'.  (Bug#14017)
15026 2013-05-29  Juri Linkov  <juri@jurta.org>
15028         * replace.el (perform-replace): Add `skip-read-only-count',
15029         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
15030         Increment them for corresponding conditions and report the number
15031         of skipped occurrences in the final message.  (Bug#11746)
15032         (query-replace, query-replace-regexp, query-replace-regexp-eval)
15033         (replace-string, replace-regexp): Doc fix.
15035 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15037         * emacs-lisp/trace.el (trace--read-args): Provide a default.
15039         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
15040         prog-mode-map (bug#14504).
15042 2013-05-29  Leo Liu  <sdl.web@gmail.com>
15044         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
15045         (octave-help): Small simplification.
15047         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
15048         off the highlight first.
15050 2013-05-29  Glenn Morris  <rgm@gnu.org>
15052         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
15053         Handle idlwave-last-system-routine-info-cons-cell being nil.
15055         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15056         (idlwave-write-paths): Simplify via with-temp-buffer.
15058         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
15059         * emulation/cua-rect.el: Also load cua-base at run time.
15061         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
15062         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
15063         (cperl-imenu-on-info): Require imenu.
15065 2013-05-28  Alan Mackenzie  <acm@muc.de>
15067         Handle "capitalised keywords" correctly.
15068         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
15070 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
15072         * eshell/em-unix.el: Add -r option to cp.
15074 2013-05-28  Glenn Morris  <rgm@gnu.org>
15076         * vc/vc-arch.el (vc-exec-after): Declare.
15077         (vc-switches): Autoload.
15078         * vc/vc-bzr.el: No need to require vc when compiling.
15079         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
15080         (vc-resynch-buffer, vc-dir-refresh): Declare.
15081         (vc-setup-buffer, vc-switches): Autoload.
15082         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
15083         (vc-resynch-buffer): Declare.
15084         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
15085         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
15086         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
15087         (grep-read-regexp, grep-read-files, grep-expand-template)
15088         (vc-dir-refresh): Declare.
15089         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
15090         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
15091         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
15092         * vc/vc-mtn.el (vc-exec-after): Declare.
15093         (vc-switches): Autoload.
15094         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
15095         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
15096         (vc-file-tree-walk): Declare.
15097         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
15098         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
15099         (vc-tag-precondition, vc-rename-master): Autoload.
15100         * vc/vc-svn.el (vc-exec-after): Declare.
15101         (vc-switches, vc-setup-buffer): Autoload.
15102         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
15103         Autoload.
15104         (vc-resynch-buffer): Declare.
15106         * obsolete/fast-lock.el (byte-compile-warnings):
15107         Don't warn about obsolete features in this obsolete file.
15109         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
15110         Move definition before use.
15112         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
15113         (dun-unix-verbs): Remove dun-zippy.
15114         (dun-zippy): Remove function.
15116         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
15118 2013-05-27  Juri Linkov  <juri@jurta.org>
15120         * replace.el (replace-search): New function with code moved out
15121         from `perform-replace'.
15122         (replace-highlight, replace-dehighlight): Move function definitions
15123         up closer to `replace-search'.  (Bug#11746)
15125 2013-05-27  Juri Linkov  <juri@jurta.org>
15127         * replace.el (perform-replace): Ignore invisible matches.
15128         In addition to checking `query-replace-skip-read-only', also
15129         filter out matches by calling `run-hook-with-args-until-failure'
15130         on `isearch-filter-predicates', and also check `search-invisible'
15131         for t or call `isearch-range-invisible'.
15132         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
15134 2013-05-27  Juri Linkov  <juri@jurta.org>
15136         * isearch.el (isearch-filter-predicates): Rename from
15137         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
15138         (isearch-message-prefix): Display text from the property
15139         `isearch-message-prefix' of the currently active filters.
15140         (isearch-search): Don't compare `isearch-filter-predicate' with
15141         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
15142         on `isearch-filter-predicates'.  Also check `search-invisible' for t
15143         or call `isearch-range-invisible'.
15144         (isearch-filter-visible): Make obsolete.
15145         (isearch-lazy-highlight-search):
15146         Call `run-hook-with-args-until-failure' on
15147         `isearch-filter-predicates' and use `isearch-range-invisible'.
15149         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
15150         `isearch-filter-predicates' instead of `funcall'ing
15151         `isearch-filter-predicate'.
15152         (Info-mode): Set `Info-isearch-filter' to
15153         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
15155         * dired-aux.el (dired-isearch-filter-predicate-orig):
15156         Remove variable.
15157         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
15158         (dired-isearch-filenames-end): Add and remove
15159         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
15160         instead of changing the value of `isearch-filter-predicate'.
15161         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
15162         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
15163         Put property `isearch-message-prefix' to "filename " on
15164         `dired-isearch-filter-filenames'.
15166         * wdired.el (wdired-change-to-wdired-mode):
15167         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
15168         locally instead of changing `isearch-filter-predicate'.
15169         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
15171 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
15173         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
15174         return the commit hash (Bug#14459).  Also set the
15175         `vc-git-detached' property.
15176         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
15177         (vc-git-mode-line-string): Use the same help-echo format whether
15178         in detached mode or not, because we know the actual revision now.
15179         When in detached mode, shorten the revision to 7 chars.
15181 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15183         * emacs-lisp/easy-mmode.el (define-minor-mode):
15184         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
15185         mode hook and provide a docstring.
15187 2013-05-27  Alan Mackenzie  <acm@muc.de>
15189         Remove spurious syntax-table text properties inserted by C-y.
15190         * progmodes/cc-mode.el (c-after-change): Also clear hard
15191         syntax-table property with value nil.
15193 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
15195         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
15196         when reading the events; the buffer layout shall not be changed.
15198 2013-05-27  Leo Liu  <sdl.web@gmail.com>
15200         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
15201         New variable.
15202         (inferior-octave-directory-tracker): Automatically re-sync
15203         default-directory.
15204         (octave-help): Improve handling of 'See also'.
15206 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15208         * doc-view.el: Minor naming convention tweaks.
15209         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
15211         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
15212         even if there's no `display' property yet (bug#14435).
15214 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
15216         * subr.el (unmsys--file-name): Rename from reveal-filename.
15218         * Makefile.in (custom-deps, finder-data, autoloads)
15219         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15220         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15221         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
15223 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15225         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
15226         error-completion on the first 2 args of condition-case (bug#14446).
15227         Don't burp at EOB.
15229 2013-05-25  Leo Liu  <sdl.web@gmail.com>
15231         * comint.el (comint-previous-matching-input): Do not flood the
15232         *Messages* buffer with trivial messages.
15234 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15236         * progmodes/flymake.el (flymake-nop): Don't return a string.
15237         (flymake-set-at): Fix typo.
15239         * simple.el (read--expression): New function, extracted from
15240         eval-expression.  Set completion-at-point-functions (bug#14465).
15241         (eval-expression, eval-minibuffer): Use it.
15243 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
15245         * progmodes/flymake.el (flymake-save-buffer-in-file)
15246         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
15247         (flymake-selected-frame, flymake-log, flymake-ins-after)
15248         (flymake-set-at, flymake-get-buildfile-from-cache)
15249         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
15250         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
15251         Refine the doc string.
15252         (flymake-get-file-name-mode-and-masks): Reformat.
15253         (flymake-get-real-file-name-function): Fix a minor bug.
15255 2013-05-24  Juri Linkov  <juri@jurta.org>
15257         * progmodes/grep.el (grep-mode-font-lock-keywords):
15258         Support =linenumber= format used by git-grep for lines with
15259         function names.  (Bug#13549)
15261 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15263         * progmodes/octave.el (octave-smie-rules): Return nil rather than
15264         0 after a semi-colon; it works better for smie-auto-fill.
15265         (octave--indent-new-comment-line): New function.
15266         (octave-indent-new-comment-line): Use it (indirectly).
15267         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
15268         modify comment-line-break-function.
15270         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
15271         (smie-setup): Use add-function to set it.
15273 2013-05-24  Sam Steingold  <sds@gnu.org>
15275         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
15276         argument (before the `interactive' argument).
15278 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15280         * image-mode.el (image-mode-winprops): Add winprops to
15281         image-mode-winprops-alist before running
15282         image-mode-new-window-functions.
15283         * doc-view.el (doc-view-new-window-function): Don't delay
15284         doc-view-goto-page via timers (bug#14435).
15286 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
15288         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
15289         (doc-view-desktop-save-buffer): New function.
15290         (doc-view-restore-desktop-buffer): New function.
15291         (desktop-buffer-mode-handlers):
15292         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
15293         handler.
15294         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
15295         `desktop-save-buffer' function.
15297 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
15299         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
15300         (tramp-gvfs-file-name-handler): Raise a user error when
15301         `tramp-gvfs-enabled' is nil.
15302         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
15303         Do not raise a user error when loading package.  (Bug#14447)
15305         * net/xesam.el: Move to obsolete/.
15307 2013-05-24  Glenn Morris  <rgm@gnu.org>
15309         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
15311         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
15313         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
15314         (Info-find-node, Man-getpage-in-background): Declare.
15316         * mail/unrmail.el (unrmail):
15317         Replace obsolete detect-coding-with-priority.
15319         * net/socks.el (socks-split-string): Use this rather than split-string.
15320         (socks-nslookup-host): Update for above change.
15321         (dynamic-choice, s5-dynamic-choice-match)
15322         (s5-dynamic-choice-match-inline, s5-widget-value-create):
15323         Comment out unused code.
15325         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
15326         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
15327         (gud-tooltip-echo-area): Make obsolete.
15328         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
15330         * progmodes/js.el (js--optimize-arglist): Declare.
15332         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
15334         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
15335         (ediff-window-C): Declare.
15337         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
15338         Tweak requires to silence compiler.
15340         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
15341         (he-search-string, he-tried-table, he-expand-list)
15342         (he-init-string, he-string-member, he-substitute-string)
15343         (he-reset-string): Declare.
15345         * obsolete/options.el (list-options): Use custom-variable-p,
15346         rather than obsolete alias.
15348 2013-05-23  Sam Steingold  <sds@gnu.org>
15350         * simple.el (shell-command-on-region): Pass the `replace' argument
15351         down to `call-process-region' to comply with the doc as reported on
15352         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
15354 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15356         * emacs-lisp/smie.el (smie-indent-forward-token)
15357         (smie-indent-backward-token): Handle string tokens (bug#14381).
15359 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15361         * ielm.el (ielm-menu): New menu.
15362         (inferior-emacs-lisp-mode): Set comment-start.
15364 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15366         * textmodes/reftex.el (reftex-ref-style-toggle):
15367         Fix deactivate action.
15369         * textmodes/reftex-vars.el (reftex-ref-style-alist):
15370         Add cleveref macros.
15372         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15373         Accept options for bibliography commands.
15374         * textmodes/reftex-vars.el (reftex-bibliography-commands):
15375         Add addbibresource.  Basic Biblatex support.
15377 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
15379         * net/tramp-gvfs.el (top):
15380         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
15381         when loading package.  (Bug#14447)
15383 2013-05-23  Glenn Morris  <rgm@gnu.org>
15385         * progmodes/js.el: No need to load comint when compiling.
15386         (ring-insert, comint-send-string, comint-send-input)
15387         (comint-last-input-end, ido-chop): Declare.
15389         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
15390         * vc/ediff-mult.el: Adjust requires.
15391         (ediff-directories-internal, ediff-directory-revisions-internal)
15392         (ediff-patch-file-internal): Declare.
15393         * vc/ediff-ptch.el: Adjust requires.
15394         (ediff-use-last-dir, ediff-buffers-internal): Declare.
15395         (ediff-find-file): Autoload.
15396         * vc/ediff-util.el: No need to load ediff when compiling.
15397         (ediff-regions-internal): Declare.
15398         * vc/ediff-wind.el: Adjust requires.
15399         (ediff-compute-toolbar-width): Define when compiling.
15400         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
15401         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
15402         (dired-get-filename, dired-get-marked-files)
15403         (ediff-last-dir-patch, ediff-patch-default-directory)
15404         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
15405         (ediff-patch-buffer-internal): Declare.
15407         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
15408         (ispell-process, ispell-buffer-local-words, lm-summary)
15409         (lm-section-start, lm-section-end): Declare.
15410         (checkdoc-ispell-init): Simplify.
15412         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
15413         (he-string-member, he-reset-string, he-substitute-string): Declare.
15415         * eshell/em-ls.el: Adjust requires.
15416         (eshell-glob-regexp): Declare.
15417         * eshell/em-tramp.el: Adjust requires.
15418         (eshell-parse-command): Autoload.
15419         * eshell/em-xtra.el: Adjust requires.
15420         (eshell-parse-command): Autoload.
15421         * eshell/esh-ext.el: Adjust requires.
15422         (eshell-parse-command, eshell-close-handles): Autoload.
15423         * eshell/esh-io.el: Adjust requires.
15424         (eshell-output-filter): Autoload.
15425         * eshell/esh-util.el: No need to load tramp when compiling.
15426         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
15427         Declare.
15428         (eshell-parse-ange-ls): Require ange-ftp and tramp.
15429         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
15430         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
15431         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
15432         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
15433         * eshell/esh-opt.el, eshell/esh-proc.el:
15434         * eshell/esh-var.el: Adjust requires.
15435         * eshell/eshell.el: Do not require esh-util twice.
15436         (eshell-add-input-to-history): Declare.
15437         (eshell-command): Check history module is active before using it.
15439         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
15441 2013-05-22  Leo Liu  <sdl.web@gmail.com>
15443         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
15445 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
15447         * autorevert.el (auto-revert-notify-add-watch)
15448         (auto-revert-notify-handler): Add `attrib' for the inotify case,
15449         it indicates changes in file modification time.
15451 2013-05-22  Glenn Morris  <rgm@gnu.org>
15453         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15454         Always delete the autoloaded function from the noruntime and
15455         unresolved functions lists.
15457         * allout.el: No need to load epa, epg, overlay when compiling.
15458         (epg-context-set-passphrase-callback, epg-list-keys)
15459         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
15460         (epg-key-user-id-list): Declare.
15462         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15463         (viper-set-parsing-style-toggling-macro)
15464         (viper-set-emacs-state-searchstyle-macros):
15465         Use called-interactively-p on Emacs.
15466         (viper-looking-back): Make it an obsolete alias.  Update callers.
15467         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
15468         Use looking-back rather than viper-looking-back.
15469         (viper-tmp-insert-at-eob, viper-enlarge-region)
15470         (viper-read-string-with-history, viper-register-to-point)
15471         (viper-append-to-register, viper-change-state-to-vi)
15472         (viper-backward-char-carefully, viper-forward-char-carefully)
15473         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
15474         (viper-change-state-to-emacs): Declare.
15475         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
15476         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
15477         * emulation/viper-mous.el: Do not load viper-cmd.
15478         (viper-backward-char-carefully, viper-forward-char-carefully)
15479         (viper-forward-word, viper-adjust-window): Declare.
15481         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
15483         * progmodes/idlw-help.el (idlwave-help-fontify):
15484         Use called-interactively-p.
15486         * term/w32console.el (w32-get-console-codepage)
15487         (w32-get-console-output-codepage): Declare.
15489         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
15490         Remove unnecessary declarations.
15491         (dframe-message): Doc fix.
15493         * info.el (dframe-select-attached-frame, dframe-current-frame):
15494         Declare.
15496         * speedbar.el (speedbar-message): Make it an obsolete alias.
15497         Update all callers.
15498         (speedbar-with-attached-buffer)
15499         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
15500         (speedbar-with-writable): Use backquote.
15501         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
15502         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
15503         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
15504         rather than speedbar- aliases.
15505         * mail/rmail.el: Load dframe rather than speedbar when compiling.
15506         (speedbar-make-specialized-keymap, speedbar-insert-button)
15507         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
15508         (speedbar-do-function-pointer): Declare.
15509         (rmail-speedbar-button, rmail-speedbar-find-file)
15510         (rmail-speedbar-move-message):
15511         Use dframe-with-attached-buffer rather than speedbar- alias.
15512         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
15513         (dframe-message, speedbar-make-specialized-keymap)
15514         (speedbar-add-expansion-list, speedbar-mode-functions-list)
15515         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
15516         (speedbar-insert-button, dframe-select-attached-frame)
15517         (dframe-maybee-jump-to-attached-frame)
15518         (speedbar-change-initial-expansion-list)
15519         (speedbar-previously-used-expansion-list-name): Declare.
15520         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
15521         Use dframe-message, dframe-with-attached-buffer rather than
15522         speedbar- aliases.
15523         (gud-sentinel): Silence compiler.
15524         * progmodes/vhdl-mode.el (speedbar-refresh)
15525         (speedbar-do-function-pointer, speedbar-add-supported-extension)
15526         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
15527         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
15528         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
15529         (speedbar-file-lists, speedbar-make-tag-line)
15530         (speedbar-line-directory, speedbar-goto-this-file)
15531         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
15532         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
15533         (speedbar-make-button, speedbar-reset-scanners)
15534         (speedbar-files-item-info, speedbar-line-text)
15535         (speedbar-find-file-in-frame, speedbar-set-timer)
15536         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
15537         (speedbar-with-writable): Do not (re)define it.
15538         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
15539         rather than speedbar- alias.
15541 2013-05-21  Leo Liu  <sdl.web@gmail.com>
15543         * progmodes/octave.el (octave-mode-menu): Update and re-organize
15544         menu items.
15545         (octave-mode): Tweak fill-nobreak-predicate.
15546         (inferior-octave-startup): Check process to avoid infinite loop.
15547         (inferior-octave): Pop to buffer first to show abornmal process
15548         exit information.
15550 2013-05-21  Glenn Morris  <rgm@gnu.org>
15552         * printing.el (pr-menu-bar): Define when compiling.
15554 2013-05-21  Leo Liu  <sdl.web@gmail.com>
15556         * progmodes/octave.el (octave-auto-fill): Remove.
15557         (octave-indent-new-comment-line): Improve.
15558         (octave-mode): Use auto fill mode through
15559         comment-line-break-function and fill-nobreak-predicate.
15560         (octave-goto-function-definition): Support DEFUN_DLD.
15561         (octave-beginning-of-defun): Small tweak.
15562         (octave-help): Show parent directory.
15564 2013-05-21  Glenn Morris  <rgm@gnu.org>
15566         * files.el (dired-unmark):
15567         * progmodes/gud.el (gdb-input): Update declarations.
15569         * calculator.el (electric, ehelp): No need to load when compiling.
15570         (Electric-command-loop, electric-describe-mode): Declare.
15572         * doc-view.el (doc-view-current-converter-processes): Move before use.
15574         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15575         Move MODE-set-explicitly definition before use.
15577         * international/mule-diag.el (mule-diag):
15578         Don't use obsolete window-system-version.
15580         * mail/feedmail.el (smtpmail): No need to load when compiling.
15581         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
15583         * mail/mail-utils.el (rfc822): No need to load when compiling.
15584         (rfc822-addresses): Autoload it.
15585         (mail-strip-quoted-names): Trivial simplification.
15587         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
15588         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
15590         * net/snmp-mode.el (tempo): Don't duplicate requires.
15592         * progmodes/prolog.el (info): No need to load when compiling.
15593         (comint): Require before shell requires it.
15594         (Info-goto-node): Autoload it.
15595         (Info-follow-nearest-node): Declare.
15596         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
15598         * textmodes/artist.el (picture-mode-exit): Declare.
15600         * textmodes/reftex-parse.el (reftex-parse-from-file):
15601         Trivial rewrite so the compiler can parse it better.
15603 2013-05-20  Leo Liu  <sdl.web@gmail.com>
15605         * progmodes/octave.el (octave-help-mode-map)
15606         (octave-help-mode-finish-hook): New variables.
15607         (octave-help-mode, octave-help-mode-finish): New functions.
15608         (octave-help): Use octave-help-mode.
15610 2013-05-20  Glenn Morris  <rgm@gnu.org>
15612         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
15614 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
15616         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
15617         start at point, so that expansion starting right after opening
15618         slash in a regexp is recognized.
15619         (ruby-syntax-before-regexp-re): New defvar, extracted from
15620         ruby-syntax-propertize-function.  Since the value of this regexp
15621         is looked up at runtime now, we should be able to turn
15622         `ruby-syntax-methods-before-regexp' into a defcustom later.
15623         (ruby-syntax-propertize-function): Split regexp matching into two
15624         parts, for opening and closing slashes.  That allows us to skip
15625         over string interpolations and support multiline regexps.
15626         Don't call `ruby-syntax-propertize-expansions', instead use another rule
15627         for them, which calls `ruby-syntax-propertize-expansion'.
15628         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
15629         call to `ruby-syntax-propertize-function'.
15630         (ruby-syntax-propertize-expansion): Extracted from
15631         `ruby-syntax-propertize-expansions'.  Handles one expansion.
15632         (ruby-syntax-propertize-percent-literal): Leave point right after
15633         the percent symbol, so that the expression expansion rule can
15634         propertize the contents.
15635         (ruby-syntax-propertize-heredoc): Leave point at bol following the
15636         heredoc openers.
15637         (ruby-syntax-propertize-expansions): Remove.
15639 2013-05-18  Juri Linkov  <juri@jurta.org>
15641         * man.el (Man-default-man-entry): Remove `-' from the end
15642         of the default value.  (Bug#14400)
15644 2013-05-18  Glenn Morris  <rgm@gnu.org>
15646         * comint.el (comint-password-prompt-regexp):
15647         Allow "password for XXX" where XXX contains colons (eg https://...).
15649 2013-05-18  Leo Liu  <sdl.web@gmail.com>
15651         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
15652         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
15653         (octave-source-directories): Don't check process.
15654         (octave-source-directories, octave-find-definition): Doc fix.
15656 2013-05-18  Glenn Morris  <rgm@gnu.org>
15658         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15659         Remove backspace/delete bindings.  (Bug#14392)
15661         * cus-dep.el (custom-make-dependencies): Sort the output.
15662         (custom-versions-load-alist): Convert comment to doc.
15664 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15666         * newcomment.el (comment-search-backward): Stricter in finding
15667         comment start.  (Bug#14303)
15669         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
15670         (octave-comment-start-skip): Properly anchored.
15672 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15674         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
15675         Clean up when turned off.  (Bug#14395)
15676         (smie--highlight-matching-block-overlay): No longer buffer-local.
15677         (smie-highlight-matching-block): Adjust.
15679 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15681         Doc string fix for "nanoseconds" (Bug#14406).
15682         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
15683         Fix doc string typo that had "nanoseconds" instead of "microseconds".
15685 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
15687         * calc/calc-units.el (math-extract-units): Preserve powers
15688         of units.
15690 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15692         * subr.el (delete-consecutive-dups): New function.
15693         * ido.el (ido-set-matches-1): Use it.
15694         * progmodes/octave.el (inferior-octave-completion-table): Use it.
15695         * ido.el (ido-remove-consecutive-dups): Remove.
15697 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15699         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15700         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
15701         regexp-opt's `words'.
15703 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15705         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
15706         (smie--highlight-matching-block-overlay)
15707         (smie--highlight-matching-block-lastpos)
15708         (smie--highlight-matching-block-timer): New variables.
15709         (smie-highlight-matching-block): New function.
15710         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
15711         (smie-setup): Conditionally enable smie-blink-matching-open.
15713 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
15715         Sync with upstream verilog-mode r840.
15716         * progmodes/verilog-mode.el (verilog-mode-version)
15717         (verilog-mode-release-date): Update.
15718         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
15719         (verilog-sig-tieoff): Fix string error on
15720         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
15721         (verilog-read-decls): Fix parameters confusing
15722         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
15724 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
15726         * subr.el (reveal-filename): New function.
15728         * loadup.el: Compute Emacs executable versions on MS-Windows,
15729         where executables have the .exe extension.  Add a hard link
15730         emacs-XX.YY.ZZ.exe on MS-Windows.
15732         * Makefile.in (XARGS_LIMIT): New variable.
15733         (custom-deps, finder-data, autoloads)
15734         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15735         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15736         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
15737         (compile-main): Limit xargs according to $(XARGS_LIMIT).
15739 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15741         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
15742         (octave-mode-menu, octave-mode-map): Remove its uses.
15744 2013-05-16  Reto Zimmermann  <reto@gnu.org>
15746         Sync with upstream vhdl mode v3.34.2.
15747         * progmodes/vhdl-mode.el: Use `push' throughout.
15748         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
15749         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
15750         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
15751         (vhdl-actual-generic-name): New option to derive actual generic name.
15752         (vhdl-port-paste-signals): Replace formal by actual generics.
15753         (vhdl-beautify): New name for old group vhdl-align.  Update users.
15754         (vhdl-beautify-options): New option.
15755         (vhdl-last-input-event): New compat alias.  Use throughout.
15756         (vhdl-goto-line): Replace user level function `goto-line'.
15757         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
15758         vhdl-fix-statement-buffer.
15759         (vhdl-create-mode-menu): Add some entries.
15760         (vhdl-align-region-groups): Respect vhdl-beautify-options.
15761         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
15762         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
15763         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
15764         to force statements on one line.
15765         (vhdl-remove-trailing-spaces-region):
15766         New, split from vhdl-remove-trailing-spaces.
15767         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
15768         Respect vhdl-beautify-options.
15769         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
15770         (vhdl-update-sensitivity-list): Not add with index if exists without.
15771         Not include array index with signal.  Ignore keywords in comments.
15772         (vhdl-get-visible-signals): Regexp tweaks.
15773         (vhdl-template-component-inst): Handle empty library.
15774         (vhdl-template-type): Add template for 'enum' type.
15775         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
15776         Use vhdl-replace-string.
15777         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
15778         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
15779         (vhdl-speedbar-initialize): Update for above name change.
15780         (vhdl-compose-wire-components): Fix in handling of constants.
15781         (vhdl-error-regexp-emacs-alist): New variable.
15782         (vhdl-error-regexp-add-emacs): New function;
15783         adds support for new compile.el (Emacs 22+)
15784         (vhdl-generate-makefile-1): Change target order for single lib. units.
15785         Allow use of absolute file names.
15787 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15789         * simple.el (prog-indent-sexp): Indent enclosing defun.
15791 2013-05-15  Glenn Morris  <rgm@gnu.org>
15793         * cus-start.el (show-trailing-whitespace): Move to editing basics.
15794         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
15795         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
15796         (whitespace-highlight): Move to whitespace group.
15798         * comint.el (comint-source):
15799         * pcmpl-linux.el (pcmpl-linux):
15800         * shell.el (shell-faces):
15801         * eshell/esh-opt.el (eshell-opt):
15802         * international/ccl.el (ccl): Remove empty custom groups.
15804         * completion.el (dynamic-completion-mode):
15805         * jit-lock.el (jit-lock-debug-mode):
15806         * minibuffer.el (completion-in-region-mode):
15807         * type-break.el (type-break-mode-line-message-mode)
15808         (type-break-query-mode):
15809         * emulation/tpu-edt.el (tpu-edt-mode):
15810         * progmodes/subword.el (global-subword-mode, global-superword-mode):
15811         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15812         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
15814         * term/xterm.el (xterm): Change parent group to terminals.
15816         * master.el (master): Remove empty custom group.
15817         (master-mode): Remove unused :group argument.
15818         * textmodes/refill.el (refill): Remove empty custom group.
15819         (refill-mode): Remove unused :group argument.
15821         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
15823         * cus-dep.el: Provide a feature.
15824         (custom-make-dependencies): Ignore dotfiles (dir-locals).
15825         Don't mistakenly ignore files whose basenames match a basename
15826         from preloaded-file-list (eg cedet/ede/simple.el).
15827         Add a fallback method for getting :group.
15829 2013-05-15  Juri Linkov  <juri@jurta.org>
15831         * isearch.el (isearch-char-by-name): Rename from
15832         `isearch-insert-char-by-name'.  Doc fix.
15833         (isearch-forward): Mention `isearch-char-by-name' in
15834         the docstring.  (Bug#13348)
15836         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
15837         `exit-minibuffer' instead of
15838         `isearch-nonincremental-exit-minibuffer'.
15839         (isearch-edit-string): Remove mention of
15840         `isearch-nonincremental-exit-minibuffer' from docstring.
15841         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
15842         (isearch-forward-exit-minibuffer)
15843         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
15845 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15847         * loadup.el: Just use unversioned DOC.
15849         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
15850         literals as extending to EOB.
15851         (nxml-last-fontify-end): Remove unused variable.
15852         (nxml-after-change1): Use with-silent-modifications.
15853         (nxml-extend-after-change-region): Simplify.
15854         (nxml-extend-after-change-region1): Remove function.
15855         (nxml-after-change1): Don't adjust for dependent regions.
15856         (nxml-fontify-matcher): Simplify.
15857         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
15858         (xmltok-add-dependent): Remove function.
15859         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
15860         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
15861         (xmltok-scan-prolog-after-processing-instruction-open): Treat
15862         unclosed <[[, <?, comment, and other literals as extending to EOB.
15863         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
15864         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
15865         Remove functions.
15866         (rng-do-some-validation-1): Don't mark dependent regions.
15867         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
15868         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
15869         (nxml-clear-dependent-regions): Remove functions.
15870         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
15871         (nxml-ensure-scan-up-to-date):
15872         Don't clear&mark dependent regions.
15874 2013-05-15  Leo Liu  <sdl.web@gmail.com>
15876         * progmodes/octave.el (octave-goto-function-definition):
15877         Improve and fix callers.
15879 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15881         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
15882         the setter (bug#14387).
15884         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
15885         surrounding group (bug#14402).
15887 2013-05-14  Juri Linkov  <juri@jurta.org>
15889         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
15890         (Bug#14390)
15892 2013-05-14  Glenn Morris  <rgm@gnu.org>
15894         * progmodes/f90.el (f90-imenu-generic-expression):
15895         Fix typo in 2013-05-08 change.  (Bug#14402)
15897 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
15899         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
15900         Remove signals for which replies are never received.
15902 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
15904         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
15905         (gdb-handler-alist, gdb-handler-number): Remove variables.
15906         (gdb-handler-list): New variable.
15907         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
15908         (gdb-pending-handler-p, gdb-handle-reply)
15909         (gdb-remove-all-pending-triggers): New functions.
15910         (gdb-discard-unordered-replies): New defcustom.
15911         (gdb-handler): New defstruct.
15912         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
15913         instead of gdb-pending-triggers.  Update docstring.
15914         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
15915         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
15916         (gdb-var-update-handler, def-gdb-auto-update-trigger)
15917         (def-gdb-auto-update-handler, gdb-get-changed-registers)
15918         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
15919         (gdb-frame-handler): Pending triggers are now automatically managed.
15920         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
15921         Remove argument.
15922         (gdb-input): Automatically handles pending triggers.  Update docstring.
15923         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
15924         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
15925         Update comments.
15926         (gdb-done-or-error): Now use gdb-handle-reply.
15928 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
15930         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
15931         gdb-debug-log.
15933 2013-05-14  Glenn Morris  <rgm@gnu.org>
15935         * subr.el (user-emacs-directory-warning): New option.
15936         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
15938 2013-05-14  Leo Liu  <sdl.web@gmail.com>
15940         * progmodes/octave.el (octave-font-lock-keywords): Fix error
15941         during redisplay.
15942         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
15943         (octave-font-lock-texinfo-comment): Fix invalid search bound
15944         error: wrong side of point.
15946 2013-05-14  Glenn Morris  <rgm@gnu.org>
15948         * progmodes/flymake.el (flymake-xml-program): New option.
15949         (flymake-xml-init): Use it.
15951         * term/xterm.el: Provide a feature.
15953         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
15955 2013-05-13  Glenn Morris  <rgm@gnu.org>
15957         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
15958         Add compat aliases as a hack workaround.  (Bug#14384)
15960 2013-05-13  Leo Liu  <sdl.web@gmail.com>
15962         * progmodes/octave.el (octave-indent-comment): Fix indentation for
15963         ###, and %!.
15964         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
15965         C-M-q.
15966         (octave-comment-start-skip): Include %!.
15967         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
15969 2013-05-12  Leo Liu  <sdl.web@gmail.com>
15971         * progmodes/octave.el (inferior-octave-startup): Store the value
15972         of __octave_srcdir__ for octave-source-directories.
15973         (inferior-octave-check-process): New function refactored out of
15974         inferior-octave-send-list-and-digest.
15975         (octave-source-directories)
15976         (octave-find-definition-filename-function): New variables.
15977         (octave-source-directories)
15978         (octave-find-definition-default-filename): New functions.
15979         (octave-find-definition): Improve to find functions implemented in C++.
15981 2013-05-12  Glenn Morris  <rgm@gnu.org>
15983         * calendar/diary-lib.el (diary-outlook-format-1):
15984         Don't include dayname in the output.  (Bug#14349)
15986 2013-05-11  Glenn Morris  <rgm@gnu.org>
15988         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
15990         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
15991         Treat cc-provide like provide.
15993 2013-05-11  Kevin Ryde  <user42@zip.com.au>
15995         * cus-dep.el (custom-make-dependencies):
15996         Use generated-autoload-load-name for the sake of files such
15997         such cedet/semantic/bovine/c.el, where the base file name
15998         is not in load-path.  (Bug#5277)
16000 2013-05-11  Glenn Morris  <rgm@gnu.org>
16002         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
16003         Provide features.
16005 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16007         * progmodes/octave.el (octave-indent-comment): Improve.
16008         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
16009         (octave-eldoc-function-signatures, octave-eldoc-function):
16010         New functions.
16011         (octave-mode, inferior-octave-mode): Add eldoc support.
16013 2013-05-11  Richard Stallman  <rms@gnu.org>
16015         * epa.el (epa-decrypt-file): Take output file name as argument
16016         and read it using `interactive'.
16018 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16020         * progmodes/octave.el (octave-beginning-of-line)
16021         (octave-end-of-line): Check before using up-list because it jumps
16022         out of more syntactic contructs since moving to smie.
16023         (octave-indent-comment): New function.
16024         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
16025         (octave-begin-keywords, octave-end-keywords)
16026         (octave-reserved-words, octave-smie-bnf-table)
16027         (octave-smie-rules): Add new keywords from Octave 3.6.4.
16029 2013-05-11  Glenn Morris  <rgm@gnu.org>
16031         * faces.el (internal-face-x-get-resource):
16032         * frame.el (ns-display-monitor-attributes-list):
16033         * calc/calc-aent.el (math-to-radians-2):
16034         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
16035         Fix declarations.
16037         * calc/calc-menu.el: Make it loadable in isolation.
16039         * net/eudcb-bbdb.el: Make it loadable without bbdb.
16040         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
16041         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
16042         (eudc-bbdb-query-internal): Require 'bbdb.
16044         * lpr.el (lpr-headers-switches):
16045         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
16047         * progmodes/sql.el (sql-login-params): Fix and improve :type.
16049         * emulation/edt-mapper.el: In batch mode, error rather than hang.
16051         * term.el (term-set-escape-char): Make it idempotent.
16053 2013-05-10  Leo Liu  <sdl.web@gmail.com>
16055         * progmodes/octave.el (inferior-octave-completion-table):
16056         No longer a function and all uses changed.  Use cache to speed up
16057         completion due to bug#11906.
16058         (octave-beginning-of-defun): Re-write to be more general.
16060 2013-05-10  Glenn Morris  <rgm@gnu.org>
16062         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
16064 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16066         * comint.el (comint-redirect-send-command-to-process): Use :around
16067         rather than :override for comint-redirect-filter.
16068         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
16069         Call it instead of comint-redirect-original-filter-function (which
16070         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
16072 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
16074         * frame.el (display-monitor-attributes-list): Add NS case.
16075         (ns-display-monitor-attributes-list): Declare.
16077 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
16079         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
16081 2013-05-09  Glenn Morris  <rgm@gnu.org>
16083         * international/fontset.el (vertical-centering-font-regexp):
16084         Set standard-value.
16086         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
16088         * bookmark.el (bookmark-search-delay):
16089         * cus-start.el (vertical-centering-font-regexp):
16090         * ps-mule.el (ps-mule-font-info-database-default):
16091         * ps-print.el (ps-default-fg, ps-default-bg):
16092         * type-break.el (type-break-good-break-interval):
16093         * whitespace.el (whitespace-indentation-regexp)
16094         (whitespace-space-after-tab-regexp):
16095         * emacs-lisp/testcover.el (testcover-1value-functions)
16096         (testcover-noreturn-functions, testcover-progn-functions)
16097         (testcover-prog1-functions):
16098         * emulation/viper-init.el (viper-emacs-state-cursor-color):
16099         * eshell/em-glob.el (eshell-glob-translate-alist):
16100         * play/tetris.el (tetris-tty-colors):
16101         * progmodes/cpp.el (cpp-face-default-list):
16102         * progmodes/flymake.el (flymake-allowed-file-name-masks):
16103         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
16104         (idlwave-help-browser-generic-args):
16105         * progmodes/make-mode.el (makefile-special-targets-list):
16106         * progmodes/python.el (python-shell-virtualenv-path):
16107         * progmodes/verilog-mode.el (verilog-active-low-regexp)
16108         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
16109         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
16110         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
16111         * textmodes/reftex-vars.el (reftex-format-label-function):
16112         * textmodes/remember.el (remember-diary-file): Fix custom types.
16114         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
16115         Add :version.
16117 2013-05-09  Leo Liu  <sdl.web@gmail.com>
16119         * progmodes/octave.el (inferior-octave-completion-at-point):
16120         Restore file completion.  (Bug#14300)
16121         (inferior-octave-startup): Fix incorrect highlighting for the
16122         first prompt.
16124 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16126         * progmodes/ruby-mode.el: First cut at SMIE support.
16127         (ruby-use-smie): New var.
16128         (ruby-smie-grammar): New constant.
16129         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
16130         (ruby-smie--forward-token, ruby-smie--backward-token)
16131         (ruby-smie-rules): New functions.
16132         (ruby-mode-variables): Setup SMIE if applicable.
16134 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
16136         * simple.el (line-move-visual): Signal beginning/end of buffer
16137         only if vertical-motion moved less than it was requested.  Avoids
16138         silly incorrect error messages when there are display strings with
16139         multiple newlines at EOL.
16141 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16143         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
16144         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
16145         (prolog-char-quote-workaround):
16146         * progmodes/cperl-mode.el (cperl-under-as-char):
16147         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
16148         Mark as obsolete.
16149         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
16150         their declaration.
16151         (vhdl-mode-syntax-table-init): Remove.
16153         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
16154         last change.
16156         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
16157         syntax for "_".
16158         (ld-script-font-lock-keywords):
16159         Change regexps to use things like \_< and \_>.
16161         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
16162         Change all regexps to use things like \_< and \_>.
16164         * progmodes/autoconf.el (autoconf-definition-regexp)
16165         (autoconf-font-lock-keywords, autoconf-current-defun-function):
16166         Handle a _ with symbol syntax.
16167         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
16169         * progmodes/ada-mode.el (ada-mode-abbrev-table):
16170         Consolidate declaration.
16171         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
16172         the declaration.
16173         (ada-create-syntax-table): Remove.
16174         (ada-capitalize-word): Don't mess with the syntax of "_" since it
16175         already has the right syntax nowadays.
16176         (ada-goto-next-word): Don't change the syntax of "_".
16178         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
16179         with-wrapper-hook.
16181 2013-05-08  Sam Steingold  <sds@gnu.org>
16183         * thingatpt.el (thing-at-point): Accept optional second argument
16184         NO-PROPERTIES to strip the text properties from the return value.
16185         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
16186         to `thing-at-point' instead of stripping the properties ourselves.
16187         Also, when `thing-at-point' fails to find a url, prepend "http://"
16188         to the filename at point on the assumption that the user is
16189         pointing at something like gnu.org/gnu.
16191 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
16193         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16194         * faces.el (crm-separator):
16195         Silence byte-compiler.
16197         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
16198         (tool-bar-map): Remove unneeded defvars.
16200 2013-05-08  Leo Liu  <sdl.web@gmail.com>
16202         Re-work a fix for bug#10994 based on Le Wang's patch.
16203         * ido.el (ido-remove-consecutive-dups): New helper.
16204         (ido-completing-read): Use it.
16205         (ido-chop): Revert fix for bug#10994.
16207 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
16209         * cus-edit.el (custom-save-variables):
16210         Pretty-print long values.  (Bug#14187)
16212 2013-05-08  Glenn Morris  <rgm@gnu.org>
16214         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
16215         (m4-mode-syntax-table): Init in the defvar.
16216         (m4-mode-abbrev-table): Let define-derived-mode define it.
16218 2013-05-08  Tom Tromey  <tromey@redhat.com>
16220         * progmodes/m4-mode.el (m4-mode-syntax-table):
16221         Do not treat "_" as word constituent.  (Bug#14167)
16223 2013-05-07  Glenn Morris  <rgm@gnu.org>
16225         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
16226         Remove explicit eshell-isearch-cancel-map.
16228         * progmodes/f90.el (f90-smart-end-names): New option.
16229         (f90-smart-end): Doc fix.
16230         (f90-end-block-optional-name): New constant.
16231         (f90-block-match): Respect f90-smart-end-names.
16233 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16235         * progmodes/octave.el (octave-smie-forward-token): Be more careful
16236         about implicit semi-colons (bug#14218).
16238 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16240         * frame.el (display-monitor-attributes-list)
16241         (frame-monitor-attributes): New functions.
16243 2013-05-06  Leo Liu  <sdl.web@gmail.com>
16245         * progmodes/octave.el (octave-syntax-propertize-function): Change
16246         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
16247         (octave-font-lock-keywords): Use octave-operator-regexp.
16248         (octave-completion-at-point): Rename from
16249         octave-completion-at-point-function.
16250         (inferior-octave-directory-tracker): Robustify.
16251         (octave-text-functions): Remove and fix its uses.  No such things
16252         any more.
16254 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16256         * emacs-lisp/trace.el (trace--display-buffer): New function.
16257         (trace-make-advice): Use it.
16259 2013-05-06  Juri Linkov  <juri@jurta.org>
16261         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
16262         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
16263         Doc fix.
16264         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
16265         in the help string.  (Bug#12985)
16267 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
16269         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
16271 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16273         * progmodes/perl-mode.el: Add support for here documents.
16274         (perl-syntax-propertize-function): Match here-doc markers.
16275         (perl-syntax-propertize-special-constructs): Find their end.
16276         (perl-imenu-generic-expression): Use [:alnum:].
16278         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
16279         (advice--add-function): Refresh the advice if already present
16280         (bug#14317).
16282 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
16284         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
16286 2013-05-06  Glenn Morris  <rgm@gnu.org>
16288         * w32-fns.el (w32-charset-info-alist): Declare.
16290         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
16291         of its defcustom properties.
16292         (eshell-cmpl-initialize): No need to load pcomplete.
16294         * generic-x.el: No need to require comint when compiling.
16296         * net/eudc-export.el: Make it loadable without bbdb.
16297         (top-level): Use require rather than load-library.
16298         (eudc-create-bbdb-record, eudc-bbdbify-phone)
16299         (eudc-batch-export-records-to-bbdb)
16300         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
16301         Require bbdb.
16303 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16305         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
16306         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
16307         some tweaks, instead.
16309 2013-05-05  Leo Liu  <sdl.web@gmail.com>
16311         * progmodes/octave.el (octave-font-lock-keywords)
16312         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
16313         (inferior-octave-send-list-and-digest): Improve error message.
16314         (octave-mode, inferior-octave-mode): Use setq-local.
16315         (octave-help): Set info-lookup-mode.
16317 2013-05-05  Richard Stallman  <rms@gnu.org>
16319         * vc/compare-w.el (compare-windows-whitespace):
16320         Treat no-break space as whitespace.
16322         * mail/rmailsum.el (rmail-summary-rmail-update):
16323         Detect empty summary and don't change selected message.
16324         (rmail-summary-goto-msg): Likewise.
16326         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
16327         Doc fixes, rename args.
16329 2013-05-05  Alan Mackenzie  <acm@muc.de>
16331         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
16333 2013-05-05  Juri Linkov  <juri@jurta.org>
16335         * info.el (Info-read-subfile): Use (point-min) instead of (point)
16336         to not add the length of the summary segment to the return value.
16337         (Bug#14125)
16339 2013-05-05  Leo Liu  <sdl.web@gmail.com>
16341         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
16342         (inferior-octave-output-filter): Remove.
16343         (octave-send-region, inferior-octave-startup): Fix callers.
16344         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
16345         (octave-binary-file-extensions): New user variable.
16346         (octave-find-definition): Confirm if opening binary files.
16347         (octave-help-file): Use octave-find-definition to get the binary
16348         confirmation.
16349         (octave-help): Adjust for octave-help-file change.
16351 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16353         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
16354         Merge the two entries that handle function definitions.
16355         (pascal--syntax-propertize): New const.
16356         (pascal-mode): Use it.  Use setq-local.
16358 2013-05-04  Glenn Morris  <rgm@gnu.org>
16360         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
16361         (diary-from-outlook): Respect diary-from-outlook-function.
16363 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16365         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
16366         Move the declaration from C.
16367         (read-minibuffer, eval-minibuffer): Move from C.
16368         (completion-setup-function): Avoid minibuffer-completion-contents.
16370 2013-05-03  Leo Liu  <sdl.web@gmail.com>
16372         * progmodes/octave.el (octave-font-lock-keywords): Do not
16373         dehighlight 'end' in comments or strings.
16374         (octave-completing-read, octave-goto-function-definition):
16375         New helpers.
16376         (octave-help-buffer): New user variable.
16377         (octave-help-file, octave-help-function): New button types.
16378         (octave-help): New command and bind it to C-h ;.
16379         (octave-find-definition): New command and bind it to M-.
16380         (user-error): Alias to error if not defined.
16382 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16384         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
16385         for \.  (bug#14332)
16386         (octave-font-lock-keywords): Include [ and {.
16388 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16390         * progmodes/octave.el (inferior-octave-startup-file): Change default.
16391         (inferior-octave): Remove calling comint-mode and return the buffer.
16392         (inferior-octave-startup): Cosmetic changes.
16394 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16396         * progmodes/octave.el (octave-syntax-propertize-function):
16397         Include the case when ' is at line beginning.  (Bug#14336)
16399 2013-05-02  Glenn Morris  <rgm@gnu.org>
16401         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
16402         * desktop.el (vc-dir-mode): Just autoload it here.
16404 2013-05-02  Alan Mackenzie  <acm@muc.de>
16406         Eliminate variable c-standard-font-lock-fontify-region-function.
16407         * progmodes/cc-mode.el
16408         (c-standard-font-lock-fontify-region-function): Remove.
16409         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
16411 2013-05-01  Leo Liu  <sdl.web@gmail.com>
16413         * progmodes/octave.el: Compatible with older emacs-24 releases.
16414         (inferior-octave-has-built-in-variables): Remove.  Built-in
16415         variables were removed from Octave in 2007.
16416         (inferior-octave-startup): Fix uses.
16417         (comint-line-beginning-position): Remove compatibility code for
16418         emacs 21.
16420 2013-05-01  Juri Linkov  <juri@jurta.org>
16422         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
16424 2013-05-01  Juri Linkov  <juri@jurta.org>
16426         * comint.el (comint-previous-matching-input): Don't print message
16427         "History item: %d" when `isearch-mode' is active.
16428         (comint-history-isearch-message): Print message "History item: %d"
16429         when `comint-input-ring-index' is not empty and this function is
16430         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
16432 2013-05-01  Leo Liu  <sdl.web@gmail.com>
16434         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
16435         definitions.  Use completion-at-point to insert keywords.
16436         (octave-abbrev-start): Remove.
16437         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
16439 2013-04-30  Leo Liu  <sdl.web@gmail.com>
16441         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
16442         change.
16444 2013-04-30  Alan Mackenzie  <acm@muc.de>
16446         Handle arbitrarily long C++ member initialisation lists.
16447         * progmodes/cc-engine.el (c-back-over-member-initializers):
16448         new function.
16449         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
16450         (most) member init lists.
16452 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16454         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
16455         variable.
16457 2013-04-30  Leo Liu  <sdl.web@gmail.com>
16459         * progmodes/octave.el (octave-variables): Remove.  No builtin
16460         variables any more.  All converted to functions.
16461         (octave-font-lock-keywords, octave-completion-at-point-function):
16462         Fix uses.
16463         (octave-font-lock-texinfo-comment): New user variable.
16464         (octave-texinfo-font-lock-keywords): New variable for texinfo
16465         comment block.
16466         (octave-function-comment-block): New face.
16467         (octave-font-lock-texinfo-comment): New function.
16468         (octave-mode): Font lock texinfo comment block.
16470 2013-04-29  Leo Liu  <sdl.web@gmail.com>
16472         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
16473         indexing expression.
16474         (octave-continuation-string): Do not use \.
16475         (inferior-octave-complete-impossible): Remove.
16476         (inferior-octave-completion-table)
16477         (inferior-octave-completion-at-point): Remove its uses.
16478         (inferior-octave-startup): completion_matches was introduced to
16479         Octave in 1996 so safe to assume it.
16480         (octave-function-file-comment): Improve to follow how Octave does it.
16481         (octave-update-function-file-comment): Tweak.
16483 2013-04-29  Leo Liu  <sdl.web@gmail.com>
16485         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
16486         (inferior-octave-startup): Remove inferior-octave-startup-hook.
16487         (octave-function-file-comment): Fix typo.
16488         (octave-sync-function-file-names): Use read-char-choice.
16490 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
16492         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
16493         to t for the less important warnings.
16495 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
16497         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
16499 2013-04-27  Glenn Morris  <rgm@gnu.org>
16501         * vc/log-view.el (log-view-current-entry):
16502         Treat "---" separator lines as part of the following rev.  (Bug#14169)
16504 2013-04-27  Juri Linkov  <juri@jurta.org>
16506         * subr.el (read-number): Doc fix about using it by interactive
16507         code letter `n'.  (Bug#14254)
16509 2013-04-27  Juri Linkov  <juri@jurta.org>
16511         * desktop.el (desktop-auto-save-timeout): New option.
16512         (desktop-file-checksum): New variable.
16513         (desktop-save): Add optional arg `auto-save' and don't auto-save
16514         if nothing changed.
16515         (desktop-auto-save-timer): New variable.
16516         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
16517         (after-init-hook): Call `desktop-auto-save-set-timer'.
16518         Suggested by Reuben Thomas <rrt@sc3d.org> in
16519         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
16521 2013-04-27  Leo Liu  <sdl.web@gmail.com>
16523         * progmodes/octave.el (octave-function-file-p)
16524         (octave-skip-comment-forward, octave-function-file-comment)
16525         (octave-update-function-file-comment): New functions.
16526         (octave-mode-map): Bind C-c ; to
16527         octave-update-function-file-comment.
16528         (octave-mode-menu): Add octave-update-function-file-comment.
16529         (octave-mode, inferior-octave-mode): Fix doc-string.
16530         (octave-insert-defun): Conform to Octave's coding convention.
16531         (Bug#14285)
16533         * files.el (basic-save-buffer): Don't let errors in
16534         before-save-hook prevent saving buffer.
16536 2013-04-20  Roland Winkler  <winkler@gnu.org>
16538         * faces.el (read-face-name): Use completing-read if arg multiple
16539         is nil.
16541 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
16543         * ls-lisp.el (ls-lisp-insert-directory): If no files are
16544         displayed, move point to after the totals line.
16545         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
16546         for the details.
16548 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16550         * emacs-lisp/package.el (package-autoload-ensure-default-file):
16551         Add current dir to the load-path.
16552         (package-generate-autoloads): Don't rely on
16553         autoload-ensure-default-file.
16555 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
16557         * textmodes/remember.el (remember-store-in-files): Document that
16558         the file name format is passed to `format-time-string'.
16560 2013-04-26  Leo Liu  <sdl.web@gmail.com>
16562         * progmodes/octave.el (octave-sync-function-file-names): New function.
16563         (octave-mode): Use it in before-save-hook.
16565 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16567         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
16568         (bug#14274).
16570         * progmodes/octave.el (octave-smie-forward-token): Properly skip
16571         \n and comment, even if it's not an implicit ; (bug#14218).
16573 2013-04-26  Glenn Morris  <rgm@gnu.org>
16575         * subr.el (read-number): Once more use `read' rather than
16576         `string-to-number', to trap non-numeric input.  (Bug#14254)
16578 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
16580         * emacs-lisp/syntax.el (syntax-propertize-multiline):
16581         Use `syntax-multiline' text property consistently instead of
16582         `font-lock-multiline'.  (Bug#14237)
16584 2013-04-26  Glenn Morris  <rgm@gnu.org>
16586         * emacs-lisp/shadow.el (list-load-path-shadows):
16587         No longer necessary to check for duplicate simple.el, since
16588         2012-07-07 change to init_lread to not include installation lisp
16589         directories in load-path when running uninstalled.  (Bug#14270)
16591 2013-04-26  Leo Liu  <sdl.web@gmail.com>
16593         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
16594         (octave-mode, inferior-octave-mode): Use setq-local.
16595         (octave-not-in-string-or-comment-p): Rename to
16596         octave-in-string-or-comment-p.
16597         (octave-in-comment-p, octave-in-string-p)
16598         (octave-in-string-or-comment-p): Replace defsubst with defun.
16600 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16602         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
16604 2013-04-25  Bastien Guerry  <bzg@gnu.org>
16606         * textmodes/remember.el (remember-data-directory)
16607         (remember-directory-file-name-format): Fix custom types.
16609 2013-04-25  Leo Liu  <sdl.web@gmail.com>
16611         * progmodes/octave.el (octave-completion-at-point-function):
16612         Make use of inferior octave process.
16613         (octave-initialize-completions): Remove.
16614         (inferior-octave-completion-table): New function.
16615         (inferior-octave-completion-at-point): Use it.
16616         (octave-completion-alist): Remove.
16618 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16620         * progmodes/opascal.el: Use font-lock and syntax-propertize.
16621         (opascal-mode-syntax-table): New var.
16622         (opascal-literal-kind, opascal-is-literal-end)
16623         (opascal-literal-token-at): Rewrite.
16624         (opascal--literal-start-re, opascal-font-lock-keywords)
16625         (opascal--syntax-propertize): New constants.
16626         (opascal-font-lock-defaults): Adjust.
16627         (opascal-mode): Use them.  Set comment-<foo> variables as well.
16628         (delphi-comment-face, opascal-comment-face, delphi-string-face)
16629         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
16630         (delphi-other-face, opascal-other-face): Remove face variables.
16631         (opascal-save-state): Remove macro.
16632         (opascal-fontifying-progress-step): Remove constant.
16633         (opascal--ignore-changes): Remove var.
16634         (opascal-set-token-property, opascal-parse-next-literal)
16635         (opascal-is-stable-literal, opascal-complete-literal)
16636         (opascal-is-literal-start, opascal-face-of)
16637         (opascal-parse-region, opascal-parse-region-until-stable)
16638         (opascal-fontify-region, opascal-after-change)
16639         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
16640         (opascal-debug-parse-region, opascal-debug-parse-window)
16641         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
16642         (opascal-debug-fontify-buffer): Remove.
16643         (opascal-debug-mode-map): Adjust accordingly.
16645 2013-04-25  Leo Liu  <sdl.web@gmail.com>
16647         Merge octave-mod.el and octave-inf.el into octave.el with some
16648         cleanups.
16649         * progmodes/octave.el: New file renamed from octave-mod.el.
16650         * progmodes/octave-inf.el: Merged into octave.el.
16651         * progmodes/octave-mod.el: Renamed to octave.el.
16653 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
16655         * textmodes/reftex-vars.el
16656         (reftex-label-ignored-macros-and-environments): New defcustom.
16658         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
16660 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16662         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
16663         (smie-indent-keyword): Improve the check to ensure that the next
16664         comment is really on the same line.
16665         (smie-indent-comment): Don't align with a subsequent closer (or eob).
16667         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
16668         semi-colons if the line is not otherwise empty (bug#14218).
16670 2013-04-25  Glenn Morris  <rgm@gnu.org>
16672         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
16674 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16676         * progmodes/opascal.el (opascal-set-token-property): Rename from
16677         opascal-set-text-properties and only set `token' (bug#14134).
16678         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
16679         (opascal-literal-text-properties): Remove.
16680         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
16681         Adjust callers.
16683 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
16685         * textmodes/remember.el (remember-handler-functions): Add an
16686         option for a new handler `remember-store-in-files'.
16687         (remember-data-directory, remember-directory-file-name-format):
16688         New options.
16689         (remember-store-in-files): New function to store remember notes
16690         as separate files within a directory.
16692 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
16694         * progmodes/compile.el (compilation-next-error-function):
16695         Pass "formats" to compilation-find-file (bug#11777).
16697 2013-04-24  Glenn Morris  <rgm@gnu.org>
16699         * vc/vc-bzr.el (vc-bzr-print-log):
16700         * vc/vc-hg.el (vc-hg-print-log):
16701         * vc/vc-svn.el (vc-svn-print-log):
16702         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
16704         * vc/vc-bzr.el (vc-bzr-print-log):
16705         * vc/vc-cvs.el (vc-cvs-print-log):
16706         * vc/vc-git.el (vc-git-print-log):
16707         * vc/vc-hg.el (vc-hg-print-log):
16708         * vc/vc-mtn.el (vc-mtn-print-log):
16709         * vc/vc-rcs.el (vc-rcs-print-log):
16710         * vc/vc-sccs.el (vc-sccs-print-log):
16711         * vc/vc-svn.el (vc-svn-print-log):
16712         * vc/vc.el (vc-print-log-internal): Doc fixes.
16714 2013-04-23  Glenn Morris  <rgm@gnu.org>
16716         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
16717         Remove venerable code attempting to avoid substitute-command-keys.
16719 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
16721         * textmodes/reftex-vars.el (reftex-label-regexps):
16722         Call `reftex-compile-variables' after changes to this variable.
16724 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16726         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
16727         Use lexical-binding.
16728         (jit-lock-force-redisplay): Use markers, check buffer's continued
16729         existence and beware narrowed buffers.
16730         (jit-lock-fontify-now): Adjust call accordingly.
16732 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16734         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
16735         to avoid misleading the user.
16737 2013-04-22  Leo Liu  <sdl.web@gmail.com>
16739         * info-look.el: Prefer latex2e.info.  (Bug#14240)
16741 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
16743         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
16745         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
16746         * net/tramp.el (tramp-call-process): ... here.
16747         (tramp-set-completion-function, tramp-parse-putty):
16748         * net/tramp-adb.el (tramp-adb-execute-adb-command):
16749         * net/tramp-gvfs.el (tramp-gvfs-send-command):
16750         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16751         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
16752         (tramp-call-local-coding-command): Use `tramp-call-process'
16753         instead of `tramp-compat-call-process'.
16755         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
16756         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
16757         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
16758         (tramp-find-inline-compress): Improve traces.
16759         (tramp-maybe-send-script): Check for Perl binary.
16760         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
16762 2013-04-22  Daiki Ueno  <ueno@gnu.org>
16764         * epg.el (epg-context-pinentry-mode): New function.
16765         (epg-context-set-pinentry-mode): New function.
16766         (epg--start): Pass --pinentry-mode option to gpg command.
16768 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
16770         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
16771         `comint-dynamic-complete' is obsolete since 24.1, replaced by
16772         `completion-at-point'.  (Bug#13774)
16774         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
16775         default key binding for `describe-distribution' has been moved to
16776         `C-h C-o'.  (Bug#13970)
16778 2013-04-21  Glenn Morris  <rgm@gnu.org>
16780         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
16781         Add doc strings.
16782         (vc-print-log): Clarify interactive prompt.
16784 2013-04-20  Glenn Morris  <rgm@gnu.org>
16786         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16787         No longer include timestamp etc information.
16789 2013-04-20  Roland Winkler  <winkler@gnu.org>
16791         * faces.el (read-face-name): Bug fix, return just one face if arg
16792         multiple is nil.  (Bug#14209)
16794 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16796         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
16797         (remove-function): Autoload.
16799         * comint.el (comint-redirect-original-filter-function): Remove.
16800         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
16801         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
16802         (vc-cvs-annotate-command):
16803         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
16804         * progmodes/prolog.el (prolog-consult-compile):
16805         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
16806         Use add/remove-function instead.
16807         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
16808         (gud-tooltip-process-output, gud-tooltip-tips):
16809         Use add/remove-function instead.
16810         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
16811         (scheme-interaction-mode, exit-scheme-interaction-mode):
16812         Use add/remove-function instead.
16814         * vc/vc-dispatcher.el: Use lexical-binding.
16815         (vc--process-sentinel): Rename from vc-process-sentinel.
16816         Change last arg to be the code to run.  Don't use vc-previous-sentinel
16817         and vc-sentinel-commands any more.
16818         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
16819         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
16821 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
16823         * progmodes/sh-script.el (sh-imenu-generic-expression):
16824         Handle function names with a single character.  (Bug#14111)
16826 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
16828         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
16829         for subroutines defined in an eval (bug#14182).
16831 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16833         * bookmark.el (bookmark-completing-read): Improve handling of empty
16834         string (bug#14176).
16836 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16838         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
16840 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16842         New faster Imenu implementation (bug#14058).
16843         * progmodes/python.el (python-imenu-prev-index-position)
16844         (python-imenu-format-item-label-function)
16845         (python-imenu-format-parent-item-label-function)
16846         (python-imenu-format-parent-item-jump-label-function):
16847         New vars.
16848         (python-imenu-format-item-label)
16849         (python-imenu-format-parent-item-label)
16850         (python-imenu-format-parent-item-jump-label)
16851         (python-imenu--put-parent, python-imenu--build-tree)
16852         (python-imenu-create-index, python-imenu-create-flat-index)
16853         (python-util-popn): New functions.
16854         (python-mode): Set imenu-create-index-function to
16855         python-imenu-create-index.
16857 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16859         * winner.el (winner-active-region): Use region-active-p, activate-mark
16860         and deactivate-mark (bug#14225).
16862         * simple.el (deactivate-mark): Don't inline it.
16864 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
16866         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
16868 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
16870         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
16871         file extensions from the archive-mode entry in order to prefer
16872         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
16874 2013-04-18  Leo Liu  <sdl.web@gmail.com>
16876         * bindings.el (help-event-list): Add ?\?.
16878 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16880         * subr.el (with-wrapper-hook): Declare obsolete.
16881         * simple.el (filter-buffer-substring-function): New hook.
16882         (filter-buffer-substring): Use it.
16883         (filter-buffer-substring-functions): Mark obsolete.
16884         * minibuffer.el (completion-in-region-function): New hook.
16885         (completion-in-region): Use it.
16886         (completion-in-region-functions): Mark obsolete.
16887         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
16888         * abbrev.el (abbrev-expand-function): New hook.
16889         (expand-abbrev): Use it.
16890         (abbrev-expand-functions): Mark obsolete.
16891         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
16892         and :filter-return.
16894 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16896         * progmodes/python.el (python-nav--syntactically): Fix cornercases
16897         and do not care about match data.
16899 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16901         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
16902         completion tables when completing error conditions and
16903         `declare' arguments.
16904         (lisp-complete-symbol, field-complete): Mark as obsolete.
16905         (check-parens): Unmatched parens are user errors.
16906         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
16908 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
16910         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
16911         command changed buffer (ie. `flyspell-pre-buffer' is not current
16912         buffer), which prevents making decisions based on invalid value of
16913         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
16914         cause an error when `flyspell-pre-point' was nil after switching
16915         buffers.
16916         (flyspell-post-command-hook): No longer needs to change buffers when
16917         checking pre-word.  While at it remove unnecessary progn.
16919 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
16921         * textmodes/ispell.el (ispell-add-per-file-word-list):
16922         Fix `flyspell-correct-word-before-point' error when accepting
16923         words and `coment-padding' is an integer by using
16924         `comment-normalize-vars' (Bug #14214).
16926 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16928         New defun movement commands.
16929         * progmodes/python.el (python-nav--syntactically)
16930         (python-nav--forward-defun, python-nav-backward-defun)
16931         (python-nav-forward-defun): New functions.
16933 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16935         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
16936         (python-syntax-context): Use named compiler-macro for backwards
16937         compatibility with Emacs 24.x.
16939 2013-04-17  Leo Liu  <sdl.web@gmail.com>
16941         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
16942         octave-hide-process-buffer.
16944 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16946         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
16947         (bug#14216).
16949 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
16951         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
16952         Fix adjustment of offset when receiving incomplete responses from GDB
16953         (bug#14129).
16955 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16957         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
16958         python-mode-abbrev-table.
16959         (python-skeleton-define): Adjust accordingly.
16960         (python-mode-abbrev-table): New table that inherits from it so that
16961         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
16963         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
16964         (abbrev-symbol): Use it.
16965         (abbrev--before-point): Use it since we already handle inheritance.
16967 2013-04-16  Leo Liu  <sdl.web@gmail.com>
16969         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
16970         binding to info-lookup-symbol.
16972 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
16974         * minibuffer.el (completion--twq-all):
16975         * term/ns-win.el (ns-initialize-window-system):
16976         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
16978 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16980         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
16981         global bindings.
16983         * doc-view.el (doc-view-start-process): Handle url-handler directories.
16985 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
16987         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
16988         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
16989         to nil.
16990         (ruby-end-of-defun): Remove the unused arg, change the docstring
16991         to reflect that this function is only used as the value of
16992         `end-of-defun-function'.
16993         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
16994         to reflect an earlier change that beginning/end-of-defun functions
16995         jump between methods in a class definition, as well as top-level
16996         functions.
16998 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17000         * minibuffer.el (minibuffer-complete): Don't just scroll
17001         a *Completions* that's been iconified.
17002         (minibuffer-force-complete): Make sure repetitions do cycle when going
17003         through completion-in-region -> minibuffer-complete.
17005 2013-04-15  Alan Mackenzie  <acm@muc.de>
17007         Correct the placement of c-cpp-delimiters when there're #s not at
17008         col 0.
17010         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
17011         place a submatch around the #.
17012         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
17013         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
17014         on the #, not BOL.
17016 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17018         * emacs-lisp/nadvice.el: Properly test names when adding advice.
17019         (advice--member-p): New arg `name'.
17020         (advice--add-function, advice-member-p): Use it (bug#14202).
17022 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
17024         Reformulate java imenu-generic-expression.
17025         The old expression contained ill formed regexps.
17027         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
17028         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
17029         (cc-imenu-java-method-arg-regexp): New defconsts.
17030         (cc-imenu-java-build-type-args-regex): New defun.
17031         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
17032         handling of spaces in the regexp.
17034 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
17036         * textmodes/ispell.el (ispell-command-loop): Remove
17037         flyspell highlight of a word when ispell accepts it (bug #14178).
17039 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
17041         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
17042         uses code from the previous `ange-ftp-run-real-handler'.
17043         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
17044         only in case that function exist.  This is needed for proper
17045         unloading of Tramp.
17047 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
17049         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
17051         * textmodes/reftex.el (reftex-compile-variables): Use it.
17053 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17055         * files.el (normal-mode): Only use default major-mode if no other mode
17056         was specified.
17058         * emacs-lisp/trace.el (trace-values): New function.
17060         * files.el: Allow : in local variables (bug#14089).
17061         (hack-local-variable-regexp): New var.
17062         (hack-local-variables-prop-line, hack-local-variables): Use it.
17064 2013-04-13  Roland Winkler  <winkler@gnu.org>
17066         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
17067         data before it gets modified by bibtex-beginning-of-entry.
17069 2013-04-13  Roland Winkler  <winkler@gnu.org>
17071         * textmodes/bibtex.el (bibtex-url): Doc fix.
17073 2013-04-13  Roland Winkler  <winkler@gnu.org>
17075         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
17076         does not visit a BibTeX file, exclude it from the list of buffers
17077         returned by bibtex-initialize.
17079 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
17081         * window.el (split-window): Remove interactive form, since as a
17082         command this function is a special case of split-window-below.
17083         Correct doc string.
17085 2013-04-12  Roland Winkler  <winkler@gnu.org>
17087         * faces.el (read-face-name): Do not override value of arg default.
17088         Allow single faces and strings as default values.  Remove those
17089         elements from return value that are not faces.
17090         (describe-face): Simplify.
17091         (face-at-point): New optional args thing and multiple so that this
17092         function can provide the same functionality previously provided by
17093         read-face-name.
17094         (make-face-bold, make-face-unbold, make-face-italic)
17095         (make-face-unitalic, make-face-bold-italic, invert-face)
17096         (modify-face, read-face-and-attribute): Use face-at-point.
17098         * cus-edit.el (customize-face, customize-face-other-window)
17099         * cus-theme.el (custom-theme-add-face)
17100         * face-remap.el (buffer-face-set)
17101         * facemenu.el (facemenu-set-face): Use face-at-point.
17103 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
17105         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
17107 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
17109         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
17110         off leading { and trailing } from field values.
17112 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17114         * emacs-lisp/timer.el (timer--check): New function.
17115         (timer--time, timer-set-function, timer-event-handler): Use it.
17116         (timer-set-idle-time): Simplify.
17117         (timer--activate): CSE.
17118         (timer-event-handler): Give more info in error message.
17119         (internal-timer-start-idle): New function, moved from C.
17121         * mpc.el (mpc-proc): Add `restart' argument.
17122         (mpc-proc-cmd): Use it.
17123         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
17124         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
17125         less often.
17127 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
17129         * progmodes/sh-script.el: Implement `sh-mode' own
17130         `add-log-current-defun-function' (bug#14112).
17131         (sh-current-defun-name): New function.
17132         (sh-mode): Use the function.
17134 2013-04-09  Bastien Guerry  <bzg@gnu.org>
17136         * simple.el (choose-completion-string): Fix docstring (bug#14163).
17138 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17140         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
17142         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
17143         timer (bug#14156).
17145 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
17147         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
17148         declaration.
17150 2013-04-07  Leo Liu  <sdl.web@gmail.com>
17152         * pcmpl-x.el: New file.
17154 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
17156         Do not set x-display-name until X connection is established.
17157         This is needed to prevent from weird situation described at
17158         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
17159         * frame.el (make-frame): Set x-display-name after call to
17160         window system initialization function, not before.
17161         * term/x-win.el (x-initialize-window-system): Add optional
17162         display argument and use it.
17163         * term/w32-win.el (w32-initialize-window-system):
17164         * term/ns-win.el (ns-initialize-window-system):
17165         * term/pc-win.el (msdos-initialize-window-system):
17166         Add compatible optional display argument.
17168 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
17170         * files.el (normal-backup-enable-predicate): On MS-Windows and
17171         MS-DOS compare truenames of temporary-file-directory and of the
17172         file, so that 8+3 aliases (usually found in $TEMP on Windows)
17173         don't fail comparison by compare-strings.  Also, compare file
17174         names case-insensitively on MS-Windows and MS-DOS.
17176 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17178         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
17179         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
17181 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
17183         * whitespace.el (whitespace-color-on, whitespace-color-off):
17184         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
17186 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
17188         * ispell.el (ispell-set-spellchecker-params):
17189         Really set `ispell-args' for all equivs.
17191 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17193         * ido.el (ido-completions): Use extra elements of ido-decorations
17194         (bug#14143).
17195         (ido-decorations): Update docstring.
17197 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
17199         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17200         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
17201         nil during initialization, in order not to miss changes since the
17202         file was opened.  (Bug#14140)
17204 2013-04-05  Leo Liu  <sdl.web@gmail.com>
17206         * kmacro.el (kmacro-call-macro): Fix bug#14135.
17208 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
17210         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
17212 2013-04-04  Glenn Morris  <rgm@gnu.org>
17214         * electric.el (electric-pair-inhibit-predicate): Add :version.
17216 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17218         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
17219         when a package is required several times (bug#14082).
17221 2013-04-04  Roland Winkler  <winkler@gnu.org>
17223         * faces.el (read-face-name): Behave as promised by the docstring.
17224         Assume that arg default is a list of faces.
17225         (describe-face): Call read-face-name with list of default faces.
17227 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17229         * bookmark.el: Fix deletion of bookmarks (bug#13972).
17230         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
17231         (bookmark-bmenu-execute-deletions): Only skip first line if it's
17232         the header.
17233         (bookmark-exit-hook-internal): Save even if list is empty.
17235 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
17237         * emacs-lisp/package.el (package-pinned-packages): New var.
17238         (package--add-to-archive-contents): Obey it (bug#14118).
17240 2013-04-03  Alan Mackenzie  <acm@muc.de>
17242         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
17243         Also adapt to the new values of element 7 of a parse state.
17245         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
17246         parameter `not-in-delimiter'.  Handle being inside comment opener.
17247         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
17248         character in case we're typing a '*' after a '/'.
17249         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
17250         instead by passing the parameter to c-state-pp-to-literal.
17252         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
17253         for elt. 7 of a parse state.
17255 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
17257         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
17258         * international/latin1-disp.el, international/mule-util.el:
17259         * language/cyril-util.el, language/european.el, language/ind-util.el:
17260         * language/lao-util.el, language/thai.el, language/tibet-util.el:
17261         * language/tibetan.el, language/viet-util.el:
17262         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
17264 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17266         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
17267         (electric-pair-post-self-insert-function): Use it.
17268         (electric-pair-default-inhibit): New function, extracted from
17269         electric-pair-post-self-insert-function.
17271 2013-03-31  Roland Winkler  <winkler@gnu.org>
17273         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
17275 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17277         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
17279 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
17281         Un-indent after "pass" and "return" statements (Bug#13888)
17282         * progmodes/python.el (python-indent-block-enders): New var.
17283         (python-indent-calculate-indentation): Use it.
17285 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
17287         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
17288         defun.  Defining it as defalias could introduce too eager
17289         byte-compiler optimization.  (Bug#14030)
17291 2013-03-30  Chong Yidong  <cyd@gnu.org>
17293         * iswitchb.el (iswitchb-read-buffer): Fix typo.
17295 2013-03-30  Leo Liu  <sdl.web@gmail.com>
17297         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
17298         (kmacro-execute-from-register): Pass the keyboard macro to
17299         kmacro-call-macro or repeating won't work correctly.
17301 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
17303         * progmodes/subword.el: Back to using `forward-symbol'.
17305         * subr.el (forward-whitespace, forward-symbol)
17306         (forward-same-syntax): Move from thingatpt.el.
17308 2013-03-29  Leo Liu  <sdl.web@gmail.com>
17310         * kmacro.el (kmacro-to-register): New command.
17311         (kmacro-execute-from-register): New function.
17312         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
17314 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17316         * mpc.el: Use defvar-local and setq-local.
17317         (mpc--proc-connect): Connection failures are not bugs.
17318         (mpc-mode-map): `follow-link' only applies to the buffer's content.
17319         (mpc-volume-map): Bind to the up-events.
17321 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17323         * progmodes/subword.el (superword-mode): Use `forward-sexp'
17324         instead of `forward-symbol'.
17326 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17328         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
17329         (edebug--recursive-edit): Use it.
17330         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
17331         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
17333 2013-03-28  Leo Liu  <sdl.web@gmail.com>
17335         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
17337 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
17339         * facemenu.el (list-colors-callback): New defvar.
17340         (list-colors-redisplay): New function.
17341         (list-colors-display): Install list-colors-redisplay as the
17342         revert-buffer-function.  (Bug#14063)
17344 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17346         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
17347         and suffixes don't overlap (bug#14061).
17349         * case-table.el: Use lexical-binding.
17350         (case-table-get-table): New function.
17351         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
17353 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
17355         * progmodes/subword.el: Add `superword-mode' to do word motion
17356         over symbol_words (parallels and leverages `subword-mode' which
17357         does word motion inside MixedCaseWords).
17359 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
17361         * eshell/em-unix.el: Move su and sudo to...
17362         * eshell/em-tramp.el: ...Eshell tramp module.
17364 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17366         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
17367         Change return value to be a sexp.  Delay `get-buffer' to after
17368         restoring the desktop (bug#13951).
17370 2013-03-26  Leo Liu  <sdl.web@gmail.com>
17372         * register.el: Move semantic tag handling back to
17373         cedet/semantic/senator.el.  (Bug#14052)
17375 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17377         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
17378         into the prompt either (bug#13963).
17380 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17382         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
17383         part of "(error-foo)".
17385 2013-03-24  Juri Linkov  <juri@jurta.org>
17387         * replace.el (list-matching-lines-prefix-face): New defcustom.
17388         (occur-1): Pass `list-matching-lines-prefix-face' to the function
17389         `occur-engine' if `face-differs-from-default-p' returns t.
17390         (occur-engine): Add `,' inside backquote construct to evaluate
17391         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
17392         Pass `prefix-face' to the functions `occur-context-lines' and
17393         `occur-engine-add-prefix'.
17394         (occur-engine-add-prefix, occur-context-lines): Add optional arg
17395         `prefix-face' and propertize the prefix with `prefix-face'.
17396         (Bug#14017)
17398 2013-03-24  Leo Liu  <sdl.web@gmail.com>
17400         * nxml/rng-valid.el (rng-validate-while-idle)
17401         (rng-validate-quick-while-idle): Guard against deleted buffer.
17402         (Bug#13999)
17404         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
17405         is the last entry in kill-buffer-hook.
17407         * files.el (kill-buffer-hook): Doc fix.
17409 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
17411         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
17412         Make it safe-local.
17414         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
17416 2013-03-23  Leo Liu  <sdl.web@gmail.com>
17418         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
17419         Remove.
17421         * nxml/rng-valid.el (rng-validate-mode)
17422         (rng-after-change-function, rng-do-some-validation):
17423         * nxml/rng-maint.el (rng-validate-buffer):
17424         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
17425         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
17426         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
17427         (nxml-extend-after-change-region): Use with-silent-modifications.
17429         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
17430         timer-idle-list.
17432         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
17433         (rng-next-error-1, rng-previous-error-1): Do not let-bind
17434         timer-idle-list.  (Bug#13999)
17436 2013-03-23  Juri Linkov  <juri@jurta.org>
17438         * info.el (info-index-match): New face.
17439         (Info-index, Info-apropos-matches): Add a nested subgroup to the
17440         main pattern and add text properties with the new face to matches
17441         in index entries relative to the beginning of the index entry.
17442         (Bug#14015)
17444 2013-03-21  Eric Ludlam  <zappo@gnu.org>
17446         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
17447         Inhibit read only while inserting objects.
17449 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
17451         * progmodes/cfengine.el: Update docs to mention
17452         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
17453         symbol motion.  Remove "_" from the word syntax.
17455 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
17457         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
17458         syntax for both `cfengine2-mode' and `cfengine3-mode'.
17460 2013-03-20  Juri Linkov  <juri@jurta.org>
17462         * info.el (Info-next-reference-or-link)
17463         (Info-prev-reference-or-link): New functions.
17464         (Info-next-reference, Info-prev-reference): Use them.
17465         (Info-try-follow-nearest-node): Handle footnote navigation.
17466         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
17468 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17470         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
17471         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
17473 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
17475         Suppress unnecessary non-ASCII chatter during build process.
17476         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
17477         (batch-skkdic-convert): Suppress most of the chatter.
17478         It's not needed so much now that machines are faster,
17479         and its non-ASCII component was confusing; see Dmitry Gutov in
17480         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
17482 2013-03-20  Leo Liu  <sdl.web@gmail.com>
17484         * ido.el (ido-chop): Fix bug#10994.
17486 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
17488         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
17489         Remove vars.
17490         (whitespace-color-on, whitespace-color-off):
17491         Use `font-lock-fontify-buffer' (Bug#13817).
17493 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17495         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
17496         remapping in mode-line.
17497         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
17499 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
17501         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
17502         value for `whitespace-line' face (Bug#13875).
17503         (whitespace-font-lock-keywords): Change description.
17504         (whitespace-color-on): Don't save `font-lock-keywords' value, save
17505         the constructed keywords instead.
17506         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
17508 2013-03-19  Leo Liu  <sdl.web@gmail.com>
17510         * progmodes/compile.el (compilation-display-error): New command.
17511         (compilation-mode-map, compilation-minor-mode-map): Bind it to
17512         C-o.  (Bug#13992)
17514 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17516         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
17518 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
17520         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
17522 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
17524         * net/tramp-compat.el (tramp-compat-user-error): New defun.
17526         * net/tramp-adb.el (tramp-adb-handle-shell-command):
17527         * net/tramp-gvfs.el (top):
17528         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
17529         (tramp-handle-shell-command): Use it.
17530         (tramp-dissect-file-name): Raise an error when hostname is a
17531         method name, and neither method nor user is specified.
17533         * net/trampver.el: Update release number.
17535 2013-03-18  Leo Liu  <sdl.web@gmail.com>
17537         Make sure eldoc can be turned off properly.
17538         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
17539         eldoc-mode.
17540         (eldoc-display-message-p): Revert last change.
17541         (eldoc-display-message-no-interference-p)
17542         (eldoc-print-current-symbol-info): Tweak.
17544 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
17546         * doc-view.el (doc-view-new-window-function): Check the new window
17547         overlay's display property instead the char property of the
17548         buffer's first char.  Use `with-selected-window' instead of
17549         `save-window-excursion' with `select-window'.
17550         (doc-view-document->bitmap): Check the current doc-view overlay's
17551         display property instead the char property of the buffer's first char.
17553 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17555         Automate the build of ja-dic.el (Bug#13984).
17556         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
17557         from the input, rather than assume that it's been done for us by the
17558         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
17559         the current date into a ja-dic.el comment, as that complicates
17560         regression testing.
17562 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17564         * whitespace.el: Fix double evaluation.
17565         (whitespace-space, whitespace-hspace, whitespace-tab)
17566         (whitespace-newline, whitespace-trailing, whitespace-line)
17567         (whitespace-space-before-tab, whitespace-indentation)
17568         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
17569         obsolete defvars.
17570         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
17571         (whitespace-color-on): Use a single font-lock-add-keywords call.
17572         Fix double-evaluation of face variables.
17574 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
17576         * net/tramp-adb.el (tramp-adb-parse-device-names):
17577         Use `start-process' instead of `call-process'.  Otherwise, the
17578         function might be blocked under MS Windows.  (Bug#13299)
17580 2013-03-17  Leo Liu  <sdl.web@gmail.com>
17582         Extend eldoc to display info in the mode-line.  (Bug#13978)
17583         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
17584         (eldoc-mode-line-string): New variable.
17585         (eldoc-minibuffer-message): New function.
17586         (eldoc-message-function): New variable.
17587         (eldoc-message): Use it.
17588         (eldoc-display-message-p)
17589         (eldoc-display-message-no-interference-p):
17590         Support eldoc-post-insert-mode.
17592         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
17593         (eval-expression): Run it.
17595 2013-03-17  Roland Winkler  <winkler@gnu.org>
17597         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
17598         strings in the list of return values.
17600 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
17602         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
17603         radix before checking for HMS forms.
17605 2013-03-16  Leo Liu  <sdl.web@gmail.com>
17607         * progmodes/scheme.el: Add indentation and font-locking for λ.
17608         (Bug#13975)
17610 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17612         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
17613         token before point (bug#13942).
17615 2013-03-16  Leo Liu  <sdl.web@gmail.com>
17617         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
17619 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
17621         * startup.el (command-line-normalize-file-name): Fix handling of
17622         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
17623         <xfq.free@gmail.com> in
17624         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
17626 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
17628         Sync with Tramp 2.2.7.
17630         * net/trampver.el: Update release number.
17632 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
17634         * doc-view.el: Fix bug#13887.
17635         (doc-view-insert-image): Don't modify overlay associated to
17636         non-live windows, and implement horizontal centering of image in
17637         case it's smaller than the window.
17638         (doc-view-new-window-function): Force redisplay of new windows on
17639         doc-view buffers.
17641 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
17643         * saveplace.el (save-place-alist-to-file): Don't sort
17644         `save-place-alist', just pretty-print it (bug#13882).
17646 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
17648         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17649         Check whether `default-file-name-coding-system' is bound.
17650         It isn't in XEmacs.
17652 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17654         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
17655         backquotes for `obsolete' (bug#13929).
17657         * international/mule.el (find-auto-coding): Include file name in
17658         obsolescence warning (bug#13922).
17660 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
17662         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
17663         for CFEngine 3-specific indentation.
17664         (cfengine3-indent-line): Use it.  Fix up category regex.
17665         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
17667 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17669         * type-break.el (type-break-file-name):
17670         * textmodes/remember.el (remember-data-file):
17671         * strokes.el (strokes-file):
17672         * shadowfile.el (shadow-initialize):
17673         * saveplace.el (save-place-file):
17674         * ps-bdf.el (bdf-cache-file):
17675         * progmodes/idlwave.el (idlwave-config-directory):
17676         * net/quickurl.el (quickurl-url-file):
17677         * international/kkc.el (kkc-init-file-name):
17678         * ido.el (ido-save-directory-list-file):
17679         * emulation/viper.el (viper-custom-file-name):
17680         * emulation/vip.el (vip-startup-file):
17681         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
17682         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
17684 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
17686         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
17687         * language/thai-word.el: Switch to UTF-8.
17689 See ChangeLog.16 for earlier changes.
17691 ;; Local Variables:
17692 ;; coding: utf-8
17693 ;; End:
17695   Copyright (C) 2011-2014 Free Software Foundation, Inc.
17697   This file is part of GNU Emacs.
17699   GNU Emacs is free software: you can redistribute it and/or modify
17700   it under the terms of the GNU General Public License as published by
17701   the Free Software Foundation, either version 3 of the License, or
17702   (at your option) any later version.
17704   GNU Emacs is distributed in the hope that it will be useful,
17705   but WITHOUT ANY WARRANTY; without even the implied warranty of
17706   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17707   GNU General Public License for more details.
17709   You should have received a copy of the GNU General Public License
17710   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.