Fix Bug#15408 (icalendar time zone problem)
[emacs.git] / lisp / ChangeLog
blob5bebc3af3b953904c81b21d4abbaf9d839b5c1b4
1 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr>
3         * calendar/icalendar.el (icalendar--decode-isodatetime): Use
4         actual current-time-zone when converting to local time. (Bug#15408)
6 2014-07-29  Martin Rudalics  <rudalics@gmx.at>
8         * window.el (window--state-put-2): Handle horizontal scroll
9         bars, if present.
11 2014-07-29  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13         * menu-bar.el (menu-bar-update-buffers): Update item list format
14         in `buffers-menu' to confirm with changes to `get_keyelt'
15         (r117463).  (Bug#18016)
17 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
19         * progmodes/python.el (inferior-python-mode): Make input prompts
20         read-only.
22 2014-07-28  Emilio C. Lopes  <eclig@gmx.net>
24         * net/tramp-sh.el (tramp-get-remote-python): Also search for
25         executables named "python2" or "python3".
26         (tramp-get-remote-uid-with-python): Use parentheses around
27         arguments to `print' to make it compatible with Python 3.
28         (tramp-get-remote-gid-with-python): Ditto.  (Bug#18118)
30 2014-07-28  Eli Zaretskii  <eliz@gnu.org>
32         * window.el (window--pixel-to-total): Use FRAME's root window, not
33         that of the selected frame.  (Bug#18112, Bug#16674)
35 2014-07-28  Andreas Schwab  <schwab@linux-m68k.org>
37         * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
38         (Bug#18117)
40 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
42         * progmodes/python.el (inferior-python-mode): Doc fix.
44 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
46         * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
47         not a character, ignore it instead of raising an error.
49         * calendar/todo-mode.el: Fix handling of marked items and make
50         minor code improvements.
51         (todo-edit-item): If there are marked items, ensure user can only
52         invoke editing commands that work with marked items.
53         (todo-edit-item--text): When there are marked items, make it a
54         noop if invoked with point not on an item; otherwise, ensure it
55         applies only to item at point.
56         (todo-item-undone): If there are marked not-done items, return
57         point to its original position before signaling user error.
58         (todo--user-error-if-marked-done-item): New function.
59         (todo-edit-item--header, todo-edit-item--diary-inclusion)
60         (todo-item-done): Use it.
62 2014-07-28  Glenn Morris  <rgm@gnu.org>
64         * files.el (toggle-read-only): Re-add basic doc-string.
65         * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
67         * progmodes/prolog.el (prolog-mode-keybindings-edit):
68         Replace missing `switch-to-prolog' with `run-prolog'.
69         (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
71 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
73         * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
74         of file-wide setting when changing category-wide setting.
76 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
78         * doc-view.el (doc-view-open-text): Don't require that the
79         document is saved in a file (e.g., email attachment).
81 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
83         Parse completion input in a iPython friendly way.  (Bug#18084)
84         * progmodes/python.el
85         (python-shell-completion-at-point): Rename from
86         python-shell-completion-complete-at-point.
87         (inferior-python-mode): Use it.
88         (python-completion-at-point): Rename from
89         python-completion-complete-at-point.  Parse input up to first
90         backward occurrence of whitespace, open-paren, close-paren or
91         string delimiter.
92         (python-mode): Use it.
94 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
96         Prevent Python process shell buffer to pop twice.
97         * progmodes/python.el (python-shell-switch-to-shell): Do not call
98         pop-to-buffer.
100 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
102         * progmodes/python.el
103         (python-shell-with-shell-buffer): New macro.
104         (python-shell-font-lock-get-or-create-buffer)
105         (python-shell-font-lock-kill-buffer)
106         (python-shell-font-lock-with-font-lock-buffer)
107         (python-shell-font-lock-cleanup-buffer)
108         (python-shell-font-lock-toggle): Use it.
109         (python-shell-font-lock-turn-on)
110         (python-shell-font-lock-turn-off): Use it.  Make command.
112 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
114         Grab all Python process output before inferior-python-mode hooks.
115         * progmodes/python.el (inferior-python-mode): Call
116         accept-process-output and sit-for to ensure all output for process
117         has been received before running hooks.
118         (python-shell-internal-get-or-create-process): Cleanup
119         accept-process-output and sit-for calls.
121 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
123         More robust shell startup and code setup.
124         * progmodes/python.el (python-shell-make-comint): Remove
125         accept-process-output call.
126         (python-shell-get-buffer): Return current buffer if major-mode is
127         inferior-python-mode.
128         (python-shell-get-or-create-process): Use it.
129         (python-shell-send-setup-code): Send all setup code in one string,
130         output success message and accept-process-output.
132 2014-07-27  Eli Zaretskii  <eliz@gnu.org>
134         * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll): Add
135         rudimentary support for bidirectional text.
137 2014-07-27  Martin Rudalics  <rudalics@gmx.at>
139         * frame.el (frame-notice-user-settings): Rewrite using
140         frame-initial-frame-tool-bar-height.
141         * menu-bar.el (menu-bar-horizontal-scroll-bar)
142         (menu-bar-no-horizontal-scroll-bar): New functions.
143         (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
144         scroll bars.
145         * scroll-bar.el (scroll-bar-lines)
146         (set-horizontal-scroll-bar-mode)
147         (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
148         (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
149         (scroll-bar-toolkit-horizontal-scroll): New functions.
150         (horizontal-scroll-bar-mode)
151         (previous-horizontal-scroll-bar-mode)
152         (horizontal-scroll-bar-mode-explicit): New variables.
153         (horizontal-scroll-bar-mode): New option.
154         (toggle-horizontal-scroll-bar): Do something.
155         (top-level): Bind horizontal-scroll-bar mouse-1.
156         * startup.el (tool-bar-originally-present): Remove variable.
157         (command-line): Don't set tool-bar-originally-present.
158         * window.el (window-min-height): Update doc-string.
159         (window--dump-frame): Dump horizontal scroll bar values.
160         (window--min-size-1): Handle minibuffer window separately.
161         Count in margins and horizontal scroll bar.  Return safe value
162         iff IGNORE equals 'safe.
163         (frame-windows-min-size): New function (used by frame resizing
164         routines).
165         (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
166         scroll bars.
167         (window--sanitize-window-sizes): New function.
168         (window-split-min-size): Remove.
169         (split-window): Count divider-width.  Don't use
170         `window-split-min-size' any more.  Reword error messages.
171         Sanitize windows sizes after splitting.
173 2014-07-27  Thien-Thi Nguyen  <ttn@gnu.org>
175         Use `defvar-local' more.
176         * progmodes/hideshow.el
177         (hs-c-start-regexp, hs-block-start-regexp)
178         (hs-block-start-mdata-select, hs-block-end-regexp)
179         (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
180         remove corresponding `make-variable-buffer-local' top-level calls.
182 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
184         Cleanup error signals.  (Bug#18067)
185         * progmodes/python.el
186         (python-indent-shift-left): Use user-error instead.
187         (python-shell-prompt-detect): Use lwarn with python group.
188         (python-completion-complete-at-point)
189         (python-eldoc--get-doc-at-point): Don't signal error.
191 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
193         Support for packages in Python shell.  (Bug#13570)
194         * progmodes/python.el (python-shell--package-depth): New var.
195         (python-shell-package-enable): New command.
196         (python-util-list-directories, python-util-list-files)
197         (python-util-list-packages): New functions.
199 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
201         Faster comint output.  (Bug#16875)
202         * progmodes/python.el:
203         (python-comint-output-filter-function): Make obsolete.
204         (python-comint-postoutput-scroll-to-bottom): New function.
205         (inferior-python-mode): Set comint-output-filter-functions to a
206         minimum.
208 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
210         * progmodes/python.el (python-shell-font-lock-post-command-hook):
211         Safeguard current point and undo history.
213 2014-07-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
215         Robust shell syntax highlighting.  (Bug#18084, Bug#16875)
216         * progmodes/python.el:
217         (python-shell-prompt-input-regexps): Add iPython block prompt.
218         (python-shell-output-syntax-table): Delete var.
219         (python-shell-font-lock-with-font-lock-buffer): New macro.
220         (python-shell-font-lock-get-or-create-buffer)
221         (python-shell-font-lock-kill-buffer)
222         (python-shell-font-lock-cleanup-buffer)
223         (python-shell-font-lock-post-command-hook)
224         (python-shell-font-lock-turn-off): New functions.
225         (python-shell-font-lock-turn-on): New function.
226         (inferior-python-mode): Use it.
227         (python-shell-font-lock-toggle): New command.
228         (python-shell-font-lock-enable): Rename from
229         python-shell-enable-font-lock.
230         (run-python-internal): Use it.
231         (python-shell-font-lock-comint-output-filter-function): New function.
232         (python-shell-comint-end-of-output-p): New function.
233         (python-shell-output-filter): Use it.
234         (python-util-comint-last-prompt): New function.
235         (python-util-text-properties-replace-name): New function.
237 2014-07-25  Glenn Morris  <rgm@gnu.org>
239         * vc/ediff-init.el (ediff-toggle-read-only-function):
240         * vc/ediff-util.el (ediff-toggle-read-only):
241         Replace obsolete toggle-read-only with read-only-mode.
243 2014-07-24  Michael Albinus  <michael.albinus@gmx.de>
245         * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
246         with `save-match-data'.  (Bug#18095)
248 2014-07-21  Vincent Belaïche  <vincentb1@users.sourceforge.net>
250         * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
251         order to ensure that row and col are lexically bound inside the
252         evaluated sexp.
254 2014-07-21  Glenn Morris  <rgm@gnu.org>
256         * progmodes/hideif.el (hide-ifdef-mode-submap):
257         Also substitute read-only-mode.
258         * bindings.el (mode-line-toggle-read-only):
259         * bs.el (bs-toggle-readonly):
260         * buff-menu.el (Buffer-menu-toggle-read-only):
261         * dired.el (dired-toggle-read-only):
262         * files.el (view-read-only, find-file-read-only)
263         (find-file-read-only-other-window)
264         (find-file-read-only-other-frame):
265         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
266         Doc fixes re toggle-read-only.
268 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
270         * progmodes/python.el: Add comment about pipe buffering and
271         solutions for missing/delayed output in inferior Python shells.
272         (Bug#17304)
274         * progmodes/python.el (python-mode): Don't set
275         mode-require-final-newline.  (Bug#17990)
277         Make python.el work with IPython automatically.  (Bug#15510)
278         * progmodes/python.el:
279         (python-shell-completion-setup-code): New value supporting iPython.
280         (python-shell-completion-string-code): New value supporting iPython.
281         (python-shell-completion-get-completions): Use them.
282         (python-shell-completion-module-string-code): Make obsolete.
283         (python-shell-prompt-input-regexps)
284         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
285         (python-shell-output-filter): Fix comment typo.
287         Fix Python shell prompts detection for remote hosts.
288         * progmodes/python.el (python-shell-prompt-detect): Replace
289         call-process with process-file and make it more robust.
291         Autodetect Python shell prompts.  (Bug#17370)
292         * progmodes/python.el:
293         (python-shell-interpreter-interactive-arg)
294         (python-shell-prompt-detect-enabled)
295         (python-shell-prompt-detect-failure-warning)
296         (python-shell-prompt-input-regexps)
297         (python-shell-prompt-output-regexps): New vars.
298         (python-shell-prompt-calculated-input-regexp)
299         (python-shell-prompt-calculated-output-regexp): New vars.
300         (python-shell-get-process-name)
301         (python-shell-internal-get-process-name)
302         (python-shell-output-filter)
303         (python-shell-completion-get-completions): Use them.
304         (python-shell-prompt-detect)
305         (python-shell-prompt-validate-regexps): New functions.
306         (python-shell-prompt-set-calculated-regexps): New function.
307         (inferior-python-mode): Use it.  Also honor overriden
308         python-shell-interpreter and python-shell-interpreter-args.
309         (python-shell-make-comint): Honor overriden
310         python-shell-interpreter and python-shell-interpreter-args.
311         (python-shell-get-or-create-process): Make it testable by allowing
312         to call run-python non-interactively.
313         (python-util-valid-regexp-p): New function.
314         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
315         (python-shell-prompt-output-regexp)
316         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
318 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
320         * emacs-lisp/smie.el (smie-config--guess-1): Split from
321         smie-config--guess.
322         (smie-config--guess): Use it.
324         * emacs-lisp/edebug.el: Use nadvice.
325         (edebug-original-read): Remove.
326         (edebug--read): Rename from edebug-read and add `orig' arg.
327         (edebug-uninstall-read-eval-functions)
328         (edebug-install-read-eval-functions): Use nadvice.
329         (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
330         (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
331         (edebug-read-string, edebug-read-function): Use just `read'.
332         (edebug-original-debug-on-entry): Remove.
333         (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
334         `orig' arg.
335         (debug-on-entry): Override with nadvice.
337         * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
338         it also makes sense to bind it to a non-mouse event.
340         * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
342 2014-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
345         (bug#18015).
347         * rect.el (rectangle--string-preview): Don't assume there
348         a non-nil default (bug#17984).
350 2014-07-16  Glenn Morris  <rgm@gnu.org>
352         * desktop.el (after-init-hook): Disable startup frame restoration
353         in non-graphical situations.  (Bug#17693)
355         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
356         if it was "empty", or used for a different set of files.  (Bug#17884)
358 2014-07-16  Eli Zaretskii  <eliz@gnu.org>
360         * bindings.el (mode-line-remote): If default-directory is not a
361         string, don't call file-remote-p on it; instead state in the
362         help-echo that it is nil.  (Bug#17986)
364 2014-07-14  Daniel Colascione  <dancol@dancol.org>
366         * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
367         to `macroexpand-all'
369         * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
370         Use `macroexpand-all' instead of `cl-macroexpand-all'.
372 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
374         Fix bug: C-x v v discarded existing log message (Bug#17884).
375         * vc/vc-dispatcher.el (vc-log-edit):
376         Don't clobber an already-existing log message.
378 2014-07-12  Glenn Morris  <rgm@gnu.org>
380         * vc/log-edit.el (log-edit-changelog-entries):
381         Check for a visited-but-never-saved ChangeLog.
383 2014-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
386         a non-existing file (bug#17970).
388         * faces.el (face-name): Undo last change.
389         (x-resolve-font-name): Don't call face-name (bug#17956).
391 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
393         Fix dedenters and electric colon handling. (Bug#15163)
394         * progmodes/python.el
395         (python-rx-constituents): Add dedenter and block-ender.
396         (python-indent-dedenters, python-indent-block-enders): Delete.
397         (python-indent-context): Return new case for dedenter-statement.
398         (python-indent-calculate-indentation): Handle new case.
399         (python-indent-calculate-levels): Fix levels calculation for
400         dedenter statements.
401         (python-indent-post-self-insert-function): Fix colon handling.
402         (python-info-dedenter-opening-block-message): New function.
403         (python-indent-line): Use it.
404         (python-info-closing-block)
405         (python-info-closing-block-message): Remove.
406         (python-info-dedenter-opening-block-position)
407         (python-info-dedenter-opening-block-positions)
408         (python-info-dedenter-statement-p): New functions.
410 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
412         * files.el (out-of-memory-warning-percentage): New defcustom.
413         (warn-maybe-out-of-memory): Use it.
415 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
417         * subr.el (read-passwd): Use `read-hide-char' if non-nil.  Bind it
418         when calling `read-string'.  (Bug#17839)
420 2014-07-10  Eli Zaretskii  <eliz@gnu.org>
422         * files.el (warn-maybe-out-of-memory): Fix the wording of the
423         warning.
425 2014-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
427         * files.el (warn-maybe-out-of-memory): New function.
428         (find-file-noselect): Use it.
430 2014-07-09  Sam Steingold  <sds@gnu.org>
432         * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
433         `constant' like `bless', `return' &c
435 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
437         * rect.el (apply-on-rectangle): Check forward-line really moved to the
438         next line.
440 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
442         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
443         the middle of a line (bug#17896).
445 2014-07-09  Juri Linkov  <juri@jurta.org>
447         * startup.el (command-line): Append displaying the warning about
448         the errors in the init file to the end of `after-init-hook'.
449         (Bug#17927)
451         * faces.el (face-name): Return input arg `face' as-is
452         when it's not a symbol.
453         (x-resolve-font-name): Don't check if the face is a symbol.
454         (Bug#17956)
456         * facemenu.el (list-colors-print): In help-echo format use %.2f
457         instead of %d because now HSV values are floating-point components
458         between 0.0 and 1.0.
460 2014-07-09  Glenn Morris  <rgm@gnu.org>
462         * emulation/cua-rect.el (cua--activate-rectangle):
463         Avoid setting cua--rectangle to nil.  (Bug#17877)
465 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
467         * calendar/todo-mode.el: Fix wrong-type-argument error when
468         marking multiple consecutive items.
469         (todo-toggle-mark-item): Don't try to mark the empty lines at the
470         end of the todo and done items sections.  Note in doc string that
471         items marked by passing a numeric prefix argument can include the
472         last todo and first done items.
473         (todo-mark-category): Don't try to mark the empty line between the
474         todo and done items sections.
476 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
478         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
479         proper Lisp quoting (bug#17934).
481         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
482         require-final-newline since prog-mode already took care of it (bug#17947).
484 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
486         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
487         refer to the Todo mode Info manual.  Update the comment on
488         requiring cl-lib.
489         (todo-find-filtered-items-file): Add todo-prefix overlays.
490         (todo-filter-items): Reorder a let-bound variable to avoid a
491         wrong-type-argument error on canceling the file choice dialog.
493 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * progmodes/octave.el (inferior-octave-mode):
496         Set comint-input-ring-size to a number (bug#17912).
498 2014-07-09  Juri Linkov  <juri@jurta.org>
500         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
501         and `isearch-mode' associated with nil.  (Bug#17849)
503 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
505         * linum.el (linum--face-height): New function (bug#17813).
506         (linum-update-window): Use it to adjust margin to linum's width.
508         * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
509         * eshell/em-smart.el (eshell-smart-scroll-window): Use
510         with-selected-window.
512         * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
513         Remove also pointless window&mark manipulation.
515         * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
516         (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
517         (perl-continuation-line-p): Don't skip over anything else than labels.
518         Return the previous char.
519         (perl-calculate-indent): Use syntax-ppss instead of parse-start
520         and update callers accordingly.  For continuation lines, check the
521         the case of array hashes.
522         (perl-backward-to-noncomment): Make it non-interactive.
523         (perl-backward-to-start-of-continued-exp): Rewrite.
525 2014-07-08  Sam Steingold  <sds@gnu.org>
527         * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
528         New user commands.
530 2014-07-08  Juri Linkov  <juri@jurta.org>
532         * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
533         (vc-annotate-color-map): Use less saturated colors (20%) for
534         background-mode.
535         (vc-annotate-very-old-color): Add default value for background-mode.
536         (vc-annotate-background): Set default value to nil since now text on
537         the default backgrounds should be legible in light and dark modes.
538         (vc-annotate-lines): Use `vc-annotate-background-mode'.  Doc fix.
539         (Bug#17808)
541 2014-07-08  Juri Linkov  <juri@jurta.org>
543         * simple.el (transpose-chars): Don't move point into read-only area.
544         (Bug#17829)
546 2014-07-08  Juri Linkov  <juri@jurta.org>
548         * window.el (with-displayed-buffer-window): New macro.
549         (with-temp-buffer-window, with-current-buffer-window):
550         Use `macroexp-let2' to evaluate and bind variables
551         in the same order as macro arguments.
552         (display-buffer--action-function-custom-type):
553         Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
555         * minibuffer.el (minibuffer-completion-help): Replace
556         `with-output-to-temp-buffer' with `with-displayed-buffer-window'
557         with actions that display *Completions* at-bottom when called
558         from the minibuffer, or below-selected in a normal buffer.
559         Associate `window-height' with `fit-window-to-buffer'.
560         Let-bind `pop-up-windows' to nil.
562         * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
563         instead of `with-current-buffer-window'.  (Bug#17809)
565 2014-07-07  Luke Lee  <luke.yx.lee@gmail.com>
567         * progmodes/hideif.el (hide-ifdef-env): Change to global.
568         (hide-ifdef-env-backup): New variable.
569         (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
570         New customizable variables.
571         (hif-clear-all-ifdef-defined): New defun.
572         (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
573         (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
574         (hif-tokenize): Fix for MS-DOS/Win EOL style.
575         (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
576         Fix bug to hide the correct #elif region(s).
577         (hif-range-elif): New defun.
578         (hif-recurse-level): New var.
579         (hif-evaluate-region, hif-evaluate-macro): New defun.
580         (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
581         fully hidden.
582         (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
583         Better interaction.
585 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
587         * net/dbus.el (dbus-peer-handler): New defun.
588         (dbus-register-service): Register it.  (Bug#17858)
589         (dbus-managed-objects-handler): Fix docstring.
591 2014-07-04  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
593         * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
594         (narrow-to-defun): New arg include-comments, defaulting to it
595         (bug#16328).
597 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
599         * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
600         different calling convention to rectangle--unhighlight-for-redisplay.
602 2014-07-03  Michael Albinus  <michael.albinus@gmx.de>
604         * net/tramp.el (tramp-call-process): Handle error strings.
606         * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
608         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
609         (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
611         * net/trampver.el: Update release number.
613 2014-07-03  Juri Linkov  <juri@jurta.org>
615         * desktop.el (desktop-save): Rename arg `auto-save' to
616         `only-if-changed'.  Doc fix.  (Bug#17873)
618 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
620         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
621         Use insert-for-yank (bug#17271).
623 2014-07-03  Leo Liu  <sdl.web@gmail.com>
625         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
626         Support lexical-binding.
628 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * vc/log-edit.el (log-edit-goto-eoh): New function.
631         (log-edit--match-first-line): Use it (bug#17861).
633 2014-07-03  Glenn Morris  <rgm@gnu.org>
635         * vc/log-edit.el (log-edit-hook): Add missing :version.
637 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
639         * progmodes/python.el (python-indent-post-self-insert-function):
640         Enhancements to electric indentation behavior inside
641         parens. (Bug#17658)
643 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
645         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
646         buffer-invisibility-spec (bug#17867).
648 2014-07-03  Andreas Schwab  <schwab@linux-m68k.org>
650         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
651         pass "-a".
653 2014-07-03  Glenn Morris  <rgm@gnu.org>
655         * cus-edit.el (help):
656         * finder.el (finder-known-keywords):
657         * help.el (help-for-help-internal):
658         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
659         (ediff-redraw-registry-buffer):
660         * vc/ediff-ptch.el (ediff-patch-file-internal):
661         Doc fixes re "online" help.  (Bug#17803)
663         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
664         (idlwave-mode): Doc URL update.
666 2014-07-01  Juri Linkov  <juri@jurta.org>
668         * man.el: Display man pages immediately and use process-filter
669         to format them asynchronously.
670         (Man-width): Doc fix.
671         (man): Doc fix.
672         (Man-start-calling): Use `with-selected-window' to get
673         `frame-width' and `window-width'.
674         (Man-getpage-in-background): Call `Man-notify-when-ready'
675         immediately after creating a new buffer.  Call `Man-mode' and set
676         `mode-line-process' in the created buffer.  Set process-filter to
677         `Man-bgproc-filter' in start-process branch.  In call-process branch
678         call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
679         Use `Man-start-calling' inside `with-current-buffer'.
680         (Man-fontify-manpage): Don't print messages.  Fix boundary condition.
681         (Man-cleanup-manpage): Don't print messages.
682         (Man-bgproc-filter): New function.
683         (Man-bgproc-sentinel): Add `save-excursion' to keep point when
684         user moved it during asynchronous formatting.  Move calls of
685         `Man-fontify-manpage' and `Man-cleanup-manpage' to
686         `Man-bgproc-filter'.  Move the call of `Man-mode' to
687         `Man-getpage-in-background'.  Use `quit-restore-window'
688         instead of `kill-buffer'.  Use `message' instead of `error'
689         because errors are caught by process sentinel.
690         (Man-mode): Move calls of `Man-build-page-list',
691         `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
692         `Man-bgproc-sentinel'.  Doc fix.  (Bug#2588, bug#5054, bug#9084, bug#17831)
694         * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
695         for the message about the man page cleaned up.
697 2014-07-01  Mario Lang  <mlang@delysid.org>
699         * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
700         cosutomization option `gnutls-verify-error'.
702 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
705         Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
707         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
708         (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
709         is suspended (bug#17857).
711 2014-07-01  Michael Albinus  <michael.albinus@gmx.de>
713         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
714         Prefer utf-8 coding.  (Bug#17859)
716 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
718         * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
719         for `reverse'.
721 2014-06-30  Glenn Morris  <rgm@gnu.org>
723         * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
724         (autoload-ensure-default-file): Maybe make existing output writable.
725         * Makefile.in (AUTOGEN_VCS): Remove.
726         (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
728 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
730         * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
732 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
734         New if-let, when-let, thread-first and thread-last macros.
736         * emacs-lisp/subr-x.el
737         (internal--listify, internal--check-binding)
738         (internal--build-binding-value-form, internal--build-binding)
739         (internal--build-bindings): New functions.
740         (internal--thread-argument, thread-first, thread-last)
741         (if-let, when-let): New macros.
743 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
745         * net/rcirc.el (rcirc-buffer-process): Restore previous
746         behaviour.  (Bug#17772)
748 2014-06-29  Alan Mackenzie  <acm@muc.de>
750         Don't call c-parse-state when c++-template-syntax-table is active.
751         * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
752         (c-guess-basic-syntax CASE 5D.3): Rearrange so that
753         c-syntactic-skip-backwards isn't called with the pertinent syntax table.
755 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
757         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
758         account for file-wide setting of todo-top-priorities-overrides.
759         Make code a bit cleaner.
761 2014-06-28  Glenn Morris  <rgm@gnu.org>
763         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
765 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
767         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
768         category-wide setting of todo-top-priorities-overrides, check for
769         a file-wide setting and fontify accordingly.
771 2014-06-28  Glenn Morris  <rgm@gnu.org>
773         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
775 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
777         * progmodes/hideif.el: Use lexical-binding.  Fix up cl-lib usage.
779 2014-06-28  K. Handa  <handa@gnu.org>
781         Fix Bug#17739.
783         * composite.el: Setup composition-function-table for dotted circle.
784         (compose-gstring-for-dotted-circle): New function.
786         * international/characters.el: Add category "^" to all
787         non-spacing characters.
789 2014-06-28  Glenn Morris  <rgm@gnu.org>
791         * Makefile.in (doit): Remove force rule.
792         (custom-deps, finder-data, autoloads, update-subdirs)
793         (compile-one-process): PHONY targets do not need force rules.
795         * Makefile.in (compile-main, compile, compile-always):
796         No need to explicitly pass variables to ourself in recursive calls.
798 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
800         * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
802 2014-06-26  Glenn Morris  <rgm@gnu.org>
804         * Makefile.in (update-authors): Update for moved authors.el.
806 2014-06-26  Leo Liu  <sdl.web@gmail.com>
808         * skeleton.el (skeleton-end-hook): Default to nil and move the
809         work to skeleton-insert.  (Bug#17850)
811 2014-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
813         * calc/calc-alg.el (math-beforep):
814         * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
815         Simplify because string-lessp can accept symbols as args.
817 2014-06-26  Daiki Ueno  <ueno@gnu.org>
819         * emacs-lisp/package.el (package--check-signature):
820         If package-check-signature is allow-unsigned, don't signal error when
821         we can't verify signature because of missing public key
822         (bug#17625).
824 2014-06-26  Glenn Morris  <rgm@gnu.org>
826         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
827         Remove outdated declaration.
829         * emacs-lisp/authors.el (authors-valid-file-names)
830         (authors-renamed-files-alist): Additions.
832 2014-06-26  Leo Liu  <sdl.web@gmail.com>
834         * textmodes/picture.el (picture-set-tab-stops):
835         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
836         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
838         * progmodes/asm-mode.el (asm-calculate-indentation):
839         Use indent-next-tab-stop.
841         * indent.el (indent-accumulate-tab-stops): New function.
843 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
845         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
846         (package-desc-status): Obey it.
848 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
850         * calendar/todo-mode.el: Fix two bugs.
851         (todo-insert-item--basic): If user cancels item insertion to
852         another category before setting priority, show original category
853         whether it is in the same or a different file.
854         (todo-set-item-priority): After selecting category, instead of
855         moving point to top, which extends an active region, restore it.
857 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
859         * help-fns.el (describe-function-1): Check file-name is a string before
860         calling help-fns--autoloaded-p (bug#17564).
862 2014-06-26  Juri Linkov  <juri@jurta.org>
864         * desktop.el (desktop-auto-save-enable)
865         (desktop-auto-save-disable): New functions.
866         (desktop-save-mode, desktop-auto-save-timeout): Use them.
867         (desktop-read): Disable the autosave before loading the desktop,
868         and enable afterwards.  (Bug#17351)
870 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
872         Fix some indentation problem with \; and pipes (bug#17842).
873         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
874         (sh-smie--default-forward-token, sh-smie--default-backward-token):
875         New functions.
876         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
877         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
878         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
880 2014-06-26  Glenn Morris  <rgm@gnu.org>
882         * emacs-lisp/find-func.el (find-function-C-source-directory):
883         Use file-accessible-directory-p.
885         * ps-samp.el: Make it slightly less awful.
886         (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
887         (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
888         Only set local values.
889         (ps-article-subject, ps-article-author): Use standard functions
890         like mail-fetch-field.
891         (ps-info-file, ps-info-node): Use match-string.
892         (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
893         (ps-samp-ps-setup): ... new function.
895         * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
896         Optimize away code unneeded on any modern Emacs.
898         * emacs-lisp/authors.el: Move to ../admin.
900         * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
902 2014-06-26  Luke Lee  <luke.yx.lee@gmail.com>
904         * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
905         (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
906         performance enhancements.
907         (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
908         expansion.
909         (hif-factor, hif-string-concatenation, intern-safe): Support string
910         concatenation and argumented macro expansion.
911         (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
912         (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
913         (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
914         (hif-canonicalize-tokens, hif-place-macro-invocation)
915         (hif-parse-macro-arglist): Mostly new functions for supporting
916         argumented macro expansion.
917         (hif-string-concatenation, hif-stringify, hif-token-concat)
918         (hif-token-stringification, hif-token-concatenation):
919         Stringification and concatenation.
920         (hif-find-next-relevant): Fix comments.
921         (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
922         some cases involving #elif.
923         (hif-find-define, hif-add-new-defines): New functions for automatically
924         scanning of defined symbols.
925         (hide-ifdef-guts): Fix for defined symbol auto scanning.
926         (hide-ifdef-undef): Fix behavior to match CPP.
928 2014-06-25  Glenn Morris  <rgm@gnu.org>
930         * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
931         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
932         ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
933         files.  They are not relevant to the original issue (bug#1004),
934         and cause unnecessary recompilation (bug#2151).
936 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
938         * play/landmark.el: Use lexical-binding and avoid `intangible'.
939         (landmark--last-pos): New var.
940         (landmark--intangible-chars): New const.
941         (landmark--intangible): New function.
942         (landmark-mode, landmark-move): Use it.
943         (landmark-mode): Remove properties.
944         (landmark-plot-square, landmark-point-square, landmark-goto-xy)
945         (landmark-cross-qtuple):
946         Don't worry about `intangible' any more.
947         (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
948         (landmark-init-display): Don't set `intangible' and `point-entered'.
949         (square): Remove.  Inline it instead.
950         (landmark--distance): Rename from `distance'.
951         (landmark-calc-distance-of-robot-from): Rename from
952         calc-distance-of-robot-from.
953         (landmark-calc-smell-internal): Rename from calc-smell-internal.
955 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
957         * files.el (dir-locals-find-file, file-relative-name):
958         * info.el (Info-complete-menu-item):
959         * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
960         to compare-strings to avoid out-of-range errors.
961         * subr.el (string-prefix-p): Adjust to match strict range
962         checking in compare-strings.
964 2014-06-24  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
966         * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
967         for comment lines non-greedy and stopping at newlines to fix stack
968         overflows with large files.
970 2014-06-24  Eli Barzilay  <eli@barzilay.org>
972         * calculator.el (calculator-last-input): Drop 'ascii-character property
973         lookup.
975 2014-06-24  Leo Liu  <sdl.web@gmail.com>
977         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
978         tab-stop-list to nil.  (Bug#16381)
980         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
981         (indent-rigidly-left-to-tab-stop)
982         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
983         (move-to-tab-stop): Change callers.
985 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
987         * skeleton.el (skeleton-insert): Yet another fix of the doc string
988         wrt behavior of \n as the first/last element of a skeleton.
990 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
992         * net/tramp-adb.el (tramp-adb-handle-process-file):
993         * net/tramp-sh.el (tramp-sh-handle-process-file):
994         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
995         the output buffer when DISPLAY is non-nil.  (Bug#17815)
997 2014-06-24  Glenn Morris  <rgm@gnu.org>
999         * play/landmark.el (landmark-move-down, landmark-move-up):
1000         Fix 2007-10-20 change - preserve horizontal position.
1002 2014-06-23  Sam Steingold  <sds@gnu.org>
1004         * simple.el (kill-append): Remove undo boundary depending on ...
1005         (kill-append-merge-undo): New user option.
1007 2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1009         * simple.el (handle-shift-selection, exchange-point-and-mark)
1010         (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
1011         (transient-mark-mode): Use&set the global value.
1012         * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
1013         * emulation/edt.el (edt-emulation-off): Save&restore the global
1014         transient-mark-mode setting.
1015         * obsolete/pc-select.el (pc-selection-mode): Use the
1016         transient-mark-mode function.
1018 2014-06-23  Eli Zaretskii  <eliz@gnu.org>
1020         * international/fontset.el (script-representative-chars):
1021         Add representative characters for scripts added in Unicode 7.0.
1022         (otf-script-alist): Synchronize with the latest registry of OTF
1023         script tags.
1025         * international/characters.el (char-script-table): Update for
1026         scripts added and codepoint ranges changed in Unicode 7.0.
1028 2014-06-23  Eli Barzilay  <eli@barzilay.org>
1030         * calculator.el (calculator-standard-displayer): Fix bug in use of
1031         `calculator-groupize-number'.
1032         (calculator-funcall): Fix broken `cl-flet' use by moving it into the
1033         `eval' code, so it works in v24.3.1 too.
1034         (calculator-last-input): Comment to clarify purpose.
1036 2014-06-22  Mario Lang  <mlang@delysid.org>
1038         * textmodes/rst.el (rst-comment-region): From from -> from.
1040         * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
1042 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
1044         * electric.el (electric-layout-post-self-insert-function):
1045         * emacs-lisp/ert.el (ert--insert-infos):
1046         * obsolete/vi.el (vi-set-mark):
1047         * term.el (term-handle-scroll):
1048         * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
1049         * wid-edit.el (widget-editable-list-value-create):
1050         Prefer point-marker to copy-marker of point.
1052 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1054         Fix completion retrieval parsing (bug#17209).
1055         * progmodes/python.el (python-mode):
1056         (python-util-strip-string): New function.
1057         (python-shell-completion-get-completions): Use it.
1059 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1061         * skeleton.el (skeleton-insert): Fix last change.
1063 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1065         Enhancements for outline integration (bug#17796).
1066         * progmodes/python.el (python-mode): Properly set
1067         outline-heading-end-regexp so that comments after colons for
1068         defuns are supported.
1070 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1072         * skeleton.el (skeleton-insert): Doc fix.
1074 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1076         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1077         (smie-config-guess): Use smie-config-local so the rules are obeyed
1078         (bug#17818).
1080         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1081         since it's already done inside the loop (bug#17819).
1083 2014-06-21  Martin Rudalics  <rudalics@gmx.at>
1085         * mouse.el (mouse-drag-line): Re-remove code initially removed
1086         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1087         (Bug#17819).
1089 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1091         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1092         align with the surrounding parent (bug#17721).
1094 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1096         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1097         locally to nil.
1098         (texinfo-insert-block, texinfo-insert-@end)
1099         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1100         local setting of skeleton-end-newline by adding an explicit \n to
1101         the skeletons where appropriate.  (Bug#17801)
1103 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1105         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1106         (smie-indent--hanging-p): Use it.
1107         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1109 2014-06-21  Leo Liu  <sdl.web@gmail.com>
1111         * simple.el (read-quoted-char): Don't let help chars pop up help
1112         buffer.  (Bug#16617)
1114 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1116         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1117         for | (bug#17621).
1119         * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
1120         Drop unknown events instead of burping.
1122 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
1124         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1125         and later.  (Bug#17790)
1127 2014-06-21  Juri Linkov  <juri@jurta.org>
1129         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1130         to `soft'.  (Bug#17554)
1132 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1134         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1135         (bug#17737).
1137 2014-06-21  Dmitry Gutov  <dgutov@yandex.ru>
1139         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1140         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
1142 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
1144         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1145         `unread-command-events'.
1147 2014-06-19  William Xu  <william.xwl@gmail.com>
1149         * progmodes/hideif.el (hif-string-to-number): Don't return float for
1150         hex integer constants (bug#17807).
1152 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * international/mule-util.el (truncate-string-ellipsis): New var.
1155         (truncate-string-to-width): Use it.
1157 2014-06-19  Robert Brown  <robert.brown@gmail.com>  (tiny change)
1159         * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
1160         (lisp-string-in-doc-position-p): New function, extracted from
1161         lisp-font-lock-syntactic-face-function.
1162         (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
1164 2014-06-19  Grégoire Jadi  <daimrod@gmail.com>
1166         * net/rcirc.el (rcirc-omit-mode): Fix recenter error.  (Bug#17769)
1168 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1170         * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
1171         (bubbles--game-over): Don't add `intangible' properties since they
1172         didn't work anyway.
1174 2014-06-18  Juri Linkov  <juri@jurta.org>
1176         * vc/ediff-init.el (ediff-current-diff-Ancestor)
1177         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1178         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1179         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1180         Add `min-colors 88' version with removed black/white foregrounds.
1181         (Bug#10181)
1183 2014-06-18  Juri Linkov  <juri@jurta.org>
1185         * vc/diff-mode.el (diff-changed): Empty face definition to use
1186         `diff-removed' and `diff-added' on tty as well.  (Bug#10181)
1187         (diff-context): Use darker color on light background and
1188         lighter color on dark background.
1190 2014-06-18  Juri Linkov  <juri@jurta.org>
1192         * vc/diff-mode.el (diff-refine-changed): Rename from
1193         `diff-refine-change' for consistency with `diff-changed'.
1194         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
1196         * vc/smerge-mode.el (smerge-refined-changed): Rename from
1197         `smerge-refined-change'.
1198         (smerge-refined-change): Add obsolete face alias.
1200 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1202         * rect.el (rectangle-preview): New custom.
1203         (rectangle): New group.
1204         (rectangle--pos-cols): Add `window' argument.
1205         (rectangle--string-preview-state, rectangle--string-preview-window):
1206         New vars.
1207         (rectangle--string-flush-preview, rectangle--string-erase-preview)
1208         (rectangle--space-to, rectangle--string-preview): New functions.
1209         (string-rectangle): Use them.
1210         (rectangle--inhibit-region-highlight): New var.
1211         (rectangle--highlight-for-redisplay): Obey it.  Make sure
1212         `apply-on-region' uses the point-crutches of the right window.
1213         Use :align-to rather than multiple spaces.
1215 2014-06-16  Andrea Rossetti  <andrea.rossetti@gmail.com>  (tiny change)
1217         * ruler-mode.el (ruler-mode-window-col)
1218         (ruler-mode-mouse-set-left-margin)
1219         (ruler-mode-mouse-set-right-margin): Fix calculation of column
1220         from mouse position (Bug#17768).
1222 2014-06-16  Ron Schnell  <ronnie@driver-aces.com>
1224         * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
1225         without varname or rhs causes crash.
1226         (dun-ftp): Fix bug where blank ftp password is allowed, making it
1227         impossible to win endgame.
1228         (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
1229         rlogin is anymore.
1230         (dun-help): Bump version number; update contact info.
1232 2014-06-15  Eli Barzilay  <eli@barzilay.org>
1234         * calculator.el (calculator-prompt, calculator-remove-zeros)
1235         (calculator-mode-hook, calculator-operators, calculator-stack)
1236         (calculator-mode): Tweak docstring.
1237         (calculator-user-operators): Tweak docstring, fix a bug in the last
1238         example.
1239         (calculator-displayer): `std' case has an optional boolean.
1240         (calculator-displayers): Use the new boolean to group in decimal mode.
1241         (calculator-mode-map, calculator, calculator-message)
1242         (calculator-op-arity, calculator-add-operators)
1243         (calculator-string-to-number, calculator-displayer-prev)
1244         (calculator-displayer-next, calculator-remove-zeros)
1245         (calculator-eng-display, calculator-number-to-string)
1246         (calculator-update-display, calculator-last-input)
1247         (calculator-clear-fragile, calculator-digit, calculator-decimal)
1248         (calculator-exp, calculator-saved-move, calculator-clear)
1249         (calculator-copy, calculator-put-value, calculator-help)
1250         (calculator-expt, calculator-truncate): Minor code improvements.
1251         (calculator-need-3-lines): New function pulling out code from
1252         `calculator'.
1253         (calculator-get-display): Rename from `calculator-get-prompt', and
1254         improved.
1255         (calculator-push-curnum): Rename from `calculator-curnum-value', and
1256         extended for all uses of it.  All callers changed.
1257         (calculator-groupize-number): New utility for splitting a number into
1258         groups.
1259         (calculator-standard-displayer): Improve code, new optional argument to
1260         use comma-split groups, make second argument optional too to use with
1261         'left/'right inputs.  All callers changed.
1262         (calculator-reduce-stack-once): New utility, doing the meat of what
1263         `calculator-reduce-stack' used to do, much improved (mostly using
1264         `pcase' for conciseness and clarity).
1265         (calculator-reduce-stack): Now doing just the reduction loop using
1266         `calculator-reduce-stack-once'.
1267         (calculator-funcall): Improve code, make it work in v24.3.1 too.
1268         (calculator-last-input): Improve code, remove some old cruft.
1269         (calculator-quit): Kill `calculator-buffer' in electric mode too.
1270         (calculator-integer-p): Remove.
1271         (calculator-fact): Improve code, make it work on non-integer values
1272         too (using truncated numbers).
1274 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
1276         Sync with Tramp 2.2.10.
1278         * net/tramp.el (tramp-methods): Tweak docstring.
1279         (tramp-handle-file-accessible-directory-p): Check for
1280         `file-readable-p' instead of `file-executable-p'.
1281         (tramp-check-cached-permissions):
1282         Use `tramp-compat-file-attributes'.
1283         (tramp-call-process): Add new argument VEC.  Adapt callees in all
1284         tramp*.el files.
1286         * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
1287         (tramp-adb-maybe-open-connection): Don't set
1288         `tramp-current-*' variables.
1290         * net/tramp-cache.el (tramp-flush-file-function): Do not flush
1291         file properties of temporary buffers.
1293         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
1295         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
1296         (tramp-gvfs-handle-delete-file): Flush file
1297         properties, not directory properties.
1298         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
1299         reading "unix::mode".
1300         (tramp-gvfs-handle-file-name-all-completions):
1301         Use "-h" option for "gvfs-ls".
1302         (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
1303         (tramp-gvfs-send-command): Simplify traces.
1305         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
1306         (vc-git-program, vc-hg-program): Declare.
1307         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
1308         (tramp-methods) <nc>: Add new method.
1309         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
1310         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
1311         `tramp-login-args'.
1312         (tramp-default-user-alist): Add "nc".
1313         (top): Remove completion function for "sftp".  Add completion
1314         functions for "nc" and "psftp".
1315         (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
1316         Implement support for "nc" method.
1317         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
1318         (tramp-remote-coding-commands, tramp-call-local-coding-command):
1319         Tweak docstring.
1320         (tramp-sh-handle-write-region): Tweak error message.
1321         (tramp-sh-handle-vc-registered): Remove backends when the remote
1322         binary does not exist.
1323         (tramp-find-inline-encoding): Do not raise an error.
1324         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
1325         the "nc" case.  Quote result also locally.
1327         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1328         (tramp-smb-handle-set-file-acl): Use `start-process'.
1329         (tramp-smb-handle-insert-directory): Use progress reporter.
1330         (tramp-smb-handle-rename-file): Flush also file properties of
1331         FILENAME.
1333         * net/trampver.el: Update release number.
1335 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1337         * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
1338         add-to-list.
1339         (ses-localvars): Remove ses--local-printer-list, unused.
1340         (ses--metaprogramming): New macro.  Use it to defvar variables.
1341         (ses-set-localvars): Simplify.
1342         (ses--locprn, ses-cell): Use defstruct.  Change ses-cell's
1343         property-list into an alist.
1344         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1345         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
1346         Remove; use defstruct accessors/setters instead.
1347         (ses-cell-formula-aset, ses-cell-printer-aset)
1348         (ses-cell-references-aset): Remove, use setf instead.
1349         (ses--alist-get): New function.
1350         (ses-cell-property): Rename from ses-cell-property-get and rewrite.
1351         Use an alist instead of a plist and don't do move-to-front since the
1352         list is always short.
1353         (ses-cell-property-get-fun, ses-cell-property-delq-fun)
1354         (ses-cell-property-set-fun, ses-cell-property-set)
1355         (ses-cell-property-pop-fun, ses-cell-property-get-handle)
1356         (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
1357         (ses--letref): New macro.
1358         (ses-cell-property-pop): Rewrite.
1359         (ses--cell): Rename from ses-cell and make it into a function.
1360         Make `formula' fallback on `value' if nil.
1361         (ses--local-printer): Rename from ses-local-printer and make it into
1362         a function.
1363         (ses-set-cell): Turn it into a macro so finding the accessor from the
1364         field name is done at compile time.
1365         (ses-repair-cell-reference-all): Test presence of `sym' rather than
1366         `ref' before adding `sym' to :ses-repair-reference.
1367         (ses-calculate-cell): Use ses--letref rather than
1368         ses-cell-property-get-handle.
1369         (ses-write-cells): Use a single prin1-to-string.
1370         (ses-setter-with-undo): New function.
1371         (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
1372         (ses-unset-with-undo): Remove.
1373         (ses-load): Prefer apply' over `eval'.
1374         (ses-read-printer, ses-set-column-width): Use standard "(default
1375         foo)" format.
1377 2014-06-15  Glenn Morris  <rgm@gnu.org>
1379         * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
1381         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
1382         Replace delete-duplicates and mapcan by cl- versions throughout.
1383         And cl-macroexpand-all by macroexpand-all.
1384         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1386 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
1388         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
1390 2014-06-15  Juri Linkov  <juri@jurta.org>
1392         * bindings.el: Put `ascii-character' property on keypad keys
1393         mapped to characters.  (Bug#17759)
1395 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1397         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1398         bumping forward into a closing paren (bug#17761).
1400         * term/xterm.el (xterm--version-handler): Work around for OSX
1401         Terminal.app (bug#17607).
1403 2014-06-14  Ron Schnell  <ronnie@driver-aces.com>
1405         * play/dunnet.el (dun-describe-room, dun-mode):
1406         If a lamp is in the room, you won't be eaten by a grue.
1408 2014-06-13  Glenn Morris  <rgm@gnu.org>
1410         * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
1411         (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
1412         (compile-always): GNU make automatically passes
1413         command-line arguments to sub-makes.
1415         * calendar/calendar.el (calendar-generate-window):
1416         Remove pointless call to font-lock-fontify-buffer.
1418 2014-06-13  Matthias Meulien  <orontee@gmail.com>
1420         * simple.el (completion-list-mode-map): Navigate with tab and backtab
1421         (bug#17767).
1423 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1425         * simple.el (set-mark-command): Simplify a bit.
1427 2014-06-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1429         * help.el (help--key-binding-keymap): New function.
1430         (help--binding-locus): New function.
1431         (describe-key): Mention the keymap in which the binding was
1432         found. (bug#13948)
1434 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * hippie-exp.el (he--all-buffers): New function.
1437         (try-expand-line-all-buffers, try-expand-list-all-buffers)
1438         (try-expand-dabbrev-all-buffers): Use it.
1440 2014-06-12  Emilio C. Lopes  <eclig@gmx.net>
1442         * hippie-exp.el (try-expand-line-all-buffers)
1443         (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
1444         Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
1445         original buffer, in case they're buffer-local.
1447 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1449         * ses.el (ses-initial-global-parameters-re): New defconst, a
1450         specific regexp is needed now that ses.el can handle both
1451         file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
1452         local printers.
1453         (ses-localvars): Add local variables needed for local printer handling.
1454         (ses-set-localvars): Handle hashmap initialisation.
1455         (ses-paramlines-plist): Add param-line for number of local printers.
1456         (ses-paramfmt-plist): New defconst, needed for code factorization
1457         between functions `ses-set-parameter' and
1458         `ses-file-format-extend-paramter-list'
1459         (ses-make-local-printer-info): New defsubst.
1460         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1461         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
1462         (ses-cell-printer-aset): New defmacro.
1463         (ses-local-printer-compile): New defun.
1464         (ses-local-printer): New defmacro.
1465         (ses-printer-validate, ses-call-printer): Add support for local
1466         printer functions.
1467         (ses-file-format-extend-paramter-list): New defun.
1468         (ses-set-parameter): Use const `ses-paramfmt-plist' for code
1469         factorization.
1470         (ses-load): Add support for local printer functions.
1471         (ses-read-printer): Update docstring and add support for local printer
1472         functions.
1473         (ses-refresh-local-printer, ses-define-local-printer): New defun.
1474         (ses-safe-printer): Add support for local printer functions.
1476 2014-06-12  Ivan Andrus  <darthandrus@gmail.com>
1478         * ffap.el (ffap-lax-url): New var (bug#17723).
1479         (ffap-url-at-point): Use it.
1480         (ffap-file-at-point): Avoid returning just "/".
1482 2014-06-12  Matthias Meulien  <orontee@gmail.com>
1484         * progmodes/python.el (import skeleton): New skeleton (bug#17672).
1485         (python-mode-map): Bind it.
1487         * progmodes/python.el (class skeleton): Don't erase last char of class
1488         name (bug#17683).
1490 2014-06-12  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1492         * help.el (where-is): Use `default' arg of completing-read (bug#17705).
1494 2014-06-12  Kevin Ryde  <user42_kevin@yahoo.com.au>
1496         * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
1497         (bug#17745).
1499 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1501         * international/mule-cmds.el: Use lexical-binding.
1502         (ucs-names): Simplify.
1504 2014-05-18  Eric Hanchrow  <eric.hanchrow@gmail.com>
1506         * progmodes/python.el (run-python): Use read-shell-command.
1508 2014-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * rect.el: Make it possible to move bounds past EOL or into TABs.
1511         (operate-on-rectangle): Use apply-on-rectangle.
1512         (rectangle--mark-crutches): New var.
1513         (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
1514         (rectangle--crutches, rectangle--reset-crutches): New functions.
1515         (apply-on-rectangle): Obey crutches.  Avoid setq.
1516         Fix missing final iteration if end is at EOB&BOL.
1517         (rectangle-mark-mode-map): Add remap bindings for
1518         exchange-point-and-mark and char/line movements.
1519         (rectangle--*-char): New function.
1520         (rectangle-exchange-point-and-mark, rectangle-right-char)
1521         (rectangle-left-char, rectangle-forward-char)
1522         (rectangle-backward-char, rectangle-next-line)
1523         (rectangle-previous-line): New commands.
1524         (rectangle--place-cursor): New function.
1525         (rectangle--highlight-for-redisplay): Use it.  Use apply-on-rectangle.
1527 2014-06-08  Glenn Morris  <rgm@gnu.org>
1529         * startup.el (initial-buffer-choice): Doc fix.
1530         Reset :version (adding an option does not merit a :version bump).
1532         * bookmark.el (bookmark-load):
1533         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1535 2014-06-08  Juri Linkov  <juri@jurta.org>
1537         * desktop.el: Activate auto-saving on window configuration changes.
1538         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1539         `desktop-auto-save-set-timer' to/from
1540         `window-configuration-change-hook'.
1541         (desktop-auto-save-set-timer): Change REPEAT arg of
1542         `run-with-idle-timer' from t to nil.
1543         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1545 2014-06-08  Santiago Payà i Miralta  <santiagopim@gmail.com>
1547         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1548         vc-hg-command (bug#17570).
1550 2014-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1552         * international/mule-cmds.el (ucs-names): Add special entry for BEL
1553         (bug#17702).
1555 2014-06-08  Glenn Morris  <rgm@gnu.org>
1557         * startup.el (window-setup-hook): Doc fix.
1559         * emacs-lisp/package.el (package-check-signature)
1560         (package-unsigned-archives): Doc fixes.
1562 2014-06-08  Martin Rudalics  <rudalics@gmx.at>
1564         * window.el (display-buffer-use-some-window): Don't make window
1565         used smaller than it was before (Bug#17671).
1567 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
1569         * menu-bar.el (menu-bar-open): Fix last change: use the PC
1570         'redisplay' instead of '(sit-for 0)'.
1572 2014-06-08  Michael Albinus  <michael.albinus@gmx.de>
1574         * net/tramp.el (tramp-ssh-controlmaster-options):
1575         Improve search regexp.  (Bug#17653)
1577 2014-06-08  Glenn Morris  <rgm@gnu.org>
1579         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1581 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
1583         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1585 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
1587         * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
1588         (bug#17586).
1590         * vc/vc-hg.el (vc-hg-log-graph): New var.
1591         (vc-hg-print-log): Use it.
1592         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
1593         graph output (bug#17515).
1595 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1597         * mouse.el (mouse-posn-property): Ignore buffer position info when the
1598         even happened elsewhere.
1600 2014-06-06  Mario Lang  <mlang@delysid.org>
1602         * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
1603         `recenter' if `current-buffer' is equal to `window-buffer'.
1605 2014-06-05  Leo Liu  <sdl.web@gmail.com>
1607         * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
1609 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
1611         * textmodes/tildify.el (tildify-foreach-region-outside-env):
1612         New function which calls a callback on portions of the buffer that are
1613         outside of ignored environments.
1614         (tildify-build-regexp): Remove function since it is now
1615         incorporated in `tildify-foreach-region-outside-env' where it is
1616         optimised and simplified by the use of `mapconcat'.
1617         (tildify-tildify): Return number of substitutions made so that…
1618         (tildify-count): …can be removed.
1619         (tildify-find-env): Accept a new PAIRS argument which was
1620         previously looked up in `tildify-ignored-environments-alist' each
1621         time the function was called.  With this change, the lookup is
1622         performed only once in `tildify-foreach-region-outside-env'.
1623         (tildify-region): Greatly simplify the function since now most of
1624         the work is done by `tildify-foreach-region-outside-env'.
1625         (tildify-mode-alist): Simplify slightly by avoiding if and setq
1626         and instead using or.
1628         * textmodes/tildify.el (tildify-ignored-environments-alist):
1629         Optimise environments regexes
1631         Each time beginning of an environment to ignore is found,
1632         `tildify-find-env' needs to identify regexp for the ending
1633         of the environment.  This is done by trying all the opening
1634         regexes on matched text in a loop, so to speed that up, this
1635         loop should have fewer things to match, which can be done by
1636         using alternatives in the opening regexes.
1638         Coincidentally, this should make matching of the opening
1639         regexp faster as well thanks to the use of `regexp-opt' and
1640         having common prefix pulled from many regexes.
1642         * textmodes/tildify.el (tildify-string-alist)
1643         (tildify-ignored-environments-alist): Add `nxml-mode' to the list
1644         of supported modes since `xml-mode' is no longer a thing but just
1645         an alias to the former.  Also include comments and insides of tags
1646         in `tildify-ignored-environments-alist' for XML modes.  Finally,
1647         since XML does not define “&nbsp;”[1], use a numeric reference for
1648         a no-break space (namely “&#160;”)
1650         [1] XML specification defines only a handful of predefined entities.
1651             The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
1652             and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
1653             >, &, ' and " respectively).  This is in contrast to HTML and even
1654             XHTML which defined a whole bunch of entities including “&nbsp;”.
1656         * textmodes/tildify.el (tildify-pattern-alist)
1657         (tildify-string-alist, tildify-ignored-environments-alist):
1658         Improve defcustom's types by adding more tags explaining what each
1659         value means and replace “sexp” used in
1660         `tildify-ignored-environments-alist' with a full type declaration.
1662         * textmodes/tildify.el (tildify-find-env): Fix matched group
1663         indexes in end-regex building
1665         When looking for a start of an ignore-environment, the regex is built
1666         by concatenating regexes of all the environments configured in
1667         `tildify-ignored-environments-alist'.  So for example, the following
1668         list could be used to match TeX's \verb and \verb* commands:
1670             (("\\\\verb\\(.\\)" . (1))
1671              ("\\\\verb\\*\\(.\\)" . (1)))
1673         This would result in the following regex being used to find the start
1674         of any of the variants of the \verb command:
1676             \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
1678         But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
1679         won't match anything, and thus (match-string 1) will be nil, which
1680         will cause building of the end-matching regex to fail.
1682         Fix this by using capture groups from the time when the opening
1683         regexes are matched individually.
1685         * textmodes/tildify.el (tildify-find-env): Fix end-regex building
1686         in `tildify-find-env'
1688         The `tildify-ignored-environments-alist' allows the end-regex to
1689         be provided not as a static string but mix of strings and indexes
1690         of groups matched the begin-regex.  For example, the “\verb!…!”
1691         TeX-command (where “!” is an arbitrary character) is handled
1692         using:
1694             ("\\\\verb\\*?\\(.\\)" . (1))
1696         In the same way, the following should be supported as well:
1698             ("open-\\(.\\)" . ("end-" 1))
1700         However the tildify-find-env function fails at
1702             (concat result
1703                     (if (stringp (setq aux (car expression)))
1704                          expression  ; BUG: expression is a list
1705                        (regexp-quote (match-string aux))))
1707         where the string part is handled incorrectly.
1709         The most trivial fix would be to replace `expression' in the
1710         true-part of the if-statement with `aux', but instead, this commit
1711         optimises `tildify-find-env' by changing it to use `mapconcat'
1712         rather than open-coded while-loop.
1714 2014-06-05  Mario Lang  <mlang@delysid.org>
1716         * woman.el (woman-mapcan): Remove.
1717         (woman-parse-colon-path): Use cl-mapcan instead.
1719 2014-06-03  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1721         * register.el: Add link to Emacs manual in Commentary.
1723 2014-06-02  Sam Steingold  <sds@gnu.org>
1725         * menu-bar.el (lookup-key-ignore-too-long): Extract from...
1726         (popup-menu): ...here.
1727         (menu-bar-open): Use it to avoid an error when `lookup-key'
1728         returns a number.
1730 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
1732         * net/tramp.el (tramp-call-process): Add traces.
1733         (tramp-handle-unhandled-file-name-directory): Return "/".
1735 2014-06-02  Wilson Snyder  <wsnyder@wsnyder.org>
1737         Sync with upstream verilog-mode revision 3cd8144.
1738         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1739         (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
1740         (verilog-type-font-keywords): Add nor.
1741         (verilog-batch-execute-func): Force reading of Local Variables.
1742         Fix printing "no changes to be saved" with verilog-batch.
1743         (verilog-auto-arg-ports): Doc fix.
1744         Add verilog-auto-arg-format to support newlines in AUTOARG.
1745         (verilog-auto-arg): Doc fix.
1747 2014-06-02  Glenn Morris  <rgm@gnu.org>
1749         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
1750         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
1751         * emulation/ws-mode.el: Move to obsolete/.
1752         * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
1754 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
1756         * simple.el (keyboard-quit): Force update of mode lines, to remove
1757         the "Def" indicator, if we were defining a macro.  (Bug#17615)
1759 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1761         * minibuffer.el (minibuffer-force-complete-and-exit):
1762         Obey minibuffer-default (bug#17545).
1764         * progmodes/js.el (js-indent-line): Don't mix columns and chars
1765         (bug#17619).
1767         * subr.el (set-transient-map): Don't wait for some "nested"
1768         transient-map to finish if we're only supposed to be active for
1769         the next command (bug#17642).
1771 2014-06-02  Leo Liu  <sdl.web@gmail.com>
1773         * emacs-lisp/gv.el (window-buffer, window-display-table)
1774         (window-dedicated-p, window-hscroll, window-point, window-start):
1775         Fix gv-expander.  (Bug#17630)
1777 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1779         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1780         clicks (bug#17633).
1782         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1783         for the single comma, since ", " is *very* common in normal French text
1784         (bug#17643).
1786 2014-06-02  Glenn Morris  <rgm@gnu.org>
1788         * emacs-lisp/package.el (package-check-signature)
1789         (package-unsigned-archives): Fix :version.
1791 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1793         * subr.el (sit-for): Don't run input-methods (bug#15614).
1795 2014-06-02  Glenn Morris  <rgm@gnu.org>
1797         * cus-start.el: Fix some :version numbers.
1799 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * simple.el (deactivate-mark): Set mark-active to nil even if
1802         deactivation is done via setting transient-mark-mode to nil,
1803         since one is buffer-local and the other is global.
1805         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1806         there can't be more than 2 arguments (bug#17584).
1808 2014-06-02  Glenn Morris  <rgm@gnu.org>
1810         * simple.el (filter-buffer-substring-functions)
1811         (filter-buffer-substring-function, buffer-substring-filters)
1812         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1814         * minibuffer.el (completion-in-region-functions, completion-in-region)
1815         (completion--in-region): Doc fixes.
1817         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1818         (expand-abbrev, abbrev--default-expand): Doc fixes.
1820 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1822         Include sources used to create macuvs.h.
1823         * international/README: Refer to the Unicode Terms of Use rather
1824         than copying it bodily here, as that simplifies maintenance.
1826 2014-06-01  Glenn Morris  <rgm@gnu.org>
1828         * loadup.el (load-prefer-newer): Set non-nil when dumping.  (Bug#17629)
1830 2014-05-31  Glenn Morris  <rgm@gnu.org>
1832         * files.el (locate-dominating-file): Expand file argument.  (Bug#17641)
1834 2014-05-30  Glenn Morris  <rgm@gnu.org>
1836         * loadup.el: Treat `command-line-args' more flexibly.
1838 2014-05-30  Alan Mackenzie  <acm@muc.de>
1840         Guard (looking-at "\\s!") from XEmacs.
1841         * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
1843 2014-05-30    Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
1845         * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
1846         The argument COUNT is now optional, to be more backward-compatible.
1847         Doc fix.  (Bug#17560)
1849 2014-05-29  Reuben Thomas  <rrt@sc3d.org>
1851         * whitespace.el (whitespace-report-region):
1852         Simplify documentation.
1853         (whitespace-report-region): Allow report-if-bogus to take the
1854         value `never', for non-interactive use.
1855         (whitespace-report): Refer to whitespace-report-region's
1856         documentation.
1858 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1860         * whitespace.el: Use font-lock-flush.  Minimize refontifications.
1861         Side benefit: it works without jit-lock.
1862         (whitespace-point--used): New buffer-local var.
1863         (whitespace-color-on): Initialize it and flush it.  Use font-lock-flush.
1864         (whitespace-color-off): Use font-lock-flush.
1865         (whitespace-point--used, whitespace-point--flush-used): New functions.
1866         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1867         (whitespace-empty-at-eob-regexp): Use them.
1868         (whitespace-post-command-hook): Rewrite.
1870         * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
1871         (font-lock-fontify-buffer): Mark interactive-only.
1872         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1873         Make buffer-local.
1874         (font-lock-specified-p): Remove redundant boundp check.
1875         (font-lock-flush-function, font-lock-ensure-function): New vars.
1876         (font-lock-turn-on-thing-lock): Set them.
1877         (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
1878         (font-lock-after-change-function): Make `old-len' optional.
1879         (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
1880         Call font-lock-flush, just in case.
1881         * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
1882         recent Emacsen.
1883         * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
1884         (vera-mode-map, vera-mode-menu): Remove bindings to it.
1885         * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
1886         and with-syntax-table.
1887         * textmodes/conf-mode.el (conf-quote-normal):
1888         * progmodes/sh-script.el (sh-set-shell):
1889         * progmodes/prog-mode.el (prettify-symbols-mode):
1890         * progmodes/f90.el (f90-font-lock-n):
1891         * progmodes/cwarn.el (cwarn-mode):
1892         * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
1893         * progmodes/compile.el (compilation-setup, compilation--unsetup):
1894         * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
1895         (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
1896         * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
1897         font-lock-fontify-buffer-function and
1898         font-lock-unfontify-buffer-function.
1899         (rmail-unfontify-buffer-function, rmail-fontify-message):
1900         Use with-silent-modifications.
1901         * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
1902         and font-lock-ensure.
1903         * bs.el (bs-show-in-buffer): Use font-lock-ensure.
1905 2014-05-28  Thien-Thi Nguyen  <ttn@gnu.org>
1907         * emacs-lisp/package.el (package-generate-autoloads):
1908         Inhibit backup files.
1910 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1912         * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
1913         (bug#17608).
1915 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
1917         * textmodes/tildify.el (tildify-buffer, tildify-region):
1918         Add dont-ask option.
1920 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1922         * subr.el (zerop): Move from C.  Add compiler-macro (bug#17475).
1923         * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
1925         * subr.el (internal--funcall-interactively): New.
1926         (internal--call-interactively): Remove.
1927         (called-interactively-p): Detect funcall-interactively instead of
1928         call-interactively.
1929         * simple.el (repeat-complex-command): Use funcall-interactively.
1930         (repeat-complex-command--called-interactively-skip): Remove.
1932 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * register.el (register-read-with-preview): Don't burp on
1935         frame switches (e.g. due to the frame we just popped).
1937         * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
1938         (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
1940 2014-05-26  Andreas Schwab  <schwab@linux-m68k.org>
1942         * cus-face.el (custom-face-attributes): Add :distant-foreground.
1944 2014-05-26  Martin Rudalics  <rudalics@gmx.at>
1946         * window.el (window--dump-frame): Remove interactive specification.
1948 2014-05-26  Glenn Morris  <rgm@gnu.org>
1950         * hippie-exp.el (he-line-search-regexp):
1951         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
1953 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
1955         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1956         to avoid errors when trying to create or visit a file foo.todo
1957         located outside to todo-directory, and to allow having such files
1958         without them being tied to Todo mode (bug#17482).
1959         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1960         (todo-archive-done-item, todo-find-filtered-items-file)
1961         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1962         (todo-category-completions, todo-read-category): When visiting a
1963         Todo file, make sure we're in the right mode and the buffer local
1964         variables are set.
1965         (todo-make-categories-list, todo-reset-nondiary-marker)
1966         (todo-reset-done-string, todo-reset-comment-string):
1967         After processing all Todo files, kill the buffers of those files that
1968         weren't being visited before the processing.
1969         (todo-display-as-todo-file, todo-add-to-buffer-list)
1970         (todo-visit-files-commands): Comment out.
1971         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1972         (auto-mode-alist): Remove add-to-list calls making Todo file
1973         extensions unrestrictedly tied to Todo modes.
1975 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1977         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1978         (advice-function-member-p): Tell it to check both names and functions
1979         (bug#17531).
1980         (advice--add-function): Adjust call accordingly.
1982 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
1984         * calendar/todo-mode.el: Miscellaneous bug fixes.
1985         (todo-delete-file): When deleting an archive but not its todo
1986         file, make sure to update the todo file's category sexp.
1987         (todo-move-category): Keep the moved category's name unless the
1988         file moved to already has a category with that name.  If the
1989         numerically last category of the source file was moved, make the
1990         first category current to avoid selecting a nonexisting category.
1991         (todo-merge-category): Fix implementation to make merging to a
1992         category in another file work as documented.  Eliminate now
1993         insufficient and unnecessary renaming of archive category, correct
1994         document string accordingly, and clarify it.  If the numerically
1995         last category of the source file was merged, make the first
1996         category current to avoid selecting a nonexisting category.
1997         (todo-archive-done-item): When there are marked items and point
1998         happens to be on an unmarked item, ignore the latter.  Don't leave
1999         point below last item after archiving marked items.
2000         (todo-unarchive-items): Fix logic to ensure unarchiving an item
2001         from an archive with only one category deletes the archive only
2002         when the category is empty after unarchiving.  Make sure the todo
2003         file's category sexp is updated.
2004         (todo-read-file-name): Allow an existing file name even when it is
2005         not required (todo-move-category needs this to work as documented).
2006         (todo-add-file): Call todo-validate-name to reject the name of an
2007         existing todo file (needed due to fix in todo-read-file-name).
2008         (todo-reset-nondiary-marker): Also reset in filtered items files.
2009         (todo-reset-done-string, todo-reset-comment-string): Also reset in
2010         regexp filtered items files.
2011         (todo-reset-highlight-item): Also reset in filtered items files.
2012         Fix incorrect variable reference in document string.
2014 2014-05-26  Glenn Morris  <rgm@gnu.org>
2016         * window.el (window--dump-frame): Avoid error in --without-x builds.
2018 2014-05-26  Glenn Morris  <rgm@gnu.org>
2020         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
2022 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
2024         * frame.el (set-frame-font): Doc fix.
2026         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
2028 2014-05-26  Dmitry Gutov  <dgutov@yandex.ru>
2030         * emacs-lisp/package.el (package--download-one-archive):
2031         Use `write-region' instead of `save-buffer' to avoid running various
2032         hooks.  (Bug#17155)
2033         (describe-package-1): Same.  Insert newline at the end of the
2034         buffer if appropriate.
2036 2014-05-26  Juri Linkov  <juri@jurta.org>
2038         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
2039         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
2040         Add more modifiers: meta, control, shift, hyper, super, alt.
2041         (Bug#17439)
2043         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
2044         to allow changing its value with `set-variable'.
2046 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2048         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
2049         #; comments.
2050         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
2051         New functions.
2052         (scheme-mode-variables): Set syntax-propertize-function instead of
2053         font-lock-syntactic-face-function.
2054         (scheme-font-lock-syntactic-face-function): Delete.
2056         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
2058         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
2059         (bug#17392).
2061 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
2063         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
2064         for a temporary file name.
2066 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
2068         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
2070 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
2072         * net/dbus.el (dbus-init-bus, dbus-call-method)
2073         (dbus-call-method-asynchronously, dbus-send-signal)
2074         (dbus-method-return-internal, dbus-method-error-internal):
2075         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
2077 2014-05-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2079         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
2080         methods which do not have a doc string.  (Bug#17490)
2082 2014-05-25  Tassilo Horn  <tsdh@gnu.org>
2084         * textmodes/reftex-ref.el (reftex-format-special): Make it work
2085         also for AMS Math's \eqref macro.
2087 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2089         Arrange to never byte-compile the generated -pkg.el file.
2091         * emacs-lisp/package.el (package-generate-description-file):
2092         Output first-line comment to set buffer-local var `no-byte-compile'.
2093         Suggested by Dmitry Gutov:
2094         <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
2096 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2098         Fix bug: Properly quote args to generated -pkg.el `define-package'.
2100         * emacs-lisp/package.el (package-generate-description-file):
2101         Inline `package--alist-to-plist'; rewrite to selectively
2102         quote alist values that are not self-quoting.
2103         (package--alist-to-plist): Delete func.
2105 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
2107         * term/xterm.el (xterm-function-map): Add mapping for shifted
2108         keypad keys.
2110 2014-05-24  Daniel Colascione  <dancol@dancol.org>
2112         * progmodes/subword.el (subword-find-word-boundary): Move point to
2113         correct spot before search. (Bug#17580)
2115         * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
2116         breaking the build.
2118 2014-05-24  Leo Liu  <sdl.web@gmail.com>
2120         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
2122 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2124         * minibuffer.el (completion--sreverse): Remove.
2125         (completion--common-suffix): Use `reverse' instead.
2126         * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
2128 2014-05-22  Glenn Morris  <rgm@gnu.org>
2130         * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
2132 2014-05-21  Daniel Colascione  <dancol@dancol.org>
2134         * files.el (interpreter-mode-alist): Add mksh.
2136         * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
2137         derivative.
2138         (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
2139         mksh. Improve custom spec; allow regular expressions.
2140         (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
2141         (sh-after-hack-local-variables): New function.
2142         (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
2143         (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
2144         the normalization.
2145         (sh-canonicalize-shell): Rewrite to support regexes.
2147 2014-05-21  Leo Liu  <sdl.web@gmail.com>
2149         * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
2151 2014-05-19  Leo Liu  <sdl.web@gmail.com>
2153         * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
2155 2014-05-18  Glenn Morris  <rgm@gnu.org>
2157         * loadup.el:
2158         * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
2160 2014-05-14  Sam Steingold  <sds@gnu.org>
2162         * progmodes/python.el (python-shell-get-or-create-process):
2163         Do not bind `current-prefix-arg' so that C-c C-z does not talk
2164         back unless requested.
2166 2014-05-14  Glenn Morris  <rgm@gnu.org>
2168         * subr.el (with-file-modes): New macro.
2169         * printing.el (pr-save-file-modes): Make obsolete.
2170         * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
2171         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2172         Add with-file-modes.
2173         * doc-view.el (doc-view-make-safe-dir):
2174         * epg.el (epg--start):
2175         * files.el (locate-user-emacs-file, make-temp-file)
2176         (backup-buffer-copy, move-file-to-trash):
2177         * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
2178         * eshell/esh-util.el (eshell-with-private-file-modes)
2179         (eshell-make-private-directory):
2180         * net/browse-url.el (browse-url-mosaic):
2181         * obsolete/mailpost.el (post-mail-send-it):
2182         * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
2183         * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
2184         Use with-file-modes.
2186         * vc/emerge.el (emerge-make-temp-file): Simplify.
2188 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
2189             Stefan Monnier  <monnier@iro.umontreal.ca>
2191         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
2192         suffix (bug#15419).
2194 2014-05-14  Glenn Morris  <rgm@gnu.org>
2196         * vc/emerge.el (emerge-temp-file-prefix):
2197         Make pointless option obsolete.
2198         (emerge-temp-file-mode): Make non-functional option obsolete.
2200 2014-05-14  Michael Albinus  <michael.albinus@gmx.de>
2202         * net/browse-url.el (browse-url):
2203         Use `unhandled-file-name-directory' when setting `default-directory',
2204         in order to circumvent stalled remote connections.  (Bug#17425)
2206 2014-05-14  Glenn Morris  <rgm@gnu.org>
2208         * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
2209         Optimize on Emacs, which has the relevant functions for ages.
2211 2014-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2213         * simple.el (undo-make-selective-list): Obey undo-no-redo.
2215 2014-05-12  Sam Steingold  <sds@gnu.org>
2217         * calendar/time-date.el (seconds-to-string): New function to
2218         pretty print time delay in seconds.
2220 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * mpc.el (mpc-format): Trim Date to the year.
2223         (mpc-songs-hashcons): Shorten the Date field.
2225         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
2226         into autoloading just because of a silly indirection.
2228 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
2230         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
2232 2014-05-12  Glenn Morris  <rgm@gnu.org>
2234         * emacs-lisp/find-gc.el: Move to ../admin.
2236         * printing.el (pr-version):
2237         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
2239         * net/browse-url.el (browse-url-mosaic):
2240         Create /tmp/Mosaic.PID as a private file.
2242 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
2245         (advice--member-p): If name is given, only compare the name.
2246         (advice--remove-function): Don't stop at the first match.
2247         (advice--normalize-place): New function.
2248         (add-function, remove-function): Use it.
2249         (advice--add-function): Pass the name, if any, to
2250         advice--remove-function.
2252 2014-05-12  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
2254         * electric.el (electric-indent-post-self-insert-function): Don't use
2255         `pos' after modifying the buffer (bug#17449).
2257 2014-05-12  Stephen Berman  <stephen.berman@gmx.net>
2259         * calendar/todo-mode.el (todo-insert-item-from-calendar):
2260         Correct argument list to conform to todo-insert-item--basic.
2262 2014-05-12  Glenn Morris  <rgm@gnu.org>
2264         * files.el (cd-absolute): Test if directory is accessible
2265         rather than executable.  (Bug#17330)
2267         * progmodes/compile.el (recompile):
2268         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
2270         * net/browse-url.el (browse-url-mosaic):
2271         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
2272         This is CVE-2014-3423.
2274 2014-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * mouse.el: Use the normal toplevel loop while dragging.
2277         (mouse-set-point): Handle multi-clicks.
2278         (mouse-set-region): Handle multi-clicks for drags.
2279         (mouse-drag-region): Update call accordingly.
2280         (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
2281         Use the normal event loop instead of a local while/read-event loop.
2282         (global-map): Remove redundant bindings for double/triple-mouse-1.
2283         * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
2284         Generate synthetic down events when the protocol only sends up events.
2285         (xterm-mouse-last): Remove.
2286         (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
2287         terminal parameter instead.
2288         (xterm-mouse--set-click-count): New function.
2289         (xterm-mouse-event): Detect/generate double/triple clicks.
2290         * reveal.el (reveal-close-old-overlays): Don't close while dragging.
2292         * info.el (Info-quoted): New face.
2293         (Info-mode-font-lock-keywords): New var.
2294         (Info-mode): Use it.
2296         * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
2297         are a hindrance for C-x C-e.
2299 2014-05-11  Leo Liu  <sdl.web@gmail.com>
2301         * net/rcirc.el (rcirc-sentinel): Fix last change.
2303 2014-05-08  Sam Steingold  <sds@gnu.org>
2305         * net/rcirc.el (rcirc-reconnect-delay): New user option.
2306         (rcirc-sentinel): Auto-reconnect to the server if
2307         `rcirc-reconnect-delay' is non-0 (but not more often than its
2308         value in case the host is off-line).
2310 2014-05-09  Eli Zaretskii  <eliz@gnu.org>
2312         * progmodes/grep.el (lgrep): Fix a typo in last commit.
2314 2014-05-09  Glenn Morris  <rgm@gnu.org>
2316         * files.el (file-expand-wildcards):
2317         * man.el (Man-support-local-filenames):
2318         * printing.el (pr-i-directory, pr-interface-directory):
2319         * progmodes/grep.el (lgrep, rgrep):
2320         * textmodes/ispell.el (ispell-call-process)
2321         (ispell-call-process-region, ispell-start-process)
2322         (ispell-init-process): Use file-accessible-directory-p.
2324 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2326         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
2327         (xterm-mouse--read-event-sequence-1000): Return nil if something
2328         looks fishy.
2329         (xterm-mouse-event): Propagate it.
2330         (xterm-mouse-translate-1): Handle it.
2332 2014-05-08  Stephen Berman  <stephen.berman@gmx.net>
2334         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
2335         four slots of the parameter list are filled, make sure to pass it
2336         to the argument list of todo-insert-item--basic.
2338 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
2341         Add optional `seen' argument to detect and break infinite loops.
2343 2014-05-08  Eli Zaretskii  <eliz@gnu.org>
2345         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
2346         (trace-unsafe, trace-use-tree): Make parentheses style be
2347         according to Emacs style.
2349 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
2351         * net/tramp-sh.el (tramp-remote-process-environment):
2352         Remove HISTFILE and HISTSIZE; it's too late to set them here.
2353         Add :version entry.
2354         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
2355         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
2356         extra "PSx=..." commands.
2357         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
2358         (Bug#17295)
2360         (tramp-uudecode): Replace the hard-coded temporary file name by a
2361         format specifier.
2362         (tramp-remote-coding-commands): Enhance docstring.
2363         (tramp-find-inline-encoding): Replace "%t" by a temporary file
2364         name.  (Bug#17415)
2365         This is CVE-2014-3424.
2367 2014-05-08  Glenn Morris  <rgm@gnu.org>
2369         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
2370         (find-gc-source-files): Update some names.
2371         (trace-call-tree): Simplify and update.
2372         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
2373         This is CVE-2014-3422.
2375 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * minibuffer.el (completion--try-word-completion): Revert fix for
2378         Bug#15980 (bug#17375).
2380         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
2381         Always store button numbers in the same way in xterm-mouse-last;
2382         Don't burp is xterm-mouse-last is not set as expected.
2383         Never return negative indices.
2385 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
2387         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2388         Backtrack one char if the global/char-literal var matcher hits
2389         inside a string.  The next char could be the beginning of an
2390         expression expansion.
2392 2014-05-08  Glenn Morris  <rgm@gnu.org>
2394         * help-fns.el (describe-function-1): Test for an autoload before a
2395         macro, since `macrop' works on autoloads.  (Bug#17410)
2397 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2399         * electric.el (electric-indent-functions-without-reindent): Add yaml.
2401         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
2402         Make sure the new point we return is within the new string (bug#17239).
2404 2014-05-05  Daniel Colascione  <dancol@dancol.org>
2406         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2407         Port `gnu' pattern to rx.
2409 2014-05-05  Jarek Czekalski  <jarekczek@poczta.onet.pl>
2411         Remove unneeded prompt when closing a buffer with active
2412         emacsclient ("Buffer ... still has clients"), #16548.
2413         * server.el (server-start): Remove the only call to:
2414         (server-kill-buffer-query-function): Remove.
2416 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2418         * calendar/diary-lib.el (calendar-chinese-month-name-array):
2419         Defvar to pacify compiler.
2421 2014-05-04  Eli Zaretskii  <eliz@gnu.org>
2423         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
2425 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2427         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2428         Use nil rather than `default' for the "default" appearance (bug#17388).
2429         * vc/ediff-util.el (ediff-inferior-compare-regions)
2430         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
2431         a misleading `default' value when it's really a boolean.
2432         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
2433         overlay is not visible.
2435 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
2437         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
2438         (todo-menu): Uncomment and update.
2440 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
2442         * calendar/todo-mode.el: Reimplement item editing to have the same
2443         basic user interface as item insertion, and make small UI and
2444         larger internal improvements to the latter.
2445         (todo-insert-item): Add reference to the Todo mode user manual to
2446         the documentation string.
2447         (todo-insert-item--basic): Rename from todo-basic-insert-item and
2448         adjust all callers.  Change signature to combine diary and
2449         nonmarking arguments.  Incorporate functionality of deleted item
2450         copying command and add error checking.  Remove detailed
2451         descriptions of the arguments from the documentation string, since
2452         this is treated in the Todo mode user manual.
2453         (todo-copy-item, todo-edit-multiline-item)
2454         (todo-edit-done-item-comment, todo-edit-item-header)
2455         (todo-edit-item-time, todo-edit-item-date-from-calendar)
2456         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
2457         (todo-edit-item-date-year, todo-edit-item-date-month)
2458         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
2459         Remove.
2460         (todo-edit-item): Reimplement as wrapper command for
2461         todo-edit-item--next-key and make it distinguish done and not done
2462         todo items.
2463         (todo-edit-item--text): New function, replacing old command
2464         todo-edit-item and incorporating deleted commands
2465         todo-edit-multiline-item and todo-edit-done-item-comment.
2466         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
2467         Use only numeric value of prefix argument.  Remove detailed
2468         descriptions of the arguments from the documentation string, since
2469         this is treated in the Todo mode user manual.
2470         (todo-edit-item--diary-inclusion): New function, replacing old
2471         command todo-edit-item-diary-inclusion and incorporating and fixing
2472         functionality of deleted command todo-edit-item-diary-nonmarking,
2473         making sure to remove todo-nondiary-marker when adding
2474         diary-nonmarking-symbol.
2475         (todo-edit-category-diary-inclusion): Make sure to delete
2476         diary-nonmarking-symbol when adding todo-nondiary-marker.
2477         (todo-edit-category-diary-nonmarking): Fix indentation.
2478         (todo-insert-item--parameters): Group diary and nonmarking
2479         parameters together.
2480         (todo-insert-item--apply-args): Adjust to signature of
2481         todo-insert-item--basic and incorporate copy parameter.
2482         Make small code improvements.
2483         (todo-insert-item--next-param): Improve prompt and adjust it to
2484         new parameter grouping.  Remove obsolete code.
2485         (todo-edit-item--param-key-alist)
2486         (todo-edit-item--date-param-key-alist)
2487         (todo-edit-done-item--param-key-alist): New defconsts.
2488         (todo-edit-item--prompt): New variable.
2489         (todo-edit-item--next-key): New function.
2490         (todo-key-bindings-t): Bind "e" to todo-edit-item.
2491         Remove bindings of deleted commands.
2493 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2495         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
2497 2014-05-04  Glenn Morris  <rgm@gnu.org>
2499         * allout-widgets.el (allout-widgets-tally)
2500         (allout-decorate-item-guides):
2501         * menu-bar.el (menu-bar-positive-p):
2502         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2503         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
2504         * progmodes/js.el (js--inside-param-list-p)
2505         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
2506         * progmodes/prolog.el (region-exists-p):
2507         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
2508         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
2509         Doc fixes (replace `iff').
2511 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
2515 2014-05-04  Leo Liu  <sdl.web@gmail.com>
2517         Support Chinese diary entries in calendar and diary.  (Bug#17393)
2518         * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
2519         (calendar-chinese-from-absolute-for-diary)
2520         (calendar-chinese-to-absolute-for-diary)
2521         (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
2522         (diary-chinese-list-entries): New functions to list and mark
2523         Chinese diary entries in the calendar window.
2524         (diary-chinese-anniversary)
2525         (diary-chinese-insert-anniversary-entry)
2526         (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
2527         (diary-chinese-insert-yearly-entry): New commands to insert
2528         Chinese diary entries.
2530         * calendar/diary-lib.el (diary-font-lock-keywords):
2531         Support font-locking Chinese dates.
2533         * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
2534         inserting Chinese diary entries.
2536         * calendar/calendar.el (diary-chinese-entry-symbol):
2537         New customizable variable.
2538         (calendar-mode-map): Add bindings for inserting Chinese diary
2539         entries.
2541 2014-05-03  Juri Linkov  <juri@jurta.org>
2543         * dired.el (dired-check-switches, dired-switches-recursive-p):
2544         New functions.  (Bug#17218)
2545         (dired-switches-escape-p, dired-move-to-end-of-filename):
2546         Use `dired-check-switches'.
2547         (dired-insert-old-subdirs, dired-build-subdir-alist)
2548         (dired-sort-R-check): Use `dired-switches-recursive-p'.
2550 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
2552         * simple.el (undo-make-selective-list): New algorithm fixes
2553         incorrectness of position adjustments when undoing in region.
2554         (Bug#17235)
2555         (undo-elt-crosses-region): Make obsolete.
2556         (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
2557         New functions to adjust positions using undo-deltas.
2559 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2561         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
2562         the last consecutive closing paren (bug#17345).
2564 2014-04-30  Reuben Thomas  <rrt@sc3d.org>
2566         * dired.el (dired-mode): make terminology for eXpunge command
2567         consistent.  (Bug#17276)
2569 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
2571         * dired.el (dired-initial-position-hook, dired-initial-position):
2572         Doc string fixes.
2574 2014-04-30  Glenn Morris  <rgm@gnu.org>
2576         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
2578 2014-04-30  Matthias Dahl  <matthias.dahl@binary-island.eu>
2580         * faces.el (face-spec-recalc): Apply X resources only after the
2581         defface spec has been applied. Thus, X resources are no longer
2582         overriden by the defface spec which also fixes issues on win32 where
2583         the toolbar coloring was wrong because it is set through X resources
2584         and was (wrongfully) overriden.  (Bug#16694)
2586 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2588         * textmodes/rst.el (electric-pair-pairs): Declare.
2589         (rst-mode): Set it (bug#17131).
2591 2014-04-30  Juri Linkov  <juri@jurta.org>
2593         * desktop.el (desktop-value-to-string): Let-bind `print-length'
2594         and `print-level' to nil.  (Bug#17351)
2596 2014-04-30  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2598         * battery.el (battery-update): Handle the case where battery
2599         status is "N/A" (bug#17319).
2601 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2603         * progmodes/ps-mode.el: Use SMIE.  Move string and comment recognition
2604         to syntax-propertize.
2605         (ps-mode-auto-indent): Mark as obsolete.
2606         (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
2607         (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
2608         word regexp operators.
2609         (ps-mode-map): Move initialization into declaration.  Remove binding
2610         for TAB, RET, >, ], and }.
2611         (ps-mode-syntax-table): Move initialization into declaration.
2612         Don't give word syntax to non-word chars.
2613         (ps-run-mode-map): Move initialization into declaration.
2614         (ps-mode-menu-main): Remove auto-indent entry.
2615         (ps-mode-smie-rules): New function.
2616         (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
2617         (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
2618         (ps-mode--string-syntax-table): New const.
2619         (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
2620         New functions.
2621         (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
2622         (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
2624 2014-04-27  Daniel Colascione  <dancol@dancol.org>
2626         * term/xterm.el (xterm-paste): Use large finite timeout when
2627         reading event to avoid putting keys in this-command-keys.
2629 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2631         * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
2632         (perl-syntax-propertize-function): Use it.  Extend handling of
2633         here-docs to the unquoted case.
2635 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
2637         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
2638         Use equal-including-properties to compare help-echo strings (bug#17331).
2640 2014-04-25  Leo Liu  <sdl.web@gmail.com>
2642         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2643         Fix syntax for @.  (Bug#17325)
2645 2014-04-25  Daniel Colascione  <dancol@dancol.org>
2647         * emacs-lisp/cl.el (gv): Require gv early to break eager
2648         macro-expansion cycles.
2650 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2652         * simple.el (region-active-p): Check there's a mark (bug#17324).
2654         * simple.el (completion-list-mode-map): Use choose-completion for the
2655         mouse binding as well (bug#17302).
2656         (completion-list-mode, completion-setup-function): Adjust docstring and
2657         echo area message accordingly.
2658         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
2659         calling convention of choose-completion.
2660         * comint.el (comint-dynamic-list-completions):
2661         * term.el (term-dynamic-list-completions): Accept choose-completion.
2663         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
2664         &, |, +, - and * can't be a division (bug#17317).
2666         * term/xterm.el (xterm--version-handler): Don't use modern xterm
2667         features on gnome-terminal (bug#16988).
2669 2014-04-25  Thien-Thi Nguyen  <ttn@gnu.org>
2671         Improve Scheme font-locking for (define ((foo ...) ...) ...).
2673         * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
2674         the declared object, ignore zero or more parens, not zero or one.
2676 2014-04-24  Leo Liu  <sdl.web@gmail.com>
2678         * progmodes/xscheme.el (xscheme-expressions-ring)
2679         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2680         (xscheme-control-g-disabled-p, xscheme-process-filter-state)
2681         (xscheme-allow-output-p, xscheme-prompt)
2682         (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
2684         * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
2685         Comment out unused functions.
2687 2014-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * info.el: Use lexical-binding and cl-lib.
2690         Use defvar-local and setq-local instead of make-local-variable.
2691         (Info-apropos-matches): Avoid add-to-list.
2692         (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
2694 2014-04-24  Daniel Colascione  <dancol@dancol.org>
2696         * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
2698 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2700         * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
2702 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
2704         * dired.el (dired-insert-set-properties): Do not consider
2705         subdirectory headings and empty lines to be information that
2706         `dired-hide-details-mode' should hide.  (Bug#17228)
2708 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
2710         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2711         Remove test messages.
2712         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
2713         and `target' twice.
2715 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2717         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
2718         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
2720         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
2722 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
2724         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2725         Set "IFS=" when using read builtin, in order to preserve spaces in
2726         the file name.  Add test messages for hunting a bug on hydra.
2727         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
2729 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2731         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
2732         Don't prettify a word within a symbol.
2734 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
2736         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
2737         possible.
2739 2014-04-22  Daniel Colascione  <dancol@dancol.org>
2741         * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
2742         use defun to define `function-put'.
2744 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2746         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
2747         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
2748         (lisp-mode-variables): Set font-lock-extra-managed-props.
2750         * emacs-lisp/byte-run.el (function-put): New function.
2751         (defun-declarations-alist): Use it.  Add `pure' and `side-effect-free'.
2752         * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
2753         (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
2754         Use them.
2756 2014-04-22  Daniel Colascione  <dancol@dancol.org>
2758         * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
2759         Add `full-p' parameter; when nil, call `macroexpand' instead of
2760         `macroexpand-all'.
2762         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
2763         Improve docstrings.
2765         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2766         Use lambda function values, not quoted lambdas.
2767         (byte-compile-recurse-toplevel): Remove extraneous &optional.
2769         * emacs-lisp/cl-macs.el
2770         (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
2771         (cl-struct-slot-value): Conditionally use aref or nth so that the
2772         compiler produces optimal code.
2774 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2776         * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
2777         (inline): Don't inline cl--set-elt.
2778         (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
2779         Define as inlinable instead.
2780         (cl-struct-set-slot-value): Remove.
2782         * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
2783         * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
2784         Use setf instead.
2786 2014-04-21  Daniel Colascione  <dancol@dancol.org>
2788         * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
2789         last two parameters after all.
2790         (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
2791         (cl--compiler-macro-assoc,cl-struct-slot-value)
2792         (cl-struct-set-slot-value): Stop using them.
2794 (2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2796         * image-mode.el (image-mode-window-put): Don't assume there's a `t'
2797         entry in image-mode-winprops-alist.
2799 2014-04-21  Daniel Colascione  <dancol@dancol.org>
2801         * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
2802         (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
2803         (byte-compile-toplevel-file-form): Use it.
2805         * emacs-lisp/cl-macs.el:
2806         (cl--loop-let): Properly destructure `while' clauses.
2808 2014-04-20  Daniel Colascione  <dancol@dancol.org>
2810         * vc/vc.el (vc-root-dir): New public autoloaded function for
2811         generically finding the current VC root.
2812         * vc/vc-hooks.el (vc-not-supported): New error.
2813         (vc-call-backend): Signal `vc-not-supported' instead of generic error.
2815 2014-04-20  Daniel Colascione  <dancol@dancol.org>
2817         * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
2818         argument.
2819         (cl--const-expr-val): cl--const-expr-val should macroexpand its
2820         argument in case we're inside a symbol-macrolet.
2821         (cl--do-arglist, cl--compiler-macro-typep)
2822         (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
2823         environment to `cl--const-expr-val'.
2824         (cl-struct-sequence-type,cl-struct-slot-info)
2825         (cl-struct-slot-offset, cl-struct-slot-value)
2826         (cl-struct-set-slot-value): New functions.
2828 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2830         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
2831         assignments such as "case=hello" (bug#17297).
2833 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
2835         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
2836         Do not autoload.
2837         (tramp-file-name-handler, tramp-completion-file-name-handler):
2838         Revert patch from 2014-04-10, it isn't necessary anymore.
2839         (tramp-autoload-file-name-handler)
2840         (tramp-register-autoload-file-name-handlers): New defuns.
2841         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
2842         (tramp-register-file-name-handlers): Remove also
2843         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
2844         Do not autoload its invocation, but eval it after loading of 'tramp.
2846         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
2848         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
2850 2014-04-17  Daniel Colascione  <dancol@dancol.org>
2852         Add support for bracketed paste mode; add infrastructure for
2853         managing terminal mode enabling and disabling automatically.
2855         * xt-mouse.el:
2856         (xterm-mouse-mode): Simplify.
2857         (xterm-mouse-tracking-enable-sequence)
2858         (xterm-mouse-tracking-disable-sequence): New constants.
2859         (turn-on-xterm-mouse-tracking-on-terminal)
2860         (turn-off-xterm-mouse-tracking-on-terminal):
2861         Use tty-mode-set-strings and tty-mode-reset-strings terminal
2862         parameters instead of random hooks.
2863         (turn-on-xterm-mouse-tracking)
2864         (turn-off-xterm-mouse-tracking): Delete.
2866         * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
2867         (xterm-paste-ending-sequence): New constant.
2868         (xterm-paste): New command used for bracketed paste support.
2870         (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
2871         (terminal-init-xterm-bracketed-paste-mode): New function.
2872         (terminal-init-xterm): Call it.
2873         (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
2874         and tty-mode-reset-strings instead of random hooks.
2875         (xterm-turn-on-modify-other-keys)
2876         (xterm-turn-off-modify-other-keys)
2877         (xterm-remove-modify-other-keys): Delete obsolete functions.
2879         * term/screen.el: Rewrite to just use the xterm code.
2880         Add copyright notice.  Mention tmux.
2882 2014-04-17  Ian D  <dunni@gnu.org>  (tiny change)
2884         * image-mode.el (image-mode-window-put): Also update the property of
2885         the "default window".
2886         * doc-view.el (doc-view-new-window-function): If no window
2887         exists, move to the last known page.
2889 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
2892         here-documents (bug#17262).
2894 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
2896         * term/pc-win.el (x-list-fonts, x-get-selection-value):
2897         Provide doc strings, as required by snarf-documentation.
2899 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2901         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
2902         arg of overlays-at.  Use `invisible-p'.
2904         * obsolete/lucid.el (extent-at):
2905         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
2906         overlays-at.
2907         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
2909 2014-04-16  João Távora  <joaotavora@gmail.com>
2911         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
2912         links.  (Bug#17217).
2914 2014-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2916         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2917         Use mapc to loop over a vector.  (Bug#17257).
2919 2014-04-16  Michael Albinus  <michael.albinus@gmx.de>
2921         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
2922         patch, there are new problems with file names containing spaces.
2923         Get rid of backticks.  (Bug#17238)
2925 2014-04-16  João Távora  <joaotavora@gmail.com>
2927         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
2928         possible bug.
2930 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
2932         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
2933         (blink-cursor-mode): Mention customization variables and the
2934         effect of 'blink-cursor-blinks'.
2936 2014-04-16  Barry O'Reilly  <gundaetiapo@gmail.com>
2938         * simple.el (undo): Prevent insertion of identity mapping into
2939         undo-equiv-table so as undo-only does not inf loop in the presence
2940         of consecutive nils in undo list.
2942 2014-04-16  Matthias Dahl  <matthias.dahl@binary-island.eu>
2944         * faces.el (make-face): Deprecate optional argument as it is no
2945         longer needed/used since the conditional X resources handling
2946         has been pushed down to make-face-x-resource-internal itself.
2947         (make-empty-face): Don't pass optional argument to make-face.
2949 2014-04-16  Karl Fogel  <kfogel@red-bean.com>
2951         * savehist.el (savehist-save): Remove workaround for a read-passwd
2952         bug that was fixed before 24.3.  Thanks to Juanma Barranquero for
2953         noticing that the shim was still present.
2955 2014-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2957         * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
2959 2014-04-14  Juanma Barranquero  <lekktu@gmail.com>
2961         * faces.el (face-set-after-frame-default): Remove unused local variable.
2963 2014-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2965         * progmodes/grep.el: Use lexical-binding.
2966         (grep-expand-template): Pass explicit lexical env to `eval'.
2967         (zrgrep): Let-bind grep-find-template explicitly.
2969         * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
2970         * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
2972 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
2974         * international/characters.el <standard-case-table>: Add entries
2975         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
2976         Set category of Coptic characters be 'g' (Greek).
2978 2014-04-12  Leo Liu  <sdl.web@gmail.com>
2980         * progmodes/octave.el (completion-table-with-cache):
2981         Define if not available.
2982         (octave-goto-function-definition, octave-sync-function-file-names)
2983         (octave-find-definition-default-filename):
2984         Backquote upattern for compatibility.
2986 2014-04-12  Michael Albinus  <michael.albinus@gmx.de>
2988         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2989         name twice due to backticks.  (Bug#17238)
2991 2014-04-12  Glenn Morris  <rgm@gnu.org>
2993         * term/w32-win.el (x-win-suspend-error):
2994         * term/x-win.el (x-win-suspend-error): Sync docs.
2996 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
2998         * faces.el (make-face): Remove deprecated optional argument.
2999         The conditional application of X resources is handled directly by
3000         make-face-x-resource-internal since Emacs 24.4.
3001         (make-empty-face): Don't pass optional argument to make-face.
3003 2014-04-11  Glenn Morris  <rgm@gnu.org>
3005         * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.  (Bug#16429)
3007 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3009         Ediff's overlay priorities cause more trouble than they solve.
3010         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
3011         (ediff-highest-priority): Remove function (bug#17234).
3012         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
3013         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
3014         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
3015         overlay priorities.
3017 2014-04-11  Feng Li  <fengli@gmail.com>  (tiny change)
3019         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
3020         entry; use symbol boundaries to avoid mis-matches.
3022 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
3024         * net/tramp.el (tramp-file-name-handler)
3025         (tramp-completion-file-name-handler): Avoid recursive loading.
3027         * net/tramp-sh.el (tramp-make-copy-program-file-name):
3028         Quote result also locally.
3030 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
3033         Remove left-over code.
3035         * newcomment.el (comment-indent-new-line): Sink code where it's used.
3036         Reuse the previous comment's indentation unconditionally if it's on its
3037         own line.
3039 2014-04-09  Daniel Colascione  <dancol@dancol.org>
3041         * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
3042         `no-syntax-crossing' arguments.  Forward to `up-list'.
3043         (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
3044         Implement logic for escaping from strings.  Use narrowing to deal
3045         with corner cases.
3047 2014-04-09  Leo Liu  <sdl.web@gmail.com>
3049         * net/rcirc.el (rcirc-connection-info): New variable.
3050         (rcirc-connect): Use it to store connection info.
3051         (rcirc-buffer-process): Avoid get-buffer-process which returns nil
3052         for killed process.
3053         (rcirc-cmd-reconnect): New command.  (Bug#17045)
3054         (rcirc-mode, set-rcirc-encode-coding-system)
3055         (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
3057 2014-04-09  Daniel Colascione  <dancol@dancol.org>
3059         * emacs-lisp/cl-indent.el: Add comment claiming
3060         facility is also good for elisp.
3061         (lisp-indent-find-method): New function.
3062         (common-lisp-indent-function): Recognize cl-loop.
3063         (common-lisp-indent-function-1): Recognize cl constructs; use
3064         `lisp-indent-find-method' instead of `get' directly.
3065         (if): Use else-body style for elisp.
3067 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
3069         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3070         Module methods.  (Bug#17216)
3072 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3074         * help.el (describe-bindings): Fix buffer handling (bug#17210).
3075         (describe-bindings-internal): Mark obsolete.
3077 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3079         * subr.el (with-silent-modifications): Don't bind deactivate-mark,
3080         buffer-file-name, and buffer-file-truename any more.
3082 2014-04-08  Leo Liu  <sdl.web@gmail.com>
3084         Use lexical-binding and require cl-lib.
3085         * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
3086         (rcirc-handler-generic, rcirc-fill-paragraph)
3087         (rcirc-format-response-string, rcirc-target-buffer)
3088         (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
3089         (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
3090         (rcirc-ctcp-sender-PING, rcirc-browse-url)
3091         (rcirc-markup-timestamp, rcirc-markup-attributes)
3092         (rcirc-markup-my-nick, rcirc-markup-urls)
3093         (rcirc-markup-bright-nicks, rcirc-markup-fill)
3094         (rcirc-check-auth-status, rcirc-handler-WALLOPS)
3095         (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
3096         (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
3097         (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
3098         (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
3099         (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
3100         (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
3101         (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
3102         (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
3103         (rcirc-handler-CTCP-response): Fix unused arguments warnings and
3104         use cl-lib.
3106 2014-04-07  João Távora  <joaotavora@gmail.com>
3108         * elec-pair.el (electric-pair--syntax-ppss):
3109         When inside comments parse from comment beginning.
3110         (electric-pair--balance-info): Fix typo in comment.
3111         (electric-pair--in-unterminated-string-p): Delete.
3112         (electric-pair--unbalanced-strings-p): New function.
3113         (electric-pair-string-bound-function): New var.
3114         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3115         according to `electric-pair--in-unterminated-string-p'
3117         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3118         Inhibit quote pairing if point-max is inside an unterminated string.
3119         (electric-pair--looking-at-unterminated-string-p): Delete.
3120         (electric-pair--in-unterminated-string-p): New function.
3122 2014-04-07  Glenn Morris  <rgm@gnu.org>
3124         * shell.el (shell-directory-tracker):
3125         Go back to just ignoring failures.  (Bug#17159)
3127 2014-04-07  João Távora  <joaotavora@gmail.com>
3129         Fix `electric-pair-delete-adjacent-pairs' in modes binding
3130         backspace. (bug#16981)
3131         * elec-pair.el (electric-pair-backward-delete-char): Delete.
3132         (electric-pair-backward-delete-char-untabify): Delete.
3133         (electric-pair-mode-map): Bind backspace to a menu item filtering
3134         a new `electric-pair-delete-pair' command.
3135         (electric-pair-delete-pair): New command.
3137         * progmodes/python.el (python-electric-pair-string-delimiter):
3138         Fix triple-quoting electricity.  (Bug#17192)
3140         * elec-pair.el (electric-pair-post-self-insert-function):
3141         Don't skip whitespace when `electric-pair-text-pairs' and
3142         `electric-pair-pairs' were used. syntax to
3143         electric-pair--skip-whitespace.  (Bug#17183)
3145 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3147         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
3148         "<F>".  (Bug#17199)
3150 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3152         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
3153         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
3155 2014-04-07  Glenn Morris  <rgm@gnu.org>
3157         * help.el (view-lossage): Doc tweak.
3159 2014-04-07  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
3161         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
3162         only when inhibit-x-resources is nil, and do that earlier in the
3163         function.  Doc fix.  (Bug#16694)
3164         (face-spec-choose): Accept additional optional argument, whose
3165         value is returned if no matching attributes are found.
3166         (face-spec-recalc): Use the new optional argument when calling
3167         face-spec-choose.  (Bug#16378)
3168         (make-face-x-resource-internal): Do nothing when
3169         inhibit-x-resources is non-nil.  Don't touch the default face if
3170         reversed video is given--as was done in previous versions of Emacs.
3171         (face-set-after-frame-default): Don't call
3172         make-face-x-resource-internal here.  (Bug#16434)
3174 2014-04-07  Tassilo Horn  <tsdh@gnu.org>
3176         * doc-view.el (doc-view-bookmark-jump):
3177         Use `bookmark-after-jump-hook' to jump to the right page after the
3178         buffer is shown in a window.  (bug#16090)
3180 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3182         * international/characters.el (mirroring): Fix last change:
3183         instead of loading uni-mirrored.el explicitly, do that implicitly
3184         by creating the 'mirroring' uniprop table.  This avoids announcing
3185         the loading of uni-mirrored.el.
3187 2014-04-07  Glenn Morris  <rgm@gnu.org>
3189         * files.el (buffer-stale--default-function)
3190         (buffer-stale-function, revert-buffer--default):
3191         * autorevert.el (auto-revert-buffers): Doc tweaks.
3193 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
3195         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
3197 2014-04-07  Glenn Morris  <rgm@gnu.org>
3199         * files.el (make-backup-file-name-function)
3200         (make-backup-file-name, make-backup-file-name--default-function)
3201         (make-backup-file-name-1, find-backup-file-name)
3202         (revert-buffer-function, revert-buffer-insert-file-contents-function)
3203         (buffer-stale--default-function, buffer-stale-function)
3204         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
3205         (revert-buffer, revert-buffer--default)
3206         (revert-buffer-insert-file-contents--default-function):
3207         Doc fixes related to defaults no longer being nil.
3208         (make-backup-file-name-function): Bump :version.
3209         Restore nil as a valid but deprecated custom type.
3211 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3213         * progmodes/perl-mode.el (perl-syntax-propertize-function):
3214         Handle $' used as a variable (bug#17174).
3216         * progmodes/perl-mode.el (perl-indent-new-calculate):
3217         Handle forward-sexp failure (bug#16985).
3218         (perl-syntax-propertize-function): Add "foreach" and "for" statement
3219         modifiers introducing expressions (bug#17116).
3221 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3223         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
3225 2014-04-05  Leo Liu  <sdl.web@gmail.com>
3227         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3228         Add define-compilation-mode.
3230 2014-04-04  João Távora  <joaotavora@gmail.com>
3232         * elec-pair.el (electric-pair--syntax-ppss): When inside comments
3233         parse from comment beginning.
3234         (electric-pair--balance-info): Fix typo in comment.
3235         (electric-pair--in-unterminated-string-p): Delete.
3236         (electric-pair--unbalanced-strings-p): New function.
3237         (electric-pair-string-bound-function): New var.
3238         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3239         according to `electric-pair--in-unterminated-string-p'.
3241 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3243         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
3244         Move declaration before first use.
3245         (reftex-move-to-next-arg): Silence compiler warning.
3247 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
3249         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
3250         Use `window-total-width' instead of `window-width'.
3252 2014-04-03  Daniel Colascione  <dancol@dancol.org>
3254         * subr.el (set-transient-map): Remove rms's workaround entirely;
3255         use new `suspicious-object' subr to mark our lambda for closer
3256         scrutiny during gc.
3258 2014-04-02  Richard Stallman  <rms@gnu.org>
3260         * subr.el (set-transient-map): Comment out previous change.
3262 2014-04-02  Glenn Morris  <rgm@gnu.org>
3264         * menu-bar.el (menu-bar-file-menu):
3265         * vc/ediff.el (ediff-current-file):
3266         Update for revert-buffer-function no longer being nil by default.
3268         * simple.el (command-execute): Respect nil disabled-command-function.
3270 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3272         * simple.el (command-execute): Do not execute the command when it
3273         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
3275 2014-04-02  Juri Linkov  <juri@jurta.org>
3277         * dired-aux.el (dired-compress-file): Don't use string-match-p
3278         because its match data is used afterwards.
3280 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3282         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
3283         0 like nil.
3285 2014-04-02  João Távora  <joaotavora@gmail.com>
3287         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3288         Inhibit quote pairing if point-max is inside an unterminated string.
3289         (electric-pair--looking-at-unterminated-string-p):
3290         Delete.
3291         (electric-pair--in-unterminated-string-p): New function.
3293 2014-04-01  Daniel Colascione  <dancol@dancol.org>
3295         * minibuffer.el (minibuffer-complete): Prevent assertion failure
3296         when trying to complete the prompt.
3298 2014-03-31  Leo Liu  <sdl.web@gmail.com>
3300         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3301         Refactor out eldoc-documentation-function-default.
3302         (eldoc-documentation-function-default): New function.
3303         (eldoc-documentation-function): Change value.
3305 2014-03-31  Glenn Morris  <rgm@gnu.org>
3307         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
3309         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
3310         (vhdl-compose-components-package, vhdl-compose-configuration):
3311         Abbreviate default-directory (missing from some previous upstream sync).
3313 2014-03-31  Reto Zimmermann  <reto@gnu.org>
3315         Sync with upstream vhdl mode v3.35.2.
3316         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3317         (top-level): No longer require assoc.
3318         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
3319         New functions.  Use throughout to replace aget etc.
3320         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
3321         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
3322         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
3323         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
3324         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
3325         except `vhdl-compiler'.
3326         (vhdl-error-regexp-add-emacs): Remove all other compilers,
3327         when appropriate.
3329 2014-03-31  Glenn Morris  <rgm@gnu.org>
3331         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
3332         Revert 2014-03-26 merge goof; go back to using defalias.
3334 2014-03-30  Daniel Colascione  <dancol@dancol.org>
3336         * comint.el (comint-send-input):
3337         Deactivate completion-in-region-mode before we send comint input.
3338         (Bug#17139).
3340         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
3341         on keyboard-quit.
3343 2014-03-29  Glenn Morris  <rgm@gnu.org>
3345         * textmodes/reftex.el: Manage most autoloads automatically.
3346         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
3347         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
3348         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
3349         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
3350         * textmodes/reftex-toc.el: Set generated-autoload-file,
3351         and add autoload cookies for reftex.el.
3352         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
3354 2014-03-28  Glenn Morris  <rgm@gnu.org>
3356         * cus-start.el (report-emacs-bug-address): Set custom properties.
3357         * mail/emacsbug.el (report-emacs-bug-address):
3358         Variable is now defined in emacs.c.
3360         * mail/emacsbug.el (report-emacs-bug):
3361         Include system-configuration-features.
3363 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
3365         * simple.el (cycle-spacing): Never delete spaces on first run by
3366         default, but do so in a new 'fast mode and if there are already
3367         N spaces (the previous behavior).
3368         Compare N with its value in previous invocation so that changing
3369         prefix argument restarts `cycle-spacing' sequence.
3370         The idea is that with this change, binding M-SPC to
3371         `cycle-spacing' should not introduce any changes in behavior of
3372         the binding so long as users do not type M-SPC twice in a raw with
3373         the same prefix argument or lack thereof.
3375 2014-03-28  Glenn Morris  <rgm@gnu.org>
3377         * faces.el (term-file-aliases): New variable.
3378         (tty-run-terminal-initialization): Respect term-file-aliases.
3379         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
3380         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
3381         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
3383 2014-03-27  Glenn Morris  <rgm@gnu.org>
3385         * startup.el (inhibit-startup-hooks): Doc tweak.
3386         (normal-top-level): Simplify running of hooks.
3387         For window-setup-hook, respect inhibit-startup-hooks.
3388         (command-line-1): Don't set window-setup-hook to nil.
3390         Allow selective autoloading from obsolete/ directory.
3391         * Makefile.in (obsolete-autoloads): New rule.
3392         (autoloads): Run obsolete-autoloads.
3393         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
3394         * simple.el (iswitchb-mode): Remove hand-written autoloads.
3396 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
3398         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3399         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
3401         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3402         Don't propertize `?' or `!' as symbol constituent when after
3403         colon.  (Bug#17097)
3405 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
3407         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
3408         which is no longer needed and causes trouble in GTK builds (bug#17046).
3410         * emacs-lisp/package-x.el (package--archive-contents-from-url):
3411         Use url-insert-file-contents; package-handle-response no longer exists.
3413 2014-03-26  Daniel Colascione  <dancol@dancol.org>
3415         * simple.el (process-menu-mode-map): New variable.
3416         (process-menu-delete-process): New command.
3418 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
3420         * emacs-lisp/package.el: Fix bug#16733 (again).
3421         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
3422         (url-http-target-url): Remove unused declarations.
3423         (package-handle-response): Remove.
3424         (package--with-work-buffer): Use url-insert-file-contents and simplify.
3425         (package--download-one-archive): Use current-buffer instead of
3426         dynamic binding of `buffer'.
3427         (describe-package-1): Do not decode readme-string.
3429 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
3431         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
3433         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
3434         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
3435         `remote-file-name-inhibit-cache' to nil in the second pass.
3436         (tramp-find-executable): Do not call "which" on SunOS.
3437         (tramp-send-command-and-check): Fix docstring.
3438         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
3439         check whether source directory has set the sticky bit.
3441 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
3443         * simple.el (primitive-undo): Only process marker adjustments
3444         validated against their corresponding (TEXT . POS).  Issue warning
3445         for lone marker adjustments in undo history.  (Bug#16818)
3446         (undo-make-selective-list): Add marker adjustments to selective
3447         undo list based on whether their corresponding (TEXT . POS) is in
3448         the region.  Remove variable adjusted-markers, which was unused
3449         and only non nil during undo-make-selective-list.
3450         (undo-elt-in-region): Return nil when passed a marker adjustment
3451         and explain in function doc.
3453 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3455         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
3457 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
3459         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
3460         Match special global variables without curlies, too.
3461         (ruby-font-lock-keywords): Simplify the matcher for special global
3462         variables.  Don't require a non-word character after the variable.
3463         (Bug#17057)
3465 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3467         * simple.el (redisplay-highlight-region-function): Increase priority of
3468         overlay to make sure boundaries are visible (bug#15899).
3470 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
3472         * frameset.el (frameset--initial-params): Fix typo in parameter name.
3473         (frameset-restore): Compare display strings with equal.
3475         * frame.el (make-frame): Don't quote display name in error message,
3476         it is already a string.
3478 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3480         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
3481         the password.
3483 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
3485         * emacs-lisp/package.el (package--add-to-archive-contents):
3486         Include already installed and built-in packages in
3487         `package-archive-contents'.
3488         (package-install): Don't include already installed packages in the
3489         options during interactive invocation.  (Bug#16762)
3490         (package-show-package-list): If the buffer is already displayed in
3491         another window, switch to that window.
3493 2014-03-26  Reto Zimmermann  <reto@gnu.org>
3495         Sync with upstream vhdl mode v3.35.1.
3496         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3497         (vhdl-compiler-alist): Doc fix.
3498         (vhdl-goto-line): Remove.
3499         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
3500         (vhdl-mode) <paragraph-start>: Fix value.
3501         (vhdl-fix-statement-region): Not `for' in wait-statement.
3502         (vhdl-beautify-region): Also (un)tabify.
3503         (vhdl-get-visible-signals):
3504         Scan declarative part of generate statements.
3505         (vhdl-template-record): Fix indentation for record type declaration.
3506         (vhdl-expand-abbrev, vhdl-expand-paren):
3507         Revert to using fset again rather than defalias.
3508         (vhdl-scan-directory-contents): Tweak.
3509         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
3510         (vhdl-compose-components-package):
3511         Replace vhdl-goto-line with forward-line.
3512         (top-level): Tweak speedbar frame selection.
3513         (vhdl-generate-makefile-1): Support for compilers with no
3514         unit-to-file name mapping (create directory with dummy files).
3516 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
3518         Sync with upstream verilog-mode revision 702457d.
3519         * progmodes/verilog-mode.el (verilog-mode-version): Update.
3520         (create-lockfiles): Declare.
3521         (verilog-read-decls): Fix module header imports, bug709.
3522         Reported by Victor Lau.
3523         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
3524         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
3525         interface-only modules, bug721.  Reported by Dean Hoyt.
3527 2014-03-26  Glenn Morris  <rgm@gnu.org>
3529         * obsolete/gulp.el: Move here from emacs-lisp/.
3531         * files.el (lock-buffer, unlock-buffer, file-locked-p):
3532         Remove fallback aliases, since they are always defined now.
3534 2014-03-24  Daniel Colascione  <dancol@dancol.org>
3536         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
3537         instead of cl-loop search function.
3539 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
3541         * calendar/parse-time.el (parse-time-iso8601-regexp)
3542         (parse-iso8601-time-string): Copied from `url-dav' so that we can use
3543         it more generally.
3545 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
3547         * net/dns.el (network-interface-list): Define for XEmacs.
3549 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
3551         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
3552         the network interfaces changed.
3553         (dns-query): Use it to flush the data.
3555 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
3557         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
3559 2014-03-23  Daniel Colascione  <dancol@dancol.org>
3561         Change subword-mode to use `find-word-boundary-function-table' and
3562         replace `capitalized-words-mode'.  Also, convert to lexical
3563         binding.
3565         * progmodes/cap-words.el: Delete now-obsolete file.
3566         * progmodes/subword.el: Reimplement using
3567         `find-word-boundary-function-table'.
3568         (subword-mode-map): Hollow out.
3569         (capitalized-words-mode): Define as obsolete alias for
3570         `subword-mode'.
3571         (subword-mode, superword-mode): Tweak documentation to reflect new
3572         implementation; call `subword-setup-buffer'.
3573         (subword-forward, subword-capitalize): Add underscore to indicate
3574         unused variable.
3575         (subword-find-word-boundary-function-table): New constant.
3576         (subword-empty-char-table): New constant.
3577         (subword-setup-buffer): New function.
3578         (subword-find-word-boundary): New function.
3580 2014-03-23  Daniel Colascione  <dancol@dancol.org>
3582         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
3583         list to look for keyword arguments instead of `memq', fixing
3584         (Bug#3647) --- unfortunately, only for freshly-compiled code.
3585         Please make bootstrap.
3587 2014-03-22  Glenn Morris  <rgm@gnu.org>
3589         * dired.el (dired-read-regexp): Make obsolete.
3590         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
3591         (dired-flag-files-regexp):
3592         * dired-aux.el (dired-mark-read-regexp):
3593         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
3595         * startup.el (fancy-startup-text):
3596         * help.el (describe-gnu-project): Visit online info about GNU project.
3598         * help-fns.el (help-fns--interactive-only): New function.
3599         (help-fns-describe-function-functions): Add the above function.
3600         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
3601         (next-line, previous-line): Remove hand-written interactive-only
3602         information from doc strings, it is auto-generated now.
3603         * bookmark.el (bookmark-write):
3604         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
3605         (epa-mail-import-keys): Mark interactive-only,
3606         and remove hand-written interactive-only information from doc strings.
3607         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
3608         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
3609         * files.el (not-modified):
3610         * simple.el (mark-whole-buffer): Mark interactive-only.
3612         * emacs-lisp/byte-run.el (defun-declarations-alist):
3613         Add interactive-only.  Doc tweak.
3614         (macro-declarations-alist): Doc tweak.
3615         * subr.el (declare): Doc tweak (add xref to manual).
3616         * comint.el (comint-run):
3617         * files.el (insert-file-literally, insert-file):
3618         * replace.el (replace-string, replace-regexp):
3619         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3620         (delete-forward-char, goto-line, insert-buffer, next-line)
3621         (previous-line): Set interactive-only via declare.
3623 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
3625         * emacs-lisp/package.el (package-desc): Use the contents of the
3626         quoted form, not its cdr.  (Bug#16873)
3628 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
3630         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
3631         benefit of doc.c; change parameter profile to match the X function.
3633 2014-03-22  Leo Liu  <sdl.web@gmail.com>
3635         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
3636         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
3638 2014-03-21  Richard Stallman  <rms@gnu.org>
3640         * battery.el (battery-linux-sysfs): Search for each field
3641         from the beginning of the buffer.
3643         * subr.el (set-transient-map): Clear out function and value
3644         of the temporary symbol when we're done with it.
3646         * mail/rmailsum.el (rmail-summary-delete-forward):
3647         Optimize case of reaching end and handling count.
3648         (rmail-summary-mark-deleted): Optimize when N is current msg.
3649         Don't create new summary line.
3650         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
3651         (rmail-summary-undelete-many): Rewrite for speed.
3652         (rmail-summary-msg-number): New function.
3654         * mail/rmail.el (rmail-delete-message): Update summary.
3655         (rmail-undelete-previous-message): Handle repeat count arg.
3656         (rmail-delete-backward, rmail-delete-forward): Likewise.
3658 2014-03-21  Daniel Colascione  <dancol@dancol.org>
3660         * mail/emacsbug.el (report-emacs-bug): Include memory usage
3661         information in bug reports.
3663 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
3665         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
3666         and `tramp-copy-env'.
3668         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
3669         (tramp-maybe-open-connection): Handle `tramp-login-env'.
3671 2014-03-21  Glenn Morris  <rgm@gnu.org>
3673         * electric.el (electric-indent-post-self-insert-function): Add doc.
3675 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
3677         * emacs-lisp/package.el (package-compute-transaction):
3678         Use `version-list-<=' to compare the requirement version against
3679         the version of package already to be installed.  Update the error
3680         message.  (Bug#16826)
3682         * progmodes/ruby-mode.el (ruby-smie-rules):
3683         Add indentation rule for ` @ '.  (Bug#17050)
3685 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
3687         * align.el (align-regexp): Remove superfluous backslash.
3689         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
3690         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
3691         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
3692         Fix docstring typos.
3693         (ffap-next): Use C-u in docstring.
3694         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
3695         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
3696         Remove superfluous backslashes.
3697         (ffap-string-at-point): Reflow docstring.
3699         * server.el (server-host): Reflow docstring.
3700         (server-unload-function): Fix docstring typo.
3701         (server-eval-at): Remove superfluous backslash.
3703         * skeleton.el (skeleton-insert): Remove superfluous backslash.
3704         (skeleton-insert): Doc fix.
3705         (skeleton-insert): Reflow docstring.
3707         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
3708         (tty-color-approximate, tty-color-by-index, tty-color-values)
3709         (tty-color-desc): Remove superfluous backslashes.
3711 2014-03-21  Glenn Morris  <rgm@gnu.org>
3713         * cus-start.el (history-length): Bump :version.
3715         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3716         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3717         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3718         Don't set `make-backup-files'.
3720         * info.el (info--prettify-description): New function,
3721         to give info-finder descriptions consistent case, punctuation.
3722         (Info-finder-find-node): Use it.  Sort packages.
3723         Refer to "description" rather than "commentary".
3725 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
3727         * frameset.el (frameset--print-register): New function.
3728         (frameset-to-register): Use it.
3730 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
3732         * progmodes/hideif.el (hif-string-to-number): New function.
3733         (hif-tokenize): Use it to understand non-decimal floats.
3735         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
3737         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
3739 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3741         * electric.el (electric-newline-and-maybe-indent): New command.
3742         Bind it globally to C-j.
3743         (electric-indent-mode): Don't mess with the global map any more.
3744         Don't drop the post-self-insert-hook is some buffer is still using it
3745         (bug#16770).
3747         * bindings.el (global-map): Remove C-j binding.
3749         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
3750         the docstring of functions advised before dumping (bug#16993).
3752 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
3754         * ps-print.el (ps-generate-postscript-with-faces):
3755         Explicitly deactivate the mark (bug#16866).
3756         * simple.el (deactivate-mark): Update region highlight.
3758 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
3760         * emacs-lisp/package.el (describe-package-1):
3761         Decode commentary (bug#16733).
3763 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
3765         * custom.el (defcustom): Doc fix: recommend avoiding destructive
3766         modification of the value argument of :set (bug#16755).
3768 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3770         * simple.el (newline-and-indent): Do autofill (bug#17031).
3772 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
3774         * newcomment.el (comment-normalize-vars): Only add escaping check
3775         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
3776         (comment-beginning): Use `narrow-to-region' instead of moving back
3777         one character.
3778         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
3779         (comment-start-skip): Update the docstring.
3781 2014-03-18  Richard Stallman  <rms@gnu.org>
3783         * dired.el (dired-display-file): Force use of other window.
3785 2014-03-18  Daniel Colascione  <dancol@dancol.org>
3787         * startup.el (tty-handle-args): Remove debug message from 2007.
3789 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3791         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
3792         (advice--make-interactive-form): Use it to avoid (auto)loading function.
3793         (advice--make-1, advice-add, advice-remove):
3794         Remove braindead :advice-pending hack.
3796 2014-03-17  Glenn Morris  <rgm@gnu.org>
3798         * calendar/calendar.el (calendar-generate-month): Apply weekend
3799         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
3801 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
3803         * net/tramp.el (tramp-action-out-of-band): Read pending output.
3804         (tramp-call-process): Trace also DESTINATION.
3806         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3807         Quote file names when they are local.  Remove superfluous trace.
3809 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
3811         * newcomment.el (comment-beginning): If `comment-start-skip'
3812         doesn't match, move back one char and try again.  (Bug#16971)
3814         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3815         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
3816         Set `comment-start-skip' to a simpler value that doesn't try to
3817         check if the semicolon is escaped (this is handled by
3818         `syntax-ppss' now).  (Bug#16971)
3820         * progmodes/scheme.el (scheme-mode-variables): Same.
3822 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
3824         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
3825         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
3826         current (Bug#16816, Bug#17007).
3827         (with-current-buffer-window): New macro doing the same as
3828         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
3829         * help.el (help-print-return-message): Warn in doc-string to not
3830         use this in `with-help-window'.
3831         (describe-bindings-internal): Call `describe-buffer-bindings'
3832         from within help buffer.  See Juanma's scenario in (Bug#16816).
3833         (with-help-window): Update doc-string.
3834         * dired.el (dired-mark-pop-up):
3835         * files.el (save-buffers-kill-emacs):
3836         * register.el (register-preview): Use `with-current-buffer-window'
3837         instead of `with-temp-buffer-window'.
3839 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
3841         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
3842         Implement inserting into current buffer, documented in their docstrings.
3843         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
3844         (rst-section-tree-point, rst-forward-section, rst-indent)
3845         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
3846         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
3847         (rst-font-lock-handle-adornment-pre-match-form)
3848         (rst-repeat-last-character): Reflow docstrings.
3849         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
3850         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
3851         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
3852         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
3853         Fix docstring typos.
3854         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
3855         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
3856         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
3858 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
3860         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
3861         for compatibility with other ports.
3862         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
3863         from the -xrm command line argument, but in the Nextstep port its value
3864         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
3866         * progmodes/python.el (defconst, python-syntax-count-quotes)
3867         (python-indent-region, python-indent-shift-right)
3868         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
3869         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
3870         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
3871         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
3872         (inferior-python-mode, python-shell-make-comint, run-python-internal)
3873         (python-shell-buffer-substring, python-shell-send-buffer)
3874         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
3875         (python-completion-complete-at-point, python-fill-docstring-style)
3876         (python-eldoc-function, python-imenu-format-item-label)
3877         (python-imenu-format-parent-item-label)
3878         (python-imenu-format-parent-item-jump-label)
3879         (python-imenu--build-tree, python-imenu-create-index)
3880         (python-imenu-create-flat-index): Fix docstring typos.
3881         (python-indent-context, python-shell-prompt-regexp, run-python):
3882         Remove superfluous backslashes.
3883         (python-indent-line, python-nav-beginning-of-defun)
3884         (python-shell-get-buffer, python-shell-get-process)
3885         (python-info-current-defun, python-info-current-line-comment-p)
3886         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
3887         (python-indent-post-self-insert-function, python-shell-send-file)
3888         (python-shell-completion-get-completions)
3889         (python-shell-completion-complete-or-indent)
3890         (python-eldoc--get-doc-at-point): Reflow docstrings.
3892 2014-03-14  Glenn Morris  <rgm@gnu.org>
3894         * emacs-lisp/package.el (package-menu-mode-map):
3895         Replace use of obsolete function alias.  Tweak menu item text.
3897         * info.el (Info-finder-find-node):
3898         Ignore the `emacs' metapackage.  (Bug#10813)
3900         * finder.el (finder-list-matches): Include unversioned packages
3901         in the result of a keyword search.
3903         * finder.el (finder--builtins-descriptions): New constant.
3904         (finder-compile-keywords): Use finder--builtins-descriptions.
3906 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
3908         * simple.el (blink-matching-paren): Describe the new value,
3909         `jump', enabling the old behavior.
3910         (blink-matching-open): Use that value.  (Bug#17008)
3912 2014-03-14  Glenn Morris  <rgm@gnu.org>
3914         * finder.el (finder-no-scan-regexp): Add leim-list.
3915         (finder-compile-keywords):
3916         Don't skip files with same basename.  (Bug#14010)
3917         * Makefile.in (setwins_finder): New, excluding leim.
3918         (finder-data): Use setwins_finder.
3920         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
3921         (help-function-arglist, help-make-usage): Move from here...
3922         * help.el (help-split-fundoc, help-add-fundoc-usage)
3923         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
3924         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
3926 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
3928         * net/socks.el (socks, socks-override-functions)
3929         (socks-find-services-entry):
3930         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
3931         (hif-find-ifdef-block):
3932         * progmodes/modula2.el (m2-indent): Fix docstring typos.
3934         * net/tls.el (tls-program): Reflow docstring.
3936         * progmodes/pascal.el (pascal-mode-abbrev-table)
3937         (pascal-imenu-generic-expression, pascal-auto-endcomments)
3938         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
3939         (pascal-outline-mode): Fix docstring typos.
3940         (pascal-mode): Let define-derived-mode document mode hook.
3941         (pascal-uncomment-area): Reflow.
3942         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
3944         * progmodes/opascal.el (opascal-compound-block-indent)
3945         (opascal-case-label-indent): Fix docstring typos.
3946         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
3948 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
3950         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3951         Fontify multiple adjacent negation chars.  (Bug#17004)
3953 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
3955         * emacs-lisp/package.el (package--prepare-dependencies):
3956         Accept requirements without explicit version (bug#14941).
3958 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3960         * register.el (register-separator, copy-to-register): Doc fixes.
3961         (register-preview-default): Remove unnecessary call to concat.
3963         * frameset.el (frameset-restore): When checking for a visible frame,
3964         use the action map instead of calling visible-frame-list.
3966 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
3968         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
3970 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
3972         * window.el (fit-frame-to-buffer): Get maximum width from
3973         display's width instead of height.
3975 2014-03-12  Glenn Morris  <rgm@gnu.org>
3977         * desktop.el (desktop-restore-frames)
3978         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
3979         (desktop-restore-reuses-frames): Doc tweaks.
3981         * electric.el (electric-indent-mode): Doc fix.
3983 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
3985         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
3986         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
3987         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
3988         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
3989         (cvs-dired-use-hook): Fix docstring typos.
3990         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
3991         Doc fixes.
3993         * vc/pcvs-defs.el (cvs-auto-remove-handled)
3994         (cvs-auto-remove-directories, cvs-default-ignore-marks)
3995         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
3996         (cvs-execute-single-dir): Fix docstring typos.
3998         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
3999         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
4001         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
4003         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
4004         Fix docstring typos.
4006 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
4008         * frameset.el (frameset--jump-to-register): Add autoload; it could be
4009         called from jump-to-register after unloading the frameset package.
4011 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4013         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
4014         (bug#16975).  Deactivate the mark before setting it to nil.
4015         (activate-mark): Do nothing if region is already active.
4017 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
4019         * frameset.el (frameset--target-display): Remove definition; declare.
4020         (frameset-save, frameset-restore): Let-bind frameset--target-display.
4022 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4024         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
4025         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
4026         when the advice is pending.
4027         (advice-remove): Remove this marker when not needed any more.
4029 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
4031         * frameset.el: Separate options for reusing frames and cleaning up.
4032         (frameset--reuse-list): Remove definition; declare.
4033         (frameset--action-map): Declare.
4034         (frameset--find-frame-if): Doc fix.
4035         (frameset--restore-frame): Cache frame action.
4036         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
4037         how to clean up the frame list after restoring.  Remove cleaning
4038         options from REUSE-FRAMES.  Change all keyword values to symbols.
4039         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
4041         * desktop.el (desktop-restore-forces-onscreen)
4042         (desktop-restore-reuses-frames): Use non-keyword values.
4043         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
4045 2014-03-10  Glenn Morris  <rgm@gnu.org>
4047         * files.el (find-file): Doc fix: update info node name.
4049         * emacs-lisp/advice.el (ad-add-advice, defadvice):
4050         Doc fix: remove references to deleted info nodes.
4052 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
4054         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4055         Do not add nil to the environment, when there's no remote `locale'.
4056         (tramp-find-inline-encoding): Check, that the remote host has
4057         installed perl, before sending scripts.
4059 2014-03-10  Leo Liu  <sdl.web@gmail.com>
4061         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4062         Clear eldoc-last-message.  (Bug#16920)
4064 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4066         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
4067         (bug#14430).
4069 2014-03-09  Juri Linkov  <juri@jurta.org>
4071         * ansi-color.el (ansi-color-names-vector): Copy default colors
4072         from `xterm-standard-colors' that look well on the default white
4073         background (and also on the black background) to avoid illegible
4074         color combinations like yellow-on-white and white-on-white.
4075         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
4077 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
4079         * frameset.el (frameset-restore): When no frame is visible, do not
4080         generate a list of frames, just make visible the selected one.
4082 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
4084         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
4085         it only contains the repository root.  (Bug#16897)
4087 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
4089         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
4090         only when `remote-file-name-inhibit-cache' is nil.
4091         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
4093 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
4095         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
4096         Fix doc-strings.
4097         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
4098         fit-frame-to-buffer variable.  Fix doc-string.
4099         (fit-window-to-buffer): Set ONLY argument in call of
4100         fit-frame-to-buffer.  Fix doc-string.
4102 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
4104         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
4105         (tramp-action-password): Clear password cache if needed.
4106         (tramp-read-passwd): Do not clear password cache.
4108         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
4109         cache unless it is the first password request.
4111 2014-03-06  Glenn Morris  <rgm@gnu.org>
4113         * simple.el (newline): Doc tweak.
4115         * emacs-lisp/shadow.el (load-path-shadows-find):
4116         Ignore dir-locals.  (Bug#12357)
4118 2014-03-05  Glenn Morris  <rgm@gnu.org>
4120         * files.el (interpreter-mode-alist):
4121         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
4123 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
4125         * frameset.el (frameset--initial-params): Filter out null entries.
4127 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
4129         * window.el (window-min-height, window-min-width):
4130         Rewrite doc-strings.
4131         (window-body-size): Add PIXELWISE argument to make it consistent
4132         with its callees.
4134 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
4136         * finder.el (finder-mode-map, finder-mode-syntax-table):
4137         Revert part of 2014-02-28 change.
4139 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
4141         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
4142         (eww-setup-buffer): Clear next/prev/etc more reliably.
4143         (eww-textarea-map): [tab] doesn't work on tty.
4144         Reported by Mario Lang.
4146         * net/shr.el (shr-map): Ditto.
4148 2014-03-04  Glenn Morris  <rgm@gnu.org>
4150         * minibuffer.el (completion-hilit-commonality):
4151         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
4153 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
4155         * hilit-chg.el (hilit-chg-unload-function): New function.
4156         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
4157         (hilit-chg-map-changes): Prefer cardinal number to digit.
4158         (hilit-chg-display-changes): Reflow docstring.
4159         (highlight-changes-rotate-faces): Remove superfluous backslash.
4161 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
4163         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
4164         `tramp-send-command-and-check'.
4166 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
4168         * hexl.el (hexl-address-region, hexl-ascii-region)
4169         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
4170         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
4171         (hexl-forward-word, hexl-previous-line, hexl-next-line):
4172         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
4173         (hexl-mode): Doc fix.
4174         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
4175         (hexl-mode-ruler): Fix typos in docstrings.
4177         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
4178         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
4179         Remove superfluous backslashes.
4180         (strokes-last-stroke, strokes-global-map, strokes-mode):
4181         Reflow docstrings.
4182         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
4183         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
4184         (strokes-distance-squared, strokes-global-set-stroke)
4185         (strokes-global-set-stroke-string): Doc fixes.
4186         (strokes-help): Fix typos; reflow docstring.
4188 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
4190         * window.el (window-in-direction): Fix doc-string.
4192 2014-03-04  Glenn Morris  <rgm@gnu.org>
4194         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
4195         Explicit error if no grammar.
4196         (smie-config-save): Doc fix.  Fix quote typo.
4198 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4200         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
4201         electric-indent-mode-hook if we obey electric-indent-mode.
4202         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
4203         decide whether we obey electric-indent-mode.
4204         (c-change-set-fl-decl-start, c-extend-after-change-region):
4205         Silence warnings.
4206         (c-electric-indent-mode-hook): Assume we do want to obey
4207         electric-indent-mode.
4209         * electric.el (electric-indent-mode-has-been-called): Remove.
4210         (electric-indent-mode): Fix accordingly.
4212         * files.el (hack-local-variables): Mention file name in warning.
4214         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
4216 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
4218         * bindings.el: Add comment describing why C-d binds to `delete-char'.
4219         * simple.el (delete-forward-char): Mark as interactive-only.
4221 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
4223         * icomplete.el (icomplete-completions):
4224         Follow-up to 2014-03-01 change.
4226         * icomplete.el: Miscellaneous doc fixes.
4227         Use Icomplete everywhere instead of icomplete for consistency.
4228         (icomplete-max-delay-chars): Fix typo.
4229         (icomplete-mode): Use \[].
4230         (icomplete-tidy, icomplete-exhibit): Reflow.
4231         (icomplete-minibuffer-setup-hook, icomplete-completions):
4232         Remove superfluous backlashes.
4234         * ido.el: Miscellaneous doc fixes.
4235         Use Ido everywhere instead of ido or `ido' for consistency.
4236         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
4237         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
4238         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
4239         (ido-separator): Extract obsolescence info from docstring and declare
4240         with make-obsolete-variable.
4241         (ido-minibuffer-setup-hook): Simplify example.
4242         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
4243         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
4244         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
4245         (ido-everywhere): Reflow docstring.
4246         (ido-toggle-vc): Doc fix.
4247         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
4248         of long list of keybindings.
4250 2014-03-03  Glenn Morris  <rgm@gnu.org>
4252         * frame.el (display-pixel-height, display-pixel-width)
4253         (display-mm-dimensions-alist, display-mm-height)
4254         (display-mm-width): Doc tweaks.
4256 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
4258         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
4259         case of undo in region.
4261 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
4263         * window.el (fit-window-to-buffer): Fix argument in window-size
4264         call when window is horizontally combined.
4266 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
4268         * icomplete.el (icomplete-completions): Use string-width.
4269         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4271 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
4273         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4274         Highlight regexp options.  (Bug#16914)
4276 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
4278         * window.el (window--max-delta-1): Round down when calculating
4279         how many lines/columns we can get from a window.
4281 2014-03-01  Glenn Morris  <rgm@gnu.org>
4283         * isearch.el (search-invisible): Doc fix.
4285         * minibuffer.el (completion-hilit-commonality):
4286         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
4287         * comint.el (comint-dynamic-list-completions): Doc fix.
4288         * comint.el (comint-dynamic-list-completions):
4289         * filecache.el (file-cache-minibuffer-complete):
4290         * tempo.el (tempo-display-completions):
4291         * eshell/em-hist.el (eshell-list-history):
4292         Replace use of obsolete argument of display-completion-list.
4294 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
4296         * icomplete.el (icomplete-completions):
4297         Revert back to using "..." when ?… cannot be displayed.
4299 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4301         * finder.el (finder-unload-function): New function.
4303 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
4305         * dframe.el (dframe-detach):
4306         * find-dired.el (find-dired, find-name-dired):
4307         * finder.el (finder-mode-map, finder-mode-syntax-table)
4308         (finder-headmark, finder-select, finder-mouse-select):
4309         Fix docstring typos.
4311 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
4313         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
4314         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
4315         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4316         Fix doc-string based on a suggestion by Nicolas Richard
4317         <theonewiththeevillook@yahoo.fr>.
4318         * help.el (with-help-window): Fix doc-string.
4320 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
4322         * net/shr.el (shr-image-animate): New option.
4323         (shr-put-image): Respect shr-image-animate.
4325 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
4327         * net/tramp-adb.el (tramp-adb-parse-device-names):
4328         Use `accept-process-output'.
4329         (tramp-adb-handle-file-truename): Cache the localname only.
4330         (tramp-adb-handle-make-directory)
4331         (tramp-adb-handle-delete-directory): Flush file properties correctly.
4332         (tramp-adb-handle-set-file-modes): Do not raise an error when file
4333         modes cannot be changed.
4335         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
4336         file properties of symlinks.
4338 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
4340         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
4341         required/optional fields to match development biblatex.  (Bug#16781)
4343 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
4345         * saveplace.el (toggle-save-place):
4346         Fix argument handling.  (Bug#16673)
4348 2014-02-28  Glenn Morris  <rgm@gnu.org>
4350         * minibuffer.el (completions-first-difference)
4351         (completions-common-part, completion-hilit-commonality): Doc fixes.
4353 2014-02-28  Karl Berry  <karl@gnu.org>
4355         * info.el (Info-mode-map): Add H for describe-mode,
4356         to synchronize with standalone Info.
4358 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
4360         * progmodes/sql.el (sql-interactive-mode):
4361         Avoid setting global comint-input-ring-separator.  (Bug#16814)
4363 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4365         * net/dbus.el (dbus--init-bus): Declare function.
4366         (dbus-path-local, dbus-interface-local): New defconst.
4367         (dbus-init-bus): Use them.
4368         (dbus-return-values-table): Extend doc.
4369         (dbus-handle-bus-disconnect): Extend error message.
4371 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
4373         * subr.el (y-or-n-p): Fix double space issue in message.
4375 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
4377         * net/tramp.el (tramp-call-process): Improve trace message.
4378         (tramp-handle-insert-file-contents): Trace error case.
4380         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4381         <insert-directory>: Use `tramp-handle-insert-directory'.
4382         (tramp-adb-handle-insert-directory): Remove function.
4383         (tramp-adb-send-command-and-check): New defun, replacing
4384         `tramp-adb-command-exit-status'.  Change all callees.
4385         (tramp-adb-handle-file-attributes)
4386         (tramp-adb-handle-directory-files-and-attributes): Use it.
4387         (tramp-adb-ls-output-name-less-p):
4388         Use `directory-listing-before-filename-regexp'.
4389         (tramp-adb-handle-delete-directory): Flush also file properties of
4390         the truename of directory.
4391         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
4392         (tramp-adb-handle-file-local-copy): Make the local copy readable.
4393         (tramp-adb-handle-write-region): Implement APPEND.
4394         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
4395         properties correctly.
4396         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
4397         variables.  Check for connected devices only when needed.
4399 2014-02-27  Glenn Morris  <rgm@gnu.org>
4401         * minibuffer.el (completion-table-dynamic)
4402         (completion-table-with-cache): Doc fixes.
4404         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
4405         (completing-read-multiple): Doc fixes.
4407 2014-02-27  Daniel Colascione  <dancol@dancol.org>
4409         * minibuffer.el (completion--nth-completion): Fix indentation.
4411         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
4412         explicit tramp path is empty.
4414 2014-02-27  Glenn Morris  <rgm@gnu.org>
4416         * emacs-lisp/crm.el (completing-read-multiple):
4417         Empower help-enable-auto-load.
4419 2014-02-26  Glenn Morris  <rgm@gnu.org>
4421         * startup.el (command-line): Don't init the tty in daemon mode.
4423         Avoid calling tty-setup-hook twice, eg if a term file
4424         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
4425         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
4426         (tty-create-frame-with-faces): Use it.
4427         * startup.el (command-line): Pass run-hook argument
4428         to tty-run-terminal-initialization.
4430         * dired.el (dired-restore-desktop-buffer): Demote errors;
4431         eg in case a glob match fails.  (Bug#16884)
4433 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
4435         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
4436         error from `read-from-string'.  (Bug#16850)
4438         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
4439         result of `completing-read' in the interactive form.  (Bug#16854)
4441 2014-02-25  Glenn Morris  <rgm@gnu.org>
4443         * image.el (image-animate, image-animate-timeout):
4444         Stop animating images in dead buffers.  (Bug#16878)
4446         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
4448         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
4449         Doc fixes.
4450         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
4451         * term/sun.el (sun-raw-prefix-hooks):
4452         Use tty-setup-hook instead of term-setup-hook.
4453         (terminal-init-sun): Construct message from bytecomp plist.
4454         * term/wyse50.el (enable-arrow-keys): Doc fix.
4456 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
4458         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
4459         Fix docstring typos.
4461 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
4463         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
4465 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
4467         * minibuffer.el (completion--try-word-completion):
4468         Fix error when completing M-x commands (bug#16808).
4470 2014-02-24  Leo Liu  <sdl.web@gmail.com>
4472         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
4474 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
4476         * apropos.el (apropos-print): Avoid formatting error when
4477         apropos-do-all and apropos-compact-layout are both t.
4479 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
4481         * apropos.el (apropos-property, apropos-all-words-regexp)
4482         (apropos-true-hit, apropos-variable, apropos-print):
4483         Fix docstring typos, and remove obsolete comment.
4485 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
4487         * net/tramp-sh.el (tramp-sh-handle-file-truename):
4488         Preserve trailing "/".  (Bug#16851)
4490 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
4492         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
4493         after `=>' (bug#16811).
4494         (ruby-smie-rules): Handle the inconsistent second element of the
4495         list returned by `smie-indent--parent'.
4496         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
4497         method call.
4499 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
4501         * elec-pair.el (electric-pair-text-syntax-table)
4502         (electric-pair-syntax-info, electric-pair--syntax-ppss)
4503         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
4504         (electric-pair--looking-at-unterminated-string-p): Doc fix.
4505         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
4507 2014-02-22  Glenn Morris  <rgm@gnu.org>
4509         * imenu.el (imenu--generic-function): Doc fix.
4511         * register.el (frame-configuration-to-register): Make obsolete.
4513 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
4515         * desktop.el (desktop-save-buffer-p): Do not fail when
4516         desktop-files-not-to-save is nil.  Return t for true result
4517         as the doc says.
4519 2014-02-22  Daniel Colascione  <dancol@dancol.org>
4521         * net/secrets.el (secrets-create-item, secrets-search-items):
4522         Check that attribute values are strings, avoiding the construction
4523         of invalid dbus messages.
4525 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4527         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
4528         defun-declarations-alist.
4530 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4532         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
4533         (bug#16829).
4535 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4537         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
4538         (whitespace-newline, whitespace-trailing, whitespace-line)
4539         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4540         (whitespace-space-after-tab): Fix typo in docstrings.
4542 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
4544         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
4546         * electric.el (electric-indent-functions-without-reindent):
4547         Add `yaml-indent-line'.
4549 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4551         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
4552         It has done nothing for years; should be removed after the release.
4554         * simple.el (choose-completion): Fix docstring typo.
4555         (read-quoted-char-radix): Remove unneeded * in docstring.
4556         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
4557         Don't escape parentheses unnecessarily in docstrings.
4559 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
4561         Fix handling of window-min-height/-width (Bug#16738).
4562         * window.el (window--dump-window, window--dump-frame):
4563         New functions.
4564         (window--min-size-1): Account for window dividers.
4565         When window-resize-pixelwise is nil, delay rounding till after the
4566         sum of the window components has been calculated.
4567         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
4568         nil make sure at least one text line and two text columns remain
4569         fully visible.
4570         (window-resize): Signal an error when window-resize-apply fails.
4571         (window--resize-child-windows): Fix calculation of by how many
4572         pixels a window can still be shrunk via window-new-normal.
4573         (adjust-window-trailing-edge): Call window--resizable with
4574         correct TRAIL argument.
4576         (with-temp-buffer-window): Don't evaluate BODY within
4577         with-current-buffer (Bug#16816).
4579 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
4581         * net/tramp.el (tramp-check-cached-permissions):
4582         Call `file-attributes' with `suffix' being a symbol but a string.
4584 2014-02-21  Daniel Colascione  <dancol@dancol.org>
4586         * net/dbus.el (dbus-init-bus-1): Declare new subr.
4587         (dbus-init-bus): New function: call into dbus-init-bus-1
4588         and installs a handler for the disconnect signal.
4589         (dbus-call-method): Rewrite to look for result in cons.
4590         (dbus-call-method-handler): Store result in cons.
4591         (dbus-check-event): Recognize events with nil sender as valid.
4592         (dbus-handle-bus-disconnect): New function.  React to bus
4593         disconnection signal by synthesizing dbus error for each
4594         pending synchronous or asynchronous call.
4595         (dbus-notice-synchronous-call-errors): New function.
4596         (dbus-handle-event): Raise errors directly only when `dbus-debug'
4597         is true, not all the time.
4599 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
4601         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4602         Remove obsolescence declarations, these variables do not exist anymore.
4604         * savehist.el (savehist-save-minibuffer-history)
4605         (savehist-additional-variables, savehist-file, savehist-mode-hook)
4606         (savehist-save-hook, savehist-coding-system, savehist-loaded)
4607         (savehist-load, savehist-install, savehist-autosave): Fix typos;
4608         mostly, refer to "Savehist mode" when talking about the mode,
4609         and not the function.
4611         * saveplace.el (save-place): Remove redundant info in docstring.
4612         (save-place-forget-unreadable-files, toggle-save-place)
4613         (save-place-forget-unreadable-files, save-place-dired-hook):
4614         Fix typos and remove unneeded backslashes.
4616 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
4618         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
4619         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
4621         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4622         <insert-directory>: Use `tramp-handle-insert-directory'.
4623         (tramp-gvfs-handle-insert-directory): Remove function.
4625         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4626         Call `tramp-handle-insert-directory'.
4628 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
4630         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
4631         before the start of buffer/region (bug#16799).
4633 2014-02-20  Glenn Morris  <rgm@gnu.org>
4635         * isearch.el (search-invisible): Doc fix.
4637 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
4639         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
4640         (bug#16657).
4642 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
4644         * frameset.el (frameset-restore): Delay removing an old frame's
4645         duplicate id until the new frame has been correctly created.
4647 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
4649         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
4650         (tramp-check-cached-permissions): Call `file-attributes' if the
4651         cache is empty.
4653         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4654         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
4656         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4657         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
4658         (tramp-gvfs-maybe-open-connection): Set always connection
4659         properties, even if target is mounted already.
4661         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
4662         Set tramp-autoload cookie.
4663         (tramp-get-remote-touch): New defun.
4664         (tramp-sh-handle-set-file-times): Use it.
4665         (tramp-sh-handle-directory-files-and-attributes):
4666         Use `tramp-handle-directory-files-and-attributes' if neither stat
4667         nor perl are available on the remote host.
4669         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
4670         "/".  Write long listing only when "l" belongs to the switches.
4672         * net/trampver.el: Update release number.
4674 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
4676         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
4678 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
4680         * window.el (window-state-put): Allow WINDOW to refer to an
4681         internal window (Bug#16793).
4683 2014-02-19  Glenn Morris  <rgm@gnu.org>
4685         * textmodes/remember.el: Move provide statement to end.
4686         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
4687         (remember-notes): Doc fixes.
4689 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4691         * delsel.el (delete-char): Restore incorrectly erased property
4692         (bug#16795).
4694 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
4696         * frameset.el (frameset--restore-frame): When a frame is being reused
4697         and its root window is not alive, delete all the frame's windows before
4698         restoring the window state.  This works around the issue in bug#16793.
4700 2014-02-18  Glenn Morris  <rgm@gnu.org>
4702         * textmodes/remember.el (remember-data-directory)
4703         (remember-directory-file-name-format, remember-store-in-files)
4704         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
4705         (remember-notes-save-and-bury-buffer)
4706         (remember-notes--kill-buffer-query): Doc fixes.
4708         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
4710 2014-02-17  Alan Mackenzie  <acm@muc.de>
4712         Connect electric-indent-mode up with CC Mode.  Bug #15478.
4713         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
4714         to electric-indent-{,local-}-mode.
4715         (c-basic-common-init): Set electric-indent-inhibit.
4716         Initialise c-electric-flag from electric-indent-mode.
4717         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
4718         New hook functions which propagate electric-indent-mode to CC mode.
4720         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
4721         hit, toggle electric-indent-local-mode.
4723         * electric.el (electric-indent-mode-has-been-called):
4724         New variable.
4726 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
4728         * frameset.el (frameset-cfg-id): New function.
4729         (frameset--reuse-frame, frameset-restore): Use it.
4730         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
4732 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4734         * ido.el (ido-file-internal): Remove unused var `d'.
4735         Use \` for to match BoS.  Fit within 80n columns.
4737 2014-02-17  Daniel Colascione  <dancol@dancol.org>
4739         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
4740         dbus-call-method check for completion using a busy-wait loop with
4741         gradual backoff.
4743 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
4745         Sync with Tramp 2.2.9.
4747         * net/trampver.el: Update release number.
4749 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
4751         * ido.el (ido-file-internal): Don't add the name of an existing
4752         directory twice.  (Bug#16747)
4754 2014-02-16  Glenn Morris  <rgm@gnu.org>
4756         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
4757         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
4759 2014-02-15  Michael R. Mauger  <michael@mauger.com>
4761         * progmodes/sql.el: Version 3.4
4762         (sql-oracle-options): New default value ("-L").
4763         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
4764         (sql-placeholders-filter): Correct placeholder pattern.
4765         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
4766         (sql-login-delay): New variable.
4767         (sql-product-interactive): Use it.
4769 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
4771         * frameset.el (frameset--jump-to-register): Check that buffer is live
4772         (bug#16749).
4774 2014-02-15  Glenn Morris  <rgm@gnu.org>
4776         * info.el (info-initialize): Revert 2014-01-10 change.
4778 2014-02-14  Glenn Morris  <rgm@gnu.org>
4780         * replace.el (map-query-replace-regexp)
4781         (read-regexp-defaults-function, read-regexp): Doc fixes.
4783         * dired.el (dired-read-regexp):
4784         * faces.el (list-faces-display):
4785         * misearch.el (multi-isearch-read-matching-buffers)
4786         (multi-isearch-read-matching-files):
4787         * play/cookie1.el (cookie-apropos):
4788         * progmodes/grep.el (grep-read-regexp): Doc fixes.
4790         * textmodes/remember.el (remember): Use frameset-to-register
4791         rather than frame-configuration-to-register.
4793 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
4795         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
4796         incorrect keybinding.
4798 2014-02-13  Daniel Colascione  <dancol@dancol.org>
4800         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
4801         when adding overlays so that line numbers from compiler match line
4802         numbers we use.
4804 2014-02-13  Glenn Morris  <rgm@gnu.org>
4806         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
4808         * jit-lock.el (jit-lock-mode): Doc fix.
4810 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
4812         * apropos.el (apropos-read-pattern): When the user passes an empty
4813         string, give a more helpful error message than "Wrong type
4814         argument: stringp, nil".
4816 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4818         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
4820 2014-02-13  Glenn Morris  <rgm@gnu.org>
4822         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
4824 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4826         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
4827         shift-select commands.
4829 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
4831         * progmodes/js.el (js-indent-line): Don't widen.
4832         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
4834 2014-02-12  Glenn Morris  <rgm@gnu.org>
4836         * icomplete.el (icomplete): Add info-link to defgroup.
4837         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
4838         (icomplete-minibuffer-map, icomplete-mode)
4839         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
4841         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
4842         (package-menu-filter): Rename from package-menu-filter-interactive.
4843         Doc fix.
4845 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
4847         * frameset.el (frameset--jump-to-register): Select the required
4848         window and buffer before restoring position (bug#16696).
4850 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
4852         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
4854 2014-02-10  Glenn Morris  <rgm@gnu.org>
4856         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
4858 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
4860         * w32-common-fns.el (x-get-selection): Doc fix.
4861         * select.el (x-get-selection): Doc fix.  (Bug#15109)
4863         * face-remap.el (face-remap-add-relative)
4864         (face-remap-remove-relative, face-remap-reset-base)
4865         (face-remap-set-base): Call force-mode-line-update to redisplay
4866         the current buffer due to potential change in faces.  (Bug#16709)
4868 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
4870         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
4871         script more robustly.
4873 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
4875         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
4877         * simple.el (choose-completion): Doc fix (bug#14160).
4879         * subr.el (event-start): Say what a nil EVENT value means.
4881         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
4882         (bug#14197).
4884         * progmodes/grep.el (find-program): Doc fix (bug#14289).
4886         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
4888         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
4890         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
4891         predicate function (bug#15455).
4893 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
4895         * ielm.el (inferior-emacs-lisp-mode): Instead of
4896         `comment-use-global-state', set `comment-use-syntax'.
4898 2014-02-10  Glenn Morris  <rgm@gnu.org>
4900         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
4902 2014-02-09  Alan Mackenzie  <acm@muc.de>
4904         Fix c-invalidate-state-cache on narrowed buffers.
4905         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
4906         Widen when setting and clearing the CPP delimiter properties.
4908 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4910         * help.el (describe-bindings): Doc fix (bug#9888).
4912         * files.el (save-buffer): Use ARG as the parameter name for
4913         consistency (bug#10346).
4914         (save-buffer): Clarify the 0 argument (bug#10346).
4916         * cus-edit.el (customize-apropos): Fix error string.
4917         (custom-buffer-create): Doc fix (bug#11122).
4918         (custom-sort-items): Doc fix (bug#11121).
4920         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
4922         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
4923         (icomplete-simple-completing-p): Mention the previous variable.
4925         * font-lock.el (font-lock-value-in-major-mode): Clarify the
4926         meaning of the parameter (bug#12282).
4928         * files.el (find-file-noselect): Clarify prompt when changing
4929         readedness (bug#13261).
4930         (locate-file): Suffixes aren't returned, so don't say that they
4931         are (bug#12674).
4932         (backup-inhibited): Doc clarification (bug#12525).
4934         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
4935         before we actually start to delete things (bug#16331).
4937         * subr.el (event-start): Doc fix (bug#14228).
4938         (event-end): Ditto.
4940 2014-02-09  Glenn Morris  <rgm@gnu.org>
4942         * emacs-lisp/warnings.el (lwarn):
4943         Empower help-enable-auto-load.  (Bug#15940)
4945 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
4947         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
4948         (Bug#16690)
4950 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
4952         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4953         Insert output at end of buffer.  (Bug#16120)
4955 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4957         * simple.el (choose-completion-string-functions): Document new
4958         calling convention (bug#14153).
4959         (execute-extended-command): Clarify doc string (bug#13373).
4961         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
4963         * find-dired.el (find-name-dired): Doc fix (bug#14290).
4964         (find-grep-dired): Doc fix (bug#14288).
4966 2014-02-08  Juri Linkov  <juri@jurta.org>
4968         * isearch.el (isearch-quote-char): Check character validity
4969         like in `quoted-insert' (bug#16677).
4971 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
4973         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
4975         * isearch.el (isearch-hide-immediately): Doc clarification
4976         (bug#14723).
4978         * simple.el (line-move): Document utility function used many
4979         places in the Emacs sources (bug#14843).
4981         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
4982         (dired-prev-marked-file): Doc fix (bug#14855).
4983         (dired-up-directory): Doc fix (bug#14848).
4985         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
4987         * files.el (file-relative-name): Doc fix (bug#15159).
4989         * fringe.el (fringe-styles): Doc fix (bug#15239).
4991         * isearch.el (isearch-filter-predicate): Documentation typo fix
4992         (bug#15474).
4994         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
4996         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
4998         * replace.el (replace-match-maybe-edit): Doc clarification
4999         (bug#15632).
5001         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
5003         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
5005 2014-02-08  Glenn Morris  <rgm@gnu.org>
5007         * help-fns.el (describe-variable):
5008         Check {file,dir}-local-variables-alist, and buffer-file-name,
5009         in the correct buffer.
5011 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
5013         * help-fns.el (describe-variable): Fix the case where
5014         a value is directory-local with no dir-locals file.  (Bug#16635)
5016 2014-02-08  Glenn Morris  <rgm@gnu.org>
5018         * abbrev.el (edit-abbrevs-mode):
5019         Derive from fundamental-mode.  (Bug#16682)
5021 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
5023         * simple.el (quoted-insert): Check character validity (bug#16677).
5025 2014-02-07  Juri Linkov  <juri@jurta.org>
5027         * desktop.el (desktop-read): Claim the lock when the owner is not
5028         the current process.  (Bug#16157)
5030 2014-02-07  Juri Linkov  <juri@jurta.org>
5032         * desktop.el (desktop-buffers-not-to-save): Change default from nil
5033         to "\\` ".  (Bug#16651)
5035 2014-02-07  Juri Linkov  <juri@jurta.org>
5037         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
5038         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
5039         (desktop-auto-save-cancel-timer): New function with some code from
5040         `desktop-auto-save-set-timer'.
5041         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
5042         Instead of setting `desktop-save-mode' to nil, call
5043         `desktop-save-mode' with arg 0.  (Bug#16630)
5045 2014-02-07  Glenn Morris  <rgm@gnu.org>
5047         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
5048         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5049         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
5051         * obsolete/iswitchb.el: Move to obsolete/.
5052         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
5053         since obsolete/ is not scanned for autoloads.
5054         * emacs-lisp/authors.el (authors-valid-file-names):
5055         Add iswitchb.el.
5057         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
5058         Disable now non-functional find-file-hook.
5060 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
5062         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
5063         instead of ";" in order to avoid additional prompts.  Let heredoc
5064         scripts read from tty.  (Bug#16582)
5065         (tramp-send-command): No special handling of heredocs, it isn't
5066         necessary anymore.
5068 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5070         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
5071         with a space (bug#16664).  Limit the symbols considered to the ones
5072         that are bound or fbound (bug#16646).
5074 2014-02-06  Glenn Morris  <rgm@gnu.org>
5076         * epa.el (epa-mail-aliases): Doc fix.
5078 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
5080         * emacs-lisp/lisp.el (lisp-completion-at-point):
5081         Use `completion-table-merge' instead of `completion-table-in-turn'
5082         (bug#16604).
5084         * minibuffer.el (completion-table-merge): New function.
5086 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
5088         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
5089         (tramp-sh-handle-set-file-acl)
5090         (tramp-sh-handle-start-file-process)
5091         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
5092         (tramp-find-executable, tramp-send-command): Use it.
5094 2014-02-05  Glenn Morris  <rgm@gnu.org>
5096         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
5098 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5100         * progmodes/python.el (python-shell-send-string)
5101         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
5103 2014-02-04  Anders Lindgren  <andlind@gmail.com>
5105         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
5106         the names (bug#16620).
5108 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
5110         * faces.el (window-divider): New default value.  Rewrite doc-string.
5111         (window-divider-first-pixel, window-divider-last-pixel): New faces.
5113 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
5115         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
5116         `protected' and `public' can also be called without arguments.
5118 2014-02-03  Glenn Morris  <rgm@gnu.org>
5120         * register.el (window-configuration-to-register)
5121         (frame-configuration-to-register): Unadvertise unused argument.
5122         * frameset.el (frameset-to-register): Remove unused argument.
5124         * frameset.el (frameset-to-register):
5125         * kmacro.el (kmacro-to-register):
5126         * register.el (increment-register):
5127         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
5128         (calc-append-to-register, calc-prepend-to-register):
5129         * play/gametree.el (gametree-layout-to-register)
5130         (gametree-apply-register-layout):
5131         * textmodes/picture.el (picture-clear-rectangle-to-register)
5132         (picture-yank-rectangle-from-register):
5133         * vc/emerge.el (emerge-combine-versions-register):
5134         Use register-read-with-preview to read registers.
5136 2014-02-03  João Távora  <joaotavora@gmail.com>
5138         * elec-pair.el (electric-pair-backward-delete-char): Don't error
5139         when at beginning of (possibly narrowed) buffer.
5141 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5143         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
5144         Also try to display local help from just before point.
5146 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
5148         c-parse-state.  Don't "append-lower-brace-pair" in certain
5149         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
5150         recognised as a comment.
5152         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
5153         as well as normal comment starter.
5154         (c-parse-state-get-strategy): Extra return possibility
5155         'back-and-forward.
5156         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
5157         return value list to indicate replacement of a brace-pair cons
5158         with its car.
5159         (c-parse-state-1): With 'back-and-forward, only call
5160         c-append-lower-brace-pair-to state-cache when cons-separated.
5162 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
5164         * term/ns-win.el (ns-suspend-error): New function.
5165         (ns-initialize-window-system): Add ns-suspend-error to
5166         suspend-hook (Bug#16612).
5168 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5170         * progmodes/cc-defs.el (c-find-assignment-for-mode):
5171         Make loading cc-mode silent.
5173 2014-02-02  Daniel Colascione  <dancol@dancol.org>
5175         * comint.el (comint-prompt-read-only): Change doc to suggest
5176         remap keybinding.
5178 2014-02-02  Glenn Morris  <rgm@gnu.org>
5180         * register.el (register-read-with-preview, point-to-register)
5181         (window-configuration-to-register, frame-configuration-to-register)
5182         (jump-to-register, number-to-register, view-register, insert-register)
5183         (copy-to-register, append-to-register, prepend-to-register)
5184         (copy-rectangle-to-register): Doc fixes.
5186 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5188         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
5189         * emacs-lisp/find-func.el (find-function-C-source): Idem.
5190         * emacs-lisp/nadvice.el (advice--cd*r): New function.
5191         * help-fns.el (describe-function-1): Use it.
5193 2014-02-02  Glenn Morris  <rgm@gnu.org>
5195         * register.el (register-preview-default): New function,
5196         split from register-preview.
5197         (register-preview-function): Rename from register-preview-functions,
5198         make it not a hook.
5199         (register-preview): Use register-preview-function.
5200         (register-read-with-preview): Error on non-character event.  (Bug#16595)
5202 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
5204         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
5205         `:' before binary operators (bug#16609).  Don't check for `:'
5206         before `[' and `(', or their syntax status.  A percent literal
5207         can't end with either.
5208         (ruby-font-lock-keywords): For built-ins that require arguments,
5209         check that they're followed by something that looks like argument
5210         (bug#16610).
5212 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
5214         * subr.el (butlast): Document what an omitted N means (bug#13437).
5215         (nbutlast): Ditto.
5217 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
5219         * net/shr.el (shr-generic): Make into a defsubst to make the stack
5220         depth shallower (bug#16587).
5221         (shr-tag-svg): Respect `shr-inhibit-images'.
5222         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
5224 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
5226         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
5227         (ruby-smie-grammar): Make "." right-associative.  Make its priority
5228         lower than the ternary and all binary operators.
5229         (ruby-smie-rules): Indent "(" relative to the first non-"."
5230         parent, or the first "." parent at indentation.
5231         Use `ruby-align-chained-calls' for indentation of "." tokens.
5232         (Bug#16593)
5234 2014-01-31  Juri Linkov  <juri@jurta.org>
5236         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
5237         from `make-hash-table'.
5239         * textmodes/ispell.el (ispell-init-process): Change message format
5240         to be consistent with other messages.
5242 2014-01-31  Glenn Morris  <rgm@gnu.org>
5244         * delsel.el (delete-selection-mode): Doc fix.
5246         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
5247         (trace-function-background): Doc fixes.
5249         * ido.el (ido-use-virtual-buffers): Doc fix.
5250         Reset :version, since the default value has not changed.
5252         * register.el (register-preview-delay, register-read-with-preview):
5253         Doc fixes.
5255         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
5256         do not mess with mail-buffer position (fixes 2009-11-03 change).
5257         * progmodes/cc-mode.el (c-submit-bug-report):
5258         Check auto-fill-mode is bound.  (Bug#16592)
5260 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
5262         * startup.el (fancy-splash-image-file): New function,
5263         split from fancy-splash-head.
5264         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
5265         so that we are both using the same image.  (Bug#16574)
5267 2014-01-30  Glenn Morris  <rgm@gnu.org>
5269         * simple.el (eval-expression): Doc fix.
5271         * hexl.el (hexl-mode-hook):
5272         * ielm.el (ielm-mode-hook):
5273         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
5274         (lisp-interaction-mode-hook):
5275         * progmodes/cfengine.el (cfengine3-documentation-function):
5276         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
5278 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5280         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
5281         is a symbol (bug#16584).
5283 2014-01-30  Glenn Morris  <rgm@gnu.org>
5285         * help.el (help-for-help-internal): Add "P" to text.
5287 2014-01-29  Glenn Morris  <rgm@gnu.org>
5289         * simple.el (just-one-space, cycle-spacing): Doc fixes.
5291 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
5293         * window.el (fit-frame-to-buffer): Fix calculations for margins and
5294         height constraints.
5296 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
5298         * progmodes/hideif.el: Extend to full CPP expression syntax.
5299         (hif-token-alist): Add missing tokens.
5300         (hif-token-regexp): Add support for float/octal/hex immediates.
5301         (hif-string-literal-regexp): New const.
5302         (hif-tokenize): Recognize strings and float/octal/hex immediates.
5303         (hif-exprlist): New function.
5304         (hif-parse-if-exp): Use it.
5305         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
5306         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
5307         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
5308         (hif-logxor, hif-comma): New functions.
5310 2014-01-28  Glenn Morris  <rgm@gnu.org>
5312         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
5314         * indent.el (tab-stop-list): Doc fix.  Add :version.
5316         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
5317         (cvs-append-to-ignore): Add compatibility alias.
5319 2014-01-27  Glenn Morris  <rgm@gnu.org>
5321         * dired.el (dired-hide-details-mode): Don't autoload it,
5322         since it cannot be used outside Dired buffers anyway.
5324         * emulation/cua-base.el (cua-mode): Doc fix.
5326         * dired.el (dired-hide-details-hide-symlink-targets)
5327         (dired-hide-details-hide-information-lines)
5328         (dired-hide-details-mode): Doc fixes.
5330         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
5331         * strokes.el (strokes-file): Doc fix.  Bump :version.
5332         (strokes-help): Doc fix.
5333         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
5334         * emulation/viper.el (viper): Doc fix for custom group.
5335         (top-level): Remove oh-so-no-longer-relevant text about vip.
5336         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
5338         * ido.el (ido-save-directory-list-file):
5339         * saveplace.el (save-place-file):
5340         * calendar/timeclock.el (timeclock-file):
5341         * net/quickurl.el (quickurl-url-file):
5342         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5343         * progmodes/idlwave.el (idlwave-config-directory):
5344         * textmodes/remember.el (remember-data-file):
5345         Bump :version.
5347 2014-01-26  Glenn Morris  <rgm@gnu.org>
5349         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
5350         Doc fix.  Make obsolete.
5351         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
5353         * sort.el (delete-duplicate-lines): Doc fix.
5355 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5357         * progmodes/ada-mode.el (ada):
5358         * woman.el (woman): Link to info manual and Commentary section.
5360         * progmodes/flymake.el (flymake):
5361         * nxml/nxml-mode.el (nxml):
5362         * net/eww.el (eww):
5363         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
5364         * htmlfontify.el (htmlfontify):
5365         * ses.el (ses):
5366         * epa.el (epa):
5367         * ido.el (ido): Link to info manual.
5369 2014-01-25  Leo Liu  <sdl.web@gmail.com>
5371         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
5373 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
5375         * net/shr.el (shr-tag-img): Prefer the title over the alt text
5376         (bug#16537).
5378 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
5380         * net/eww.el (eww-download-callback):
5381         Fix reference to eww-download-directory.
5383         * emacs-lisp/bytecomp.el (byte-compile-file):
5384         Remove unused local variable `file-name'.
5386 2014-01-24  Glenn Morris  <rgm@gnu.org>
5388         * woman.el (woman-default-faces, woman-monochrome-faces):
5389         Fix obsolescence specification.
5391         * subr.el (with-demoted-errors): Doc fix.
5393 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5395         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
5396         (cl--macroexp-fboundp): New function.
5397         (cl--make-type-test): Use it.
5399 2014-01-23  Glenn Morris  <rgm@gnu.org>
5401         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
5402         * simple.el (eval-expression): Doc fixes.
5404 2014-01-22  Glenn Morris  <rgm@gnu.org>
5406         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
5408 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5410         * emacs-lisp/package.el: Write files silently.
5411         (package-autoload-ensure-default-file, package--write-file-no-coding)
5412         (package-generate-description-file, package--download-one-archive)
5413         (package-install-from-archive): Tell `write-region' to stay quiet.
5414         (package-menu-mode, package-menu--print-info): Omit the Archive column
5415         if there's only one archive.
5416         (package-all-keywords, package--has-keyword-p): Remove dead code.
5418 2014-01-22  Glenn Morris  <rgm@gnu.org>
5420         * version.el (emacs-bzr-version-bzr): Fix typo.
5422         * version.el (emacs-repository-get-version):
5423         Check either .bzr or .git, but not both.
5424         Make the git case actually use the DIR argument, and return nil
5425         rather than the empty string.
5426         Avoid error if .git exists but the git executable is not found.
5428 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
5430         Fixes in window size functions around Bug#16430 and Bug#16470.
5431         * window.el (window-total-size, window-size): New argument ROUND.
5432         (window--min-delta-1, window-min-delta, window--max-delta-1):
5433         Be more conservative when calculating the numbers of lines or
5434         columns a window can shrink (Bug#16430).
5435         (fit-window-to-buffer): Simplify code.
5436         * term.el (term-window-width): Call window-body-width again.
5438 2014-01-22  Glenn Morris  <rgm@gnu.org>
5440         * image.el (image-format-suffixes): Doc fix.
5442         * international/quail.el (quail-define-package): Doc fix.
5444         * emacs-lisp/authors.el (authors-valid-file-names)
5445         (authors-renamed-files-alist): Additions.
5447         * vc/vc-git.el (vc-git-print-log): Remove --follow;
5448         reverts 2014-01-09 change.  (Bug#16422)
5450         * calc/calc-embed.el (thing-at-point-looking-at):
5451         * emacs-lisp/map-ynp.el (x-popup-dialog):
5452         * obsolete/lmenu.el (x-popup-dialog):
5453         * emacs-lisp/package.el (url-recreate-url):
5454         * mail/mailclient.el (clipboard-kill-ring-save):
5455         * subr.el (x-popup-dialog): Update declaration.
5456         * mail/rmail.el (rmail-mime-message-p):
5457         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
5459 2014-01-21  Daniel Colascione  <dancol@dancol.org>
5461         * progmodes/sh-script.el (sh--inside-noncommand-expression):
5462         Correctly detect when we're inside an arithmetic expansion form
5463         containing nested parenthesis.
5464         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
5465         to detect cases where we shouldn't expand "<<" to a heredoc
5466         skeleton.
5468 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5470         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
5471         (eldoc--message-command-p): New function.
5472         (eldoc-display-message-p): Use it.
5473         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
5474         message is not automatically erased for us.
5475         (eldoc-print-current-symbol-info): Erase previous message, if any.
5477 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
5479         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
5480         specify it's an interactive function.
5482         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5483         Fix regex used for scanning for citation keys which failed for
5484         citations with optional arguments.
5486 2014-01-21  Leo Liu  <sdl.web@gmail.com>
5488         * simple.el (read--expression): Don't enable eldoc-mode.
5490 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5492         * simple.el (move-beginning-of-line): Make sure we don't move forward
5493         (bug#16497).
5495 2014-01-20  Juri Linkov  <juri@jurta.org>
5497         * saveplace.el (toggle-save-place, save-place-to-alist)
5498         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
5499         'dired-mode) before checking for dired-directory.  (Bug#16477)
5501 2014-01-20  Juri Linkov  <juri@jurta.org>
5503         * indent.el (indent-line-to): Use backward-to-indentation
5504         instead of back-to-indentation.  (Bug#16461)
5506 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
5508         Revert some of the CANNOT_DUMP fix (Bug#16494).
5509         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
5510         but fixing this can wait until after the next release.
5511         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
5513 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
5515         * eshell/esh-mode.el (eshell-password-prompt-regexp):
5516         Use `password-word-equivalents'.
5517         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
5518         to t.  (Bug#5664, Bug#13124)
5520 2014-01-19  Alan Mackenzie  <acm@muc.de>
5522         Bind open-paren-in-column-0-is-defun-start to nil at some entry
5523         points.
5524         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
5525         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
5526         * progmodes/cc-mode.el (c-before-change, c-after-change)
5527         (c-font-lock-fontify-region): Bind it here.
5529 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
5531         * term.el (term-window-width): Call window-text-width instead of
5532         window-width (Bug#16470).
5534 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
5536         * simple.el (password-word-equivalents): Remove duplicates.
5537         Sort, to make this easier next time.
5538         Downcase.  Omit ": " after "jelszó".
5540 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
5542         * term/common-win.el (saved-region-selection): Defvar it.
5543         (x-select-text): Set saved-region-selection (Bug#16382).
5545 2014-01-18  Glenn Morris  <rgm@gnu.org>
5547         * emacs-lisp/authors.el (authors-aliases)
5548         (authors-renamed-files-alist): Add some entries.
5550 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
5552         * net/tramp.el (tramp-password-prompt-regexp):
5553         Use `password-word-equivalents' if available.
5554         (tramp-action-password, tramp-process-one-action)
5555         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
5557 2014-01-17  Chong Yidong  <cyd@gnu.org>
5559         * simple.el (password-word-equivalents): New defcustom.
5560         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
5561         to 24.4.
5562         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
5563         to t.  (Bug#13124)
5565 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
5567         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
5568         (ruby-align-to-stmt-keywords): Change the default value.
5569         Use `ruby-alignable-keywords' to generate the possible customization
5570         choices.
5571         (ruby-smie-rules): Instead of using a hardcoded list of alignable
5572         keywords, check against the value of `ruby-alignable-keywords'
5573         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
5575 2014-01-17  Glenn Morris  <rgm@gnu.org>
5577         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
5579         Make M-x authors return zero *Authors Errors* from current logs.
5580         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
5581         (authors-ignored-files): Add some entries, remove others.
5582         (authors-ambiguous-files, authors-valid-file-names):
5583         Add some entries.
5584         (authors-renamed-files-alist): Add, remove, and adjust entries.
5585         (authors-renamed-files-regexps): Add some entries.
5586         Remove some very broad ones.  Make some entries `lax'.
5587         (authors-lax-changelogs): New constant.
5588         (authors-disambiguate-file-name): Treat top-level specially.
5589         (authors-lax-changelog-p): New function.
5590         (authors-canonical-file-name): Check file as written against
5591         authors-valid-file-names.  Do not special-case etc/.
5592         Handle `lax' logs and authors-renamed-files-regexps elements.
5594 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
5596         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
5597         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
5598         callers.
5600 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5602         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
5603         Assume we're already in the proper buffer.
5604         Inspired by Anders Lindgren <andlind@gmail.com>.
5605         (follow-post-command-hook): Call it from the right buffer.
5606         (follow-comint-scroll-to-bottom): Adjust call.
5607         (follow-all-followers): Use get-buffer-window-list.
5609 2014-01-15  Daniel Colascione  <dancol@dancol.org>
5611         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
5612         `buffer-file-name' in interactive-form so that we don't leave
5613         pathless file names in `file-name-history'.
5615 2014-01-15  Juri Linkov  <juri@jurta.org>
5617         * indent.el (indent-rigidly): Set deactivate-mark to nil
5618         in transient indentation mode.  (Bug#16438)
5620 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
5622         * emacs-lisp/package.el (package-desc-keywords): New function
5623         (Bug#16222).
5624         (describe-package-1, package-all-keywords)
5625         (package--has-keyword-p): Use it.
5627 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5629         * simple.el (define-alternatives): When creating the
5630         COMMAND-alternatives variable, assign COMMAND as its definition
5631         name so that `describe-variable' can relocate it.
5633 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
5635         * font-lock.el (font-lock-keywords): Fix typo in docstring
5636         (bug#16307).
5638 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5640         * ispell.el (ispell-region): Reset `in-comment' for new line
5641         instead of wrongly reset `add-coment' (bug#13577).
5643 2014-01-14  Daiki Ueno  <ueno@gnu.org>
5645         * epa-file.el (epa-file-write-region): Encode the region according
5646         to `buffer-file-format'.  Problem reported at:
5647         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
5649 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5651         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
5652         so it applies in the right buffer (bug#16410).
5654 2014-01-13  Daniel Colascione  <dancol@dancol.org>
5656         * textmodes/rst.el (rst-define-key): Provide deprecated
5657         keybindings through named functions instead of anonymous ones so
5658         that "??" doesn't appear in describe-mode output.
5660 2014-01-13  Bastien Guerry  <bzg@gnu.org>
5662         * simple.el (define-alternatives): Call the selected command
5663         interactively.  When setting `COMMAND--implementation' for the
5664         first time, tell the user how to chose another implementation.
5665         Enhance the docstring.
5667 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5669         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
5670         (log-edit--match-first-line): New function.
5671         (log-edit-font-lock-keywords): Use it.
5672         (log-edit-mode): Make jit-lock-defer-multiline work.
5674 2014-01-13  Bastien Guerry  <bzg@gnu.org>
5676         * rect.el (rectangle-mark-mode): When the region is not active,
5677         display a message saying that the mark as been set and that
5678         rectangle mode is in use.
5679         (rectangle--highlight-for-redisplay): Only put an overlay with a
5680         visible vertical bar when (display-graphic-p) is non-nil.
5681         This partially fixes Bug#16403.
5683 2014-01-13  Juri Linkov  <juri@jurta.org>
5685         * info.el (Info-find-file): Go to DIR before displaying the error
5686         about a nonexistent file if no previous Info file is visited.
5687         Use `user-error' instead of `error' for "Info file %s does not exist".
5688         (Info-find-node-2): In case of a nonexistent node in unwind forms
5689         go to the Top node if there is no previous node to revert to.
5690         (Bug#16405)
5692 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
5694         fit-frame/window-to-buffer code fixes including one for Bug#14096.
5695         * window.el (fit-frame-to-buffer): Fix doc-string.
5696         Respect window-min-height/-width.  Fit pixelwise when
5697         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
5698         when avoiding that frame goes partially off-screen.
5699         (fit-window-to-buffer): Respect window-min-height/-width
5700         (Bug#14096).
5702 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
5705         after an empty line.
5707 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5709         * net/shr.el (shr-render-region): Autoload.
5711 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
5713         * net/eww.el (eww-download-directory): Rename from
5714         `eww-download-path' (Bug#16419).
5716 2014-01-12  Leo Liu  <sdl.web@gmail.com>
5718         * dired-x.el (dired-mode-map): Fix last change.
5720         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
5722 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
5724         Spelling fixes.
5725         * emacs-lisp/generic.el (generic--normalize-comments):
5726         Rename from generic--normalise-comments.  All uses changed.
5727         * play/bubbles.el (bubbles--neighborhood-score)
5728         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
5729         (bubbles--neighborhood-available)
5730         (bubbles--update-neighborhood-score):
5731         Rename from names with 'neighbourhood'.  All uses changed.
5733 2014-01-12  Leo Liu  <sdl.web@gmail.com>
5735         Re-implement the feature of showing eldoc info after editing.
5736         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
5737         (eldoc-edit-message-commands): New function.
5738         (eldoc-print-after-edit): New variable.
5739         (eldoc-pre-command-refresh-echo-area): Emit message only by
5740         eldoc-message-commands.
5741         (eldoc-mode): Restrict eldoc-message-commands to editing commands
5742         if eldoc-print-after-edit is set.  (Bug#16346)
5743         * simple.el (read--expression): Enable eldoc-mode.
5744         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
5746 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
5747             Eric S. Raymond  <esr@thyrsus.com>
5749         * version.el (emacs-repository-get-version): Enhance so the
5750         function works correctly in either a Bazaar or Git repo.
5752 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
5754         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
5755         Goes with removal of the joke manpages from /etc.
5757 2014-01-10  Kenichi Handa  <handa@gnu.org>
5759         * mail/rmail.el (rmail-get-coding-system):
5760         Check rmail-get-coding-function before "funcall"ing it.
5762 2014-01-10  Glenn Morris  <rgm@gnu.org>
5764         * emacs-lisp/authors.el (authors-fixed-entries):
5765         Update for files that no longer exist.
5767 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
5769         * version.el (emacs-bzr-get-version): Restore compatibilty with
5770         24.3 (Tested).
5772 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
5774         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
5775         and Podfile.
5777 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
5779         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
5781 2014-01-10  Chong Yidong  <cyd@gnu.org>
5783         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
5785 2014-01-10  Anders Lindgren  <andlind@gmail.com>
5787         * follow.el (follow-cache-command-list): Include right-char and
5788         left-char.
5790 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
5792         Spelling fixes.
5793         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
5794         * woman.el (woman-mark-horizontal-position):
5795         Rename from woman-mark-horizonal-position.  Use changed.
5797 2014-01-10  Glenn Morris  <rgm@gnu.org>
5799         * info.el (info-initialize): If running uninstalled, ensure our
5800         own info files are always found first, even if INFOPATH is set.
5802         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
5804 2014-01-09  David Engster  <deng@randomsample.de>
5806         * emacs-lisp/eieio-custom.el:
5807         * emacs-lisp/eieio-opt.el: Set generated autoload file to
5808         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
5809         * emacs-lisp/eieio.el: Regenerate autoloads.
5811 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
5813         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
5814         following renames.  (Bug#8756)
5816 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5818         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
5819         (bug#16382).
5820         (activate-mark): Add `no-tmm' argument.
5821         (set-mark, push-mark-command): Use it instead of running
5822         activate-mark-hook by hand.
5824 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
5826         In preparation for the move to git, sanitize out some
5827         Bazaar-specific names.
5829         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
5831         * version.el (emacs-bzr-version): Name changed to
5832         emacs-repository-version.  Obsolete-variable alias made.
5833         * loadup.el: Follow through on this name change.
5834         * mail/emacsbug.el (report-emacs-bug): Factor out any
5835         assumption about the version control system in use.
5837 2014-01-08  David Engster  <deng@randomsample.de>
5839         * help-fns.el (help-fns-describe-function-functions):
5840         New variable to call functions for augmenting help buffers.
5841         (describe-function-1): Remove explicit calls to
5842         `help-fns--compiler-macro', `help-fns--parent-mode' and
5843         `help-fns--obsolete'.  Put them in above new variable instead, and
5844         call them through `run-hook-with-args'.
5845         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
5846         `eieio-describe-class'.  Not meant for interactive use anymore,
5847         but to augment existing help buffers.  Remove optional second
5848         argument.  Create proper button for file location.
5849         Rewrite function to use `insert' instead of `princ' and `prin1' where
5850         possible.
5851         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
5852         (eieio-method-def, eieio-class-def): Move further up.
5853         (describe-method, describe-generic, eieio-describe-method):
5854         Remove aliases.
5855         (eieio-help-constructor, eieio-help-generic): Rename from
5856         `eieio-describe-constructor' and `eieio-describe-generic', resp.
5857         Rewrite to use `insert' in the current buffer and use proper help
5858         buttons.
5859         (eieio-help-find-method-definition)
5860         (eieio-help-find-class-definition): Also accept symbols as
5861         arguments.
5862         (eieio-help-mode-augmentation-maybee): Remove.
5863         (eieio-describe-class-sb): Use `describe-function'.
5864         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
5865         Add `eieio-help-generic' and `eieio-help-constructor'.
5867 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
5869         Spelling fixes.
5870         * language/china-util.el (hz-ascii-designation):
5871         Rename from hz-ascii-designnation.
5872         (hz-ascii-designation): Rename from hz-ascii-designnation.
5873         All uses changed.
5875 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5877         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
5878         package-alist.
5880 2014-01-08  Bastien Guerry  <bzg@gnu.org>
5882         * emacs-lisp/package.el (package-delete):
5883         Correctly delete the package from package-alist.
5885 2014-01-08  Daiki Ueno  <ueno@gnu.org>
5887         * emacs-lisp/package.el (url-recreate-url): Declare.
5888         (url-http-target-url): Declare.
5889         (package-handle-response): Include requested URL in the error message.
5890         (package--check-signature): Don't re-signal errors from
5891         package--with-work-buffer.  Suggested by Stefan Monnier.
5893 2014-01-07  Bastien Guerry  <bzg@gnu.org>
5895         * minibuffer.el (completion--try-word-completion): When both a
5896         hyphen and a space are possible candidates for the character
5897         following a word, display both candidates.  (Bug#15980)
5899 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
5901         * window.el (balance-windows-2): While rounding don't give a
5902         window more than the remainder.  Bug#16351, bug#16383.
5904 2014-01-07  Glenn Morris  <rgm@gnu.org>
5906         * menu-bar.el (menu-bar-help-extra-packages): Remove.
5907         (menu-bar-help-menu): Use view-external-packages instead.
5909 2014-01-07  Bastien Guerry  <bzg@gnu.org>
5911         * emacs-lisp/package.el (package-delete): Also delete the package
5912         name from `package-alist', not its description only.
5914 2014-01-07  Glenn Morris  <rgm@gnu.org>
5916         * help.el (view-external-packages):
5917         * menu-bar.el (menu-bar-help-extra-packages):
5918         Visit efaq.info rather than etc/MORE.STUFF.
5920 2014-01-07  Juri Linkov  <juri@jurta.org>
5922         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
5923         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
5925         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
5926         that shadows RET.  (Bug#16342)
5928 2014-01-07  Chong Yidong  <cyd@gnu.org>
5930         * isearch.el (isearch-yank-char, isearch-yank-word)
5931         (isearch-yank-line): Doc fix.
5933 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5935         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
5936         * emacs-lisp/elint.el (elint-find-builtins):
5937         * emacs-lisp/eldoc.el (eldoc-symbol-function):
5938         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
5939         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
5940         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5941         * apropos.el (apropos-safe-documentation):
5942         * subr.el (symbol-file): Remove redundant fboundp.
5943         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
5945 2014-01-06  Bastien Guerry  <bzg@gnu.org>
5947         * hl-line.el (global-hl-line-overlay): Make a local variable.
5948         (global-hl-line-overlays): New variable to store all overlays.
5949         (global-hl-line-mode): Don't delete overlays from the current
5950         buffer when `global-hl-line-sticky-flag' is non-nil.
5951         (global-hl-line-highlight): Add new overlays to
5952         `global-hl-line-overlays'.
5953         (global-hl-line-unhighlight-all): New function to delete all
5954         overlays when turning off `global-hl-line-mode'.
5955         This fixes Bug#16183.
5957 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5959         * subr.el (set-transient-map): Fix nested case and docstring.
5961 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
5963         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
5964         `Texinfo' entry.
5966 2014-01-06  Daniel Colascione  <dancol@dancol.org>
5968         Fix defun navigation in vc log view.
5970         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
5971         like `beginning-of-defun'.
5972         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
5973         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
5974         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
5975         (log-view-extract-comment): Call `log-view-current-entry' directly
5976         instead of relying on broken `log-view-beginning-of-defun' behavior.
5978 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
5980         Spelling fixes.
5981         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
5982         * emacs-lisp/debug.el (cancel-debug-on-entry):
5983         * epg.el (epg-error-to-string):
5984         * files.el (recover-file):
5985         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5986         * mail/emacsbug.el (report-emacs-bug-hook):
5987         * mail/sendmail.el (mail-recover):
5988         * ses.el (ses-yank-resize):
5989         * term/ns-win.el (ns-print-buffer):
5990         Spelling fixes in diagnostics, mostly for "canceled" with one L.
5991         * epg.el (epg-key-capability-alist): Rename from misspelled version.
5992         All uses changed.
5993         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
5995 2014-01-06  Leo Liu  <sdl.web@gmail.com>
5997         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
5998         to avoid shadowing global key.  (Bug#16354)
6000 2014-01-06  Daniel Colascione  <dancol@dancol.org>
6002         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
6003         rst-mode.
6005 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
6007         * window.el (balance-windows): Add mising t to fix Bug#16351.
6009 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
6012         (bug#16285).
6013         (shr-insert): If we have a word that's longer than `shr-width',
6014         break after it anyway.  Otherwise we'll do no breaking once we get
6015         such a long word.
6017 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6019         * net/eww.el (eww): Support single/double quote for search.
6020         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
6021         (eww-history-quit): Delete and use quit-window.
6022         (eww-history-kill): Delete, because it doesn't work well and
6023         not necessary.
6024         (eww-history-mode-map): Delete some keys and add easy-menu.
6026 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
6028         Fix misspelling of 'chinese' in rx (Bug#16237).
6029         * emacs-lisp/rx.el (rx-categories): Correct spelling of
6030         chinese-two-byte.
6032         Change subword regexps back to vars (Bug#16296).
6033         * progmodes/subword.el (subword-forward-regexp)
6034         (subword-backward-regexp): Change these back to variables.
6036 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6038         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
6039         syntax-begin-function (bug#16247).
6041 2014-01-03  Chong Yidong  <cyd@gnu.org>
6043         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
6044         (advice--docstring): Delete variable.
6045         (advice--make-1): Leave the docstring empty.
6046         (advice-add): Use function-documentation for advised docstring.
6048         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
6049         Ignore function-documentation property when getting documentation.
6050         (ad-activate-advised-definition): Use function-documentation
6051         generate the docstring.
6052         (ad-make-advised-definition): Don't call
6053         ad-make-advised-definition-docstring.
6054         (ad-make-advised-definition-docstring, ad-advised-definition-p):
6055         Delete functions.
6057         * progmodes/sql.el (sql-help): Use function-documentation instead
6058         of dynamic-docstring-function property.  No need to autoload now.
6059         (sql--help-docstring): New variable.
6060         (sql--make-help-docstring): Use it.
6062 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6064         * ielm.el (ielm-tab): Retarget.
6065         (ielm-map): Use ielm-tab for tab.
6066         (ielm-complete-filename): Use comint-filename-completion.
6067         (ielm-complete-symbol): Remove.
6068         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
6069         remove ielm-tab from completion-at-point-functions (bug#16224).
6071         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
6072         Beware signals raised by predicates (bug#16201).
6074 2014-01-02  Richard Stallman  <rms@gnu.org>
6076         * dired-aux.el (dired-do-print): Handle printer-name.
6078         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
6079         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
6080         (rmail-epa-decrypt): Turn off mime processing.
6082         * mail/rmail.el (rmail-make-in-reply-to-field):
6083         Add parens in message-id.
6085         * mail/rmail.el (rmail-get-coding-function): Variable.
6086         (rmail-get-coding-system): Use it.
6088 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
6090         * international/mule-conf.el: Unify the charset indian-is13194.
6091         (indian-is13194): Specify unify-map.
6093 2013-12-31  Leo Liu  <sdl.web@gmail.com>
6095         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
6097 2013-12-30  Daniel Colascione  <dancol@dancol.org>
6099         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
6100         of printing a useless when we resume from sleep.
6102         * progmodes/sh-script.el
6103         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
6104         in indentation code.  (Bug#16233)
6106 2013-12-28  João Távora  <joaotavora@gmail.com>
6108         * elec-pair.el (electric-pair-post-self-insert-function):
6109         Don't open extra newlines at beginning of buffer.  (Bug#16272)
6111 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
6113         * frame.el (window-system-for-display): Don't allow to create a
6114         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
6116 2013-12-28  Glenn Morris  <rgm@gnu.org>
6118         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
6119         Update callers.
6121         * apropos.el (apropos-match-face):
6122         * calculator.el (calculator-displayer):
6123         * dabbrev.el (dabbrev-search-these-buffers-only):
6124         * face-remap.el (buffer-face-mode-face):
6125         * simple.el (yank-handled-properties):
6126         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6127         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
6128         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
6129         (hashcash-double-spend-database):
6130         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
6131         (ruby-deep-indent-paren-style):
6132         * textmodes/flyspell.el (flyspell-auto-correct-binding):
6133         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
6134         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
6135         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
6136         Specify custom types.
6138         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
6139         * bookmark.el (bookmark-bmenu-use-header-line):
6140         * doc-view.el (doc-view-scale-internally):
6141         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
6142         * register.el (register-preview-delay):
6143         * net/shr.el (shr-bullet):
6144         * progmodes/cfengine.el (cfengine-cf-promises)
6145         (cfengine-parameters-indent):
6146         * progmodes/octave.el (inferior-octave-error-regexp-alist):
6147         * textmodes/reftex-vars.el (reftex-label-regexps):
6148         * vc/log-edit.el (log-edit-setup-add-author): Add version.
6150         * net/tls.el (tls-certtool-program): Fix default value.
6152         * desktop.el (desktop-restore-in-current-display):
6153         * newcomment.el (comment-empty-lines):
6154         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
6155         (idlwave-pad-keyword):
6156         * progmodes/tcl.el (tcl-tab-always-indent):
6157         * textmodes/reftex-vars.el (reftex-index-default-tag):
6158         * elec-pair.el (electric-pair-skip-whitespace):
6159         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
6161         * emacs-lisp/authors.el (authors-ignored-files)
6162         (authors-valid-file-names, authors-renamed-files-alist): Additions.
6164 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
6166         * shell.el (shell-dynamic-complete-command): Doc fix.
6167         (shell--command-completion-data): Shell completion now matches
6168         executable filenames from the current buffer's directory, on
6169         systems in which this behavior is the default (windows-nt, ms-dos).
6171 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
6173         * net/shr.el (shr-insert): Don't infloop if the width is zero.
6175 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6177         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
6178         (bug#16251).
6180         * electric.el: Move all electric-pair-* to elec-pair.el.
6181         * elec-pair.el: New file, split from electric.el.
6183 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
6185         * net/shr.el (shr-find-fill-point): Don't try to fill if the
6186         indentation level is larger than the width, because that will
6187         infloop.
6188         (shr-insert): Fill repeatedly long texts, so that Japanese is
6189         formatted correctly (bug#16263).
6190         (shr-find-fill-point): Off by one error in comparison with the
6191         indentation.
6193 2013-12-26  João Távora  <joaotavora@gmail.com>
6195         * electric.el (electric-pair-mode): More flexible engine for skip-
6196         and inhibit predicates, new options for pairing-related functionality.
6197         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
6198         if that keeps or improves their balance in buffers.
6199         (electric-pair-delete-adjacent-pairs): Delete the pair when
6200         backspacing over adjacent matched delimiters.
6201         (electric-pair-open-extra-newline): Open extra newline when
6202         inserting newlines between adjacent matched delimiters.
6203         (electric--sort-post-self-insertion-hook):
6204         Sort post-self-insert-hook according to priority values when
6205         minor-modes are activated.
6206         * simple.el (newline-and-indent): Call newline with interactive
6207         set to t.
6208         (blink-paren-post-self-insert-function): Set priority to 100.
6209         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6210         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
6211         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
6212         electric-pair-open-newline-between-pairs to nil.
6214 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6216         * progmodes/python.el: Use lexical-binding.
6217         (python-nav-beginning-of-defun): Stop searching ASAP.
6219 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
6221         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
6222         Fix interactive spec.  Doc fix.  (Bug#15754)
6224 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6226         * emacs-lisp/byte-run.el (eval-when-compile):
6227         * progmodes/cc-defs.el (cc-eval-when-compile):
6228         Fix edebug spec (bug#16184).
6230 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6232         * net/shr.el (shr-visit-file): Remove debugging function.
6233         (shr-insert): Don't infloop if we can't find a good place to break
6234         the line (bug#16256).
6236 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6238         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
6239         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
6240         python-nav-lisp-forward-sexp-safe.
6241         (python-nav--forward-sexp): New argument SAFE allows switching
6242         forward sexp movement behavior for parens.
6243         (python-nav-forward-sexp): Throw errors on unterminated parens
6244         (Bug#16191).
6245         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
6246         (python-nav-backward-sexp-safe): New functions.
6247         (python-shell-buffer-substring):
6248         Use `python-nav-forward-sexp-safe'.
6250 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
6252         * net/shr.el (shr-find-fill-point): Don't break lines before a
6253         quotation mark.
6254         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
6255         (shr-find-fill-point): Remove the special checks for the quotation
6256         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
6258 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6260         * net/eww.el (eww-form-textarea): Use a different face for
6261         textareas than text input since they have different keymaps
6262         (bug#16142).
6264 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6266         * progmodes/python.el (python-nav-beginning-of-statement):
6267         Speed up (Bug#15295).
6269 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6271         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
6272         the window configuration.
6274 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
6276         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
6277         we run on MS-Windows or MS-DOS.
6279 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
6281         * window.el (balance-windows-area): Call window-size instead of
6282         window-height and window-width.  Bug#16241.
6284 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
6286         * net/eww.el (eww-bookmark-quit): Remove.
6287         (eww-bookmark-browse): Restore the window configuration when you
6288         choose a bookmark (bug#16144).
6290 2013-12-24  Daniel Colascione  <dancol@dancol.org>
6292         * icomplete.el: Remove redundant :group arguments to `defcustom'
6293         throughout.
6294         (icomplete-show-matches-on-no-input): New customizable variable.
6295         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
6296         we have something to show.
6297         (icomplete-exhibit): Compute completions even if we have no user input.
6299 2013-12-23  Daniel Colascione  <dancol@dancol.org>
6301         * icomplete.el: Move `provide' to end of file.
6303 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
6305         * net/gnutls.el (gnutls-verify-error): Add version tag.
6307 2013-12-23  Chong Yidong  <cyd@gnu.org>
6309         * subr.el (set-transient-map): Rename from
6310         set-temporary-overlay-map.  Doc fix.
6312         * face-remap.el (text-scale-adjust):
6313         * indent.el (indent-rigidly):
6314         * kmacro.el (kmacro-call-macro):
6315         * minibuffer.el (minibuffer-force-complete):
6316         * repeat.el (repeat):
6317         * simple.el (universal-argument--mode):
6318         * calendar/todo-mode.el (todo-insert-item--next-param):
6319         * progmodes/f90.el (f90-abbrev-start): Callers changed.
6321         * indent.el (indent-rigidly): Use substitute-command-keys.
6323 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6325         * net/eww.el (eww-tag-select): Add text-property to jump to next
6326         select field.
6327         (eww): Add non-supported ftp error.
6329 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6331         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
6332         comments.  Handle electric indent after typing `?' and `!'.
6334 2013-12-22  Chong Yidong  <cyd@gnu.org>
6336         * faces.el (face-spec-recalc): If the theme specs are not
6337         applicable to a frame, fall back on the defface spec.
6338         This prevents themes from obliterating faces on low-color terminals.
6340 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6342         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6343         after `{'.  We need it after block openers, and it doesn't seem
6344         to hurt after hash openers.
6346 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6348         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
6349         extracted from `ruby-smie-rules'.
6350         (ruby--electric-indent-chars): New variable.
6351         (ruby--electric-indent-p): New function.
6352         (ruby-mode): Use `electric-indent-functions' instead of
6353         `electric-indent-chars'.
6355 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
6357         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
6358         docstring.
6359         (ruby-smie-rules): Indent plus one level after `=>'.
6361 2013-12-21  Richard Stallman  <rms@gnu.org>
6363         * simple.el (newline): Doc fix.
6365 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
6367         * net/eww.el (eww-list-histories, eww-list-histories)
6368         (eww-history-browse, eww-history-quit, eww-history-kill)
6369         (eww-history-mode-map, eww-history-mode): New command and
6370         functions to list browser histories.
6371         (eww-form-text): Support text form with disabled
6372         and readonly attributes.
6373         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
6375 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6377         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
6378         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
6379         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
6380         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
6381         Use `user-error'.
6382         (eww-bookmark-mode-map): Add menu.
6383         (eww-render, eww-mode): Use `setq-local'.
6384         (eww-tool-bar-map): New variable.
6385         (eww-mode): Set `tool-bar-map'.
6386         (eww-view-source): Check for `html-mode' with `fboundp'.
6388 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6390         * net/shr.el (shr--extract-best-source): Don't bug out on audio
6391         elements with text inside.  Also remove debugging.
6393 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
6395         * cus-start.el (all): Add ns-use-srgb-colorspace.
6397 2013-12-21  Chong Yidong  <cyd@gnu.org>
6399         * custom.el (custom-theme-recalc-face): Do nothing if the face is
6400         undefined.  Thus, theme settings for undefined faces do not take
6401         effect until the faces are defined with defface, the same as with
6402         theme variables.
6404         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
6405         (face-spec-reset-face): Don't assign extra properties in temacs.
6406         (face-spec-recalc): Apply X resources too.
6408 2013-12-21  Chong Yidong  <cyd@gnu.org>
6410         * faces.el (face-spec-set):
6411         * cus-face.el (custom-theme-set-faces, custom-set-faces):
6412         * custom.el (defface): Doc fixes (Bug#16203).
6414         * indent.el (indent-rigidly-map): Add docstring, and move commands
6415         into named functions.
6416         (indent-rigidly-left, indent-rigidly-right)
6417         (indent-rigidly-left-to-tab-stop)
6418         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
6419         indentation direction based on bidi direction, and accumulate
6420         sequential commands in a single undo boundary.
6421         (indent-rigidly--pop-undo): New utility function.
6423 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
6425         * faces.el (read-face-name): Require crm.el when using crm-separator.
6427 2013-12-20  Daniel Colascione  <dancol@dancol.org>
6429         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
6430         so that we don't reflow comments into the shebang line.
6432 2013-12-20  Juri Linkov  <juri@jurta.org>
6434         * saveplace.el (save-place-to-alist): Add `dired-filename' as
6435         a position when `dired-directory' is non-nil.  Check integer
6436         positions with `integerp'.
6437         (toggle-save-place, save-places-to-alist): Add check for
6438         `dired-directory'.
6439         (save-place-find-file-hook): Check integer positions with
6440         `integerp'.
6441         (save-place-dired-hook): Use `dired-goto-file' when
6442         `dired-filename' is found in the assoc list.  Check integer
6443         positions with `integerp'.
6444         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
6446         * dired.el (dired-initial-position-hook): Rename back from
6447         `dired-initial-point-hook'.
6448         (dired-initial-position): Rename `dired-initial-point-hook' to
6449         `dired-initial-position-hook'.
6450         (dired-file-name-at-point): Doc fix.  (Bug#15329)
6452 2013-12-20  Juri Linkov  <juri@jurta.org>
6454         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
6455         (read-regexp-suggestions): New function.
6456         (read-regexp): Use `read-regexp-defaults-function' to get default values.
6457         Use `read-regexp-suggestions'.  Add non-empty default to history
6458         for empty input.
6459         (occur-read-regexp-defaults-function): Remove function.
6460         (occur-read-primary-args): Use `regexp-history-last' instead of
6461         `occur-read-regexp-defaults-function'.
6463         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
6464         (hi-lock-line-face-buffer, hi-lock-face-buffer)
6465         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
6466         `hi-lock-read-regexp-defaults-function'.  Doc fix.
6467         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
6468         with `find-tag-default-as-symbol-regexp'.  Doc fix.
6469         (hi-lock-read-regexp-defaults): Remove function.
6470         (hi-lock-regexp-okay): Add check for null.
6472         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
6473         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
6475         * subr.el (find-tag-default-as-symbol-regexp): New function.
6476         (find-tag-default-as-regexp): Move symbol regexp formatting to
6477         `find-tag-default-as-symbol-regexp'.
6479 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
6481         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
6482         (Bug#14179)
6484 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
6486         * calendar/todo-mode.el: New implementation of item insertion
6487         commands and key bindings.
6488         (todo-key-prompt): New face.
6489         (todo-insert-item): New command.
6490         (todo-insert-item--parameters): New defconst, replacing defvar
6491         todo-insertion-commands-args-genlist.
6492         (todo-insert-item--param-key-alist): New defconst, replacing
6493         defvar todo-insertion-commands-arg-key-list.
6494         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
6495         (todo-insert-item--argsleft, todo-insert-item--apply-args)
6496         (todo-insert-item--next-param): New functions.
6497         (todo-insert-item--args, todo-insert-item--argleft)
6498         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
6499         New variables.
6500         (todo-key-bindings-t): Change binding of "i" from
6501         todo-insertion-map to todo-insert-item.
6502         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
6503         (todo-insertion-command-name, todo-insertion-commands-names)
6504         (todo-define-insertion-command, todo-insertion-commands)
6505         (todo-insertion-key-bindings, todo-insertion-map): Remove.
6507 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
6509         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
6510         (todo-toggle-item-highlighting): Use eval-and-compile instead of
6511         eval-when-compile.
6512         (todo-move-category): Allow choosing a non-existing todo file to
6513         move the category to, and create that file.
6514         (todo-default-priority): New user option.
6515         (todo-set-item-priority): Use it.
6516         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
6517         (desktop-restore-file-buffer): Declare.
6518         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
6519         (todo-modes-set-2): Locally set desktop-save-buffer to
6520         todo-desktop-save-buffer.
6521         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
6522         (auto-mode-alist): Add autoload cookie.
6524 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
6526         * emacs-lisp/subr-x.el: Renamed from helpers.el.
6527         helpers.el was a poor choice of name.
6528         (string-remove-prefix): New function.
6529         (string-remove-suffix): New function.
6531 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
6533         Fix assignment for new window total sizes.
6534         * window.el (window--pixel-to-size): Remove function.
6535         (window--pixel-to-total-1, window--pixel-to-total):
6536         Fix calculation of new total sizes.
6538 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
6540         * comint.el (comint-output-filter): Fix rear-nonsticky property
6541         placement (Bug#16010).
6543 2013-12-20  Chong Yidong  <cyd@gnu.org>
6545         * faces.el (read-color): Minor fix for completion function.
6547 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
6549         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
6550         New option.  (Bug#16182)
6551         (ruby-smie--indent-to-stmt-p): Use it.
6552         (ruby-smie-rules): Revert the logic in the handling of `when'.
6553         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
6554         (ruby-deep-arglist, ruby-deep-indent-paren)
6555         (ruby-deep-indent-paren-style): Update docstrings to note that the
6556         vars don't have any effect with SMIE.
6558 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
6560         * calc/calc.el (calc-enter, calc-pop): Use the variable
6561         `calc-context-sensitive-enter'.
6563 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6565         * net/shr.el (shr-insert): Protect against infloops in degenerate
6566         tables.
6568 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6570         * progmodes/octave.el (octave): Add link to manual and octave
6571         homepage.
6572         (octave-mode-menu): Link to octave-mode manual.
6574 2013-12-20  Leo Liu  <sdl.web@gmail.com>
6576         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
6577         insertion using skeleton-end-newline.  (Bug#16138)
6579 2013-12-20  Juri Linkov  <juri@jurta.org>
6581         * replace.el (occur-engine): Use `add-face-text-property'
6582         to add the face property to matches and titles.  (Bug#14645)
6584         * hi-lock.el (hi-green): Use lighter color "light green" closer to
6585         the palette of other hi-lock colors.
6586         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
6588 2013-12-19  Juri Linkov  <juri@jurta.org>
6590         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
6591         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
6592         (minibuffer-history-symbol): Move variable declaration closer to
6593         its usage.
6595         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
6596         (Bug#14785)
6598 2013-12-19  Juri Linkov  <juri@jurta.org>
6600         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
6601         New function.
6602         (log-edit-hook): Add it to :options.  (Bug#16170)
6604 2013-12-19  Juri Linkov  <juri@jurta.org>
6606         * simple.el (eval-expression-print-format): Don't check for
6607         command names and the last command.  Always display additional
6608         formats of the integer result in the echo area, and insert them
6609         to the current buffer only with a zero prefix arg.
6610         Display character when char-displayable-p is non-nil.
6611         (eval-expression): With a zero prefix arg, set `print-length' and
6612         `print-level' to nil, and insert the integer values from
6613         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
6615         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
6616         `eval-last-sexp-arg-internal'.  Doc fix.
6617         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
6618         `eval-last-sexp-print-value'.  Doc fix.
6619         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
6620         Set `print-length' and `print-level' to nil when arg is zero.
6621         (eval-last-sexp): Doc fix.
6622         (eval-defun-2): Print the integer values from
6623         `eval-expression-print-format' at the end.
6625         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
6626         values from `eval-expression-print-format' at the end.
6628         * ielm.el (ielm-eval-input): Print the integer
6629         values from `eval-expression-print-format' at the end.
6631 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6633         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
6634         2013-12-11T19:01:44Z!tzz@lifelogs.com.
6636 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6638         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
6639         (hl-line-highlight, global-hl-line-highlight): Use it.
6640         (hl-line-overlay): Use defvar-local.
6642 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
6644         * term/ns-win.el: Require dnd.
6645         (global-map): Remove drag items.
6646         (ns-insert-text, ns-set-foreground-at-mouse)
6647         (ns-set-background-at-mouse):
6648         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
6649         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
6650         New functions.
6652 2013-12-19  Glenn Morris  <rgm@gnu.org>
6654         * emacs-lisp/ert.el (ert-select-tests):
6655         Fix string/symbol mixup.  (Bug#16121)
6657 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
6659         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
6660         keywords to their parent.
6662 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
6664         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
6665         first arg to be a string (fixed dead code), or an operator symbol.
6666         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
6667         operator symbols.
6668         (ruby-smie-rules): Remove parent token check in the `.' clause, it
6669         did nothing.  Don't respond to `(:after ".")', it will be called
6670         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
6671         change anything.  Only return indentation for binary operators
6672         when they are hanging.  De-dent opening paren when its parent is
6673         `.', otherwise it looks bad when the dot is not at bol or eol
6674         (bug#16182).
6676 2013-12-19  Juri Linkov  <juri@jurta.org>
6678         * replace.el (query-replace-read-args): Split a non-negative arg
6679         and a negative arg into separate elements.
6680         (query-replace, query-replace-regexp, replace-string)
6681         (replace-regexp): Add arg `backward'.  Doc fix.
6682         (replace-match-maybe-edit): When new arg `backward' is non-nil,
6683         move point to the beginning of the match.
6684         (replace-search, replace-highlight): Use new arg `backward'
6685         to set the value of `isearch-forward'.
6686         (perform-replace): Add arg `backward' and use it to perform
6687         replacement backward.  (Bug#14979)
6689         * isearch.el (isearch-query-replace): Use a negative prefix arg
6690         to call `perform-replace' with a non-nil arg `backward'.
6692 2013-12-18  Juri Linkov  <juri@jurta.org>
6694         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
6695         to the default list.  Move `log-edit-show-files' to the end.
6696         Add more available functions to options.
6697         (log-edit): Move default specific settings to
6698         `log-edit-insert-message-template'.  Don't move point.
6699         (log-edit-insert-message-template): New function.
6700         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
6701         (Bug#16170)
6703 2013-12-18  Juri Linkov  <juri@jurta.org>
6705         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
6706         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
6708 2013-12-18  Leo Liu  <sdl.web@gmail.com>
6710         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
6711         (Bug#16186)
6713 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
6715         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
6716         formats for displaying file sizes when the -s switch is given.
6717         Instead, compute a separate format for displaying the size in
6718         blocks, which is displayed in addition to the "regular" size.
6719         When -h is given in addition to -s, produce size in blocks in
6720         human-readable form as well.  (Bug#16179)
6722 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
6724         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
6725         Reference tables with ~\ref{...} instead of only \ref{...}.
6727 2013-12-18  Chong Yidong  <cyd@gnu.org>
6729         * cus-edit.el (custom-magic-alist): Fix "themed" description
6730         (Bug#14348).
6732         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
6733         is non-nil, do not create a new entry in the symbol's theme-value
6734         or theme-face property; update theme-settings only (Bug#14664).
6735         (custom-available-themes): Doc fix.
6737         * cus-theme.el (custom-new-theme-mode-map): Add bindings
6738         (Bug#15674).
6740         * replace.el (occur-engine): Avoid infloop (Bug#7593).
6742 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6744         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
6745         (Bug#13914).
6747 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6749         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
6751 2013-12-18  Glenn Morris  <rgm@gnu.org>
6753         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
6754         * cus-start.el (load-prefer-newer): New option.
6756 2013-12-18  Le Wang  <l26wang@gmail.com>
6758         * comint.el (comint-previous-matching-input-from-input):
6759         Retain point (Bug#13404).
6761 2013-12-18  Chong Yidong  <cyd@gnu.org>
6763         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
6765 2013-12-18  Glenn Morris  <rgm@gnu.org>
6767         * mail/emacsbug.el (report-emacs-bug):
6768         Only mention enable-multibyte-characters if non-standard.
6770 2013-12-17  Juri Linkov  <juri@jurta.org>
6772         * arc-mode.el (archive-extract-by-file): Check if directory exists
6773         before deletion to not show irrelevant errors if it doesn't exist.
6775 2013-12-17  Juri Linkov  <juri@jurta.org>
6777         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
6778         (Bug#14751)
6780         * net/eww.el (browse-web): Add alias to `eww'.
6781         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
6782         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
6784         * net/browse-url.el (browse-url-browser-function): Move `eww'
6785         closer to similar functions.
6787         * startup.el (fancy-startup-screen, fancy-about-screen):
6788         Set browse-url-browser-function to eww-browse-url locally.
6789         (Bug#14751)
6791 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6793         * window.el (window--pixel-to-total): Remove unused `mini' var.
6794         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
6795         (split-window): Remove unused `new' var.
6796         (window--display-buffer): Remove unused `frame' and `delta' vars.
6797         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
6798         and display-width'.
6800 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
6802         * dired.el (dired-mark-pop-up):
6803         * register.el (register-preview): Don't bind
6804         split-height-threshold here since it's now done in
6805         display-buffer-below-selected.
6807 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
6809         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
6810         xterm-rgb-convert-to-16bit.
6811         (rxvt-register-default-colors): Standardize with
6812         xterm-register-default-colors (Bug#14078).
6814 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6816         * simple.el (kill-region): Pass mark first, then point, so that
6817         kill-append works right (Bug#12819).
6818         (copy-region-as-kill, kill-ring-save): Likewise.
6820 2013-12-17  Leo Liu  <sdl.web@gmail.com>
6822         * net/rcirc.el (rcirc-add-face):
6823         * eshell/em-prompt.el (eshell-emit-prompt):
6824         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
6825         (Bug#16167)
6827 2013-12-17  Chong Yidong  <cyd@gnu.org>
6829         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
6830         Suggested by Xue Fuqiao.
6832 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
6834         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
6836 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         * net/shr.el (shr-insert-document): Remove unused var
6839         `shr-preliminary-table-render'.
6840         (shr-rescale-image): Remove unused arg `force'.
6841         (shr-put-image): Update calls accordingly.
6842         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
6844 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
6846         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
6847         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
6848         :close-all, to see which indentation method to use (Bug#16116).
6849         (smie-rules-function): Document the method :close-all.
6851 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6853         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
6855         * net/eww.el (eww-display-html): If we can't find the anchor we're
6856         looking for, then go to point-min.
6858 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
6860         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
6861         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
6862         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
6863         Expand dir too, in case it's relative.
6865 2013-12-16  Juri Linkov  <juri@jurta.org>
6867         * desktop.el (desktop-auto-save-timeout): Change default to
6868         `auto-save-timeout'.  Doc fix.
6869         (desktop-save): Skip the timestamp in desktop-saved-frameset
6870         when checking for auto-save changes.
6871         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
6872         `desktop-auto-save' is called repeatedly by the idle timer.
6873         (desktop-auto-save-set-timer): Replace `run-with-timer' with
6874         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
6875         (Bug#15331)
6877 2013-12-16  Juri Linkov  <juri@jurta.org>
6879         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
6880         (Bug#16035)
6881         (isearch-pre-command-hook): Check `this-command' for symbolp.
6883 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6885         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
6887 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
6889         * progmodes/cfengine.el (cfengine3--current-word): Remove.
6890         (cfengine3--current-function): Bring in the current-function
6891         functionality from `cfengine3--current-word'.
6892         (cfengine3-completion-function): Bring in the
6893         bounds-of-current-word functionality from
6894         `cfengine3--current-word'.
6896 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
6898         * window.el (display-buffer-below-selected):
6899         Bind split-height-threshold to 0 as suggested by Juri Linkov.
6901 2013-12-16  Leo Liu  <sdl.web@gmail.com>
6903         * progmodes/compile.el (compile-goto-error): Do not push-mark.
6904         Remove NOMSG arg and all uses changed.
6906 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6908         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
6909         (cua--deactivate-rectangle): Don't deactivate the mark.
6910         (cua-set-rectangle-mark): Don't set mark-active since
6911         cua--activate-rectangle already does it for us.
6912         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
6913         non-rectangular region.
6915         * emulation/cua-base.el (cua-repeat-replace-region):
6916         Use with-current-buffer.
6918         * net/gnutls.el: Use cl-lib.
6919         (gnutls-negotiate): `mapcan' -> cl-mapcan.
6921 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6923         * emacs-lisp/package.el (package-built-in-p): Support both
6924         built-in and the package.el converted package descriptions.
6925         (package-show-package-list): Allow keywords.
6926         (package-keyword-button-action): Use it instead of
6927         `finder-list-matches'.
6928         (package-menu-filter-interactive): Interactive filtering (by
6929         keyword) function.
6930         (package-menu--generate): Support keywords and change keymappings
6931         and headers when they are given.
6932         (package--has-keyword-p): Helper function.
6933         (package-menu--refresh): Use it.
6934         (package--mapc): Helper function.
6935         (package-all-keywords): Use it.
6936         (package-menu-mode-map): Set up menu items and keybindings to
6937         provide a filtering UI.
6939 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6941         * net/gnutls.el (gnutls-verify-error): New defcustom to control
6942         the behavior when a certificate fails validation.  Defaults to
6943         old behavior: never abort, just warn.
6944         (gnutls-negotiate): Use it.
6946 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
6948         * window.el (display-buffer-below-selected): Never split window
6949         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
6951 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
6953         * emacs-lisp/package.el (package--prepare-dependencies): New function.
6954         (package-buffer-info): Use it (bug#15108).
6956 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6958         * icomplete.el (icomplete-completions): Make sure the prefix is already
6959         displayed elsewhere before hiding it (bug#16219).
6961 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
6963         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
6964         open-paren tokens when preceded by a open-paren, too.
6965         (ruby-smie-rules): Handle virtual indentation after open-paren
6966         tokens specially.  If there is code between it and eol, return the
6967         column where is starts (Bug#16118).
6969 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
6971         * progmodes/cfengine.el: Fix `add-hook' doc.
6972         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
6973         (cfengine3--current-word): Fix parameters.
6974         (cfengine3-make-syntax-cache): Simplify further.
6975         (cfengine3-completion-function, cfengine3--current-function):
6976         Use `assq' for symbols.
6977         (cfengine3--current-function): Fix `cfengine3--current-word' call.
6979 2013-12-13  Glenn Morris  <rgm@gnu.org>
6981         * loadup.el (load-path): Warn if site-load or site-init changes it.
6982         No more need to reset it when bootstrapping.
6984 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
6986         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
6987         locations for cf-promises.
6988         (cfengine-mode-syntax-functions-regex): New caching variable.
6989         (cfengine3-fallback-syntax): Fallback syntax for cases where
6990         cf-promises doesn't run.
6991         (cfengine3--current-word): Reimplement using
6992         `cfengine-mode-syntax-functions-regex'.
6993         (cfengine3-completion-function, cfengine3--current-function):
6994         Use `cfengine3-make-syntax-cache' directly.
6995         (cfengine3-clear-syntax-cache): New function.
6996         (cfengine3-make-syntax-cache): Simplify and create
6997         `cfengine-mode-syntax-functions-regex' on demand.
6998         (cfengine3-format-function-docstring): Don't call
6999         `cfengine3-make-syntax-cache' explicitly.
7001 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
7003         Fix windmove-find-other-window broken after pixelwise resizing
7004         (Bug#16017).
7005         * windmove.el (windmove-other-window-loc): Revert change from
7006         2013-12-04.
7007         (windmove-find-other-window): Call window-in-direction.
7008         * window.el (window-in-direction): New arguments SIGN, WRAP and
7009         MINI to emulate original windmove-find-other-window behavior.
7011 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
7013         * simple.el (blink-matching--overlay): New variable.
7014         (blink-matching-open): Instead of moving point, highlight the
7015         matching paren with an overlay
7016         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
7018         * faces.el (paren-showing-faces, show-paren-match)
7019         (show-paren-mismatch): Move from paren.el.
7021 2013-12-13  Leo Liu  <sdl.web@gmail.com>
7023         * indent.el (indent-region): Disable progress reporter in
7024         minibuffer.  (Bug#16108)
7026         * bindings.el (visual-order-cursor-movement): Fix version.
7028 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7030         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
7031         Also match after beginning of line.
7032         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
7033         files.  Thanks to Russell Sim.  (Bug#15378)
7035 2013-12-13  Juri Linkov  <juri@jurta.org>
7037         * simple.el <Keypad support>: Remove key bindings duplicated
7038         with bindings.el.  (Bug#14397)
7040 2013-12-13  Juri Linkov  <juri@jurta.org>
7042         * comint.el (comint-mode-map): Replace `delete-char' with
7043         `delete-forward-char'.  (Bug#16109)
7045 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7047         * progmodes/python.el (python-indent-calculate-indentation):
7048         Fix de-denters cornercase.  (Bug#15731)
7050 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7052         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
7053         (advice--make): Pay attention to `depth'.
7054         (advice--make-1): Don't autoload commands eagerly.
7055         * emacs-lisp/elp.el (elp-instrument-function):
7056         * emacs-lisp/trace.el (trace-function-internal):
7057         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
7059         * iswitchb.el (iswitchb-mode): Don't belittle ido.
7061 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
7063         * term/w32-win.el (w32-handle-dropped-file):
7064         * startup.el (normal-top-level):
7065         * net/browse-url.el (browse-url-file-url):
7066         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
7067         decode file names using 'utf-8' rather than
7068         file-name-coding-system.
7070 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7072         * progmodes/python.el (python-indent-context)
7073         (python-indent-calculate-indentation): Fix auto-identation
7074         behavior for comment blocks.  (Bug#15916)
7076 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
7078         * progmodes/python.el (python-indent-calculate-indentation):
7079         When determining indentation, don't treat "return", "pass", etc., as
7080         operators when they are just string constituents.  (Bug#15812)
7082 2013-12-12  Juri Linkov  <juri@jurta.org>
7084         * uniquify.el (uniquify-buffer-name-style): Change default to
7085         `post-forward-angle-brackets'.
7087         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
7088         `uniquify'.  Change default to `post-forward-angle-brackets'.
7090 2013-12-11  Glenn Morris  <rgm@gnu.org>
7092         * emacs-lisp/package.el (finder-list-matches):
7093         Autoload rather than falsely declaring.
7095 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
7097         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
7098         (eww-mode-map): Use them.
7100 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
7102         * window.el (display-buffer-in-side-window): Fix doc-string
7103         (Bug#16115).
7105 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
7107         * vc/vc-git.el: Silence byte-compiler warnings.
7108         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
7109         (log-edit-set-header): Declare.
7111 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
7113         * Makefile.in (custom-deps, finder-data): Run output file names
7114         through unmsys--file-name.  (Bug#16099)
7116 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7118         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
7119         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7121         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
7122         instead of deleting the selection "by hand" (bug#16098).
7123         Rely on insert-for-yank to yank rectangles.
7124         (cua-highlight-region-shift-only): Mark obsolete.
7125         (cua-mode): Don't enable/disable transient-mark-mode,
7126         shift-select-mode (cua-mode works both with and without them), and
7127         pc-selection-mode (obsolete).
7128         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
7129         (cua--deactivate-rectangle): Deactivate it.
7131         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
7132         (delete-selection-helper): Make sure yank starts at the top of the
7133         deleted region.
7134         (minibuffer-keyboard-quit): Use region-active-p.
7136         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
7138         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
7139         to `delete' (bug#16109).
7141 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7143         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
7144         info manual and show keybindings and set `:group' keyword.
7146 2013-12-11  Juri Linkov  <juri@jurta.org>
7148         * delsel.el (delete-active-region): Let-bind `this-command'
7149         to prevent `kill-region' from changing its original value.
7150         (delete-selection-helper): Handle `overwrite-mode' for the type
7151         `kill' exactly the same way as for the type `t'.
7152         (insert-char, quoted-insert, reindent-then-newline-and-indent):
7153         Support more commands.  (Bug#13312)
7155 2013-12-11  Juri Linkov  <juri@jurta.org>
7157         * bindings.el: Map kp keys to non-kp keys systematically
7158         with basic modifiers control, meta and shift.  (Bug#14397)
7160 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
7162         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
7163         "Close browser" menu items.  Fix wrong function of "List
7164         bookmarks".
7166 2013-12-11  Juri Linkov  <juri@jurta.org>
7168         * misearch.el (multi-isearch-buffers): Set the value of
7169         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
7170         arg of isearch-forward to t.
7171         (multi-isearch-buffers-regexp): Set the value of
7172         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
7173         arg of isearch-forward-regexp to t.
7174         (multi-isearch-files): Set the value of
7175         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
7176         arg of isearch-forward to t.
7177         (multi-isearch-files-regexp): Set the value of
7178         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
7179         arg of isearch-forward-regexp to t.  (Bug#16035)
7181         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
7182         arg of isearch-forward to t.
7183         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
7184         arg of isearch-forward-regexp to t.
7185         (dired-isearch-filter-filenames): Remove unnecessary check for
7186         `dired-isearch-filenames'.
7188         * comint.el (comint-history-isearch-backward):
7189         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
7190         (comint-history-isearch-backward-regexp):
7191         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
7193 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
7195         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
7196         unmsys--file-name.  (Bug#16099)
7198 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
7200         * emacs-lisp/package.el (package-keyword-button-action):
7201         Remove finder.el require dependency.
7203 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
7205         * emacs-lisp/package.el: Require finder.el.
7206         (describe-package-1): Add keyword buttons.
7207         (package-make-button): New convenience function.
7208         (package-keyword-button-action): Keyword button action using
7209         `finder-list-matches'.
7211 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
7213         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
7214         last commit.
7216 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
7218         * autorevert.el (auto-revert-notify-add-watch): Do not handle
7219         symlinked files.
7221 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7223         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
7224         after the end of a percent literal.
7226 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7228         * progmodes/ruby-mode.el (ruby-forward-string): Document.
7229         Handle caret-delimited strings (Bug#16079).
7231 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
7233         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
7234         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
7235         `ruby-parse-partial' (Bug#16078).
7237 2013-12-09  Leo Liu  <sdl.web@gmail.com>
7239         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
7241 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
7243         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
7244         (js-switch-indent-offset): New option.
7245         (js--proper-indentation): Use it.  And handle the case when
7246         "default" is actually a key in an object literal.
7247         (js--same-line): New function.
7248         (js--multi-line-declaration-indentation): Use it.
7249         (js--indent-in-array-comp, js--array-comp-indentation):
7250         New functions.
7251         (js--proper-indentation): Use them, to handle array comprehension
7252         continuations.
7254 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7256         * progmodes/flymake.el (flymake-highlight-line): Re-write.
7257         (flymake-make-overlay): Remove arg MOUSE-FACE.
7258         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
7260 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7262         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
7263         New function.
7264         (redisplay-highlight-region-function): Use it.
7266         * emulation/cua-base.el (cua--explicit-region-start)
7267         (cua--last-region-shifted): Remove.
7268         (cua--deactivate): Use deactivate-mark.
7269         (cua--pre-command-handler-1): Don't handle shift-selection.
7270         (cua--post-command-handler-1): Don't change transient-mark-mode.
7271         (cua--select-keymaps): Use region-active-p rather than
7272         cua--explicit-region-start or cua--last-region-shifted.
7273         (cua-mode): Enable shift-select-mode.
7275 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7277         * progmodes/flymake.el (flymake-popup-current-error-menu):
7278         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
7279         (flymake-posn-at-point-as-event, flymake-popup-menu)
7280         (flymake-make-emacs-menu): Remove.  (Bug#16077)
7282 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7284         * rect.el (rectangle-mark-mode): Activate mark even if
7285         transient-mark-mode is off (bug#16066).
7286         (rectangle--highlight-for-redisplay): Fix boundary condition when point
7287         is > mark and at bolp.
7289         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
7290         (region-extract-function): Use it.
7291         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
7292         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
7293         Delete functions.
7294         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
7295         kill-ring-save, kill-region, delete-char, delete-forward-char.
7296         Ignore self-insert-iso.
7298         * emulation/cua-gmrk.el (cua--init-global-mark):
7299         Ignore `self-insert-iso'.
7301         * emulation/cua-base.el (cua--prefix-copy-handler)
7302         (cua--prefix-cut-handler): Rely on region-extract-function rather than
7303         checking cua--rectangle.
7304         (cua-delete-region): Use region-extract-function.
7305         (cua-replace-region): Delete function.
7306         (cua-copy-region, cua-cut-region): Obey region-extract-function.
7307         (cua--pre-command-handler-1): Don't do the delete-selection thing.
7308         (cua--self-insert-char-p): Ignore `self-insert-iso'.
7309         (cua--init-keymaps): Don't remap delete-selection commands.
7310         (cua-mode): Use delete-selection-mode instead of rolling our own
7311         (bug#16085).
7313         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
7314         Obey region-extract-function.
7316         Make registers and delete-selection-mode work on rectangles.
7317         * register.el (describe-register-1): Don't modify the register's value.
7318         (copy-to-register): Obey region-extract-function.
7319         * delsel.el (delete-active-region): Obey region-extract-function.
7321 2013-12-08  Leo Liu  <sdl.web@gmail.com>
7323         * progmodes/flymake.el (flymake, flymake-error-bitmap)
7324         (flymake-warning-bitmap, flymake-fringe-indicator-position)
7325         (flymake-compilation-prevents-syntax-check)
7326         (flymake-start-syntax-check-on-newline)
7327         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
7328         (flymake-start-syntax-check-on-find-file, flymake-log-level)
7329         (flymake-xml-program, flymake-master-file-dirs)
7330         (flymake-master-file-count-limit)
7331         (flymake-allowed-file-name-masks): Relocate.
7332         (flymake-makehash, flymake-float-time)
7333         (flymake-replace-regexp-in-string, flymake-split-string)
7334         (flymake-get-temp-dir): Remove.
7335         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
7336         (flymake-current-row, flymake-selected-frame)
7337         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
7338         related functions.  (Bug#16077)
7340 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
7342         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
7344 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
7346         * help-fns.el (describe-function-1): Use new advice-* functions
7347         rather than old ad-* functions.  Fix function type description and
7348         source links for advised functions and subrs.
7350 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7352         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
7354 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
7356         * progmodes/compile.el (compilation-start):
7357         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
7359         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7360         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
7362 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7364         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7365         Touch up the last change.
7367 2013-12-06  Leo Liu  <sdl.web@gmail.com>
7369         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
7370         (inferior-octave-startup): Always use "octave> " for prompt.
7371         (octave-goto-function-definition)
7372         (octave-sync-function-file-names)
7373         (octave-find-definition-default-filename): Remove redundant backquotes.
7375 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7377         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
7378         syntax for `?'.
7379         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
7380         where appropriate already.
7381         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
7382         end of method names (Bug#15874).
7384 2013-12-06  Juri Linkov  <juri@jurta.org>
7386         * isearch.el (isearch--saved-overriding-local-map):
7387         New internal variable.
7388         (isearch-mode): Set it to the initial value of
7389         `overriding-terminal-local-map'.
7390         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
7391         with `isearch--saved-overriding-local-map'.  (Bug#16035)
7393 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
7395         * progmodes/octave.el (inferior-octave-completion-table):
7396         Turn back into function, use `completion-table-with-cache'
7397         (Bug#11906).  Update all references.
7399         * minibuffer.el (completion-table-with-cache): New function.
7401 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
7403         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
7405 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
7407         * net/eww.el (eww-current-source): New variable to store page
7408         source.
7409         (eww-display-html, eww-mode, eww-save-history)
7410         (eww-restore-history): Use it.
7411         (eww-view-source): New command to view page source.
7412         Opportunistically uses `html-mode' to highlight the buffer.
7413         (eww-mode-map): Install it.
7415 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
7417         * net/dbus.el (dbus-unregister-service)
7418         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
7419         Fix docstring.
7420         (dbus-unregister-service): Skip :serial entries in
7421         `dbus-registered-objects-table'.
7422         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
7424 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
7426         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
7427         around keywords with extra `split-string' argument.
7429 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
7431         * windmove.el (windmove-other-window-loc): Handle navigation
7432         between windows (excluding the minibuffer window - Bug#16017).
7434 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
7436         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
7437         in D-Bus type syntax.
7438         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
7439         preserve unibyte strings.  (Bug#16048)
7441 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7443         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7444         Call force-mode-line-update is the proper buffer (bug#16042).
7446 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
7448         * vc/log-edit.el (log-edit-add-new-comment): Rename to
7449         `log-edit-remember-comment', make argument optional.  Adjust all
7450         callers.
7451         (log-edit-mode): Add `log-edit-remember-comment' to
7452         `kill-buffer-hook' locally.
7453         (log-edit-kill-buffer): Don't remember comment explicitly since
7454         the buffer is killed anyway.
7456 2013-12-04  Juri Linkov  <juri@jurta.org>
7458         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
7459         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
7461 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
7463         * notifications.el (notifications-close-notification): Call the
7464         D-Bus method with ID being a `:uint32'.  (Bug#16030)
7466 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7468         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
7470 2013-12-03  Juri Linkov  <juri@jurta.org>
7472         * progmodes/compile.el (compilation-start): Rename window alist
7473         entry `no-display-ok' to `allow-no-window'.
7475         * simple.el (shell-command): Add window alist entry
7476         `allow-no-window' to `display-buffer'.
7477         (async-shell-command): Doc fix.
7479         * window.el (display-buffer-no-window): New action function.
7480         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
7482 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7484         * vc/log-edit.el (log-edit-set-header): Extract from
7485         `log-edit-toggle-header'.
7486         (log-edit-extract-headers): Separate the summary, when extracted
7487         from header, from the rest of the message with an empty line.
7489         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
7490         line, if present, to the Summary header.
7492 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7494         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
7495         in current-buffer (bug#16029).
7497 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
7499         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
7500         (debugger-mode-map): Bind it.
7501         (debugger--backtrace-base): New function.
7502         (debugger-eval-expression): Use it.
7503         (debugger-frame-number): Skip local vars when present.
7504         (debugger--locals-visible-p, debugger--insert-locals)
7505         (debugger--show-locals, debugger--hide-locals): New functions.
7507 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
7509         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
7510         "LC_ALL".
7511         (tramp-get-remote-locale): New defun.
7512         (tramp-open-connection-setup-interactive-shell): Use it.
7514 2013-12-02  Leo Liu  <sdl.web@gmail.com>
7516         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
7518         * progmodes/sh-script.el (sh-shell-process):
7519         * progmodes/octave.el (inferior-octave-process-live-p):
7520         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
7521         (gdb-inferior-io-sentinel):
7522         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
7524 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7526         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
7527         `save-selected-window' to `log-edit-hide-buf'.  This makes
7528         `log-edit-show-files' idempotent.
7529         (log-edit-show-files): Mark the new window as dedicated.
7531 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
7533         * vc/log-edit.el (log-edit-mode-map): Add binding for
7534         `log-edit-kill-biffer'.
7535         (log-edit-hide-buf): Add a FIXME comment.
7536         (log-edit-add-new-comment): New function, extracted from
7537         `log-edit-done'.
7538         (log-edit-done, log-edit-add-to-changelog): Use it.
7539         (log-edit-kill-buffer): New command.
7541 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7543         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
7544         instead of killing the buffer.
7546 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7548         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
7550 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7552         * net/eww.el (eww-form-checkbox-selected-symbol)
7553         (eww-form-checkbox-symbol): New customizable variable.
7554         (eww-form-checkbox, eww-toggle-checkbox):
7555         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
7557         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
7558         (shr--get-media-pref, shr--extract-best-source): New function.
7559         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
7560         no :src tag was specified.
7562         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
7563         (eww-render): Handle `eww-use-external-browser-for-content-type'.
7564         Use \\` to match beginning of string instead of ^.
7565         (eww-browse-with-external-browser): Provide optional URL parameter.
7566         (eww-render): Set `eww-current-title' back to "".
7568         * net/shr.el (shr-tag-video): Display content for video if no
7569         poster is available.
7570         (shr-tag-audio): Add support for <audio> tag.
7572         * net/eww.el (eww-text-input-types): New const.
7573         (eww-process-text-input): Treat input types in
7574         `eww-text-input-types' as text.
7576         * net/shr.el (shr-tag-table): Fix comment typo.
7578 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7580         * net/eww.el (eww-follow-link): New command to avoid reloading
7581         pages when we follow #target links (bug#15243).
7582         (eww-quit): Special mode buffers shouldn't query before exiting.
7584 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
7586         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
7587         forms.
7589 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7591         * net/eww.el (eww-restore-history): Update the window title after
7592         moving in the history.
7593         (eww-current-dom): New variable used to save the current DOM.
7595 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
7597         * vc/log-edit.el (log-edit-mode-map): Add binding for
7598         `log-edit-beginning-of-line'.
7599         (log-edit-setup-add-author): New user option.
7600         (log-edit-beginning-of-line): New command.
7601         (log-edit): Move major mode call above the contents setup so that
7602         the local variable values are already applied.
7603         (log-edit): Only insert "Author: " when
7604         `log-edit-setup-add-author' is non-nil.
7605         (log-edit): When SETUP is non-nil, position point after ": "
7606         instead of point-min.
7608 2013-12-01  Glenn Morris  <rgm@gnu.org>
7610         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
7612 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
7614         * startup.el (fancy-splash-frame): On MS-Windows, trigger
7615         redisplay to make sure the initial frame gets a chance to become
7616         visible.  (Bug#16014)
7618 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
7620         Support resizing frames and windows pixelwise.
7621         * cus-start.el (frame-resize-pixelwise)
7622         (window-resize-pixelwise): New entries.
7623         * emacs-lisp/debug.el (debug): Use window-total-height instead
7624         of window-total-size.
7625         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
7626         * help.el (describe-bindings-internal): Use help-buffer as
7627         argument for with-help-window.
7628         (temp-buffer-max-width): New option.
7629         (resize-temp-buffer-window, help-window-setup)
7630         (with-help-window): Rewrite.
7631         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
7632         dragging dividers.
7633         * window.el (frame-char-size, window-min-pixel-height)
7634         (window-safe-min-pixel-height, window-safe-min-pixel-width)
7635         (window-min-pixel-width, window-safe-min-pixel-size)
7636         (window-combination-p, window-safe-min-size)
7637         (window-resizable-p, window--size-to-pixel)
7638         (window--pixel-to-size, window--resize-apply-p): New functions.
7639         (window-safe-min-height): Fix doc-string.
7640         (window-size, window-min-size, window--min-size-1)
7641         (window-sizable, window-sizable-p, window--min-delta-1)
7642         (window-min-delta, window--max-delta-1, window-max-delta)
7643         (window--resizable, window--resizable-p, window-resizable)
7644         (window-full-height-p, window-full-width-p, window-at-side-p)
7645         (window--in-direction-2, window-in-direction)
7646         (window--resize-reset-1, window--resize-mini-window)
7647         (window-resize, window-resize-no-error)
7648         (window--resize-child-windows-normal)
7649         (window--resize-child-windows, window--resize-siblings)
7650         (window--resize-this-window, window--resize-root-window)
7651         (window--resize-root-window-vertically)
7652         (adjust-window-trailing-edge, enlarge-window, shrink-window)
7653         (maximize-window, minimize-window, delete-window)
7654         (quit-restore-window, window-split-min-size, split-window)
7655         (balance-windows-2, balance-windows)
7656         (balance-windows-area-adjust, balance-windows-area)
7657         (window--state-get-1, window-state-get, window--state-put-1)
7658         (window--state-put-2, window-state-put)
7659         (display-buffer-record-window, window--display-buffer):
7660         Make functions handle pixelwise sizing of windows.
7661         (display-buffer--action-function-custom-type)
7662         (display-buffer-fallback-action):
7663         Add display-buffer-in-previous-window.
7664         (display-buffer-use-some-window): Resize window to height it had
7665         before.
7666         (fit-window-to-buffer-horizontally): New option.
7667         (fit-frame-to-buffer): Describe new values.
7668         (fit-frame-to-buffer-bottom-margin): Replace with
7669         fit-frame-to-buffer-margins.
7670         (window--sanitize-margin): New function.
7671         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
7672         using window-text-pixel-size.
7674 2013-11-30  Glenn Morris  <rgm@gnu.org>
7676         * emacs-lisp/bytecomp.el (byte-compile-form):
7677         Make the `interactive-only' warning like the `obsolete' one.
7678         * comint.el (comint-run):
7679         * files.el (insert-file-literally, insert-file):
7680         * replace.el (replace-string, replace-regexp):
7681         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
7682         (goto-line, insert-buffer, next-line, previous-line):
7683         Tweak `interactive-only' spec.
7685         Stop keeping (most) generated cedet grammar files in the repository.
7686         * Makefile.in (semantic): New.
7687         (compile-main): Depend on semantic.
7689 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7691         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
7692         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
7694         * uniquify.el (uniquify-buffer-name-style): Change default.
7696         * loadup.el: Preload "uniquify".
7698         * time.el (display-time-update): Update all mode lines (bug#15999).
7700         * electric.el (electric-indent-mode): Enable by default.
7701         * loadup.el: Preload "electric".
7703 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
7705         * emacs-lisp/helpers.el (string-empty-p): New function.
7706         (string-blank-p): New function.
7708 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
7710         * imenu.el (imenu--index-alist): Add missing dot to the docstring
7711         (Bug#14029).
7713 2013-11-29  Andreas Politz  <politza@fh-trier.de>
7714         * imenu.el (imenu--subalist-p): Don't error on non-conses and
7715         allow non-lambda lists as functions.
7716         (imenu--in-alist): Don't recurse into non-subalists.
7717         (imenu): Don't pass function itself as an argument (Bug#14029).
7719 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7721         * progmodes/python.el (python-mode-map): Remove binding for ":".
7722         (python-indent-electric-colon): Remove command.
7723         (python-indent-post-self-insert-function): Integrate the previous code
7724         of python-indent-electric-colon.  Make it conditional on
7725         electric-indent-mode.
7726         (python-mode): Add ?: to electric-indent-chars.
7727         Move python-indent-post-self-insert-function to the end of
7728         post-self-insert-hook.
7730 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7732         * doc-view.el (doc-view-goto-page): Update mode-line.
7734         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
7736 2013-11-27  Glenn Morris  <rgm@gnu.org>
7738         * international/charprop.el, international/uni-bidi.el:
7739         * international/uni-category.el, international/uni-combining.el:
7740         * international/uni-comment.el, international/uni-decimal.el:
7741         * international/uni-decomposition.el, international/uni-digit.el:
7742         * international/uni-lowercase.el, international/uni-mirrored.el:
7743         * international/uni-name.el, international/uni-numeric.el:
7744         * international/uni-old-name.el, international/uni-titlecase.el:
7745         * international/uni-uppercase.el:
7746         Remove generated files from VCS repository.
7748 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
7750         * filenotify.el (file-notify-add-watch): Don't special-case
7751         w32notify when computing the directory to watch.
7753 2013-11-27  Glenn Morris  <rgm@gnu.org>
7755         Make bootstrap without generated uni-*.el files possible again.
7756         * loadup.el: Update command-line-args checking for unidata-gen.
7757         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
7758         * composite.el, international/characters.el:
7759         Handle unicode tables being undefined.
7761         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
7762         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
7763         (compile-main): Depend on leim rule.
7764         (leim): New rule.
7765         * loadup.el: Move leim-list.el to leim/ subdirectory.
7766         * startup.el (normal-top-level): No more leim directory.
7767         * international/ja-dic-cnv.el (skkdic-convert):
7768         Disable version-control and autoloads in output files.
7769         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
7770         Disable version-control and autoloads in output files.
7771         * leim/quail: Move here from ../leim.
7772         * leim/quail/hangul.el (hangul-input-method-activate):
7773         Add autoload cookie.
7774         (generated-autoload-load-name): Set file-local value.
7775         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
7776         (generated-autoload-load-name): Set file-local value.
7778 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
7780         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
7781         (eww-add-bookmark): Ask confirmation when add to bookmarks.
7782         (eww-quit): Ask confirmation before quitting eww.
7784 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
7786         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
7787         reading output from Diff on MS-Windows and MS-DOS.
7789 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
7791         * emacs-lisp/helpers.el (string-reverse): New function.
7793 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
7795         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
7796         names on MS Windows, like "/[::1]:".
7798         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
7799         SWITCHES.
7801 2013-11-26  Glenn Morris  <rgm@gnu.org>
7803         * progmodes/python.el (python-indent-guess-indent-offset):
7804         Avoid corner-case error.  (Bug#15975)
7806         Preload leim-list.el.  (Bug#4789)
7807         * loadup.el: Load leim-list.el when found.
7808         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
7810 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
7812         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
7814         * emacs-lisp/helpers.el (string-join): New function.
7816 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
7818         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7819         Mark as obsolete and replace it with a symbol property.
7820         (byte-compile-form): Use new 'interactive-only property.
7821         * comint.el, files.el, replace.el, simple.el:
7822         Apply new 'interactive-only properly.
7824 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
7826         * window.el (display-buffer-at-bottom): Make sure that
7827         split-window-sensibly creates the new window on bottom
7828         (Bug#15961).
7830 2013-11-23  David Kastrup  <dak@gnu.org>
7832         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
7833         on the conflict markers when available.
7834         (smerge--get-marker): New function.
7835         (smerge-end-re, smerge-base-re): Add subgroup.
7837 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7839         * frame.el (handle-focus-in, handle-focus-out): Add missing
7840         interactive spec.
7842 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
7844         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7845         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
7847 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7849         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
7850         (gomoku--last-pos): New var.
7851         (gomoku--intangible-chars): New const.
7852         (gomoku--intangible): New function.
7853         (gomoku-mode): Use it.  Derive from special-mode.
7854         (gomoku-move-up): Adjust line count.
7855         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
7856         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
7857         Simplify accordingly.
7859         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
7860         Remove blink-cursor code.
7861         (blink-cursor-timer-function, blink-cursor-suspend):
7862         Don't special-case GUIs.
7863         (blink-cursor-mode): Use focus-in/out-hook.
7865 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
7867         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
7868         work when annotation is invisible (Bug#13886).
7870 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
7872         * json.el (json-alist-p): Only return non-nil if the alist has
7873         simple keys (Bug#13518).
7875 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
7877         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
7878         when control-statement is the first statement in a buffer (Bug#15956).
7880 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
7882         * imenu.el (imenu-generic-skip-comments-and-strings):
7883         New option (Bug#15560).
7884         (imenu--generic-function): Use it.
7886 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
7888         * minibuffer.el (completion--in-region-1): Scroll the correct window.
7889         (Bug#13898)
7891 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
7893         * emacs-lisp/helpers.el: Add some string helpers.
7894         (string-trim-left): Removes leading whitespace.
7895         (string-trim-right): Removes trailing whitespace.
7896         (string-trim): Removes leading and trailing whitespace.
7898         * subr.el (string-suffix-p): New function.
7900 2013-11-23  Glenn Morris  <rgm@gnu.org>
7902         * progmodes/python.el (python-shell-send-file):
7903         Add option to delete file when done.  (Bug#15647)
7904         (python-shell-send-string, python-shell-send-region): Use it.
7906 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
7908         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
7909         to set buffer-read-only to t, never to nil.  (Bug#15938)
7911         * textmodes/tex-mode.el (latex-noindent-environments):
7912         Add safe-local-variable property.  (Bug#15936)
7914 2013-11-23  Glenn Morris  <rgm@gnu.org>
7916         * textmodes/enriched.el (enriched-mode): Doc fix.
7917         * emacs-lisp/authors.el (authors-renamed-files-alist):
7918         Add enriched.doc -> enriched.txt.
7920         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
7922 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7924         * progmodes/octave.el (inferior-octave-startup): Spit out error
7925         message.
7927 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
7929         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7930         Improve docstring.
7931         Add :version.
7932         (ruby-encoding-magic-comment-style): Add :version.
7934 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7936         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
7937         (Bug#15076)
7938         (octave-help-mode): Adapt to change to help-mode-finish to use
7939         derived-mode-p on 2013-09-17.
7940         (inferior-octave-prompt): Also match octave-gui.
7941         (octave-kill-process): Don't ask twice.  (Bug#10564)
7943 2013-11-22  Leo Liu  <sdl.web@gmail.com>
7945         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
7946         (inferior-octave-startup, inferior-octave-check-process)
7947         (inferior-octave-track-window-width-change)
7948         (octave-completion-at-point, octave-eldoc-function): Use it.
7949         (octave-kill-process): Provide confirmation.  (Bug#10564)
7951 2013-11-21  Leo Liu  <sdl.web@gmail.com>
7953         * progmodes/octave.el (octave-mode, inferior-octave-mode):
7954         Fix obsolete variable comment-use-global-state.
7956 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7958         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
7959         Add `octave-source-file'.
7960         (octave-source-file): New function.  (Bug#15935)
7962 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
7964         * net/eww.el (eww-local-regex): New variable.
7965         (eww): Use it to detect localhost and similar.
7967 2013-11-21  Leo Liu  <sdl.web@gmail.com>
7969         Add completion for command `ag'.
7970         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
7971         (pcomplete/ag): New function.
7972         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
7974 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7976         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
7977         (bug#14646).
7978         (make-obsolete): Remove interactive spec.
7980 2013-11-21  Glenn Morris  <rgm@gnu.org>
7982         * startup.el (command-line-1): Use path-separator with -L.
7984 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
7986         * emacs-lisp/package.el (describe-package-1): Add package archive
7987         to shown fields.
7989 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
7991         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7992         Change default to "# encoding: %s" to differentiate it from the
7993         default Ruby encoding comment template.
7995 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
7997         * ses.el (ses-mode): Doc fix.  (Bug#14748)
7999 2013-11-20  Leo Liu  <sdl.web@gmail.com>
8001         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
8003 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
8005         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
8006         when rebase or bisect are in progress.
8008 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
8010         * filenotify.el (file-notify-add-watch): Doc fix.
8012 2013-11-19  Leo Liu  <sdl.web@gmail.com>
8014         * obsolete/rcompile.el: Mark obsolete.
8016         * progmodes/compile.el (compilation-start)
8017         (compilation-goto-locus, compilation-find-file):
8018         Pass no-display-ok and handle nil value from display-buffer.
8019         (Bug#13594)
8021         * window.el (display-buffer-alist, display-buffer): Document the
8022         new parameter no-display-ok.  Return either a window or nil
8023         but never a non-window value.
8025 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8027         * electric.el (electric-indent-mode-map): Remove.
8028         (electric-indent-mode): Change the global-map instead (bug#15915).
8030         * textmodes/text-mode.el (paragraph-indent-minor-mode):
8031         Use add-function.
8033 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8035         * emacs-lisp/nadvice.el (remove-function): Align with
8036         add-function's behavior.
8038         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
8039         (gdb--string-regexp): New constant.
8040         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
8041         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
8042         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
8043         submatch 1.
8044         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
8045         Adjust use accordingly.
8046         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
8048 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
8050         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
8051         interpolation curlies (Bug#15914).
8053 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
8055         * calc/calc.el (calc-context-sensitive-enter): New variable.
8056         (calc-enter): Use `calc-context-sensitive-enter'.
8058 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
8060         * progmodes/cfengine.el: Version bump.
8061         (cfengine-cf-promises): New defcustom to locate cf-promises.
8062         (cfengine3-vartypes): Add new "data" type.
8063         (cfengine3--current-word): New function to get current name-like
8064         word or its bounds.
8065         (cfengine3--current-function): New function to look up a CFEngine
8066         function's definition.
8067         (cfengine3-format-function-docstring): New function.
8068         (cfengine3-make-syntax-cache): New function.
8069         (cfengine3-documentation-function): New function: ElDoc glue.
8070         (cfengine3-completion-function): New function: completion glue.
8071         (cfengine3-mode): Set `compile-command',
8072         `eldoc-documentation-function', and add to
8073         `completion-at-point-functions'.
8075 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
8077         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8078         `tramp-current-connection'.
8080 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
8082         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
8083         nil/self/true/false with "end of symbol".
8085 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
8087         * subr.el (version-regexp-alist): Fix a typo.
8089 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
8091         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
8092         "en_US.utf8" and "LC_CTYPE" to "".
8093         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
8094         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
8096 2013-11-15  Leo Liu  <sdl.web@gmail.com>
8098         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
8100 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8102         * progmodes/gud.el (ctl-x-map):
8103         Remove C-x SPC binding.  (Bug#12342)
8104         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
8106 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
8108         * subr.el (version-regexp-alist):
8109         Recognize hg, svn and darcs versions as snapshot versions.
8111         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
8112         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
8113         (ruby--encoding-comment-required-p): Extract from
8114         `ruby-mode-set-encoding'.
8115         (ruby-mode-set-encoding): Add the ability to always insert an
8116         utf-8 encoding comment.  Fix and simplify coding comment update
8117         logic.
8119 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
8121         * net/tramp-gvfs.el (top): Run init code only when
8122         `tramp-gvfs-enabled' is not nil.
8123         (tramp-gvfs-enabled): Check also :system bus.
8125 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8127         Sync with upstream verilog-mode revision 78e66ba.
8128         * progmodes/verilog-mode.el (verilog-end-of-defun)
8129         (verilog-type-completion, verilog-get-list): Remove unused funcs.
8130         (verilog-get-end-of-defun): Remove unused argument.
8131         (verilog-comment-depth): Remove unused local `e'.
8132         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
8133         Don't pass arg to verilog-get-end-of-defun.
8135 2013-11-14  Glenn Morris  <rgm@gnu.org>
8137         * obsolete/assoc.el (aget): Prefix dynamic variable.
8139         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
8141 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8143         * widget.el, hfy-cmap.el: Remove bogus package version number.
8145 2013-11-13  Glenn Morris  <rgm@gnu.org>
8147         * replace.el (replace-eval-replacement):
8148         Try to give more helpful error message.  (Bug#15836)
8150         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8151         (archive-7z-update): Avoid custom type mismatches.
8153         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
8155 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
8157         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
8158         address can be empty.
8160         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
8161         Accept nil SWITCHES.
8162         (tramp-gvfs-handle-write-region): Implement APPEND.
8164 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
8166         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
8167         binary "|" operator and closing block args delimiter.
8168         Remove FIXME comment referring to Ruby 1.8-only syntax.
8169         (ruby-smie--implicit-semi-p): Not after "|" operator.
8170         (ruby-smie--closing-pipe-p): New function.
8171         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
8172         (ruby-smie-rules): Indent after "|".
8174 2013-11-12  Glenn Morris  <rgm@gnu.org>
8176         * ps-print.el (ps-face-attribute-list):
8177         Handle anonymous faces.  (Bug#15827)
8179 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
8181         * window.el (display-buffer-other-frame): Fix doc-string.
8182         (Bug#15868)
8184 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8186         * subr.el (force-mode-line-update): Delete, move to buffer.c.
8188 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
8190         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
8191         (tramp-sh-handle-file-local-copy): Don't write a message when
8192         saving temporary files.
8194         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
8195         both directories are remote.
8196         (tramp-smb-handle-directory-files): Do not return double entries.
8197         Do not expand full file names.
8198         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
8199         (tramp-smb-handle-write-region): Implement APPEND.
8200         (tramp-smb-get-stat-capability): Fix a stupid bug.
8202 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8204         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
8206 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8208         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
8209         throwing error over malformed let/let* (bug#15814).
8211 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8213         * iswitchb.el (iswitchb-mode): Mark obsolete.
8215 2013-11-11  Glenn Morris  <rgm@gnu.org>
8217         * international/uni-bidi.el, international/uni-category.el:
8218         * international/uni-name.el, international/uni-numeric.el:
8219         Regenerate for Unicode 6.3.0.
8221 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
8223         * net/tramp.el (tramp-methods):
8224         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
8225         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
8227 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
8229         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8230         Force highlighting text after Summary keyword in doc face for rpm.
8232 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
8234         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
8235         available and the word has no wildcards, append one to the grep pattern.
8236         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
8237         (ispell-complete-word): Call `ispell-lookup-words' with the value
8238         independent of `ispell-look-p'.
8240 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8242         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
8243         Not after "||".
8244         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
8245         their parent.
8247 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8249         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
8250         (ruby-font-lock-keywords): Use backquote.
8252 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8254         * progmodes/ruby-mode.el (ruby-smie--forward-token)
8255         (ruby-smie--backward-token): Only consider full-string matches.
8257 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
8259         * faces.el (describe-face): Add distant-foreground.
8261 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
8263         * progmodes/ruby-mode.el: Improve encoding comment handling.
8264         (ruby-encoding-magic-comment-style): New option.
8265         (ruby-custom-encoding-magic-comment-template): New option.
8266         (ruby--insert-coding-comment, ruby--detect-encoding):
8267         New functions extracted from `ruby-mode-set-encoding'.
8268         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
8269         to control the style of the auto-inserted encoding comment.
8271 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8273         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
8274         Use `smie-backward-sexp' with token argument.
8276 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
8278         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8279         Remove instrumentation code.
8281 2013-11-08  Glenn Morris  <rgm@gnu.org>
8283         * progmodes/autoconf.el (autoconf-mode):
8284         Tweak comment-start-skip.  (Bug#15822)
8286 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8288         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
8289         at bobp (bug#15826).
8290         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
8292 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
8294         * man.el (Man-start-calling): New macro, extracted from
8295         Man-getpage-in-background.
8296         (Man-getpage-in-background): Use it.
8297         (Man-update-manpage): New command.
8298         (Man-mode-map): Bind it.
8300 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
8302         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
8303         of "and", "or", "&&" and "||".
8304         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
8305         argument.  Prohibit opening curly brace because it could only be a
8306         block opener in that position.
8307         (ruby-smie--forward-token, ruby-smie--backward-token):
8308         Separate "|" from "&" or "*" going after it.  That can happen in block
8309         arguments.
8310         (ruby-smie--indent-to-stmt): New function, seeks the end of
8311         previous statement or beginning of buffer.
8312         (ruby-smie-rules): Use it.
8313         (ruby-smie-rules): Check if there's a ":" before a curly block
8314         opener candidate; if there is, it's a hash.
8316 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8318         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
8319         (cl--block-wrapper): Fix last accidental change.
8321 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
8323         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8324         Instrument, in order to hunt failure on hydra.
8326 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8328         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
8329         malformed bindings form (bug#15814).
8331 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
8333         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
8334         "." compared to " @ ".  This incidentally fixes some indentation
8335         examples with "do".
8336         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
8337         (ruby-smie-grammar): New tokens: "and" and "or".
8338         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
8339         Exclude "and" and "or".  Remove "do" in order to work around token
8340         priorities.
8341         (ruby-smie-rules): Add all infix tokens.  Handle the case of
8342         beginning-of-buffer.
8344 2013-11-06  Glenn Morris  <rgm@gnu.org>
8346         * Makefile.in (setwins_almost, setwins_for_subdirs):
8347         Avoid accidental matches.
8349 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8351         * menu-bar.el (popup-menu): Use key-binding.
8353 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
8355         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
8356         menus, support also the menus produced by minor modes.
8357         (Bug#15817)
8359 2013-11-06  Leo Liu  <sdl.web@gmail.com>
8361         * thingatpt.el (thing-at-point-looking-at): Add optional arg
8362         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
8364 2013-11-06  Glenn Morris  <rgm@gnu.org>
8366         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
8367         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
8368         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
8370 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8372         * electric.el (electric-indent-just-newline): New command.
8373         (electric-indent-mode-map): New keymap.
8374         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
8375         Re-add :group which weren't redundant.
8377         * electric.el (electric-indent-local-mode): New minor mode.
8378         (electric-indent-functions-without-reindent): New var.
8379         (electric-indent-post-self-insert-function): Use it.
8380         * emacs-lisp/gv.el (buffer-local-value): Add setter.
8382 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
8384         * international/quail.el (quail-help): Be more explicit about the
8385         meaning of the labels shown on the keys.  (Bug#15800)
8387         * startup.el (normal-top-level): Load the subdirs.el files before
8388         setting the locale environment.  (Bug#15805)
8390 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8392         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
8393         via arguments so as to get the right ones (bug#15418).
8395         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
8397 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
8399         Fix problems found while writing a test suite.
8401         * net/tramp-compat.el (tramp-compat-load): New defun.
8402         * net/tramp.el (tramp-handle-load): Use it.
8404         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
8405         "(numberp ok-if-already-exists)" correctly.
8407 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
8409         * international/characters.el (glyphless-char-display-control):
8410         Add usage note.
8412 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
8414         * progmodes/python.el (python-mode):
8415         * progmodes/scheme.el (scheme-mode):
8416         * progmodes/prolog.el (prolog-mode):
8417         * progmodes/ruby-mode.el (ruby-mode):
8418         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
8419         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
8421 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8423         * rect.el (rectangle--highlight-for-redisplay):
8424         * emacs-lisp/smie.el (smie--next-indent-change):
8425         Use buffer-chars-modified-tick.
8427         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
8429         * electric.el (electric-indent-post-self-insert-function):
8430         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
8432 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
8434         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
8436 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8438         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
8439         (bug#15786).
8441 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8443         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
8445         * progmodes/python.el: Fix up last change.
8446         (python-shell--save-temp-file): New function.
8447         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
8448         `string' comes from the current buffer.
8449         (python-shell-send-string-no-output): Remove `msg' arg.
8450         (python--use-fake-loc): New var.
8451         (python-shell-buffer-substring): Obey it.  Try to compensate for the
8452         extra coding line added by python-shell--save-temp-file.
8453         (python-shell-send-region): Use python-shell--save-temp-file and
8454         python-shell-send-file directly.  Add `nomain' argument.
8455         (python-shell-send-buffer): Use python-shell-send-region.
8456         (python-electric-pair-string-delimiter): New function.
8457         (python-mode): Use it.
8459 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
8461         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
8462         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
8463         environment and decoding all of the default-directory's to here
8464         from command-line.
8465         (command-line): Decode also argv[0].
8467         * loadup.el: Error out if default-directory is a multibyte string
8468         when we are dumping.
8470         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
8472 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
8474         * emacs-lisp/package.el (package-menu-mode)
8475         (package-menu--print-info, package-menu--archive-predicate):
8476         Add Archive column to package list.
8478 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
8480         Fix problems found while writing a test suite.
8482         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
8483         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
8484         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
8485         to nil when running original file name handler.  Otherwise,
8486         there are problems with constructs like "$$FOO".
8488         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
8489         for `localname'.
8491 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
8493         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
8495         * subr.el (version<, version<=, version=):
8496         Update docstrings with information for snapshot versions.
8498         * helpers.el: New library for misc helper functions.
8499         (hash-table-keys): New function returning a list of hash keys.
8500         (hash-table-values): New function returning a list of hash values.
8502 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
8504         * progmodes/ruby-mode.el (ruby-smie--forward-token)
8505         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
8507 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
8509         * textmodes/fill.el (fill-single-char-nobreak-p): New function
8510         checking whether point is after a 1-letter word.
8512 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8514         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
8515         Don't infloop when expanding region over `multiline' syntax-type that
8516         begins a line (bug#15778).
8518 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8520         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
8521         Make it into a proper minor mode.
8522         (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
8523         (rectangle-mark-mode-map): New keymap.
8524         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
8526 2013-11-04  Glenn Morris  <rgm@gnu.org>
8528         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
8530 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8532         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
8533         (ruby-smie-rules): Use smie-rule-parent instead.
8535         * emacs-lisp/smie.el (smie-rule-parent): Always call
8536         smie-indent-virtual rather than only for hanging tokens.
8537         (smie--next-indent-change): New helper command.
8539 2013-11-03  Glenn Morris  <rgm@gnu.org>
8541         * Makefile.in (abs_srcdir): Remove.
8542         (emacs): Unset EMACSLOADPATH.
8544 2013-11-02  Glenn Morris  <rgm@gnu.org>
8546         * Makefile.in (EMACS): Use a relative filename.
8547         (abs_top_builddir): Remove.
8548         (custom-deps, finder-data, autoloads): Use --chdir.
8550         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
8552         Use relative filenames in TAGS files.
8553         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8554         (lisptagsfiles4, TAGS): Use relative file names.
8555         (TAGS-LISP): Remove.
8556         (maintainer-clean): No more TAGS-LISP file.
8558         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8559         (lisptagsfiles4): Use absolute filenames again.
8560         (TAGS, TAGS-LISP): Not everything needs to run in one line.
8561         Remove all *loaddefs files, not just the first.  Remove esh-groups.
8562         (maintainer-clean): Delete TAGS, TAGS-LISP.
8564 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8566         * emacs-lisp/package.el (package-version-join):
8567         Recognize snapshot versions.
8569 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8571         * subr.el (version-regexp-alist): Add support for snapshot versions.
8573 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
8575         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
8576         New function, replacement for `smie-rule-parent' for when we want to
8577         skip over our direct parent if it's an assignment token..
8578         (ruby-smie-rules): Use it.
8580 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
8582         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
8583         unconditionally.  Remove now unnecessary forward declarations.
8584         Remove XEmacs-specific setup.
8585         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
8586         (ruby-font-lock-syntactic-keywords)
8587         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
8588         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
8589         (ruby-here-doc-end-syntax): Remove.
8590         (ruby-mode): Don't check whether `syntax-propertize-rules' is
8591         defined as function.
8593 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
8595         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
8597 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
8599         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
8600         table and abbrev table, `define-derived-mode' does that for us
8601         anyway.
8603 2013-11-01  Glenn Morris  <rgm@gnu.org>
8605         * Makefile.in: Remove manual mh-e dependencies (writing .elc
8606         files is atomic for some time, so no parallel compilation issues).
8608 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
8610         * faces.el (face-x-resources): Add :distant-foreground.
8611         (region): Use :distant-foreground for gtk and ns.
8613 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
8615         Allow multiple bibliographies when BibLaTeX is used rather than
8616         BibTeX.
8617         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
8618         (reftex-locate-bibliography-files): Us it.
8620 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
8622         * image.el (image-type-header-regexps): Fix the 'pbm' part to
8623         allow comments in pbm files.
8625         * term/w32-win.el (dynamic-library-alist): Support newer versions
8626         of libjpeg starting with v7: look only for the DLL from the
8627         version against which Emacs was built.
8628         Support versions of libpng beyond 1.4.x.
8629         Support libtiff v4.x.
8631 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
8633         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
8634         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
8635         Add property :safe.
8636         (ruby-deep-arglist): Add property :type.
8638 2013-10-31  Glenn Morris  <rgm@gnu.org>
8640         * Makefile.in (custom-deps, finder-data): No need to setq the target
8641         variables, we are in the right directory and the defaults work fine.
8643 2013-10-30  Glenn Morris  <rgm@gnu.org>
8645         * Makefile.in (autoloads): Do not use abs_lisp.
8647         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8648         `newline' does not respect `standard-output', so use `princ'.
8650 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
8652         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
8653         * buff-menu.el (Buffer-menu--unmark): New function.
8654         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
8656 2013-10-30  Glenn Morris  <rgm@gnu.org>
8658         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
8660         * emacs-lisp/package.el (lm-homepage): Declare.
8662         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
8663         Fix doc typos.
8665         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
8667         * Makefile.in (finder-data, autoloads, update-subdirs)
8668         (compile-main, compile-clean, compile-always, bootstrap-clean):
8669         Check return value of cd.
8670         (compile-calc): Remove.
8672 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8674         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
8676         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
8677         (byte-compile-and-folded): New function.
8678         (=, <, >, <=, >=): Use it.
8680         * dos-w32.el (minibuffer-history-case-insensitive-variables)
8681         (path-separator, null-device, buffer-file-coding-system)
8682         (lpr-headers-switches): Check system-type before modifying them.
8683         (find-buffer-file-type-coding-system): Mark obsolete.
8684         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
8685         find-file-not-found-set-buffer-file-coding-system.
8686         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
8687         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
8688         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
8689         (w32-direct-print-region-helper, w32-direct-print-region-function)
8690         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
8691         * startup.el (normal-top-level-add-subdirs-to-load-path):
8692         * ps-print.el (ps-print-region-function):
8693         * lpr.el (print-region-function): Use new name.
8695         * subr.el (custom-declare-variable-early): Remove function.
8696         (custom-declare-variable-list): Remove var.
8697         (error, user-error): Remove `while' loop.
8698         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
8699         (user-emacs-directory-warning, locate-user-emacs-file):
8700         Move to files.el.
8701         * simple.el (read-quoted-char-radix, read-quoted-char):
8702         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
8703         Move from subr.el.
8704         * custom.el (custom-declare-variable-list): Don't process
8705         custom-declare-variable-list.
8707         * progmodes/python.el (python-shell-get-buffer): New function.
8708         (python-shell-get-process): Use it.
8709         (python-shell-send-string): Always use utf-8 and add a cookie to tell
8710         Python which encoding was used.  Don't split-string since we only care
8711         about the first line.  Return the temp-file, if applicable.
8712         (python-shell-send-region): Tell compile.el how to turn locations in
8713         the temp-file into locations in the source buffer.
8715 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8717         * subr.el (undefined): Add missing behavior from the C code for
8718         unbound keys.
8720         * rect.el: Use lexical-binding.  Add new rectangular region support.
8721         (rectangle-mark): New command.
8722         (rectangle--region): New var.
8723         (deactivate-mark-hook): Reset rectangle--region.
8724         (rectangle--extract-region, rectangle--insert-for-yank)
8725         (rectangle--highlight-for-redisplay)
8726         (rectangle--unhighlight-for-redisplay): New functions.
8727         (region-extract-function, redisplay-unhighlight-region-function)
8728         (redisplay-highlight-region-function): Use them to handle
8729         rectangular region.
8730         * simple.el (region-extract-function): New var.
8731         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
8732         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
8733         (kill-region): Replace obsolete `yank-handler' arg with `region'.
8734         (copy-region-as-kill, kill-ring-save): Add `region' argument.
8735         (redisplay-unhighlight-region-function)
8736         (redisplay-highlight-region-function): New vars.
8737         (redisplay--update-region-highlight): New function.
8738         (pre-redisplay-function): Use it.
8739         (exchange-point-and-mark): Don't deactivate the mark before
8740         reactivate-it anyway.
8741         * comint.el (comint-kill-region): Remove yank-handler argument.
8742         * delsel.el (delete-backward-char, backward-delete-char-untabify)
8743         (delete-char): Remove property, since it's now part of their
8744         default behavior.
8745         (self-insert-iso): Remove property since this command doesn't exist.
8747         * emacs-lisp/package.el (package--download-one-archive)
8748         (describe-package-1): Don't query the user about final newline.
8750 2013-10-29  Daniel Colascione  <dancol@dancol.org>
8752         * net/tramp.el (tramp-methods): Document new functionality.
8753         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
8754         tramp-hostname-checker if method provides one instead of scanning
8755         argument list for "%h" to decide hostname acceptability.
8757 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
8759         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
8760         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
8761         Handle COPY-CONTENTS.  (Bug#15737)
8763 2013-10-28  Daiki Ueno  <ueno@gnu.org>
8765         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
8766         Document that this option has no effect with GnuPG 2.0 (bug#15552).
8768 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
8770         * image.el (defimage, image-load-path): Doc fixes.
8772 2013-10-27  Alan Mackenzie  <acm@muc.de>
8774         Indent statements in macros following "##" correctly.
8775         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8776         Modify the "#" arm of a cond form to handle "#" and "##" operators.
8778 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
8780         * linum.el (linum-update-window): Fix boundary test (bug#13446).
8782 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
8784         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
8785         after `=' is probably a new expression.
8787 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8789         * man.el (man-imenu-title): New option.
8790         (Man-mode-map): Add menu.  (Bug#15722)
8791         (Man-mode): Add imenu to menu.
8793 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
8795         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
8796         specific in what the first arg can be: a non-keyword word,
8797         string/regexp/percent literal opener, opening paren, or unary
8798         operator followed directly by word.
8800 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8802         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
8803         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
8804         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
8805         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
8806         Remove vars, they do not apply any more.
8807         (prolog-mode-abbrev-table): Remove redundant declaration.
8808         (prolog-upper-case-string, prolog-lower-case-string): Remove.
8809         (prolog-use-smie): Remove.
8810         (prolog-smie-rules): Add indentation rule for the if-then-else layout
8811         supported by prolog-electric-if-then-else-flag.
8812         (prolog-mode-variables, prolog-menu): Use setq-local.
8813         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
8814         Remove binding to `Backspace' since this key doesn't exist anyway.
8815         Remove bindings for electric self-inserting keys.
8816         (prog-mode): Assume it's defined.
8817         (prolog-post-self-insert): New function.
8818         (prolog-mode): Use it.
8819         (prolog-indent-line, prolog-indent-level)
8820         (prolog-find-indent-of-matching-paren)
8821         (prolog-indentation-level-of-line, prolog-goto-comment-column)
8822         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
8823         (prolog-goto-next-paren, prolog-in-string-or-comment)
8824         (prolog-tokenize, prolog-inside-mline-comment)
8825         (prolog-find-start-of-mline-comment): Remove functions.
8826         (prolog-find-unmatched-paren, prolog-clause-end)
8827         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
8828         (prolog-electric--if-then-else): Rename from
8829         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
8830         (prolog-tokenize-searchkey): Remove const.
8831         (prolog-clause-info): Use forward-sexp.
8832         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
8833         (prolog-electric-if-then-else): Remove commands.
8834         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
8835         for use in post-self-insert-hook.
8836         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
8837         for use in post-self-insert-hook.
8838         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
8839         for use in post-self-insert-hook.
8840         (prolog-electric--underscore): Rename from prolog-electric--underscore;
8841         adapt it for use in post-self-insert-hook.
8843 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
8845         * emacs-lisp/ert.el (ert-run-tests-interactively):
8846         Use `completing-read'.  (Bug#9756)
8848 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
8850         * simple.el (line-move): Call line-move-1 instead of
8851         line-move-visual when the current window hscroll is zero, but
8852         temporary-goal-column indicates we will need to hscroll as result
8853         of the movement.  (Bug#15712)
8855 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
8857         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
8858         capitalization.  Use :visible instead of :active.
8859         Fix `ruby-indent-exp' reference.  Add menu items for the generic
8860         commands that are used with SMIE.
8861         (ruby-do-end-to-brace): Insert space after `{'.
8863 2013-10-25  John Anthony  <john@jo.hnanthony.com>
8865         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
8867         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
8869 2013-10-25  Glenn Morris  <rgm@gnu.org>
8871         * vc/vc.el (vc-print-log): Don't use a working revision unless
8872         one was explicitly specified.  (Bug#15322)
8874 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8876         * subr.el (add-to-list): Preserve return value in compiler-macro
8877         (bug#15692).
8879 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8881         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
8882         result.  Ask user to retry using '-all' flag.  (Bug#15701)
8884 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8886         * emacs-lisp/smie.el: New smie-config system.
8887         (smie-config): New defcustom.
8888         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
8889         (smie-config-guess, smie-config-save): New commands.
8890         (smie-config--mode-local, smie-config--buffer-local)
8891         (smie-config--trace, smie-config--modefuns): New vars.
8892         (smie-config--advice, smie-config--mode-hook)
8893         (smie-config--setter, smie-config-local, smie-config--get-trace)
8894         (smie-config--guess-value, smie-config--guess): New functions.
8895         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
8896         text properties.  Treat "string fence" syntax like string syntax.
8898         * progmodes/sh-script.el (sh-use-smie): Change default.
8899         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
8900         (sh-var-value): Simplify by CSE.
8901         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
8902         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
8903         is used.
8904         (sh-guess-basic-offset): Use cl-incf.
8905         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
8907 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
8909         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
8910         (bug#15699).
8912 2013-10-24  Glenn Morris  <rgm@gnu.org>
8914         * Makefile.in (abs_top_srcdir): Remove.
8915         (update-subdirs): Use relative path to update-subdirs.
8917 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
8919         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
8920         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8921         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8922         Call unmsys--file-name before expand-file-name, not after it.
8924 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
8926         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
8927         (ert-test-skipped): New error.
8928         (ert-skip, ert-stats-skipped): New defuns.
8929         (ert--skip-unless): New macro.
8930         (ert-test-skipped): New struct.
8931         (ert--run-test-debugger, ert-test-result-type-p)
8932         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
8933         (ert--stats-set-test-and-result, ert-char-for-test-result)
8934         (ert-string-for-test-result, ert-run-tests-batch)
8935         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
8936         Handle skipped tests.  (Bug#9803)
8938 2013-10-24  Glenn Morris  <rgm@gnu.org>
8940         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
8942         * Makefile.in (abs_top_srcdir): New, set by configure.
8943         (update-subdirs): Correct build-aux location.
8945 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
8947         * vc/vc.el (vc-print-root-log): Always set `default-directory'
8948         value, whether we could auto-deduce `backend', or not.
8950         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
8951         with parameters" example.  Simplify the "is it block or is it
8952         hash" check, but also make it more thorough.
8954 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
8956         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
8958 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
8961         { if it is hanging.
8963         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
8964         :before ";".
8966 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
8968         * progmodes/compile.el (compilation-directory-matcher)
8969         (compilation-page-delimiter):
8970         Support GNU Make-4.0 directory quoting.  (Bug#15678)
8972 2013-10-23  Leo Liu  <sdl.web@gmail.com>
8974         * ido.el (ido-tidy): Handle read-only text.
8976 2013-10-23  Glenn Morris  <rgm@gnu.org>
8978         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
8979         (emacs, compile, compile-always):
8980         Quote entities that might contain whitespace.
8981         (custom-deps, finder-data, autoloads): Use abs_lisp.
8982         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8983         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8984         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
8986 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
8988         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
8989         Use `following-char'.
8991 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8993         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
8994         * progmodes/ruby-mode.el (ruby-smie-rules):
8995         Remove corresponding workaround.  Fix indentation rule of ";" so it
8996         also applies when ";" is the parent.
8998 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
9000         * frame.el (display-screens, display-pixel-height)
9001         (display-pixel-width, display-mm-width, display-backing-store)
9002         (display-save-under, display-planes, display-color-cells)
9003         (display-visual-class, display-monitor-attributes-list):
9004         Mention the optional ‘display’ argument in doc strings.
9006 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
9008         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
9009         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
9011 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
9013         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
9014         TODO.  Add "." after " @ ".
9015         (ruby-smie--at-dot-call): New function.  Checks if point at method
9016         call with explicit target.
9017         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
9018         to the method name tokens when it precedes them.
9019         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
9020         (ruby-smie-rules): Add rule for indentation before and after "."
9021         token.
9023 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9025         * textmodes/remember.el (remember-diary-extract-entries):
9026         Avoid add-to-list.
9028         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
9029         an instruction.
9031 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
9033         * progmodes/ruby-mode.el (ruby-smie-grammar):
9034         Add (almost) all infix operators.
9035         (ruby-smie--implicit-semi-p): Add new operator chars.
9037         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9038         `smie-down-list'.
9039         (ruby-smie--args-separator-p): Check that there's no newline
9040         between method call and its arguments.
9042 2013-10-20  Alan Mackenzie  <acm@muc.de>
9044         Allow comma separated lists after Java "implements".
9046         * progmodes/cc-engine.el (c-backward-over-enum-header):
9047         Parse commas.
9048         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
9049         from a "disallowed" list in enum fontification.
9051 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
9053         * startup.el (default-frame-background-mode): Remove unused defvar.
9055         * progmodes/verilog-mode.el (verilog-mode): Don't set
9056         comment-indent-function globally.
9058 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
9060         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
9061         Move Info menu item creation to ns-win.el.
9063         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
9064         in menu bar.
9066         * menu-bar.el: Move GNUstep specific menus...
9068         * term/ns-win.el (ns-initialize-window-system): ... to here.
9070 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9072         * simple.el (newline): Only run post-self-insert-hook when
9073         called interactively.
9075 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
9077         * icomplete.el (icomplete-with-completion-tables): Add :version.
9079 2013-10-19  Alan Mackenzie  <acm@muc.de>
9081         Fix fontification bugs with constructors and const.
9083         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
9084         CASE 2) Remove the check for the absence of a suffix construct
9085         after a function declaration with only types (no identifiers) in
9086         the parentheses.  Also, accept a function declaration with just a
9087         type inside the parentheses, if this type can be positively
9088         recognised as such, or if a prefix keyword like "explicit" nails
9089         down the construct as a declaration.
9091 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
9093         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
9094         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
9095         the problem whereby selecting a menu item that leads to a
9096         minibuffer prompt moves the cursor out of the minibuffer window,
9097         making it hard to type at the prompt.  Suggested by Stefan Monnier
9098         <monnier@iro.umontreal.ca>.
9100 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
9102         * menu-bar.el: Don't make Services menu.
9104 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9106         * ffap.el: Handle "/usr/include/c++/<version>" directories.
9107         (ffap-alist): Use ffap-c++-mode for c++-mode.
9108         (ffap-c++-path): New variable.
9109         (ffap-c++-mode): New function.
9111 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
9113         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
9115 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
9117         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
9118         introduced on 2013-09-08, which results in an infinite loop
9119         requesting a password.
9121 2013-10-18  Glenn Morris  <rgm@gnu.org>
9123         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
9125 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
9127         Sync with upstream verilog-mode revision 1a6ecec7.
9128         * progmodes/verilog-mode.el (verilog-mode-version): Update.
9129         (verilog-mode-release-date): Remove.
9130         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
9131         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
9132         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9133         (verilog-auto-tieoff-ignore-regexp)
9134         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
9135         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
9136         (verilog-signals-with, verilog-dir-cache-preserving)
9137         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
9138         Doc fixes.
9139         (verilog-case-fold): New option, to control case folding in
9140         regexp searches, bug597.
9141         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
9142         (verilog-string-match-fold, verilog-in-paren-count)
9143         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
9144         (verilog-at-close-struct-p): New functions.
9145         (verilog-beg-block-re-ordered, verilog-extended-case-re)
9146         (verilog-forward-sexp, verilog-set-auto-endcomments)
9147         (verilog-leap-to-case-head): Handle "unique0" case.
9148         (verilog-in-constraint-re): New constant.
9149         (verilog-keywords, verilog-type-font-keywords):
9150         Add some SystemVerilog 1800-2012 keywords.
9151         (verilog-label-be): Remove unimplemented argument, bug669.
9152         (verilog-batch-execute-func): When batch expanding clear
9153         create-lockfiles to prevent spurious user locks when a file ends
9154         up not changing.
9155         (verilog-calculate-indent, verilog-calc-1)
9156         (verilog-at-close-constraint-p, verilog-at-constraint-p)
9157         (verilog-do-indent): Fix indentation of nested constraints
9158         and structures.
9159         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
9160         (verilog-auto-inst-param): Use verilog-string-match-fold.
9161         (verilog-read-inst-module-matcher):
9162         Fix AUTOINST on gate primitives with #1.
9163         (verilog-read-decls): Fix double-declaring user-defined typed signals.
9164         Reads all user-defined typed variables.
9165         (verilog-read-defines): Fix reading definitions inside comments, bug647.
9166         (verilog-signals-matching-regexp)
9167         (verilog-signals-not-matching-regexp, verilog-auto):
9168         Respect verilog-case-fold.
9169         (verilog-diff-report): Fix line count.
9170         (verilog-auto-assign-modport): Remove unused local `modi'.
9171         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
9172         better handle multidimensional arrays.
9173         Fix packed array ports misadding bit index in AUTOINST, bug637.
9174         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
9175         to not double-declare existing outputs and inputs, respectively.
9176         (verilog-template-map): Bind U to verilog-sk-uvm-component.
9177         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
9178         (verilog-sk-uvm-component): New skeleton.
9179         (verilog-submit-bug-report): Add verilog-case-fold,
9180         remove verilog-mode-release-date.
9182 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
9184         * subr.el (sit-for): Call (input-pending-p t) so as to behave
9185         as before.
9187 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
9189         * textmodes/remember.el (remember): Set buffer-offer-save in
9190         remember buffers (bug#13566).
9192 2013-10-18  Daniel Colascione  <dancol@dancol.org>
9194         When evaluating forms in ielm, direct standard output to ielm
9195         buffer.  Add new ielm-return-for-effect command.  Remove trailing
9196         whitespace throughout.
9198         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
9199         (ielm-return-for-effect): New command.
9200         (ielm-send-input): Accept optional `for-effect' parameter.
9201         (ielm-eval-input): Accept optional `for-effect' parameter.
9202         Bind `standard-output' to stream we create using
9203         `ielm-standard-output-impl'.  Suppress printing result when
9204         `for-effect'.
9205         (ielm-standard-output-impl): New function.
9206         (inferior-emacs-lisp-mode): Explain new features in documentation.
9208 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
9210         Code cleanup.
9212         * net/tramp.el (tramp-debug-message): Do not check for connection
9213         buffer.
9214         (tramp-message): Use "vector" connection property.
9216         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
9217         (tramp-equal-remote, tramp-eshell-directory-change)
9218         * net/tramp-adb.el (tramp-adb-handle-copy-file)
9219         (tramp-adb-handle-rename-file)
9220         * net/tramp-cmds.el (tramp-list-remote-buffers)
9221         (tramp-cleanup-connection, tramp-cleanup-this-connection)
9222         * net/tramp-compat.el (tramp-compat-process-running-p)
9223         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
9224         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
9225         (tramp-gvfs-handle-rename-file)
9226         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9227         (tramp-set-file-uid-gid)
9228         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9229         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
9230         of `file-remote-p'.
9232         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
9233         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9234         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
9235         (tramp-gw-open-network-stream): Suppress unrelated traces.
9237         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
9238         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9239         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9240         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
9241         connection property.
9243         * net/tramp-cache.el (top): Suppress traces when reading
9244         persistency file.
9246         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9247         Refactor common code.  Improve debug message.
9248         (tramp-maybe-open-connection)
9249         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
9250         connection buffer too early.
9252         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
9253         from `tramp-smb-actions-with-acl'.
9254         (tramp-smb-actions-set-acl): New defconst.
9255         (tramp-smb-handle-copy-directory)
9256         (tramp-smb-action-get-acl): New defun, renamed from
9257         `tramp-smb-action-with-acl'.
9258         (tramp-smb-action-set-acl): New defun.
9259         (tramp-smb-handle-set-file-acl): Rewrite.
9261 2013-10-17  Glenn Morris  <rgm@gnu.org>
9263         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
9265 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9267         * skeleton.el (skeleton-newline): Remove.
9268         (skeleton-internal-1): Use (insert "\n") instead.
9270         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
9271         let-bindings.
9273         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
9274         forward-sexp-function while we redo its job (bug#15613).
9276 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
9278         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
9279         represented by lists.
9281 2013-10-16  Glenn Morris  <rgm@gnu.org>
9283         * tmm.el (tmm--history): New dynamic variable.
9284         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
9286 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
9288         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
9289         (tramp-smb-errors): Add error messages.
9290         (tramp-smb-actions-with-acl): New defconst.
9291         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
9292         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
9293         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
9294         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
9295         (tramp-smb-get-stat-capability): Fix tests.
9297 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9299         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
9300         (bug#15580).
9302 2013-10-16  Glenn Morris  <rgm@gnu.org>
9304         * ansi-color.el (ansi-color-drop-regexp):
9305         Add 1J, 1K, 2K.  (Bug#15617)
9307         * files.el (hack-local-variables--warned-lexical): New.
9308         (hack-local-variables):
9309         Warn about misplaced lexical-binding.  (Bug#15616)
9311         * net/eww.el (eww-render): Always set eww-current-url,
9312         and update header line.  (Bug#15622)
9313         (eww-display-html): ... Rather than just doing it here.
9315 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
9317         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
9318         menu navigations commands.
9320 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
9322         * progmodes/subword.el (subword-capitalize): Be careful when
9323         the search for [[:alpha:]] fails (bug#15580).
9325 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
9327         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
9328         to commands that scroll the menu.
9330 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
9332         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
9333         Handle methods ending with `?' and `!'.
9335 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
9337         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
9338         `japanese-cp932' to `cp932' to fix the problem where saving a
9339         source file written in Shift_JIS twice would end up having
9340         `coding: japanese-cp932' which Ruby could not recognize.
9341         (ruby-mode-set-encoding): Add support for encodings mapped to nil
9342         in `ruby-encoding-map'.
9343         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
9344         doesn't need to be explicitly declared in magic comment.
9345         (ruby-encoding-map): Add type declaration for better customize UI.
9347 2013-10-13  Glenn Morris  <rgm@gnu.org>
9349         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
9350         Occur buffers are read-only.  http://bugs.debian.org/720775
9352         * emacs-lisp/authors.el (authors-fixed-entries):
9353         Comment out old alpha stuff.
9355 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
9357         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
9358         to `after-save-hook' instead of `before-save-hook'.
9359         (ruby-mode-set-encoding): Use the value of coding system used to
9360         write the file.  Call `basic-save-buffer-1' after modifying the
9361         buffer.
9363 2013-10-13  Alan Mackenzie  <acm@muc.de>
9365         Fix indentation/fontification of Java enum with
9366         "implements"/generic.
9368         * progmodes/cc-engine.el (c-backward-over-enum-header):
9369         Extracted from the three other places and enhanced to handle generics.
9370         (c-inside-bracelist-p): Uses new function above.
9371         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
9372         function above.
9373         (c-font-lock-enum-tail): Uses new function above.
9375 2013-10-13  Kenichi Handa  <handa@gnu.org>
9377         * international/mule-cmds.el (select-safe-coding-system): Remove a
9378         superfluous condition in chekcing whether a coding system is safe
9379         or not.
9381 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
9383         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
9385 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
9387         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
9389 2013-10-13  Glenn Morris  <rgm@gnu.org>
9391         * menu-bar.el (menu-bar-update-buffers):
9392         Unify Buffers menu prompt string.  (Bug#15576)
9394         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
9396         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
9397         Add some entries.
9398         (authors-fixed-entries): Use accented form of name.
9400 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9402         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
9403         method calls (bug#15594).
9404         (ruby-smie--args-separator-p): New function.
9405         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
9406         recognize paren-free method calls.
9408         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
9409         internals of universal-argument.
9411 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
9413         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
9414         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
9415         dropped menu on second mouse click on the menu bar.
9417 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9419         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
9420         (explicit-shell-file-name): Declare.
9421         (sh--vars-before-point, sh--cmd-completion-table): New functions.
9422         (sh-completion-at-point-function): New function.
9423         (sh-mode): Use it.
9424         (sh-smie--keyword-p): Remove unused argument.
9425         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
9426         vars.
9427         (sh-set-shell): Always setup SMIE, even if we use the
9428         old indentation code.
9430 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
9432         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
9433         cases of ? and =.
9434         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
9435         predicate would return nil are almost non-existent.
9436         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
9438         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
9439         cache also after commands that modify the buffer but don't move
9440         point.
9442 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9444         * env.el (substitute-env-in-file-name): New function.
9445         (substitute-env-vars): Extend the meaning of the optional arg.
9447 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
9449         * term/w32-win.el (dynamic-library-alist): Define separate lists
9450         of GIF DLLs for versions before and after 5.0.0 of giflib.
9451         (Bug#15531)
9453 2013-10-10  João Távora  <joaotavora@gmail.com>
9455         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
9456         not locked, use last revision and current source as
9457         defaults.  (Bug#15569)
9459 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
9461         * menu-bar.el (menu-bar-open): Don't use popup-menu if
9462         menu-bar is hidden.
9464 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
9466         * window.el (pop-to-buffer-same-window): Fix doc-string.
9467         (Bug#15492)
9469 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9471         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
9473 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
9475         * calendar/icalendar.el (icalendar-import-file):
9476         Fix interactive spec.  (Bug#15482)
9478 2013-10-10  Glenn Morris  <rgm@gnu.org>
9480         * desktop.el (desktop-save): Default to saving in .emacs.d,
9481         since PWD is no longer in desktop-path by default.  (Bug#15319)
9483         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
9484         now that text mode has a menu with the same entry.
9485         (menu-bar-text-mode-auto-fill): Remove now unused func.
9486         * textmodes/text-mode.el (text-mode-map):
9487         Use auto-fill help text from menu-bar.el.
9489 2013-10-10  John Anthony  <john@jo.hnanthony.com>
9491         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
9493 2013-10-09  Juri Linkov  <juri@jurta.org>
9495         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
9496         instead of this-command-keys.  Add universal-argument-more and
9497         universal-argument-minus to the list of prefix commands.  (Bug#15568)
9499 2013-10-09  Glenn Morris  <rgm@gnu.org>
9501         * vc/vc-svn.el (vc-svn-create-repo):
9502         Expand paths in file://... url.  (Bug#15446)
9504         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
9505         Add some entries.
9506         (authors): Remove unused local variables.
9508 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9510         * profiler.el: Create a more coherent calltree from partial backtraces.
9511         (profiler-format): Hide the tail with `invisible' so that C-s can still
9512         find the hidden elements.
9513         (profiler-calltree-depth): Don't recurse so enthusiastically.
9514         (profiler-function-equal): New hash-table-test.
9515         (profiler-calltree-build-unified): New function.
9516         (profiler-calltree-build): Use it.
9517         (profiler-report-make-name-part): Indent the calltree less.
9518         (profiler-report-mode): Add visibility specs for profiler-format.
9519         (profiler-report-expand-entry, profiler-report-toggle-entry):
9520         Expand the whole subtree when provided with a prefix arg.
9522 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
9524         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
9525         iuwu-mod token.
9526         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
9527         hanging iuwu-mod token.
9528         (ruby-smie--forward-token): Do not include a dot after a token in
9529         that token.
9530         (ruby-smie--backward-token): Likewise.
9532 2013-10-08  Juri Linkov  <juri@jurta.org>
9534         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
9535         to isearch-other-control-char.
9536         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
9537         and isearch-post-command-hook to post-command-hook.
9538         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
9539         and isearch-post-command-hook from post-command-hook.
9540         (isearch-unread-key-sequence)
9541         (isearch-reread-key-sequence-naturally)
9542         (isearch-lookup-scroll-key, isearch-other-control-char)
9543         (isearch-other-meta-char): Remove functions.
9544         (isearch-pre-command-hook, isearch-post-command-hook):
9545         New functions based on isearch-other-meta-char rewritten
9546         relying on the new behavior of overriding-terminal-local-map
9547         that does not replace the local keymaps any more.  (Bug#15200)
9549 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
9551         Support menus on text-mode terminals.
9552         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
9553         functionality.
9555         * tooltip.el (tooltip-mode): Don't error out on TTYs.
9557         * menu-bar.el (popup-menu, popup-menu-normalize-position):
9558         Move here from mouse.el.
9559         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
9560         and arrow keys.
9561         (tty-menu-navigation-map): New map for TTY menu navigation.
9563         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
9565         * frame.el (display-mouse-p): Report text-mode mouse as available
9566         on w32.
9567         (display-popup-menus-p): Report availability if mouse is
9568         available; don't condition on window-system.
9570         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
9571         (tty-menu-selected-face): New faces.
9573 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9575         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
9576         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
9577         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
9578         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
9579         New constants.
9580         (lisp-mode-variables): New `elisp' argument.
9581         (emacs-lisp-mode): Use it.
9582         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
9583         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
9585         * indent.el: Use lexical-binding.
9586         (indent-region): Add progress reporter.
9587         (tab-stop-list): Make it implicitly extend to infinity by repeating the
9588         last step.
9589         (indent--next-tab-stop): New function to implement this behavior.
9590         (tab-to-tab-stop, move-to-tab-stop): Use it.
9592 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
9594         * indent.el (indent-rigidly--current-indentation): New function.
9595         (indent-rigidly-map): New var.
9596         (indent-rigidly): Use it to provide interactive mode (bug#8196).
9598 2013-10-08  Bastien Guerry  <bzg@gnu.org>
9600         * register.el (insert-register): Fix 2013-10-07 change.
9602 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9604         * progmodes/perl-mode.el: Use lexical-binding.
9605         Remove redundant :group args.
9606         (perl-nochange): Change default to be closer to other major modes's
9607         standard behavior.
9608         (perl-indent-line): Don't consider text on current line as a
9609         valid beginning of function from which to indent.
9611         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
9612         with more than one argument (bug#15538).
9614         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
9616         * vc/pcvs.el: Use lexical-binding.
9617         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
9618         environment of `eval'.
9619         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
9620         than a list of expressions.  Adjust callers.
9621         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
9623 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
9625         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
9626         case of the dot in a chained method call being on the following line.
9628 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9630         * electric.el (electric-indent-inhibit): New var.
9631         (electric-indent-post-self-insert-function): Use it.
9632         * progmodes/python.el (python-mode): Set it.
9634         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
9635         open braces.
9637         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
9639         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
9640         (css-mode): Use electric-indent-chars.
9642         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
9643         (font-lock-beg, font-lock-end): Move before first use.
9644         (nxml-mode): Use syntax-propertize-function.
9645         (nxml-after-change, nxml-after-change1): Adjust accordingly.
9646         (nxml-extend-after-change-region): Remove.
9647         * nxml/xmltok.el: Use lexical-binding.
9648         (xmltok-save): Use `declare'.
9649         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
9650         * nxml/nxml-util.el: Use lexical-binding.
9651         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
9652         Use `declare'.
9653         * nxml/nxml-ns.el: Use lexical-binding.
9654         (nxml-ns-save): Use `declare'.
9655         (nxml-ns-prefixes-for): Avoid add-to-list.
9656         * nxml/rng-match.el: Use lexical-binding.
9657         (rng--ipattern): Use cl-defstruct.
9658         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
9659         (rng-cons-group-after, rng-subst-group-after)
9660         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
9661         Use closures instead of `(lambda...).
9663 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
9665         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
9666         of BEG and END.
9668         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9669         Use `tramp-handle-insert-file-contents'.
9670         (tramp-gvfs-handle-insert-file-contents): Remove function.
9672         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9673         Use `save-restriction' in order to keep markers.
9675         * net/trampver.el: Update release number.
9677 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9679         * progmodes/compile.el (compilation-parse-errors):
9680         Use compilation--put-prop.
9681         (compilation--ensure-parse): Check compilation-multiline.
9683         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
9685         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
9686         lexical-binding.
9688         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
9690         * progmodes/ruby-mode.el: Fix recently added tests.
9691         (ruby-smie-grammar): Add - and +.
9692         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
9693         (ruby-smie--backward-id): New functions.
9694         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
9695         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
9696         any more.
9698 2013-10-07  Leo Liu  <sdl.web@gmail.com>
9700         * register.el (register-preview-delay)
9701         (register-preview-functions): New variables.
9702         (register-read-with-preview, register-preview)
9703         (register-describe-oneline): New functions.
9704         (point-to-register, window-configuration-to-register)
9705         (frame-configuration-to-register, jump-to-register)
9706         (number-to-register, view-register, insert-register)
9707         (copy-to-register, append-to-register, prepend-to-register)
9708         (copy-rectangle-to-register): Use register-read-with-preview to
9709         read register.  (Bug#15525)
9711 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
9713         * net/network-stream.el (network-stream-open-starttls): Don't add
9714         --insecure if it's already present, because that gnutls-cli
9715         rejects getting that parameter twice.
9717 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
9719         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
9720         keyword, too.
9722 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
9724         * newcomment.el (comment-use-global-state): Change default value
9725         to t, mark obsolete (Bug#15251).
9726         (comment-beginning): In addition to `comment-to-syntax', check the
9727         value of `comment-use-global-state'.
9729 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9731         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
9732         (ruby-comment-column): Follow the global default, by default.
9733         (ruby-smie-grammar): Add assignment syntax.
9734         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
9735         open-paren, a comma, or a \.
9736         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
9737         and line continuations.
9738         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
9739         followed by implicit semi-colons.  Add rule for string concatenation
9740         and for indentation at BOB.
9741         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
9743         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
9744         calling next-sexp, since next-token may have skipped chars which
9745         next-sexp doesn't know should be skipped!
9747 2013-10-05  Leo Liu  <sdl.web@gmail.com>
9749         * progmodes/octave.el (octave-send-region):
9750         Call compilation-forget-errors.
9752 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
9754         * vc/vc-svn.el (vc-svn-find-admin-dir):
9755         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
9756         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
9757         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
9758         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
9760 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9762         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
9764 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9766         * subr.el (read-passwd): Hide chars even when called within a context
9767         where after-change-functions is disabled (bug#15501).
9768         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
9769         until we removed ourself from overriding-terminal-local-map.
9771 2013-10-04  Leo Liu  <sdl.web@gmail.com>
9773         * progmodes/octave.el (inferior-octave-mode):
9774         Call compilation-forget-errors.
9776 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
9778         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
9780 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
9782         * net/secrets.el (secrets-create-collection): Add optional
9783         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
9784         dbus-call-method argument.  (Bug#15516)
9786 2013-10-04  Leo Liu  <sdl.web@gmail.com>
9788         * progmodes/octave.el (inferior-octave-error-regexp-alist)
9789         (inferior-octave-compilation-font-lock-keywords): New variables.
9790         (compilation-error-regexp-alist)
9791         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
9792         (inferior-octave-mode): Use compilation-shell-minor-mode.
9794 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
9796         * minibuffer.el (completion--replace): Be careful that `end' might be
9797         a marker.
9799 2013-10-03  Daiki Ueno  <ueno@gnu.org>
9801         Add support for package signature checking.
9802         * emacs-lisp/package.el (url-http-file-exists-p)
9803         (epg-make-context, epg-context-set-home-directory)
9804         (epg-verify-string, epg-context-result-for)
9805         (epg-signature-status, epg-signature-to-string)
9806         (epg-check-configuration, epg-configuration)
9807         (epg-import-keys-from-file): Declare.
9808         (package-check-signature): New user option.
9809         (package-unsigned-archives): New user option.
9810         (package-desc): Add `signed' field.
9811         (package-load-descriptor): Set `signed' field if .signed file exists.
9812         (package--archive-file-exists-p): New function.
9813         (package--check-signature): New function.
9814         (package-install-from-archive): Check package signature.
9815         (package--download-one-archive): Check archive signature.
9816         (package-delete): Remove .signed file.
9817         (package-import-keyring): New command.
9818         (package-refresh-contents): Import default keyring.
9819         (package-desc-status): Add "unsigned" status.
9820         (describe-package-1, package-menu--print-info)
9821         (package-menu-mark-delete, package-menu--find-upgrades)
9822         (package-menu--status-predicate): Support "unsigned" status.
9824 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9826         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
9827         the new compilation scheme using the new byte-codes.
9829         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
9830         (byte-pophandler): New byte codes.
9831         (byte-goto-ops): Adjust accordingly.
9832         (byte-compile--use-old-handlers): New var.
9833         (byte-compile-catch): Use new byte codes depending on
9834         byte-compile--use-old-handlers.
9835         (byte-compile-condition-case--old): Rename from
9836         byte-compile-condition-case.
9837         (byte-compile-condition-case--new): New function.
9838         (byte-compile-condition-case): New function that dispatches depending
9839         on byte-compile--use-old-handlers.
9840         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
9841         when we can.
9843         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9844         Optimize under `condition-case' and `catch' if
9845         byte-compile--use-old-handlers is nil.
9846         (disassemble-offset): Handle new bytecodes.
9848 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9850         * subr.el (error): Use `declare'.
9851         (decode-char, encode-char): Use advertised-calling-convention instead
9852         of the docstring to discourage use of the `restriction' arg.
9854 2013-10-03  Daiki Ueno  <ueno@gnu.org>
9856         * epg.el (epg-verify-file): Add a comment saying that it does not
9857         notify verification error as a return value nor a signal.
9858         (epg-verify-string): Ditto.
9860 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
9862         * progmodes/compile.el (compilation-start): Try globbing the arg to
9863         `cd' (bug#15417).
9865 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
9867         Sync with Tramp 2.2.8.
9869         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
9870         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
9871         * net/trampver.el: Update release number.
9873 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
9875         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9876         and default-process-coding-system for darwin only.
9878 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9880         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
9882 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
9884         * vc/vc-git.el (vc-git-grep): Disable pager.
9886 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
9888         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
9889         Use :url instead of :homepage, as per
9890         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
9892         * newcomment.el (comment-beginning): When `comment-use-syntax' is
9893         non-nil, use `syntax-ppss' (Bug#15251).
9895 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9897         * progmodes/octave.el (inferior-octave-startup-file):
9898         Prefer ~/.emacs.d/init_octave.m.
9900 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
9902         * emacs-lisp/package.el (package-desc-from-define):
9903         Accept additional arguments as plist, convert them to an alist and store
9904         them in the `extras' slot.
9905         (package-generate-description-file): Convert extras alist back to
9906         plist and append to the `define-package' form arguments.
9907         (package--alist-to-plist): New function.
9908         (package--ac-desc): Add `extras' slot.
9909         (package--add-to-archive-contents): Check if the archive-contents
9910         vector is long enough, and if it is, pass its `extras' slot value
9911         to `package-desc-create'.
9912         (package-buffer-info): Call `lm-homepage', pass the returned value
9913         to `package-desc-from-define'.
9914         (describe-package-1): Render the homepage button (Bug#13291).
9916         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9917         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
9919 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
9921         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9922         and default-process-coding-system to utf-8-unix (Bug#15402).
9924 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
9926         * subr.el (looking-back): Do not recommend using looking-back.
9928 2013-09-28  Alan Mackenzie  <acm@muc.de>
9930         Fix indentation/fontification of Java enum with "implements".
9932         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
9933         regexp which matches "implements", etc., in Java.
9934         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
9935         specifier clauses coming after "enum".
9936         * progmodes/cc-fonts.el (c-font-lock-declarations)
9937         (c-font-lock-enum-tail): Check for extra specifier clauses coming
9938         after "enum".
9940 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
9942         * faces.el (region): Change ns_selection_color to
9943         ns_selection_fg_color, add ns_selection_bg_color.
9945 2013-09-28  Leo Liu  <sdl.web@gmail.com>
9947         * progmodes/octave.el (inferior-octave-completion-table)
9948         (inferior-octave-completion-at-point): Minor tweaks.
9950         * textmodes/ispell.el (ispell-lookup-words): Rename from
9951         lookup-words.  (Bug#15460)
9952         (lookup-words): Obsolete.
9953         (ispell-complete-word, ispell-command-loop): All uses changed.
9955 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9957         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
9958         (octave-mode-menu): Add octave-send-buffer.
9959         (octave-send-buffer): New function.
9961 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9963         * progmodes/octave.el (octave-mode-map): Add key binding for
9964         octave-lookfor.
9965         (octave-mode-menu): Add octave-lookfor.
9966         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
9967         octave-lookfor.
9968         (octave-lookfor): New function.
9970 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9972         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
9973         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
9974         its convention.
9975         (cl--loop-set-iterator-function): New function.
9976         (cl-loop): Adjust accordingly, so as not to use cl-subst.
9977         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
9978         Bind `it' with `let' instead of substituting it with `cl-subst'.
9979         (cl--unused-var-p): New function.
9980         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
9981         Eliminate some unused variable warnings (bug#15326).
9983 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
9985         * doc-view.el (doc-view-scale-reset): Rename from
9986         `doc-view-reset-zoom-level'.
9987         (doc-view-scale-adjust): New command.
9988         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
9989         `doc-view-scale-adjust'.
9991 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
9993         * doc-view.el (doc-view-reset-zoom-level): New command.
9994         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
9995         zoom commands (bug#15466).
9997 2013-09-26  Kenichi Handa  <handa@gnu.org>
9999         * international/quail.el (quail-help): Make it not a command.
10001 2013-09-26  Leo Liu  <sdl.web@gmail.com>
10003         * minibuffer.el (completion-all-sorted-completions): Make args
10004         optional as they are.
10006 2013-09-25  Daniel Colascione  <dancol@dancol.org>
10008         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
10009         specs are and that they're not evaluated.
10011 2013-09-24  Sam Steingold  <sds@gnu.org>
10013         * midnight.el (clean-buffer-list-kill-regexps)
10014         (clean-buffer-list-kill-buffer-names): Update for the new Man
10015         buffer naming which includes the object name.
10017 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10019         * eshell/esh-cmd.el (eshell--sep-terms): New var.
10020         (eshell-parse-command, eshell-parse-pipeline): Use it since
10021         eshell-separate-commands requires a dynamic scoped var.
10022         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
10024 2013-09-23  Leo Liu  <sdl.web@gmail.com>
10026         * autoinsert.el (auto-insert-alist): Make the value of
10027         lexical-binding match its file setting.
10029 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
10031         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
10033         * autoarg.el (autoarg-kp-digit-argument):
10034         * electric.el (Electric-command-loop):
10035         * kmacro.el (kmacro-step-edit-insert):
10036         Do not set universal-argument-num-events.
10038 2013-09-22  Leo Liu  <sdl.web@gmail.com>
10040         * files.el (interpreter-mode-alist): Add octave.
10042 2013-09-21  Alan Mackenzie  <acm@muc.de>
10044         C++: fontify identifier in declaration following "public:" correctly.
10045         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
10046         to match "public", etc.
10047         (c-decl-prefix-re): Add ":" into the C++ value.
10048         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
10049         bit.  Add a check for a ":" preceded by "public", etc.
10051 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
10053         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
10054         recognized by GDB 7.5 and later.
10056 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
10058         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
10060 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10062         * subr.el (internal--call-interactively): New const.
10063         (called-interactively-p): Use it (bug#3984).
10065 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
10067         * vc/pcvs.el (cvs-mode-ignore):
10068         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
10069         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
10071 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10073         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
10074         (eshell-ls-orig-insert-directory): Remove.
10075         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
10076         (eshell-ls-use-in-dired): Use advice-add/remove.
10077         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
10078         Add `orig-fun' arg for use in :around advice.
10079         Make it check (redundantly) eshell-ls-use-in-dired.
10081 2013-09-19  Glenn Morris  <rgm@gnu.org>
10083         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
10085         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
10087         * emacs-lisp/eieio.el (class-parent): Undo previous change.
10089 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
10091         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
10092         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
10093         (tramp-get-remote-python): New defuns.
10094         (tramp-get-remote-uid-with-perl)
10095         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
10096         contributed by yary <not.com@gmail.com> (tiny change).
10097         (tramp-get-remote-uid-with-python)
10098         (tramp-get-remote-gid-with-python): New defuns.  Python code
10099         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
10100         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
10102 2013-09-19  Glenn Morris  <rgm@gnu.org>
10104         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
10106         * eshell/em-unix.el (eshell-remove-entries):
10107         Rename argument to avoid name-clash with global `top-level'.
10109         * eshell/esh-proc.el (eshell-kill-process-function):
10110         Remove eshell-reset-after-proc from eshell-kill-hook if present.
10111         (eshell-reset-after-proc): Remove unused arg `proc'.
10113         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
10114         (directory-files-and-attributes): Mark unused arg.
10116         * eshell/em-unix.el (eshell-remove-entries):
10117         Remove unused arg `path'.  Update callers.
10119         * eshell/em-hist.el (eshell-hist-parse-arguments):
10120         Remove unused arg `silent'.  Update callers.
10122         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
10123         Fix (f)boundp mix-up.
10125         * eshell/em-smart.el (eshell-smart-scroll-window)
10126         (eshell-disable-after-change):
10127         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
10129 2013-09-18  Alan Mackenzie  <acm@muc.de>
10131         Fix fontification of type when followed by "const".
10132         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
10133         "known" types from fontification.
10135 2013-09-18  Glenn Morris  <rgm@gnu.org>
10137         * emacs-lisp/chart.el (x-display-color-cells): Declare.
10138         (chart-face-list): Drop Emacsen without display-color-p.
10140         * net/eww.el (libxml-parse-html-region): Declare.
10141         (eww-display-html): Explicit error if no libxml2 support.
10143         * doc-view.el (doc-view-mode): Silence --without-x compilation.
10145         * image.el (image-type-from-buffer, image-multi-frame-p):
10146         Remove --without-x warning/error.
10148         * mouse.el (mouse-yank-primary):
10149         * term.el (term-mouse-paste):
10150         Reorder to silence --without-x compilation.
10152         * mpc.el (doc-view-mode): Silence --without-x compilation.
10154         * mail/rmailmm.el (rmail-mime-set-bulk-data):
10155         Silence --without-x compilation.
10157         * progmodes/gud.el (gud-find-file, gud-mode):
10158         Silence --without-x compilation.
10159         (tooltip-mode): Declare.
10161         * wdired.el (dired-backup-overwrite): Remove declaration.
10162         (wdired-mode-map): Add doc string.
10164         * custom.el (x-get-resource): Declare.
10166         * eshell/em-glob.el (ange-cache):
10167         * eshell/em-unix.el (ange-cache): Declare.
10169         * faces.el (x-display-list, x-open-connection, x-get-resource):
10170         Declare.
10172         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
10173         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
10174         Declare.
10176         * frame.el (x-display-grayscale-p, x-display-name): Declare.
10178         * net/gnutls.el (gnutls-log-level): Declare.
10180         * net/shr.el (image-size, image-animate): Declare.
10182         * simple.el (font-info): Declare.
10184         * subr.el (x-popup-dialog): Declare.
10186         * term/common-win.el (x-select-enable-primary)
10187         (x-last-selected-text-primary, x-last-selected-text-clipboard):
10188         Declare.
10190         * term/ns-win.el (x-handle-args): Declare.
10192         * term/x-win.el (x-select-enable-clipboard): Declare.
10194         * term/w32-win.el (create-default-fontset): Declare.
10196         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
10197         Declare.
10199         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
10200         (fit-frame-to-buffer): Explicit error if --without-x.
10201         (mouse-autoselect-window-select): Silence compiler.
10203         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10205         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
10206         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
10207         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
10208         * eshell/esh-util.el (eshell-sublist):
10209         Remove unused local variables.
10211         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
10213         * textmodes/two-column.el: Make 2C-split work for --without-x.
10214         (scroll-bar-columns): Autoload.
10215         (top-level): Require fringe when compiling.
10217 2013-09-18  Leo Liu  <sdl.web@gmail.com>
10219         * subr.el (add-hook): Robustify to handle closure as well.
10221 2013-09-17  Glenn Morris  <rgm@gnu.org>
10223         * simple.el (messages-buffer-mode-map): Unbind "g".
10225 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10227         * help-mode.el (help-mode-finish): Use derived-mode-p.
10228         Remove obsolete highlighting.
10230         * play/life.el (life-mode): Use define-derived-mode.  Derive from
10231         special-mode.
10232         (life): Let-bind inhibit-read-only.
10233         (life-setup): Avoid `setq'.  Use `life-mode'.
10235         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
10236         which should not be needed any more.
10237         (package-menu-refresh, package-menu-describe-package): Use user-error.
10239         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
10240         (eshell-post-rewrite-command-hook): Make obsolete.
10241         (eshell-parse-command): Simplify.
10242         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
10243         (eshell--cmd): Declare.
10244         (eshell-parse-pipeline): Remove unused var `final-p'.
10245         Pass a dynvar to eshell-post-rewrite-command-hook.
10246         Implement the new eshell-post-rewrite-command-function.
10247         (eshell-invoke-directly): Remove unused arg `input'.
10248         * eshell/esh-io.el (eshell-io-initialize):
10249         Use eshell-post-rewrite-command-function (bug#15399).
10250         (eshell--apply-redirections): Rename from eshell-apply-redirections;
10251         adjust to new calling convention.
10252         (eshell-create-handles): Rename args to avoid clashing with dynvar
10253         `standard-output'.
10255 2013-09-17  Glenn Morris  <rgm@gnu.org>
10257         * simple.el (messages-buffer-mode): New major mode.
10258         (messages-buffer): New function.
10259         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
10260         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
10261         (ert-run-test): Use `messages-buffer' function.
10262         (ert--force-message-log-buffer-truncation): Ignore read-only.
10263         * help.el (view-echo-area-messages): Use `messages-buffer' function.
10264         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
10266 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10268         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
10270         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
10272 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10274         * icomplete.el (icomplete-in-buffer): New var.
10275         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
10276         vars and replace them with functions.
10277         (icomplete-minibuffer-setup): Adjust accordingly.
10278         (icomplete--completion-table, icomplete--completion-predicate)
10279         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
10280         New functions.
10281         (icomplete-forward-completions, icomplete-backward-completions)
10282         (icomplete-simple-completing-p, icomplete-exhibit)
10283         (icomplete-completions): Use them.
10284         (icomplete--in-region-buffer): New var.
10285         (icomplete--in-region-setup): New function.
10286         (icomplete-mode): Use it.
10288         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
10289         (bug#15379).
10290         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
10291         return args and options.
10292         (eshell-eval-using-options): Use the new return value of
10293         eshell--do-opts to set the options's vars in their scope.
10294         (eshell--set-option): Rename from eshell-set-option.
10295         Add arg `opt-vals'.
10296         (eshell--process-option): Rename from eshell-process-option.
10297         Add arg `opt-vals'.
10298         (eshell--process-args): Use an `opt-vals' alist to store the options's
10299         values during their processing and return them additionally to the
10300         remaining args.
10302 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
10304         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
10305         continuation character an operator, as far as indentation is
10306         concerned (Bug#15369).
10308 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
10310         * window.el (window--state-put-2): Don't process buffer state
10311         when buffer doesn't exist any more (Bug#15382).
10313 2013-09-15  Glenn Morris  <rgm@gnu.org>
10315         * eshell/em-unix.el (eshell/rm):
10316         Make -f ignore missing files.  (Bug#15373)
10318         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
10319         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
10320         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
10322 2013-09-14  Glenn Morris  <rgm@gnu.org>
10324         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
10326 2013-09-13  Glenn Morris  <rgm@gnu.org>
10328         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
10329         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
10331 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
10333         * frame.el (x-focus-frame): Mark as declared in frame.c.
10335 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10337         * ls-lisp.el: Use advice-add.
10338         (original-insert-directory): Remove.
10339         (ls-lisp--insert-directory): Rename from insert-directory; add
10340         `orig-fun' argument.
10341         (insert-directory): Advise.
10343 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
10345         * term.el (term-emulate-terminal): Decode the command string
10346         before passing it to term-command-hook.  (Bug#15337)
10348 2013-09-13  Glenn Morris  <rgm@gnu.org>
10350         * eshell/esh-util.el (ange-cache): Move declaration earlier.
10352         * eshell/esh-ext.el (eshell-search-path): Declare.
10354         * eshell/em-prompt.el (eshell/pwd): Autoload it.
10355         Otherwise an error occurs if eshell-dirs module not loaded.
10357         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
10359 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
10361         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
10362         `tramp-check-proper-host'.  Check for a valid method name.
10364         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10365         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10366         * net/tramp-sh.el (tramp-maybe-open-connection):
10367         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
10369         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
10370         also for hash values.
10372 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10374         * term/ns-win.el (parameters): Don't declare as dynamic.
10375         (before-make-frame-hook): Don't add ineffective function.
10377         * eshell/*.el: Use lexical-binding (bug#15231).
10379 2013-09-12  Kenichi Handa  <handa@gnu.org>
10381         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
10383 2013-09-12  Glenn Morris  <rgm@gnu.org>
10385         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
10386         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
10388         * subr.el (do-after-load-evaluation): Also give compiler warnings
10389         when obsolete files are used (except by obsolete files).
10391         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
10392         in the status output, assume `filename' is the first.  (Bug#15322)
10394         * vc/vc.el (vc-deduce-fileset): Doc fix.
10396         * calc/calc-help.el (Info-goto-node):
10397         * progmodes/cperl-mode.el (Info-find-node):
10398         * vc/ediff.el (Info-goto-node): Update declarations.
10400         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
10402         * vc/vc-bzr.el (vc-compilation-mode): Declare.
10403         (vc-bzr-pull): Require vc-dispatcher.
10404         * vc/vc-git.el (vc-compilation-mode): Declare.
10405         (vc-git-pull): Require vc-dispatcher.
10407         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
10409         * progmodes/octave.el (help-button-action): Declare.
10411         * shell.el (shell-directory-tracker): Output error as a message
10412         rather than just returning it as a string.
10413         (shell-process-pushd): Remove useless use of message.
10415         * dframe.el (dframe-timer-fn):
10416         * files.el (dir-locals-read-from-file):
10417         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
10418         (mpc-format):
10419         * reveal.el (reveal-post-command):
10420         * saveplace.el (load-save-place-alist-from-file):
10421         * shell.el (shell-resync-dirs):
10422         * w32-common-fns.el (x-get-selection-value):
10423         * emacs-lisp/copyright.el (copyright-find-copyright):
10424         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10425         * emulation/tpu-edt.el (tpu-copy-keyfile):
10426         * play/bubbles.el (bubbles--mark-neighbourhood):
10427         * progmodes/executable.el
10428         (executable-make-buffer-file-executable-if-script-p):
10429         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
10431 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10433         Cleanup Eshell to rely less on dynamic scoping.
10434         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
10435         last-value, and ext-command here.  Bind `args' closer to `body'.
10436         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
10437         (eshell--args): Declare new dynamic var.
10438         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
10439         last-value, and ext-command.  Pass `args' to `body'.
10440         (eshell-process-args): Bind eshell--args.
10441         (eshell-set-option): Use eshell--args.
10442         * eshell/eshell.el (eshell): Use derived-mode-p.
10443         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
10444         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
10445         (eshell-glob-function): Declare.
10446         * eshell/esh-util.el: Require cl-lib.
10447         (eshell-read-hosts-file): Avoid add-to-list.
10448         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
10449         `err'.
10450         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
10451         Declare.
10452         (eshell/diff): Remove unused var `err'.
10453         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
10454         `killflag'.
10455         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
10456         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
10457         first use.
10458         * eshell/em-glob.el (eshell-glob-matches, message-shown):
10459         Move declaration before first use.
10460         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
10461         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
10462         rely on cl-return.
10464 2013-09-12  Glenn Morris  <rgm@gnu.org>
10466         * term/ns-win.el (global-map): Remove binding for ispell-next,
10467         deleted 1999-05-29.  (Bug#15357)
10469 2013-09-11  Glenn Morris  <rgm@gnu.org>
10471         * echistory.el (electric-command-history): Remove call to deleted func.
10473         * play/landmark.el (landmark-mode): Fix typos.
10475         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
10476         Check cvs-sort-ignore-file is bound.
10478         * savehist.el: No need for cl when compiling on Emacs.
10480 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10482         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
10483         (bug#15338).
10484         (eshell-self-insert-command, eshell-send-invisible):
10485         Remove unused argument.
10486         (eshell-handle-control-codes): Remove unused var `orig'.
10487         Avoid delete-backward-char.
10489         * files.el (set-auto-mode): Simplify a bit further.
10491 2013-09-11  Glenn Morris  <rgm@gnu.org>
10493         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
10494         (set-auto-mode): Don't regexp-quote elements.
10495         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
10496         * progmodes/cc-mode.el (interpreter-mode-alist):
10497         * progmodes/ruby-mode.el (interpreter-mode-alist):
10498         Revert previous change.
10500 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10502         * play/snake.el (snake-mode):
10503         * play/mpuz.el (mpuz-mode):
10504         * play/landmark.el (lm-mode):
10505         * play/blackbox.el (blackbox-mode):
10506         * play/5x5.el (5x5-mode):
10507         * obsolete/options.el (Edit-options-mode):
10508         * net/quickurl.el (quickurl-list-mode):
10509         * net/newst-treeview.el (newsticker-treeview-mode):
10510         * mail/rmailsum.el (rmail-summary-mode):
10511         * mail/mspools.el (mspools-mode):
10512         * locate.el (locate-mode):
10513         * ibuffer.el (ibuffer-mode):
10514         * emulation/ws-mode.el (wordstar-mode):
10515         * emacs-lisp/debug.el (debugger-mode):
10516         * array.el (array-mode):
10517         * net/eudc.el (eudc-mode): Use define-derived-mode.
10518         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
10519         Move initialization into declaration.
10520         (mairix-searches-mode): Use define-derived-mode.
10521         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
10522         (eudc-edit-hotlist): Use dolist.
10523         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
10524         (Man-mode): Use define-derived-mode.
10525         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
10526         (Info-edit-mode): Use define-derived-mode.
10527         (Info-cease-edit): Use Info-mode.
10528         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
10529         into declaration.
10530         (eshell-mode): Use define-derived-mode.
10531         * chistory.el (command-history-mode-map): Rename from
10532         command-history-map.
10533         (command-history-mode): Use define-derived-mode.
10534         (Command-history-setup): Remove function.
10535         * calc/calc.el (calc-trail-mode-map): New var.
10536         (calc-trail-mode): Use define-derived-mode.
10537         (calc-trail-buffer): Set calc-main-buffer manually.
10538         * bookmark.el (bookmark-insert-annotation): New function.
10539         (bookmark-edit-annotation): Use it.
10540         (bookmark-edit-annotation-mode): Make it a proper major mode.
10541         (bookmark-send-edited-annotation): Use derived-mode-p.
10542         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
10543         closer to its ideal place.  Use \' to match EOS.
10545         * profiler.el (profiler-calltree-find): Use function-equal.
10547 2013-09-10  Glenn Morris  <rgm@gnu.org>
10549         * files.el (interpreter-mode-alist): Convert to regexps.
10550         (set-auto-mode): Adapt for this.  (Bug#15306)
10551         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
10552         Comment out unused variable.
10553         * progmodes/cc-mode.el (interpreter-mode-alist):
10554         * progmodes/python.el (interpreter-mode-alist):
10555         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
10556         * progmodes/sh-script.el (sh-set-shell):
10557         No longer use interpreter-mode-alist to get list of shells.
10559         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
10561 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10563         * simple.el: Use set-temporary-overlay-map for universal-argument.
10564         (universal-argument-map): Don't use default-bindings (bug#15317).
10565         Bind switch-frame explicitly.  Replace universal-argument-minus with
10566         a conditional binding.
10567         (universal-argument-num-events, saved-overriding-map): Remove.
10568         (restore-overriding-map): Remove.
10569         (universal-argument--mode): Rename from save&set-overriding-map,
10570         and rewrite.
10571         (universal-argument, universal-argument-more, negative-argument)
10572         (digit-argument): Adjust accordingly.
10573         (universal-argument-minus): Remove.
10574         (universal-argument-other-key): Remove.
10576         * subr.el (with-demoted-errors): Add `format' argument.
10578 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
10580         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
10581         `tramp-cleanup-connection'.
10583         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
10584         parameters KEEP-DEBUG and KEEP-PASSWORD.
10586         * net/tramp.el (tramp-file-name-handler):
10587         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10588         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10589         (tramp-maybe-open-connection):
10590         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10591         Use `tramp-cleanup-connection'.
10593         * net/tramp-sh.el (tramp-maybe-open-connection):
10594         Catch 'uname-changed inside the progress reporter.
10596 2013-09-10  Glenn Morris  <rgm@gnu.org>
10598         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
10600         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
10601         returns "alternate access method" in mode (eg "-rw-r--r--.").
10603 2013-09-08  Glenn Morris  <rgm@gnu.org>
10605         * saveplace.el (load-save-place-alist-from-file):
10606         Demote errors.  (Bug#15305)
10608 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
10610         Improve compatibility with older Emacsen, and XEmacs.
10612         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
10613         only if it is bound.  It isn't for XEmacs.
10614         (with-tramp-progress-reporter): Do not let-bind `result'.
10615         This yields to scoping errors in XEmacs.
10616         (tramp-handle-make-auto-save-file-name): New function, moved from
10617         tramp-sh.el.
10619         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
10620         for `make-auto-save-file-name'.
10621         (tramp-adb--gnu-switches-to-ash):
10622         Use `tramp-compat-replace-regexp-in-string'.
10624         * net/tramp-cache.el (tramp-cache-print): Call
10625         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
10627         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
10628         bound.  It isn't for XEmacs.
10630         * net/tramp-compat.el (tramp-compat-copy-file):
10631         Catch `wrong-number-of-arguments' error.
10632         (tramp-compat-replace-regexp-in-string): New defun.
10634         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
10635         for `make-auto-save-file-name'.
10636         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
10637         `copy-file'.
10638         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
10639         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
10640         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
10642         * net/tramp-gw.el (tramp-gw-open-network-stream):
10643         Use `tramp-compat-replace-regexp-in-string'.
10645         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10646         Call `tramp-handle-make-auto-save-file-name'.
10647         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
10648         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10649         (tramp-sh-file-inotifywait-process-filter):
10650         Use `tramp-compat-replace-regexp-in-string'.
10651         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
10653         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
10654         for `make-auto-save-file-name'.
10655         (tramp-smb-handle-copy-directory):
10656         Call `tramp-compat-replace-regexp-in-string'.
10657         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
10658         (tramp-smb-handle-copy-file): Improve error message.
10659         (tramp-smb-handle-rename-file): Rename directly only in case
10660         `newname' does not exist yet.  This is a restriction of smbclient.
10661         (tramp-smb-maybe-open-connection): Rerun the function only when
10662         `auth-sources' is non-nil.
10664 2013-09-08  Kenichi Handa  <handa@gnu.org>
10666         * international/characters.el: Set category "^" (Combining) for
10667         more characters.
10669 2013-09-07  Alan Mackenzie  <acm@muc.de>
10671         Correctly fontify Java class constructors.
10672         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
10673         in Java Mode.
10674         (c-recognize-typeless-decls): Set the Java value to t.
10675         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10676         While handling a "(", add a check for, effectively, Java, and handle a
10677         "typeless" declaration there.
10679 2013-09-07  Roland Winkler  <winkler@gnu.org>
10681         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
10682         field subtitle for entry type book.
10684 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10686         * minibuffer.el: Make minibuffer-complete call completion-in-region
10687         rather than other way around.
10688         (completion--some, completion-pcm--find-all-completions):
10689         Don't delay signals when debugging.
10690         (minibuffer-completion-contents): Beware fields within the
10691         minibuffer contents.
10692         (completion-all-sorted-completions): Use defvar-local.
10693         (completion--do-completion, completion--cache-all-sorted-completions)
10694         (completion-all-sorted-completions, minibuffer-force-complete):
10695         Add args `beg' and `end'.
10696         (completion--in-region-1): New fun, extracted from minibuffer-complete.
10697         (minibuffer-complete): Use completion-in-region.
10698         (completion-complete-and-exit): New fun, extracted from
10699         minibuffer-complete-and-exit.
10700         (minibuffer-complete-and-exit): Use it.
10701         (completion--complete-and-exit): Rename from
10702         minibuffer--complete-and-exit.
10703         (completion-in-region--single-word): New function, extracted from
10704         minibuffer-complete-word.
10705         (minibuffer-complete-word): Use it.
10706         (display-completion-list): Make `common-substring' argument obsolete.
10707         (completion--in-region): Call completion--in-region-1 instead of
10708         minibuffer-complete.
10709         (completion-help-at-point): Pass boundaries to
10710         minibuffer-completion-help as args rather than via an overlay.
10711         (completion-pcm--string->pattern): Use `any-delim'.
10712         (completion-pcm--optimize-pattern): New function.
10713         (completion-pcm--pattern->regex): Handle `any-delim'.
10714         * icomplete.el (icomplete-forward-completions)
10715         (icomplete-backward-completions, icomplete-completions):
10716         Adjust calls to completion-all-sorted-completions and
10717         completion--cache-all-sorted-completions.
10718         (icomplete-with-completion-tables): Default to t.
10719         * emacs-lisp/crm.el (crm--current-element): Rename from
10720         crm--select-current-element.  Don't put an overlay but return the
10721         boundaries instead.
10722         (crm--completion-command): Take two new args to bind to the boundaries.
10723         (crm-completion-help): Adjust accordingly.
10724         (crm-complete): Use completion-in-region.
10725         (crm-complete-word): Use completion-in-region--single-word.
10726         (crm-complete-and-exit): Use completion-complete-and-exit.
10728 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10730         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
10731         than dynamically.
10733 2013-09-06  Juri Linkov  <juri@jurta.org>
10735         * info.el (Info-display-images-node): When image file doesn't exist
10736         display text version of the image if it's provided in the Info file.
10737         Otherwise, display the location of missing image from SRC attribute.
10738         Add help-echo text property from ALT attribute.  (Bug#15279)
10740 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10742         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
10743         (edit-abbrevs-mode): Use define-derived-mode.
10745         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
10746         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
10747         that it's defined.
10748         (epa-key-list-mode, epa-key-mode, epa-info-mode):
10749         Use define-derived-mode.
10751         * epg.el (epg-start-encrypt): Minor CSE simplification.
10753 2013-09-06  William Xu  <william.xwl@gmail.com>
10755         * arc-mode.el: Add support for 7za (bug#15264).
10756         (archive-7z-program): New var.
10757         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
10758         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
10759         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
10761 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
10763         Remove URL syntax.
10765         * net/tramp.el (tramp-syntax, tramp-prefix-format)
10766         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
10767         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
10768         (tramp-postfix-host-format, tramp-file-name-regexp)
10769         (tramp-completion-file-name-regexp)
10770         (tramp-completion-dissect-file-name)
10771         (tramp-handle-substitute-in-file-name): Remove 'url case.
10772         (tramp-file-name-regexp-url)
10773         (tramp-completion-file-name-regexp-url): Remove constants.
10775 2013-09-06  Glenn Morris  <rgm@gnu.org>
10777         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
10779 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
10781         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
10782         keywords" below "here-doc beginnings" (Bug#15270).
10784 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10786         * subr.el (pop): Use `car-safe'.
10787         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
10788         to detect unused `pop' return value.
10790         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
10791         var `block-regexp'.
10792         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
10793         (python-fill-string): Remove unused var `marker'.
10794         (python-skeleton-add-menu-items): Remove unused var `items'.
10796         * international/mule-cmds.el: Require CL.
10797         (find-coding-systems-for-charsets): Avoid add-to-list.
10798         (sanitize-coding-system-list): New function, extracted from
10799         select-safe-coding-system-interactively.
10800         (select-safe-coding-system-interactively): Use it.
10801         (read-input-method-name): Accept symbols for `default'.
10803         * emacs-lisp/advice.el (defadvice): Add indent rule.
10805 2013-09-05  Daniel Hackney  <dan@haxney.org>
10807         * dired-x.el:
10808         * net/ange-ftp.el:
10809         * net/browse-url.el:
10810         * net/dbus.el:
10811         * net/eudc.el:
10812         * net/eudcb-ldap.el:
10813         * net/eww.el:
10814         * net/imap.el:
10815         * printing.el:
10816         * vc/ediff-diff.el:
10817         * vc/ediff-init.el:
10818         * vc/ediff-merg.el:
10819         * vc/ediff-mult.el:
10820         * vc/ediff-util.el:
10821         * vc/ediff-wind.el:
10822         * vc/ediff.el:
10823         * vc/emerge.el:
10824         * vc/pcvs.el:
10825         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
10826         byte compiler.  Remove some unused let-bound variables.
10828 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10830         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
10831         a "ref-cell", since it gets better optimized (bug#14883).
10833 2013-09-05  Glenn Morris  <rgm@gnu.org>
10835         * progmodes/cc-awk.el (c-forward-sws): Declare.
10837 2013-09-04  Glenn Morris  <rgm@gnu.org>
10839         * generic-x.el [rul-generic-mode]: Require cc-mode.
10840         (c++-mode-syntax-table): Declare.
10841         (rul-generic-mode-syntax-table): Init in the defvar.
10843 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10845         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
10846         (vc-do-command, vc-set-async-update):
10847         * vc/vc-mtn.el (vc-mtn-dir-status):
10848         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
10849         (vc-hg-pull, vc-hg-merge-branch):
10850         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
10851         (vc-git-merge-branch):
10852         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
10853         (vc-cvs-dir-status-files):
10854         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
10855         (vc-bzr-dir-status-files):
10856         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
10857         * vc/vc-annotate.el: Use lexical-binding.
10858         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
10859         (vc-sentinel-movepoint): Declare.
10860         (vc-annotate): Don't use `goto-line'.
10861         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
10862         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
10863         (vc-sentinel-movepoint): Declare.
10864         * vc/vc-svn.el: Use lexical-binding.
10865         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
10866         * vc/vc-sccs.el:
10867         * vc/vc-rcs.el: Use lexical-binding.
10869         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
10870         `deleted'.  Don't drop errors silently.
10872         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
10874 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
10876         * vc/vc.el (vc-ignore): Rewrite.
10877         (vc-default-ignore): New function.
10878         (vc-default-ignore-completion-table): Use find-ignore-file.
10880         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
10881         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
10882         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
10883         Remove.  Most code moved to vc.el.
10885 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10887         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
10888         * net/tramp-smb.el (tramp-smb-get-file-entries):
10889         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
10890         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
10892         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
10893         Update call to it.
10894         (eww-change-select): Remove unused var `properties'.
10895         (eww-make-unique-file-name): Remove unused var `base'.
10897         * finder.el (finder-compile-keywords): Don't mess with windows.
10899         * calculator.el (calculator-funcall): Fix typo in last change.
10901         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
10903         * emacs-lisp/package.el (package-activate-1): Don't let a missing
10904         <pkg>-autoloads.el file stop us.
10906         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
10907         warnings, and factor out common code.
10909 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
10911         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
10912         two-character operators and whether the character preceding them
10913         changes their meaning (Bug#15208).
10915 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10917         Format code sent to Python shell for robustness.
10918         * progmodes/python.el (python-shell-buffer-substring):
10919         New function.
10920         (python-shell-send-region, python-shell-send-buffer): Use it.
10922 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
10924         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
10925         * net/tramp.el (tramp-user-error): ... here.
10926         (tramp-find-method, tramp-check-proper-host)
10927         (tramp-dissect-file-name, tramp-debug-message)
10928         (tramp-handle-shell-command):
10929         * net/tramp-adb.el (tramp-adb-handle-shell-command):
10930         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
10932         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
10934 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
10936         * avoid.el (mouse-avoidance-point-position)
10937         (mouse-avoidance-too-close-p): Handle case where posn-at-point
10938         returns nil.
10940 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10942         * progmodes/python.el (python-shell-completion-get-completions):
10943         Drop use of deleted `comint-last-prompt-overlay'.
10944         (python-nav-if-name-main): New command.
10946 2013-09-01  Glenn Morris  <rgm@gnu.org>
10948         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10949         Avoid leading space in $wins.  Otherwise the sed command used by
10950         eg compile-main ends up containing "/*.el".  (Bug#15170)
10952         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
10954 2013-08-30  Glenn Morris  <rgm@gnu.org>
10956         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10957         Fix is-this-a-directory logic.  (Bug#15220)
10959 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10961         * textmodes/css-mode.el: Use SMIE.
10962         (css-smie-grammar): New var.
10963         (css-smie--forward-token, css-smie--backward-token)
10964         (css-smie-rules): New functions.
10965         (css-mode): Use them.
10966         (css-navigation-syntax-table): Remove var.
10967         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
10968         (css-indent-calculate, css-indent-line): Remove functions.
10970         Misc changes to reduce use of `(lambda...); and other cleanups.
10971         * cus-edit.el: Use lexical-binding.
10972         (customize-push-and-save, customize-apropos)
10973         (custom-buffer-create-internal): Use closures.
10974         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
10975         * progmodes/ada-xref.el: Use setq.
10976         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
10977         * dframe.el: Use lexical-binding.
10978         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
10979         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
10980         * descr-text.el: Use lexical-binding.
10981         (describe-text-widget, describe-text-sexp, describe-property-list):
10982         Use closures.
10983         * comint.el (comint-history-isearch-push-state): Use a closure.
10984         * calculator.el: Use lexical-binding.
10985         (calculator-number-to-string): Make it work with lexical-binding.
10986         (calculator-funcall): Same and use cl-letf.
10988         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
10989         (lisp--company-doc-string, lisp--company-location): New functions.
10990         (lisp-completion-at-point): Use them to improve Company support.
10992         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
10993         params of lambda expressions.
10994         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
10995         (ruby-smie--opening-pipe-p): New function.
10996         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
10997         symbols and matched |...| for formal params.
10998         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
10999         from being treated as hanging.  Handle "rescue".
11001 2013-08-29  Glenn Morris  <rgm@gnu.org>
11003         * progmodes/cc-engine.el (c-pull-open-brace):
11004         Move definition before use.
11006 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11008         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
11009         are immutable.  Don't use `unsafe' any more.
11010         (cl--defsubst-expand): Don't substitute at the same time as keeping
11011         a residual unused let-binding.  Don't use `unsafe' any more.
11013 2013-08-29  Glenn Morris  <rgm@gnu.org>
11015         * calendar/cal-china.el (calendar-chinese-year-cache):
11016         Recenter on 2015.
11018         * nxml/nxml-util.el (nxml-debug-clear-inside):
11019         Use cl-loop rather than loop.
11021         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
11023         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
11025 2013-08-28  Glenn Morris  <rgm@gnu.org>
11027         * progmodes/antlr-mode.el: No need to require cc-mode twice.
11029         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
11031         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
11033 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11035         * simple.el (repeat-complex-command--called-interactively-skip):
11036         New function.
11037         (repeat-complex-command): Use it (bug#14136).
11039         * progmodes/cc-mode.el: Minor cleanup of var declarations.
11040         (c-define-abbrev-table): Add `doc' argument.
11041         (c-mode-abbrev-table, c++-mode-abbrev-table)
11042         (objc-mode-abbrev-table, java-mode-abbrev-table)
11043         (idl-mode-abbrev-table, pike-mode-abbrev-table)
11044         (awk-mode-abbrev-table): Use it.
11045         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
11046         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
11047         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
11048         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
11049         Move initialization into the declaration; and remove any
11050         autoload cookie.
11052         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
11053         and dynamic let binding.
11055         * vc/smerge-mode.el: Remove redundant :group args.
11057         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
11058         to load-path.
11060 2013-08-28  Juri Linkov  <juri@jurta.org>
11062         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
11063         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
11064         (isearch-other-meta-char): Handle an undefined shifted printing
11065         character by downshifting it.  (Bug#15200)
11067 2013-08-28  Juri Linkov  <juri@jurta.org>
11069         * isearch.el (isearch-search): Change regexp error message for
11070         non-regexp searches.  (Bug#15166)
11072 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11074         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
11075         for portability to hosts where /bin/sh has problems.
11077 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11079         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
11081 2013-08-27  Juri Linkov  <juri@jurta.org>
11083         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
11084         in the keyboard macro.  (Bug#15126)
11086 2013-08-27  Juri Linkov  <juri@jurta.org>
11088         * isearch.el (isearch-quote-char): Comment out converting unibyte
11089         to multibyte, thus syncing with its `quoted-insert' counterpart.
11090         (Bug#15166)
11092 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
11094         * window.el (display-buffer-use-some-window): Add missing
11095         argument in call of get-largest-window (Bug#15185).
11096         Reported by Stephen Leake.
11098 2013-08-27  Glenn Morris  <rgm@gnu.org>
11100         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
11102 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11104         * progmodes/python.el (python-font-lock-keywords): Don't return nil
11105         from a matcher-function unless there's no more matches (bug#15161).
11107 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
11109         * minibuffer.el: Revert change from 2013-08-20.
11111         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
11112         with text property `tramp-default', if appropriate.
11113         (tramp-check-proper-host): New defun.
11114         (tramp-dissect-file-name): Do not check hostname.  Revert change
11115         of 2013-03-18.
11116         (tramp-backtrace): Make VEC-OR-PROC optional.
11118         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11119         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11120         * net/tramp-sh.el (tramp-maybe-open-connection):
11121         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11122         Apply `tramp-check-proper-host'.
11124 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
11126         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
11127         lambda expression in order to have `describe-variable' display it.
11129 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
11131         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
11132         BUF can be optional.  (Bug#15186)
11134 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
11136         * progmodes/flymake.el (flymake-get-real-file-name-function):
11137         Fix broken customization.  (Bug#15184)
11139 2013-08-25  Alan Mackenzie  <acm@muc.de>
11141         Improve indentation of bracelists defined by macros (without "=").
11143         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
11144         expansion begins with "{", regard it as bracelist when it doesn't
11145         contain a ";".
11147         Parse C++ inher-intro when there's a template split over 2 lines.
11149         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
11150         rigorously the search for "class" etc. followed by ":".
11152         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
11153         random languages a regexp which never matches rather than nil.
11155         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
11157         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
11158         (c-awk-regexp-one-line-possibly-open-char-list-re)
11159         (c-awk-one-line-possibly-open-regexp-re)
11160         (c-awk-one-line-non-syn-ws*-re): Remove.
11161         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
11162         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
11163         (c-awk-space*-unclosed-regexp-/-re): New constants.
11164         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
11165         aren't regexp delimiters.
11167         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
11168         handling for a rare situation in AWK Mode involving unterminated
11169         strings/regexps.
11171 2013-08-23  Glenn Morris  <rgm@gnu.org>
11173         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
11175         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
11177         * files.el (create-file-buffer): If the result would begin with
11178         spaces, prepend a "|" instead of removing them.  (Bug#15162)
11180 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11182         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
11183         text-properties (bug#15155).
11185         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
11186         exist any more.
11187         (calc-keypad-redraw): Remove unused var `pad'.
11188         (calc-keypad-press): Remove unused var `menu'.
11190 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
11192         * window.el (display-buffer-pop-up-frame):
11193         Call pop-up-frame-function with BUFFER current so `make-frame' will
11194         use it as the new frame's buffer (Bug#15133).
11196 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11198         * calendar/timeclock.el: Minor cleanups.
11199         (timeclock-ask-before-exiting, timeclock-use-display-time):
11200         Use `symbol'.
11201         (timeclock-modeline-display): Define as alias before the
11202         actual definition.
11203         (timeclock-mode-line-display): Use define-minor-mode.
11204         (timeclock-day-list-template): Make it a function, add an argument.
11205         (timeclock-day-list-required, timeclock-day-list-length)
11206         (timeclock-day-list-debt, timeclock-day-list-span)
11207         (timeclock-day-list-break): Adjust calls accordingly.
11209 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11211         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
11212         Use read--expression so that completion works again.
11214 2013-08-21  Sam Steingold  <sds@gnu.org>
11216         Add rudimentary inferior shell interaction
11217         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
11218         (sh-set-shell): Reset it.
11219         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
11220         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
11222 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11224         * align.el: Use lexical-binding.
11225         (align-region): Simplify accordingly.
11227 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
11229         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
11231         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
11232         `non-essential' up.
11234 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
11236         * net/tramp.el:
11237         * net/tramp-adb.el:
11238         * net/tramp-cmds.el:
11239         * net/tramp-ftp.el:
11240         * net/tramp-gvfs.el:
11241         * net/tramp-gw.el:
11242         * net/tramp-sh.el: Don't wrap external variable declarations by
11243         `eval-when-compile'.
11245 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
11248         now that Emacs supports ImageMagick animations.
11250 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
11252         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
11253         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
11255 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
11257         * window.el (mouse-autoselect-window-select): Do autoselect when
11258         mouse pointer is on margin.
11260 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
11262         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
11264 2013-08-16  Glenn Morris  <rgm@gnu.org>
11266         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
11267         Handle "Remote Directory" response of some clients.  (Bug#15058)
11269         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
11270         Tweak warning.  (Bug#14926)
11272         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
11273         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
11275         * image-mode.el (image-mode-map): Add menu items to reverse,
11276         increase, decrease, reset animation speed.
11277         (image--set-speed, image-increase-speed, image-decrease-speed)
11278         (image-reverse-speed, image-reset-speed): New functions.
11279         (image-mode-map): Add bindings for speed commands.
11281         * image.el (image-animate-get-speed, image-animate-set-speed):
11282         New functions.
11283         (image-animate-timeout): Respect image :speed property.
11285 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11287         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
11288         previous line (bug#15101).
11289         (debugger-eval-expression, debugger-record-expression):
11290         Use read--expression (bug#15102).
11292 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
11294         Remove byte compiler warnings, visible when compiling with
11295         `byte-compile-force-lexical-warnings' set to t.
11297         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
11298         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
11299         (tramp-handle-unhandled-file-name-directory)
11300         (tramp-handle-file-notify-add-watch, tramp-action-login)
11301         (tramp-action-succeed, tramp-action-permission-denied)
11302         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
11303         arguments with "_".
11305         * net/tramp-adb.el (tramp-adb-parse-device-names)
11306         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
11307         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
11308         (tramp-adb-handle-file-truename): Remove unused arguments.
11310         * net/tramp-cache.el (tramp-flush-directory-property)
11311         (tramp-flush-connection-property, tramp-list-connections)
11312         (tramp-parse-connection-properties): Prefix unused arguments with "_".
11314         * net/tramp-compat.el (tramp-compat-make-temp-file):
11315         Rename FILENAME to F.
11317         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
11318         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
11319         (tramp-zeroconf-parse-workstation-device-names)
11320         (tramp-zeroconf-parse-webdav-device-names)
11321         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
11323         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
11324         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
11326         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
11327         arguments.
11328         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
11329         (tramp-sh-handle-insert-file-contents-literally)
11330         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
11331         with "_".
11332         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
11333         Remove unused variables.
11335         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11336         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
11337         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
11339         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
11340         Make them a defconst.
11341         (tramp-uuencode-region): Remove unused variable.
11343 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
11345         * frameset.el (frameset--prop-setter): New function.
11346         (frameset-prop): Add gv-setter declaration.
11347         (frameset-filter-minibuffer): Deal with the case that the minibuffer
11348         parameter was already set in FILTERED.  Doc fix.
11349         (frameset--record-minibuffer-relationships): Allow saving a
11350         minibufferless frame without its corresponding minibuffer frame.
11351         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
11352         frame, if the frame id matches.
11353         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
11354         frames before orphaned ones.
11355         (frameset-restore): Warn about orphaned windows, instead of error out.
11357 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
11359         * window.el (window-make-atom): Don't overwrite parameter
11360         already present.
11361         (display-buffer-in-atom-window): Handle special case where we
11362         split an already atomic window.
11363         (window--major-non-side-window, display-buffer-in-side-window)
11364         (window--side-check): Ignore minibuffer window when walking
11365         window tree.
11366         (window-deletable-p): Return 'frame only if no other frame uses
11367         our minibuffer window.
11368         (record-window-buffer): Run buffer-list-update-hook.
11369         (split-window): Make sure window--check-frame won't destroy an
11370         existing atomic window in case the new window gets nested
11371         inside.
11372         (display-buffer-at-bottom): Ignore minibuffer window when
11373         walking window tree.  Don't split a side window.
11374         (pop-to-buffer): Don't set-buffer here, the select-window call
11375         should do that.
11376         (mouse-autoselect-window-select): Autoselect only if we are in the
11377         text portion of the window.
11379 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11381         * net/shr.el (shr-parse-image-data): New function to grab both the
11382         data itself and the Content-Type.
11383         (shr-put-image): Use it.
11385         * net/eww.el (eww-display-image): Ditto.
11387         * image.el (image-content-type-suffixes): New variable.
11389 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11391         * progmodes/python.el (python-imenu--build-tree)
11392         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
11394 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
11396         * simple.el (backward-word): Mention the optional argument.
11398 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11400         * frameset.el (frameset--make): Rename constructor from make-frameset.
11401         (frameset-p, frameset-valid-p): Don't autoload.
11402         (frameset-valid-p): Use normal accessors.
11404 2013-08-13  Glenn Morris  <rgm@gnu.org>
11406         * progmodes/compile.el (compile-command): Tweak example in doc.
11407         * obsolete/scribe.el (scribe-mode):
11408         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
11410         * mail/feedmail.el (feedmail-confirm-outgoing)
11411         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
11413         * cus-start.el (truncate-partial-width-windows): Fix type.
11415         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
11417         * net/shr.el (shr-table-horizontal-line): Fix custom type.
11419 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11421         * emacs-lisp/timer.el (timer--time-setter): New function.
11422         (timer--time): Use it as gv-setter.
11424         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
11425         setter is not a symbol.
11427 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
11429         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
11430         if sending fails.  This makes debugging easier.
11432 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
11434         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
11435         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
11436         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
11438 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
11440         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
11442 2013-08-12  Glenn Morris  <rgm@gnu.org>
11444         * format.el (format-annotate-function):
11445         Handle read-only text properties in the source.  (Bug#14887)
11447 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11449         * net/eww.el (eww-display-html): Ignore coding system errors.
11450         One web site uses "utf-8lias" as the coding system.
11452 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
11454         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
11456 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
11458         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
11459         (tutorial--detailed-help): Remove unused local variables.
11460         (tutorial--save-tutorial-to): Use ignore-errors.
11461         (help-with-tutorial): Use looking-at-p.
11463         * view.el (view-buffer-other-window, view-buffer-other-frame):
11464         Mark unused arguments.
11466         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
11467         (woman-select-symbol-fonts, woman, woman-find-file)
11468         (woman-insert-file-contents, woman-non-underline-faces):
11469         Use string-match-p.
11470         (woman1-unquote): Move declaration.
11472         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
11473         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
11474         argument.  Remove unused local variable.
11475         (xml-parse-elem-type): Use string-match-p.
11476         (xml-substitute-numeric-entities): Use ignore-errors.
11478         * calculator.el (calculator): Mark unused argument.
11479         (calculator-paste, calculator-quit, calculator-integer-p):
11480         Use ignore-errors.
11481         (calculator-string-to-number, calculator-decimal, calculator-exp)
11482         (calculator-op-or-exp): Use string-match-p.
11484         * dired.el (dired-buffer-more-recently-used-p): Declare.
11485         (dired-insert-set-properties, dired-insert-old-subdirs):
11486         Use ignore-errors.
11488         * dired-aux.el (dired-compress): Use ignore-errors.
11489         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
11490         (dired-do-async-shell-command, dired-do-shell-command)
11491         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
11492         (dired-insert-subdir-validate): Use string-match-p.
11493         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
11494         (dired-add-entry): Use string-match-p, looking-at-p.
11495         (dired-insert-subdir-newpos): Remove unused local variable.
11497         * filenotify.el (file-notify-callback): Remove unused local variable.
11499         * filesets.el (filesets-error): Mark unused argument.
11500         (filesets-which-command-p, filesets-filter-dir-names)
11501         (filesets-directory-files, filesets-get-external-viewer)
11502         (filesets-ingroup-get-data): Use string-match-p.
11504         * find-file.el (ff-other-file-name, ff-other-file-name)
11505         (ff-find-the-other-file, ff-cc-hh-converter):
11506         Remove unused local variables.
11507         (ff-get-file-name): Use string-match-p.
11508         (ff-all-dirs-under): Use ignore-errors.
11510         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
11511         (follow-select-if-visible): Remove unused local variable.
11513         * forms.el (read-file-filter): Move declaration.
11514         (forms--make-format, forms--make-parser, forms-insert-record):
11515         Quote function with #'.
11516         (forms--update): Use string-match-p.  Quote function with #'.
11518         * help-mode.el (help-dir-local-var-def): Mark unused argument.
11519         (help-make-xrefs): Use looking-at-p.
11520         (help-xref-on-pp): Use looking-at-p, ignore-errors.
11522         * ibuffer.el (ibuffer-ext-visible-p): Declare.
11523         (ibuffer-confirm-operation-on): Use string-match-p.
11525         * msb.el (msb-item-handler, msb-dired-item-handler):
11526         Mark unused arguments.
11528         * ses.el (ses-decode-cell-symbol)
11529         (ses-kill-override): Remove unused local variable.
11530         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
11531         (ses-load): Use ignore-errors, looking-at-p.
11532         (ses-jump-safe): Use ignore-errors.
11533         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
11535         * tabify.el (untabify, tabify): Mark unused arguments.
11537         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
11538         Mark unused argument.
11539         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
11540         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
11542         * emacs-lisp/timer.el (timer--time): Define setter with
11543         gv-define-setter to avoid deprecation warning.
11545         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
11546         (*record-cmpl-statistics-p*): Remove (was commented out).
11547         (cmpl-statistics-block): Remove (body was commented out).
11548         All callers changed.
11549         (add-completions-from-buffer, load-completions-from-file):
11550         Remove unused variables.
11552 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
11554         * filecache.el (file-cache-delete-file-list):
11555         Print message only when told so.
11556         (file-cache-files-matching): Use #' in mapconcat argument.
11558         * ffap.el (ffap-url-at-point): Fix reference to variable
11559         thing-at-point-default-mail-uri-scheme.
11561 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11563         * subr.el (define-error): New function.
11564         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
11565         error-file-not-found and define with define-error.
11566         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
11567         and define with define-error.
11568         * userlock.el (file-locked, file-supersession):
11569         * simple.el (mark-inactive):
11570         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
11571         * progmodes/ada-mode.el (ada-mode-errors):
11572         * play/life.el (life-extinct):
11573         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
11574         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
11575         * nxml/rng-util.el (rng-error):
11576         * nxml/rng-uri.el (rng-uri-error):
11577         * nxml/rng-match.el (rng-compile-error):
11578         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
11579         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
11580         * nxml/nxml-rap.el (nxml-scan-error):
11581         * nxml/nxml-outln.el (nxml-outline-error):
11582         * net/soap-client.el (soap-error):
11583         * net/gnutls.el (gnutls-error):
11584         * net/ange-ftp.el (ftp-error):
11585         * mpc.el (mpc-proc-error):
11586         * json.el (json-error, json-readtable-error, json-unknown-keyword)
11587         (json-number-format, json-string-escape, json-string-format)
11588         (json-key-format, json-object-format):
11589         * jka-compr.el (compression-error):
11590         * international/quail.el (quail-error):
11591         * international/kkc.el (kkc-error):
11592         * emacs-lisp/ert.el (ert-test-failed):
11593         * calc/calc.el (calc-error, inexact-result, math-overflow)
11594         (math-underflow):
11595         * bookmark.el (bookmark-error-no-filename):
11596         * epg.el (epg-error): Define with define-error.
11598         * time.el (display-time-event-handler)
11599         (display-time-next-load-average): Don't call sit-for since it seems
11600         unnecessary (bug#15045).
11602         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
11603         Use #' instead of ' to quote functions.
11604         (checkdoc-output-mode): Use setq-local.
11605         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
11606         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
11607         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
11608         (checkdoc-ispell, checkdoc-ispell-current-buffer)
11609         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
11610         (checkdoc-ispell-message-text, checkdoc-ispell-start)
11611         (checkdoc-ispell-continue, checkdoc-ispell-comments)
11612         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
11614         * ido.el (ido-completion-help): Fix up compiler warning.
11616 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
11618         * frameset.el (frameset-p): Add autoload cookie.
11619         (frameset--jump-to-register): New function, based on code moved from
11620         register.el.
11621         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
11623         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
11624         (frameset-restore, frameset-save, frameset-session-filter-alist):
11625         Remove declarations.
11626         (register-alist): Doc fix.
11627         (frameset-to-register): Move to frameset.el.
11628         (jump-to-register, describe-register-1): Remove frameset-specific code.
11630 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11632         * allout-widgets.el (allout-widgets-pre-command-business)
11633         (allout-widgets-post-command-business)
11634         (allout-widgets-after-change-handler)
11635         (allout-decorate-item-and-context, allout-set-boundary-marker)
11636         (allout-body-modification-handler)
11637         (allout-graphics-modification-handler): Mark ignored arguments.
11638         (allout-widgets-post-command-business)
11639         (allout-widgets-exposure-change-processor)
11640         (allout-widgets-exposure-undo-processor)
11641         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
11642         (allout-parse-item-at-point, allout-decorate-item-guides)
11643         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
11644         * allout.el (epa-passphrase-callback-function): Declare.
11645         (allout-overlay-insert-in-front-handler)
11646         (allout-overlay-interior-modification-handler)
11647         (allout-isearch-end-handler, allout-chart-siblings)
11648         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
11649         (allout-yank-processing, allout-process-exposed)
11650         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
11651         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
11652         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
11653         (lisp-indent-defform): Mark ignored arguments.
11654         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
11655         (calculate-lisp-indent): Remove unused variables.
11656         * international/characters.el (indian-2-column, arabic-2-column)
11657         (tibetan): Mark ignored arguments.
11658         (use-cjk-char-width-table): Mark ignored arguments.
11659         Remove unused variables.
11660         * international/fontset.el (build-default-fontset-data)
11661         (x-compose-font-name, create-fontset-from-fontset-spec):
11662         Mark ignored arguments.
11663         (fontset-plain-name): Remove unused variables.
11664         * international/mule.el (charset-id, charset-bytes, generic-char-p)
11665         (keyboard-coding-system): Mark ignored arguments.
11666         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
11667         * help.el (resize-temp-buffer-window):
11668         * window.el (display-buffer-in-major-side-window)
11669         (display-buffer-in-side-window, display-buffer-in-previous-window):
11670         Remove unused variables.
11671         * isearch.el (isearch-forward-symbol):
11672         * version.el (emacs-bzr-version-bzr):
11673         * international/mule-cmds.el (current-language-environment):
11674         * term/common-win.el (x-handle-iconic, x-handle-geometry)
11675         (x-handle-display):
11676         * term/pc-win.el (x-list-fonts, x-display-planes)
11677         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
11678         (x-server-version, x-display-screens, x-display-mm-height)
11679         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
11680         (x-selection-owner-p, x-own-selection-internal)
11681         (x-disown-selection-internal, x-get-selection-internal)
11682         (msdos-initialize-window-system):
11683         * term/tty-colors.el (tty-color-alist, tty-color-clear):
11684         * term/x-win.el (x-handle-no-bitmap-icon):
11685         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
11686         (vc-default-find-file-hook, vc-default-extra-menu):
11687         Mark ignored arguments.
11689 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11691         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
11692         break-condition in the context of the debugged code (bug#12685).
11694 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
11696         * comint.el:
11697         Do not use an overlay to highlight the last prompt.  (Bug#14744)
11698         (comint-mode): Make comint-last-prompt buffer local.
11699         (comint-last-prompt): New variable.
11700         (comint-last-prompt-overlay): Remove.  Superseded by
11701         comint-last-prompt.
11702         (comint-snapshot-last-prompt, comint-output-filter):
11703         Use comint-last-prompt.
11705 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11707         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
11708         (frameset-save): Check validity of the resulting frameset.
11710 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
11712         * ido.el (ido-record-command): Add doc string.
11714 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11716         * frameset.el (frameset): Do not disable creation of the default
11717         frameset-p predicate.  Doc fix.
11718         (frameset-valid-p): New function, copied from the old predicate-p.
11719         Add additional checks.
11720         (frameset-restore): Check with frameset-valid-p.
11721         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
11722         (frameset-name, frameset-description, frameset-properties)
11723         (frameset-states): Add docstring.
11724         (frameset-session-filter-alist, frameset-persistent-filter-alist)
11725         (frameset-filter-alist): Doc fixes.
11727 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11729         * frameset.el (frameset-p, frameset-prop): Doc fixes.
11731 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11733         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
11734         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
11735         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
11736         (byte-compile-normal-call): Remove obsolescence check.
11738 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
11740         * frameset.el (frameset-restore): Doc fix.
11742         * register.el (frameset-frame-id, frameset-frame-with-id)
11743         (frameset-p, frameset-restore, frameset-save): Declare.
11744         (register-alist): Document framesets.
11745         (frameset-session-filter-alist): Declare.
11746         (frameset-to-register): New function.
11747         (jump-to-register): Implement jumping to framesets.  Doc fix.
11748         (describe-register-1): Describe framesets.
11750         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
11752 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
11754         * desktop.el (desktop-save-frameset): Use new frameset-save args.
11755         Use lexical-binding.
11757         * frameset.el (frameset): Use type vector, not list (incompatible
11758         change).  Do not declare a new constructor, use the default one.
11759         Upgrade suggested properties `app', `name' and `desc' to slots `app',
11760         `name' and `description', respectively, and add read-only slot
11761         `timestamp'.  Doc fixes.
11762         (frameset-copy, frameset-persistent-filter-alist)
11763         (frameset-filter-alist, frameset-switch-to-gui-p)
11764         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
11765         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
11766         (frameset-filter-iconified, frameset-keep-original-display-p):
11767         Doc fixes.
11768         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
11769         Rename from frameset-filter-(save|restore)-param.  All callers changed.
11770         Doc fix.
11771         (frameset-p): Adapt to change to vector and be more thorough.
11772         Change arg name to OBJECT.  Doc fix.
11773         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
11774         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
11775         All callers changed.
11776         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
11777         All callers changed.
11778         (frameset--record-minibuffer-relationships): Rename from
11779         frameset--process-minibuffer-frames.  All callers changed.
11780         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
11781         Use new default constructor (again).  Doc fix.
11782         (frameset--find-frame-if): Rename from `frameset--find-frame'.
11783         All callers changed.
11784         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
11785         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
11786         Doc fix.
11787         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
11788         PARAMETERS and WINDOW-STATE, respectively.
11789         (frameset-restore): Add new keyword argument PREDICATE.
11790         Reset frameset--target-display to nil.  Doc fix.
11792 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11794         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
11795         (bat-mode): Use it.
11796         (bat-mode-syntax-table): Mark \n as end-of-comment.
11797         (bat-font-lock-keywords): Remove comment rule.
11799         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
11800         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
11802         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
11803         (byte-compile-callargs-warn): Use `push'.
11804         (byte-compile-arglist-warn): Ignore higher-order "calls".
11805         (byte-compile-file-form-autoload): Use `pcase'.
11806         (byte-compile-function-form): If quoting a symbol, check that it exists.
11808 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
11810         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
11811         and add a few popular commands found in batch files.
11812         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
11813         (dos-mode): Doc fixes.
11815 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11817         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
11818         (dos-mode): Use setq-local.  Add space after "rem".
11819         (dos-mode-syntax-table): Don't use "w" for symbol chars.
11820         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
11822 2013-08-07  Arni Magnusson  <arnima@hafro.is>
11824         * progmodes/dos.el: New file.
11825         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
11826         dos-mode.
11828 2013-08-06  Glenn Morris  <rgm@gnu.org>
11830         * calendar/calendar.el: Add new faces, and day-header-array.
11831         (calendar-weekday-header, calendar-weekend-header)
11832         (calendar-month-header): New faces.
11833         (calendar-day-header-construct): New function.
11834         (calendar-day-header-width): Also :set calendar-day-header-array.
11835         (calendar-american-month-header, calendar-european-month-header)
11836         (calendar-iso-month-header): Use calendar- faces.
11837         (calendar-generate-month):
11838         Use calendar-day-header-array for day headers; apply faces to them.
11839         (calendar-mode): Check calendar-font-lock-keywords non-nil.
11840         (calendar-abbrev-construct): Add optional maxlen argument.
11841         (calendar-day-name-array): Doc fix.
11842         (calendar-day-name-array, calendar-abbrev-length)
11843         (calendar-day-abbrev-array):
11844         Also :set calendar-day-header-array, and maybe redraw.
11845         (calendar-day-header-array): New option.  (Bug#15007)
11846         (calendar-font-lock-keywords): Set to nil and make obsolete.
11847         (calendar-day-name): Add option to use header array.
11849 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11851         * net/shr.el (shr-render-td): Remove debugging.
11852         (shr-render-td): Make width computation consistent by defaulting
11853         all zero-width columns to 10 characters.  This may not be optimal,
11854         but it's at least consistent.
11855         (shr-make-table-1): Redo last change to fix the real problem in
11856         colspan handling.
11858 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
11860         * files.el (cache-long-line-scans):
11861         Make obsolete alias to `cache-long-scans'.
11863 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
11865         * frameset.el (frameset, frameset-filter-alist)
11866         (frameset-filter-params, frameset-save, frameset--reuse-frame)
11867         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
11868         (frameset-compute-pos): Rename from frameset--compute-pos,
11869         and add docstring.
11870         (frameset-move-onscreen): Use frameset-compute-pos.
11871         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11873         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
11874         Fix typos in docstrings.
11876 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
11878         * frame.el (get-other-frame): Tiny cleanup.
11880 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
11882         * vc/vc.el (vc-default-ignore-completion-table):
11883         Silence byte-compiler warning.
11885         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
11886         slot, which can indeed be nil.
11887         (frameset-live-filter-alist, frameset-persistent-filter-alist):
11888         Move entry for `left' from persistent to live filter alist.
11889         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
11890         Doc fixes.
11891         (frameset-filter-params): When restoring a frame, copy items added to
11892         `filtered', to avoid unwittingly modifying the original parameters.
11893         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
11894         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
11896         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
11897         to use looking-at-p instead of looking-at.  (Bug#15028)
11899 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11901         Revert introduction of isearch-filter-predicates (bug#14714).
11902         Rely on add-function instead.
11903         * isearch.el (isearch-filter-predicates): Rename it back to
11904         isearch-filter-predicate.
11905         (isearch-message-prefix): Use advice-function-mapc and advice
11906         properties to get the isearch-message-prefix.
11907         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
11908         instead of run-hook-with-args-until-failure.
11909         (isearch-filter-visible): Not obsolete any more.
11910         * loadup.el: Preload nadvice.
11911         * replace.el (perform-replace): Revert to funcall
11912         instead of run-hook-with-args-until-failure.
11913         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
11914         * dired-aux.el (dired-isearch-filenames-mode): Rename from
11915         dired-isearch-filenames-toggle; make it into a proper minor mode.
11916         Use add/remove-function.
11917         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
11918         Call the minor-mode rather than add/remove-hook.
11919         (dired-isearch-filter-filenames):
11920         Remove isearch-message-prefix property.
11921         * info.el (Info--search-loop): New function, extracted from Info-search.
11922         Funcall isearch-filter-predicate instead of
11923         run-hook-with-args-until-failure isearch-filter-predicates.
11924         (Info-search): Use it.
11925         (Info-mode): Use isearch-filter-predicate instead of
11926         isearch-filter-predicates.
11928 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
11930         Do not call to `selected-window' where it is assumed by default.
11931         Affected functions are `window-minibuffer-p', `window-dedicated-p',
11932         `window-hscroll', `window-width', `window-height', `window-buffer',
11933         `window-frame', `window-start', `window-point', `next-window'
11934         and `window-display-table'.
11935         * abbrev.el (abbrev--default-expand):
11936         * bs.el (bs--show-with-configuration):
11937         * buff-menu.el (Buffer-menu-mouse-select):
11938         * calc/calc.el (calc):
11939         * calendar/calendar.el (calendar-generate-window):
11940         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
11941         (diary-make-entry):
11942         * comint.el (send-invisible, comint-dynamic-complete-filename)
11943         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
11944         * completion.el (complete):
11945         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
11946         * disp-table.el (describe-current-display-table):
11947         * doc-view.el (doc-view-insert-image):
11948         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
11949         * ehelp.el (with-electric-help):
11950         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11951         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
11952         * emacs-lisp/helper.el (Helper-help-scroller):
11953         * emulation/cua-base.el (cua--post-command-handler-1):
11954         * eshell/esh-mode.el (eshell-output-filter):
11955         * ffap.el (ffap-gnus-wrapper):
11956         * help-macro.el (make-help-screen):
11957         * hilit-chg.el (highlight-compare-buffers):
11958         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
11959         * hl-line.el (global-hl-line-highlight):
11960         * icomplete.el (icomplete-simple-completing-p):
11961         * isearch.el (isearch-done):
11962         * jit-lock.el (jit-lock-stealth-fontify):
11963         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
11964         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11965         * mpc.el (mpc-tagbrowser, mpc):
11966         * net/rcirc.el (rcirc-any-buffer):
11967         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
11968         * play/landmark.el (landmark-max-width, landmark-max-height):
11969         * play/zone.el (zone):
11970         * progmodes/compile.el (compilation-goto-locus):
11971         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11972         * progmodes/etags.el (find-tag-other-window):
11973         * progmodes/fortran.el (fortran-column-ruler):
11974         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11975         * progmodes/verilog-mode.el (verilog-point-text):
11976         * reposition.el (reposition-window):
11977         * rot13.el (toggle-rot13-mode):
11978         * server.el (server-switch-buffer):
11979         * shell.el (shell-dynamic-complete-command)
11980         (shell-dynamic-complete-environment-variable):
11981         * simple.el (insert-buffer, set-selective-display)
11982         (delete-completion-window):
11983         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
11984         (speedbar-recenter):
11985         * startup.el (fancy-splash-head):
11986         * textmodes/ispell.el (ispell-command-loop):
11987         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
11988         * tutorial.el (help-with-tutorial):
11989         * vc/add-log.el (add-change-log-entry):
11990         * vc/compare-w.el (compare-windows):
11991         * vc/ediff-help.el (ediff-indent-help-message):
11992         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
11993         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
11994         (ediff-setup-control-frame):
11995         * vc/emerge.el (emerge-position-region):
11996         * vc/pcvs-util.el (cvs-bury-buffer):
11997         * window.el (walk-windows, mouse-autoselect-window-select):
11998         * winner.el (winner-set-conf, winner-undo): Related users changed.
12000 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
12002         * frameset.el (frameset--set-id): Doc fix.
12003         (frameset-frame-id, frameset-frame-id-equal-p)
12004         (frameset-locate-frame-id): New functions.
12005         (frameset--process-minibuffer-frames, frameset--reuse-frame)
12006         (frameset-restore): Use them.
12008 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
12010         Do not call to `selected-frame' where it is assumed by default.
12011         Affected functions are `raise-frame', `redraw-frame',
12012         `frame-first-window', `frame-terminal' and `delete-frame'.
12013         * calendar/appt.el (appt-disp-window):
12014         * epg.el (epg-wait-for-completion):
12015         * follow.el (follow-delete-other-windows-and-split)
12016         (follow-avoid-tail-recenter):
12017         * international/mule.el (set-terminal-coding-system):
12018         * mail/rmail.el (rmail-mail-return):
12019         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12020         * progmodes/f90.el (f90-add-imenu-menu):
12021         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
12022         * server.el (server-switch-buffer):
12023         * simple.el (delete-completion-window):
12024         * talk.el (talk):
12025         * term/xterm.el (terminal-init-xterm-modify-other-keys)
12026         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
12027         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
12028         * vc/ediff.el (ediff-documentation): Related users changed.
12029         * frame.el (selected-terminal): Remove the leftover.
12031 2013-08-05  Glenn Morris  <rgm@gnu.org>
12033         * calendar/calendar.el (calendar-generate-month):
12034         Fix for calendar-column-width != 1 + calendar-day-digit-width.
12035         (calendar-generate-month, calendar-font-lock-keywords):
12036         Fix for calendar-day-header-width > length of any day name.
12038 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
12040         * desktop.el (desktop-clear): Use new name of sort predicate.
12042         * frameset.el (frameset): Add docstring.  Move :version property to its
12043         own `version' slot.
12044         (frameset-copy): Rename from copy-frameset.
12045         (frameset-p): Check more thoroughly.
12046         (frameset-prop): Do not check for :version, which is no longer a prop.
12047         (frameset-live-filter-alist, frameset-persistent-filter-alist):
12048         Use new :never value instead of t.
12049         (frameset-filter-alist): Expand and clarify docstring.
12050         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
12051         (frameset-filter-minibuffer, frameset-filter-save-param)
12052         (frameset-filter-restore-param, frameset-filter-iconified):
12053         Add pointer to docstring of frameset-filter-alist.
12054         (frameset-filter-params): Rename filter values to be more meaningful:
12055         :never instead of t, and reverse the meanings of :save and :restore.
12056         (frameset--process-minibuffer-frames): Clarify error message.
12057         (frameset-save): Avoid unnecessary and confusing call to framep.
12058         Use new BOA constructor for framesets.
12059         (frameset--reuse-list): Doc fix.
12060         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
12061         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
12062         (frameset-minibufferless-first-p): Doc fix.
12063         Rename from frameset-sort-frames-for-deletion.
12064         (frameset-restore): Doc fixes.  Use new function names.
12065         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12067 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
12069         * desktop.el (desktop-restore-forces-onscreen)
12070         (desktop-restore-reuses-frames): Document :keyword constant values.
12071         (desktop-filter-parameters-alist): Remove, now identical to
12072         frameset-filter-alist.
12073         (desktop--filter-tty*): Remove, moved to frameset.el.
12074         (desktop-save-frameset, desktop-restore-frameset):
12075         Do not pass :filters argument.
12077         * frameset.el (frameset-live-filter-alist)
12078         (frameset-persistent-filter-alist): New variables.
12079         (frameset-filter-alist): Use them.  Add autoload cookie.
12080         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
12081         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
12082         `frameset--id' (it's supposed to be internal to frameset.el).
12083         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
12084         (frameset--initial-params): New function.
12085         (frameset--get-frame): Use it.  Doc fix.
12086         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
12087         Accept :all, not 'all.
12088         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
12089         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
12090         with fbound symbols.  Fix frame id matching, and remove matching ids if
12091         the frame being restored is deleted.  Obey :delete.
12093 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12095         * subr.el (macrop): New function.
12096         (text-clone--maintaining): New var.
12097         (text-clone--maintain): Rename from text-clone-maintain.  Use it
12098         instead of inhibit-modification-hooks.
12100         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
12101         a proxy, so as handle autoloads and redefinitions of the target.
12102         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
12104         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
12105         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
12106         (pcase--mutually-exclusive-p): New function.
12107         (pcase--split-consp): Use it.
12108         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
12109         mutually exclusive with the current predicate.
12111         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
12112         (edebug-macrop): Remove.  Use `macrop' instead.
12113         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
12114         (ad-macro-p):
12115         * eshell/esh-cmd.el (eshell-macrop):
12116         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
12118 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12120         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
12121         (advice-mapc): New function, using it.
12122         (advice-function-member-p): New function.
12123         (advice--normalize): Store the cdr in advice--saved-rewrite since
12124         that's the part that will be changed.
12125         (advice--symbol-function): New function.
12126         (advice-remove): Handle removal before the function is defined.
12127         Adjust to new advice--saved-rewrite.
12128         (advice-member-p): Use advice-function-member-p and
12129         advice--symbol-function.
12131 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
12133         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
12134         (frameset-filter-minibuffer): Doc fix.
12135         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
12136         (frameset--set-id, frameset--process-minibuffer-frames)
12137         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
12138         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
12140         * desktop.el (desktop-clear): Only delete frames when called
12141         interactively and desktop-restore-frames is non-nil.  Doc fix.
12142         (desktop-read): Set desktop-saved-frameset to nil.
12144 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
12146         * vc/vc.el (vc-ignore): Rewrite.
12147         (vc-default-ignore-completion-table, vc--read-lines)
12148         (vc--add-line, vc--remove-regexp): New functions.
12150         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
12151         (vc-svn-ignore-completion-table): New function.
12153         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
12154         (vc-hg-ignore-completion-table)
12155         (vc-hg-find-ignore-file): New functions.
12157         * vc/vc-git.el (vc-git-ignore): Rewrite.
12158         (vc-git-ignore-completion-table)
12159         (vc-git-find-ignore-file): New functions.
12161         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
12163         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
12164         (vc-bzr-ignore-completion-table)
12165         (vc-bzr-find-ignore-file): New functions.
12167 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
12169         * frameset.el (frameset-prop): New function and setter.
12170         (frameset-save): Do not modify frame list passed by the caller.
12172 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12174         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
12176 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12178         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
12179         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
12181         * custom.el (custom-initialize-default, custom-initialize-set)
12182         (custom-initialize-reset, custom-initialize-changed): Affect the
12183         toplevel-default-value (bug#6275, bug#14586).
12184         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
12185         for bug#6275.
12187 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
12189         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12190         Add cl-def* expressions.
12192         * frameset.el (frameset-filter-params): Fix order of arguments.
12194 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
12196         Move code related to saving frames to frameset.el.
12197         * desktop.el: Require frameset.
12198         (desktop-restore-frames): Doc fix.
12199         (desktop-restore-reuses-frames): Rename from
12200         desktop-restoring-reuses-frames.
12201         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
12202         (desktop-clear): Clear frames too.
12203         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
12204         (desktop--filter-tty*, desktop-save, desktop-read):
12205         Use frameset functions.
12206         (desktop-before-saving-frames-functions, desktop--filter-*-color)
12207         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12208         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
12209         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
12210         (desktop--process-minibuffer-frames, desktop-save-frames)
12211         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
12212         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
12213         (desktop--sort-states, desktop-restoring-frames-p)
12214         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
12215         (desktop-restoring-frameset-p, desktop-restore-frameset)
12216         (desktop--check-dont-save, desktop-save-frameset): New functions.
12217         (desktop--app-id): New constant.
12218         (desktop-first-buffer, desktop-buffer-ok-count)
12219         (desktop-buffer-fail-count): Move before first use.
12220         * frameset.el: New file.
12222 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12224         * files.el: Use lexical-binding.
12225         (dir-locals-read-from-file): Remove unused `err' variable.
12226         (hack-dir-local-variables--warned-coding): New var.
12227         (hack-dir-local-variables): Use it to avoid repeated warnings.
12228         (make-backup-file-name--default-function): New function.
12229         (make-backup-file-name-function): Use it as default.
12230         (buffer-stale--default-function): New function.
12231         (buffer-stale-function): Use it as default.
12232         (revert-buffer-insert-file-contents--default-function): New function.
12233         (revert-buffer-insert-file-contents-function): Use it as default.
12234         (insert-directory): Avoid add-to-list.
12236         * autorevert.el (auto-revert-handler): Simplify.
12237         Use buffer-stale--default-function.
12239 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
12241         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
12243         * whitespace.el (whitespace-ensure-local-variables): New function.
12244         (whitespace-cleanup-region): Call it.
12245         (whitespace-turn-on): Call it.
12247 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
12249         Complete file name handlers.
12251         * net/tramp.el (tramp-handle-set-visited-file-modtime)
12252         (tramp-handle-verify-visited-file-modtime)
12253         (tramp-handle-file-notify-rm-watch): New functions.
12254         (tramp-call-process): Do not bind `default-directory'.
12256         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12257         Order alphabetically.
12258         <access-file, add-name-to-file, dired-call-process>:
12259         <dired-compress-file, file-acl, file-notify-rm-watch>:
12260         <file-ownership-preserved-p, file-selinux-context>:
12261         <make-directory-internal, make-symbolic-link, set-file-acl>:
12262         <set-file-selinux-context, set-visited-file-modtime>:
12263         <verify-visited-file-modtime>: Add handler.
12264         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
12266         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12267         <file-notify-add-watch, file-notify-rm-watch>:
12268         <set-file-times, set-visited-file-modtime>:
12269         <verify-visited-file-modtime>: Add handler.
12270         (with-tramp-gvfs-error-message)
12271         (tramp-gvfs-handle-set-visited-file-modtime)
12272         (tramp-gvfs-fuse-file-name): Remove.
12273         (tramp-gvfs-handle-file-notify-add-watch)
12274         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
12275         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
12277         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12278         Order alphabetically.
12279         <file-notify-rm-watch>: Use default Tramp handler.
12280         <executable-find>: Remove private handler.
12281         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
12282         `default-directory'.
12283         (tramp-sh-handle-executable-find)
12284         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
12285         (tramp-sh-file-gvfs-monitor-dir-process-filter)
12286         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
12287         Do not use `format' in `tramp-message'.
12289         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
12290         <file-notify-rm-watch, set-visited-file-modtime>:
12291         <verify-visited-file-modtime>: Add handler.
12292         (tramp-smb-call-winexe): Do not bind `default-directory'.
12294 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
12296         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
12298 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
12300         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
12301         use it.
12302         (log-view-diff-changeset): Same.
12303         (log-view-diff-common): Call backend command `previous-revision'
12304         to find out the previous revision, in both cases.  Swap the
12305         variables `to' and `fr', so that `fr' usually refers to the
12306         earlier revision (Bug#14989).
12308 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
12310         * ibuf-ext.el (ibuffer-filter-by-filename):
12311         Make it work with dired buffers too.
12313 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
12315         * emacs-lisp/re-builder.el (reb-color-display-p):
12316         * files.el (save-buffers-kill-terminal):
12317         * net/browse-url.el (browse-url):
12318         * server.el (server-save-buffers-kill-terminal):
12319         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
12320         Prefer nil to selected-frame for the first arg of frame-parameter.
12322 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
12324         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
12326 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
12328         * minibuffer.el (completion--twq-all): Try and preserve each
12329         completion's case choice (bug#14907).
12331 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12333         * net/network-stream.el (open-network-stream): Mention the new
12334         :nogreeting parameter.
12335         (network-stream-open-starttls): Use the :nogreeting parameter
12336         (bug#14938).
12338         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
12340         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
12341         more natural than popping.
12343         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
12344         (shr-urlify): Highlight under mouse.
12346 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
12348         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
12350         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
12352         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
12353         buffer for output.
12355         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
12356         point-min==1.  Fix search string.  Fix parentheses missing.
12358         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
12359         assume point-min==1.  Fix search string.  Fix parentheses missing.
12361         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
12363         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
12364         buffer for output.
12366 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
12368         * frame.el (frame-notice-user-settings): Avoid inflooping when the
12369         initial frame is minibuffer-less.  (Bug#14841)
12371 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
12373         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
12374         option.
12376         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12377         (tramp-maybe-open-connection): Use it.
12379 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12381         * desktop.el (desktop--make-frame): Include `minibuffer' in the
12382         minimal set of parameters passed when creating a frame, because
12383         the minibuffer status of a frame cannot be changed later.
12385 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
12387         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
12388         replace-regexp-in-string and inadvertent omissions in previous change.
12389         (todo-filter-items): Ensure only file names are comma-separated in
12390         name of filtered items buffer.
12392 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
12394         * desktop.el: Optionally force offscreen frames back onscreen.
12395         (desktop-restoring-reuses-frames): New option.
12396         (desktop--compute-pos, desktop--move-onscreen): New functions.
12397         (desktop--make-frame): Use desktop--move-onscreen.
12399 2013-07-27  Alan Mackenzie  <acm@muc.de>
12401         Fontify a Java generic method as a function.
12402         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
12403         value to t.
12405 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
12407         * calendar/todo-mode.el: Add command to rename todo files.
12408         (todo-rename-file): New command.
12409         (todo-key-bindings-t): Add key binding for it.  Change the
12410         bindings of todo-filter-regexp-items(-multifile) to use `x'
12411         instead of `r', since the latter is better suited to the new
12412         renaming command.
12414 2013-07-27  Alan Mackenzie  <acm@muc.de>
12416         Make Java try-with-resources statement parse properly.
12417         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
12418         (c-block-stmt-1-2-key): New language constants/variables.
12419         * progmodes/cc-engine.el (c-beginning-of-statement-1)
12420         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
12421         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
12422         with c-block-stmt-1-2-key.
12424 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
12426         * desktop.el (desktop--make-frame): Apply most frame parameters after
12427         creating the frame to force (partially or totally) offscreen frames to
12428         be restored as such.
12430 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
12432         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
12433         (Bug#14948)
12435 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12437         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
12438         `base' arg of backtrace-frame.
12440 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
12442         * simple.el (list-processes): Doc fix.
12444 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
12446         * desktop.el (desktop--select-frame):
12447         Try harder to reuse existing frames.
12449 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12451         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
12452         (edebug-eval): Use backtrace-eval.
12453         (edebug--display, edebug--recursive-edit): Don't let-bind the
12454         edebug-outer-* vars that keep track of variables we locally let-bind.
12455         (edebug-outside-excursion): Don't restore outside values of locally
12456         let-bound vars.
12457         (edebug--display): Use user-error.
12458         (cl-lexical-debug, cl-debug-env): Remove.
12460 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
12462         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
12463         are restored to be sure that they are visible before deleting any
12464         remaining ones.
12466 2013-07-26  Matthias Meulien  <orontee@gmail.com>
12468         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
12469         vc-print-root-log.  (Bug#14948)
12471 2013-07-26  Richard Stallman  <rms@gnu.org>
12473         Add aliases for encrypting mail.
12474         * epa.el (epa-mail-aliases): New option.
12475         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
12476         Bind inhibit-read-only so read-only text doesn't ruin everything.
12477         (epa-mail-default-recipients): New subroutine broken out.
12478         Handle epa-mail-aliases.
12480 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12482         Add support for lexical variables to the debugger's `e' command.
12483         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
12484         vars, except for debugger-outer-match-data.
12485         (debugger-frame-number): Move check for "on a function call" from
12486         callers into it.  Add `skip-base' argument.
12487         (debugger-frame, debugger-frame-clear): Simplify accordingly.
12488         (debugger-env-macro): Only reset the state stored in non-variables,
12489         i.e. current-buffer and match-data.
12490         (debugger-eval-expression): Rewrite using backtrace-eval.
12491         * subr.el (internal--called-interactively-p--get-frame): Remove.
12492         (called-interactively-p):
12493         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
12494         `base' arg of backtrace-frame instead.
12496 2013-07-26  Glenn Morris  <rgm@gnu.org>
12498         * align.el (align-regexp): Doc fix.  (Bug#14857)
12499         (align-region): Explicit error if subexpression missing/does not match.
12501         * simple.el (global-visual-line-mode):
12502         Do not duplicate the mode lighter.  (Bug#14858)
12504 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
12506         * window.el (display-buffer): In display-buffer bind
12507         split-window-keep-point to t, bug#14829.
12509 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
12511         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
12512         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
12513         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
12514         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12515         Change accordingly.
12516         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12517         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
12519 2013-07-25  Glenn Morris  <rgm@gnu.org>
12521         * dired-x.el (dired-mark-extension): Convert comment to doc string.
12523 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
12525         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
12526         parameter to modify-frame-parameters if the value has not changed;
12527         this is a workaround for bug#14949.
12528         (desktop--make-frame): On cl-delete-if call, check parameter name,
12529         not full parameter.
12531 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
12533         * vc/vc.el (vc-ignore): New function.
12535         * vc/vc-svn.el (vc-svn-ignore): New function.
12537         * vc/vc-hg.el (vc-hg-ignore): New function.
12539         * vc/vc-git.el (vc-git-ignore): New function.
12541         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
12542         (vc-dir-ignore): New function.
12544         * vc/vc-cvs.el (vc-cvs-ignore): New function.
12545         (cvs-append-to-ignore): Move here from pcvs.el.
12547         * vc/vc-bzr.el (vc-bzr-ignore): New function.
12549         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
12551 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
12553         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
12554         (desktop-restore-frames): Warn when deleting an existing frame failed.
12556 2013-07-24  Glenn Morris  <rgm@gnu.org>
12558         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
12560 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
12562         * filenotify.el (file-notify-supported-p):
12563         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12564         Remove functions.
12566         * autorevert.el (auto-revert-use-notify)
12567         (auto-revert-notify-add-watch):
12568         * net/tramp.el (tramp-file-name-for-operation):
12569         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12570         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12571         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12572         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12573         Remove `file-notify-supported-p' entry.
12575 2013-07-24  Glenn Morris  <rgm@gnu.org>
12577         * printing.el: Replace all uses of deleted ps-windows-system,
12578         ps-lp-system, ps-flatten-list with lpr- versions.
12580 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12582         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
12583         checked with memq (bug#14935).
12585         * files.el (revert-buffer-function): Use a non-nil default.
12586         (revert-buffer-preserve-modes): Declare var to
12587         provide access to the `preserve-modes' argument.
12588         (revert-buffer): Let-bind it.
12589         (revert-buffer--default): New function, extracted from revert-buffer.
12591 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12593         * lpr.el: Signal print errors more prominently.
12594         (print-region-function): Don't default to nil.
12595         (lpr-print-region): New function, extracted from print-region-1.
12596         Check lpr's return value and signal an error in case of problem.
12597         (print-region-1): Use it.
12598         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
12599         versions instead.
12600         (ps-printer-name): Default to nil.
12601         (ps-printer-name-option): Default to lpr-printer-switch.
12602         (ps-print-region-function): Don't default to nil.
12603         (ps-postscript-code-directory): Simplify default.
12604         (ps-do-despool): Use lpr-print-region to properly check the outcome.
12605         (ps-string-list, ps-eval-switch, ps-flatten-list)
12606         (ps-flatten-list-1): Remove.
12607         (ps-multibyte-buffer): Avoid setq.
12608         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
12609         (print-region-function, ps-print-region-function): Don't set them here.
12611 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
12613         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
12614         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
12615         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
12616         (ido-decorations): Doc fix.
12618         * ansi-color.el: Fix old URL.
12620 2013-07-23  Michael R. Mauger  <michael@mauger.com>
12622         * progmodes/sql.el: Version 3.3
12623         (sql-product-alist): Improve oracle :prompt-cont-regexp.
12624         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
12625         (sql-interactive-remove-continuation-prompt): Rewrite, use
12626         functions above.  Fix continuation prompt and complete output line
12627         handling.
12628         (sql-redirect-one, sql-execute): Use `read-only-mode' on
12629         redirected output buffer.
12630         (sql-mode): Restore deleted code (Bug#13591).
12632 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
12634         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
12636 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
12638         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
12640         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12641         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12642         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
12644 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
12646         * desktop.el (desktop-clear): Simplify; remove useless checks
12647         against invalid buffer names.
12648         (desktop-list*): Use cl-list*.
12649         (desktop-buffer-info, desktop-create-buffer): Simplify.
12651 2013-07-23  Leo Liu  <sdl.web@gmail.com>
12653         * bookmark.el (bookmark-make-record): Restore NAME as a default
12654         value.  (Bug#14933)
12656 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12658         * emacs-lisp/autoload.el (autoload--setup-output): New function,
12659         extracted from autoload--insert-text.
12660         (autoload--insert-text): Remove.
12661         (autoload--print-cookie-text): New function, extracted from
12662         autoload--insert-cookie-text.
12663         (autoload--insert-cookie-text): Remove.
12664         (autoload-generate-file-autoloads): Adjust calls accordingly.
12666         * winner.el (winner-hook-installed-p): Remove.
12667         (winner-mode): Simplify accordingly.
12669         * subr.el (add-to-list): Fix compiler-macro when `append' is
12670         not constant.  Don't use `cl-member' for the base case.
12672         * progmodes/subword.el: Fix boundary case (bug#13758).
12673         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
12674         own group.
12675         (subword-backward-regexp): Make it a constant.
12676         (subword-forward-internal): Don't treat a trailing capital as the
12677         beginning of a word.
12679 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
12681         * emacs-lisp/package.el (package-menu-mode): Don't modify the
12682         global value of tabulated-list-revert-hook (bug#14930).
12684 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
12686         * desktop.el: Require 'cl-lib.
12687         (desktop-before-saving-frames-functions): New hook.
12688         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
12689         for frames being saved.  Rename from desktop--save-minibuffer-frames.
12690         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
12691         Do not save frames with non-nil `desktop-dont-save' parameter.
12692         Filter out deleted frames.
12693         (desktop--find-frame): Use cl-find-if.
12694         (desktop--select-frame): Use cl-(first|second|third) to access values
12695         of desktop-mini.
12696         (desktop--make-frame): Use cl-delete-if.
12697         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
12698         (desktop-restore-frames): Use cl-(first|second|third) to access values
12699         of desktop-mini.  Look for visible frame at the end, not while
12700         restoring frames.
12702         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
12703         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
12704         Use string-match-p, looking-at-p (bug#14927).
12706 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
12708         * desktop.el (desktop-saved-frame-states):
12709         Rename from desktop--saved-states; all users changed.
12710         (desktop-save-frames): Rename from desktop--save-frames.
12711         Do not save state to desktop file.
12712         (desktop-save): Save desktop-saved-frame-states to desktop file
12713         and reset to nil.
12714         (desktop-restoring-frames-p): New function.
12715         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
12716         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
12717         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
12719         * desktop.el: Correctly restore iconified frames.
12720         (desktop--filter-iconified-position): New function.
12721         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
12723 2013-07-20  Glenn Morris  <rgm@gnu.org>
12725         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
12726         Let `message' do the formatting.
12727         (def-gdb-preempt-display-buffer): Add explicit format.
12729         * image-dired.el (image-dired-track-original-file):
12730         Use with-current-buffer.
12731         (image-dired-track-thumbnail): Use with-current-buffer.
12732         Avoid changing point of wrong window.
12734         * image-dired.el (image-dired-track-original-file):
12735         Avoid changing point of wrong window.  (Bug#14909)
12737 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
12739         * progmodes/gdb-mi.el (gdb-done-or-error):
12740         Guard against "%" in gdb output.  (Bug#14127)
12742 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
12744         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
12745         (Bug#14826)
12747         * international/mule.el (coding-system-iso-2022-flags): Fix last
12748         change.
12750 2013-07-20  Kenichi Handa  <handa@gnu.org>
12752         * international/mule.el (coding-system-iso-2022-flags):
12753         Add `8-bit-level-4'.  (Bug#8522)
12755 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12757         * net/shr.el (shr-mouse-browse-url): New command and keystroke
12758         (bug#14815).
12760         * net/eww.el (eww-process-text-input): Allow inputting when the
12761         point is at the start of the line, as the properties aren't
12762         front-sticky.
12764         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
12765         degenerate widths.
12767 2013-07-19  Richard Stallman  <rms@gnu.org>
12769         * epa.el (epa-popup-info-window): Doc fix.
12771         * subr.el (split-string): New arg TRIM.
12773 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
12775         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
12776         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
12778 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
12780         * filenotify.el (file-notify--library): Rename from
12781         `file-notify-support'.  Do not autoload.  Adapt all uses.
12782         (file-notify-supported-p): New defun.
12784         * autorevert.el (auto-revert-use-notify):
12785         Use `file-notify-supported-p' instead of `file-notify-support'.
12786         Adapt docstring.
12787         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
12789         * net/tramp.el (tramp-file-name-for-operation):
12790         Add `file-notify-supported-p'.
12792         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12793         New defun.
12794         (tramp-sh-file-name-handler-alist): Add it as handler for
12795         `file-notify-supported-p '.
12797         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12798         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12799         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12800         Add `ignore' as handler for `file-notify-*' functions.
12802 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
12804         * simple.el (line-move-partial, line-move): Don't start vscroll or
12805         scroll-up if the current line is not taller than the window.
12806         (Bug#14881)
12808 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
12810         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
12811         highlight question marks in the method names as strings.
12812         (ruby-block-beg-keywords): Inline.
12813         (ruby-font-lock-keyword-beg-re): Extract from
12814         `ruby-font-lock-keywords'.
12816 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
12818         * frame.el (blink-cursor-blinks): New defcustom.
12819         (blink-cursor-blinks-done): New defvar.
12820         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
12821         (blink-cursor-timer-function): Check if number of blinks has been
12822         done on X and NS.
12823         (blink-cursor-suspend, blink-cursor-check): New defuns.
12825 2013-07-15  Glenn Morris  <rgm@gnu.org>
12827         * edmacro.el (edmacro-format-keys): Fix previous change.
12829 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12831         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
12832         The hack didn't work outside English locales anyway.
12834 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
12836         * simple.el (define-alternatives): Rename from alternatives-define,
12837         per RMS' suggestion.
12839 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
12841         * desktop.el (desktop-restore-frames): Change default to t.
12842         (desktop-restore-in-current-display): Now offer more options.
12843         (desktop-restoring-reuses-frames): New customization option.
12844         (desktop--saved-states): Doc fix.
12845         (desktop-filter-parameters-alist): New variable, renamed and expanded
12846         from desktop--excluded-frame-parameters.
12847         (desktop--target-display): New variable.
12848         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
12849         (desktop--filter-tty*, desktop--filter-*-color)
12850         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12851         (desktop--filter-save-desktop-parm)
12852         (desktop-restore-in-original-display-p): New functions.
12853         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
12854         (desktop--save-minibuffer-frames): New function, inspired by a similar
12855         function from Martin Rudalics.
12856         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
12857         (desktop--restore-in-this-display-p): Remove.
12858         (desktop--find-frame): Rename from desktop--find-frame-in-display
12859         and add predicate argument.
12860         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
12861         (desktop--reuse-list): New variable.
12862         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
12863         New functions.
12864         (desktop--restore-frames): Add support for "minibuffer-special" frames.
12866 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
12868         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
12870 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
12872         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12873         Highlight conversion methods on Kernel.
12875 2013-07-13  Alan Mackenzie  <acm@muc.de>
12877         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
12878         and comment it out.  This out-commenting enables certain C++
12879         declarations to be parsed correctly.
12881 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
12883         * international/mule.el (define-coding-system): Doc fix.
12885         * simple.el (default-font-height): Don't call font-info if the
12886         frame's default font didn't change since the frame was created.
12887         (Bug#14838)
12889 2013-07-13  Leo Liu  <sdl.web@gmail.com>
12891         * ido.el (ido-read-file-name): Guard against non-symbol value.
12893 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12895         * progmodes/python.el (python-imenu--build-tree): Fix corner case
12896         in nested defuns.
12898 2013-07-13  Leo Liu  <sdl.web@gmail.com>
12900         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
12901         ido-set-matches call.  (Bug#6852)
12903 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
12905         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
12906         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
12907         Ruby 2.0.
12908         (ruby-font-lock-keywords): Distinguish calls to functions with
12909         module-like names from module references.  Highlight character
12910         literals.
12912 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
12914         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
12915         (gdb-send): Handle continued commands.  (Bug#14847)
12917 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
12919         * desktop.el (desktop--v2s): Remove unused local variable.
12920         (desktop-save-buffer): Make defvar-local; adjust docstring.
12921         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
12922         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
12924 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
12926         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
12928 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
12930         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
12931         (Bug#14842)
12933 2013-07-12  Glenn Morris  <rgm@gnu.org>
12935         * doc-view.el: Require cl-lib at runtime too.
12936         (doc-view-remove-if): Remove.
12937         (doc-view-search-next-match, doc-view-search-previous-match):
12938         Use cl-remove-if.
12940         * edmacro.el: Require cl-lib at runtime too.
12941         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
12942         (edmacro-mismatch, edmacro-subseq): Remove.
12944         * shadowfile.el: Require cl-lib.
12945         (shadow-remove-if): Remove.
12946         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
12947         Use cl-remove-if.
12949         * wid-edit.el: Require cl-lib.
12950         (widget-choose): Use cl-remove-if.
12951         (widget-remove-if): Remove.
12953         * progmodes/ebrowse.el: Require cl-lib at runtime too.
12954         (ebrowse-delete-if-not): Remove.
12955         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
12956         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
12957         Use cl-delete-if-not.
12959 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
12961         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
12962         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
12964 2013-07-12  Leo Liu  <sdl.web@gmail.com>
12966         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
12968 2013-07-11  Glenn Morris  <rgm@gnu.org>
12970         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
12971         (edebug-gensym-index, edebug-gensym):
12972         Remove reimplementation of cl-gensym.
12973         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
12975         * thumbs.el: Require cl-lib at run-time too.
12976         (thumbs-gensym-counter, thumbs-gensym):
12977         Remove reimplementation of cl-gensym.
12978         (thumbs-temp-file): Use cl-gensym.
12980         * emacs-lisp/ert.el: Require cl-lib at runtime too.
12981         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
12982         (ert--intersection, ert--set-difference, ert--set-difference-eq)
12983         (ert--union, ert--gensym-counter, ert--gensym-counter)
12984         (ert--coerce-to-vector, ert--remove*, ert--string-position)
12985         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
12986         (ert-make-test-unbound, ert--expand-should-1)
12987         (ert--expand-should, ert--should-error-handle-error)
12988         (should-error, ert--explain-equal-rec)
12989         (ert--plist-difference-explanation, ert-select-tests)
12990         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
12991         Use cl-lib functions rather than reimplementations.
12993 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
12995         * net/tramp.el (tramp-methods): Extend docstring.
12996         (tramp-connection-timeout): New defcustom.
12997         (tramp-error-with-buffer): Reset timestamp only when appropriate.
12998         (with-tramp-progress-reporter): Simplify.
12999         (tramp-process-actions): Improve messages.
13001         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13002         * net/tramp-sh.el (tramp-maybe-open-connection):
13003         Use `tramp-connection-timeout'.
13004         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
13005         (Bug#14808)
13007 2013-07-11  Leo Liu  <sdl.web@gmail.com>
13009         * ido.el (ido-read-file-name): Conform to the requirements of
13010         read-file-name.  (Bug#11861)
13011         (ido-read-directory-name): Conform to the requirements of
13012         read-directory-name.
13014 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
13016         * subr.el (delay-warning): New function.
13018 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
13020         * simple.el (default-line-height): New function.
13021         (line-move-partial, line-move): Use it instead of computing the
13022         line height inline.
13023         (line-move-partial): Always compute ROWH.  If the last line is
13024         partially-visible, but its text is completely visible, allow
13025         cursor to enter such a partially-visible line.
13027 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
13029         Improve error messages.  (Bug#14808)
13031         * net/tramp.el (tramp-current-connection): New defvar, moved from
13032         tramp-sh.el.
13033         (tramp-message-show-progress-reporter-message): Remove, not
13034         needed anymore.
13035         (tramp-error-with-buffer): Show message in minibuffer.
13036         Discard input before waiting.  Reset connection timestamp.
13037         (with-tramp-progress-reporter): Improve messages.
13038         (tramp-process-actions): Use progress reporter.  Delete process in
13039         case of error.  Improve messages.
13041         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
13042         Call `tramp-error-with-buffer' with vector and buffer.
13043         (tramp-current-connection): Remove.
13044         (tramp-maybe-open-connection): The car of
13045         `tramp-current-connection' are the first 3 slots of the vector.
13047 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
13049         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
13050         inside continued strings.
13052 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13054         Timestamp fixes for undo (Bug#14824).
13055         * files.el (clear-visited-file-modtime): Move here from fileio.c.
13057 2013-07-10  Leo Liu  <sdl.web@gmail.com>
13059         * files.el (require-final-newline): Allow safe local value.
13060         (Bug#14834)
13062 2013-07-09  Leo Liu  <sdl.web@gmail.com>
13064         * ido.el (ido-read-directory-name): Handle fallback.
13065         (ido-read-file-name): Update DIR to ido-current-directory.
13066         (Bug#1516)
13067         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
13069 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
13071         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
13072         "autoload".  Remove "warn lower camel case" section, previously
13073         commented out.  Highlight negation char.  Do not highlight the
13074         target in singleton method definitions.
13076 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13078         * faces.el (tty-setup-hook): Declare the hook.
13080         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
13081         and detect when a guard/pred depends on local vars (bug#14773).
13082         (pcase--u1): Adjust caller.
13084 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
13086         * simple.el (line-move-partial, line-move): Account for
13087         line-spacing.
13088         (line-move-partial): Avoid setting vscroll when the last
13089         partially-visible line in window is of default height.
13091 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13093         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
13094         been used a while.
13096 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
13098         * subr.el (read-quoted-char): Remove unused local variable `char'.
13100 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
13102         * vc/ediff.el (ediff-version): Version update.
13103         (ediff-files-command, ediff3-files-command, ediff-merge-command)
13104         (ediff-merge-with-ancestor-command, ediff-directories-command)
13105         (ediff-directories3-command, ediff-merge-directories-command)
13106         (ediff-merge-directories-with-ancestor-command): New functions.
13107         All are command-line interfaces to ediff: to facilitate calling
13108         Emacs with the appropriate ediff functions invoked.
13110         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
13111         New function.
13112         (viper-save-kill-buffer): Check if buffer is modified.
13114         * emulation/viper.el (viper-version): Version update.
13115         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
13117 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13119         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
13120         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
13121         (viper-intercept-ESC-key): Simplify.
13122         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
13123         don't use kbd.
13124         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
13125         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
13126         (viper-setup-ESC-to-escape): New functions.
13127         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
13128         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
13130 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
13132         * simple.el (default-font-height, window-screen-lines):
13133         New functions.
13134         (line-move, line-move-partial): Use them instead of
13135         frame-char-height and window-text-height.  This makes scrolling
13136         text smoother when the buffer's default face uses a font that is
13137         different from the frame's default font.
13139 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
13141         * files.el (write-file): Do not display confirm dialog for NS,
13142         it does its own dialog, which can't be canceled (Bug#14578).
13144 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
13146         * simple.el (line-move-partial): Adjust the row returned by
13147         posn-at-point for the current window-vscroll.  (Bug#14567)
13149 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
13151         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
13152         (tramp-sh-file-inotifywait-process-filter): Handle file names with
13153         spaces.
13155 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
13157         * window.el (window-state-put-stale-windows): New variable.
13158         (window--state-put-2): Save list of windows without matching buffer.
13159         (window-state-put): Remove "bufferless" windows if possible.
13161 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
13163         * simple.el (alternatives-define): Remove leftover :group keyword.
13164         Tweak docstring.
13166 2013-07-06  Leo Liu  <sdl.web@gmail.com>
13168         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
13169         (ido-enable-virtual-buffers): New variable.
13170         (ido-buffer-internal, ido-toggle-virtual-buffers)
13171         (ido-make-buffer-list): Use it.
13172         (ido-exhibit): Support turning on and off virtual buffers
13173         automatically.
13175 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
13177         * simple.el (alternatives-define): New macro.
13179 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13181         * subr.el (read-quoted-char): Use read-key.
13182         (sit-for): Let read-event decode tty input (bug#14782).
13184 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
13186         * calendar/todo-mode.el: Add handling of file deletion, both by
13187         mode command and externally.  Fix various related bugs.
13188         Clarify Commentary and improve some documentation strings and code.
13189         (todo-delete-file): New command.
13190         (todo-check-file): New function.
13191         (todo-show): Handle external deletion of the file we're trying to
13192         show (bug#14688).  Replace called-interactively-p by an optional
13193         prefix argument to avoid problematic interaction with catch form
13194         when byte compiled (bug#14702).
13195         (todo-quit): Handle external deletion of the archive's todo file.
13196         Make sure the buffer that was visiting the archive file is still
13197         live before trying to bury it.
13198         (todo-category-completions): Handle external deletion of any
13199         category completion files.
13200         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
13201         of todo files, in case of external deletion.
13202         (todo-add-file): Replace unnecessary setq by let-binding.
13203         (todo-find-archive): Check whether there are any archives.
13204         Replace unnecessary setq by let-binding.
13205         (todo-archive-done-item): Use find-file-noselect to get the
13206         archive buffer whether or not the archive already exists.
13207         Remove superfluous code.  Use file size instead of buffer-file-name to
13208         check if the archive is new; if it is, update list of archives.
13209         (todo-default-todo-file): Allow nil to be a valid value for when
13210         there are no todo files.
13211         (todo-reevaluate-default-file-defcustom): Use corrected definition
13212         of todo-default-todo-file.
13213         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
13214         (todo-delete-category, todo-show-categories-table)
13215         (todo-category-number): Clarify comment.
13216         (todo-filter-items): Clarify documentation string.
13217         (todo-show-current-file, todo-display-as-todo-file)
13218         (todo-reset-and-enable-done-separator): Tweak documentation string.
13219         (todo-done-separator): Make separator length window-width, since
13220         bug#2749 is now fixed.
13222 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
13224         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
13225         Support both "gvfs-monitor-dir" and "inotifywait".
13226         (tramp-sh-file-inotifywait-process-filter): Rename from
13227         `tramp-sh-file-notify-process-filter'.
13228         (tramp-sh-file-gvfs-monitor-dir-process-filter)
13229         (tramp-get-remote-gvfs-monitor-dir): New defuns.
13231 2013-07-05  Leo Liu  <sdl.web@gmail.com>
13233         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
13235 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13237         * frame.el (display-pixel-height, display-pixel-width)
13238         (display-mm-height, display-mm-width): Mention behavior on
13239         multi-monitor setups in docstrings.
13240         (w32-display-monitor-attributes-list): Declare function.
13241         (display-monitor-attributes-list): Use it.
13243 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
13245         * filenotify.el: New package.
13247         * autorevert.el (top): Require filenotify.el.
13248         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
13249         instead.
13250         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13251         (auto-revert-notify-handler): Use `file-notify-*' functions.
13253         * subr.el (file-notify-handle-event): Move function to filenotify.el.
13255         * net/tramp.el (tramp-file-name-for-operation):
13256         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
13258         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
13259         for `file-notify-add-watch' and `file-notify-rm-watch'.
13260         (tramp-process-sentinel): Improve trace.
13261         (tramp-sh-handle-file-notify-add-watch)
13262         (tramp-sh-file-notify-process-filter)
13263         (tramp-sh-handle-file-notify-rm-watch)
13264         (tramp-get-remote-inotifywait): New defuns.
13266 2013-07-03  Juri Linkov  <juri@jurta.org>
13268         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
13269         call of `occur-read-primary-args' to interactive spec.
13271         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
13272         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
13274 2013-07-03  Matthias Meulien  <orontee@gmail.com>
13276         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
13277         `Buffer-menu-multi-occur'.  Add it to the menu.
13278         (Buffer-menu-mode): Document it in docstring.
13279         (Buffer-menu-multi-occur): New command.  (Bug#14673)
13281 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13283         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
13284         keywords and built-ins.
13286 2013-07-03  Glenn Morris  <rgm@gnu.org>
13288         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
13290         Make info-xref checks case-sensitive by default
13291         * info.el (Info-find-node, Info-find-in-tag-table)
13292         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
13293         Add option for exact case matching of nodes.
13294         * info-xref.el (info-xref): New custom group.
13295         (info-xref-case-fold): New option.
13296         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
13298 2013-07-03  Leo Liu  <sdl.web@gmail.com>
13300         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
13302 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
13304         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
13305         middle of block statement initially, lower the depth.  Remove
13306         FIXME comment, not longer valid.  Remove middle of block statement
13307         detection, no need to do that anymore since we've been using
13308         `ruby-parse-region' here.
13310 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
13312         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
13314 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13316         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
13318 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
13320         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
13321         (desktop-restore-in-current-display): New customization option.
13322         (desktop--excluded-frame-parameters): Add `font'.
13323         (desktop--save-frames): Rename from desktop--save-windows.
13324         (desktop--restore-in-this-display-p): New function.
13325         (desktop--make-full-frame): Remove unwanted width/height from
13326         full(width|height) frames.
13327         (desktop--restore-frames): Rename from desktop--restore-windows.
13328         Obey desktop-restore-current-display.  Do not delete old frames or
13329         select a new frame unless we were able to restore at least one frame.
13331 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
13333         * files.el (find-file-noselect): Simplify conditional expression.
13335         * textmodes/remember.el (remember-append-to-file):
13336         Don't mix `find-buffer-visiting' and `get-file-buffer'.
13338         Add `remember-notes' function to store random notes across Emacs
13339         restarts.
13340         * textmodes/remember.el (remember-data-file): Add :set callback to
13341         affect notes buffer (if any).
13342         (remember-notes): New command.
13343         (remember-notes-buffer-name, bury-remember-notes-on-kill):
13344         New defcustoms for the `remember-notes' function.
13345         (remember-notes-save-and-bury-buffer): New command.
13346         (remember-notes-mode-map): New variable.
13347         (remember-mode): New minor mode.
13348         (remember-notes--kill-buffer-query): New function.
13349         * startup.el (initial-buffer-choice): Add notes to custom type.
13351 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
13353         * bindings.el (right-char, left-char): Don't call sit-for, this is
13354         no longer needed.  Use arithmetic comparison only for numerical
13355         arguments.
13357         * international/mule-cmds.el (select-safe-coding-system):
13358         Handle the case of FROM being a string correctly.  (Bug#14755)
13360 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13362         * net/shr.el (shr-make-table-1): Add a sanity check that allows
13363         progression on degenerate tables.
13364         (shr-rescale-image): ImageMagick animated images currently don't work.
13366 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
13368         Some fixes and improvements for desktop frame restoration.
13369         It is still experimental and disabled by default.
13370         * desktop.el (desktop--save-windows): Put the selected frame at
13371         the head of the list.
13372         (desktop--make-full-frame): New function.
13373         (desktop--restore-windows): Try to re-select the frame that was
13374         selected upon saving.  Do not abort if some frames fail to restore,
13375         just show an error message and continue.  Set up maximized frames
13376         so they have default non-maximized dimensions.
13378 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
13380         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
13381         Don't start heredoc inside a string or comment.
13383 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
13385         * bindings.el (visual-order-cursor-movement): New defcustom.
13386         (right-char, left-char): Provide visual-order cursor motion by
13387         calling move-point-visually.  Update the doc strings.
13389 2013-06-28  Kenichi Handa  <handa@gnu.org>
13391         * international/mule.el (define-coding-system): New coding system
13392         properties :inhibit-null-byte-detection,
13393         :inhibit-iso-escape-detection, and :prefer-utf-8.
13394         (set-buffer-file-coding-system): If :charset-list property of
13395         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
13396         appropriate for setting.
13398         * international/mule-cmds.el (select-safe-coding-system):
13399         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
13400         multibyte characters, return utf-8 (or one of its siblings).
13402         * international/mule-conf.el (prefer-utf-8): New coding system.
13403         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
13404         files.
13406 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
13408         * net/shr.el (shr-render-region): New function.
13410         * net/eww.el: Autoload `eww-browse-url'.
13412 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
13414         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13415         Adapt to `package-desc-version' being a list.
13416         Use `package--ac-desc-version' to retrieve version from a package
13417         archive element.
13419 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
13421         New experimental feature to save&restore window and frame setup.
13422         * desktop.el (desktop-save-windows): New defcustom.
13423         (desktop--saved-states): New var.
13424         (desktop--excluded-frame-parameters): New defconst.
13425         (desktop--filter-frame-parms, desktop--find-frame-in-display)
13426         (desktop--restore-windows, desktop--save-windows): New functions.
13427         (desktop-save): Call `desktop--save-windows'.
13428         (desktop-read): Call `desktop--restore-windows'.
13430 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13432         * net/shr.el (add-face-text-property): Remove compat definition.
13434 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
13436         * info.el (Info-try-follow-nearest-node): Move search for footnote
13437         above search for node name to prevent missing a footnote (bug#14717).
13439 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
13441         * obsolete/otodo-mode.el: Add obsolescence info to file header.
13443 2013-06-27  Leo Liu  <sdl.web@gmail.com>
13445         * net/eww.el (eww-read-bookmarks): Check file size.
13447 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13449         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
13450         advice--pending if newdef is nil or an autoload (bug#13820).
13451         (advice-mapc): New function.
13453 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13455         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
13456         probably.
13457         (eww-mode-map): Add a menu bar.
13458         (eww-add-bookmark): New command.
13459         (eww-bookmark-mode): New mode and commands.
13460         (eww-add-bookmark): Remove newlines from the title.
13461         (eww-bookmark-browse): Don't bug out if it's the only window.
13463 2013-06-26  Glenn Morris  <rgm@gnu.org>
13465         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
13466         (hfy-size): Handle ttys.  (Bug#14668)
13468         * info-xref.el: Update for Texinfo 5 change in *note format.
13469         (info-xref-node-re, info-xref-note-re): New constants.
13470         (info-xref-check-buffer): Use info-xref-note-re.
13472 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13474         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
13476         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
13477         nil terminate the loop (bug#14718).
13479 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13481         * net/eww.el: Rework history traversal.  When going forward/back,
13482         put these actions into the history, too, so that they can be
13483         replayed.
13484         (eww-render): Move the history reset to the correct buffer.
13486 2013-06-25  Juri Linkov  <juri@jurta.org>
13488         * files-x.el (modify-dir-local-variable): Change the header comment
13489         in the file with directory local variables.  (Bug#14692)
13491         * files-x.el (read-file-local-variable-value): Add `default'.
13492         (Bug#14710)
13494 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13496         * net/eww.el (eww-make-unique-file-name): Create a unique file
13497         name before saving to entering `y' accidentally asynchronously.
13499 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
13501         * net/eww.el (eww-download): New command and keystroke.
13503 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13505         * net/eww.el (eww-copy-page-url): Change name of command.
13507         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
13508         be more consistent with Info and dired.
13510         * net/eww.el (eww-mode-map): Ditto.
13512 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13514         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
13515         packages from archives.
13516         (package-archive-contents): Change format; include obsolete packages.
13517         (package-desc): Use `dir' to mark builtin packages.
13518         (package--from-builtin): Set the `dir' field to `builtin'.
13519         (generated-autoload-file, version-control): Declare.
13520         (package-compute-transaction): Change first arg and return value to be
13521         lists of package-descs.  Adjust to new package-archive-contents format.
13522         (package--add-to-archive-contents): Adjust to new
13523         package-archive-contents format.
13524         (package-download-transaction): Arg is now a list of package-descs.
13525         (package-install): If `pkg' is a package name, pass it as
13526         a requirement, so it is subject to the usual (e.g. disabled) checks.
13527         (describe-package): Accept package-desc as well.
13528         (describe-package-1): Describe a specific package-desc.  Add links to
13529         other package-descs for the same package name.
13530         (package-menu-describe-package): Pass the actual package-desc.
13531         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
13532         works correctly.
13533         (package-desc-status): New function.
13534         (package-menu--refresh): New function, extracted
13535         from package-menu--generate.
13536         (package-menu--generate): Use it.
13537         (package-delete): Update package-alist.
13538         (package-menu-execute): Don't call package-initialize.
13540         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
13541         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
13542         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
13543         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
13544         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
13545         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
13547 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
13549         * window.el (window--state-get-1): Workaround for bug#14527.
13550         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
13552 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13554         * net/eww.el (eww-back-url): Implement the history by stashing all
13555         the data into a list.
13556         (eww-forward-url): Allow going forward in the history, too.
13558 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13560         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
13561         for values and use read--expression for expressions (bug#14710).
13562         (read-file-local-variable): Avoid setq.
13563         (read-file-local-variable-mode): Use minor-mode-list.
13565 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13567         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
13568         for DOI URLs.
13570 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13572         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
13573         Update imenu-support when dialect changes.
13575 2013-06-25  Leo Liu  <sdl.web@gmail.com>
13577         * ido.el (ido-read-internal): Allow forward slash on windows.
13579 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13581         * net/eww.el (eww): Start of strings is \\`, not ^.
13583 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
13585         * net/shr.el (shr-browse-url): Fix interactive spec.
13587         * net/eww.el (eww): Add a trailing slash to domain names.
13589 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
13591         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
13593 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13595         * net/shr.el (shr-browse-url): Use an external browser if given a
13596         prefix.
13598         * net/eww.el (eww-external-browser): Move to shr.
13600 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
13602         * net/eww.el (eww): Work more correctly for file: URLs.
13603         (eww-detect-charset): Allow quoted charsets.
13604         (eww-yank-page-url): New command and keystroke.
13606 2013-06-24  Daiki Ueno  <ueno@gnu.org>
13608         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
13609         file name of gpg executable.
13610         (epg-context-program): New function.
13611         (epg-context-home-directory): New function.
13612         (epg-context-set-program): New function.
13613         (epg-context-set-home-directory): New function.
13614         (epg--start): Use `epg-context-program' instead of
13615         'epg-gpg-program'.
13616         (epg--list-keys-1): Likewise.
13618 2013-06-24  Leo Liu  <sdl.web@gmail.com>
13620         * ido.el (ido-read-internal): Fix bug#14620.
13622 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
13624         * faces.el (face-documentation): Simplify.
13625         (read-face-attribute, tty-find-type, x-resolve-font-name):
13626         Use `string-match-p'.
13627         (list-faces-display): Use `string-match-p'.  Simplify.
13628         (face-spec-recalc): Check face to avoid face alias loops.
13629         (read-color): Use `string-match-p' and non-capturing parenthesis.
13631 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13633         * net/shr.el (shr-rescale-image): Use the new
13634         :max-width/:max-height functionality.
13636 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
13638         * net/eww.el (eww-search-prefix): New variable.
13639         (eww): Use it.
13640         (eww-external-browser): New variable.
13641         (eww-mode-map): New keystroke.
13642         (eww-browse-with-external-browser): New command.
13644         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
13646 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
13648         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13649         Don't skip aligning the next header field when padding is 0;
13650         otherwise, field width is not respected unless the title is as
13651         wide as the field.
13653 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13655         * emacs-lisp/package.el (package-el-version): Remove.
13656         (package-process-define-package): Fix inf-loop.
13657         (package-install): Allow symbols as arguments again.
13659 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
13661         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
13662         add some more keyword-like methods.
13663         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
13665 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
13667         * bs.el (bs-buffer-show-mark): Make defvar-local.
13668         (bs-mode): Use setq-local.
13670         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
13671         (emacs-lock--try-unlocking): Make defvar-local.
13673 2013-06-22  Glenn Morris  <rgm@gnu.org>
13675         * play/cookie1.el (cookie-apropos): Minor simplification.
13677         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
13679 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
13681         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
13682         `regexp-opt', it breaks the build during dumping.
13684 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
13686         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13687         Highlight keyword-like methods on Kernel and Module with
13688         font-lock-builtin-face.
13689         (auto-mode-alist): Consolidate different entries into one regexp
13690         and add more *file-s.
13692 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
13694         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
13696         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
13697         (diary-entry): Use it in the action of this button type instead of
13698         diary-goto-entry.
13700         * calendar/todo-mode.el: New version.
13701         (todo-add-category): Append new category to end of file and give
13702         it the highest number, instead of putting it at the beginning and
13703         giving it 0.  Incorporate noninteractive functionality.
13704         (todo-forward-category): Adapt to 1-based category numbering.
13705         Allow skipping over archived categories.
13706         (todo-backward-category): Derive from todo-forward-category.
13707         (todo-backward-item, todo-forward-item): Make noninteractive and
13708         delegate interactive part to new commands.  Make sensitive to done items.
13709         (todo-categories): Make value an alist of category names and
13710         vectors of item counts.
13711         (todo-category-beg): Make a defconst.
13712         (todo-category-number): Use 1 instead of 0 as initial value.
13713         (todo-category-select): Make sensitive to overlays, optional item
13714         highlighting and done items.
13715         (todo-delete-item): Make sensitive to overlays and marked and done items.
13716         (todo-edit-item): Make sensitive to overlays and editing of
13717         date/time header optional.  Add format checks.
13718         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
13719         no-op if point is not on an item.  Advertise using todo-edit-quit.
13720         (todo-edit-mode): Make sensitive to new format, font-locking, and
13721         multiple todo files.
13722         (todo-insert-item, todo-insert-item-here): Derive from
13723         todo-basic-insert-item and extend functionality.
13724         (todo-item-end, todo-item-start): Make sensitive to done items.
13725         (todo-item-string): Don't return text properties.  Restore point.
13726         (todo-jump-to-category): Make sensitive to multiple todo files and
13727         todo archives.  Use extended category completion.
13728         (todo-lower-item, todo-raise-item): Rename to *-priority and
13729         derive from todo-set-item-priority.
13730         (todo-mode): Derive from special-mode.  Make sensitive to new
13731         format, font-locking and multiple todo files.  Make read-only.
13732         (todo-mode-map): Don't suppress digit keys, so they can supply
13733         prefix arguments.  Add many new key bindings.
13734         (todo-prefix): Insert as an overlay instead of file text.
13735         Change semantics from diary date expression to purely visual mark.
13736         (todo-print): Rename to todo-print-buffer.  Make buffer display
13737         features printable.  Remove option to restrict number of items
13738         printed.  Add option to print to file.
13739         (todo-print-function): Rename to todo-print-buffer-function.
13740         (todo-quit): Extend to handle exiting new todo modes.
13741         (todo-remove-item): Make sensitive to overlays.
13742         (todo-save): Extend to buffers of filtered items.
13743         (todo-show): Make sensitive to done items, multiple todo files and
13744         new todo modes.  Offer to convert legacy todo file before creating
13745         first new todo file.
13746         (todo-show-priorities): Rename to todo-top-priorities.
13747         Change semantics of value 0.
13748         (todo-top-priorities): Rename to todo-filter-top-priorities,
13749         derive from todo-filter-items and extend functionality.
13750         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
13751         and extend functionality to other types of filtered items.
13752         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
13753         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
13754         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
13755         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
13756         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
13757         (todo-edit-mode-hook, todo-entry-prefix-function)
13758         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
13759         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
13760         (todo-initials, todo-insert-threshold, todo-item-string-start)
13761         (todo-line-string, todo-menu, todo-mode-hook)
13762         (todo-more-important-p, todo-previous-answer, todo-previous-line)
13763         (todo-print-priorities, todo-remove-separator)
13764         (todo-save-top-priorities-too, todo-string-count-lines)
13765         (todo-string-multiline-p, todo-time-string-format)
13766         (todo-tmp-buffer-name): Remove.
13767         (todo-add-file, todo-archive-done-item, todo-choose-archive)
13768         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
13769         (todo-edit-category-diary-inclusion)
13770         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
13771         (todo-edit-file, todo-edit-item-date-day)
13772         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
13773         (todo-edit-item-date-month, todo-edit-item-date-to-today)
13774         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
13775         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
13776         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
13777         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
13778         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
13779         (todo-filter-top-priorities-multifile, todo-find-archive)
13780         (todo-find-filtered-items-file, todo-go-to-source-item)
13781         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
13782         (todo-jump-to-archive-category, todo-lower-category)
13783         (todo-mark-category, todo-marked-item-p, todo-merge-category)
13784         (todo-move-category, todo-move-item, todo-next-button)
13785         (todo-next-item, todo-padded-string, todo-powerset)
13786         (todo-previous-button, todo-previous-item)
13787         (todo-print-buffer-to-file, todo-raise-category)
13788         (todo-rename-category, todo-repair-categories-sexp, todo-search)
13789         (todo-set-category-number, todo-set-item-priority)
13790         (todo-set-top-priorities-in-category)
13791         (todo-set-top-priorities-in-file, todo-show-categories-table)
13792         (todo-sort-categories-alphabetically-or-numerically)
13793         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
13794         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
13795         (todo-toggle-item-header, todo-toggle-item-highlighting)
13796         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
13797         (todo-toggle-view-done-items, todo-toggle-view-done-only)
13798         (todo-unarchive-items, todo-unmark-category): New commands.
13799         (todo-absolute-file-name, todo-add-to-buffer-list)
13800         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
13801         (todo-basic-insert-item, todo-category-completions)
13802         (todo-category-number, todo-category-string-matcher-1)
13803         (todo-category-string-matcher-2, todo-check-filtered-items-file)
13804         (todo-check-format, todo-clear-matches)
13805         (todo-comment-string-matcher, todo-convert-legacy-date-time)
13806         (todo-current-category, todo-date-string-matcher)
13807         (todo-define-insertion-command, todo-diary-expired-matcher)
13808         (todo-diary-goto-entry, todo-diary-item-p)
13809         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
13810         (todo-display-categories, todo-display-sorted, todo-done-item-p)
13811         (todo-done-item-section-p, todo-done-separator)
13812         (todo-done-string-matcher, todo-files, todo-filter-items)
13813         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
13814         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
13815         (todo-insert-category-line, todo-insert-item-from-calendar)
13816         (todo-insert-sort-button, todo-insert-with-overlays)
13817         (todo-insertion-command-name, todo-insertion-key-bindings)
13818         (todo-label-to-key, todo-longest-category-name-length)
13819         (todo-make-categories-list, todo-mode-external-set)
13820         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
13821         (todo-modes-set-3, todo-multiple-filter-files)
13822         (todo-nondiary-marker-matcher, todo-prefix-overlays)
13823         (todo-read-category, todo-read-date, todo-read-dayname)
13824         (todo-read-file-name, todo-read-time)
13825         (todo-reevaluate-category-completions-files-defcustom)
13826         (todo-reevaluate-default-file-defcustom)
13827         (todo-reevaluate-filelist-defcustoms)
13828         (todo-reevaluate-filter-files-defcustom)
13829         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
13830         (todo-reset-done-separator, todo-reset-done-separator-string)
13831         (todo-reset-done-string, todo-reset-global-current-todo-file)
13832         (todo-reset-highlight-item, todo-reset-nondiary-marker)
13833         (todo-reset-prefix, todo-set-categories)
13834         (todo-set-date-from-calendar, todo-set-show-current-file)
13835         (todo-set-top-priorities, todo-short-file-name)
13836         (todo-show-current-file, todo-sort, todo-time-string-matcher)
13837         (todo-total-item-counts, todo-update-buffer-list)
13838         (todo-update-categories-display, todo-update-categories-sexp)
13839         (todo-update-count, todo-validate-name, todo-y-or-n-p):
13840         New functions.
13841         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
13842         New major modes.
13843         (todo-categories, todo-display, todo-edit, todo-faces)
13844         (todo-filtered): New defgroups.
13845         (todo-archived-only, todo-button, todo-category-string, todo-date)
13846         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
13847         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
13848         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
13849         (todo-add-item-if-new-category, todo-always-add-time-string)
13850         (todo-categories-align, todo-categories-archived-label)
13851         (todo-categories-category-label, todo-categories-diary-label)
13852         (todo-categories-done-label, todo-categories-number-separator)
13853         (todo-categories-todo-label, todo-categories-totals-label)
13854         (todo-category-completions-files, todo-completion-ignore-case)
13855         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
13856         (todo-done-separator-string, todo-done-string)
13857         (todo-files-function, todo-filter-done-items, todo-filter-files)
13858         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
13859         (todo-initial-category, todo-initial-file, todo-item-mark)
13860         (todo-legacy-date-time-regexp, todo-mode-line-function)
13861         (todo-nondiary-marker, todo-number-prefix)
13862         (todo-print-buffer-function, todo-show-current-file)
13863         (todo-show-done-only, todo-show-first, todo-show-with-done)
13864         (todo-skip-archived-categories, todo-top-priorities-overrides)
13865         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
13866         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
13867         New defcustoms.
13868         (todo-category-done, todo-date-pattern, todo-date-string-start)
13869         (todo-diary-items-buffer, todo-done-string-start)
13870         (todo-filtered-items-buffer, todo-item-start)
13871         (todo-month-abbrev-array, todo-month-name-array)
13872         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
13873         (todo-top-priorities-buffer): New defconsts.
13874         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
13875         (todo-categories-with-marks, todo-category-string-face)
13876         (todo-comment-face, todo-comment-string, todo-current-todo-file)
13877         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
13878         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
13879         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
13880         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
13881         (todo-font-lock-keywords, todo-global-current-todo-file)
13882         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
13883         (todo-insertion-commands-args)
13884         (todo-insertion-commands-args-genlist)
13885         (todo-insertion-commands-names, todo-insertion-map)
13886         (todo-key-bindings-t, todo-key-bindings-t+a)
13887         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
13888         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
13889         (todo-nondiary-face, todo-print-buffer, todo-time-face)
13890         (todo-visited): New variables.
13892 2013-06-21  Glenn Morris  <rgm@gnu.org>
13894         * play/cookie1.el (cookie-apropos): Add optional display argument.
13895         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
13896         (psychoanalyze-pinhead): Use cookie-doctor.
13898 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13900         * emacs-lisp/package.el (tar-get-file-descriptor)
13901         (tar--extract): Declare.
13903 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
13905         Extend flymake's warning predicate to be a function (bug#14217).
13906         * progmodes/flymake.el (flymake-warning-predicate): New.
13907         (flymake-parse-line): Use it.
13908         (flymake-warning-re): Make obsolete alias to
13909         `flymake-warning-predicate'.
13911 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13913         * emacs-lisp/package.el (package-alist): Include obsolete packages.
13914         (package-obsolete-list): Remove.
13915         (package-activate): Remove min-version argument.  Add `force' argument.
13916         Adjust to new package-alist format.
13917         (package-mark-obsolete): Remove.
13918         (package-unpack): Force reload of the package's autoloads.
13919         (package-installed-p): Check builtins if the installed package is not
13920         recent enough.
13921         (package-initialize): Don't reset package-obsolete-list.
13922         Don't specify which package version to activate.
13923         (package-process-define-package, describe-package-1)
13924         (package-menu--generate): Adjust to new package-alist format.
13926 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
13928         * allout-widgets.el (allout-widgets-mode-off)
13929         (allout-widgets-mode-on, allout-widgets-pre-command-business)
13930         (allout-widgets-post-command-business)
13931         (allout-widgets-after-copy-or-kill-function)
13932         (allout-widgets-after-undo-function, allout-test-range-overlaps)
13933         (allout-decorate-item-and-context)
13934         (allout-graphics-modification-handler): Fix typos in docstrings.
13935         (allout-get-or-create-parent-widget): Use `looking-at-p'.
13937         * cmuscheme.el (scheme-start-file): Doc fix.
13938         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
13939         (scheme-input-filter): Use `string-match-p'.
13941         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
13943         * dired-x.el: Use Dired consistently in docstrings.
13945         * dired.el: Use Dired consistently in docstrings.
13946         (dired-readin, dired-mode): Use `setq-local'.
13947         (dired-switches-alist): Make defvar-local.
13948         (dired-buffers-for-dir): Use `zerop'.
13949         (dired-safe-switches-p, dired-switches-escape-p)
13950         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
13951         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
13952         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
13953         (dired-goto-next-nontrivial-file): Use `string-match-p'.
13954         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
13955         (dired-toggle-marks, dired-mark-files-containing-regexp)
13956         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
13957         (dired-flag-auto-save-files, dired-flag-backup-files):
13958         Use `looking-at-p'.
13959         (dired-mark-files-regexp, dired-build-subdir-alist):
13960         Use `string-match-p', `looking-at-p'.
13962         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
13963         (direct-print-region-helper): Use `string-match-p'.
13965 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13967         * comint.el (comint-redirect-results-list-from-process):
13968         Fix infinite loop.
13970 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13972         * net/eww.el (eww-update-header-line-format): Quote % characters.
13974 2013-06-21  Glenn Morris  <rgm@gnu.org>
13976         * play/cookie1.el (cookie): New custom group.
13977         (cookie-file): New option.
13978         (cookie-check-file): New function.
13979         (cookie): Make it interactive.  Make start and end messages optional.
13980         Interactively, display the result.  Default to cookie-file.
13981         (cookie-insert): Default to cookie-file.
13982         (cookie-snarf): Make start and end messages optional.
13983         Default to cookie-file.  Use with-temp-buffer.
13984         (cookie-read): Rename from read-cookie.
13985         Make start and end messages optional.  Default to cookie-file.
13986         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
13987         Do not autoload it.
13988         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
13989         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
13991 2013-06-21  Leo Liu  <sdl.web@gmail.com>
13993         * progmodes/octave.el (octave-mode): Backward compatibility fix.
13995 2013-06-21  Glenn Morris  <rgm@gnu.org>
13997         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
13999 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14000             Daniel Hackney  <dan@haxney.org>
14002         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
14003         Consolidate the single-file vs tarball code.
14004         (package-desc-suffix): New function.
14005         (package-desc-full-name): Don't bother inlining it.
14006         (package-load-descriptor): Return the new package-desc.
14007         (package-mark-obsolete): Remove unused arg `package'.
14008         (package-unpack): Make it work for single files as well.
14009         Make it update package-alist.
14010         (package--make-autoloads-and-stuff): Rename from
14011         package--make-autoloads-and-compile.  Don't compile any more.
14012         (package--compile): New function.
14013         (package-generate-description-file): New function, extracted from
14014         package-unpack-single.
14015         (package-unpack-single): Remove.
14016         (package--with-work-buffer): Add indentation and debugging info.
14017         (package-download-single): Remove.
14018         (package-install-from-archive): Rename from package-download-tar, make
14019         it take a pkg-desc, and make it work for single files as well.
14020         (package-download-transaction): Simplify.
14021         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
14022         external tar program.
14023         (package-install-from-buffer): Remove `pkg-desc' argument.
14024         Use package-tar-file-info for tar-mode buffers.
14025         (package-install-file): Simplify accordingly.
14026         (package-archive-base): Change to take a pkg-desc.
14027         * tar-mode.el (tar--check-descriptor): New function, extracted from
14028         tar-get-descriptor.
14029         (tar-get-descriptor): Use it.
14030         (tar-get-file-descriptor): New function.
14031         (tar--extract): New function, extracted from tar-extract.
14032         (tar--extract): Use it.
14033         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
14034         case the summary uses non-ascii.  Adjust to new calling convention of
14035         package-tar-file-info.
14037 2013-06-21  Leo Liu  <sdl.web@gmail.com>
14039         * comint.el (comint-redirect-results-list-from-process):
14040         Fix random delay.  (Bug#14681)
14042 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
14044         * profiler.el (profiler-format-number): Use log, not log10.
14046 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14048         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
14050 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14052         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
14053         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
14054         yet available.
14055         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
14056         (AUTOGENEL): ... here.
14057         * emacs-lisp/cl-macs.el (cl--sublis): New function.
14058         (cl--defsubst-expand): Use it.
14060 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14062         * subr.el (log10): Move here from C code, and declare as obsolete.
14063         All uses of (log10 X) replaced with (log X 10).
14065 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14067         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
14068         Declare with `defvar-local'.
14069         (tabulated-list-use-header-line, tabulated-list-entries)
14070         (tabulated-list-padding, tabulated-list-printer)
14071         (tabulated-list-sort-key): Declare with `defvar-local'.
14072         (tabulated-list-init-header, tabulated-list-print-fake-header):
14073         Use `setq-local'.
14075 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
14077         * arc-mode.el (archive-mode): Add `archive-write-file' to
14078         `write-contents-functions' also for remote files.  (Bug#14652)
14080 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
14082         * cus-edit.el (custom-commands): Fix typos.
14083         (custom-display): Fix tooltip text.
14084         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
14085         Fix typos in docstrings.
14086         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
14087         (custom-unlispify-menu-entry, custom-magic-value-create)
14088         (custom-add-see-also, custom-group-value-create): Use ?\s.
14089         (custom-guess-type, customize-apropos, editable-field)
14090         (custom-face-value-create): Use `string-match-p'.
14091         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
14093         * custom.el (custom-load-symbol): Use `string-match-p'.
14095         * ansi-color.el: Convert to lexical binding.
14096         (ansi-colors): Fix URL.
14097         (ansi-color-context, ansi-color-context-region): Use defvar-local.
14098         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
14099         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
14101 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14103         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
14105         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
14107 2013-06-19  Tom Tromey  <tromey@redhat.com>
14109         * net/eww.el (eww-top-url): Remove.
14110         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
14111         (eww-render): Set new variables.  Don't set eww-top-url.
14112         (eww-handle-link): Handle "prev", "home", and "contents".
14113         Downcase the rel text.
14114         (eww-top-url): Choose best top URL.
14116 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14118         * net/eww.el: Rewrite to implement form elements "by hand" instead of
14119         relying in widget.el.  Using widget.el leads to too many
14120         user interface inconsistencies.
14121         (eww-self-insert): Implement entering commands in text fields.
14122         (eww-process-text-input): New function to make text input field editing
14123         work.
14124         (eww-submit): Rewrite to use the new-style form methods.
14125         (eww-select-display): Display the correct selected item.
14126         (eww-change-select): Implement changing the select value.
14127         (eww-toggle-checkbox): Implement radio/checkboxes.
14128         (eww-update-field): Fix compilation error.
14129         (eww-tag-textarea): Implement <textarea>.
14131         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
14132         we don't shadow mode-specific bindings.
14134         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
14135         nothing to push.
14137         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
14139 2013-06-19  Glenn Morris  <rgm@gnu.org>
14141         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
14143 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
14145         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
14146         not needed.
14148         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
14150 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14152         * net/browse-url.el (browse-url-browser-function):
14153         `eww-browse-url' has the right calling signature, `eww' does not.
14155 2013-06-19  Glenn Morris  <rgm@gnu.org>
14157         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14158         Only eval autoloaded macros.
14159         (byte-compile-autoload): Only give the macro warning for macros.
14161         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
14162         (ps-underlined-faces): Declare.
14164         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
14165         (speedbar-add-supported-extension): Declare.
14167         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
14168         Don't include a date stamp in the header of the generated file;
14169         it leads to needless differences between output files.
14171 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
14173         * net/secrets.el (secrets-struct-secret-content-type):
14174         Replace check of introspection data by a test call of "CreateItem".
14175         Some servers do not offer introspection.
14177 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14179         * electric.el (electric-pair-mode): Improve interaction with
14180         electric-layout-mode.
14181         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
14182         (electric-pair-syntax): Use text-mode-syntax-table in comments
14183         and strings.
14184         (electric-pair--insert): New function.
14185         (electric-pair-post-self-insert-function): Use it and
14186         electric--after-char-pos.
14188 2013-06-19  Leo Liu  <sdl.web@gmail.com>
14190         * progmodes/octave.el (octave-help): Fix regexp.
14192 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14194         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
14195         (shr-table-horizontal-line): Allow nil as a value, and change the
14196         default.
14197         (shr-insert-table-ruler): Respect the nil value.
14199 2013-06-18  Tom Tromey  <tromey@barimba>
14201         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14202         New defvars.
14203         (eww-open-file): New defun.
14204         (eww-render): Initialize new variables.
14205         (eww-display-html): Handle "link" and "a".
14206         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
14207         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
14208         (eww-back-url): Rename from eww-previous-url.
14209         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14210         New defuns.
14212 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
14214         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
14215         Distinguish ternary operator tokens from slash symbol and slash
14216         char literal.
14218 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14220         Convert symbol prettification into minor mode and global minor mode.
14222         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
14223         `prog-prettify-symbols', and make a local defvar instead of defcustom.
14224         (prettify-symbols--keywords): Rename from
14225         `prog-prettify-symbols-alist' and make a local defvar.
14226         (prettify-symbols--compose-symbol): Rename from
14227         `prog--prettify-font-lock-compose-symbol'.
14228         (prettify-symbols--make-keywords): Rename from
14229         `prog-prettify-font-lock-symbols-keywords' and simplify.
14230         (prog-prettify-install): Remove.
14231         (prettify-symbols-mode): New minor mode, based on
14232         `prog-prettify-install'.
14233         (turn-on-prettify-symbols-mode): New function.
14234         (global-prettify-symbols-mode): New globalized minor mode.
14236         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14237         * progmodes/cfengine.el (cfengine3-mode):
14238         * progmodes/perl-mode.el (perl-mode): Don't call
14239         `prog-prettify-install'; set `prettify-symbols-alist' instead.
14241 2013-06-18  Juri Linkov  <juri@jurta.org>
14243         * files-x.el (modify-file-local-variable-message): New function.
14244         (modify-file-local-variable)
14245         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
14246         and call `modify-file-local-variable-message' when it's non-nil.
14247         (add-file-local-variable, delete-file-local-variable)
14248         (add-file-local-variable-prop-line)
14249         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
14250         and use it.  (Bug#9820)
14252 2013-06-18  Juri Linkov  <juri@jurta.org>
14254         * emulation/vi.el (vi-shell-op):
14255         * emulation/vip.el (vip-execute-com, ex-command):
14256         * emulation/viper-cmd.el (viper-exec-bang):
14257         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
14258         the call of `shell-command-on-region'.  (Bug#14637)
14260         * simple.el (shell-command-on-region): Doc fix.
14262 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14264         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
14265         (bug#14633).
14267 2013-06-18  Glenn Morris  <rgm@gnu.org>
14269         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
14271         * newcomment.el (comment-search-forward, comment-search-backward):
14272         Doc fix.  (Bug#14376)
14274 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
14276         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
14277         (buffer-face-mode-invoke): Doc fix.
14279 2013-06-18  Matthias Meulien  <orontee@gmail.com>
14281         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
14282         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
14284 2013-06-18  Glenn Morris  <rgm@gnu.org>
14286         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
14287         Replace obsolete function generic-make-keywords with its expansion.
14289         * progmodes/python.el (ffap-alist): Declare.
14291         * textmodes/reftex.el (bibtex-mode-map): Declare.
14293 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14295         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
14296         (package-unpack, package-unpack-single): Return the pkg-dir.
14297         (package-download-transaction): Use it to update package-alist.
14299 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14301         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
14302         possible choice.
14304 2013-06-17  Juri Linkov  <juri@jurta.org>
14306         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
14308 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14310         * emacs-lisp/package.el (package-load-descriptor):
14311         Remove `with-syntax-table' call, `read' doesn't need it.
14312         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
14314 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14316         * startup.el (command-line): Expand package name returned by
14317         `package--description-file' (bug#14639).
14319 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
14321         * emacs-lisp/package.el (package-load-descriptor): Do not call
14322         `emacs-lisp-mode', just use its syntax table.
14324 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
14326         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
14327         `font-lock-extra-managed-props' if any prettifying keyword is added.
14328         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
14329         (prog-mode): Use `setq-local'.
14331 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14333         * international/characters.el (standard-case-table): Set syntax of ?»
14334         and ?« to punctuation.
14336 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
14338         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
14339         Save relevant match data before calling `syntax-ppss' (bug#14595).
14341 2013-06-15  Juri Linkov  <juri@jurta.org>
14343         * files-x.el (modify-file-local-variable-prop-line): Add local
14344         variables to the end of the existing comment on the first line.
14345         Use `file-auto-mode-skip' to skip interpreter magic line,
14346         and also skip XML declaration.
14348 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14350         * startup.el (package--builtin-versions): New var.
14351         (package-subdirectory-regexp): Remove.
14352         (package--description-file): Hard code its value instead.
14354         * emacs-lisp/package.el: Don't activate packages older than builtin.
14355         (package-obsolete-list): Rename from package-obsolete-alist, and make
14356         it into a simple list of package-desc.
14357         (package-strip-version): Remove.
14358         (package-built-in-p): Use package--builtin-versions.
14359         (package-mark-obsolete): Simplify.
14360         (package-process-define-package): Mark it obsolete if older than the
14361         builtin version.
14362         (package-handle-response): Use line-end-position.
14363         (package-read-archive-contents, package--download-one-archive):
14364         Simplify.
14365         (package--add-to-archive-contents): Skip if older than the builtin or
14366         installed version.
14367         (package-menu-describe-package): Fix last change.
14368         (package-list-unversioned): New var.
14369         (package-menu--generate): Use it.
14371         * emacs-lisp/autoload.el: Manage package--builtin-versions.
14372         (autoload--insert-text, autoload--insert-cookie-text): New functions.
14373         (autoload-builtin-package-versions): New variable.
14374         (autoload-generate-file-autoloads): Use them.
14375         Remove the list of autoloaded functions/macros from the
14376         (autoload...) comments.
14378         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
14380 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
14382         * simple.el (line-move-partial): Don't jump to the next screen
14383         line as soon as it becomes visible.  Instead, continue enlarging
14384         the vscroll until the portion of a tall screen line that's left on
14385         display is about the height of the frame's default font.
14386         (Bug#14567)
14388 2013-06-15  Glenn Morris  <rgm@gnu.org>
14390         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
14391         compilation-error-regexp-alist void, or local while let-bound.
14393         * progmodes/make-mode.el (makefile-mode-syntax-table):
14394         Treat "=" as punctuation.  (Bug#14614)
14396 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
14398         * help-fns.el (describe-variable):
14399         Add extra line for permanent-local variables.
14401 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
14403         * progmodes/scheme.el (scheme-font-lock-keywords-2):
14404         Add export, import, library.  (Bug#9164)
14405         (library): Set indent function.
14407 2013-06-14  Glenn Morris  <rgm@gnu.org>
14409         * term/xterm.el (xterm--query):
14410         Stop after first matching handler.  (Bug#14615)
14412 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
14414         Add support for dired in saveplace.
14415         * dired.el (dired-initial-position-hook): New variable.
14416         (dired-initial-position): Call hook to place cursor position.
14417         * saveplace.el (save-place-to-alist): Add dired position.
14418         (save-place-dired-hook): New function.
14420 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14422         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
14423         through a symbol rather than letrec.
14425         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
14426         (package-desc): Add `dir' field.
14427         (package-desc-full-name): New function.
14428         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
14429         (package-maybe-load-descriptor): Remove.
14430         (package-load-all-descriptors): Just call package-load-descriptor.
14431         (package--disabled-p): New function.
14432         (package-desc-vers, package-desc-doc): Remove aliases.
14433         (package--dir): Remove function.
14434         (package-activate): Check if a package is disabled.
14435         (package-process-define-package): New function, extracted from
14436         define-package.
14437         (define-package): Turn into a place holder.
14438         (package-unpack-single, package-tar-file-info):
14439         Use package--description-file.
14440         (package-compute-transaction): Use package--disabled-p.
14441         (package-download-transaction): Don't call
14442         package-maybe-load-descriptor since they're all loaded anyway.
14443         (package-install): Change argument to be a pkg-desc.
14444         (package-delete): Use a single pkg-desc argument.
14445         (describe-package-1): Use package-desc-dir instead of package--dir.
14446         Use package-desc property instead of package-symbol.
14447         (package-install-button-action): Adjust accordingly.
14448         (package--push): Rewrite.
14449         (package-menu--print-info): Adjust accordingly.  Change the ID format
14450         to be a pkg-desc.
14451         (package-menu-describe-package, package-menu-get-status)
14452         (package-menu--find-upgrades, package-menu-mark-upgrades)
14453         (package-menu-execute, package-menu--name-predicate):
14454         Adjust accordingly.
14455         * startup.el (package--description-file): New function.
14456         (command-line): Use it.
14457         * emacs-lisp/package-x.el (package-upload-buffer-internal):
14458         Use package-desc-version.
14460         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
14461         (byte-compile-preprocess): Use it.
14462         (byte-compile-file-form-defalias): Try a bit harder to use macros we
14463         can't quite recognize.
14464         (byte-compile-add-to-list): Remove.
14465         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
14466         (cconv-closure-convert): Add assertion.
14468         * emacs-lisp/map-ynp.el: Use lexical-binding.
14469         (map-y-or-n-p): Remove unused vars `tail' and `object'.
14470         Factor out some repeated code.
14472 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14474         * subr.el (with-eval-after-load): New macro.
14475         (eval-after-load): Allow form to be a function.
14476         take advantage of lexical-binding.
14477         (do-after-load-evaluation): Use dolist and adjust to new format.
14478         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
14480 2013-06-13  Juri Linkov  <juri@jurta.org>
14482         * replace.el (perform-replace): Display "symbol " and other search
14483         modes from `isearch-message-prefix' in the *Help* buffer.
14485         * isearch.el (isearch-query-replace): Add " symbol" and other
14486         possible search modes from `isearch-message-prefix' to the prompt.
14487         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
14488         when reading a regexp to collect.
14490 2013-06-13  Juri Linkov  <juri@jurta.org>
14492         * isearch.el (word-search-regexp): Match whitespace if the search
14493         string begins or ends in whitespace.  The LAX arg is applied to
14494         both ends of the search string.  Use `regexp-quote' and explicit
14495         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
14496         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
14497         boundaries are replaced with symbol boundaries, and characters
14498         between symbols match non-word non-symbol syntax.  (Bug#14602)
14500 2013-06-13  Juri Linkov  <juri@jurta.org>
14502         * isearch.el (isearch-del-char): Don't exceed the length of
14503         `isearch-string' by the prefix arg.  (Bug#14563)
14505 2013-06-13  Juri Linkov  <juri@jurta.org>
14507         * isearch.el (isearch-yank-word, isearch-yank-line)
14508         (isearch-char-by-name, isearch-quote-char)
14509         (isearch-printing-char, isearch-process-search-char):
14510         Add optional count prefix arg.  (Bug#14563)
14512         * international/isearch-x.el
14513         (isearch-process-search-multibyte-characters):
14514         Add optional count prefix arg.
14516 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14518         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
14519         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
14520         lexical-binding.
14522 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
14524         * subr.el (set-temporary-overlay-map): Add on-exit argument.
14526 2013-06-13  Glenn Morris  <rgm@gnu.org>
14528         * startup.el (tty-handle-args):
14529         Don't just discard "--" and anything after.  (Bug#14608)
14531         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
14533 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
14535         Implement changes in Secret Service API.  Make it backward compatible.
14536         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
14537         (secrets-create-item): Use it.  Prefix properties with interface.
14539 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
14541         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
14542         (term-emulate-terminal): Respect term-suppress-hard-newline.
14544 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
14546         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
14547         Only remove a `thumb-file' overlay.  (Bug#14548)
14549 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
14551         * mail/reporter.el (reporter-submit-bug-report):
14552         Handle missing package-name.  (Bug#14600)
14554 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
14556         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
14557         (reftex-citation-prompt, reftex-default-bibliography)
14558         (reftex-bib-or-thebib, reftex-get-bibfile-list)
14559         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
14560         (reftex-bib-sort-author, reftex-bib-sort-year)
14561         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
14562         (reftex-extract-bib-entries-from-thebibliography)
14563         (reftex-get-bibkey-default, reftex-get-bib-names)
14564         (reftex-parse-bibtex-entry, reftex-get-bib-field)
14565         (reftex-format-bib-entry, reftex-parse-bibitem)
14566         (reftex-format-bibitem, reftex-do-citation)
14567         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
14568         (reftex-restrict-bib-matches, reftex-extract-bib-file)
14569         (reftex-insert-bib-matches, reftex-format-citation)
14570         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
14571         (reftex-create-bibtex-file): Add docstrings, mostly by converting
14572         existing comments into docstrings.
14574 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
14576         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
14578 2013-06-12  Andreas Schwab  <schwab@suse.de>
14580         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
14581         for auto-save files.
14583 2013-06-12  Glenn Morris  <rgm@gnu.org>
14585         * ido.el (ido-delete-ignored-files): Remove.
14586         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
14587         Go back to calling ido-ignore-item-p directly.
14589 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
14591         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
14593         * ido.el (ido-delete-ignored-files): New function,
14594         split from ido-make-file-list-1.
14595         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
14596         (ido-make-file-list-1): Use ido-delete-ignored-files.
14598 2013-06-12  Leo Liu  <sdl.web@gmail.com>
14600         * progmodes/octave.el (inferior-octave-startup)
14601         (inferior-octave-completion-table)
14602         (inferior-octave-track-window-width-change)
14603         (octave-eldoc-function-signatures, octave-help)
14604         (octave-find-definition): Use single quoted strings.
14605         (inferior-octave-startup-args): Change default value.
14606         (inferior-octave-startup): Do not hard code "-i" and
14607         "--no-line-editing".
14608         (inferior-octave-resync-dirs): Add optional arg NOERROR.
14609         (inferior-octave-directory-tracker): Use it.
14610         (octave-goto-function-definition): Robustify.
14611         (octave-help): Support highlighting operators in 'See also'.
14612         (octave-find-definition): Find subfunctions only in Octave mode.
14614 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14616         * help-fns.el (help-fns--compiler-macro): If the handler function is
14617         named, then put a link to it.
14618         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
14619         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
14620         (cl-typep): Use it.
14621         (cl-eval-when): Simplify debug spec.
14622         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
14623         compiler-macro function instead of setting `compiler-macro-file'.
14625 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
14627         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
14628         * vc/vc-hooks.el (vc-stay-local): Doc fix.
14630 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14631             Daniel Hackney  <dan@haxney.org>
14633         First part of Daniel Hackney's patch to package.el.
14634         * emacs-lisp/package.el: Use defstruct.
14635         (package-desc): New, main struct.
14636         (package--bi-desc, package--ac-desc): New structs, used to describe the
14637         format in external files.
14638         (package-desc-vers): Replace with package-desc-version accessor.
14639         (package-desc-doc): Replace with package-desc-summary accessor.
14640         (package-activate-1): Remove `package' arg since the pkg-vec now
14641         includes the name.
14642         (define-package): Use package-desc-from-define.
14643         (package-unpack-single): Change file-name arg to be a symbol.
14644         (package--add-to-archive-contents): Use package-desc-create and new
14645         accessor functions to package--ac-desc.
14646         (package-buffer-info, package-tar-file-info): Return a package-desc.
14647         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
14648         arg to be a package-desc.
14649         (package-install-file): Adjust accordingly.  Use \' to match EOS.
14650         (package--from-builtin): New function.
14651         (describe-package-1, package-menu--generate): Use it.
14652         (package--make-autoloads-and-compile): Change name arg to be a symbol.
14653         (package-generate-autoloads): Idem and return the name of the file.
14654         * emacs-lisp/package-x.el (package-upload-buffer-internal):
14655         Change pkg-info arg to be a package-desc.
14656         Use package-make-ac-desc.
14657         (package-upload-file): Use \' to match EOS.
14658         * finder.el (finder-compile-keywords): Use package-make-builtin.
14660 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14662         * vc/vc.el (vc-deduce-fileset): Change error message.
14663         (vc-read-backend): New function.
14664         (vc-next-action): Use it.
14666         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
14668         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
14669         (prolog-font-lock-keywords): Use regexp-opt instead.
14670         Don't manually highlight strings.
14671         (prolog-mode-variables): Simplify comment-start-skip.
14672         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
14674         * emacs-lisp/generic.el (generic--normalise-comments)
14675         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
14676         (generic-mode-set-comments): Use them.
14677         (generic-bracket-support): Use setq-local.
14678         (generic-make-keywords-list): Declare obsolete.
14680 2013-06-11  Glenn Morris  <rgm@gnu.org>
14682         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14683         Prettify after setting font-lock-defaults.  (Bug#14574)
14685 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
14687         * replace.el (query-replace, occur-read-regexp-defaults-function)
14688         (replace-search):
14689         * subr.el (declare-function, number-sequence, local-set-key)
14690         (substitute-key-definition, locate-user-emacs-file)
14691         (with-silent-modifications, split-string, eval-after-load):
14692         Fix typos, remove unneeded backslashes and reflow some docstrings.
14694 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14696         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
14697         default for Elisp files.
14699 2013-06-11  Glenn Morris  <rgm@gnu.org>
14701         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
14702         although define-derived-mode was doing this anyway.  (Bug#14583)
14704 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
14706         * allout.el (allout-encryption-plaintext-sanitization-regexps):
14707         Fix make-variable-buffer-local call to refer to the correct variable.
14709 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
14711         * eshell/em-term.el (eshell-visual-commands)
14712         (eshell-visual-subcommands, eshell-visual-options):
14713         Add summary line to docstrings.  Add cross-references.
14715 2013-06-10  Glenn Morris  <rgm@gnu.org>
14717         * epa.el (epa-read-file-name): New function.  (Bug#14510)
14718         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
14720 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
14722         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
14723         output redirection to be ignored with visual commands.
14725 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
14727         * eshell/em-term.el (eshell-visual-command-p): New function.
14728         (eshell-term-initialize): Move long lambda to separate function
14729         eshell-visual-command-p.
14730         * eshell/em-dirs.el (eshell-dirs-initialize):
14731         * eshell/em-script.el (eshell-script-initialize):
14732         Add missing #' to lambda.
14734 2013-06-08  Leo Liu  <sdl.web@gmail.com>
14736         * progmodes/octave.el (octave-add-log-current-defun): New function.
14737         (octave-mode): Set add-log-current-defun-function.
14738         (octave-goto-function-definition): Do not move point if not found.
14739         (octave-find-definition): Enhance to try subfunctions first.
14741 2013-06-08  Glenn Morris  <rgm@gnu.org>
14743         * emacs-lisp/bytecomp.el (byte-compile-char-before)
14744         (byte-compile-backward-char, byte-compile-backward-word):
14745         Improve previous change, to handle non-explicit nil.
14747 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14749         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
14750         (smie--opener/closer-at-point): New function.
14751         (smie--matching-block-data): Use it.  Don't match from right after an
14752         opener or right before a closer.  Obey smie-blink-matching-inners.
14753         Don't signal a mismatch for repeated inners like "switch..case..case".
14755 2013-06-07  Leo Liu  <sdl.web@gmail.com>
14757         * progmodes/octave.el (octave-mode): Set comment-use-global-state
14758         to t.  (Bug#14303)
14759         (octave-function-header-regexp): Fix.  (Bug#14570)
14760         (octave-help-mode-finish-hook, octave-help-mode-finish):
14761         Remove.  Just use temp-buffer-show-hook.
14763         * newcomment.el (comment-search-backward): Revert last change.
14764         (Bug#14434)
14766         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
14768 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
14770         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
14771         through xargs, to avoid failure due to MS-Windows limitations on
14772         command-line length.
14774 2013-06-06  Glenn Morris  <rgm@gnu.org>
14776         * font-lock.el (lisp-font-lock-keywords-2):
14777         Treat user-error like error.
14779         * emacs-lisp/bytecomp.el (byte-compile-char-before)
14780         (byte-compile-backward-char, byte-compile-backward-word):
14781         Handle explicit nil arguments.  (Bug#14565)
14783 2013-06-05  Alan Mackenzie  <acm@muc.de>
14785         * isearch.el (isearch-allow-prefix): New user option.
14786         (isearch-other-meta-char): Don't exit isearch when a prefix
14787         argument is typed whilst `isearch-allow-prefix' is non-nil.
14788         (Bug#9706)
14790 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14792         * autorevert.el (auto-revert-notify-handler): Use memq.
14793         Hide assertion failure.
14795         * skeleton.el: Use cl-lib.
14796         (skeleton-further-elements): Use defvar-local.
14797         (skeleton-insert): Use cl-progv.
14799 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14801         * progmodes/prog-mode.el (prog-prettify-symbols)
14802         (prog-prettify-install): Update docstrings.
14804 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14806         * simple.el: Move all the prog-mode code to prog-mode.el.
14807         * progmodes/prog-mode.el: New file.
14808         * loadup.el: Add prog-mode.el.
14810 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14812         * simple.el (prog-prettify-symbols): Add version.
14813         (prog-prettify-install): Add convenience function to prettify symbols.
14815         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
14816         (perl--augmented-font-lock-keywords-1)
14817         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
14818         variables and use it.
14820         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14821         (cfengine3-mode): Remove unneeded variable and use it.
14823         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14824         (lisp--augmented-font-lock-keywords-1)
14825         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
14826         Remove unneeded variables and use it.
14828 2013-06-05  João Távora  <joaotavora@gmail.com>
14830         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
14831         to point when opening the connection.  (Bug#14380)
14833 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14835         * subr.el (load-history-regexp, load-history-filename-element)
14836         (eval-after-load, after-load-functions, do-after-load-evaluation)
14837         (eval-next-after-load, display-delayed-warnings)
14838         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
14839         definition of save-match-data.
14840         (overriding-local-map): Remove accidental obsolescence declaration.
14842         * emacs-lisp/edebug.el (edebug-result): Move before first use.
14844 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
14846         Generalize symbol prettify support to prog-mode and implement it
14847         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
14848         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
14849         (prog--prettify-font-lock-compose-symbol)
14850         (prog-prettify-font-lock-symbols-keywords): New variables and
14851         functions to support symbol prettification.
14852         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14853         (lisp--augmented-font-lock-keywords-1)
14854         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
14855         (lisp--prettify-symbols-alist): Implement prettify of lambda.
14856         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14857         (cfengine3--prettify-symbols-alist, cfengine3-mode):
14858         Implement prettify of -> => :: strings.
14859         * progmodes/perl-mode.el (perl-prettify-symbols)
14860         (perl--font-lock-compose-symbol)
14861         (perl--font-lock-symbols-keywords): Move to prog-mode.
14862         (perl--prettify-symbols-alist): Prettify -> => :: strings.
14863         (perl-font-lock-keywords-1)
14864         (perl-font-lock-keywords-2): Remove explicit prettify support.
14865         (perl--augmented-font-lock-keywords)
14866         (perl--augmented-font-lock-keywords-1)
14867         (perl--augmented-font-lock-keywords-2, perl-mode):
14868         Implement prettify support.
14870 2013-06-05  Leo Liu  <sdl.web@gmail.com>
14872         Re-implement SMIE matching block highlight using
14873         show-paren-data-function.  (Bug#14395)
14874         * emacs-lisp/smie.el (smie-matching-block-highlight)
14875         (smie--highlight-matching-block-overlay)
14876         (smie--highlight-matching-block-lastpos)
14877         (smie-highlight-matching-block)
14878         (smie-highlight-matching-block-mode): Remove.
14879         (smie--matching-block-data-cache): New variable.
14880         (smie--matching-block-data): New function.
14881         (smie-setup): Use smie--matching-block-data for
14882         show-paren-data-function.
14884         * progmodes/octave.el (octave-mode-menu): Fix.
14885         (octave-find-definition): Skip garbage lines.
14887 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14889         Fix compilation error with simultaneous dynamic+lexical scoping.
14890         Add warning when a defvar appears after the first let-binding.
14891         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
14892         (byte-compile-close-variables): Initialize it.
14893         (byte-compile--declare-var): New function.
14894         (byte-compile-file-form-defvar)
14895         (byte-compile-file-form-define-abbrev-table)
14896         (byte-compile-file-form-custom-declare-variable): Use it.
14897         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
14898         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
14899         (byte-compile-bind): Handle dynamic bindings that shadow
14900         lexical bindings.
14901         (byte-compile-unbind): Make arg non-optional.
14902         (byte-compile-let): Simplify.
14903         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
14904         (cconv--analyse-function, cconv-analyse-form): Populate it.
14905         Protect byte-compile-bound-variables to limit the scope of defvars.
14906         (cconv-analyse-form): Add missing rule for (defvar <foo>).
14907         Remove unneeded rule for `declare'.
14909         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
14910         so as to avoid depending on cl-adjoin at run-time.
14911         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
14913         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
14914         (macroexp--warn-and-return): Use it.
14916 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14918         * subr.el: Convert to lexical binding.
14919         (overriding-local-map): Make obsolete.
14920         (add-to-list): Doc fix.  Add compiler macro.
14921         (read-key): Swap values of local maps.
14923 2013-06-05  Leo Liu  <sdl.web@gmail.com>
14925         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
14927 2013-06-04  Leo Liu  <sdl.web@gmail.com>
14929         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
14930         (compilation-auto-jump): Suppress the "Mark set" message to give
14931         way to exit message.
14933 2013-06-04  Alan Mackenzie  <acm@muc.de>
14935         Remove faulty optimisation from indentation calculation.
14936         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
14937         search limit based on 2000 characters back from indent-point.
14939 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
14941         * eshell/em-term.el (cl-lib): Require `cl-lib'.
14943 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14945         * emacs-lisp/lisp.el: Use lexical-binding.
14946         (lisp--local-variables-1, lisp--local-variables): New functions.
14947         (lisp--local-variables-completion-table): New var.
14948         (lisp-completion-at-point): Use it complete let-bound vars.
14950         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
14951         eagerly (bug#14422).
14953 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
14955         * autorevert.el (auto-revert-notify-enabled)
14956         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
14957         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
14958         (auto-revert-notify-handler): Handle also gfilenotify.
14960         * subr.el (file-notify-handle-event): New defun.  Replacing ...
14961         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
14962         Remove.
14964 2013-06-03  Juri Linkov  <juri@jurta.org>
14966         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
14967         `M-s h .'.  (Bug#14427)
14969         * hi-lock.el (highlight-symbol-at-point): New alias for the new
14970         command `hi-lock-face-symbol-at-point'.
14971         (hi-lock-face-symbol-at-point): New command.
14972         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
14973         (hi-lock-menu): Add `highlight-symbol-at-point'.
14974         (hi-lock-mode): Doc fix.
14976         * isearch.el (isearch-forward-symbol-at-point): New command.
14977         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
14978         (isearch-highlight-regexp): Add a regexp which matches
14979         words/symbols for word/symbol mode.
14981         * subr.el (find-tag-default-bounds): New function with the body
14982         mostly moved from `find-tag-default'.
14983         (find-tag-default): Move most code to `find-tag-default-bounds',
14984         call it and apply `buffer-substring-no-properties' afterwards.
14986 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
14988         * eshell/em-term.el (eshell-term-initialize):
14989         Use `cl-intersection' rather than `intersection'.
14991 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
14993         * vc/log-view.el: Doc fix.
14994         (log-view-mode-map): Copy keymap from `special-mode-map'.
14996 2013-06-02  Eric Ludlam  <zappo@gnu.org>
14998         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
14999         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
15000         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
15001         (eieio-unbound, eieio-default-superclass)
15002         (eieio--define-field-accessors, method-static, method-before)
15003         (method-primary, method-after, method-num-lists)
15004         (method-generic-before, method-generic-primary)
15005         (method-generic-after, method-num-slots)
15006         (eieio-specialized-key-to-generic-key)
15007         (eieio--check-type, class-v, class-p)
15008         (eieio-class-name, define-obsolete-function-alias)
15009         (eieio-class-parents-fast, eieio-class-children-fast)
15010         (same-class-fast-p, class-constructor, generic-p)
15011         (generic-primary-only-p, generic-primary-only-one-p)
15012         (class-option-assoc, class-option, eieio-object-p)
15013         (class-abstract-p, class-method-invocation-order)
15014         (eieio-defclass-autoload-map, eieio-defclass-autoload)
15015         (eieio-class-un-autoload, eieio-defclass)
15016         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
15017         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
15018         (eieio--defgeneric-init-form, eieio-defgeneric-form)
15019         (eieio-defgeneric-reset-generic-form)
15020         (eieio-defgeneric-form-primary-only)
15021         (eieio-defgeneric-reset-generic-form-primary-only)
15022         (eieio-defgeneric-form-primary-only-one)
15023         (eieio-defgeneric-reset-generic-form-primary-only-one)
15024         (eieio-unbind-method-implementations)
15025         (eieio--defmethod, eieio--typep)
15026         (eieio-perform-slot-validation, eieio-validate-slot-value)
15027         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
15028         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
15029         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
15030         (eieio-slot-name-index, eieio-class-slot-name-index)
15031         (eieio-set-defaults, eieio-initarg-to-attribute)
15032         (eieio-attribute-to-initarg, eieio-c3-candidate)
15033         (eieio-c3-merge-lists, eieio-class-precedence-c3)
15034         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
15035         (eieio-class-precedence-list, eieio-generic-call-methodname)
15036         (eieio-generic-call-arglst, eieio-generic-call-key)
15037         (eieio-generic-call-next-method-list)
15038         (eieio-pre-method-execution-functions, eieio-generic-call)
15039         (eieio-generic-call-primary-only, eieiomt-method-list)
15040         (eieiomt-optimizing-obarray, eieiomt-install)
15041         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
15042         (eieio-generic-form, eieio-defmethod, make-obsolete)
15043         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
15044         (defclass): Remove `eval-and-compile' from macro.
15045         (call-next-method, shared-initialize): Instead of using
15046         `scoped-class' variable, use new eieio--scoped-class, and
15047         eieio--with-scoped-class.
15048         (initialize-instance): Rename local variable 'scoped-class' to
15049         'this-class' to remove ambiguitity from old global.
15051         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
15052         eieio.el.
15053         (eieio--scoped-class-stack): New variable.
15054         (eieio--scoped-class): New fcn.
15055         (eieio--with-scoped-class): New scoping macro.
15056         (eieio-defclass): Use pushnew instead of add-to-list.
15057         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
15058         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
15059         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
15060         `scoped-class' variable, use new eieio--scoped-class, and
15061         eieio--with-scoped-class.
15063         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
15065 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
15067         * eshell/esh-ext.el (eshell-external-command): Pass args to
15068         `eshell-find-interpreter'.
15069         (eshell-find-interpreter): Add new second parameter ARGS.
15071         * eshell/em-script.el (eshell-script-initialize): Add second arg
15072         to the function added as MATCH to `eshell-interpreter-alist'.
15074         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
15075         the function added as MATCH to `eshell-interpreter-alist'.
15077         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
15078         (eshell-visual-options): New defcustom.
15079         (eshell-escape-control-x): Adapt docstring.
15080         (eshell-term-initialize): Test `eshell-visual-subcommands' and
15081         `eshell-visual-options' in addition to `eshell-visual-commands'.
15082         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
15084 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
15086         * progmodes/python.el (python-indent-block-enders): Add break,
15087         continue and raise keywords.
15089 2013-06-01  Glenn Morris  <rgm@gnu.org>
15091         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
15093         Plain (f)boundp silences compilation warnings since Emacs 22.1.
15094         * progmodes/cc-cmds.el (delete-forward-p):
15095         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
15096         * progmodes/cc-engine.el (buffer-syntactic-context):
15097         * progmodes/cc-fonts.el (face-property-instance):
15098         * progmodes/cc-mode.el (set-keymap-parents):
15099         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
15100         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
15101         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
15102         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
15103         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
15105         * progmodes/cc-vars.el (other): Emacs has this widget since
15106         at least 21.1, so don't (re)define it.
15108         * eshell/em-cmpl.el (eshell-cmpl-initialize):
15109         Replace the obsolete alias pcomplete-arg-quote-list.
15111 2013-06-01  Leo Liu  <sdl.web@gmail.com>
15113         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
15114         punctuation syntax.
15115         (inferior-octave-minimal-columns)
15116         (inferior-octave-last-column-width): New variables.
15117         (inferior-octave-track-window-width-change): New function.
15118         (inferior-octave-mode): Adjust column width so that Octave output,
15119         for example from 'ls', can fit into the window nicely.
15121 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
15123         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15124         Highlight expansions inside regexp literals.
15126 2013-05-31  Glenn Morris  <rgm@gnu.org>
15128         * obsolete/sym-comp.el (symbol-complete):
15129         Replace obsolete completion-annotate-function.
15131         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
15133 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
15135         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15136         New function, checks if point is inside a literal that allows
15137         expression expansion.
15138         (ruby-syntax-propertize-expansion): Use it.
15139         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
15140         around the body.
15142 2013-05-30  Juri Linkov  <juri@jurta.org>
15144         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
15145         to "\M-si".
15146         (isearch-invisible): New variable.
15147         (isearch-forward): Doc fix.
15148         (isearch-mode): Set `isearch-invisible'
15149         to the value of `search-invisible'.
15150         (isearch-toggle-case-fold): Doc fix.
15151         (isearch-toggle-invisible): New command.
15152         (isearch-query-replace): Let-bind `search-invisible'
15153         to the value of `isearch-invisible'.
15154         (isearch-search): Use `isearch-invisible' instead of
15155         `search-invisible'.  Let-bind `search-invisible'
15156         to the value of `isearch-invisible'.  (Bug#11378)
15158 2013-05-30  Juri Linkov  <juri@jurta.org>
15160         * replace.el (perform-replace): Avoid `isearch-range-invisible'
15161         call when `query-flag' is nil and `search-invisible' is non-nil.
15162         (Bug#11746)
15164 2013-05-30  Glenn Morris  <rgm@gnu.org>
15166         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
15168         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
15169         (cc-require): Suppress spurious "noruntime" warnings.
15170         (cc-require-when-compile): Use fboundp, for sake of compiler.
15172         * progmodes/cc-mode.el: Move load of cc-vars before that of
15173         cc-langs (which in turn loads cc-vars), to quieten compiler.
15175 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15177         * paren.el: Simplify the code.
15178         (show-paren-mode): Always start the timer.
15179         (show-paren--idle-timer): Rename from show-paren-idle-timer.
15180         (show-paren--overlay, show-paren--overlay-1): Rename from
15181         show-paren-overlay and show-paren-overlay-1, and initialize to an
15182         overlay rather than to nil.
15183         (show-paren-function): Misc cleanup and simplifications.
15185 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15187         * paren.el (show-paren-data-function): New hook.
15188         (show-paren--default): New function, extracted from show-paren-function.
15189         (show-paren-function): Use show-paren-data-function.
15191 2013-05-30  Glenn Morris  <rgm@gnu.org>
15193         * ielm.el (ielm-map, ielm-complete-symbol):
15194         Use completion-at-point rather than obsolete functions.
15195         (inferior-emacs-lisp-mode): Doc fix.
15196         Set completion-at-point-functions, rather than
15197         comint-dynamic-complete-functions.
15199         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
15200         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
15201         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
15203         * image.el (image-animated-p): Tweak definition.
15205         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
15206         (rlogin-process-connection-type): Tweak default.  Add set-after.
15207         (rlogin-host): Doc fix.
15208         (rlogin): Tweak prompt.
15209         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
15211         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
15212         * progmodes/tcl.el (inferior-tcl-mode-map):
15213         Use completion-at-point rather than obsolete alias.
15215         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
15217         * minibuffer.el (read-file-name-completion-ignore-case):
15218         Move before completion--in-region, for eager macro expansion.
15220 2013-05-29  Juri Linkov  <juri@jurta.org>
15222         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
15223         for total count of matching lines.  Add `global-matches' for total
15224         count of matches.  Rename `matches' to `lines' for count of
15225         matching lines.  Add `matches' for count of matches.
15226         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
15227         to `prev-line' for line number of prev match endpt.
15228         Increment `matches' for every match.  Print the number of
15229         matching lines in the header.
15230         (occur-context-lines): Rename `lines' to `curr-line'.
15231         Rename `prev-lines' to `prev-line'.  (Bug#14017)
15233 2013-05-29  Juri Linkov  <juri@jurta.org>
15235         * replace.el (perform-replace): Add `skip-read-only-count',
15236         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
15237         Increment them for corresponding conditions and report the number
15238         of skipped occurrences in the final message.  (Bug#11746)
15239         (query-replace, query-replace-regexp, query-replace-regexp-eval)
15240         (replace-string, replace-regexp): Doc fix.
15242 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15244         * emacs-lisp/trace.el (trace--read-args): Provide a default.
15246         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
15247         prog-mode-map (bug#14504).
15249 2013-05-29  Leo Liu  <sdl.web@gmail.com>
15251         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
15252         (octave-help): Small simplification.
15254         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
15255         off the highlight first.
15257 2013-05-29  Glenn Morris  <rgm@gnu.org>
15259         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
15260         Handle idlwave-last-system-routine-info-cons-cell being nil.
15262         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15263         (idlwave-write-paths): Simplify via with-temp-buffer.
15265         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
15266         * emulation/cua-rect.el: Also load cua-base at run time.
15268         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
15269         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
15270         (cperl-imenu-on-info): Require imenu.
15272 2013-05-28  Alan Mackenzie  <acm@muc.de>
15274         Handle "capitalised keywords" correctly.
15275         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
15277 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
15279         * eshell/em-unix.el: Add -r option to cp.
15281 2013-05-28  Glenn Morris  <rgm@gnu.org>
15283         * vc/vc-arch.el (vc-exec-after): Declare.
15284         (vc-switches): Autoload.
15285         * vc/vc-bzr.el: No need to require vc when compiling.
15286         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
15287         (vc-resynch-buffer, vc-dir-refresh): Declare.
15288         (vc-setup-buffer, vc-switches): Autoload.
15289         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
15290         (vc-resynch-buffer): Declare.
15291         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
15292         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
15293         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
15294         (grep-read-regexp, grep-read-files, grep-expand-template)
15295         (vc-dir-refresh): Declare.
15296         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
15297         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
15298         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
15299         * vc/vc-mtn.el (vc-exec-after): Declare.
15300         (vc-switches): Autoload.
15301         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
15302         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
15303         (vc-file-tree-walk): Declare.
15304         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
15305         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
15306         (vc-tag-precondition, vc-rename-master): Autoload.
15307         * vc/vc-svn.el (vc-exec-after): Declare.
15308         (vc-switches, vc-setup-buffer): Autoload.
15309         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
15310         Autoload.
15311         (vc-resynch-buffer): Declare.
15313         * obsolete/fast-lock.el (byte-compile-warnings):
15314         Don't warn about obsolete features in this obsolete file.
15316         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
15317         Move definition before use.
15319         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
15320         (dun-unix-verbs): Remove dun-zippy.
15321         (dun-zippy): Remove function.
15323         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
15325 2013-05-27  Juri Linkov  <juri@jurta.org>
15327         * replace.el (replace-search): New function with code moved out
15328         from `perform-replace'.
15329         (replace-highlight, replace-dehighlight): Move function definitions
15330         up closer to `replace-search'.  (Bug#11746)
15332 2013-05-27  Juri Linkov  <juri@jurta.org>
15334         * replace.el (perform-replace): Ignore invisible matches.
15335         In addition to checking `query-replace-skip-read-only', also
15336         filter out matches by calling `run-hook-with-args-until-failure'
15337         on `isearch-filter-predicates', and also check `search-invisible'
15338         for t or call `isearch-range-invisible'.
15339         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
15341 2013-05-27  Juri Linkov  <juri@jurta.org>
15343         * isearch.el (isearch-filter-predicates): Rename from
15344         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
15345         (isearch-message-prefix): Display text from the property
15346         `isearch-message-prefix' of the currently active filters.
15347         (isearch-search): Don't compare `isearch-filter-predicate' with
15348         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
15349         on `isearch-filter-predicates'.  Also check `search-invisible' for t
15350         or call `isearch-range-invisible'.
15351         (isearch-filter-visible): Make obsolete.
15352         (isearch-lazy-highlight-search):
15353         Call `run-hook-with-args-until-failure' on
15354         `isearch-filter-predicates' and use `isearch-range-invisible'.
15356         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
15357         `isearch-filter-predicates' instead of `funcall'ing
15358         `isearch-filter-predicate'.
15359         (Info-mode): Set `Info-isearch-filter' to
15360         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
15362         * dired-aux.el (dired-isearch-filter-predicate-orig):
15363         Remove variable.
15364         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
15365         (dired-isearch-filenames-end): Add and remove
15366         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
15367         instead of changing the value of `isearch-filter-predicate'.
15368         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
15369         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
15370         Put property `isearch-message-prefix' to "filename " on
15371         `dired-isearch-filter-filenames'.
15373         * wdired.el (wdired-change-to-wdired-mode):
15374         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
15375         locally instead of changing `isearch-filter-predicate'.
15376         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
15378 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
15380         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
15381         return the commit hash (Bug#14459).  Also set the
15382         `vc-git-detached' property.
15383         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
15384         (vc-git-mode-line-string): Use the same help-echo format whether
15385         in detached mode or not, because we know the actual revision now.
15386         When in detached mode, shorten the revision to 7 chars.
15388 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15390         * emacs-lisp/easy-mmode.el (define-minor-mode):
15391         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
15392         mode hook and provide a docstring.
15394 2013-05-27  Alan Mackenzie  <acm@muc.de>
15396         Remove spurious syntax-table text properties inserted by C-y.
15397         * progmodes/cc-mode.el (c-after-change): Also clear hard
15398         syntax-table property with value nil.
15400 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
15402         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
15403         when reading the events; the buffer layout shall not be changed.
15405 2013-05-27  Leo Liu  <sdl.web@gmail.com>
15407         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
15408         New variable.
15409         (inferior-octave-directory-tracker): Automatically re-sync
15410         default-directory.
15411         (octave-help): Improve handling of 'See also'.
15413 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15415         * doc-view.el: Minor naming convention tweaks.
15416         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
15418         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
15419         even if there's no `display' property yet (bug#14435).
15421 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
15423         * subr.el (unmsys--file-name): Rename from reveal-filename.
15425         * Makefile.in (custom-deps, finder-data, autoloads)
15426         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15427         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15428         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
15430 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15432         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
15433         error-completion on the first 2 args of condition-case (bug#14446).
15434         Don't burp at EOB.
15436 2013-05-25  Leo Liu  <sdl.web@gmail.com>
15438         * comint.el (comint-previous-matching-input): Do not flood the
15439         *Messages* buffer with trivial messages.
15441 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15443         * progmodes/flymake.el (flymake-nop): Don't return a string.
15444         (flymake-set-at): Fix typo.
15446         * simple.el (read--expression): New function, extracted from
15447         eval-expression.  Set completion-at-point-functions (bug#14465).
15448         (eval-expression, eval-minibuffer): Use it.
15450 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
15452         * progmodes/flymake.el (flymake-save-buffer-in-file)
15453         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
15454         (flymake-selected-frame, flymake-log, flymake-ins-after)
15455         (flymake-set-at, flymake-get-buildfile-from-cache)
15456         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
15457         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
15458         Refine the doc string.
15459         (flymake-get-file-name-mode-and-masks): Reformat.
15460         (flymake-get-real-file-name-function): Fix a minor bug.
15462 2013-05-24  Juri Linkov  <juri@jurta.org>
15464         * progmodes/grep.el (grep-mode-font-lock-keywords):
15465         Support =linenumber= format used by git-grep for lines with
15466         function names.  (Bug#13549)
15468 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15470         * progmodes/octave.el (octave-smie-rules): Return nil rather than
15471         0 after a semi-colon; it works better for smie-auto-fill.
15472         (octave--indent-new-comment-line): New function.
15473         (octave-indent-new-comment-line): Use it (indirectly).
15474         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
15475         modify comment-line-break-function.
15477         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
15478         (smie-setup): Use add-function to set it.
15480 2013-05-24  Sam Steingold  <sds@gnu.org>
15482         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
15483         argument (before the `interactive' argument).
15485 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15487         * image-mode.el (image-mode-winprops): Add winprops to
15488         image-mode-winprops-alist before running
15489         image-mode-new-window-functions.
15490         * doc-view.el (doc-view-new-window-function): Don't delay
15491         doc-view-goto-page via timers (bug#14435).
15493 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
15495         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
15496         (doc-view-desktop-save-buffer): New function.
15497         (doc-view-restore-desktop-buffer): New function.
15498         (desktop-buffer-mode-handlers):
15499         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
15500         handler.
15501         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
15502         `desktop-save-buffer' function.
15504 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
15506         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
15507         (tramp-gvfs-file-name-handler): Raise a user error when
15508         `tramp-gvfs-enabled' is nil.
15509         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
15510         Do not raise a user error when loading package.  (Bug#14447)
15512         * net/xesam.el: Move to obsolete/.
15514 2013-05-24  Glenn Morris  <rgm@gnu.org>
15516         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
15518         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
15520         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
15521         (Info-find-node, Man-getpage-in-background): Declare.
15523         * mail/unrmail.el (unrmail):
15524         Replace obsolete detect-coding-with-priority.
15526         * net/socks.el (socks-split-string): Use this rather than split-string.
15527         (socks-nslookup-host): Update for above change.
15528         (dynamic-choice, s5-dynamic-choice-match)
15529         (s5-dynamic-choice-match-inline, s5-widget-value-create):
15530         Comment out unused code.
15532         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
15533         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
15534         (gud-tooltip-echo-area): Make obsolete.
15535         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
15537         * progmodes/js.el (js--optimize-arglist): Declare.
15539         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
15541         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
15542         (ediff-window-C): Declare.
15544         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
15545         Tweak requires to silence compiler.
15547         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
15548         (he-search-string, he-tried-table, he-expand-list)
15549         (he-init-string, he-string-member, he-substitute-string)
15550         (he-reset-string): Declare.
15552         * obsolete/options.el (list-options): Use custom-variable-p,
15553         rather than obsolete alias.
15555 2013-05-23  Sam Steingold  <sds@gnu.org>
15557         * simple.el (shell-command-on-region): Pass the `replace' argument
15558         down to `call-process-region' to comply with the doc as reported on
15559         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
15561 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15563         * emacs-lisp/smie.el (smie-indent-forward-token)
15564         (smie-indent-backward-token): Handle string tokens (bug#14381).
15566 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15568         * ielm.el (ielm-menu): New menu.
15569         (inferior-emacs-lisp-mode): Set comment-start.
15571 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
15573         * textmodes/reftex.el (reftex-ref-style-toggle):
15574         Fix deactivate action.
15576         * textmodes/reftex-vars.el (reftex-ref-style-alist):
15577         Add cleveref macros.
15579         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15580         Accept options for bibliography commands.
15581         * textmodes/reftex-vars.el (reftex-bibliography-commands):
15582         Add addbibresource.  Basic Biblatex support.
15584 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
15586         * net/tramp-gvfs.el (top):
15587         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
15588         when loading package.  (Bug#14447)
15590 2013-05-23  Glenn Morris  <rgm@gnu.org>
15592         * progmodes/js.el: No need to load comint when compiling.
15593         (ring-insert, comint-send-string, comint-send-input)
15594         (comint-last-input-end, ido-chop): Declare.
15596         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
15597         * vc/ediff-mult.el: Adjust requires.
15598         (ediff-directories-internal, ediff-directory-revisions-internal)
15599         (ediff-patch-file-internal): Declare.
15600         * vc/ediff-ptch.el: Adjust requires.
15601         (ediff-use-last-dir, ediff-buffers-internal): Declare.
15602         (ediff-find-file): Autoload.
15603         * vc/ediff-util.el: No need to load ediff when compiling.
15604         (ediff-regions-internal): Declare.
15605         * vc/ediff-wind.el: Adjust requires.
15606         (ediff-compute-toolbar-width): Define when compiling.
15607         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
15608         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
15609         (dired-get-filename, dired-get-marked-files)
15610         (ediff-last-dir-patch, ediff-patch-default-directory)
15611         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
15612         (ediff-patch-buffer-internal): Declare.
15614         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
15615         (ispell-process, ispell-buffer-local-words, lm-summary)
15616         (lm-section-start, lm-section-end): Declare.
15617         (checkdoc-ispell-init): Simplify.
15619         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
15620         (he-string-member, he-reset-string, he-substitute-string): Declare.
15622         * eshell/em-ls.el: Adjust requires.
15623         (eshell-glob-regexp): Declare.
15624         * eshell/em-tramp.el: Adjust requires.
15625         (eshell-parse-command): Autoload.
15626         * eshell/em-xtra.el: Adjust requires.
15627         (eshell-parse-command): Autoload.
15628         * eshell/esh-ext.el: Adjust requires.
15629         (eshell-parse-command, eshell-close-handles): Autoload.
15630         * eshell/esh-io.el: Adjust requires.
15631         (eshell-output-filter): Autoload.
15632         * eshell/esh-util.el: No need to load tramp when compiling.
15633         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
15634         Declare.
15635         (eshell-parse-ange-ls): Require ange-ftp and tramp.
15636         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
15637         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
15638         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
15639         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
15640         * eshell/esh-opt.el, eshell/esh-proc.el:
15641         * eshell/esh-var.el: Adjust requires.
15642         * eshell/eshell.el: Do not require esh-util twice.
15643         (eshell-add-input-to-history): Declare.
15644         (eshell-command): Check history module is active before using it.
15646         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
15648 2013-05-22  Leo Liu  <sdl.web@gmail.com>
15650         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
15652 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
15654         * autorevert.el (auto-revert-notify-add-watch)
15655         (auto-revert-notify-handler): Add `attrib' for the inotify case,
15656         it indicates changes in file modification time.
15658 2013-05-22  Glenn Morris  <rgm@gnu.org>
15660         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15661         Always delete the autoloaded function from the noruntime and
15662         unresolved functions lists.
15664         * allout.el: No need to load epa, epg, overlay when compiling.
15665         (epg-context-set-passphrase-callback, epg-list-keys)
15666         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
15667         (epg-key-user-id-list): Declare.
15669         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15670         (viper-set-parsing-style-toggling-macro)
15671         (viper-set-emacs-state-searchstyle-macros):
15672         Use called-interactively-p on Emacs.
15673         (viper-looking-back): Make it an obsolete alias.  Update callers.
15674         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
15675         Use looking-back rather than viper-looking-back.
15676         (viper-tmp-insert-at-eob, viper-enlarge-region)
15677         (viper-read-string-with-history, viper-register-to-point)
15678         (viper-append-to-register, viper-change-state-to-vi)
15679         (viper-backward-char-carefully, viper-forward-char-carefully)
15680         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
15681         (viper-change-state-to-emacs): Declare.
15682         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
15683         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
15684         * emulation/viper-mous.el: Do not load viper-cmd.
15685         (viper-backward-char-carefully, viper-forward-char-carefully)
15686         (viper-forward-word, viper-adjust-window): Declare.
15688         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
15690         * progmodes/idlw-help.el (idlwave-help-fontify):
15691         Use called-interactively-p.
15693         * term/w32console.el (w32-get-console-codepage)
15694         (w32-get-console-output-codepage): Declare.
15696         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
15697         Remove unnecessary declarations.
15698         (dframe-message): Doc fix.
15700         * info.el (dframe-select-attached-frame, dframe-current-frame):
15701         Declare.
15703         * speedbar.el (speedbar-message): Make it an obsolete alias.
15704         Update all callers.
15705         (speedbar-with-attached-buffer)
15706         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
15707         (speedbar-with-writable): Use backquote.
15708         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
15709         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
15710         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
15711         rather than speedbar- aliases.
15712         * mail/rmail.el: Load dframe rather than speedbar when compiling.
15713         (speedbar-make-specialized-keymap, speedbar-insert-button)
15714         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
15715         (speedbar-do-function-pointer): Declare.
15716         (rmail-speedbar-button, rmail-speedbar-find-file)
15717         (rmail-speedbar-move-message):
15718         Use dframe-with-attached-buffer rather than speedbar- alias.
15719         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
15720         (dframe-message, speedbar-make-specialized-keymap)
15721         (speedbar-add-expansion-list, speedbar-mode-functions-list)
15722         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
15723         (speedbar-insert-button, dframe-select-attached-frame)
15724         (dframe-maybee-jump-to-attached-frame)
15725         (speedbar-change-initial-expansion-list)
15726         (speedbar-previously-used-expansion-list-name): Declare.
15727         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
15728         Use dframe-message, dframe-with-attached-buffer rather than
15729         speedbar- aliases.
15730         (gud-sentinel): Silence compiler.
15731         * progmodes/vhdl-mode.el (speedbar-refresh)
15732         (speedbar-do-function-pointer, speedbar-add-supported-extension)
15733         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
15734         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
15735         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
15736         (speedbar-file-lists, speedbar-make-tag-line)
15737         (speedbar-line-directory, speedbar-goto-this-file)
15738         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
15739         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
15740         (speedbar-make-button, speedbar-reset-scanners)
15741         (speedbar-files-item-info, speedbar-line-text)
15742         (speedbar-find-file-in-frame, speedbar-set-timer)
15743         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
15744         (speedbar-with-writable): Do not (re)define it.
15745         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
15746         rather than speedbar- alias.
15748 2013-05-21  Leo Liu  <sdl.web@gmail.com>
15750         * progmodes/octave.el (octave-mode-menu): Update and re-organize
15751         menu items.
15752         (octave-mode): Tweak fill-nobreak-predicate.
15753         (inferior-octave-startup): Check process to avoid infinite loop.
15754         (inferior-octave): Pop to buffer first to show abornmal process
15755         exit information.
15757 2013-05-21  Glenn Morris  <rgm@gnu.org>
15759         * printing.el (pr-menu-bar): Define when compiling.
15761 2013-05-21  Leo Liu  <sdl.web@gmail.com>
15763         * progmodes/octave.el (octave-auto-fill): Remove.
15764         (octave-indent-new-comment-line): Improve.
15765         (octave-mode): Use auto fill mode through
15766         comment-line-break-function and fill-nobreak-predicate.
15767         (octave-goto-function-definition): Support DEFUN_DLD.
15768         (octave-beginning-of-defun): Small tweak.
15769         (octave-help): Show parent directory.
15771 2013-05-21  Glenn Morris  <rgm@gnu.org>
15773         * files.el (dired-unmark):
15774         * progmodes/gud.el (gdb-input): Update declarations.
15776         * calculator.el (electric, ehelp): No need to load when compiling.
15777         (Electric-command-loop, electric-describe-mode): Declare.
15779         * doc-view.el (doc-view-current-converter-processes): Move before use.
15781         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15782         Move MODE-set-explicitly definition before use.
15784         * international/mule-diag.el (mule-diag):
15785         Don't use obsolete window-system-version.
15787         * mail/feedmail.el (smtpmail): No need to load when compiling.
15788         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
15790         * mail/mail-utils.el (rfc822): No need to load when compiling.
15791         (rfc822-addresses): Autoload it.
15792         (mail-strip-quoted-names): Trivial simplification.
15794         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
15795         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
15797         * net/snmp-mode.el (tempo): Don't duplicate requires.
15799         * progmodes/prolog.el (info): No need to load when compiling.
15800         (comint): Require before shell requires it.
15801         (Info-goto-node): Autoload it.
15802         (Info-follow-nearest-node): Declare.
15803         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
15805         * textmodes/artist.el (picture-mode-exit): Declare.
15807         * textmodes/reftex-parse.el (reftex-parse-from-file):
15808         Trivial rewrite so the compiler can parse it better.
15810 2013-05-20  Leo Liu  <sdl.web@gmail.com>
15812         * progmodes/octave.el (octave-help-mode-map)
15813         (octave-help-mode-finish-hook): New variables.
15814         (octave-help-mode, octave-help-mode-finish): New functions.
15815         (octave-help): Use octave-help-mode.
15817 2013-05-20  Glenn Morris  <rgm@gnu.org>
15819         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
15821 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
15823         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
15824         start at point, so that expansion starting right after opening
15825         slash in a regexp is recognized.
15826         (ruby-syntax-before-regexp-re): New defvar, extracted from
15827         ruby-syntax-propertize-function.  Since the value of this regexp
15828         is looked up at runtime now, we should be able to turn
15829         `ruby-syntax-methods-before-regexp' into a defcustom later.
15830         (ruby-syntax-propertize-function): Split regexp matching into two
15831         parts, for opening and closing slashes.  That allows us to skip
15832         over string interpolations and support multiline regexps.
15833         Don't call `ruby-syntax-propertize-expansions', instead use another rule
15834         for them, which calls `ruby-syntax-propertize-expansion'.
15835         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
15836         call to `ruby-syntax-propertize-function'.
15837         (ruby-syntax-propertize-expansion): Extracted from
15838         `ruby-syntax-propertize-expansions'.  Handles one expansion.
15839         (ruby-syntax-propertize-percent-literal): Leave point right after
15840         the percent symbol, so that the expression expansion rule can
15841         propertize the contents.
15842         (ruby-syntax-propertize-heredoc): Leave point at bol following the
15843         heredoc openers.
15844         (ruby-syntax-propertize-expansions): Remove.
15846 2013-05-18  Juri Linkov  <juri@jurta.org>
15848         * man.el (Man-default-man-entry): Remove `-' from the end
15849         of the default value.  (Bug#14400)
15851 2013-05-18  Glenn Morris  <rgm@gnu.org>
15853         * comint.el (comint-password-prompt-regexp):
15854         Allow "password for XXX" where XXX contains colons (eg https://...).
15856 2013-05-18  Leo Liu  <sdl.web@gmail.com>
15858         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
15859         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
15860         (octave-source-directories): Don't check process.
15861         (octave-source-directories, octave-find-definition): Doc fix.
15863 2013-05-18  Glenn Morris  <rgm@gnu.org>
15865         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15866         Remove backspace/delete bindings.  (Bug#14392)
15868         * cus-dep.el (custom-make-dependencies): Sort the output.
15869         (custom-versions-load-alist): Convert comment to doc.
15871 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15873         * newcomment.el (comment-search-backward): Stricter in finding
15874         comment start.  (Bug#14303)
15876         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
15877         (octave-comment-start-skip): Properly anchored.
15879 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15881         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
15882         Clean up when turned off.  (Bug#14395)
15883         (smie--highlight-matching-block-overlay): No longer buffer-local.
15884         (smie-highlight-matching-block): Adjust.
15886 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15888         Doc string fix for "nanoseconds" (Bug#14406).
15889         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
15890         Fix doc string typo that had "nanoseconds" instead of "microseconds".
15892 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
15894         * calc/calc-units.el (math-extract-units): Preserve powers
15895         of units.
15897 2013-05-17  Leo Liu  <sdl.web@gmail.com>
15899         * subr.el (delete-consecutive-dups): New function.
15900         * ido.el (ido-set-matches-1): Use it.
15901         * progmodes/octave.el (inferior-octave-completion-table): Use it.
15902         * ido.el (ido-remove-consecutive-dups): Remove.
15904 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15906         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15907         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
15908         regexp-opt's `words'.
15910 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15912         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
15913         (smie--highlight-matching-block-overlay)
15914         (smie--highlight-matching-block-lastpos)
15915         (smie--highlight-matching-block-timer): New variables.
15916         (smie-highlight-matching-block): New function.
15917         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
15918         (smie-setup): Conditionally enable smie-blink-matching-open.
15920 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
15922         Sync with upstream verilog-mode r840.
15923         * progmodes/verilog-mode.el (verilog-mode-version)
15924         (verilog-mode-release-date): Update.
15925         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
15926         (verilog-sig-tieoff): Fix string error on
15927         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
15928         (verilog-read-decls): Fix parameters confusing
15929         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
15931 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
15933         * subr.el (reveal-filename): New function.
15935         * loadup.el: Compute Emacs executable versions on MS-Windows,
15936         where executables have the .exe extension.  Add a hard link
15937         emacs-XX.YY.ZZ.exe on MS-Windows.
15939         * Makefile.in (XARGS_LIMIT): New variable.
15940         (custom-deps, finder-data, autoloads)
15941         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15942         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15943         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
15944         (compile-main): Limit xargs according to $(XARGS_LIMIT).
15946 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15948         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
15949         (octave-mode-menu, octave-mode-map): Remove its uses.
15951 2013-05-16  Reto Zimmermann  <reto@gnu.org>
15953         Sync with upstream vhdl mode v3.34.2.
15954         * progmodes/vhdl-mode.el: Use `push' throughout.
15955         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
15956         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
15957         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
15958         (vhdl-actual-generic-name): New option to derive actual generic name.
15959         (vhdl-port-paste-signals): Replace formal by actual generics.
15960         (vhdl-beautify): New name for old group vhdl-align.  Update users.
15961         (vhdl-beautify-options): New option.
15962         (vhdl-last-input-event): New compat alias.  Use throughout.
15963         (vhdl-goto-line): Replace user level function `goto-line'.
15964         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
15965         vhdl-fix-statement-buffer.
15966         (vhdl-create-mode-menu): Add some entries.
15967         (vhdl-align-region-groups): Respect vhdl-beautify-options.
15968         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
15969         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
15970         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
15971         to force statements on one line.
15972         (vhdl-remove-trailing-spaces-region):
15973         New, split from vhdl-remove-trailing-spaces.
15974         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
15975         Respect vhdl-beautify-options.
15976         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
15977         (vhdl-update-sensitivity-list): Not add with index if exists without.
15978         Not include array index with signal.  Ignore keywords in comments.
15979         (vhdl-get-visible-signals): Regexp tweaks.
15980         (vhdl-template-component-inst): Handle empty library.
15981         (vhdl-template-type): Add template for 'enum' type.
15982         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
15983         Use vhdl-replace-string.
15984         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
15985         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
15986         (vhdl-speedbar-initialize): Update for above name change.
15987         (vhdl-compose-wire-components): Fix in handling of constants.
15988         (vhdl-error-regexp-emacs-alist): New variable.
15989         (vhdl-error-regexp-add-emacs): New function;
15990         adds support for new compile.el (Emacs 22+)
15991         (vhdl-generate-makefile-1): Change target order for single lib. units.
15992         Allow use of absolute file names.
15994 2013-05-16  Leo Liu  <sdl.web@gmail.com>
15996         * simple.el (prog-indent-sexp): Indent enclosing defun.
15998 2013-05-15  Glenn Morris  <rgm@gnu.org>
16000         * cus-start.el (show-trailing-whitespace): Move to editing basics.
16001         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
16002         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
16003         (whitespace-highlight): Move to whitespace group.
16005         * comint.el (comint-source):
16006         * pcmpl-linux.el (pcmpl-linux):
16007         * shell.el (shell-faces):
16008         * eshell/esh-opt.el (eshell-opt):
16009         * international/ccl.el (ccl): Remove empty custom groups.
16011         * completion.el (dynamic-completion-mode):
16012         * jit-lock.el (jit-lock-debug-mode):
16013         * minibuffer.el (completion-in-region-mode):
16014         * type-break.el (type-break-mode-line-message-mode)
16015         (type-break-query-mode):
16016         * emulation/tpu-edt.el (tpu-edt-mode):
16017         * progmodes/subword.el (global-subword-mode, global-superword-mode):
16018         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16019         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
16021         * term/xterm.el (xterm): Change parent group to terminals.
16023         * master.el (master): Remove empty custom group.
16024         (master-mode): Remove unused :group argument.
16025         * textmodes/refill.el (refill): Remove empty custom group.
16026         (refill-mode): Remove unused :group argument.
16028         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
16030         * cus-dep.el: Provide a feature.
16031         (custom-make-dependencies): Ignore dotfiles (dir-locals).
16032         Don't mistakenly ignore files whose basenames match a basename
16033         from preloaded-file-list (eg cedet/ede/simple.el).
16034         Add a fallback method for getting :group.
16036 2013-05-15  Juri Linkov  <juri@jurta.org>
16038         * isearch.el (isearch-char-by-name): Rename from
16039         `isearch-insert-char-by-name'.  Doc fix.
16040         (isearch-forward): Mention `isearch-char-by-name' in
16041         the docstring.  (Bug#13348)
16043         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
16044         `exit-minibuffer' instead of
16045         `isearch-nonincremental-exit-minibuffer'.
16046         (isearch-edit-string): Remove mention of
16047         `isearch-nonincremental-exit-minibuffer' from docstring.
16048         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
16049         (isearch-forward-exit-minibuffer)
16050         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
16052 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16054         * loadup.el: Just use unversioned DOC.
16056         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
16057         literals as extending to EOB.
16058         (nxml-last-fontify-end): Remove unused variable.
16059         (nxml-after-change1): Use with-silent-modifications.
16060         (nxml-extend-after-change-region): Simplify.
16061         (nxml-extend-after-change-region1): Remove function.
16062         (nxml-after-change1): Don't adjust for dependent regions.
16063         (nxml-fontify-matcher): Simplify.
16064         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
16065         (xmltok-add-dependent): Remove function.
16066         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
16067         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
16068         (xmltok-scan-prolog-after-processing-instruction-open): Treat
16069         unclosed <[[, <?, comment, and other literals as extending to EOB.
16070         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
16071         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
16072         Remove functions.
16073         (rng-do-some-validation-1): Don't mark dependent regions.
16074         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
16075         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
16076         (nxml-clear-dependent-regions): Remove functions.
16077         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
16078         (nxml-ensure-scan-up-to-date):
16079         Don't clear&mark dependent regions.
16081 2013-05-15  Leo Liu  <sdl.web@gmail.com>
16083         * progmodes/octave.el (octave-goto-function-definition):
16084         Improve and fix callers.
16086 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16088         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
16089         the setter (bug#14387).
16091         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
16092         surrounding group (bug#14402).
16094 2013-05-14  Juri Linkov  <juri@jurta.org>
16096         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
16097         (Bug#14390)
16099 2013-05-14  Glenn Morris  <rgm@gnu.org>
16101         * progmodes/f90.el (f90-imenu-generic-expression):
16102         Fix typo in 2013-05-08 change.  (Bug#14402)
16104 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16106         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
16107         Remove signals for which replies are never received.
16109 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16111         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
16112         (gdb-handler-alist, gdb-handler-number): Remove variables.
16113         (gdb-handler-list): New variable.
16114         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
16115         (gdb-pending-handler-p, gdb-handle-reply)
16116         (gdb-remove-all-pending-triggers): New functions.
16117         (gdb-discard-unordered-replies): New defcustom.
16118         (gdb-handler): New defstruct.
16119         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
16120         instead of gdb-pending-triggers.  Update docstring.
16121         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
16122         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
16123         (gdb-var-update-handler, def-gdb-auto-update-trigger)
16124         (def-gdb-auto-update-handler, gdb-get-changed-registers)
16125         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
16126         (gdb-frame-handler): Pending triggers are now automatically managed.
16127         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
16128         Remove argument.
16129         (gdb-input): Automatically handles pending triggers.  Update docstring.
16130         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
16131         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
16132         Update comments.
16133         (gdb-done-or-error): Now use gdb-handle-reply.
16135 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
16137         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
16138         gdb-debug-log.
16140 2013-05-14  Glenn Morris  <rgm@gnu.org>
16142         * subr.el (user-emacs-directory-warning): New option.
16143         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
16145 2013-05-14  Leo Liu  <sdl.web@gmail.com>
16147         * progmodes/octave.el (octave-font-lock-keywords): Fix error
16148         during redisplay.
16149         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
16150         (octave-font-lock-texinfo-comment): Fix invalid search bound
16151         error: wrong side of point.
16153 2013-05-14  Glenn Morris  <rgm@gnu.org>
16155         * progmodes/flymake.el (flymake-xml-program): New option.
16156         (flymake-xml-init): Use it.
16158         * term/xterm.el: Provide a feature.
16160         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
16162 2013-05-13  Glenn Morris  <rgm@gnu.org>
16164         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
16165         Add compat aliases as a hack workaround.  (Bug#14384)
16167 2013-05-13  Leo Liu  <sdl.web@gmail.com>
16169         * progmodes/octave.el (octave-indent-comment): Fix indentation for
16170         ###, and %!.
16171         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
16172         C-M-q.
16173         (octave-comment-start-skip): Include %!.
16174         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
16176 2013-05-12  Leo Liu  <sdl.web@gmail.com>
16178         * progmodes/octave.el (inferior-octave-startup): Store the value
16179         of __octave_srcdir__ for octave-source-directories.
16180         (inferior-octave-check-process): New function refactored out of
16181         inferior-octave-send-list-and-digest.
16182         (octave-source-directories)
16183         (octave-find-definition-filename-function): New variables.
16184         (octave-source-directories)
16185         (octave-find-definition-default-filename): New functions.
16186         (octave-find-definition): Improve to find functions implemented in C++.
16188 2013-05-12  Glenn Morris  <rgm@gnu.org>
16190         * calendar/diary-lib.el (diary-outlook-format-1):
16191         Don't include dayname in the output.  (Bug#14349)
16193 2013-05-11  Glenn Morris  <rgm@gnu.org>
16195         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
16197         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
16198         Treat cc-provide like provide.
16200 2013-05-11  Kevin Ryde  <user42@zip.com.au>
16202         * cus-dep.el (custom-make-dependencies):
16203         Use generated-autoload-load-name for the sake of files such
16204         such cedet/semantic/bovine/c.el, where the base file name
16205         is not in load-path.  (Bug#5277)
16207 2013-05-11  Glenn Morris  <rgm@gnu.org>
16209         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
16210         Provide features.
16212 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16214         * progmodes/octave.el (octave-indent-comment): Improve.
16215         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
16216         (octave-eldoc-function-signatures, octave-eldoc-function):
16217         New functions.
16218         (octave-mode, inferior-octave-mode): Add eldoc support.
16220 2013-05-11  Richard Stallman  <rms@gnu.org>
16222         * epa.el (epa-decrypt-file): Take output file name as argument
16223         and read it using `interactive'.
16225 2013-05-11  Leo Liu  <sdl.web@gmail.com>
16227         * progmodes/octave.el (octave-beginning-of-line)
16228         (octave-end-of-line): Check before using up-list because it jumps
16229         out of more syntactic contructs since moving to smie.
16230         (octave-indent-comment): New function.
16231         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
16232         (octave-begin-keywords, octave-end-keywords)
16233         (octave-reserved-words, octave-smie-bnf-table)
16234         (octave-smie-rules): Add new keywords from Octave 3.6.4.
16236 2013-05-11  Glenn Morris  <rgm@gnu.org>
16238         * faces.el (internal-face-x-get-resource):
16239         * frame.el (ns-display-monitor-attributes-list):
16240         * calc/calc-aent.el (math-to-radians-2):
16241         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
16242         Fix declarations.
16244         * calc/calc-menu.el: Make it loadable in isolation.
16246         * net/eudcb-bbdb.el: Make it loadable without bbdb.
16247         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
16248         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
16249         (eudc-bbdb-query-internal): Require 'bbdb.
16251         * lpr.el (lpr-headers-switches):
16252         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
16254         * progmodes/sql.el (sql-login-params): Fix and improve :type.
16256         * emulation/edt-mapper.el: In batch mode, error rather than hang.
16258         * term.el (term-set-escape-char): Make it idempotent.
16260 2013-05-10  Leo Liu  <sdl.web@gmail.com>
16262         * progmodes/octave.el (inferior-octave-completion-table):
16263         No longer a function and all uses changed.  Use cache to speed up
16264         completion due to bug#11906.
16265         (octave-beginning-of-defun): Re-write to be more general.
16267 2013-05-10  Glenn Morris  <rgm@gnu.org>
16269         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
16271 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16273         * comint.el (comint-redirect-send-command-to-process): Use :around
16274         rather than :override for comint-redirect-filter.
16275         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
16276         Call it instead of comint-redirect-original-filter-function (which
16277         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
16279 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
16281         * frame.el (display-monitor-attributes-list): Add NS case.
16282         (ns-display-monitor-attributes-list): Declare.
16284 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
16286         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
16288 2013-05-09  Glenn Morris  <rgm@gnu.org>
16290         * international/fontset.el (vertical-centering-font-regexp):
16291         Set standard-value.
16293         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
16295         * bookmark.el (bookmark-search-delay):
16296         * cus-start.el (vertical-centering-font-regexp):
16297         * ps-mule.el (ps-mule-font-info-database-default):
16298         * ps-print.el (ps-default-fg, ps-default-bg):
16299         * type-break.el (type-break-good-break-interval):
16300         * whitespace.el (whitespace-indentation-regexp)
16301         (whitespace-space-after-tab-regexp):
16302         * emacs-lisp/testcover.el (testcover-1value-functions)
16303         (testcover-noreturn-functions, testcover-progn-functions)
16304         (testcover-prog1-functions):
16305         * emulation/viper-init.el (viper-emacs-state-cursor-color):
16306         * eshell/em-glob.el (eshell-glob-translate-alist):
16307         * play/tetris.el (tetris-tty-colors):
16308         * progmodes/cpp.el (cpp-face-default-list):
16309         * progmodes/flymake.el (flymake-allowed-file-name-masks):
16310         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
16311         (idlwave-help-browser-generic-args):
16312         * progmodes/make-mode.el (makefile-special-targets-list):
16313         * progmodes/python.el (python-shell-virtualenv-path):
16314         * progmodes/verilog-mode.el (verilog-active-low-regexp)
16315         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
16316         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
16317         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
16318         * textmodes/reftex-vars.el (reftex-format-label-function):
16319         * textmodes/remember.el (remember-diary-file): Fix custom types.
16321         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
16322         Add :version.
16324 2013-05-09  Leo Liu  <sdl.web@gmail.com>
16326         * progmodes/octave.el (inferior-octave-completion-at-point):
16327         Restore file completion.  (Bug#14300)
16328         (inferior-octave-startup): Fix incorrect highlighting for the
16329         first prompt.
16331 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16333         * progmodes/ruby-mode.el: First cut at SMIE support.
16334         (ruby-use-smie): New var.
16335         (ruby-smie-grammar): New constant.
16336         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
16337         (ruby-smie--forward-token, ruby-smie--backward-token)
16338         (ruby-smie-rules): New functions.
16339         (ruby-mode-variables): Setup SMIE if applicable.
16341 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
16343         * simple.el (line-move-visual): Signal beginning/end of buffer
16344         only if vertical-motion moved less than it was requested.  Avoids
16345         silly incorrect error messages when there are display strings with
16346         multiple newlines at EOL.
16348 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16350         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
16351         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
16352         (prolog-char-quote-workaround):
16353         * progmodes/cperl-mode.el (cperl-under-as-char):
16354         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
16355         Mark as obsolete.
16356         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
16357         their declaration.
16358         (vhdl-mode-syntax-table-init): Remove.
16360         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
16361         last change.
16363         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
16364         syntax for "_".
16365         (ld-script-font-lock-keywords):
16366         Change regexps to use things like \_< and \_>.
16368         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
16369         Change all regexps to use things like \_< and \_>.
16371         * progmodes/autoconf.el (autoconf-definition-regexp)
16372         (autoconf-font-lock-keywords, autoconf-current-defun-function):
16373         Handle a _ with symbol syntax.
16374         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
16376         * progmodes/ada-mode.el (ada-mode-abbrev-table):
16377         Consolidate declaration.
16378         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
16379         the declaration.
16380         (ada-create-syntax-table): Remove.
16381         (ada-capitalize-word): Don't mess with the syntax of "_" since it
16382         already has the right syntax nowadays.
16383         (ada-goto-next-word): Don't change the syntax of "_".
16385         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
16386         with-wrapper-hook.
16388 2013-05-08  Sam Steingold  <sds@gnu.org>
16390         * thingatpt.el (thing-at-point): Accept optional second argument
16391         NO-PROPERTIES to strip the text properties from the return value.
16392         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
16393         to `thing-at-point' instead of stripping the properties ourselves.
16394         Also, when `thing-at-point' fails to find a url, prepend "http://"
16395         to the filename at point on the assumption that the user is
16396         pointing at something like gnu.org/gnu.
16398 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
16400         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16401         * faces.el (crm-separator):
16402         Silence byte-compiler.
16404         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
16405         (tool-bar-map): Remove unneeded defvars.
16407 2013-05-08  Leo Liu  <sdl.web@gmail.com>
16409         Re-work a fix for bug#10994 based on Le Wang's patch.
16410         * ido.el (ido-remove-consecutive-dups): New helper.
16411         (ido-completing-read): Use it.
16412         (ido-chop): Revert fix for bug#10994.
16414 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
16416         * cus-edit.el (custom-save-variables):
16417         Pretty-print long values.  (Bug#14187)
16419 2013-05-08  Glenn Morris  <rgm@gnu.org>
16421         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
16422         (m4-mode-syntax-table): Init in the defvar.
16423         (m4-mode-abbrev-table): Let define-derived-mode define it.
16425 2013-05-08  Tom Tromey  <tromey@redhat.com>
16427         * progmodes/m4-mode.el (m4-mode-syntax-table):
16428         Do not treat "_" as word constituent.  (Bug#14167)
16430 2013-05-07  Glenn Morris  <rgm@gnu.org>
16432         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
16433         Remove explicit eshell-isearch-cancel-map.
16435         * progmodes/f90.el (f90-smart-end-names): New option.
16436         (f90-smart-end): Doc fix.
16437         (f90-end-block-optional-name): New constant.
16438         (f90-block-match): Respect f90-smart-end-names.
16440 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16442         * progmodes/octave.el (octave-smie-forward-token): Be more careful
16443         about implicit semi-colons (bug#14218).
16445 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16447         * frame.el (display-monitor-attributes-list)
16448         (frame-monitor-attributes): New functions.
16450 2013-05-06  Leo Liu  <sdl.web@gmail.com>
16452         * progmodes/octave.el (octave-syntax-propertize-function): Change
16453         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
16454         (octave-font-lock-keywords): Use octave-operator-regexp.
16455         (octave-completion-at-point): Rename from
16456         octave-completion-at-point-function.
16457         (inferior-octave-directory-tracker): Robustify.
16458         (octave-text-functions): Remove and fix its uses.  No such things
16459         any more.
16461 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16463         * emacs-lisp/trace.el (trace--display-buffer): New function.
16464         (trace-make-advice): Use it.
16466 2013-05-06  Juri Linkov  <juri@jurta.org>
16468         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
16469         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
16470         Doc fix.
16471         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
16472         in the help string.  (Bug#12985)
16474 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
16476         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
16478 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16480         * progmodes/perl-mode.el: Add support for here documents.
16481         (perl-syntax-propertize-function): Match here-doc markers.
16482         (perl-syntax-propertize-special-constructs): Find their end.
16483         (perl-imenu-generic-expression): Use [:alnum:].
16485         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
16486         (advice--add-function): Refresh the advice if already present
16487         (bug#14317).
16489 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
16491         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
16493 2013-05-06  Glenn Morris  <rgm@gnu.org>
16495         * w32-fns.el (w32-charset-info-alist): Declare.
16497         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
16498         of its defcustom properties.
16499         (eshell-cmpl-initialize): No need to load pcomplete.
16501         * generic-x.el: No need to require comint when compiling.
16503         * net/eudc-export.el: Make it loadable without bbdb.
16504         (top-level): Use require rather than load-library.
16505         (eudc-create-bbdb-record, eudc-bbdbify-phone)
16506         (eudc-batch-export-records-to-bbdb)
16507         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
16508         Require bbdb.
16510 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16512         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
16513         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
16514         some tweaks, instead.
16516 2013-05-05  Leo Liu  <sdl.web@gmail.com>
16518         * progmodes/octave.el (octave-font-lock-keywords)
16519         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
16520         (inferior-octave-send-list-and-digest): Improve error message.
16521         (octave-mode, inferior-octave-mode): Use setq-local.
16522         (octave-help): Set info-lookup-mode.
16524 2013-05-05  Richard Stallman  <rms@gnu.org>
16526         * vc/compare-w.el (compare-windows-whitespace):
16527         Treat no-break space as whitespace.
16529         * mail/rmailsum.el (rmail-summary-rmail-update):
16530         Detect empty summary and don't change selected message.
16531         (rmail-summary-goto-msg): Likewise.
16533         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
16534         Doc fixes, rename args.
16536 2013-05-05  Alan Mackenzie  <acm@muc.de>
16538         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
16540 2013-05-05  Juri Linkov  <juri@jurta.org>
16542         * info.el (Info-read-subfile): Use (point-min) instead of (point)
16543         to not add the length of the summary segment to the return value.
16544         (Bug#14125)
16546 2013-05-05  Leo Liu  <sdl.web@gmail.com>
16548         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
16549         (inferior-octave-output-filter): Remove.
16550         (octave-send-region, inferior-octave-startup): Fix callers.
16551         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
16552         (octave-binary-file-extensions): New user variable.
16553         (octave-find-definition): Confirm if opening binary files.
16554         (octave-help-file): Use octave-find-definition to get the binary
16555         confirmation.
16556         (octave-help): Adjust for octave-help-file change.
16558 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16560         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
16561         Merge the two entries that handle function definitions.
16562         (pascal--syntax-propertize): New const.
16563         (pascal-mode): Use it.  Use setq-local.
16565 2013-05-04  Glenn Morris  <rgm@gnu.org>
16567         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
16568         (diary-from-outlook): Respect diary-from-outlook-function.
16570 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16572         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
16573         Move the declaration from C.
16574         (read-minibuffer, eval-minibuffer): Move from C.
16575         (completion-setup-function): Avoid minibuffer-completion-contents.
16577 2013-05-03  Leo Liu  <sdl.web@gmail.com>
16579         * progmodes/octave.el (octave-font-lock-keywords): Do not
16580         dehighlight 'end' in comments or strings.
16581         (octave-completing-read, octave-goto-function-definition):
16582         New helpers.
16583         (octave-help-buffer): New user variable.
16584         (octave-help-file, octave-help-function): New button types.
16585         (octave-help): New command and bind it to C-h ;.
16586         (octave-find-definition): New command and bind it to M-.
16587         (user-error): Alias to error if not defined.
16589 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16591         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
16592         for \.  (bug#14332)
16593         (octave-font-lock-keywords): Include [ and {.
16595 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16597         * progmodes/octave.el (inferior-octave-startup-file): Change default.
16598         (inferior-octave): Remove calling comint-mode and return the buffer.
16599         (inferior-octave-startup): Cosmetic changes.
16601 2013-05-02  Leo Liu  <sdl.web@gmail.com>
16603         * progmodes/octave.el (octave-syntax-propertize-function):
16604         Include the case when ' is at line beginning.  (Bug#14336)
16606 2013-05-02  Glenn Morris  <rgm@gnu.org>
16608         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
16609         * desktop.el (vc-dir-mode): Just autoload it here.
16611 2013-05-02  Alan Mackenzie  <acm@muc.de>
16613         Eliminate variable c-standard-font-lock-fontify-region-function.
16614         * progmodes/cc-mode.el
16615         (c-standard-font-lock-fontify-region-function): Remove.
16616         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
16618 2013-05-01  Leo Liu  <sdl.web@gmail.com>
16620         * progmodes/octave.el: Compatible with older emacs-24 releases.
16621         (inferior-octave-has-built-in-variables): Remove.  Built-in
16622         variables were removed from Octave in 2007.
16623         (inferior-octave-startup): Fix uses.
16624         (comint-line-beginning-position): Remove compatibility code for
16625         emacs 21.
16627 2013-05-01  Juri Linkov  <juri@jurta.org>
16629         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
16631 2013-05-01  Juri Linkov  <juri@jurta.org>
16633         * comint.el (comint-previous-matching-input): Don't print message
16634         "History item: %d" when `isearch-mode' is active.
16635         (comint-history-isearch-message): Print message "History item: %d"
16636         when `comint-input-ring-index' is not empty and this function is
16637         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
16639 2013-05-01  Leo Liu  <sdl.web@gmail.com>
16641         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
16642         definitions.  Use completion-at-point to insert keywords.
16643         (octave-abbrev-start): Remove.
16644         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
16646 2013-04-30  Leo Liu  <sdl.web@gmail.com>
16648         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
16649         change.
16651 2013-04-30  Alan Mackenzie  <acm@muc.de>
16653         Handle arbitrarily long C++ member initialisation lists.
16654         * progmodes/cc-engine.el (c-back-over-member-initializers):
16655         new function.
16656         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
16657         (most) member init lists.
16659 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
16661         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
16662         variable.
16664 2013-04-30  Leo Liu  <sdl.web@gmail.com>
16666         * progmodes/octave.el (octave-variables): Remove.  No builtin
16667         variables any more.  All converted to functions.
16668         (octave-font-lock-keywords, octave-completion-at-point-function):
16669         Fix uses.
16670         (octave-font-lock-texinfo-comment): New user variable.
16671         (octave-texinfo-font-lock-keywords): New variable for texinfo
16672         comment block.
16673         (octave-function-comment-block): New face.
16674         (octave-font-lock-texinfo-comment): New function.
16675         (octave-mode): Font lock texinfo comment block.
16677 2013-04-29  Leo Liu  <sdl.web@gmail.com>
16679         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
16680         indexing expression.
16681         (octave-continuation-string): Do not use \.
16682         (inferior-octave-complete-impossible): Remove.
16683         (inferior-octave-completion-table)
16684         (inferior-octave-completion-at-point): Remove its uses.
16685         (inferior-octave-startup): completion_matches was introduced to
16686         Octave in 1996 so safe to assume it.
16687         (octave-function-file-comment): Improve to follow how Octave does it.
16688         (octave-update-function-file-comment): Tweak.
16690 2013-04-29  Leo Liu  <sdl.web@gmail.com>
16692         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
16693         (inferior-octave-startup): Remove inferior-octave-startup-hook.
16694         (octave-function-file-comment): Fix typo.
16695         (octave-sync-function-file-names): Use read-char-choice.
16697 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
16699         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
16700         to t for the less important warnings.
16702 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
16704         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
16706 2013-04-27  Glenn Morris  <rgm@gnu.org>
16708         * vc/log-view.el (log-view-current-entry):
16709         Treat "---" separator lines as part of the following rev.  (Bug#14169)
16711 2013-04-27  Juri Linkov  <juri@jurta.org>
16713         * subr.el (read-number): Doc fix about using it by interactive
16714         code letter `n'.  (Bug#14254)
16716 2013-04-27  Juri Linkov  <juri@jurta.org>
16718         * desktop.el (desktop-auto-save-timeout): New option.
16719         (desktop-file-checksum): New variable.
16720         (desktop-save): Add optional arg `auto-save' and don't auto-save
16721         if nothing changed.
16722         (desktop-auto-save-timer): New variable.
16723         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
16724         (after-init-hook): Call `desktop-auto-save-set-timer'.
16725         Suggested by Reuben Thomas <rrt@sc3d.org> in
16726         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
16728 2013-04-27  Leo Liu  <sdl.web@gmail.com>
16730         * progmodes/octave.el (octave-function-file-p)
16731         (octave-skip-comment-forward, octave-function-file-comment)
16732         (octave-update-function-file-comment): New functions.
16733         (octave-mode-map): Bind C-c ; to
16734         octave-update-function-file-comment.
16735         (octave-mode-menu): Add octave-update-function-file-comment.
16736         (octave-mode, inferior-octave-mode): Fix doc-string.
16737         (octave-insert-defun): Conform to Octave's coding convention.
16738         (Bug#14285)
16740         * files.el (basic-save-buffer): Don't let errors in
16741         before-save-hook prevent saving buffer.
16743 2013-04-20  Roland Winkler  <winkler@gnu.org>
16745         * faces.el (read-face-name): Use completing-read if arg multiple
16746         is nil.
16748 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
16750         * ls-lisp.el (ls-lisp-insert-directory): If no files are
16751         displayed, move point to after the totals line.
16752         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
16753         for the details.
16755 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16757         * emacs-lisp/package.el (package-autoload-ensure-default-file):
16758         Add current dir to the load-path.
16759         (package-generate-autoloads): Don't rely on
16760         autoload-ensure-default-file.
16762 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
16764         * textmodes/remember.el (remember-store-in-files): Document that
16765         the file name format is passed to `format-time-string'.
16767 2013-04-26  Leo Liu  <sdl.web@gmail.com>
16769         * progmodes/octave.el (octave-sync-function-file-names): New function.
16770         (octave-mode): Use it in before-save-hook.
16772 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16774         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
16775         (bug#14274).
16777         * progmodes/octave.el (octave-smie-forward-token): Properly skip
16778         \n and comment, even if it's not an implicit ; (bug#14218).
16780 2013-04-26  Glenn Morris  <rgm@gnu.org>
16782         * subr.el (read-number): Once more use `read' rather than
16783         `string-to-number', to trap non-numeric input.  (Bug#14254)
16785 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
16787         * emacs-lisp/syntax.el (syntax-propertize-multiline):
16788         Use `syntax-multiline' text property consistently instead of
16789         `font-lock-multiline'.  (Bug#14237)
16791 2013-04-26  Glenn Morris  <rgm@gnu.org>
16793         * emacs-lisp/shadow.el (list-load-path-shadows):
16794         No longer necessary to check for duplicate simple.el, since
16795         2012-07-07 change to init_lread to not include installation lisp
16796         directories in load-path when running uninstalled.  (Bug#14270)
16798 2013-04-26  Leo Liu  <sdl.web@gmail.com>
16800         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
16801         (octave-mode, inferior-octave-mode): Use setq-local.
16802         (octave-not-in-string-or-comment-p): Rename to
16803         octave-in-string-or-comment-p.
16804         (octave-in-comment-p, octave-in-string-p)
16805         (octave-in-string-or-comment-p): Replace defsubst with defun.
16807 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
16809         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
16811 2013-04-25  Bastien Guerry  <bzg@gnu.org>
16813         * textmodes/remember.el (remember-data-directory)
16814         (remember-directory-file-name-format): Fix custom types.
16816 2013-04-25  Leo Liu  <sdl.web@gmail.com>
16818         * progmodes/octave.el (octave-completion-at-point-function):
16819         Make use of inferior octave process.
16820         (octave-initialize-completions): Remove.
16821         (inferior-octave-completion-table): New function.
16822         (inferior-octave-completion-at-point): Use it.
16823         (octave-completion-alist): Remove.
16825 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16827         * progmodes/opascal.el: Use font-lock and syntax-propertize.
16828         (opascal-mode-syntax-table): New var.
16829         (opascal-literal-kind, opascal-is-literal-end)
16830         (opascal-literal-token-at): Rewrite.
16831         (opascal--literal-start-re, opascal-font-lock-keywords)
16832         (opascal--syntax-propertize): New constants.
16833         (opascal-font-lock-defaults): Adjust.
16834         (opascal-mode): Use them.  Set comment-<foo> variables as well.
16835         (delphi-comment-face, opascal-comment-face, delphi-string-face)
16836         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
16837         (delphi-other-face, opascal-other-face): Remove face variables.
16838         (opascal-save-state): Remove macro.
16839         (opascal-fontifying-progress-step): Remove constant.
16840         (opascal--ignore-changes): Remove var.
16841         (opascal-set-token-property, opascal-parse-next-literal)
16842         (opascal-is-stable-literal, opascal-complete-literal)
16843         (opascal-is-literal-start, opascal-face-of)
16844         (opascal-parse-region, opascal-parse-region-until-stable)
16845         (opascal-fontify-region, opascal-after-change)
16846         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
16847         (opascal-debug-parse-region, opascal-debug-parse-window)
16848         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
16849         (opascal-debug-fontify-buffer): Remove.
16850         (opascal-debug-mode-map): Adjust accordingly.
16852 2013-04-25  Leo Liu  <sdl.web@gmail.com>
16854         Merge octave-mod.el and octave-inf.el into octave.el with some
16855         cleanups.
16856         * progmodes/octave.el: New file renamed from octave-mod.el.
16857         * progmodes/octave-inf.el: Merged into octave.el.
16858         * progmodes/octave-mod.el: Renamed to octave.el.
16860 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
16862         * textmodes/reftex-vars.el
16863         (reftex-label-ignored-macros-and-environments): New defcustom.
16865         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
16867 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16869         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
16870         (smie-indent-keyword): Improve the check to ensure that the next
16871         comment is really on the same line.
16872         (smie-indent-comment): Don't align with a subsequent closer (or eob).
16874         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
16875         semi-colons if the line is not otherwise empty (bug#14218).
16877 2013-04-25  Glenn Morris  <rgm@gnu.org>
16879         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
16881 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16883         * progmodes/opascal.el (opascal-set-token-property): Rename from
16884         opascal-set-text-properties and only set `token' (bug#14134).
16885         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
16886         (opascal-literal-text-properties): Remove.
16887         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
16888         Adjust callers.
16890 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
16892         * textmodes/remember.el (remember-handler-functions): Add an
16893         option for a new handler `remember-store-in-files'.
16894         (remember-data-directory, remember-directory-file-name-format):
16895         New options.
16896         (remember-store-in-files): New function to store remember notes
16897         as separate files within a directory.
16899 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
16901         * progmodes/compile.el (compilation-next-error-function):
16902         Pass "formats" to compilation-find-file (bug#11777).
16904 2013-04-24  Glenn Morris  <rgm@gnu.org>
16906         * vc/vc-bzr.el (vc-bzr-print-log):
16907         * vc/vc-hg.el (vc-hg-print-log):
16908         * vc/vc-svn.el (vc-svn-print-log):
16909         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
16911         * vc/vc-bzr.el (vc-bzr-print-log):
16912         * vc/vc-cvs.el (vc-cvs-print-log):
16913         * vc/vc-git.el (vc-git-print-log):
16914         * vc/vc-hg.el (vc-hg-print-log):
16915         * vc/vc-mtn.el (vc-mtn-print-log):
16916         * vc/vc-rcs.el (vc-rcs-print-log):
16917         * vc/vc-sccs.el (vc-sccs-print-log):
16918         * vc/vc-svn.el (vc-svn-print-log):
16919         * vc/vc.el (vc-print-log-internal): Doc fixes.
16921 2013-04-23  Glenn Morris  <rgm@gnu.org>
16923         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
16924         Remove venerable code attempting to avoid substitute-command-keys.
16926 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
16928         * textmodes/reftex-vars.el (reftex-label-regexps):
16929         Call `reftex-compile-variables' after changes to this variable.
16931 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16933         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
16934         Use lexical-binding.
16935         (jit-lock-force-redisplay): Use markers, check buffer's continued
16936         existence and beware narrowed buffers.
16937         (jit-lock-fontify-now): Adjust call accordingly.
16939 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16941         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
16942         to avoid misleading the user.
16944 2013-04-22  Leo Liu  <sdl.web@gmail.com>
16946         * info-look.el: Prefer latex2e.info.  (Bug#14240)
16948 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
16950         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
16952         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
16953         * net/tramp.el (tramp-call-process): ... here.
16954         (tramp-set-completion-function, tramp-parse-putty):
16955         * net/tramp-adb.el (tramp-adb-execute-adb-command):
16956         * net/tramp-gvfs.el (tramp-gvfs-send-command):
16957         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16958         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
16959         (tramp-call-local-coding-command): Use `tramp-call-process'
16960         instead of `tramp-compat-call-process'.
16962         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
16963         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
16964         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
16965         (tramp-find-inline-compress): Improve traces.
16966         (tramp-maybe-send-script): Check for Perl binary.
16967         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
16969 2013-04-22  Daiki Ueno  <ueno@gnu.org>
16971         * epg.el (epg-context-pinentry-mode): New function.
16972         (epg-context-set-pinentry-mode): New function.
16973         (epg--start): Pass --pinentry-mode option to gpg command.
16975 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
16977         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
16978         `comint-dynamic-complete' is obsolete since 24.1, replaced by
16979         `completion-at-point'.  (Bug#13774)
16981         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
16982         default key binding for `describe-distribution' has been moved to
16983         `C-h C-o'.  (Bug#13970)
16985 2013-04-21  Glenn Morris  <rgm@gnu.org>
16987         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
16988         Add doc strings.
16989         (vc-print-log): Clarify interactive prompt.
16991 2013-04-20  Glenn Morris  <rgm@gnu.org>
16993         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16994         No longer include timestamp etc information.
16996 2013-04-20  Roland Winkler  <winkler@gnu.org>
16998         * faces.el (read-face-name): Bug fix, return just one face if arg
16999         multiple is nil.  (Bug#14209)
17001 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17003         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
17004         (remove-function): Autoload.
17006         * comint.el (comint-redirect-original-filter-function): Remove.
17007         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
17008         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
17009         (vc-cvs-annotate-command):
17010         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
17011         * progmodes/prolog.el (prolog-consult-compile):
17012         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
17013         Use add/remove-function instead.
17014         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
17015         (gud-tooltip-process-output, gud-tooltip-tips):
17016         Use add/remove-function instead.
17017         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
17018         (scheme-interaction-mode, exit-scheme-interaction-mode):
17019         Use add/remove-function instead.
17021         * vc/vc-dispatcher.el: Use lexical-binding.
17022         (vc--process-sentinel): Rename from vc-process-sentinel.
17023         Change last arg to be the code to run.  Don't use vc-previous-sentinel
17024         and vc-sentinel-commands any more.
17025         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
17026         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
17028 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
17030         * progmodes/sh-script.el (sh-imenu-generic-expression):
17031         Handle function names with a single character.  (Bug#14111)
17033 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
17035         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
17036         for subroutines defined in an eval (bug#14182).
17038 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17040         * bookmark.el (bookmark-completing-read): Improve handling of empty
17041         string (bug#14176).
17043 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17045         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
17047 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17049         New faster Imenu implementation (bug#14058).
17050         * progmodes/python.el (python-imenu-prev-index-position)
17051         (python-imenu-format-item-label-function)
17052         (python-imenu-format-parent-item-label-function)
17053         (python-imenu-format-parent-item-jump-label-function):
17054         New vars.
17055         (python-imenu-format-item-label)
17056         (python-imenu-format-parent-item-label)
17057         (python-imenu-format-parent-item-jump-label)
17058         (python-imenu--put-parent, python-imenu--build-tree)
17059         (python-imenu-create-index, python-imenu-create-flat-index)
17060         (python-util-popn): New functions.
17061         (python-mode): Set imenu-create-index-function to
17062         python-imenu-create-index.
17064 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17066         * winner.el (winner-active-region): Use region-active-p, activate-mark
17067         and deactivate-mark (bug#14225).
17069         * simple.el (deactivate-mark): Don't inline it.
17071 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
17073         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
17075 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
17077         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
17078         file extensions from the archive-mode entry in order to prefer
17079         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
17081 2013-04-18  Leo Liu  <sdl.web@gmail.com>
17083         * bindings.el (help-event-list): Add ?\?.
17085 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17087         * subr.el (with-wrapper-hook): Declare obsolete.
17088         * simple.el (filter-buffer-substring-function): New hook.
17089         (filter-buffer-substring): Use it.
17090         (filter-buffer-substring-functions): Mark obsolete.
17091         * minibuffer.el (completion-in-region-function): New hook.
17092         (completion-in-region): Use it.
17093         (completion-in-region-functions): Mark obsolete.
17094         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
17095         * abbrev.el (abbrev-expand-function): New hook.
17096         (expand-abbrev): Use it.
17097         (abbrev-expand-functions): Mark obsolete.
17098         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
17099         and :filter-return.
17101 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17103         * progmodes/python.el (python-nav--syntactically): Fix cornercases
17104         and do not care about match data.
17106 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17108         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
17109         completion tables when completing error conditions and
17110         `declare' arguments.
17111         (lisp-complete-symbol, field-complete): Mark as obsolete.
17112         (check-parens): Unmatched parens are user errors.
17113         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
17115 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
17117         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
17118         command changed buffer (ie. `flyspell-pre-buffer' is not current
17119         buffer), which prevents making decisions based on invalid value of
17120         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
17121         cause an error when `flyspell-pre-point' was nil after switching
17122         buffers.
17123         (flyspell-post-command-hook): No longer needs to change buffers when
17124         checking pre-word.  While at it remove unnecessary progn.
17126 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
17128         * textmodes/ispell.el (ispell-add-per-file-word-list):
17129         Fix `flyspell-correct-word-before-point' error when accepting
17130         words and `coment-padding' is an integer by using
17131         `comment-normalize-vars' (Bug #14214).
17133 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17135         New defun movement commands.
17136         * progmodes/python.el (python-nav--syntactically)
17137         (python-nav--forward-defun, python-nav-backward-defun)
17138         (python-nav-forward-defun): New functions.
17140 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
17142         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
17143         (python-syntax-context): Use named compiler-macro for backwards
17144         compatibility with Emacs 24.x.
17146 2013-04-17  Leo Liu  <sdl.web@gmail.com>
17148         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
17149         octave-hide-process-buffer.
17151 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17153         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
17154         (bug#14216).
17156 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
17158         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
17159         Fix adjustment of offset when receiving incomplete responses from GDB
17160         (bug#14129).
17162 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17164         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
17165         python-mode-abbrev-table.
17166         (python-skeleton-define): Adjust accordingly.
17167         (python-mode-abbrev-table): New table that inherits from it so that
17168         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
17170         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
17171         (abbrev-symbol): Use it.
17172         (abbrev--before-point): Use it since we already handle inheritance.
17174 2013-04-16  Leo Liu  <sdl.web@gmail.com>
17176         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
17177         binding to info-lookup-symbol.
17179 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
17181         * minibuffer.el (completion--twq-all):
17182         * term/ns-win.el (ns-initialize-window-system):
17183         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
17185 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17187         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
17188         global bindings.
17190         * doc-view.el (doc-view-start-process): Handle url-handler directories.
17192 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
17194         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
17195         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
17196         to nil.
17197         (ruby-end-of-defun): Remove the unused arg, change the docstring
17198         to reflect that this function is only used as the value of
17199         `end-of-defun-function'.
17200         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
17201         to reflect an earlier change that beginning/end-of-defun functions
17202         jump between methods in a class definition, as well as top-level
17203         functions.
17205 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17207         * minibuffer.el (minibuffer-complete): Don't just scroll
17208         a *Completions* that's been iconified.
17209         (minibuffer-force-complete): Make sure repetitions do cycle when going
17210         through completion-in-region -> minibuffer-complete.
17212 2013-04-15  Alan Mackenzie  <acm@muc.de>
17214         Correct the placement of c-cpp-delimiters when there're #s not at
17215         col 0.
17217         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
17218         place a submatch around the #.
17219         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
17220         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
17221         on the #, not BOL.
17223 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17225         * emacs-lisp/nadvice.el: Properly test names when adding advice.
17226         (advice--member-p): New arg `name'.
17227         (advice--add-function, advice-member-p): Use it (bug#14202).
17229 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
17231         Reformulate java imenu-generic-expression.
17232         The old expression contained ill formed regexps.
17234         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
17235         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
17236         (cc-imenu-java-method-arg-regexp): New defconsts.
17237         (cc-imenu-java-build-type-args-regex): New defun.
17238         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
17239         handling of spaces in the regexp.
17241 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
17243         * textmodes/ispell.el (ispell-command-loop): Remove
17244         flyspell highlight of a word when ispell accepts it (bug #14178).
17246 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
17248         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
17249         uses code from the previous `ange-ftp-run-real-handler'.
17250         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
17251         only in case that function exist.  This is needed for proper
17252         unloading of Tramp.
17254 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
17256         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
17258         * textmodes/reftex.el (reftex-compile-variables): Use it.
17260 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17262         * files.el (normal-mode): Only use default major-mode if no other mode
17263         was specified.
17265         * emacs-lisp/trace.el (trace-values): New function.
17267         * files.el: Allow : in local variables (bug#14089).
17268         (hack-local-variable-regexp): New var.
17269         (hack-local-variables-prop-line, hack-local-variables): Use it.
17271 2013-04-13  Roland Winkler  <winkler@gnu.org>
17273         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
17274         data before it gets modified by bibtex-beginning-of-entry.
17276 2013-04-13  Roland Winkler  <winkler@gnu.org>
17278         * textmodes/bibtex.el (bibtex-url): Doc fix.
17280 2013-04-13  Roland Winkler  <winkler@gnu.org>
17282         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
17283         does not visit a BibTeX file, exclude it from the list of buffers
17284         returned by bibtex-initialize.
17286 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
17288         * window.el (split-window): Remove interactive form, since as a
17289         command this function is a special case of split-window-below.
17290         Correct doc string.
17292 2013-04-12  Roland Winkler  <winkler@gnu.org>
17294         * faces.el (read-face-name): Do not override value of arg default.
17295         Allow single faces and strings as default values.  Remove those
17296         elements from return value that are not faces.
17297         (describe-face): Simplify.
17298         (face-at-point): New optional args thing and multiple so that this
17299         function can provide the same functionality previously provided by
17300         read-face-name.
17301         (make-face-bold, make-face-unbold, make-face-italic)
17302         (make-face-unitalic, make-face-bold-italic, invert-face)
17303         (modify-face, read-face-and-attribute): Use face-at-point.
17305         * cus-edit.el (customize-face, customize-face-other-window)
17306         * cus-theme.el (custom-theme-add-face)
17307         * face-remap.el (buffer-face-set)
17308         * facemenu.el (facemenu-set-face): Use face-at-point.
17310 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
17312         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
17314 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
17316         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
17317         off leading { and trailing } from field values.
17319 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17321         * emacs-lisp/timer.el (timer--check): New function.
17322         (timer--time, timer-set-function, timer-event-handler): Use it.
17323         (timer-set-idle-time): Simplify.
17324         (timer--activate): CSE.
17325         (timer-event-handler): Give more info in error message.
17326         (internal-timer-start-idle): New function, moved from C.
17328         * mpc.el (mpc-proc): Add `restart' argument.
17329         (mpc-proc-cmd): Use it.
17330         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
17331         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
17332         less often.
17334 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
17336         * progmodes/sh-script.el: Implement `sh-mode' own
17337         `add-log-current-defun-function' (bug#14112).
17338         (sh-current-defun-name): New function.
17339         (sh-mode): Use the function.
17341 2013-04-09  Bastien Guerry  <bzg@gnu.org>
17343         * simple.el (choose-completion-string): Fix docstring (bug#14163).
17345 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17347         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
17349         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
17350         timer (bug#14156).
17352 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
17354         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
17355         declaration.
17357 2013-04-07  Leo Liu  <sdl.web@gmail.com>
17359         * pcmpl-x.el: New file.
17361 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
17363         Do not set x-display-name until X connection is established.
17364         This is needed to prevent from weird situation described at
17365         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
17366         * frame.el (make-frame): Set x-display-name after call to
17367         window system initialization function, not before.
17368         * term/x-win.el (x-initialize-window-system): Add optional
17369         display argument and use it.
17370         * term/w32-win.el (w32-initialize-window-system):
17371         * term/ns-win.el (ns-initialize-window-system):
17372         * term/pc-win.el (msdos-initialize-window-system):
17373         Add compatible optional display argument.
17375 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
17377         * files.el (normal-backup-enable-predicate): On MS-Windows and
17378         MS-DOS compare truenames of temporary-file-directory and of the
17379         file, so that 8+3 aliases (usually found in $TEMP on Windows)
17380         don't fail comparison by compare-strings.  Also, compare file
17381         names case-insensitively on MS-Windows and MS-DOS.
17383 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17385         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
17386         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
17388 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
17390         * whitespace.el (whitespace-color-on, whitespace-color-off):
17391         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
17393 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
17395         * ispell.el (ispell-set-spellchecker-params):
17396         Really set `ispell-args' for all equivs.
17398 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17400         * ido.el (ido-completions): Use extra elements of ido-decorations
17401         (bug#14143).
17402         (ido-decorations): Update docstring.
17404 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
17406         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17407         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
17408         nil during initialization, in order not to miss changes since the
17409         file was opened.  (Bug#14140)
17411 2013-04-05  Leo Liu  <sdl.web@gmail.com>
17413         * kmacro.el (kmacro-call-macro): Fix bug#14135.
17415 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
17417         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
17419 2013-04-04  Glenn Morris  <rgm@gnu.org>
17421         * electric.el (electric-pair-inhibit-predicate): Add :version.
17423 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17425         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
17426         when a package is required several times (bug#14082).
17428 2013-04-04  Roland Winkler  <winkler@gnu.org>
17430         * faces.el (read-face-name): Behave as promised by the docstring.
17431         Assume that arg default is a list of faces.
17432         (describe-face): Call read-face-name with list of default faces.
17434 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17436         * bookmark.el: Fix deletion of bookmarks (bug#13972).
17437         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
17438         (bookmark-bmenu-execute-deletions): Only skip first line if it's
17439         the header.
17440         (bookmark-exit-hook-internal): Save even if list is empty.
17442 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
17444         * emacs-lisp/package.el (package-pinned-packages): New var.
17445         (package--add-to-archive-contents): Obey it (bug#14118).
17447 2013-04-03  Alan Mackenzie  <acm@muc.de>
17449         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
17450         Also adapt to the new values of element 7 of a parse state.
17452         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
17453         parameter `not-in-delimiter'.  Handle being inside comment opener.
17454         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
17455         character in case we're typing a '*' after a '/'.
17456         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
17457         instead by passing the parameter to c-state-pp-to-literal.
17459         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
17460         for elt. 7 of a parse state.
17462 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
17464         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
17465         * international/latin1-disp.el, international/mule-util.el:
17466         * language/cyril-util.el, language/european.el, language/ind-util.el:
17467         * language/lao-util.el, language/thai.el, language/tibet-util.el:
17468         * language/tibetan.el, language/viet-util.el:
17469         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
17471 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17473         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
17474         (electric-pair-post-self-insert-function): Use it.
17475         (electric-pair-default-inhibit): New function, extracted from
17476         electric-pair-post-self-insert-function.
17478 2013-03-31  Roland Winkler  <winkler@gnu.org>
17480         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
17482 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
17484         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
17486 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
17488         Un-indent after "pass" and "return" statements (Bug#13888)
17489         * progmodes/python.el (python-indent-block-enders): New var.
17490         (python-indent-calculate-indentation): Use it.
17492 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
17494         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
17495         defun.  Defining it as defalias could introduce too eager
17496         byte-compiler optimization.  (Bug#14030)
17498 2013-03-30  Chong Yidong  <cyd@gnu.org>
17500         * iswitchb.el (iswitchb-read-buffer): Fix typo.
17502 2013-03-30  Leo Liu  <sdl.web@gmail.com>
17504         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
17505         (kmacro-execute-from-register): Pass the keyboard macro to
17506         kmacro-call-macro or repeating won't work correctly.
17508 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
17510         * progmodes/subword.el: Back to using `forward-symbol'.
17512         * subr.el (forward-whitespace, forward-symbol)
17513         (forward-same-syntax): Move from thingatpt.el.
17515 2013-03-29  Leo Liu  <sdl.web@gmail.com>
17517         * kmacro.el (kmacro-to-register): New command.
17518         (kmacro-execute-from-register): New function.
17519         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
17521 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17523         * mpc.el: Use defvar-local and setq-local.
17524         (mpc--proc-connect): Connection failures are not bugs.
17525         (mpc-mode-map): `follow-link' only applies to the buffer's content.
17526         (mpc-volume-map): Bind to the up-events.
17528 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17530         * progmodes/subword.el (superword-mode): Use `forward-sexp'
17531         instead of `forward-symbol'.
17533 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17535         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
17536         (edebug--recursive-edit): Use it.
17537         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
17538         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
17540 2013-03-28  Leo Liu  <sdl.web@gmail.com>
17542         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
17544 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
17546         * facemenu.el (list-colors-callback): New defvar.
17547         (list-colors-redisplay): New function.
17548         (list-colors-display): Install list-colors-redisplay as the
17549         revert-buffer-function.  (Bug#14063)
17551 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17553         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
17554         and suffixes don't overlap (bug#14061).
17556         * case-table.el: Use lexical-binding.
17557         (case-table-get-table): New function.
17558         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
17560 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
17562         * progmodes/subword.el: Add `superword-mode' to do word motion
17563         over symbol_words (parallels and leverages `subword-mode' which
17564         does word motion inside MixedCaseWords).
17566 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
17568         * eshell/em-unix.el: Move su and sudo to...
17569         * eshell/em-tramp.el: ...Eshell tramp module.
17571 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17573         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
17574         Change return value to be a sexp.  Delay `get-buffer' to after
17575         restoring the desktop (bug#13951).
17577 2013-03-26  Leo Liu  <sdl.web@gmail.com>
17579         * register.el: Move semantic tag handling back to
17580         cedet/semantic/senator.el.  (Bug#14052)
17582 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17584         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
17585         into the prompt either (bug#13963).
17587 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17589         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
17590         part of "(error-foo)".
17592 2013-03-24  Juri Linkov  <juri@jurta.org>
17594         * replace.el (list-matching-lines-prefix-face): New defcustom.
17595         (occur-1): Pass `list-matching-lines-prefix-face' to the function
17596         `occur-engine' if `face-differs-from-default-p' returns t.
17597         (occur-engine): Add `,' inside backquote construct to evaluate
17598         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
17599         Pass `prefix-face' to the functions `occur-context-lines' and
17600         `occur-engine-add-prefix'.
17601         (occur-engine-add-prefix, occur-context-lines): Add optional arg
17602         `prefix-face' and propertize the prefix with `prefix-face'.
17603         (Bug#14017)
17605 2013-03-24  Leo Liu  <sdl.web@gmail.com>
17607         * nxml/rng-valid.el (rng-validate-while-idle)
17608         (rng-validate-quick-while-idle): Guard against deleted buffer.
17609         (Bug#13999)
17611         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
17612         is the last entry in kill-buffer-hook.
17614         * files.el (kill-buffer-hook): Doc fix.
17616 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
17618         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
17619         Make it safe-local.
17621         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
17623 2013-03-23  Leo Liu  <sdl.web@gmail.com>
17625         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
17626         Remove.
17628         * nxml/rng-valid.el (rng-validate-mode)
17629         (rng-after-change-function, rng-do-some-validation):
17630         * nxml/rng-maint.el (rng-validate-buffer):
17631         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
17632         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
17633         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
17634         (nxml-extend-after-change-region): Use with-silent-modifications.
17636         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
17637         timer-idle-list.
17639         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
17640         (rng-next-error-1, rng-previous-error-1): Do not let-bind
17641         timer-idle-list.  (Bug#13999)
17643 2013-03-23  Juri Linkov  <juri@jurta.org>
17645         * info.el (info-index-match): New face.
17646         (Info-index, Info-apropos-matches): Add a nested subgroup to the
17647         main pattern and add text properties with the new face to matches
17648         in index entries relative to the beginning of the index entry.
17649         (Bug#14015)
17651 2013-03-21  Eric Ludlam  <zappo@gnu.org>
17653         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
17654         Inhibit read only while inserting objects.
17656 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
17658         * progmodes/cfengine.el: Update docs to mention
17659         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
17660         symbol motion.  Remove "_" from the word syntax.
17662 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
17664         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
17665         syntax for both `cfengine2-mode' and `cfengine3-mode'.
17667 2013-03-20  Juri Linkov  <juri@jurta.org>
17669         * info.el (Info-next-reference-or-link)
17670         (Info-prev-reference-or-link): New functions.
17671         (Info-next-reference, Info-prev-reference): Use them.
17672         (Info-try-follow-nearest-node): Handle footnote navigation.
17673         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
17675 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17677         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
17678         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
17680 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
17682         Suppress unnecessary non-ASCII chatter during build process.
17683         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
17684         (batch-skkdic-convert): Suppress most of the chatter.
17685         It's not needed so much now that machines are faster,
17686         and its non-ASCII component was confusing; see Dmitry Gutov in
17687         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
17689 2013-03-20  Leo Liu  <sdl.web@gmail.com>
17691         * ido.el (ido-chop): Fix bug#10994.
17693 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
17695         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
17696         Remove vars.
17697         (whitespace-color-on, whitespace-color-off):
17698         Use `font-lock-fontify-buffer' (Bug#13817).
17700 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17702         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
17703         remapping in mode-line.
17704         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
17706 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
17708         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
17709         value for `whitespace-line' face (Bug#13875).
17710         (whitespace-font-lock-keywords): Change description.
17711         (whitespace-color-on): Don't save `font-lock-keywords' value, save
17712         the constructed keywords instead.
17713         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
17715 2013-03-19  Leo Liu  <sdl.web@gmail.com>
17717         * progmodes/compile.el (compilation-display-error): New command.
17718         (compilation-mode-map, compilation-minor-mode-map): Bind it to
17719         C-o.  (Bug#13992)
17721 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17723         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
17725 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
17727         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
17729 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
17731         * net/tramp-compat.el (tramp-compat-user-error): New defun.
17733         * net/tramp-adb.el (tramp-adb-handle-shell-command):
17734         * net/tramp-gvfs.el (top):
17735         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
17736         (tramp-handle-shell-command): Use it.
17737         (tramp-dissect-file-name): Raise an error when hostname is a
17738         method name, and neither method nor user is specified.
17740         * net/trampver.el: Update release number.
17742 2013-03-18  Leo Liu  <sdl.web@gmail.com>
17744         Make sure eldoc can be turned off properly.
17745         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
17746         eldoc-mode.
17747         (eldoc-display-message-p): Revert last change.
17748         (eldoc-display-message-no-interference-p)
17749         (eldoc-print-current-symbol-info): Tweak.
17751 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
17753         * doc-view.el (doc-view-new-window-function): Check the new window
17754         overlay's display property instead the char property of the
17755         buffer's first char.  Use `with-selected-window' instead of
17756         `save-window-excursion' with `select-window'.
17757         (doc-view-document->bitmap): Check the current doc-view overlay's
17758         display property instead the char property of the buffer's first char.
17760 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17762         Automate the build of ja-dic.el (Bug#13984).
17763         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
17764         from the input, rather than assume that it's been done for us by the
17765         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
17766         the current date into a ja-dic.el comment, as that complicates
17767         regression testing.
17769 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17771         * whitespace.el: Fix double evaluation.
17772         (whitespace-space, whitespace-hspace, whitespace-tab)
17773         (whitespace-newline, whitespace-trailing, whitespace-line)
17774         (whitespace-space-before-tab, whitespace-indentation)
17775         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
17776         obsolete defvars.
17777         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
17778         (whitespace-color-on): Use a single font-lock-add-keywords call.
17779         Fix double-evaluation of face variables.
17781 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
17783         * net/tramp-adb.el (tramp-adb-parse-device-names):
17784         Use `start-process' instead of `call-process'.  Otherwise, the
17785         function might be blocked under MS Windows.  (Bug#13299)
17787 2013-03-17  Leo Liu  <sdl.web@gmail.com>
17789         Extend eldoc to display info in the mode-line.  (Bug#13978)
17790         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
17791         (eldoc-mode-line-string): New variable.
17792         (eldoc-minibuffer-message): New function.
17793         (eldoc-message-function): New variable.
17794         (eldoc-message): Use it.
17795         (eldoc-display-message-p)
17796         (eldoc-display-message-no-interference-p):
17797         Support eldoc-post-insert-mode.
17799         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
17800         (eval-expression): Run it.
17802 2013-03-17  Roland Winkler  <winkler@gnu.org>
17804         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
17805         strings in the list of return values.
17807 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
17809         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
17810         radix before checking for HMS forms.
17812 2013-03-16  Leo Liu  <sdl.web@gmail.com>
17814         * progmodes/scheme.el: Add indentation and font-locking for λ.
17815         (Bug#13975)
17817 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17819         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
17820         token before point (bug#13942).
17822 2013-03-16  Leo Liu  <sdl.web@gmail.com>
17824         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
17826 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
17828         * startup.el (command-line-normalize-file-name): Fix handling of
17829         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
17830         <xfq.free@gmail.com> in
17831         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
17833 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
17835         Sync with Tramp 2.2.7.
17837         * net/trampver.el: Update release number.
17839 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
17841         * doc-view.el: Fix bug#13887.
17842         (doc-view-insert-image): Don't modify overlay associated to
17843         non-live windows, and implement horizontal centering of image in
17844         case it's smaller than the window.
17845         (doc-view-new-window-function): Force redisplay of new windows on
17846         doc-view buffers.
17848 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
17850         * saveplace.el (save-place-alist-to-file): Don't sort
17851         `save-place-alist', just pretty-print it (bug#13882).
17853 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
17855         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17856         Check whether `default-file-name-coding-system' is bound.
17857         It isn't in XEmacs.
17859 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17861         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
17862         backquotes for `obsolete' (bug#13929).
17864         * international/mule.el (find-auto-coding): Include file name in
17865         obsolescence warning (bug#13922).
17867 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
17869         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
17870         for CFEngine 3-specific indentation.
17871         (cfengine3-indent-line): Use it.  Fix up category regex.
17872         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
17874 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17876         * type-break.el (type-break-file-name):
17877         * textmodes/remember.el (remember-data-file):
17878         * strokes.el (strokes-file):
17879         * shadowfile.el (shadow-initialize):
17880         * saveplace.el (save-place-file):
17881         * ps-bdf.el (bdf-cache-file):
17882         * progmodes/idlwave.el (idlwave-config-directory):
17883         * net/quickurl.el (quickurl-url-file):
17884         * international/kkc.el (kkc-init-file-name):
17885         * ido.el (ido-save-directory-list-file):
17886         * emulation/viper.el (viper-custom-file-name):
17887         * emulation/vip.el (vip-startup-file):
17888         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
17889         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
17891 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
17893         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
17894         * language/thai-word.el: Switch to UTF-8.
17896 See ChangeLog.16 for earlier changes.
17898 ;; Local Variables:
17899 ;; coding: utf-8
17900 ;; End:
17902   Copyright (C) 2011-2014 Free Software Foundation, Inc.
17904   This file is part of GNU Emacs.
17906   GNU Emacs is free software: you can redistribute it and/or modify
17907   it under the terms of the GNU General Public License as published by
17908   the Free Software Foundation, either version 3 of the License, or
17909   (at your option) any later version.
17911   GNU Emacs is distributed in the hope that it will be useful,
17912   but WITHOUT ANY WARRANTY; without even the implied warranty of
17913   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17914   GNU General Public License for more details.
17916   You should have received a copy of the GNU General Public License
17917   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.