eww easy-menu fixes
[emacs.git] / lisp / ChangeLog
blobae68a2e4badbdfbb211c3cbb753b5ad7b2d5b949
1 2013-12-11  Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>  (tiny change)
3         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4         "Close browser" menu items.  Fix wrong function of "List
5         bookmarks".
7 2013-12-11  Juri Linkov  <juri@jurta.org>
9         * misearch.el (multi-isearch-buffers): Set the value of
10         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
11         arg of isearch-forward to t.
12         (multi-isearch-buffers-regexp): Set the value of
13         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
14         arg of isearch-forward-regexp to t.
15         (multi-isearch-files): Set the value of
16         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
17         arg of isearch-forward to t.
18         (multi-isearch-files-regexp): Set the value of
19         `multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
20         arg of isearch-forward-regexp to t.  (Bug#16035)
22         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
23         arg of isearch-forward to t.
24         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
25         arg of isearch-forward-regexp to t.
26         (dired-isearch-filter-filenames): Remove unnecessary check for
27         `dired-isearch-filenames'.
29         * comint.el (comint-history-isearch-backward):
30         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
31         (comint-history-isearch-backward-regexp):
32         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
34 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
36         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
37         unmsys--file-name.  (Bug#16099)
39 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
41         * emacs-lisp/package.el (package-keyword-button-action): Remove
42         finder.el require dependency.
44 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
46         * emacs-lisp/package.el: Require finder.el.
47         (describe-package-1): Add keyword buttons.
48         (package-make-button): New convenience function.
49         (package-keyword-button-action): Keyword button action using
50         `finder-list-matches'
52 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
54         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
55         last commit.
57 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
59         * autorevert.el (auto-revert-notify-add-watch): Do not handle
60         symlinked files.
62 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
64         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
65         after the end of a percent literal.
67 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
69         * progmodes/ruby-mode.el (ruby-forward-string): Document.  Handle
70         caret-delimited strings (Bug#16079).
72 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
74         * progmodes/ruby-mode.el (ruby-accurate-end-of-block): When
75         `ruby-use-smie' is t, use `smie-forward-sexp' instead of
76         `ruby-parse-partial' (Bug#16078).
78 2013-12-09  Leo Liu  <sdl.web@gmail.com>
80         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
82 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
84         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
85         (js-switch-indent-offset): New option.
86         (js--proper-indentation): Use it.  And handle the case when
87         "default" is actually a key in an object literal.
88         (js--same-line): New function.
89         (js--multi-line-declaration-indentation): Use it.
90         (js--indent-in-array-comp, js--array-comp-indentation): New
91         functions.
92         (js--proper-indentation): Use them, to handle array comprehension
93         continuations.
95 2013-12-08  Leo Liu  <sdl.web@gmail.com>
97         * progmodes/flymake.el (flymake-highlight-line): Re-write.
98         (flymake-make-overlay): Remove arg MOUSE-FACE.
99         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
101 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
104         New function.
105         (redisplay-highlight-region-function): Use it.
107         * emulation/cua-base.el (cua--explicit-region-start)
108         (cua--last-region-shifted): Remove.
109         (cua--deactivate): Use deactivate-mark.
110         (cua--pre-command-handler-1): Don't handle shift-selection.
111         (cua--post-command-handler-1): Don't change transient-mark-mode.
112         (cua--select-keymaps): Use region-active-p rather than
113         cua--explicit-region-start or cua--last-region-shifted.
114         (cua-mode): Enable shift-select-mode.
116 2013-12-08  Leo Liu  <sdl.web@gmail.com>
118         * progmodes/flymake.el (flymake-popup-current-error-menu):
119         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
120         (flymake-posn-at-point-as-event, flymake-popup-menu)
121         (flymake-make-emacs-menu): Remove.  (Bug#16077)
123 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
125         * rect.el (rectangle-mark-mode): Activate mark even if
126         transient-mark-mode is off (bug#16066).
127         (rectangle--highlight-for-redisplay): Fix boundary condition when point
128         is > mark and at bolp.
130         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
131         (region-extract-function): Use it.
132         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
133         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
134         Delete functions.
135         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
136         kill-ring-save, kill-region, delete-char, delete-forward-char.
137         Ignore self-insert-iso.
139         * emulation/cua-gmrk.el (cua--init-global-mark):
140         Ignore `self-insert-iso'.
142         * emulation/cua-base.el (cua--prefix-copy-handler)
143         (cua--prefix-cut-handler): Rely on region-extract-function rather than
144         checking cua--rectangle.
145         (cua-delete-region): Use region-extract-function.
146         (cua-replace-region): Delete function.
147         (cua-copy-region, cua-cut-region): Obey region-extract-function.
148         (cua--pre-command-handler-1): Don't do the delete-selection thing.
149         (cua--self-insert-char-p): Ignore `self-insert-iso'.
150         (cua--init-keymaps): Don't remap delete-selection commands.
151         (cua-mode): Use delete-selection-mode instead of rolling our own
152         (bug#16085).
154         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
155         Obey region-extract-function.
157         Make registers and delete-selection-mode work on rectangles.
158         * register.el (describe-register-1): Don't modify the register's value.
159         (copy-to-register): Obey region-extract-function.
160         * delsel.el (delete-active-region): Obey region-extract-function.
162 2013-12-08  Leo Liu  <sdl.web@gmail.com>
164         * progmodes/flymake.el (flymake, flymake-error-bitmap)
165         (flymake-warning-bitmap, flymake-fringe-indicator-position)
166         (flymake-compilation-prevents-syntax-check)
167         (flymake-start-syntax-check-on-newline)
168         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
169         (flymake-start-syntax-check-on-find-file, flymake-log-level)
170         (flymake-xml-program, flymake-master-file-dirs)
171         (flymake-master-file-count-limit)
172         (flymake-allowed-file-name-masks): Relocate.
173         (flymake-makehash, flymake-float-time)
174         (flymake-replace-regexp-in-string, flymake-split-string)
175         (flymake-get-temp-dir): Remove.
176         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
177         (flymake-current-row, flymake-selected-frame)
178         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
179         related functions.  (Bug#16077)
181 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
183         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
185 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
187         * help-fns.el (describe-function-1): Use new advice-* functions
188         rather than old ad-* functions.  Fix function type description and
189         source links for advised functions and subrs.
191 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
195 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
197         * progmodes/compile.el (compilation-start):
198         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
200         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
201         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
203 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
205         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
206         Touch up the last change.
208 2013-12-06  Leo Liu  <sdl.web@gmail.com>
210         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
211         (inferior-octave-startup): Always use "octave> " for prompt.
212         (octave-goto-function-definition)
213         (octave-sync-function-file-names)
214         (octave-find-definition-default-filename): Remove redundant backquotes.
216 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
218         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
219         syntax for `?'.
220         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
221         where appropriate already.
222         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
223         end of method names (Bug#15874).
225 2013-12-06  Juri Linkov  <juri@jurta.org>
227         * isearch.el (isearch--saved-overriding-local-map):
228         New internal variable.
229         (isearch-mode): Set it to the initial value of
230         `overriding-terminal-local-map'.
231         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
232         with `isearch--saved-overriding-local-map'.  (Bug#16035)
234 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
236         * progmodes/octave.el (inferior-octave-completion-table):
237         Turn back into function, use `completion-table-with-cache'
238         (Bug#11906).  Update all references.
240         * minibuffer.el (completion-table-with-cache): New function.
242 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
244         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
246 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
248         * net/eww.el (eww-current-source): New variable to store page
249         source.
250         (eww-display-html, eww-mode, eww-save-history)
251         (eww-restore-history): Use it.
252         (eww-view-source): New command to view page source.
253         Opportunistically uses `html-mode' to highlight the buffer.
254         (eww-mode-map): Install it.
256 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
258         * net/dbus.el (dbus-unregister-service)
259         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
260         Fix docstring.
261         (dbus-unregister-service): Skip :serial entries in
262         `dbus-registered-objects-table'.
263         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
265 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
267         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
268         around keywords with extra `split-string' argument.
270 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
272         * windmove.el (windmove-other-window-loc): Handle navigation
273         between windows (excluding the minibuffer window - Bug#16017).
275 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
277         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
278         in D-Bus type syntax.
279         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
280         preserve unibyte strings.  (Bug#16048)
282 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
284         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
285         Call force-mode-line-update is the proper buffer (bug#16042).
287 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
289         * vc/log-edit.el (log-edit-add-new-comment): Rename to
290         `log-edit-remember-comment', make argument optional.  Adjust all
291         callers.
292         (log-edit-mode): Add `log-edit-remember-comment' to
293         `kill-buffer-hook' locally.
294         (log-edit-kill-buffer): Don't remember comment explicitly since
295         the buffer is killed anyway.
297 2013-12-04  Juri Linkov  <juri@jurta.org>
299         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
300         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
302 2013-12-03  Tom Regner <tom@goochesa.de>  (tiny change)
304         * notifications.el (notifications-close-notification): Call the
305         D-Bus method with ID being a `:uint32'.  (Bug#16030)
307 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
309         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
311 2013-12-03  Juri Linkov  <juri@jurta.org>
313         * progmodes/compile.el (compilation-start): Rename window alist
314         entry `no-display-ok' to `allow-no-window'.
316         * simple.el (shell-command): Add window alist entry
317         `allow-no-window' to `display-buffer'.
318         (async-shell-command): Doc fix.
320         * window.el (display-buffer-no-window): New action function.
321         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
323 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
325         * vc/log-edit.el (log-edit-set-header): Extract from
326         `log-edit-toggle-header'.
327         (log-edit-extract-headers): Separate the summary, when extracted
328         from header, from the rest of the message with an empty line.
330         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
331         line, if present, to the Summary header.
333 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
335         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
336         in current-buffer (bug#16029).
338 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
340         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
341         (debugger-mode-map): Bind it.
342         (debugger--backtrace-base): New function.
343         (debugger-eval-expression): Use it.
344         (debugger-frame-number): Skip local vars when present.
345         (debugger--locals-visible-p, debugger--insert-locals)
346         (debugger--show-locals, debugger--hide-locals): New functions.
348 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
350         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
351         "LC_ALL".
352         (tramp-get-remote-locale): New defun.
353         (tramp-open-connection-setup-interactive-shell): Use it.
355 2013-12-02  Leo Liu  <sdl.web@gmail.com>
357         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
359         * progmodes/sh-script.el (sh-shell-process):
360         * progmodes/octave.el (inferior-octave-process-live-p):
361         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
362         (gdb-inferior-io-sentinel):
363         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
365 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
367         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
368         `save-selected-window' to `log-edit-hide-buf'.  This makes
369         `log-edit-show-files' idempotent.
370         (log-edit-show-files): Mark the new window as dedicated.
372 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
374         * vc/log-edit.el (log-edit-mode-map): Add binding for
375         `log-edit-kill-biffer'.
376         (log-edit-hide-buf): Add a FIXME comment.
377         (log-edit-add-new-comment): New function, extracted from
378         `log-edit-done'.
379         (log-edit-done, log-edit-add-to-changelog): Use it.
380         (log-edit-kill-buffer): New command.
382 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
385         instead of killing the buffer.
387 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
389         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
391 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
393         * net/eww.el (eww-form-checkbox-selected-symbol)
394         (eww-form-checkbox-symbol): New customizable variable.
395         (eww-form-checkbox, eww-toggle-checkbox):
396         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
398         * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
399         (shr--get-media-pref, shr--extract-best-source): New function.
400         (shr-tag-video, shr-tag-audio):  Use `shr--extract-best-source' when
401         no :src tag was specified.
403         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
404         (eww-render): Handle `eww-use-external-browser-for-content-type'.
405         Use \\` to match beginning of string instead of ^.
406         (eww-browse-with-external-browser): Provide optional URL parameter.
407         (eww-render): Set `eww-current-title' back to "".
409         * net/shr.el (shr-tag-video): Display content for video if no
410         poster is available.
411         (shr-tag-audio): Add support for <audio> tag.
413         * net/eww.el (eww-text-input-types): : New const.
414         (eww-process-text-input): Treat input types in
415         `eww-text-input-types' as text.
417         * net/shr.el (shr-tag-table): Fix comment typo.
419 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421         * net/eww.el (eww-follow-link): New command to avoid reloading
422         pages when we follow #target links (bug#15243).
423         (eww-quit): Special mode buffers shouldn't query before exiting.
425 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
427         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
428         forms.
430 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432         * net/eww.el (eww-restore-history): Update the window title after
433         moving in the history.
434         (eww-current-dom): New variable used to save the current DOM.
436 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
438         * vc/log-edit.el (log-edit-mode-map): Add binding for
439         `log-edit-beginning-of-line'.
440         (log-edit-setup-add-author): New user option.
441         (log-edit-beginning-of-line): New command.
442         (log-edit): Move major mode call above the contents setup so that
443         the local variable values are already applied.
444         (log-edit): Only insert "Author: " when
445         `log-edit-setup-add-author' is non-nil.
446         (log-edit): When SETUP is non-nil, position point after ": "
447         instead of point-min.
449 2013-12-01  Glenn Morris  <rgm@gnu.org>
451         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
453 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
455         * startup.el (fancy-splash-frame): On MS-Windows, trigger
456         redisplay to make sure the initial frame gets a chance to become
457         visible.  (Bug#16014)
459 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
461         Support resizing frames and windows pixelwise.
462         * cus-start.el (frame-resize-pixelwise)
463         (window-resize-pixelwise): New entries.
464         * emacs-lisp/debug.el (debug): Use window-total-height instead
465         of window-total-size.
466         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
467         * help.el (describe-bindings-internal): Call help-buffer
468         (temp-buffer-max-width): New option.
469         (resize-temp-buffer-window, help-window-setup)
470         (with-help-window): Rewrite.
471         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
472         dragging dividers.
473         * window.el (frame-char-size, window-min-pixel-height)
474         (window-safe-min-pixel-height, window-safe-min-pixel-width)
475         (window-min-pixel-width, window-safe-min-pixel-size)
476         (window-combination-p, window-safe-min-size)
477         (window-resizable-p, window--size-to-pixel)
478         (window--pixel-to-size, window--resize-apply-p): New functions.
479         (window-safe-min-height): Fix doc-string.
480         (window-size, window-min-size, window--min-size-1)
481         (window-sizable, window-sizable-p, window--min-delta-1)
482         (window-min-delta, window--max-delta-1, window-max-delta)
483         (window--resizable, window--resizable-p, window-resizable)
484         (window-full-height-p, window-full-width-p, window-at-side-p)
485         (window--in-direction-2, window-in-direction)
486         (window--resize-reset-1, window--resize-mini-window)
487         (window-resize, window-resize-no-error)
488         (window--resize-child-windows-normal)
489         (window--resize-child-windows, window--resize-siblings)
490         (window--resize-this-window, window--resize-root-window)
491         (window--resize-root-window-vertically)
492         (adjust-window-trailing-edge, enlarge-window, shrink-window)
493         (maximize-window, minimize-window, delete-window)
494         (quit-restore-window, window-split-min-size, split-window)
495         (balance-windows-2, balance-windows)
496         (balance-windows-area-adjust, balance-windows-area)
497         (window--state-get-1, window-state-get, window--state-put-1)
498         (window--state-put-2, window-state-put)
499         (display-buffer-record-window, window--display-buffer):
500         Make functions handle pixelwise sizing of windows.
501         (display-buffer--action-function-custom-type)
502         (display-buffer-fallback-action):
503         Add display-buffer-in-previous-window.
504         (display-buffer-use-some-window): Resize window to height it had
505         before.
506         (fit-window-to-buffer-horizontally): New option.
507         (fit-frame-to-buffer): Describe new values.
508         (fit-frame-to-buffer-bottom-margin): Replace with
509         fit-frame-to-buffer-margins.
510         (window--sanitize-margin): New function.
511         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
512         using window-text-pixel-size.
514 2013-11-30  Glenn Morris  <rgm@gnu.org>
516         * emacs-lisp/bytecomp.el (byte-compile-form):
517         Make the `interactive-only' warning like the `obsolete' one.
518         * comint.el (comint-run):
519         * files.el (insert-file-literally, insert-file):
520         * replace.el (replace-string, replace-regexp):
521         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
522         (goto-line, insert-buffer, next-line, previous-line):
523         Tweak `interactive-only' spec.
525         Stop keeping (most) generated cedet grammar files in the repository.
526         * Makefile.in (semantic): New.
527         (compile-main): Depend on semantic.
529 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
531         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
532         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
534         * uniquify.el (uniquify-buffer-name-style): Change default.
536         * loadup.el: Preload "uniquify".
538         * time.el (display-time-update): Update all mode lines (bug#15999).
540         * electric.el (electric-indent-mode): Enable by default.
541         * loadup.el: Preload "electric".
543 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
545         * emacs-lisp/helpers.el (string-empty-p): New function.
546         (string-blank-p): New function.
548 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
550         * imenu.el (imenu--index-alist): Add missing dot to the docstring
551         (Bug#14029).
553 2013-11-29  Andreas Politz  <politza@fh-trier.de>
554         * imenu.el (imenu--subalist-p): Don't error on non-conses and
555         allow non-lambda lists as functions.
556         (imenu--in-alist): Don't recurse into non-subalists.
557         (imenu): Don't pass function itself as an argument (Bug#14029).
559 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
561         * progmodes/python.el (python-mode-map): Remove binding for ":".
562         (python-indent-electric-colon): Remove command.
563         (python-indent-post-self-insert-function): Integrate the previous code
564         of python-indent-electric-colon.  Make it conditional on
565         electric-indent-mode.
566         (python-mode): Add ?: to electric-indent-chars.
567         Move python-indent-post-self-insert-function to the end of
568         post-self-insert-hook.
570 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
572         * doc-view.el (doc-view-goto-page): Update mode-line.
574         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
576 2013-11-27  Glenn Morris  <rgm@gnu.org>
578         * international/charprop.el, international/uni-bidi.el:
579         * international/uni-category.el, international/uni-combining.el:
580         * international/uni-comment.el, international/uni-decimal.el:
581         * international/uni-decomposition.el, international/uni-digit.el:
582         * international/uni-lowercase.el, international/uni-mirrored.el:
583         * international/uni-name.el, international/uni-numeric.el:
584         * international/uni-old-name.el, international/uni-titlecase.el:
585         * international/uni-uppercase.el:
586         Remove generated files from VCS repository.
588 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
590         * filenotify.el (file-notify-add-watch): Don't special-case
591         w32notify when computing the directory to watch.
593 2013-11-27  Glenn Morris  <rgm@gnu.org>
595         Make bootstrap without generated uni-*.el files possible again.
596         * loadup.el: Update command-line-args checking for unidata-gen.
597         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
598         * composite.el, international/characters.el:
599         Handle unicode tables being undefined.
601         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
602         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
603         (compile-main): Depend on leim rule.
604         (leim): New rule.
605         * loadup.el: Move leim-list.el to leim/ subdirectory.
606         * startup.el (normal-top-level): No more leim directory.
607         * international/ja-dic-cnv.el (skkdic-convert):
608         Disable version-control and autoloads in output files.
609         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
610         Disable version-control and autoloads in output files.
611         * leim/quail: Move here from ../leim.
612         * leim/quail/hangul.el (hangul-input-method-activate):
613         Add autoload cookie.
614         (generated-autoload-load-name): Set file-local value.
615         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
616         (generated-autoload-load-name): Set file-local value.
618 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>  (tiny change)
620         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
621         (eww-add-bookmark): ask confirmation when add to bookmarks
622         (eww-quit): ask confirmation before quitting eww
624 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
626         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
627         reading output from Diff on MS-Windows and MS-DOS.
629 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
631         * emacs-lisp/helpers.el (string-reverse): New function.
633 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
635         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
636         names on MS Windows, like "/[::1]:".
638         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
639         SWITCHES.
641 2013-11-26  Glenn Morris  <rgm@gnu.org>
643         * progmodes/python.el (python-indent-guess-indent-offset):
644         Avoid corner-case error.  (Bug#15975)
646         Preload leim-list.el.  (Bug#4789)
647         * loadup.el: Load leim-list.el when found.
648         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
650 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
652         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
654         * emacs-lisp/helpers.el (string-join): New function.
656 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
658         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
659         Mark as obsolete and replace it with a symbol property.
660         (byte-compile-form): Use new 'interactive-only property.
661         * comint.el, files.el, replace.el, simple.el:
662         Apply new 'interactive-only properly.
664 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
666         * window.el (display-buffer-at-bottom): Make sure that
667         split-window-sensibly creates the new window on bottom
668         (Bug#15961).
670 2013-11-23  David Kastrup  <dak@gnu.org>
672         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
673         on the conflict markers when available.
674         (smerge--get-marker): New function.
675         (smerge-end-re, smerge-base-re): Add subgroup.
677 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
679         * frame.el (handle-focus-in, handle-focus-out): Add missing
680         interactive spec.
682 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
684         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
685         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
687 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
689         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
690         (gomoku--last-pos): New var.
691         (gomoku--intangible-chars): New const.
692         (gomoku--intangible): New function.
693         (gomoku-mode): Use it.  Derive from special-mode.
694         (gomoku-move-up): Adjust line count.
695         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
696         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
697         Simplify accordingly.
699         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
700         Remove blink-cursor code.
701         (blink-cursor-timer-function, blink-cursor-suspend):
702         Don't special-case GUIs.
703         (blink-cursor-mode): Use focus-in/out-hook.
705 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
707         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
708         work when annotation is invisible (Bug#13886).
710 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
712         * json.el (json-alist-p): Only return non-nil if the alist has
713         simple keys (Bug#13518).
715 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
717         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
718         when control-statement is the first statement in a buffer (Bug#15956).
720 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
722         * imenu.el (imenu-generic-skip-comments-and-strings):
723         New option (Bug#15560).
724         (imenu--generic-function): Use it.
726 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
728         * minibuffer.el (completion--in-region-1): Scroll the correct
729         window. (Bug#13898)
731 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
733         * emacs-lisp/helpers.el: Add some string helpers.
734         (string-trim-left): Removes leading whitespace.
735         (string-trim-right): Removes trailing whitespace.
736         (string-trim): Removes leading and trailing whitespace.
738         * subr.el (string-suffix-p): New function.
740 2013-11-23  Glenn Morris  <rgm@gnu.org>
742         * progmodes/python.el (python-shell-send-file):
743         Add option to delete file when done.  (Bug#15647)
744         (python-shell-send-string, python-shell-send-region): Use it.
746 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
748         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
749         to set buffer-read-only to t, never to nil.  (Bug#15938)
751         * textmodes/tex-mode.el (latex-noindent-environments):
752         Add safe-local-variable property.  (Bug#15936)
754 2013-11-23  Glenn Morris  <rgm@gnu.org>
756         * textmodes/enriched.el (enriched-mode): Doc fix.
757         * emacs-lisp/authors.el (authors-renamed-files-alist):
758         Add enriched.doc -> enriched.txt.
760         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
762 2013-11-22  Leo Liu  <sdl.web@gmail.com>
764         * progmodes/octave.el (inferior-octave-startup): Spit out error
765         message.
767 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
769         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
770         Improve docstring.
771         Add :version.
772         (ruby-encoding-magic-comment-style): Add :version.
774 2013-11-22  Leo Liu  <sdl.web@gmail.com>
776         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
777         (Bug#15076)
778         (octave-help-mode): Adapt to change to help-mode-finish to use
779         derived-mode-p on 2013-09-17.
780         (inferior-octave-prompt): Also match octave-gui.
781         (octave-kill-process): Don't ask twice.  (Bug#10564)
783 2013-11-22  Leo Liu  <sdl.web@gmail.com>
785         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
786         (inferior-octave-startup, inferior-octave-check-process)
787         (inferior-octave-track-window-width-change)
788         (octave-completion-at-point, octave-eldoc-function): Use it.
789         (octave-kill-process): Provide confirmation.  (Bug#10564)
791 2013-11-21  Leo Liu  <sdl.web@gmail.com>
793         * progmodes/octave.el (octave-mode, inferior-octave-mode):
794         Fix obsolete variable comment-use-global-state.
796 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
798         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
799         Add `octave-source-file'.
800         (octave-source-file): New function.  (Bug#15935)
802 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>  (tiny change)
804         * net/eww.el (eww-local-regex): New variable.
805         (eww): Use it to detect localhost and similar.
807 2013-11-21  Leo Liu  <sdl.web@gmail.com>
809         Add completion for command `ag'.
810         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
811         (pcomplete/ag): New function.
812         (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
814 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
816         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
817         (bug#14646).
818         (make-obsolete): Remove interactive spec.
820 2013-11-21  Glenn Morris  <rgm@gnu.org>
822         * startup.el (command-line-1): Use path-separator with -L.
824 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
826         * emacs-lisp/package.el (describe-package-1): Add package archive
827         to shown fields.
829 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
831         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
832         Change default to "# encoding: %s" to differentiate it from the
833         default Ruby encoding comment template.
835 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
837         * ses.el (ses-mode): Doc fix.  (Bug#14748)
839 2013-11-20  Leo Liu  <sdl.web@gmail.com>
841         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
843 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
845         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
846         when rebase or bisect are in progress.
848 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
850         * filenotify.el (file-notify-add-watch): Doc fix.
852 2013-11-19  Leo Liu  <sdl.web@gmail.com>
854         * obsolete/rcompile.el: Mark obsolete.
856         * progmodes/compile.el (compilation-start)
857         (compilation-goto-locus, compilation-find-file):
858         Pass no-display-ok and handle nil value from display-buffer.
859         (Bug#13594)
861         * window.el (display-buffer-alist, display-buffer): Document the
862         new parameter no-display-ok.  Return either a window or nil
863         but never a non-window value.
865 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
867         * electric.el (electric-indent-mode-map): Remove.
868         (electric-indent-mode): Change the global-map instead (bug#15915).
870         * textmodes/text-mode.el (paragraph-indent-minor-mode):
871         Use add-function.
873 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * emacs-lisp/nadvice.el (remove-function): Align with
876         add-function's behavior.
878         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
879         (gdb--string-regexp): New constant.
880         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
881         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
882         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
883         submatch 1.
884         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
885         Adjust use accordingly.
886         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
888 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
890         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
891         interpolation curlies (Bug#15914).
893 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
895         * calc/calc.el (calc-context-sensitive-enter): New variable.
896         (calc-enter): Use `calc-context-sensitive-enter'.
898 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
900         * progmodes/cfengine.el: Version bump.
901         (cfengine-cf-promises): New defcustom to locate cf-promises.
902         (cfengine3-vartypes): Add new "data" type.
903         (cfengine3--current-word): New function to get current name-like
904         word or its bounds.
905         (cfengine3--current-function): New function to look up a CFEngine
906         function's definition.
907         (cfengine3-format-function-docstring): New function.
908         (cfengine3-make-syntax-cache): New function.
909         (cfengine3-documentation-function): New function: ElDoc glue.
910         (cfengine3-completion-function): New function: completion glue.
911         (cfengine3-mode): Set `compile-command',
912         `eldoc-documentation-function', and add to
913         `completion-at-point-functions'.
915 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
917         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
918         `tramp-current-connection'.
920 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
922         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
923         nil/self/true/false with "end of symbol".
925 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
927         * subr.el (version-regexp-alist): Fix a typo.
929 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
931         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
932         "en_US.utf8" and "LC_CTYPE" to "".
933         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
934         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
936 2013-11-15  Leo Liu  <sdl.web@gmail.com>
938         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
940 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
942         * progmodes/gud.el (ctl-x-map):
943         Remove C-x SPC binding.  (Bug#12342)
944         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
946 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
948         * subr.el (version-regexp-alist):
949         Recognize hg, svn and darcs versions as snapshot versions.
951         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
952         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
953         (ruby--encoding-comment-required-p): Extract from
954         `ruby-mode-set-encoding'.
955         (ruby-mode-set-encoding): Add the ability to always insert an
956         utf-8 encoding comment.  Fix and simplify coding comment update
957         logic.
959 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
961         * net/tramp-gvfs.el (top): Run init code only when
962         `tramp-gvfs-enabled' is not nil.
963         (tramp-gvfs-enabled): Check also :system bus.
965 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
967         Sync with upstream verilog-mode revision 78e66ba.
968         * progmodes/verilog-mode.el (verilog-end-of-defun)
969         (verilog-type-completion, verilog-get-list): Remove unused funcs.
970         (verilog-get-end-of-defun): Remove unused argument.
971         (verilog-comment-depth): Remove unused local `e'.
972         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
973         Don't pass arg to verilog-get-end-of-defun.
975 2013-11-14  Glenn Morris  <rgm@gnu.org>
977         * obsolete/assoc.el (aget): Prefix dynamic variable.
979         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
981 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
983         * widget.el, hfy-cmap.el: Remove bogus package version number.
985 2013-11-13  Glenn Morris  <rgm@gnu.org>
987         * replace.el (replace-eval-replacement):
988         Try to give more helpful error message.  (Bug#15836)
990         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
991         (archive-7z-update): Avoid custom type mismatches.
993         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
995 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
997         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
998         address can be empty.
1000         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
1001         Accept nil SWITCHES.
1002         (tramp-gvfs-handle-write-region): Implement APPEND.
1004 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
1006         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
1007         binary "|" operator and closing block args delimiter.
1008         Remove FIXME comment referring to Ruby 1.8-only syntax.
1009         (ruby-smie--implicit-semi-p): Not after "|" operator.
1010         (ruby-smie--closing-pipe-p): New function.
1011         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
1012         (ruby-smie-rules): Indent after "|".
1014 2013-11-12  Glenn Morris  <rgm@gnu.org>
1016         * ps-print.el (ps-face-attribute-list):
1017         Handle anonymous faces.  (Bug#15827)
1019 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
1021         * window.el (display-buffer-other-frame): Fix doc-string.
1022         (Bug#15868)
1024 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1026         * subr.el (force-mode-line-update): Delete, move to buffer.c.
1028 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1030         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
1031         (tramp-sh-handle-file-local-copy): Don't write a message when
1032         saving temporary files.
1034         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
1035         both directories are remote.
1036         (tramp-smb-handle-directory-files): Do not return double entries.
1037         Do not expand full file names.
1038         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
1039         (tramp-smb-handle-write-region): Implement APPEND.
1040         (tramp-smb-get-stat-capability): Fix a stupid bug.
1042 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1044         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
1046 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1048         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
1049         throwing error over malformed let/let* (bug#15814).
1051 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * iswitchb.el (iswitchb-mode): Mark obsolete.
1055 2013-11-11  Glenn Morris  <rgm@gnu.org>
1057         * international/uni-bidi.el, international/uni-category.el:
1058         * international/uni-name.el, international/uni-numeric.el:
1059         Regenerate for Unicode 6.3.0.
1061 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
1063         * net/tramp.el (tramp-methods):
1064         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
1065         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
1067 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
1069         * progmodes/sh-script.el (sh-font-lock-keywords-var):
1070         Force highlighting text after Summary keyword in doc face for rpm.
1072 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
1074         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
1075         available and the word has no wildcards, append one to the grep pattern.
1076         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
1077         (ispell-complete-word): Call `ispell-lookup-words' with the value
1078         independent of `ispell-look-p'.
1080 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1082         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
1083         Not after "||".
1084         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
1085         their parent.
1087 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1089         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
1090         (ruby-font-lock-keywords): Use backquote.
1092 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1094         * progmodes/ruby-mode.el (ruby-smie--forward-token)
1095         (ruby-smie--backward-token): Only consider full-string matches.
1097 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
1099         * faces.el (describe-face): Add distant-foreground.
1101 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
1103         * progmodes/ruby-mode.el: Improve encoding comment handling.
1104         (ruby-encoding-magic-comment-style): New option.
1105         (ruby-custom-encoding-magic-comment-template): New option.
1106         (ruby--insert-coding-comment, ruby--detect-encoding):
1107         New functions extracted from `ruby-mode-set-encoding'.
1108         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
1109         to control the style of the auto-inserted encoding comment.
1111 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1113         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
1114         Use `smie-backward-sexp' with token argument.
1116 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1118         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1119         Remove instrumentation code.
1121 2013-11-08  Glenn Morris  <rgm@gnu.org>
1123         * progmodes/autoconf.el (autoconf-mode):
1124         Tweak comment-start-skip.  (Bug#15822)
1126 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
1129         at bobp (bug#15826).
1130         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
1132 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
1134         * man.el (Man-start-calling): New macro, extracted from
1135         Man-getpage-in-background.
1136         (Man-getpage-in-background): Use it.
1137         (Man-update-manpage): New command.
1138         (Man-mode-map): Bind it.
1140 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1142         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
1143         of "and", "or", "&&" and "||".
1144         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
1145         argument.  Prohibit opening curly brace because it could only be a
1146         block opener in that position.
1147         (ruby-smie--forward-token, ruby-smie--backward-token):
1148         Separate "|" from "&" or "*" going after it.  That can happen in block
1149         arguments.
1150         (ruby-smie--indent-to-stmt): New function, seeks the end of
1151         previous statement or beginning of buffer.
1152         (ruby-smie-rules): Use it.
1153         (ruby-smie-rules): Check if there's a ":" before a curly block
1154         opener candidate; if there is, it's a hash.
1156 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1158         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
1159         (cl--block-wrapper): Fix last accidental change.
1161 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
1163         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1164         Instrument, in order to hunt failure on hydra.
1166 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1168         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
1169         malformed bindings form (bug#15814).
1171 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
1173         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1174         "." compared to " @ ".  This incidentally fixes some indentation
1175         examples with "do".
1176         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1177         (ruby-smie-grammar): New tokens: "and" and "or".
1178         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
1179         Exclude "and" and "or".  Remove "do" in order to work around token
1180         priorities.
1181         (ruby-smie-rules): Add all infix tokens.  Handle the case of
1182         beginning-of-buffer.
1184 2013-11-06  Glenn Morris  <rgm@gnu.org>
1186         * Makefile.in (setwins_almost, setwins_for_subdirs):
1187         Avoid accidental matches.
1189 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1191         * menu-bar.el (popup-menu): Use key-binding.
1193 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
1195         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
1196         menus, support also the menus produced by minor modes.
1197         (Bug#15817)
1199 2013-11-06  Leo Liu  <sdl.web@gmail.com>
1201         * thingatpt.el (thing-at-point-looking-at): Add optional arg
1202         DISTANCE to bound the search. All uses changed.  (Bug#15808)
1204 2013-11-06  Glenn Morris  <rgm@gnu.org>
1206         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
1207         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
1208         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
1210 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1212         * electric.el (electric-indent-just-newline): New command.
1213         (electric-indent-mode-map): New keymap.
1214         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
1215         Re-add :group which weren't redundant.
1217         * electric.el (electric-indent-local-mode): New minor mode.
1218         (electric-indent-functions-without-reindent): New var.
1219         (electric-indent-post-self-insert-function): Use it.
1220         * emacs-lisp/gv.el (buffer-local-value): Add setter.
1222 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
1224         * international/quail.el (quail-help): Be more explicit about the
1225         meaning of the labels shown on the keys.  (Bug#15800)
1227         * startup.el (normal-top-level): Load the subdirs.el files before
1228         setting the locale environment.  (Bug#15805)
1230 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1232         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
1233         via arguments so as to get the right ones (bug#15418).
1235         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
1237 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
1239         Fix problems found while writing a test suite.
1241         * net/tramp-compat.el (tramp-compat-load): New defun.
1242         * net/tramp.el (tramp-handle-load): Use it.
1244         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
1245         "(numberp ok-if-already-exists)" correctly.
1247 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
1249         * international/characters.el (glyphless-char-display-control):
1250         Add usage note.
1252 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
1254         * progmodes/python.el (python-mode):
1255         * progmodes/scheme.el (scheme-mode):
1256         * progmodes/prolog.el (prolog-mode):
1257         * progmodes/ruby-mode.el (ruby-mode):
1258         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
1259         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
1261 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1263         * rect.el (rectangle--highlight-for-redisplay):
1264         * emacs-lisp/smie.el (smie--next-indent-change):
1265         Use buffer-chars-modified-tick.
1267         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
1269         * electric.el (electric-indent-post-self-insert-function):
1270         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
1272 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
1274         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
1276 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1278         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
1279         (bug#15786).
1281 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1283         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
1285         * progmodes/python.el: Fix up last change.
1286         (python-shell--save-temp-file): New function.
1287         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
1288         `string' comes from the current buffer.
1289         (python-shell-send-string-no-output): Remove `msg' arg.
1290         (python--use-fake-loc): New var.
1291         (python-shell-buffer-substring): Obey it.  Try to compensate for the
1292         extra coding line added by python-shell--save-temp-file.
1293         (python-shell-send-region): Use python-shell--save-temp-file and
1294         python-shell-send-file directly.  Add `nomain' argument.
1295         (python-shell-send-buffer): Use python-shell-send-region.
1296         (python-electric-pair-string-delimiter): New function.
1297         (python-mode): Use it.
1299 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
1301         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
1302         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
1303         environment and decoding all of the default-directory's to here
1304         from command-line.
1305         (command-line): Decode also argv[0].
1307         * loadup.el: Error out if default-directory is a multibyte string
1308         when we are dumping.
1310         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
1312 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
1314         * emacs-lisp/package.el (package-menu-mode)
1315         (package-menu--print-info, package-menu--archive-predicate):
1316         Add Archive column to package list.
1318 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
1320         Fix problems found while writing a test suite.
1322         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1323         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1324         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1325         to nil when running original file name handler.  Otherwise,
1326         there are problems with constructs like "$$FOO".
1328         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1329         for `localname'.
1331 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
1333         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1335         * subr.el (version<, version<=, version=):
1336         Update docstrings with information for snapshot versions.
1338         * helpers.el: New library for misc helper functions.
1339         (hash-table-keys): New function returning a list of hash keys.
1340         (hash-table-values): New function returning a list of hash values.
1342 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1344         * progmodes/ruby-mode.el (ruby-smie--forward-token)
1345         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1347 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
1349         * textmodes/fill.el (fill-single-char-nobreak-p): New function
1350         checking whether point is after a 1-letter word.
1352 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1354         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1355         Don't infloop when expanding region over `multiline' syntax-type that
1356         begins a line (bug#15778).
1358 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1360         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1361         Make it into a proper minor mode.
1362         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1363         (rectangle-mark-mode-map): New keymap.
1364         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1366 2013-11-04  Glenn Morris  <rgm@gnu.org>
1368         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1370 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1372         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1373         (ruby-smie-rules): Use smie-rule-parent instead.
1375         * emacs-lisp/smie.el (smie-rule-parent): Always call
1376         smie-indent-virtual rather than only for hanging tokens.
1377         (smie--next-indent-change): New helper command.
1379 2013-11-03  Glenn Morris  <rgm@gnu.org>
1381         * Makefile.in (abs_srcdir): Remove.
1382         (emacs): Unset EMACSLOADPATH.
1384 2013-11-02  Glenn Morris  <rgm@gnu.org>
1386         * Makefile.in (EMACS): Use a relative filename.
1387         (abs_top_builddir): Remove.
1388         (custom-deps, finder-data, autoloads): Use --chdir.
1390         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1392         Use relative filenames in TAGS files.
1393         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1394         (lisptagsfiles4, TAGS): Use relative file names.
1395         (TAGS-LISP): Remove.
1396         (maintainer-clean): No more TAGS-LISP file.
1398         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1399         (lisptagsfiles4): Use absolute filenames again.
1400         (TAGS, TAGS-LISP): Not everything needs to run in one line.
1401         Remove all *loaddefs files, not just the first.  Remove esh-groups.
1402         (maintainer-clean): Delete TAGS, TAGS-LISP.
1404 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1406         * emacs-lisp/package.el (package-version-join):
1407         Recognize snapshot versions.
1409 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1411         * subr.el (version-regexp-alist): Add support for snapshot versions.
1413 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
1415         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1416         New function, replacement for `smie-rule-parent' for when we want to
1417         skip over our direct parent if it's an assignment token..
1418         (ruby-smie-rules): Use it.
1420 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
1422         * progmodes/ruby-mode.el Use `syntax-propertize-function'
1423         unconditionally.  Remove now unnecessary forward declarations.
1424         Remove XEmacs-specific setup.
1425         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1426         (ruby-font-lock-syntactic-keywords)
1427         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1428         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1429         (ruby-here-doc-end-syntax): Remove.
1430         (ruby-mode): Don't check whether `syntax-propertize-rules' is
1431         defined as function.
1433 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1435         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1437 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
1439         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1440         table and abbrev table, `define-derived-mode' does that for us
1441         anyway.
1443 2013-11-01  Glenn Morris  <rgm@gnu.org>
1445         * Makefile.in: Remove manual mh-e dependencies (writing .elc
1446         files is atomic for some time, so no parallel compilation issues).
1448 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1450         * faces.el (face-x-resources): Add :distant-foreground.
1451         (region): Use :distant-foreground for gtk and ns.
1453 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
1455         Allow multiple bibliographies when BibLaTeX is used rather than
1456         BibTeX.
1457         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1458         (reftex-locate-bibliography-files): Us it.
1460 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
1462         * image.el (image-type-header-regexps): Fix the 'pbm' part to
1463         allow comments in pbm files.
1465         * term/w32-win.el (dynamic-library-alist): Support newer versions
1466         of libjpeg starting with v7: look only for the DLL from the
1467         version against which Emacs was built.
1468         Support versions of libpng beyond 1.4.x.
1469         Support libtiff v4.x.
1471 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
1473         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1474         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1475         Add property :safe.
1476         (ruby-deep-arglist): Add property :type.
1478 2013-10-31  Glenn Morris  <rgm@gnu.org>
1480         * Makefile.in (custom-deps, finder-data): No need to setq the target
1481         variables, we are in the right directory and the defaults work fine.
1483 2013-10-30  Glenn Morris  <rgm@gnu.org>
1485         * Makefile.in (autoloads): Do not use abs_lisp.
1487         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1488         `newline' does not respect `standard-output', so use `princ'.
1490 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
1492         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
1493         * buff-menu.el (Buffer-menu--unmark): New function.
1494         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1496 2013-10-30  Glenn Morris  <rgm@gnu.org>
1498         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1500         * emacs-lisp/package.el (lm-homepage): Declare.
1502         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1503         Fix doc typos.
1505         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1507         * Makefile.in (finder-data, autoloads, update-subdirs)
1508         (compile-main, compile-clean, compile-always, bootstrap-clean):
1509         Check return value of cd.
1510         (compile-calc): Remove.
1512 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1514         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1516         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1517         (byte-compile-and-folded): New function.
1518         (=, <, >, <=, >=): Use it.
1520         * dos-w32.el (minibuffer-history-case-insensitive-variables)
1521         (path-separator, null-device, buffer-file-coding-system)
1522         (lpr-headers-switches): Check system-type before modifying them.
1523         (find-buffer-file-type-coding-system): Mark obsolete.
1524         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1525         find-file-not-found-set-buffer-file-coding-system.
1526         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1527         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1528         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1529         (w32-direct-print-region-helper, w32-direct-print-region-function)
1530         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1531         * startup.el (normal-top-level-add-subdirs-to-load-path):
1532         * ps-print.el (ps-print-region-function):
1533         * lpr.el (print-region-function): Use new name.
1535         * subr.el (custom-declare-variable-early): Remove function.
1536         (custom-declare-variable-list): Remove var.
1537         (error, user-error): Remove `while' loop.
1538         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1539         (user-emacs-directory-warning, locate-user-emacs-file):
1540         Move to files.el.
1541         * simple.el (read-quoted-char-radix, read-quoted-char):
1542         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1543         Move from subr.el.
1544         * custom.el (custom-declare-variable-list): Don't process
1545         custom-declare-variable-list.
1547         * progmodes/python.el (python-shell-get-buffer): New function.
1548         (python-shell-get-process): Use it.
1549         (python-shell-send-string): Always use utf-8 and add a cookie to tell
1550         Python which encoding was used.  Don't split-string since we only care
1551         about the first line.  Return the temp-file, if applicable.
1552         (python-shell-send-region): Tell compile.el how to turn locations in
1553         the temp-file into locations in the source buffer.
1555 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1557         * subr.el (undefined): Add missing behavior from the C code for
1558         unbound keys.
1560         * rect.el: Use lexical-binding.  Add new rectangular region support.
1561         (rectangle-mark): New command.
1562         (rectangle--region): New var.
1563         (deactivate-mark-hook): Reset rectangle--region.
1564         (rectangle--extract-region, rectangle--insert-for-yank)
1565         (rectangle--highlight-for-redisplay)
1566         (rectangle--unhighlight-for-redisplay): New functions.
1567         (region-extract-function, redisplay-unhighlight-region-function)
1568         (redisplay-highlight-region-function): Use them to handle
1569         rectangular region.
1570         * simple.el (region-extract-function): New var.
1571         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1572         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1573         (kill-region): Replace obsolete `yank-handler' arg with `region'.
1574         (copy-region-as-kill, kill-ring-save): Add `region' argument.
1575         (redisplay-unhighlight-region-function)
1576         (redisplay-highlight-region-function): New vars.
1577         (redisplay--update-region-highlight): New function.
1578         (pre-redisplay-function): Use it.
1579         (exchange-point-and-mark): Don't deactivate the mark before
1580         reactivate-it anyway.
1581         * comint.el (comint-kill-region): Remove yank-handler argument.
1582         * delsel.el (delete-backward-char, backward-delete-char-untabify)
1583         (delete-char): Remove property, since it's now part of their
1584         default behavior.
1585         (self-insert-iso): Remove property since this command doesn't exist.
1587         * emacs-lisp/package.el (package--download-one-archive)
1588         (describe-package-1): Don't query the user about final newline.
1590 2013-10-29  Daniel Colascione  <dancol@dancol.org>
1592         * net/tramp.el (tramp-methods): Document new functionality.
1593         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1594         tramp-hostname-checker if method provides one instead of scanning
1595         argument list for "%h" to decide hostname acceptability.
1597 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
1599         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1600         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1601         Handle COPY-CONTENTS.  (Bug#15737)
1603 2013-10-28  Daiki Ueno  <ueno@gnu.org>
1605         * epa-file.el
1606         (epa-file-cache-passphrase-for-symmetric-encryption):
1607         Document that this option has no effect with GnuPG 2.0 (bug#15552).
1609 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
1611         * image.el (defimage):
1612         (image-load-path): Doc fixes.
1614 2013-10-27  Alan Mackenzie  <acm@muc.de>
1616         Indent statements in macros following "##" correctly.
1617         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1618         Modify the "#" arm of a cond form to handle "#" and "##" operators.
1620 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1622         * linum.el (linum-update-window): Fix boundary test (bug#13446).
1624 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
1626         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1627         after `=' is probably a new expression.
1629 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1631         * man.el (man-imenu-title): New option.
1632         (Man-mode-map): Add menu.  (Bug#15722)
1633         (Man-mode): Add imenu to menu.
1635 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1637         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1638         specific in what the first arg can be: a non-keyword word,
1639         string/regexp/percent literal opener, opening paren, or unary
1640         operator followed directly by word.
1642 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1645         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1646         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1647         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1648         Remove vars, they do not apply any more.
1649         (prolog-mode-abbrev-table): Remove redundant declaration.
1650         (prolog-upper-case-string, prolog-lower-case-string): Remove.
1651         (prolog-use-smie): Remove.
1652         (prolog-smie-rules): Add indentation rule for the if-then-else layout
1653         supported by prolog-electric-if-then-else-flag.
1654         (prolog-mode-variables, prolog-menu): Use setq-local.
1655         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1656         Remove binding to `Backspace' since this key doesn't exist anyway.
1657         Remove bindings for electric self-inserting keys.
1658         (prog-mode): Assume it's defined.
1659         (prolog-post-self-insert): New function.
1660         (prolog-mode): Use it.
1661         (prolog-indent-line, prolog-indent-level)
1662         (prolog-find-indent-of-matching-paren)
1663         (prolog-indentation-level-of-line, prolog-goto-comment-column)
1664         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1665         (prolog-goto-next-paren, prolog-in-string-or-comment)
1666         (prolog-tokenize, prolog-inside-mline-comment)
1667         (prolog-find-start-of-mline-comment): Remove functions.
1668         (prolog-find-unmatched-paren, prolog-clause-end)
1669         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1670         (prolog-electric--if-then-else): Rename from
1671         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1672         (prolog-tokenize-searchkey): Remove const.
1673         (prolog-clause-info): Use forward-sexp.
1674         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1675         (prolog-electric-if-then-else): Remove commands.
1676         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1677         for use in post-self-insert-hook.
1678         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1679         for use in post-self-insert-hook.
1680         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1681         for use in post-self-insert-hook.
1682         (prolog-electric--underscore): Rename from prolog-electric--underscore;
1683         adapt it for use in post-self-insert-hook.
1685 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
1687         * emacs-lisp/ert.el (ert-run-tests-interactively):
1688         Use `completing-read'.  (Bug#9756)
1690 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
1692         * simple.el (line-move): Call line-move-1 instead of
1693         line-move-visual when the current window hscroll is zero, but
1694         temporary-goal-column indicates we will need to hscroll as result
1695         of the movement.  (Bug#15712)
1697 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
1699         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1700         capitalization.  Use :visible instead of :active.
1701         Fix `ruby-indent-exp' reference.  Add menu items for the generic
1702         commands that are used with SMIE.
1703         (ruby-do-end-to-brace): Insert space after `{'.
1705 2013-10-25  John Anthony  <john@jo.hnanthony.com>
1707         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
1709         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
1711 2013-10-25  Glenn Morris  <rgm@gnu.org>
1713         * vc/vc.el (vc-print-log): Don't use a working revision unless
1714         one was explicitly specified.  (Bug#15322)
1716 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1718         * subr.el (add-to-list): Preserve return value in compiler-macro
1719         (bug#15692).
1721 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1723         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1724         result.  Ask user to retry using '-all' flag.  (Bug#15701)
1726 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         * emacs-lisp/smie.el: New smie-config system.
1729         (smie-config): New defcustom.
1730         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1731         (smie-config-guess, smie-config-save): New commands.
1732         (smie-config--mode-local, smie-config--buffer-local)
1733         (smie-config--trace, smie-config--modefuns): New vars.
1734         (smie-config--advice, smie-config--mode-hook)
1735         (smie-config--setter, smie-config-local, smie-config--get-trace)
1736         (smie-config--guess-value, smie-config--guess): New functions.
1737         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1738         text properties.  Treat "string fence" syntax like string syntax.
1740         * progmodes/sh-script.el (sh-use-smie): Change default.
1741         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1742         (sh-var-value): Simplify by CSE.
1743         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1744         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1745         is used.
1746         (sh-guess-basic-offset): Use cl-incf.
1747         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1749 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
1751         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1752         (bug#15699).
1754 2013-10-24  Glenn Morris  <rgm@gnu.org>
1756         * Makefile.in (abs_top_srcdir): Remove.
1757         (update-subdirs): Use relative path to update-subdirs.
1759 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
1761         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1762         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1763         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1764         Call unmsys--file-name before expand-file-name, not after it.
1766 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1768         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1769         (ert-test-skipped): New error.
1770         (ert-skip, ert-stats-skipped): New defuns.
1771         (ert--skip-unless): New macro.
1772         (ert-test-skipped): New struct.
1773         (ert--run-test-debugger, ert-test-result-type-p)
1774         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1775         (ert--stats-set-test-and-result, ert-char-for-test-result)
1776         (ert-string-for-test-result, ert-run-tests-batch)
1777         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1778         Handle skipped tests.  (Bug#9803)
1780 2013-10-24  Glenn Morris  <rgm@gnu.org>
1782         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1784         * Makefile.in (abs_top_srcdir): New, set by configure.
1785         (update-subdirs): Correct build-aux location.
1787 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1789         * vc/vc.el (vc-print-root-log): Always set `default-directory'
1790         value, whether we could auto-deduce `backend', or not.
1792         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1793         with parameters" example.  Simplify the "is it block or is it
1794         hash" check, but also make it more thorough.
1796 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
1798         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
1800 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1802         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1803         { if it is hanging.
1805         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1806         :before ";".
1808 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
1810         * progmodes/compile.el (compilation-directory-matcher)
1811         (compilation-page-delimiter):
1812         Support GNU Make-4.0 directory quoting.  (Bug#15678)
1814 2013-10-23  Leo Liu  <sdl.web@gmail.com>
1816         * ido.el (ido-tidy): Handle read-only text.
1818 2013-10-23  Glenn Morris  <rgm@gnu.org>
1820         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1821         (emacs, compile, compile-always):
1822         Quote entities that might contain whitespace.
1823         (custom-deps, finder-data, autoloads): Use abs_lisp.
1824         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1825         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1826         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1828 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
1830         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1831         Use `following-char'.
1833 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1835         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1836         * progmodes/ruby-mode.el (ruby-smie-rules):
1837         Remove corresponding workaround.  Fix indentation rule of ";" so it
1838         also applies when ";" is the parent.
1840 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
1842         * frame.el (display-screens, display-pixel-height)
1843         (display-pixel-width, display-mm-width, display-backing-store)
1844         (display-save-under, display-planes, display-color-cells)
1845         (display-visual-class, display-monitor-attributes-list):
1846         Mention the optional ‘display’ argument in doc strings.
1848 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
1850         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1851         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
1853 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1855         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1856         TODO.  Add "." after " @ ".
1857         (ruby-smie--at-dot-call): New function.  Checks if point at method
1858         call with explicit target.
1859         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1860         to the method name tokens when it precedes them.
1861         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1862         (ruby-smie-rules): Add rule for indentation before and after "."
1863         token.
1865 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1867         * textmodes/remember.el (remember-diary-extract-entries):
1868         Avoid add-to-list.
1870         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1871         an instruction.
1873 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1875         * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1876         (ruby-smie--implicit-semi-p): Add new operator chars.
1878         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1879         `smie-down-list'.
1880         (ruby-smie--args-separator-p): Check that there's no newline
1881         between method call and its arguments.
1883 2013-10-20  Alan Mackenzie  <acm@muc.de>
1885         Allow comma separated lists after Java "implements".
1887         * progmodes/cc-engine.el (c-backward-over-enum-header):
1888         Parse commas.
1889         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1890         from a "disallowed" list in enum fontification.
1892 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
1894         * startup.el (default-frame-background-mode): Remove unused defvar.
1896         * progmodes/verilog-mode.el (verilog-mode): Don't set
1897         comment-indent-function globally.
1899 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
1901         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1902         Move Info menu item creation to ns-win.el.
1904         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1905         in menu bar.
1907         * menu-bar.el: Move GNUStep specific menus...
1909         * term/ns-win.el (ns-initialize-window-system): ... to here.
1911 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         * simple.el (newline): Only run post-self-insert-hook when
1914         called interactively.
1916 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
1918         * icomplete.el (icomplete-with-completion-tables): Add :version.
1920 2013-10-19  Alan Mackenzie  <acm@muc.de>
1922         Fix fontification bugs with constructors and const.
1924         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1925         CASE 2) Remove the check for the absence of a suffix construct
1926         after a function declaration with only types (no identifiers) in
1927         the parentheses.  Also, accept a function declaration with just a
1928         type inside the parentheses, if this type can be positively
1929         recognised as such, or if a prefix keyword like "explicit" nails
1930         down the construct as a declaration.
1932 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
1934         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1935         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
1936         the problem whereby selecting a menu item that leads to a
1937         minibuffer prompt moves the cursor out of the minibuffer window,
1938         making it hard to type at the prompt.  Suggested by Stefan Monnier
1939         <monnier@iro.umontreal.ca>.
1941 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
1943         * menu-bar.el: Don't make Services menu.
1945 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1947         * ffap.el: Handle "/usr/include/c++/<version>" directories.
1948         (ffap-alist): Use ffap-c++-mode for c++-mode.
1949         (ffap-c++-path): New variable.
1950         (ffap-c++-mode): New function.
1952 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
1954         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
1956 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
1958         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1959         introduced on 2013-09-08, which results in an infinite loop
1960         requesting a password.
1962 2013-10-18  Glenn Morris  <rgm@gnu.org>
1964         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1966 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
1968         Sync with upstream verilog-mode revision 1a6ecec7.
1969         * progmodes/verilog-mode.el (verilog-mode-version): Update.
1970         (verilog-mode-release-date): Remove.
1971         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1972         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1973         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1974         (verilog-auto-tieoff-ignore-regexp)
1975         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1976         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1977         (verilog-signals-with, verilog-dir-cache-preserving)
1978         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1979         Doc fixes.
1980         (verilog-case-fold): New option, to control case folding in
1981         regexp searches, bug597.
1982         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1983         (verilog-string-match-fold, verilog-in-paren-count)
1984         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1985         (verilog-at-close-struct-p): New functions.
1986         (verilog-beg-block-re-ordered, verilog-extended-case-re)
1987         (verilog-forward-sexp, verilog-set-auto-endcomments):
1988         (verilog-leap-to-case-head): Handle "unique0" case.
1989         (verilog-in-constraint-re): New constant.
1990         (verilog-keywords, verilog-type-font-keywords):
1991         Add some SystemVerilog 1800-2012 keywords.
1992         (verilog-label-be): Remove unimplemented argument, bug669.
1993         (verilog-batch-execute-func): When batch expanding clear
1994         create-lockfiles to prevent spurious user locks when a file ends
1995         up not changing.
1996         (verilog-calculate-indent, verilog-calc-1)
1997         (verilog-at-close-constraint-p, verilog-at-constraint-p)
1998         (verilog-do-indent): Fix indentation of nested constraints
1999         and structures.
2000         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
2001         (verilog-auto-inst-param): Use verilog-string-match-fold.
2002         (verilog-read-inst-module-matcher):
2003         Fix AUTOINST on gate primitives with #1.
2004         (verilog-read-decls): Fix double-declaring user-defined typed signals.
2005         Reads all user-defined typed variables.
2006         (verilog-read-defines): Fix reading definitions inside comments, bug647.
2007         (verilog-signals-matching-regexp)
2008         (verilog-signals-not-matching-regexp, verilog-auto):
2009         Respect verilog-case-fold.
2010         (verilog-diff-report): Fix line count.
2011         (verilog-auto-assign-modport): Remove unused local `modi'.
2012         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
2013         better handle multidimensional arrays.
2014         Fix packed array ports misadding bit index in AUTOINST, bug637.
2015         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
2016         to not double-declare existing outputs and inputs, respectively.
2017         (verilog-template-map): Bind U to verilog-sk-uvm-component.
2018         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
2019         (verilog-sk-uvm-component): New skeleton.
2020         (verilog-submit-bug-report): Add verilog-case-fold,
2021         remove verilog-mode-release-date.
2023 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
2025         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
2026         as before.
2028 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
2030         * textmodes/remember.el (remember): set buffer-offer-save in
2031         remember buffers (bug#13566).
2033 2013-10-18  Daniel Colascione  <dancol@dancol.org>
2035         When evaluating forms in ielm, direct standard output to ielm
2036         buffer.  Add new ielm-return-for-effect command.  Remove trailing
2037         whitespace throughout.
2039         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
2040         (ielm-return-for-effect): New command.
2041         (ielm-send-input): Accept optional `for-effect' parameter.
2042         (ielm-eval-input): Accept optional `for-effect' parameter.
2043         Bind `standard-output' to stream we create using
2044         `ielm-standard-output-impl'.  Suppress printing result when
2045         `for-effect'.
2046         (ielm-standard-output-impl): New function.
2047         (inferior-emacs-lisp-mode): Explain new features in documentation.
2049 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
2051         Code cleanup.
2053         * net/tramp.el (tramp-debug-message): Do not check for connection
2054         buffer.
2055         (tramp-message): Use "vector" connection property.
2057         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
2058         (tramp-equal-remote, tramp-eshell-directory-change)
2059         * net/tramp-adb.el (tramp-adb-handle-copy-file)
2060         (tramp-adb-handle-rename-file)
2061         * net/tramp-cmds.el (tramp-list-remote-buffers)
2062         (tramp-cleanup-connection, tramp-cleanup-this-connection)
2063         * net/tramp-compat.el (tramp-compat-process-running-p)
2064         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
2065         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
2066         (tramp-gvfs-handle-rename-file)
2067         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2068         (tramp-set-file-uid-gid)
2069         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2070         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
2071         of `file-remote-p'.
2073         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
2074         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2075         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
2076         (tramp-gw-open-network-stream): Suppress unrelated traces.
2078         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
2079         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2080         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2081         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
2082         connection property.
2084         * net/tramp-cache.el (top): Suppress traces when reading
2085         persistency file.
2087         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2088         Refactor common code.  Improve debug message.
2089         (tramp-maybe-open-connection)
2090         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
2091         connection buffer too early.
2093         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
2094         from `tramp-smb-actions-with-acl'.
2095         (tramp-smb-actions-set-acl): New defconst.
2096         (tramp-smb-handle-copy-directory)
2097         (tramp-smb-action-get-acl): New defun, renamed from
2098         `tramp-smb-action-with-acl'.
2099         (tramp-smb-action-set-acl): New defun.
2100         (tramp-smb-handle-set-file-acl): Rewrite.
2102 2013-10-17  Glenn Morris  <rgm@gnu.org>
2104         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
2106 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2108         * skeleton.el (skeleton-newline): Remove.
2109         (skeleton-internal-1): Use (insert "\n") instead.
2111         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
2112         let-bindings.
2114         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
2115         forward-sexp-function while we redo its job (bug#15613).
2117 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
2119         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
2120         represented by lists.
2122 2013-10-16  Glenn Morris  <rgm@gnu.org>
2124         * tmm.el (tmm--history): New dynamic variable.
2125         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
2127 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
2129         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
2130         (tramp-smb-errors): Add error messages.
2131         (tramp-smb-actions-with-acl): New defconst.
2132         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
2133         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
2134         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
2135         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
2136         (tramp-smb-get-stat-capability): Fix tests.
2138 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
2140         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
2141         (bug#15580).
2143 2013-10-16  Glenn Morris  <rgm@gnu.org>
2145         * ansi-color.el (ansi-color-drop-regexp):
2146         Add 1J, 1K, 2K.  (Bug#15617)
2148         * files.el (hack-local-variables--warned-lexical): New.
2149         (hack-local-variables):
2150         Warn about misplaced lexical-binding.  (Bug#15616)
2152         * net/eww.el (eww-render): Always set eww-current-url,
2153         and update header line.  (Bug#15622)
2154         (eww-display-html): ... Rather than just doing it here.
2156 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
2158         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
2159         menu navigations commands.
2161 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
2163         * progmodes/subword.el (subword-capitalize): Be careful when
2164         the search for [[:alpha:]] fails (bug#15580).
2166 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
2168         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
2169         to commands that scroll the menu.
2171 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
2173         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
2174         Handle methods ending with `?' and `!'.
2176 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
2178         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
2179         `japanese-cp932' to `cp932' to fix the problem where saving a
2180         source file written in Shift_JIS twice would end up having
2181         `coding: japanese-cp932' which Ruby could not recognize.
2182         (ruby-mode-set-encoding): Add support for encodings mapped to nil
2183         in `ruby-encoding-map'.
2184         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
2185         doesn't need to be explicitly declared in magic comment.
2186         (ruby-encoding-map): Add type declaration for better customize UI.
2188 2013-10-13  Glenn Morris  <rgm@gnu.org>
2190         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
2191         Occur buffers are read-only.  http://bugs.debian.org/720775
2193         * emacs-lisp/authors.el (authors-fixed-entries):
2194         Comment out old alpha stuff.
2196 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
2198         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
2199         to `after-save-hook' instead of `before-save-hook'.
2200         (ruby-mode-set-encoding): Use the value of coding system used to
2201         write the file.  Call `basic-save-buffer-1' after modifying the
2202         buffer.
2204 2013-10-13  Alan Mackenzie  <acm@muc.de>
2206         Fix indentation/fontification of Java enum with
2207         "implements"/generic.
2209         * progmodes/cc-engine.el (c-backward-over-enum-header):
2210         Extracted from the three other places and enhanced to handle generics.
2211         (c-inside-bracelist-p): Uses new function above.
2212         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
2213         function above.
2214         (c-font-lock-enum-tail): Uses new function above.
2216 2013-10-13  Kenichi Handa  <handa@gnu.org>
2218         * international/mule-cmds.el (select-safe-coding-system): Remove a
2219         superfluous condition in chekcing whether a coding system is safe
2220         or not.
2222 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
2224         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
2226 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
2228         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
2230 2013-10-13  Glenn Morris  <rgm@gnu.org>
2232         * menu-bar.el (menu-bar-update-buffers):
2233         Unify Buffers menu prompt string.  (Bug#15576)
2235         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
2237         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
2238         Add some entries.
2239         (authors-fixed-entries): Use accented form of name.
2241 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2243         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
2244         method calls (bug#15594).
2245         (ruby-smie--args-separator-p): New function.
2246         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
2247         recognize paren-free method calls.
2249         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
2250         internals of universal-argument.
2252 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
2254         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
2255         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
2256         dropped menu on second mouse click on the menu bar.
2258 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2260         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
2261         (explicit-shell-file-name): Declare.
2262         (sh--vars-before-point, sh--cmd-completion-table): New functions.
2263         (sh-completion-at-point-function): New function.
2264         (sh-mode): Use it.
2265         (sh-smie--keyword-p): Remove unused argument.
2266         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
2267         vars.
2268         (sh-set-shell): Always setup SMIE, even if we use the
2269         old indentation code.
2271 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
2273         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
2274         cases of ? and =.
2275         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
2276         predicate would return nil are almost non-existent.
2277         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
2279         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
2280         cache also after commands that modify the buffer but don't move
2281         point.
2283 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2285         * env.el (substitute-env-in-file-name): New function.
2286         (substitute-env-vars): Extend the meaning of the optional arg.
2288 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
2290         * term/w32-win.el (dynamic-library-alist): Define separate lists
2291         of GIF DLLs for versions before and after 5.0.0 of giflib.
2292         (Bug#15531)
2294 2013-10-10  João Távora  <joaotavora@gmail.com>
2296         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
2297         not locked, use last revision and current source as
2298         defaults.  (Bug#15569)
2300 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
2302         * menu-bar.el (menu-bar-open): Don't use popup-menu if
2303         menu-bar is hidden.
2305 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
2307         * window.el (pop-to-buffer-same-window): Fix doc-string.
2308         (Bug#15492)
2310 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2312         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2314 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
2316         * calendar/icalendar.el (icalendar-import-file):
2317         Fix interactive spec.  (Bug#15482)
2319 2013-10-10  Glenn Morris  <rgm@gnu.org>
2321         * desktop.el (desktop-save): Default to saving in .emacs.d,
2322         since PWD is no longer in desktop-path by default.  (Bug#15319)
2324         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2325         now that text mode has a menu with the same entry.
2326         (menu-bar-text-mode-auto-fill): Remove now unused func.
2327         * textmodes/text-mode.el (text-mode-map):
2328         Use auto-fill help text from menu-bar.el.
2330 2013-10-10  John Anthony  <john@jo.hnanthony.com>
2332         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
2334 2013-10-09  Juri Linkov  <juri@jurta.org>
2336         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2337         instead of this-command-keys.  Add universal-argument-more and
2338         universal-argument-minus to the list of prefix commands.  (Bug#15568)
2340 2013-10-09  Glenn Morris  <rgm@gnu.org>
2342         * vc/vc-svn.el (vc-svn-create-repo):
2343         Expand paths in file://... url.  (Bug#15446)
2345         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2346         Add some entries.
2347         (authors): Remove unused local variables.
2349 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2351         * profiler.el: Create a more coherent calltree from partial backtraces.
2352         (profiler-format): Hide the tail with `invisible' so that C-s can still
2353         find the hidden elements.
2354         (profiler-calltree-depth): Don't recurse so enthusiastically.
2355         (profiler-function-equal): New hash-table-test.
2356         (profiler-calltree-build-unified): New function.
2357         (profiler-calltree-build): Use it.
2358         (profiler-report-make-name-part): Indent the calltree less.
2359         (profiler-report-mode): Add visibility specs for profiler-format.
2360         (profiler-report-expand-entry, profiler-report-toggle-entry):
2361         Expand the whole subtree when provided with a prefix arg.
2363 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
2365         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2366         iuwu-mod token.
2367         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2368         hanging iuwu-mod token.
2369         (ruby-smie--forward-token): Do not include a dot after a token in
2370         that token.
2371         (ruby-smie--backward-token): Likewise.
2373 2013-10-08  Juri Linkov  <juri@jurta.org>
2375         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2376         to isearch-other-control-char.
2377         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2378         and isearch-post-command-hook to post-command-hook.
2379         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2380         and isearch-post-command-hook from post-command-hook.
2381         (isearch-unread-key-sequence)
2382         (isearch-reread-key-sequence-naturally)
2383         (isearch-lookup-scroll-key, isearch-other-control-char)
2384         (isearch-other-meta-char): Remove functions.
2385         (isearch-pre-command-hook, isearch-post-command-hook):
2386         New functions based on isearch-other-meta-char rewritten
2387         relying on the new behavior of overriding-terminal-local-map
2388         that does not replace the local keymaps any more.  (Bug#15200)
2390 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
2392         Support menus on text-mode terminals.
2393         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2394         functionality.
2396         * tooltip.el (tooltip-mode): Don't error out on TTYs.
2398         * menu-bar.el (popup-menu, popup-menu-normalize-position):
2399         Move here from mouse.el.
2400         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2401         and arrow keys.
2402         (tty-menu-navigation-map): New map for TTY menu navigation.
2404         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2406         * frame.el (display-mouse-p): Report text-mode mouse as available
2407         on w32.
2408         (display-popup-menus-p): Report availability if mouse is
2409         available; don't condition on window-system.
2411         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2412         (tty-menu-selected-face): New faces.
2414 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2416         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2417         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2418         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2419         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2420         New constants.
2421         (lisp-mode-variables): New `elisp' argument.
2422         (emacs-lisp-mode): Use it.
2423         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2424         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2426         * indent.el: Use lexical-binding.
2427         (indent-region): Add progress reporter.
2428         (tab-stop-list): Make it implicitly extend to infinity by repeating the
2429         last step.
2430         (indent--next-tab-stop): New function to implement this behavior.
2431         (tab-to-tab-stop, move-to-tab-stop): Use it.
2433 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
2435         * indent.el (indent-rigidly--current-indentation): New function.
2436         (indent-rigidly-map): New var.
2437         (indent-rigidly): Use it to provide interactive mode (bug#8196).
2439 2013-10-08  Bastien Guerry  <bzg@gnu.org>
2441         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2443 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2445         * progmodes/perl-mode.el: Use lexical-binding.
2446         Remove redundant :group args.
2447         (perl-nochange): Change default to be closer to other major modes's
2448         standard behavior.
2449         (perl-indent-line): Don't consider text on current line as a
2450         valid beginning of function from which to indent.
2452         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2453         with more than one argument (bug#15538).
2455         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2457         * vc/pcvs.el: Use lexical-binding.
2458         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2459         environment of `eval'.
2460         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2461         than a list of expressions.  Adjust callers.
2462         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2464 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
2466         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2467         case of the dot in a chained method call being on the following line.
2469 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2471         * electric.el (electric-indent-inhibit): New var.
2472         (electric-indent-post-self-insert-function): Use it.
2473         * progmodes/python.el (python-mode): Set it.
2475         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2476         open braces.
2478         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2480         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2481         (css-mode): Use electric-indent-chars.
2483         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2484         (font-lock-beg, font-lock-end): Move before first use.
2485         (nxml-mode): Use syntax-propertize-function.
2486         (nxml-after-change, nxml-after-change1): Adjust accordingly.
2487         (nxml-extend-after-change-region): Remove.
2488         * nxml/xmltok.el: Use lexical-binding.
2489         (xmltok-save): Use `declare'.
2490         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2491         * nxml/nxml-util.el: Use lexical-binding.
2492         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2493         Use `declare'.
2494         * nxml/nxml-ns.el: Use lexical-binding.
2495         (nxml-ns-save): Use `declare'.
2496         (nxml-ns-prefixes-for): Avoid add-to-list.
2497         * nxml/rng-match.el: Use lexical-binding.
2498         (rng--ipattern): Use cl-defstruct.
2499         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2500         (rng-cons-group-after, rng-subst-group-after)
2501         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2502         Use closures instead of `(lambda...).
2504 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
2506         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2507         of BEG and END.
2509         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2510         Use `tramp-handle-insert-file-contents'.
2511         (tramp-gvfs-handle-insert-file-contents): Remove function.
2513         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2514         Use `save-restriction' in order to keep markers.
2516         * net/trampver.el: Update release number.
2518 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2520         * progmodes/compile.el (compilation-parse-errors):
2521         Use compilation--put-prop.
2522         (compilation--ensure-parse): Check compilation-multiline.
2524         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2526         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2527         lexical-binding.
2529         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2531         * progmodes/ruby-mode.el: Fix recently added tests.
2532         (ruby-smie-grammar): Add - and +.
2533         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2534         (ruby-smie--backward-id): New functions.
2535         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2536         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
2537         any more.
2539 2013-10-07  Leo Liu  <sdl.web@gmail.com>
2541         * register.el (register-preview-delay)
2542         (register-preview-functions): New variables.
2543         (register-read-with-preview, register-preview)
2544         (register-describe-oneline): New functions.
2545         (point-to-register, window-configuration-to-register)
2546         (frame-configuration-to-register, jump-to-register)
2547         (number-to-register, view-register, insert-register)
2548         (copy-to-register, append-to-register, prepend-to-register)
2549         (copy-rectangle-to-register): Use register-read-with-preview to
2550         read register.  (Bug#15525)
2552 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
2554         * net/network-stream.el (network-stream-open-starttls): Don't add
2555         --insecure if it's already present, because that gnutls-cli
2556         rejects getting that parameter twice.
2558 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
2560         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2561         keyword, too.
2563 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
2565         * newcomment.el (comment-use-global-state): Change default value
2566         to t, mark obsolete (Bug#15251).
2567         (comment-beginning): In addition to `comment-to-syntax', check the
2568         value of `comment-use-global-state'.
2570 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2572         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2573         (ruby-comment-column): Follow the global default, by default.
2574         (ruby-smie-grammar): Add assignment syntax.
2575         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2576         open-paren, a comma, or a \.
2577         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2578         and line continuations.
2579         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2580         followed by implicit semi-colons.  Add rule for string concatenation
2581         and for indentation at BOB.
2582         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2584         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2585         calling next-sexp, since next-token may have skipped chars which
2586         next-sexp doesn't know should be skipped!
2588 2013-10-05  Leo Liu  <sdl.web@gmail.com>
2590         * progmodes/octave.el (octave-send-region):
2591         Call compilation-forget-errors.
2593 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
2595         * vc/vc-svn.el (vc-svn-find-admin-dir):
2596         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2597         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2598         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2599         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2601 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2603         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2605 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2607         * subr.el (read-passwd): Hide chars even when called within a context
2608         where after-change-functions is disabled (bug#15501).
2609         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2610         until we removed ourself from overriding-terminal-local-map.
2612 2013-10-04  Leo Liu  <sdl.web@gmail.com>
2614         * progmodes/octave.el (inferior-octave-mode):
2615         Call compilation-forget-errors.
2617 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
2619         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2621 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
2623         * net/secrets.el (secrets-create-collection): Add optional
2624         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
2625         dbus-call-method argument.  (Bug#15516)
2627 2013-10-04  Leo Liu  <sdl.web@gmail.com>
2629         * progmodes/octave.el (inferior-octave-error-regexp-alist)
2630         (inferior-octave-compilation-font-lock-keywords): New variables.
2631         (compilation-error-regexp-alist)
2632         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2633         (inferior-octave-mode): Use compilation-shell-minor-mode.
2635 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
2637         * minibuffer.el (completion--replace): Be careful that `end' might be
2638         a marker.
2640 2013-10-03  Daiki Ueno  <ueno@gnu.org>
2642         Add support for package signature checking.
2643         * emacs-lisp/package.el (url-http-file-exists-p)
2644         (epg-make-context, epg-context-set-home-directory)
2645         (epg-verify-string, epg-context-result-for)
2646         (epg-signature-status, epg-signature-to-string)
2647         (epg-check-configuration, epg-configuration)
2648         (epg-import-keys-from-file): Declare.
2649         (package-check-signature): New user option.
2650         (package-unsigned-archives): New user option.
2651         (package-desc): Add `signed' field.
2652         (package-load-descriptor): Set `signed' field if .signed file exists.
2653         (package--archive-file-exists-p): New function.
2654         (package--check-signature): New function.
2655         (package-install-from-archive): Check package signature.
2656         (package--download-one-archive): Check archive signature.
2657         (package-delete): Remove .signed file.
2658         (package-import-keyring): New command.
2659         (package-refresh-contents): Import default keyring.
2660         (package-desc-status): Add "unsigned" status.
2661         (describe-package-1, package-menu--print-info)
2662         (package-menu-mark-delete, package-menu--find-upgrades)
2663         (package-menu--status-predicate): Support "unsigned" status.
2665 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2667         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2668         the new compilation scheme using the new byte-codes.
2670         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2671         (byte-pophandler): New byte codes.
2672         (byte-goto-ops): Adjust accordingly.
2673         (byte-compile--use-old-handlers): New var.
2674         (byte-compile-catch): Use new byte codes depending on
2675         byte-compile--use-old-handlers.
2676         (byte-compile-condition-case--old): Rename from
2677         byte-compile-condition-case.
2678         (byte-compile-condition-case--new): New function.
2679         (byte-compile-condition-case): New function that dispatches depending
2680         on byte-compile--use-old-handlers.
2681         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2682         when we can.
2684         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2685         Optimize under `condition-case' and `catch' if
2686         byte-compile--use-old-handlers is nil.
2687         (disassemble-offset): Handle new bytecodes.
2689 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2691         * subr.el (error): Use `declare'.
2692         (decode-char, encode-char): Use advertised-calling-convention instead
2693         of the docstring to discourage use of the `restriction' arg.
2695 2013-10-03  Daiki Ueno  <ueno@gnu.org>
2697         * epg.el (epg-verify-file): Add a comment saying that it does not
2698         notify verification error as a return value nor a signal.
2699         (epg-verify-string): Ditto.
2701 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2703         * progmodes/compile.el (compilation-start): Try globbing the arg to
2704         `cd' (bug#15417).
2706 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
2708         Sync with Tramp 2.2.8.
2710         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2711         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2712         * net/trampver.el: Update release number.
2714 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
2716         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2717         and default-process-coding-system for darwin only.
2719 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2721         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2723 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
2725         * vc/vc-git.el (vc-git-grep): Disable pager.
2727 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
2729         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2730         Use :url instead of :homepage, as per
2731         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2733         * newcomment.el (comment-beginning): When `comment-use-syntax' is
2734         non-nil, use `syntax-ppss' (Bug#15251).
2736 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2738         * progmodes/octave.el (inferior-octave-startup-file):
2739         Prefer ~/.emacs.d/init_octave.m.
2741 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
2743         * emacs-lisp/package.el (package-desc-from-define):
2744         Accept additional arguments as plist, convert them to an alist and store
2745         them in the `extras' slot.
2746         (package-generate-description-file): Convert extras alist back to
2747         plist and append to the `define-package' form arguments.
2748         (package--alist-to-plist): New function.
2749         (package--ac-desc): Add `extras' slot.
2750         (package--add-to-archive-contents): Check if the archive-contents
2751         vector is long enough, and if it is, pass its `extras' slot value
2752         to `package-desc-create'.
2753         (package-buffer-info): Call `lm-homepage', pass the returned value
2754         to `package-desc-from-define'.
2755         (describe-package-1): Render the homepage button (Bug#13291).
2757         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2758         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2760 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
2762         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2763         and default-process-coding-system to utf-8-unix (Bug#15402).
2765 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
2767         * subr.el (looking-back): Do not recommend using looking-back.
2769 2013-09-28  Alan Mackenzie  <acm@muc.de>
2771         Fix indentation/fontification of Java enum with "implements".
2773         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2774         regexp which matches "implements", etc., in Java.
2775         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2776         specifier clauses coming after "enum".
2777         * progmodes/cc-fonts.el (c-font-lock-declarations)
2778         (c-font-lock-enum-tail): Check for extra specifier clauses coming
2779         after "enum".
2781 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
2783         * faces.el (region): Change ns_selection_color to
2784         ns_selection_fg_color, add ns_selection_bg_color.
2786 2013-09-28  Leo Liu  <sdl.web@gmail.com>
2788         * progmodes/octave.el (inferior-octave-completion-table)
2789         (inferior-octave-completion-at-point): Minor tweaks.
2791         * textmodes/ispell.el (ispell-lookup-words): Rename from
2792         lookup-words.  (Bug#15460)
2793         (lookup-words): Obsolete.
2794         (ispell-complete-word, ispell-command-loop): All uses changed.
2796 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2798         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2799         (octave-mode-menu): Add octave-send-buffer.
2800         (octave-send-buffer): New function.
2802 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2804         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2805         octave-lookfor.
2806         (octave-mode-menu): Add octave-lookfor.
2807         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2808         octave-lookfor.
2809         (octave-lookfor): New function.
2811 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2813         * emacs-lisp/cl-macs.el:
2814         (cl--loop-destr-temps): Remove.
2815         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2816         its convention.
2817         (cl--loop-set-iterator-function): New function.
2818         (cl-loop): Adjust accordingly, so as not to use cl-subst.
2819         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2820         Bind `it' with `let' instead of substituting it with `cl-subst'.
2821         (cl--unused-var-p): New function.
2822         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2823         Eliminate some unused variable warnings (bug#15326).
2825 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
2827         * doc-view.el (doc-view-scale-reset): Rename from
2828         `doc-view-reset-zoom-level'.
2829         (doc-view-scale-adjust): New command.
2830         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2831         `doc-view-scale-adjust'.
2833 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
2835         * doc-view.el (doc-view-reset-zoom-level): New command.
2836         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2837         zoom commands (bug#15466).
2839 2013-09-26  Kenichi Handa  <handa@gnu.org>
2841         * international/quail.el (quail-help): Make it not a command.
2843 2013-09-26  Leo Liu  <sdl.web@gmail.com>
2845         * minibuffer.el (completion-all-sorted-completions): Make args
2846         optional as they are.
2848 2013-09-25  Daniel Colascione  <dancol@dancol.org>
2850         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2851         specs are and that they're not evaluated.
2853 2013-09-24  Sam Steingold  <sds@gnu.org>
2855         * midnight.el (clean-buffer-list-kill-regexps)
2856         (clean-buffer-list-kill-buffer-names): Update for the new Man
2857         buffer naming which includes the object name.
2859 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2861         * eshell/esh-cmd.el (eshell--sep-terms): New var.
2862         (eshell-parse-command, eshell-parse-pipeline): Use it since
2863         eshell-separate-commands requires a dynamic scoped var.
2864         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2866 2013-09-23  Leo Liu  <sdl.web@gmail.com>
2868         * autoinsert.el (auto-insert-alist): Make the value of
2869         lexical-binding match its file setting.
2871 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
2873         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2875         * autoarg.el (autoarg-kp-digit-argument):
2876         * electric.el (Electric-command-loop):
2877         * kmacro.el (kmacro-step-edit-insert):
2878         Do not set universal-argument-num-events.
2880 2013-09-22  Leo Liu  <sdl.web@gmail.com>
2882         * files.el (interpreter-mode-alist): Add octave.
2884 2013-09-21  Alan Mackenzie  <acm@muc.de>
2886         C++: fontify identifier in declaration following "public:" correctly.
2887         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2888         to match "public", etc.
2889         (c-decl-prefix-re): Add ":" into the C++ value.
2890         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2891         bit.  Add a check for a ":" preceded by "public", etc.
2893 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
2895         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2896         recognized by GDB 7.5 and later.
2898 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
2900         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2902 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2904         * subr.el (internal--call-interactively): New const.
2905         (called-interactively-p): Use it (bug#3984).
2907 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
2909         * vc/pcvs.el (cvs-mode-ignore):
2910         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2911         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2913 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2915         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
2916         (eshell-ls-orig-insert-directory): Remove.
2917         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
2918         (eshell-ls-use-in-dired): Use advice-add/remove.
2919         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2920         Add `orig-fun' arg for use in :around advice.
2921         Make it check (redundantly) eshell-ls-use-in-dired.
2923 2013-09-19  Glenn Morris  <rgm@gnu.org>
2925         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2927         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2929         * emacs-lisp/eieio.el (class-parent): Undo previous change.
2931 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
2933         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2934         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2935         (tramp-get-remote-python): New defuns.
2936         (tramp-get-remote-uid-with-perl)
2937         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
2938         contributed by yary <not.com@gmail.com> (tiny change).
2939         (tramp-get-remote-uid-with-python)
2940         (tramp-get-remote-gid-with-python): New defuns.  Python code
2941         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2942         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2944 2013-09-19  Glenn Morris  <rgm@gnu.org>
2946         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2948         * eshell/em-unix.el (eshell-remove-entries):
2949         Rename argument to avoid name-clash with global `top-level'.
2951         * eshell/esh-proc.el (eshell-kill-process-function):
2952         Remove eshell-reset-after-proc from eshell-kill-hook if present.
2953         (eshell-reset-after-proc): Remove unused arg `proc'.
2955         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2956         (directory-files-and-attributes): Mark unused arg.
2958         * eshell/em-unix.el (eshell-remove-entries):
2959         Remove unused arg `path'.  Update callers.
2961         * eshell/em-hist.el (eshell-hist-parse-arguments):
2962         Remove unused arg `silent'.  Update callers.
2964         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2965         Fix (f)boundp mix-up.
2967         * eshell/em-smart.el (eshell-smart-scroll-window)
2968         (eshell-disable-after-change):
2969         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2971 2013-09-18  Alan Mackenzie  <acm@muc.de>
2973         Fix fontification of type when followed by "const".
2974         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2975         "known" types from fontification.
2977 2013-09-18  Glenn Morris  <rgm@gnu.org>
2979         * emacs-lisp/chart.el (x-display-color-cells): Declare.
2980         (chart-face-list): Drop Emacsen without display-color-p.
2982         * net/eww.el (libxml-parse-html-region): Declare.
2983         (eww-display-html): Explicit error if no libxml2 support.
2985         * doc-view.el (doc-view-mode): Silence --without-x compilation.
2987         * image.el (image-type-from-buffer, image-multi-frame-p):
2988         Remove --without-x warning/error.
2990         * mouse.el (mouse-yank-primary):
2991         * term.el (term-mouse-paste):
2992         Reorder to silence --without-x compilation.
2994         * mpc.el (doc-view-mode): Silence --without-x compilation.
2996         * mail/rmailmm.el (rmail-mime-set-bulk-data):
2997         Silence --without-x compilation.
2999         * progmodes/gud.el (gud-find-file, gud-mode):
3000         Silence --without-x compilation.
3001         (tooltip-mode): Declare.
3003         * wdired.el (dired-backup-overwrite): Remove declaration.
3004         (wdired-mode-map): Add doc string.
3006         * custom.el (x-get-resource): Declare.
3008         * eshell/em-glob.el (ange-cache):
3009         * eshell/em-unix.el (ange-cache): Declare.
3011         * faces.el (x-display-list, x-open-connection, x-get-resource):
3012         Declare.
3014         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
3015         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
3016         Declare.
3018         * frame.el (x-display-grayscale-p, x-display-name): Declare.
3020         * net/gnutls.el (gnutls-log-level): Declare.
3022         * net/shr.el (image-size, image-animate): Declare.
3024         * simple.el (font-info): Declare.
3026         * subr.el (x-popup-dialog): Declare.
3028         * term/common-win.el (x-select-enable-primary)
3029         (x-last-selected-text-primary, x-last-selected-text-clipboard):
3030         Declare.
3032         * term/ns-win.el (x-handle-args): Declare.
3034         * term/x-win.el (x-select-enable-clipboard): Declare.
3036         * term/w32-win.el (create-default-fontset): Declare.
3038         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
3039         Declare.
3041         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
3042         (fit-frame-to-buffer): Explicit error if --without-x.
3043         (mouse-autoselect-window-select): Silence compiler.
3045         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
3047         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
3048         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
3049         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
3050         * eshell/esh-util.el (eshell-sublist):
3051         Remove unused local variables.
3053         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
3055         * textmodes/two-column.el: Make 2C-split work for --without-x.
3056         (scroll-bar-columns): Autoload.
3057         (top-level): Require fringe when compiling.
3059 2013-09-18  Leo Liu  <sdl.web@gmail.com>
3061         * subr.el (add-hook): Robustify to handle closure as well.
3063 2013-09-17  Glenn Morris  <rgm@gnu.org>
3065         * simple.el (messages-buffer-mode-map): Unbind "g".
3067 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3069         * help-mode.el (help-mode-finish): Use derived-mode-p.
3070         Remove obsolete highlighting.
3072         * play/life.el (life-mode): Use define-derived-mode.  Derive from
3073         special-mode.
3074         (life): Let-bind inhibit-read-only.
3075         (life-setup): Avoid `setq'.  Use `life-mode'.
3077         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
3078         which should not be needed any more.
3079         (package-menu-refresh, package-menu-describe-package): Use user-error.
3081         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
3082         (eshell-post-rewrite-command-hook): Make obsolete.
3083         (eshell-parse-command): Simplify.
3084         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
3085         (eshell--cmd): Declare.
3086         (eshell-parse-pipeline): Remove unused var `final-p'.
3087         Pass a dynvar to eshell-post-rewrite-command-hook.
3088         Implement the new eshell-post-rewrite-command-function.
3089         (eshell-invoke-directly): Remove unused arg `input'.
3090         * eshell/esh-io.el (eshell-io-initialize):
3091         Use eshell-post-rewrite-command-function (bug#15399).
3092         (eshell--apply-redirections): Rename from eshell-apply-redirections;
3093         adjust to new calling convention.
3094         (eshell-create-handles): Rename args to avoid clashing with dynvar
3095         `standard-output'.
3097 2013-09-17  Glenn Morris  <rgm@gnu.org>
3099         * simple.el (messages-buffer-mode): New major mode.
3100         (messages-buffer): New function.
3101         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
3102         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
3103         (ert-run-test): Use `messages-buffer' function.
3104         (ert--force-message-log-buffer-truncation): Ignore read-only.
3105         * help.el (view-echo-area-messages): Use `messages-buffer' function.
3106         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
3108 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3110         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
3112         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
3114 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3116         * icomplete.el (icomplete-in-buffer): New var.
3117         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
3118         vars and replace them with functions.
3119         (icomplete-minibuffer-setup): Adjust accordingly.
3120         (icomplete--completion-table, icomplete--completion-predicate)
3121         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
3122         New functions.
3123         (icomplete-forward-completions, icomplete-backward-completions)
3124         (icomplete-simple-completing-p, icomplete-exhibit)
3125         (icomplete-completions): Use them.
3126         (icomplete--in-region-buffer): New var.
3127         (icomplete--in-region-setup): New function.
3128         (icomplete-mode): Use it.
3130         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
3131         (bug#15379).
3132         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
3133         return args and options.
3134         (eshell-eval-using-options): Use the new return value of
3135         eshell--do-opts to set the options's vars in their scope.
3136         (eshell--set-option): Rename from eshell-set-option.
3137         Add arg `opt-vals'.
3138         (eshell--process-option): Rename from eshell-process-option.
3139         Add arg `opt-vals'.
3140         (eshell--process-args): Use an `opt-vals' alist to store the options's
3141         values during their processing and return them additionally to the
3142         remaining args.
3144 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
3146         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
3147         continuation character an operator, as far as indentation is
3148         concerned (Bug#15369).
3150 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
3152         * window.el (window--state-put-2): Don't process buffer state
3153         when buffer doesn't exist any more (Bug#15382).
3155 2013-09-15  Glenn Morris  <rgm@gnu.org>
3157         * eshell/em-unix.el (eshell/rm):
3158         Make -f ignore missing files.  (Bug#15373)
3160         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
3161         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
3162         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
3164 2013-09-14  Glenn Morris  <rgm@gnu.org>
3166         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
3168 2013-09-13  Glenn Morris  <rgm@gnu.org>
3170         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
3171         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
3173 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
3175         * frame.el (x-focus-frame): Mark as declared in frame.c.
3177 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * ls-lisp.el: Use advice-add.
3180         (original-insert-directory): Remove.
3181         (ls-lisp--insert-directory): Rename from insert-directory; add
3182         `orig-fun' argument.
3183         (insert-directory): Advise.
3185 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
3187         * term.el (term-emulate-terminal): Decode the command string
3188         before passing it to term-command-hook.  (Bug#15337)
3190 2013-09-13  Glenn Morris  <rgm@gnu.org>
3192         * eshell/esh-util.el (ange-cache): Move declaration earlier.
3194         * eshell/esh-ext.el (eshell-search-path): Declare.
3196         * eshell/em-prompt.el (eshell/pwd): Autoload it.
3197         Otherwise an error occurs if eshell-dirs module not loaded.
3199         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
3201 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
3203         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
3204         `tramp-check-proper-host'.  Check for a valid method name.
3206         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3207         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3208         * net/tramp-sh.el (tramp-maybe-open-connection):
3209         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
3211         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
3212         also for hash values.
3214 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3216         * term/ns-win.el (parameters): Don't declare as dynamic.
3217         (before-make-frame-hook): Don't add ineffective function.
3219         * eshell/*.el: Use lexical-binding (bug#15231).
3221 2013-09-12  Kenichi Handa  <handa@gnu.org>
3223         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
3225 2013-09-12  Glenn Morris  <rgm@gnu.org>
3227         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
3228         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
3230         * subr.el (do-after-load-evaluation): Also give compiler warnings
3231         when obsolete files are used (except by obsolete files).
3233         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
3234         in the status output, assume `filename' is the first.  (Bug#15322)
3236         * vc/vc.el (vc-deduce-fileset): Doc fix.
3238         * calc/calc-help.el (Info-goto-node):
3239         * progmodes/cperl-mode.el (Info-find-node):
3240         * vc/ediff.el (Info-goto-node): Update declarations.
3242         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
3244         * vc/vc-bzr.el (vc-compilation-mode): Declare.
3245         (vc-bzr-pull): Require vc-dispatcher.
3246         * vc/vc-git.el (vc-compilation-mode): Declare.
3247         (vc-git-pull): Require vc-dispatcher.
3249         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
3251         * progmodes/octave.el (help-button-action): Declare.
3253         * shell.el (shell-directory-tracker): Output error as a message
3254         rather than just returning it as a string.
3255         (shell-process-pushd): Remove useless use of message.
3257         * dframe.el (dframe-timer-fn):
3258         * files.el (dir-locals-read-from-file):
3259         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
3260         (mpc-format):
3261         * reveal.el (reveal-post-command):
3262         * saveplace.el (load-save-place-alist-from-file):
3263         * shell.el (shell-resync-dirs):
3264         * w32-common-fns.el (x-get-selection-value):
3265         * emacs-lisp/copyright.el (copyright-find-copyright):
3266         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3267         * emulation/tpu-edt.el (tpu-copy-keyfile):
3268         * play/bubbles.el (bubbles--mark-neighbourhood):
3269         * progmodes/executable.el
3270         (executable-make-buffer-file-executable-if-script-p):
3271         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
3273 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3275         Cleanup Eshell to rely less on dynamic scoping.
3276         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
3277         last-value, and ext-command here.  Bind `args' closer to `body'.
3278         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
3279         (eshell--args): Declare new dynamic var.
3280         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
3281         last-value, and ext-command.  Pass `args' to `body'.
3282         (eshell-process-args): Bind eshell--args.
3283         (eshell-set-option): Use eshell--args.
3284         * eshell/eshell.el (eshell): Use derived-mode-p.
3285         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
3286         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
3287         (eshell-glob-function): Declare.
3288         * eshell/esh-util.el: Require cl-lib.
3289         (eshell-read-hosts-file): Avoid add-to-list.
3290         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
3291         `err'.
3292         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
3293         Declare.
3294         (eshell/diff): Remove unused var `err'.
3295         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
3296         `killflag'.
3297         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
3298         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
3299         first use.
3300         * eshell/em-glob.el (eshell-glob-matches, message-shown):
3301         Move declaration before first use.
3302         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
3303         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
3304         rely on cl-return.
3306 2013-09-12  Glenn Morris  <rgm@gnu.org>
3308         * term/ns-win.el (global-map): Remove binding for ispell-next,
3309         deleted 1999-05-29.  (Bug#15357)
3311 2013-09-11  Glenn Morris  <rgm@gnu.org>
3313         * echistory.el (electric-command-history): Remove call to deleted func.
3315         * play/landmark.el (landmark-mode): Fix typos.
3317         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3318         Check cvs-sort-ignore-file is bound.
3320         * savehist.el: No need for cl when compiling on Emacs.
3322 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3324         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3325         (bug#15338).
3326         (eshell-self-insert-command, eshell-send-invisible):
3327         Remove unused argument.
3328         (eshell-handle-control-codes): Remove unused var `orig'.
3329         Avoid delete-backward-char.
3331         * files.el (set-auto-mode): Simplify a bit further.
3333 2013-09-11  Glenn Morris  <rgm@gnu.org>
3335         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3336         (set-auto-mode): Don't regexp-quote elements.
3337         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3338         * progmodes/cc-mode.el (interpreter-mode-alist):
3339         * progmodes/ruby-mode.el (interpreter-mode-alist):
3340         Revert previous change.
3342 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3344         * play/snake.el (snake-mode):
3345         * play/mpuz.el (mpuz-mode):
3346         * play/landmark.el (lm-mode):
3347         * play/blackbox.el (blackbox-mode):
3348         * play/5x5.el (5x5-mode):
3349         * obsolete/options.el (Edit-options-mode):
3350         * net/quickurl.el (quickurl-list-mode):
3351         * net/newst-treeview.el (newsticker-treeview-mode):
3352         * mail/rmailsum.el (rmail-summary-mode):
3353         * mail/mspools.el (mspools-mode):
3354         * locate.el (locate-mode):
3355         * ibuffer.el (ibuffer-mode):
3356         * emulation/ws-mode.el (wordstar-mode):
3357         * emacs-lisp/debug.el (debugger-mode):
3358         * array.el (array-mode):
3359         * net/eudc.el (eudc-mode): Use define-derived-mode.
3360         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3361         Move initialization into declaration.
3362         (mairix-searches-mode): Use define-derived-mode.
3363         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3364         (eudc-edit-hotlist): Use dolist.
3365         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3366         (Man-mode): Use define-derived-mode.
3367         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3368         (Info-edit-mode): Use define-derived-mode.
3369         (Info-cease-edit): Use Info-mode.
3370         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3371         into declaration.
3372         (eshell-mode): Use define-derived-mode.
3373         * chistory.el (command-history-mode-map): Rename from
3374         command-history-map.
3375         (command-history-mode): Use define-derived-mode.
3376         (Command-history-setup): Remove function.
3377         * calc/calc.el (calc-trail-mode-map): New var.
3378         (calc-trail-mode): Use define-derived-mode.
3379         (calc-trail-buffer): Set calc-main-buffer manually.
3380         * bookmark.el (bookmark-insert-annotation): New function.
3381         (bookmark-edit-annotation): Use it.
3382         (bookmark-edit-annotation-mode): Make it a proper major mode.
3383         (bookmark-send-edited-annotation): Use derived-mode-p.
3384         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3385         closer to its ideal place.  Use \' to match EOS.
3387         * profiler.el (profiler-calltree-find): Use function-equal.
3389 2013-09-10  Glenn Morris  <rgm@gnu.org>
3391         * files.el (interpreter-mode-alist): Convert to regexps.
3392         (set-auto-mode): Adapt for this.  (Bug#15306)
3393         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3394         Comment out unused variable.
3395         * progmodes/cc-mode.el (interpreter-mode-alist):
3396         * progmodes/python.el (interpreter-mode-alist):
3397         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3398         * progmodes/sh-script.el (sh-set-shell):
3399         No longer use interpreter-mode-alist to get list of shells.
3401         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3403 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3405         * simple.el: Use set-temporary-overlay-map for universal-argument.
3406         (universal-argument-map): Don't use default-bindings (bug#15317).
3407         Bind switch-frame explicitly.  Replace universal-argument-minus with
3408         a conditional binding.
3409         (universal-argument-num-events, saved-overriding-map): Remove.
3410         (restore-overriding-map): Remove.
3411         (universal-argument--mode): Rename from save&set-overriding-map,
3412         and rewrite.
3413         (universal-argument, universal-argument-more, negative-argument)
3414         (digit-argument): Adjust accordingly.
3415         (universal-argument-minus): Remove.
3416         (universal-argument-other-key): Remove.
3418         * subr.el (with-demoted-errors): Add `format' argument.
3420 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
3422         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
3423         `tramp-cleanup-connection'.
3425         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3426         parameters KEEP-DEBUG and KEEP-PASSWORD.
3428         * net/tramp.el (tramp-file-name-handler):
3429         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3430         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3431         (tramp-maybe-open-connection):
3432         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3433         Use `tramp-cleanup-connection'.
3435         * net/tramp-sh.el (tramp-maybe-open-connection):
3436         Catch 'uname-changed inside the progress reporter.
3438 2013-09-10  Glenn Morris  <rgm@gnu.org>
3440         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
3442         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3443         returns "alternate access method" in mode (eg "-rw-r--r--.").
3445 2013-09-08  Glenn Morris  <rgm@gnu.org>
3447         * saveplace.el (load-save-place-alist-from-file):
3448         Demote errors.  (Bug#15305)
3450 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
3452         Improve compatibility with older Emacsen, and XEmacs.
3454         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3455         only if it is bound.  It isn't for XEmacs.
3456         (with-tramp-progress-reporter): Do not let-bind `result'.
3457         This yields to scoping errors in XEmacs.
3458         (tramp-handle-make-auto-save-file-name): New function, moved from
3459         tramp-sh.el.
3461         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3462         for `make-auto-save-file-name'.
3463         (tramp-adb--gnu-switches-to-ash):
3464         Use `tramp-compat-replace-regexp-in-string'.
3466         * net/tramp-cache.el (tramp-cache-print): Call
3467         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
3469         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3470         bound.  It isn't for XEmacs.
3472         * net/tramp-compat.el (tramp-compat-copy-file):
3473         Catch `wrong-number-of-arguments' error.
3474         (tramp-compat-replace-regexp-in-string): New defun.
3476         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3477         for `make-auto-save-file-name'.
3478         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3479         `copy-file'.
3480         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3481         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3482         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3484         * net/tramp-gw.el (tramp-gw-open-network-stream):
3485         Use `tramp-compat-replace-regexp-in-string'.
3487         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3488         Call `tramp-handle-make-auto-save-file-name'.
3489         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3490         (tramp-sh-file-gvfs-monitor-dir-process-filter)
3491         (tramp-sh-file-inotifywait-process-filter):
3492         Use `tramp-compat-replace-regexp-in-string'.
3493         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3495         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3496         for `make-auto-save-file-name'.
3497         (tramp-smb-handle-copy-directory):
3498         Call `tramp-compat-replace-regexp-in-string'.
3499         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3500         (tramp-smb-handle-copy-file): Improve error message.
3501         (tramp-smb-handle-rename-file): Rename directly only in case
3502         `newname' does not exist yet.  This is a restriction of smbclient.
3503         (tramp-smb-maybe-open-connection): Rerun the function only when
3504         `auth-sources' is non-nil.
3506 2013-09-08  Kenichi Handa  <handa@gnu.org>
3508         * international/characters.el: Set category "^" (Combining) for
3509         more characters.
3511 2013-09-07  Alan Mackenzie  <acm@muc.de>
3513         Correctly fontify Java class constructors.
3514         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3515         in Java Mode.
3516         (c-recognize-typeless-decls): Set the Java value to t.
3517         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3518         While handling a "(", add a check for, effectively, Java, and handle a
3519         "typeless" declaration there.
3521 2013-09-07  Roland Winkler  <winkler@gnu.org>
3523         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3524         field subtitle for entry type book.
3526 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3528         * minibuffer.el: Make minibuffer-complete call completion-in-region
3529         rather than other way around.
3530         (completion--some, completion-pcm--find-all-completions):
3531         Don't delay signals when debugging.
3532         (minibuffer-completion-contents): Beware fields within the
3533         minibuffer contents.
3534         (completion-all-sorted-completions): Use defvar-local.
3535         (completion--do-completion, completion--cache-all-sorted-completions)
3536         (completion-all-sorted-completions, minibuffer-force-complete):
3537         Add args `beg' and `end'.
3538         (completion--in-region-1): New fun, extracted from minibuffer-complete.
3539         (minibuffer-complete): Use completion-in-region.
3540         (completion-complete-and-exit): New fun, extracted from
3541         minibuffer-complete-and-exit.
3542         (minibuffer-complete-and-exit): Use it.
3543         (completion--complete-and-exit): Rename from
3544         minibuffer--complete-and-exit.
3545         (completion-in-region--single-word): New function, extracted from
3546         minibuffer-complete-word.
3547         (minibuffer-complete-word): Use it.
3548         (display-completion-list): Make `common-substring' argument obsolete.
3549         (completion--in-region): Call completion--in-region-1 instead of
3550         minibuffer-complete.
3551         (completion-help-at-point): Pass boundaries to
3552         minibuffer-completion-help as args rather than via an overlay.
3553         (completion-pcm--string->pattern): Use `any-delim'.
3554         (completion-pcm--optimize-pattern): New function.
3555         (completion-pcm--pattern->regex): Handle `any-delim'.
3556         * icomplete.el (icomplete-forward-completions)
3557         (icomplete-backward-completions, icomplete-completions):
3558         Adjust calls to completion-all-sorted-completions and
3559         completion--cache-all-sorted-completions.
3560         (icomplete-with-completion-tables): Default to t.
3561         * emacs-lisp/crm.el (crm--current-element): Rename from
3562         crm--select-current-element.  Don't put an overlay but return the
3563         boundaries instead.
3564         (crm--completion-command): Take two new args to bind to the boundaries.
3565         (crm-completion-help): Adjust accordingly.
3566         (crm-complete): Use completion-in-region.
3567         (crm-complete-word): Use completion-in-region--single-word.
3568         (crm-complete-and-exit): Use completion-complete-and-exit.
3570 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3572         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3573         than dynamically.
3575 2013-09-06  Juri Linkov  <juri@jurta.org>
3577         * info.el (Info-display-images-node): When image file doesn't exist
3578         display text version of the image if it's provided in the Info file.
3579         Otherwise, display the location of missing image from SRC attribute.
3580         Add help-echo text property from ALT attribute.  (Bug#15279)
3582 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3584         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3585         (edit-abbrevs-mode): Use define-derived-mode.
3587         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3588         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3589         that it's defined.
3590         (epa-key-list-mode, epa-key-mode, epa-info-mode):
3591         Use define-derived-mode.
3593         * epg.el (epg-start-encrypt): Minor CSE simplification.
3595 2013-09-06  William Xu  <william.xwl@gmail.com>
3597         * arc-mode.el: Add support for 7za (bug#15264).
3598         (archive-7z-program): New var.
3599         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3600         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3601         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3603 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
3605         Remove URL syntax.
3607         * net/tramp.el (tramp-syntax, tramp-prefix-format)
3608         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3609         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3610         (tramp-postfix-host-format, tramp-file-name-regexp)
3611         (tramp-completion-file-name-regexp)
3612         (tramp-completion-dissect-file-name)
3613         (tramp-handle-substitute-in-file-name): Remove 'url case.
3614         (tramp-file-name-regexp-url)
3615         (tramp-completion-file-name-regexp-url): Remove constants.
3617 2013-09-06  Glenn Morris  <rgm@gnu.org>
3619         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
3621 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
3623         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3624         keywords" below "here-doc beginnings" (Bug#15270).
3626 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3628         * subr.el (pop): Use `car-safe'.
3629         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3630         to detect unused `pop' return value.
3632         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3633         var `block-regexp'.
3634         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3635         (python-fill-string): Remove unused var `marker'.
3636         (python-skeleton-add-menu-items): Remove unused var `items'.
3638         * international/mule-cmds.el: Require CL.
3639         (find-coding-systems-for-charsets): Avoid add-to-list.
3640         (sanitize-coding-system-list): New function, extracted from
3641         select-safe-coding-system-interactively.
3642         (select-safe-coding-system-interactively): Use it.
3643         (read-input-method-name): Accept symbols for `default'.
3645         * emacs-lisp/advice.el (defadvice): Add indent rule.
3647 2013-09-05  Daniel Hackney  <dan@haxney.org>
3649         * dired-x.el:
3650         * net/ange-ftp.el:
3651         * net/browse-url.el:
3652         * net/dbus.el:
3653         * net/eudc.el:
3654         * net/eudcb-ldap.el:
3655         * net/eww.el:
3656         * net/imap.el:
3657         * printing.el:
3658         * vc/ediff-diff.el:
3659         * vc/ediff-init.el:
3660         * vc/ediff-merg.el:
3661         * vc/ediff-mult.el:
3662         * vc/ediff-util.el:
3663         * vc/ediff-wind.el:
3664         * vc/ediff.el:
3665         * vc/emerge.el:
3666         * vc/pcvs.el:
3667         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3668         byte compiler.  Remove some unused let-bound variables.
3670 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3672         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3673         a "ref-cell", since it gets better optimized (bug#14883).
3675 2013-09-05  Glenn Morris  <rgm@gnu.org>
3677         * progmodes/cc-awk.el (c-forward-sws): Declare.
3679 2013-09-04  Glenn Morris  <rgm@gnu.org>
3681         * generic-x.el [rul-generic-mode]: Require cc-mode.
3682         (c++-mode-syntax-table): Declare.
3683         (rul-generic-mode-syntax-table): Init in the defvar.
3685 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3687         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3688         (vc-do-command, vc-set-async-update):
3689         * vc/vc-mtn.el (vc-mtn-dir-status):
3690         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3691         (vc-hg-pull, vc-hg-merge-branch):
3692         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3693         (vc-git-merge-branch):
3694         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3695         (vc-cvs-dir-status-files):
3696         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3697         (vc-bzr-dir-status-files):
3698         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3699         * vc/vc-annotate.el: Use lexical-binding.
3700         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3701         (vc-sentinel-movepoint): Declare.
3702         (vc-annotate): Don't use `goto-line'.
3703         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3704         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3705         (vc-sentinel-movepoint): Declare.
3706         * vc/vc-svn.el: Use lexical-binding.
3707         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3708         * vc/vc-sccs.el:
3709         * vc/vc-rcs.el: Use lexical-binding.
3711         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3712         `deleted'.  Don't drop errors silently.
3714         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3716 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
3718         * vc/vc.el (vc-ignore): Rewrite.
3719         (vc-default-ignore): New function.
3720         (vc-default-ignore-completion-table): Use find-ignore-file.
3722         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3723         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3724         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3725         Remove.  Most code moved to vc.el.
3727 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3729         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3730         * net/tramp-smb.el (tramp-smb-get-file-entries):
3731         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3732         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3734         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3735         Update call to it.
3736         (eww-change-select): Remove unused var `properties'.
3737         (eww-make-unique-file-name): Remove unused var `base'.
3739         * finder.el (finder-compile-keywords): Don't mess with windows.
3741         * calculator.el (calculator-funcall): Fix typo in last change.
3743         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3745         * emacs-lisp/package.el (package-activate-1): Don't let a missing
3746         <pkg>-autoloads.el file stop us.
3748         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3749         warnings, and factor out common code.
3751 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
3753         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3754         two-character operators and whether the character preceding them
3755         changes their meaning (Bug#15208).
3757 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3759         Format code sent to Python shell for robustness.
3760         * progmodes/python.el (python-shell-buffer-substring):
3761         New function.
3762         (python-shell-send-region, python-shell-send-buffer): Use it.
3764 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
3766         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3767         * net/tramp.el (tramp-user-error): ... here.
3768         (tramp-find-method, tramp-check-proper-host)
3769         (tramp-dissect-file-name, tramp-debug-message)
3770         (tramp-handle-shell-command):
3771         * net/tramp-adb.el (tramp-adb-handle-shell-command):
3772         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3774         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3776 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
3778         * avoid.el (mouse-avoidance-point-position)
3779         (mouse-avoidance-too-close-p): Handle case where posn-at-point
3780         returns nil.
3782 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3784         * progmodes/python.el (python-shell-completion-get-completions):
3785         Drop use of deleted `comint-last-prompt-overlay'.
3786         (python-nav-if-name-main): New command.
3788 2013-09-01  Glenn Morris  <rgm@gnu.org>
3790         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3791         Avoid leading space in $wins.  Otherwise the sed command used by
3792         eg compile-main ends up containing "/*.el".  (Bug#15170)
3794         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
3796 2013-08-30  Glenn Morris  <rgm@gnu.org>
3798         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3799         Fix is-this-a-directory logic.  (Bug#15220)
3801 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3803         * textmodes/css-mode.el: Use SMIE.
3804         (css-smie-grammar): New var.
3805         (css-smie--forward-token, css-smie--backward-token)
3806         (css-smie-rules): New functions.
3807         (css-mode): Use them.
3808         (css-navigation-syntax-table): Remove var.
3809         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3810         (css-indent-calculate, css-indent-line): Remove functions.
3812         Misc changes to reduce use of `(lambda...); and other cleanups.
3813         * cus-edit.el: Use lexical-binding.
3814         (customize-push-and-save, customize-apropos)
3815         (custom-buffer-create-internal): Use closures.
3816         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3817         * progmodes/ada-xref.el: Use setq.
3818         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3819         * dframe.el: Use lexical-binding.
3820         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
3821         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3822         * descr-text.el: Use lexical-binding.
3823         (describe-text-widget, describe-text-sexp, describe-property-list):
3824         Use closures.
3825         * comint.el (comint-history-isearch-push-state): Use a closure.
3826         * calculator.el: Use lexical-binding.
3827         (calculator-number-to-string): Make it work with lexical-binding.
3828         (calculator-funcall): Same and use cl-letf.
3830         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3831         (lisp--company-doc-string, lisp--company-location): New functions.
3832         (lisp-completion-at-point): Use them to improve Company support.
3834         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3835         params of lambda expressions.
3836         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3837         (ruby-smie--opening-pipe-p): New function.
3838         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3839         symbols and matched |...| for formal params.
3840         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3841         from being treated as hanging.  Handle "rescue".
3843 2013-08-29  Glenn Morris  <rgm@gnu.org>
3845         * progmodes/cc-engine.el (c-pull-open-brace):
3846         Move definition before use.
3848 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3850         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3851         are immutable.  Don't use `unsafe' any more.
3852         (cl--defsubst-expand): Don't substitute at the same time as keeping
3853         a residual unused let-binding.  Don't use `unsafe' any more.
3855 2013-08-29  Glenn Morris  <rgm@gnu.org>
3857         * calendar/cal-china.el (calendar-chinese-year-cache):
3858         Recenter on 2015.
3860         * nxml/nxml-util.el (nxml-debug-clear-inside):
3861         Use cl-loop rather than loop.
3863         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3865         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3867 2013-08-28  Glenn Morris  <rgm@gnu.org>
3869         * progmodes/antlr-mode.el: No need to require cc-mode twice.
3871         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3873         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3875 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3877         * simple.el (repeat-complex-command--called-interactively-skip):
3878         New function.
3879         (repeat-complex-command): Use it (bug#14136).
3881         * progmodes/cc-mode.el: Minor cleanup of var declarations.
3882         (c-define-abbrev-table): Add `doc' argument.
3883         (c-mode-abbrev-table, c++-mode-abbrev-table)
3884         (objc-mode-abbrev-table, java-mode-abbrev-table)
3885         (idl-mode-abbrev-table, pike-mode-abbrev-table)
3886         (awk-mode-abbrev-table): Use it.
3887         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3888         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3889         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3890         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3891         Move initialization into the declaration; and remove any
3892         autoload cookie.
3894         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3895         and dynamic let binding.
3897         * vc/smerge-mode.el: Remove redundant :group args.
3899         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3900         to load-path.
3902 2013-08-28  Juri Linkov  <juri@jurta.org>
3904         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3905         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3906         (isearch-other-meta-char): Handle an undefined shifted printing
3907         character by downshifting it.  (Bug#15200)
3909 2013-08-28  Juri Linkov  <juri@jurta.org>
3911         * isearch.el (isearch-search): Change regexp error message for
3912         non-regexp searches.  (Bug#15166)
3914 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3916         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3917         for portability to hosts where /bin/sh has problems.
3919 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3921         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3923 2013-08-27  Juri Linkov  <juri@jurta.org>
3925         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3926         in the keyboard macro.  (Bug#15126)
3928 2013-08-27  Juri Linkov  <juri@jurta.org>
3930         * isearch.el (isearch-quote-char): Comment out converting unibyte
3931         to multibyte, thus syncing with its `quoted-insert' counterpart.
3932         (Bug#15166)
3934 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
3936         * window.el (display-buffer-use-some-window): Add missing
3937         argument in call of get-largest-window (Bug#15185).
3938         Reported by Stephen Leake.
3940 2013-08-27  Glenn Morris  <rgm@gnu.org>
3942         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3944 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3946         * progmodes/python.el (python-font-lock-keywords): Don't return nil
3947         from a matcher-function unless there's no more matches (bug#15161).
3949 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
3951         * minibuffer.el: Revert change from 2013-08-20.
3953         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3954         with text property `tramp-default', if appropriate.
3955         (tramp-check-proper-host): New defun.
3956         (tramp-dissect-file-name): Do not check hostname.  Revert change
3957         of 2013-03-18.
3958         (tramp-backtrace): Make VEC-OR-PROC optional.
3960         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3961         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3962         * net/tramp-sh.el (tramp-maybe-open-connection):
3963         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3964         Apply `tramp-check-proper-host'.
3966 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
3968         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3969         lambda expression in order to have `describe-variable' display it.
3971 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
3973         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3974         BUF can be optional.  (Bug#15186)
3976 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
3978         * progmodes/flymake.el (flymake-get-real-file-name-function):
3979         Fix broken customization.  (Bug#15184)
3981 2013-08-25  Alan Mackenzie  <acm@muc.de>
3983         Improve indentation of bracelists defined by macros (without "=").
3985         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3986         expansion begins with "{", regard it as bracelist when it doesn't
3987         contain a ";".
3989         Parse C++ inher-intro when there's a template split over 2 lines.
3991         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3992         rigorously the search for "class" etc. followed by ":".
3994         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3995         random languages a regexp which never matches rather than nil.
3997         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3999         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
4000         (c-awk-regexp-one-line-possibly-open-char-list-re)
4001         (c-awk-one-line-possibly-open-regexp-re)
4002         (c-awk-one-line-non-syn-ws*-re): Remove.
4003         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
4004         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
4005         (c-awk-space*-unclosed-regexp-/-re): New constants.
4006         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
4007         aren't regexp delimiters.
4009         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
4010         handling for a rare situation in AWK Mode involving unterminated
4011         strings/regexps.
4013 2013-08-23  Glenn Morris  <rgm@gnu.org>
4015         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
4017         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
4019         * files.el (create-file-buffer): If the result would begin with
4020         spaces, prepend a "|" instead of removing them.  (Bug#15162)
4022 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4024         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
4025         text-properties (bug#15155).
4027         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
4028         exist any more.
4029         (calc-keypad-redraw): Remove unused var `pad'.
4030         (calc-keypad-press): Remove unused var `menu'.
4032 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
4034         * window.el (display-buffer-pop-up-frame):
4035         Call pop-up-frame-function with BUFFER current so `make-frame' will
4036         use it as the new frame's buffer (Bug#15133).
4038 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4040         * calendar/timeclock.el: Minor cleanups.
4041         (timeclock-ask-before-exiting, timeclock-use-display-time):
4042         Use `symbol'.
4043         (timeclock-modeline-display): Define as alias before the
4044         actual definition.
4045         (timeclock-mode-line-display): Use define-minor-mode.
4046         (timeclock-day-list-template): Make it a function, add an argument.
4047         (timeclock-day-list-required, timeclock-day-list-length)
4048         (timeclock-day-list-debt, timeclock-day-list-span)
4049         (timeclock-day-list-break): Adjust calls accordingly.
4051 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4053         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
4054         Use read--expression so that completion works again.
4056 2013-08-21  Sam Steingold  <sds@gnu.org>
4058         Add rudimentary inferior shell interaction
4059         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
4060         (sh-set-shell): Reset it.
4061         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
4062         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
4064 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4066         * align.el: Use lexical-binding.
4067         (align-region): Simplify accordingly.
4069 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
4071         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
4073         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
4074         `non-essential' up.
4076 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
4078         * net/tramp.el:
4079         * net/tramp-adb.el:
4080         * net/tramp-cmds.el:
4081         * net/tramp-ftp.el:
4082         * net/tramp-gvfs.el:
4083         * net/tramp-gw.el:
4084         * net/tramp-sh.el: Don't wrap external variable declarations by
4085         `eval-when-compile'.
4087 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4089         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
4090         now that Emacs supports ImageMagick animations.
4092 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
4094         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
4095         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
4097 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
4099         * window.el (mouse-autoselect-window-select): Do autoselect when
4100         mouse pointer is on margin.
4102 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
4104         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
4106 2013-08-16  Glenn Morris  <rgm@gnu.org>
4108         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
4109         Handle "Remote Directory" response of some clients.  (Bug#15058)
4111         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
4112         Tweak warning.  (Bug#14926)
4114         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
4115         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
4117         * image-mode.el (image-mode-map): Add menu items to reverse,
4118         increase, decrease, reset animation speed.
4119         (image--set-speed, image-increase-speed, image-decrease-speed)
4120         (image-reverse-speed, image-reset-speed): New functions.
4121         (image-mode-map): Add bindings for speed commands.
4123         * image.el (image-animate-get-speed, image-animate-set-speed):
4124         New functions.
4125         (image-animate-timeout): Respect image :speed property.
4127 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
4130         previous line (bug#15101).
4131         (debugger-eval-expression, debugger-record-expression):
4132         Use read--expression (bug#15102).
4134 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
4136         Remove byte compiler warnings, visible when compiling with
4137         `byte-compile-force-lexical-warnings' set to t.
4139         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
4140         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
4141         (tramp-handle-unhandled-file-name-directory)
4142         (tramp-handle-file-notify-add-watch, tramp-action-login)
4143         (tramp-action-succeed, tramp-action-permission-denied)
4144         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
4145         arguments with "_".
4147         * net/tramp-adb.el (tramp-adb-parse-device-names)
4148         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
4149         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
4150         (tramp-adb-handle-file-truename): Remove unused arguments.
4152         * net/tramp-cache.el (tramp-flush-directory-property)
4153         (tramp-flush-connection-property, tramp-list-connections)
4154         (tramp-parse-connection-properties): Prefix unused arguments with "_".
4156         * net/tramp-compat.el (tramp-compat-make-temp-file):
4157         Rename FILENAME to F.
4159         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4160         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
4161         (tramp-zeroconf-parse-workstation-device-names)
4162         (tramp-zeroconf-parse-webdav-device-names)
4163         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
4165         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4166         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
4168         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
4169         arguments.
4170         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
4171         (tramp-sh-handle-insert-file-contents-literally)
4172         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
4173         with "_".
4174         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
4175         Remove unused variables.
4177         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4178         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
4179         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
4181         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
4182         Make them a defconst.
4183         (tramp-uuencode-region): Remove unused variable.
4185 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
4187         * frameset.el (frameset--prop-setter): New function.
4188         (frameset-prop): Add gv-setter declaration.
4189         (frameset-filter-minibuffer): Deal with the case that the minibuffer
4190         parameter was already set in FILTERED.  Doc fix.
4191         (frameset--record-minibuffer-relationships): Allow saving a
4192         minibufferless frame without its corresponding minibuffer frame.
4193         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
4194         frame, if the frame id matches.
4195         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
4196         frames before orphaned ones.
4197         (frameset-restore): Warn about orphaned windows, instead of error out.
4199 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
4201         * window.el (window-make-atom): Don't overwrite parameter
4202         already present.
4203         (display-buffer-in-atom-window): Handle special case where we
4204         split an already atomic window.
4205         (window--major-non-side-window, display-buffer-in-side-window)
4206         (window--side-check): Ignore minibuffer window when walking
4207         window tree.
4208         (window-deletable-p): Return 'frame only if no other frame uses
4209         our minibuffer window.
4210         (record-window-buffer): Run buffer-list-update-hook.
4211         (split-window): Make sure window--check-frame won't destroy an
4212         existing atomic window in case the new window gets nested
4213         inside.
4214         (display-buffer-at-bottom): Ignore minibuffer window when
4215         walking window tree.  Don't split a side window.
4216         (pop-to-buffer): Don't set-buffer here, the select-window call
4217         should do that.
4218         (mouse-autoselect-window-select): Autoselect only if we are in the
4219         text portion of the window.
4221 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4223         * net/shr.el (shr-parse-image-data): New function to grab both the
4224         data itself and the Content-Type.
4225         (shr-put-image): Use it.
4227         * net/eww.el (eww-display-image): Ditto.
4229         * image.el (image-content-type-suffixes): New variable.
4231 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4233         * progmodes/python.el (python-imenu--build-tree)
4234         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
4236 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
4238         * simple.el (backward-word): Mention the optional argument.
4240 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4242         * frameset.el (frameset--make): Rename constructor from make-frameset.
4243         (frameset-p, frameset-valid-p): Don't autoload.
4244         (frameset-valid-p): Use normal accessors.
4246 2013-08-13  Glenn Morris  <rgm@gnu.org>
4248         * progmodes/compile.el (compile-command): Tweak example in doc.
4249         * obsolete/scribe.el (scribe-mode):
4250         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
4252         * mail/feedmail.el (feedmail-confirm-outgoing)
4253         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
4255         * cus-start.el (truncate-partial-width-windows): Fix type.
4257         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
4259         * net/shr.el (shr-table-horizontal-line): Fix custom type.
4261 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4263         * emacs-lisp/timer.el (timer--time-setter): New function.
4264         (timer--time): Use it as gv-setter.
4266         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
4267         setter is not a symbol.
4269 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
4271         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
4272         if sending fails.  This makes debugging easier.
4274 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
4276         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4277         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
4278         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
4280 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
4282         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
4284 2013-08-12  Glenn Morris  <rgm@gnu.org>
4286         * format.el (format-annotate-function):
4287         Handle read-only text properties in the source.  (Bug#14887)
4289 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291         * net/eww.el (eww-display-html): Ignore coding system errors.
4292         One web site uses "utf-8lias" as the coding system.
4294 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
4296         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
4298 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
4300         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
4301         (tutorial--detailed-help): Remove unused local variables.
4302         (tutorial--save-tutorial-to): Use ignore-errors.
4303         (help-with-tutorial): Use looking-at-p.
4305         * view.el (view-buffer-other-window, view-buffer-other-frame):
4306         Mark unused arguments.
4308         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4309         (woman-select-symbol-fonts, woman, woman-find-file)
4310         (woman-insert-file-contents, woman-non-underline-faces):
4311         Use string-match-p.
4312         (woman1-unquote): Move declaration.
4314         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4315         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
4316         argument.  Remove unused local variable.
4317         (xml-parse-elem-type): Use string-match-p.
4318         (xml-substitute-numeric-entities): Use ignore-errors.
4320         * calculator.el (calculator): Mark unused argument.
4321         (calculator-paste, calculator-quit, calculator-integer-p):
4322         Use ignore-errors.
4323         (calculator-string-to-number, calculator-decimal, calculator-exp)
4324         (calculator-op-or-exp): Use string-match-p.
4326         * dired.el (dired-buffer-more-recently-used-p): Declare.
4327         (dired-insert-set-properties, dired-insert-old-subdirs):
4328         Use ignore-errors.
4330         * dired-aux.el (dired-compress): Use ignore-errors.
4331         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4332         (dired-do-async-shell-command, dired-do-shell-command)
4333         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4334         (dired-insert-subdir-validate): Use string-match-p.
4335         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4336         (dired-add-entry): Use string-match-p, looking-at-p.
4337         (dired-insert-subdir-newpos): Remove unused local variable.
4339         * filenotify.el (file-notify-callback): Remove unused local variable.
4341         * filesets.el (filesets-error): Mark unused argument.
4342         (filesets-which-command-p, filesets-filter-dir-names)
4343         (filesets-directory-files, filesets-get-external-viewer)
4344         (filesets-ingroup-get-data): Use string-match-p.
4346         * find-file.el (ff-other-file-name, ff-other-file-name)
4347         (ff-find-the-other-file, ff-cc-hh-converter):
4348         Remove unused local variables.
4349         (ff-get-file-name): Use string-match-p.
4350         (ff-all-dirs-under): Use ignore-errors.
4352         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4353         (follow-select-if-visible): Remove unused local variable.
4355         * forms.el (read-file-filter): Move declaration.
4356         (forms--make-format, forms--make-parser, forms-insert-record):
4357         Quote function with #'.
4358         (forms--update): Use string-match-p.  Quote function with #'.
4360         * help-mode.el (help-dir-local-var-def): Mark unused argument.
4361         (help-make-xrefs): Use looking-at-p.
4362         (help-xref-on-pp): Use looking-at-p, ignore-errors.
4364         * ibuffer.el (ibuffer-ext-visible-p): Declare.
4365         (ibuffer-confirm-operation-on): Use string-match-p.
4367         * msb.el (msb-item-handler, msb-dired-item-handler):
4368         Mark unused arguments.
4370         * ses.el (ses-decode-cell-symbol)
4371         (ses-kill-override): Remove unused local variable.
4372         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4373         (ses-load): Use ignore-errors, looking-at-p.
4374         (ses-jump-safe): Use ignore-errors.
4375         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4377         * tabify.el (untabify, tabify): Mark unused arguments.
4379         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4380         Mark unused argument.
4381         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4382         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4384         * emacs-lisp/timer.el (timer--time): Define setter with
4385         gv-define-setter to avoid deprecation warning.
4387         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4388         (*record-cmpl-statistics-p*): Remove (was commented out).
4389         (cmpl-statistics-block): Remove (body was commented out).
4390         All callers changed.
4391         (add-completions-from-buffer, load-completions-from-file):
4392         Remove unused variables.
4394 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
4396         * filecache.el (file-cache-delete-file-list):
4397         Print message only when told so.
4398         (file-cache-files-matching): Use #' in mapconcat argument.
4400         * ffap.el (ffap-url-at-point): Fix reference to variable
4401         thing-at-point-default-mail-uri-scheme.
4403 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4405         * subr.el (define-error): New function.
4406         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4407         error-file-not-found and define with define-error.
4408         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4409         and define with define-error.
4410         * userlock.el (file-locked, file-supersession):
4411         * simple.el (mark-inactive):
4412         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4413         * progmodes/ada-mode.el (ada-mode-errors):
4414         * play/life.el (life-extinct):
4415         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4416         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4417         * nxml/rng-util.el (rng-error):
4418         * nxml/rng-uri.el (rng-uri-error):
4419         * nxml/rng-match.el (rng-compile-error):
4420         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4421         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4422         * nxml/nxml-rap.el (nxml-scan-error):
4423         * nxml/nxml-outln.el (nxml-outline-error):
4424         * net/soap-client.el (soap-error):
4425         * net/gnutls.el (gnutls-error):
4426         * net/ange-ftp.el (ftp-error):
4427         * mpc.el (mpc-proc-error):
4428         * json.el (json-error, json-readtable-error, json-unknown-keyword)
4429         (json-number-format, json-string-escape, json-string-format)
4430         (json-key-format, json-object-format):
4431         * jka-compr.el (compression-error):
4432         * international/quail.el (quail-error):
4433         * international/kkc.el (kkc-error):
4434         * emacs-lisp/ert.el (ert-test-failed):
4435         * calc/calc.el (calc-error, inexact-result, math-overflow)
4436         (math-underflow):
4437         * bookmark.el (bookmark-error-no-filename):
4438         * epg.el (epg-error): Define with define-error.
4440         * time.el (display-time-event-handler)
4441         (display-time-next-load-average): Don't call sit-for since it seems
4442         unnecessary (bug#15045).
4444         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4445         Use #' instead of ' to quote functions.
4446         (checkdoc-output-mode): Use setq-local.
4447         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4448         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4449         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4450         (checkdoc-ispell, checkdoc-ispell-current-buffer)
4451         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4452         (checkdoc-ispell-message-text, checkdoc-ispell-start)
4453         (checkdoc-ispell-continue, checkdoc-ispell-comments)
4454         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4456         * ido.el (ido-completion-help): Fix up compiler warning.
4458 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
4460         * frameset.el (frameset-p): Add autoload cookie.
4461         (frameset--jump-to-register): New function, based on code moved from
4462         register.el.
4463         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
4465         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4466         (frameset-restore, frameset-save, frameset-session-filter-alist):
4467         Remove declarations.
4468         (register-alist): Doc fix.
4469         (frameset-to-register): Move to frameset.el.
4470         (jump-to-register, describe-register-1): Remove frameset-specific code.
4472 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4474         * allout-widgets.el (allout-widgets-pre-command-business)
4475         (allout-widgets-post-command-business)
4476         (allout-widgets-after-change-handler)
4477         (allout-decorate-item-and-context, allout-set-boundary-marker)
4478         (allout-body-modification-handler)
4479         (allout-graphics-modification-handler): Mark ignored arguments.
4480         (allout-widgets-post-command-business)
4481         (allout-widgets-exposure-change-processor)
4482         (allout-widgets-exposure-undo-processor)
4483         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4484         (allout-parse-item-at-point, allout-decorate-item-guides)
4485         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4486         * allout.el (epa-passphrase-callback-function): Declare.
4487         (allout-overlay-insert-in-front-handler)
4488         (allout-overlay-interior-modification-handler)
4489         (allout-isearch-end-handler, allout-chart-siblings)
4490         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4491         (allout-yank-processing, allout-process-exposed)
4492         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4493         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4494         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4495         (lisp-indent-defform): Mark ignored arguments.
4496         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
4497         (calculate-lisp-indent): Remove unused variables.
4498         * international/characters.el (indian-2-column, arabic-2-column)
4499         (tibetan): Mark ignored arguments.
4500         (use-cjk-char-width-table): Mark ignored arguments.
4501         Remove unused variables.
4502         * international/fontset.el (build-default-fontset-data)
4503         (x-compose-font-name, create-fontset-from-fontset-spec):
4504         Mark ignored arguments.
4505         (fontset-plain-name): Remove unused variables.
4506         * international/mule.el (charset-id, charset-bytes, generic-char-p)
4507         (keyboard-coding-system): Mark ignored arguments.
4508         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
4509         * help.el (resize-temp-buffer-window):
4510         * window.el (display-buffer-in-major-side-window)
4511         (display-buffer-in-side-window, display-buffer-in-previous-window):
4512         Remove unused variables.
4513         * isearch.el (isearch-forward-symbol):
4514         * version.el (emacs-bzr-version-bzr):
4515         * international/mule-cmds.el (current-language-environment):
4516         * term/common-win.el (x-handle-iconic, x-handle-geometry)
4517         (x-handle-display):
4518         * term/pc-win.el (x-list-fonts, x-display-planes)
4519         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4520         (x-server-version, x-display-screens, x-display-mm-height)
4521         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4522         (x-selection-owner-p, x-own-selection-internal)
4523         (x-disown-selection-internal, x-get-selection-internal)
4524         (msdos-initialize-window-system):
4525         * term/tty-colors.el (tty-color-alist, tty-color-clear):
4526         * term/x-win.el (x-handle-no-bitmap-icon):
4527         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4528         (vc-default-find-file-hook, vc-default-extra-menu):
4529         Mark ignored arguments.
4531 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4533         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4534         break-condition in the context of the debugged code (bug#12685).
4536 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
4538         * comint.el:
4539         Do not use an overlay to highlight the last prompt.  (Bug#14744)
4540         (comint-mode): Make comint-last-prompt buffer local.
4541         (comint-last-prompt): New variable.
4542         (comint-last-prompt-overlay): Remove.  Superseded by
4543         comint-last-prompt.
4544         (comint-snapshot-last-prompt, comint-output-filter):
4545         Use comint-last-prompt.
4547 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4549         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
4550         (frameset-save): Check validity of the resulting frameset.
4552 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
4554         * ido.el (ido-record-command): Add doc string.
4556 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4558         * frameset.el (frameset): Do not disable creation of the default
4559         frameset-p predicate.  Doc fix.
4560         (frameset-valid-p): New function, copied from the old predicate-p.
4561         Add additional checks.
4562         (frameset-restore): Check with frameset-valid-p.
4563         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4564         (frameset-name, frameset-description, frameset-properties)
4565         (frameset-states): Add docstring.
4566         (frameset-session-filter-alist, frameset-persistent-filter-alist)
4567         (frameset-filter-alist): Doc fixes.
4569 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4571         * frameset.el (frameset-p, frameset-prop): Doc fixes.
4573 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4575         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4576         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4577         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4578         (byte-compile-normal-call): Remove obsolescence check.
4580 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4582         * frameset.el (frameset-restore): Doc fix.
4584         * register.el (frameset-frame-id, frameset-frame-with-id)
4585         (frameset-p, frameset-restore, frameset-save): Declare.
4586         (register-alist): Document framesets.
4587         (frameset-session-filter-alist): Declare.
4588         (frameset-to-register): New function.
4589         (jump-to-register): Implement jumping to framesets.  Doc fix.
4590         (describe-register-1): Describe framesets.
4592         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4594 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
4596         * desktop.el (desktop-save-frameset): Use new frameset-save args.
4597         Use lexical-binding.
4599         * frameset.el (frameset): Use type vector, not list (incompatible
4600         change).  Do not declare a new constructor, use the default one.
4601         Upgrade suggested properties `app', `name' and `desc' to slots `app',
4602         `name' and `description', respectively, and add read-only slot
4603         `timestamp'.  Doc fixes.
4604         (frameset-copy, frameset-persistent-filter-alist)
4605         (frameset-filter-alist, frameset-switch-to-gui-p)
4606         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4607         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4608         (frameset-filter-iconified, frameset-keep-original-display-p):
4609         Doc fixes.
4610         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4611         Rename from frameset-filter-(save|restore)-param.  All callers changed.
4612         Doc fix.
4613         (frameset-p): Adapt to change to vector and be more thorough.
4614         Change arg name to OBJECT.  Doc fix.
4615         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
4616         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4617         All callers changed.
4618         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4619         All callers changed.
4620         (frameset--record-minibuffer-relationships): Rename from
4621         frameset--process-minibuffer-frames.  All callers changed.
4622         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4623         Use new default constructor (again).  Doc fix.
4624         (frameset--find-frame-if): Rename from `frameset--find-frame.
4625         All callers changed.
4626         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4627         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4628         Doc fix.
4629         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4630         PARAMETERS and WINDOW-STATE, respectively.
4631         (frameset-restore): Add new keyword argument PREDICATE.
4632         Reset frameset--target-display to nil.  Doc fix.
4634 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4636         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4637         (bat-mode): Use it.
4638         (bat-mode-syntax-table): Mark \n as end-of-comment.
4639         (bat-font-lock-keywords): Remove comment rule.
4641         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
4642         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
4644         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4645         (byte-compile-callargs-warn): Use `push'.
4646         (byte-compile-arglist-warn): Ignore higher-order "calls".
4647         (byte-compile-file-form-autoload): Use `pcase'.
4648         (byte-compile-function-form): If quoting a symbol, check that it exists.
4650 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
4652         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4653         and add a few popular commands found in batch files.
4654         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4655         (dos-mode): Doc fixes.
4657 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4659         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4660         (dos-mode): Use setq-local.  Add space after "rem".
4661         (dos-mode-syntax-table): Don't use "w" for symbol chars.
4662         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4664 2013-08-07  Arni Magnusson  <arnima@hafro.is>
4666         * progmodes/dos.el: New file.
4667         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4668         dos-mode.
4670 2013-08-06  Glenn Morris  <rgm@gnu.org>
4672         * calendar/calendar.el: Add new faces, and day-header-array.
4673         (calendar-weekday-header, calendar-weekend-header)
4674         (calendar-month-header): New faces.
4675         (calendar-day-header-construct): New function.
4676         (calendar-day-header-width): Also :set calendar-day-header-array.
4677         (calendar-american-month-header, calendar-european-month-header)
4678         (calendar-iso-month-header): Use calendar- faces.
4679         (calendar-generate-month):
4680         Use calendar-day-header-array for day headers; apply faces to them.
4681         (calendar-mode): Check calendar-font-lock-keywords non-nil.
4682         (calendar-abbrev-construct): Add optional maxlen argument.
4683         (calendar-day-name-array): Doc fix.
4684         (calendar-day-name-array, calendar-abbrev-length)
4685         (calendar-day-abbrev-array):
4686         Also :set calendar-day-header-array, and maybe redraw.
4687         (calendar-day-header-array): New option.  (Bug#15007)
4688         (calendar-font-lock-keywords): Set to nil and make obsolete.
4689         (calendar-day-name): Add option to use header array.
4691 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4693         * net/shr.el (shr-render-td): Remove debugging.
4694         (shr-render-td): Make width computation consistent by defaulting
4695         all zero-width columns to 10 characters.  This may not be optimal,
4696         but it's at least consistent.
4697         (shr-make-table-1): Redo last change to fix the real problem in
4698         colspan handling.
4700 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
4702         * files.el (cache-long-line-scans):
4703         Make obsolete alias to `cache-long-scans'.
4705 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
4707         * frameset.el (frameset, frameset-filter-alist)
4708         (frameset-filter-params, frameset-save, frameset--reuse-frame)
4709         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4710         (frameset-compute-pos): Rename from frameset--compute-pos,
4711         and add docstring.
4712         (frameset-move-onscreen): Use frameset-compute-pos.
4713         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4715         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4716         Fix typos in docstrings.
4718 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
4720         * frame.el (get-other-frame): Tiny cleanup.
4722 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
4724         * vc/vc.el (vc-default-ignore-completion-table):
4725         Silence byte-compiler warning.
4727         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4728         slot , which can indeed be nil.
4729         (frameset-live-filter-alist, frameset-persistent-filter-alist):
4730         Move entry for `left' from persistent to live filter alist.
4731         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4732         Doc fixes.
4733         (frameset-filter-params): When restoring a frame, copy items added to
4734         `filtered', to avoid unwittingly modifying the original parameters.
4735         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
4736         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4738         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4739         to use looking-at-p instead of looking-at.  (Bug#15028)
4741 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4743         Revert introduction of isearch-filter-predicates (bug#14714).
4744         Rely on add-function instead.
4745         * isearch.el (isearch-filter-predicates): Rename it back to
4746         isearch-filter-predicate.
4747         (isearch-message-prefix): Use advice-function-mapc and advice
4748         properties to get the isearch-message-prefix.
4749         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4750         instead of run-hook-with-args-until-failure.
4751         (isearch-filter-visible): Not obsolete any more.
4752         * loadup.el: Preload nadvice.
4753         * replace.el (perform-replace): Revert to funcall
4754         instead of run-hook-with-args-until-failure.
4755         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4756         * dired-aux.el (dired-isearch-filenames-mode): Rename from
4757         dired-isearch-filenames-toggle; make it into a proper minor mode.
4758         Use add/remove-function.
4759         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4760         Call the minor-mode rather than add/remove-hook.
4761         (dired-isearch-filter-filenames):
4762         Remove isearch-message-prefix property.
4763         * info.el (Info--search-loop): New function, extracted from Info-search.
4764         Funcall isearch-filter-predicate instead of
4765         run-hook-with-args-until-failure isearch-filter-predicates.
4766         (Info-search): Use it.
4767         (Info-mode): Use isearch-filter-predicate instead of
4768         isearch-filter-predicates.
4770 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
4772         Do not call to `selected-window' where it is assumed by default.
4773         Affected functions are `window-minibuffer-p', `window-dedicated-p',
4774         `window-hscroll', `window-width', `window-height', `window-buffer',
4775         `window-frame', `window-start', `window-point', `next-window'
4776         and `window-display-table'.
4777         * abbrev.el (abbrev--default-expand):
4778         * bs.el (bs--show-with-configuration):
4779         * buff-menu.el (Buffer-menu-mouse-select):
4780         * calc/calc.el (calc):
4781         * calendar/calendar.el (calendar-generate-window):
4782         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4783         (diary-make-entry):
4784         * comint.el (send-invisible, comint-dynamic-complete-filename)
4785         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4786         * completion.el (complete):
4787         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4788         * disp-table.el (describe-current-display-table):
4789         * doc-view.el (doc-view-insert-image):
4790         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4791         * ehelp.el (with-electric-help):
4792         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4793         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4794         * emacs-lisp/helper.el (Helper-help-scroller):
4795         * emulation/cua-base.el (cua--post-command-handler-1):
4796         * eshell/esh-mode.el (eshell-output-filter):
4797         * ffap.el (ffap-gnus-wrapper):
4798         * help-macro.el (make-help-screen):
4799         * hilit-chg.el (highlight-compare-buffers):
4800         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4801         * hl-line.el (global-hl-line-highlight):
4802         * icomplete.el (icomplete-simple-completing-p):
4803         * isearch.el (isearch-done):
4804         * jit-lock.el (jit-lock-stealth-fontify):
4805         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4806         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4807         * mpc.el (mpc-tagbrowser, mpc):
4808         * net/rcirc.el (rcirc-any-buffer):
4809         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4810         * play/landmark.el (landmark-max-width, landmark-max-height):
4811         * play/zone.el (zone):
4812         * progmodes/compile.el (compilation-goto-locus):
4813         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4814         * progmodes/etags.el (find-tag-other-window):
4815         * progmodes/fortran.el (fortran-column-ruler):
4816         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4817         * progmodes/verilog-mode.el (verilog-point-text):
4818         * reposition.el (reposition-window):
4819         * rot13.el (toggle-rot13-mode):
4820         * server.el (server-switch-buffer):
4821         * shell.el (shell-dynamic-complete-command)
4822         (shell-dynamic-complete-environment-variable):
4823         * simple.el (insert-buffer, set-selective-display)
4824         (delete-completion-window):
4825         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4826         (speedbar-recenter):
4827         * startup.el (fancy-splash-head):
4828         * textmodes/ispell.el (ispell-command-loop):
4829         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4830         * tutorial.el (help-with-tutorial):
4831         * vc/add-log.el (add-change-log-entry):
4832         * vc/compare-w.el (compare-windows):
4833         * vc/ediff-help.el (ediff-indent-help-message):
4834         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4835         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4836         (ediff-setup-control-frame):
4837         * vc/emerge.el (emerge-position-region):
4838         * vc/pcvs-util.el (cvs-bury-buffer):
4839         * window.el (walk-windows, mouse-autoselect-window-select):
4840         * winner.el (winner-set-conf, winner-undo): Related users changed.
4842 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
4844         * frameset.el (frameset--set-id): Doc fix.
4845         (frameset-frame-id, frameset-frame-id-equal-p)
4846         (frameset-locate-frame-id): New functions.
4847         (frameset--process-minibuffer-frames, frameset--reuse-frame)
4848         (frameset-restore): Use them.
4850 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
4852         Do not call to `selected-frame' where it is assumed by default.
4853         Affected functions are `raise-frame', `redraw-frame',
4854         `frame-first-window', `frame-terminal' and `delete-frame'.
4855         * calendar/appt.el (appt-disp-window):
4856         * epg.el (epg-wait-for-completion):
4857         * follow.el (follow-delete-other-windows-and-split)
4858         (follow-avoid-tail-recenter):
4859         * international/mule.el (set-terminal-coding-system):
4860         * mail/rmail.el (rmail-mail-return):
4861         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4862         * progmodes/f90.el (f90-add-imenu-menu):
4863         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4864         * server.el (server-switch-buffer):
4865         * simple.el (delete-completion-window):
4866         * talk.el (talk):
4867         * term/xterm.el (terminal-init-xterm-modify-other-keys)
4868         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4869         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4870         * vc/ediff.el (ediff-documentation): Related users changed.
4871         * frame.el (selected-terminal): Remove the leftover.
4873 2013-08-05  Glenn Morris  <rgm@gnu.org>
4875         * calendar/calendar.el (calendar-generate-month):
4876         Fix for calendar-column-width != 1 + calendar-day-digit-width.
4877         (calendar-generate-month, calendar-font-lock-keywords):
4878         Fix for calendar-day-header-width > length of any day name.
4880 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
4882         * desktop.el (desktop-clear): Use new name of sort predicate.
4884         * frameset.el (frameset): Add docstring.  Move :version property to its
4885         own `version' slot.
4886         (frameset-copy): Rename from copy-frameset.
4887         (frameset-p): Check more thoroughly.
4888         (frameset-prop): Do not check for :version, which is no longer a prop.
4889         (frameset-live-filter-alist, frameset-persistent-filter-alist):
4890         Use new :never value instead of t.
4891         (frameset-filter-alist): Expand and clarify docstring.
4892         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4893         (frameset-filter-minibuffer, frameset-filter-save-param)
4894         (frameset-filter-restore-param, frameset-filter-iconified):
4895         Add pointer to docstring of frameset-filter-alist.
4896         (frameset-filter-params): Rename filter values to be more meaningful:
4897         :never instead of t, and reverse the meanings of :save and :restore.
4898         (frameset--process-minibuffer-frames): Clarify error message.
4899         (frameset-save): Avoid unnecessary and confusing call to framep.
4900         Use new BOA constructor for framesets.
4901         (frameset--reuse-list): Doc fix.
4902         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
4903         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4904         (frameset-minibufferless-first-p): Doc fix.
4905         Rename from frameset-sort-frames-for-deletion.
4906         (frameset-restore): Doc fixes.  Use new function names.
4907         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4909 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
4911         * desktop.el (desktop-restore-forces-onscreen)
4912         (desktop-restore-reuses-frames): Document :keyword constant values.
4913         (desktop-filter-parameters-alist): Remove, now identical to
4914         frameset-filter-alist.
4915         (desktop--filter-tty*): Remove, moved to frameset.el.
4916         (desktop-save-frameset, desktop-restore-frameset):
4917         Do not pass :filters argument.
4919         * frameset.el (frameset-live-filter-alist)
4920         (frameset-persistent-filter-alist): New variables.
4921         (frameset-filter-alist): Use them.  Add autoload cookie.
4922         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4923         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4924         `frameset--id' (it's supposed to be internal to frameset.el).
4925         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
4926         (frameset--initial-params): New function.
4927         (frameset--get-frame): Use it.  Doc fix.
4928         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4929         Accept :all, not 'all.
4930         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4931         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
4932         with fbound symbols.  Fix frame id matching, and remove matching ids if
4933         the frame being restored is deleted.  Obey :delete.
4935 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4937         * subr.el (macrop): New function.
4938         (text-clone--maintaining): New var.
4939         (text-clone--maintain): Rename from text-clone-maintain.  Use it
4940         instead of inhibit-modification-hooks.
4942         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4943         a proxy, so as handle autoloads and redefinitions of the target.
4944         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4946         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4947         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
4948         (pcase--mutually-exclusive-p): New function.
4949         (pcase--split-consp): Use it.
4950         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
4951         mutually exclusive with the current predicate.
4953         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4954         (edebug-macrop): Remove.  Use `macrop' instead.
4955         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
4956         (ad-macro-p):
4957         * eshell/esh-cmd.el (eshell-macrop):
4958         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
4960 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4962         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4963         (advice-mapc): New function, using it.
4964         (advice-function-member-p): New function.
4965         (advice--normalize): Store the cdr in advice--saved-rewrite since
4966         that's the part that will be changed.
4967         (advice--symbol-function): New function.
4968         (advice-remove): Handle removal before the function is defined.
4969         Adjust to new advice--saved-rewrite.
4970         (advice-member-p): Use advice-function-member-p and
4971         advice--symbol-function.
4973 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
4975         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4976         (frameset-filter-minibuffer): Doc fix.
4977         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
4978         (frameset--set-id, frameset--process-minibuffer-frames)
4979         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4980         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4982         * desktop.el (desktop-clear): Only delete frames when called
4983         interactively and desktop-restore-frames is non-nil.  Doc fix.
4984         (desktop-read): Set desktop-saved-frameset to nil.
4986 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
4988         * vc/vc.el (vc-ignore): Rewrite.
4989         (vc-default-ignore-completion-table):
4990         (vc--read-lines):
4991         (vc--add-line, vc--remove-regexp): New functions.
4993         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4994         (vc-svn-ignore-completion-table): New function.
4996         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4997         (vc-hg-ignore-completion-table):
4998         (vc-hg-find-ignore-file): New functions.
5000         * vc/vc-git.el (vc-git-ignore): Rewrite.
5001         (vc-git-ignore-completion-table):
5002         (vc-git-find-ignore-file): New functions.
5004         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
5006         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
5007         (vc-bzr-ignore-completion-table):
5008         (vc-bzr-find-ignore-file): New functions.
5010 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
5012         * frameset.el (frameset-prop): New function and setter.
5013         (frameset-save): Do not modify frame list passed by the caller.
5015 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
5019 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5021         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
5022         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
5024         * custom.el (custom-initialize-default, custom-initialize-set)
5025         (custom-initialize-reset, custom-initialize-changed): Affect the
5026         toplevel-default-value (bug#6275, bug#14586).
5027         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
5028         for bug#6275.
5030 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
5032         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5033         Add cl-def* expressions.
5035         * frameset.el (frameset-filter-params): Fix order of arguments.
5037 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
5039         Move code related to saving frames to frameset.el.
5040         * desktop.el: Require frameset.
5041         (desktop-restore-frames): Doc fix.
5042         (desktop-restore-reuses-frames): Rename from
5043         desktop-restoring-reuses-frames.
5044         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
5045         (desktop-clear): Clear frames too.
5046         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
5047         (desktop--filter-tty*, desktop-save, desktop-read):
5048         Use frameset functions.
5049         (desktop-before-saving-frames-functions, desktop--filter-*-color)
5050         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5051         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
5052         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
5053         (desktop--process-minibuffer-frames, desktop-save-frames)
5054         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
5055         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
5056         (desktop--sort-states, desktop-restoring-frames-p)
5057         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
5058         (desktop-restoring-frameset-p, desktop-restore-frameset)
5059         (desktop--check-dont-save, desktop-save-frameset): New functions.
5060         (desktop--app-id): New constant.
5061         (desktop-first-buffer, desktop-buffer-ok-count)
5062         (desktop-buffer-fail-count): Move before first use.
5063         * frameset.el: New file.
5065 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5067         * files.el: Use lexical-binding.
5068         (dir-locals-read-from-file): Remove unused `err' variable.
5069         (hack-dir-local-variables--warned-coding): New var.
5070         (hack-dir-local-variables): Use it to avoid repeated warnings.
5071         (make-backup-file-name--default-function): New function.
5072         (make-backup-file-name-function): Use it as default.
5073         (buffer-stale--default-function): New function.
5074         (buffer-stale-function): Use it as default.
5075         (revert-buffer-insert-file-contents--default-function): New function.
5076         (revert-buffer-insert-file-contents-function): Use it as default.
5077         (insert-directory): Avoid add-to-list.
5079         * autorevert.el (auto-revert-handler): Simplify.
5080         Use buffer-stale--default-function.
5082 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
5084         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
5086         * whitespace.el (whitespace-ensure-local-variables): New function.
5087         (whitespace-cleanup-region): Call it.
5088         (whitespace-turn-on): Call it.
5090 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
5092         Complete file name handlers.
5094         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5095         (tramp-handle-verify-visited-file-modtime)
5096         (tramp-handle-file-notify-rm-watch): New functions.
5097         (tramp-call-process): Do not bind `default-directory'.
5099         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5100         Order alphabetically.
5101         [access-file, add-name-to-file, dired-call-process]:
5102         [dired-compress-file, file-acl, file-notify-rm-watch]:
5103         [file-ownership-preserved-p, file-selinux-context]:
5104         [make-directory-internal, make-symbolic-link, set-file-acl]:
5105         [set-file-selinux-context, set-visited-file-modtime]:
5106         [verify-visited-file-modtime]: Add handler.
5107         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
5109         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5110         [file-notify-add-watch, file-notify-rm-watch]:
5111         [set-file-times, set-visited-file-modtime]:
5112         [verify-visited-file-modtime]: Add handler.
5113         (with-tramp-gvfs-error-message)
5114         (tramp-gvfs-handle-set-visited-file-modtime)
5115         (tramp-gvfs-fuse-file-name): Remove.
5116         (tramp-gvfs-handle-file-notify-add-watch)
5117         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
5118         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
5120         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5121         Order alphabetically.
5122         [file-notify-rm-watch ]: Use default Tramp handler.
5123         [executable-find]: Remove private handler.
5124         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
5125         `default-directory'.
5126         (tramp-sh-handle-executable-find)
5127         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
5128         (tramp-sh-file-gvfs-monitor-dir-process-filter)
5129         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
5130         Do not use `format' in `tramp-message'.
5132         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
5133         [file-notify-rm-watch, set-visited-file-modtime]:
5134         [verify-visited-file-modtime]: Add handler.
5135         (tramp-smb-call-winexe): Do not bind `default-directory'.
5137 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
5139         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
5141 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
5143         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
5144         use it.
5145         (log-view-diff-changeset): Same.
5146         (log-view-diff-common): Call backend command `previous-revision'
5147         to find out the previous revision, in both cases.  Swap the
5148         variables `to' and `fr', so that `fr' usually refers to the
5149         earlier revision (Bug#14989).
5151 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
5153         * ibuf-ext.el (ibuffer-filter-by-filename):
5154         Make it work with dired buffers too.
5156 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
5158         * emacs-lisp/re-builder.el (reb-color-display-p):
5159         * files.el (save-buffers-kill-terminal):
5160         * net/browse-url.el (browse-url):
5161         * server.el (server-save-buffers-kill-terminal):
5162         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
5163         Prefer nil to selected-frame for the first arg of frame-parameter.
5165 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
5167         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
5169 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
5171         * minibuffer.el (completion--twq-all): Try and preserve each
5172         completion's case choice (bug#14907).
5174 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176         * net/network-stream.el (open-network-stream): Mention the new
5177         :nogreeting parameter.
5178         (network-stream-open-starttls): Use the :nogreeting parameter
5179         (bug#14938).
5181         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
5183         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
5184         more natural than popping.
5186         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5187         (shr-urlify): Highlight under mouse.
5189 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
5191         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
5193         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
5195         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
5196         buffer for output.
5198         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
5199         point-min==1.  Fix search string.  Fix parentheses missing.
5201         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
5202         assume point-min==1.  Fix search string.  Fix parentheses missing.
5204         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
5206         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
5207         buffer for output.
5209 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
5211         * frame.el (frame-notice-user-settings): Avoid inflooping when the
5212         initial frame is minibuffer-less.  (Bug#14841)
5214 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
5216         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
5217         option.
5219         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5220         (tramp-maybe-open-connection): Use it.
5222 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
5224         * desktop.el (desktop--make-frame): Include `minibuffer' in the
5225         minimal set of parameters passed when creating a frame, because
5226         the minibuffer status of a frame cannot be changed later.
5228 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
5230         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
5231         replace-regexp-in-string and inadvertent omissions in previous change.
5232         (todo-filter-items): Ensure only file names are comma-separated in
5233         name of filtered items buffer.
5235 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
5237         * desktop.el: Optionally force offscreen frames back onscreen.
5238         (desktop-restoring-reuses-frames): New option.
5239         (desktop--compute-pos, desktop--move-onscreen): New functions.
5240         (desktop--make-frame): Use desktop--move-onscreen.
5242 2013-07-27  Alan Mackenzie  <acm@muc.de>
5244         Fontify a Java generic method as a function.
5245         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
5246         value to t.
5248 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
5250         * calendar/todo-mode.el: Add command to rename todo files.
5251         (todo-rename-file): New command.
5252         (todo-key-bindings-t): Add key binding for it.  Change the
5253         bindings of todo-filter-regexp-items(-multifile) to use `x'
5254         instead of `r', since the latter is better suited to the new
5255         renaming command.
5257 2013-07-27  Alan Mackenzie  <acm@muc.de>
5259         Make Java try-with-resources statement parse properly.
5260         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
5261         (c-block-stmt-1-2-key): New language constants/variables.
5262         * progmodes/cc-engine.el (c-beginning-of-statement-1)
5263         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
5264         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
5265         with c-block-stmt-1-2-key.
5267 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
5269         * desktop.el (desktop--make-frame): Apply most frame parameters after
5270         creating the frame to force (partially or totally) offscreen frames to
5271         be restored as such.
5273 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
5275         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
5276         (Bug#14948)
5278 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5280         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
5281         `base' arg of backtrace-frame.
5283 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
5285         * simple.el (list-processes): Doc fix.
5287 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
5289         * desktop.el (desktop--select-frame):
5290         Try harder to reuse existing frames.
5292 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5294         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
5295         (edebug-eval): Use backtrace-eval.
5296         (edebug--display, edebug--recursive-edit): Don't let-bind the
5297         edebug-outer-* vars that keep track of variables we locally let-bind.
5298         (edebug-outside-excursion): Don't restore outside values of locally
5299         let-bound vars.
5300         (edebug--display): Use user-error.
5301         (cl-lexical-debug, cl-debug-env): Remove.
5303 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
5305         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5306         are restored to be sure that they are visible before deleting any
5307         remaining ones.
5309 2013-07-26  Matthias Meulien  <orontee@gmail.com>
5311         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5312         vc-print-root-log.  (Bug#14948)
5314 2013-07-26  Richard Stallman  <rms@gnu.org>
5316         Add aliases for encrypting mail.
5317         * epa.el (epa-mail-aliases): New option.
5318         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5319         Bind inhibit-read-only so read-only text doesn't ruin everything.
5320         (epa-mail-default-recipients): New subroutine broken out.
5321         Handle epa-mail-aliases.
5323 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5325         Add support for lexical variables to the debugger's `e' command.
5326         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5327         vars, except for debugger-outer-match-data.
5328         (debugger-frame-number): Move check for "on a function call" from
5329         callers into it.  Add `skip-base' argument.
5330         (debugger-frame, debugger-frame-clear): Simplify accordingly.
5331         (debugger-env-macro): Only reset the state stored in non-variables,
5332         i.e. current-buffer and match-data.
5333         (debugger-eval-expression): Rewrite using backtrace-eval.
5334         * subr.el (internal--called-interactively-p--get-frame): Remove.
5335         (called-interactively-p):
5336         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5337         `base' arg of backtrace-frame instead.
5339 2013-07-26  Glenn Morris  <rgm@gnu.org>
5341         * align.el (align-regexp): Doc fix.  (Bug#14857)
5342         (align-region): Explicit error if subexpression missing/does not match.
5344         * simple.el (global-visual-line-mode):
5345         Do not duplicate the mode lighter.  (Bug#14858)
5347 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
5349         * window.el (display-buffer): In display-buffer bind
5350         split-window-keep-point to t, bug#14829.
5352 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
5354         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5355         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5356         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5357         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5358         Change accordingly.
5359         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5360         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
5362 2013-07-25  Glenn Morris  <rgm@gnu.org>
5364         * dired-x.el (dired-mark-extension): Convert comment to doc string.
5366 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
5368         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5369         parameter to modify-frame-parameters if the value has not changed;
5370         this is a workaround for bug#14949.
5371         (desktop--make-frame): On cl-delete-if call, check parameter name,
5372         not full parameter.
5374 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
5376         * vc/vc.el (vc-ignore): New function.
5378         * vc/vc-svn.el (vc-svn-ignore): New function.
5380         * vc/vc-hg.el (vc-hg-ignore): New function.
5382         * vc/vc-git.el (vc-git-ignore): New function.
5384         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5385         (vc-dir-ignore): New function.
5387         * vc/vc-cvs.el (vc-cvs-ignore): New function.
5388         (cvs-append-to-ignore): Move here from pcvs.el.
5390         * vc/vc-bzr.el (vc-bzr-ignore): New function.
5392         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5394 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
5396         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5397         (desktop-restore-frames): Warn when deleting an existing frame failed.
5399 2013-07-24  Glenn Morris  <rgm@gnu.org>
5401         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
5403 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
5405         * filenotify.el (file-notify-supported-p):
5406         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5407         Remove functions.
5409         * autorevert.el (auto-revert-use-notify):
5410         (auto-revert-notify-add-watch):
5411         * net/tramp.el (tramp-file-name-for-operation):
5412         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5413         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5414         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5415         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5416         Remove `file-notify-supported-p' entry.
5418 2013-07-24  Glenn Morris  <rgm@gnu.org>
5420         * printing.el: Replace all uses of deleted ps-windows-system,
5421         ps-lp-system, ps-flatten-list with lpr- versions.
5423 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5426         checked with memq (bug#14935).
5428         * files.el (revert-buffer-function): Use a non-nil default.
5429         (revert-buffer-preserve-modes): Declare var to
5430         provide access to the `preserve-modes' argument.
5431         (revert-buffer): Let-bind it.
5432         (revert-buffer--default): New function, extracted from revert-buffer.
5434 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5436         * lpr.el: Signal print errors more prominently.
5437         (print-region-function): Don't default to nil.
5438         (lpr-print-region): New function, extracted from print-region-1.
5439         Check lpr's return value and signal an error in case of problem.
5440         (print-region-1): Use it.
5441         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
5442         versions instead.
5443         (ps-printer-name): Default to nil.
5444         (ps-printer-name-option): Default to lpr-printer-switch.
5445         (ps-print-region-function): Don't default to nil.
5446         (ps-postscript-code-directory): Simplify default.
5447         (ps-do-despool): Use lpr-print-region to properly check the outcome.
5448         (ps-string-list, ps-eval-switch, ps-flatten-list)
5449         (ps-flatten-list-1): Remove.
5450         (ps-multibyte-buffer): Avoid setq.
5451         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5452         (print-region-function, ps-print-region-function): Don't set them here.
5454 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
5456         * ido.el (ido-fractionp):
5457         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5458         (ido-max-file-prompt-width, ido-unc-hosts-cache)
5459         (ido-max-directory-size, ido-max-dir-file-cache)
5460         (ido-decorations): Doc fix.
5462         * ansi-color.el: Fix old URL.
5464 2013-07-23  Michael R. Mauger  <michael@mauger.com>
5466         * progmodes/sql.el: Version 3.3
5467         (sql-product-alist): Improve oracle :prompt-cont-regexp.
5468         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5469         (sql-interactive-remove-continuation-prompt): Rewrite, use
5470         functions above.  Fix continuation prompt and complete output line
5471         handling.
5472         (sql-redirect-one, sql-execute): Use `read-only-mode' on
5473         redirected output buffer.
5474         (sql-mode): Restore deleted code (Bug#13591).
5476 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
5478         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5480 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
5482         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5484         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5485         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5486         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5488 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
5490         * desktop.el (desktop-clear): Simplify; remove useless checks
5491         against invalid buffer names.
5492         (desktop-list*): Use cl-list*.
5493         (desktop-buffer-info, desktop-create-buffer): Simplify.
5495 2013-07-23  Leo Liu  <sdl.web@gmail.com>
5497         * bookmark.el (bookmark-make-record): Restore NAME as a default
5498         value.  (Bug#14933)
5500 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5502         * emacs-lisp/autoload.el (autoload--setup-output): New function,
5503         extracted from autoload--insert-text.
5504         (autoload--insert-text): Remove.
5505         (autoload--print-cookie-text): New function, extracted from
5506         autoload--insert-cookie-text.
5507         (autoload--insert-cookie-text): Remove.
5508         (autoload-generate-file-autoloads): Adjust calls accordingly.
5510         * winner.el (winner-hook-installed-p): Remove.
5511         (winner-mode): Simplify accordingly.
5513         * subr.el (add-to-list): Fix compiler-macro when `append' is
5514         not constant.  Don't use `cl-member' for the base case.
5516         * progmodes/subword.el: Fix boundary case (bug#13758).
5517         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
5518         own group.
5519         (subword-backward-regexp): Make it a constant.
5520         (subword-forward-internal): Don't treat a trailing capital as the
5521         beginning of a word.
5523 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
5525         * emacs-lisp/package.el (package-menu-mode): Don't modify the
5526         global value of tabulated-list-revert-hook (bug#14930).
5528 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
5530         * desktop.el: Require 'cl-lib.
5531         (desktop-before-saving-frames-functions): New hook.
5532         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5533         for frames being saved.  Rename from desktop--save-minibuffer-frames.
5534         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5535         Do not save frames with non-nil `desktop-dont-save' parameter.
5536         Filter out deleted frames.
5537         (desktop--find-frame): Use cl-find-if.
5538         (desktop--select-frame): Use cl-(first|second|third) to access values
5539         of desktop-mini.
5540         (desktop--make-frame): Use cl-delete-if.
5541         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5542         (desktop-restore-frames): Use cl-(first|second|third) to access values
5543         of desktop-mini.  Look for visible frame at the end, not while
5544         restoring frames.
5546         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5547         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5548         Use string-match-p, looking-at-p (bug#14927).
5550 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
5552         * desktop.el (desktop-saved-frame-states):
5553         Rename from desktop--saved-states; all users changed.
5554         (desktop-save-frames): Rename from desktop--save-frames.
5555         Do not save state to desktop file.
5556         (desktop-save): Save desktop-saved-frame-states to desktop file
5557         and reset to nil.
5558         (desktop-restoring-frames-p): New function.
5559         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
5560         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
5561         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
5563         * desktop.el: Correctly restore iconified frames.
5564         (desktop--filter-iconified-position): New function.
5565         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5567 2013-07-20  Glenn Morris  <rgm@gnu.org>
5569         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5570         Let `message' do the formatting.
5571         (def-gdb-preempt-display-buffer): Add explicit format.
5573         * image-dired.el (image-dired-track-original-file):
5574         Use with-current-buffer.
5575         (image-dired-track-thumbnail): Use with-current-buffer.
5576         Avoid changing point of wrong window.
5578         * image-dired.el (image-dired-track-original-file):
5579         Avoid changing point of wrong window.  (Bug#14909)
5581 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
5583         * progmodes/gdb-mi.el (gdb-done-or-error):
5584         Guard against "%" in gdb output.  (Bug#14127)
5586 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
5588         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5589         (Bug#14826)
5591         * international/mule.el (coding-system-iso-2022-flags): Fix last
5592         change.
5594 2013-07-20  Kenichi Handa  <handa@gnu.org>
5596         * international/mule.el (coding-system-iso-2022-flags):
5597         Add `8-bit-level-4'.  (Bug#8522)
5599 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601         * net/shr.el (shr-mouse-browse-url): New command and keystroke
5602         (bug#14815).
5604         * net/eww.el (eww-process-text-input): Allow inputting when the
5605         point is at the start of the line, as the properties aren't
5606         front-sticky.
5608         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5609         degenerate widths.
5611 2013-07-19  Richard Stallman  <rms@gnu.org>
5613         * epa.el (epa-popup-info-window): Doc fix.
5615         * subr.el (split-string): New arg TRIM.
5617 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
5619         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5620         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5622 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
5624         * filenotify.el (file-notify--library): Rename from
5625         `file-notify-support'.  Do not autoload.  Adapt all uses.
5626         (file-notify-supported-p): New defun.
5628         * autorevert.el (auto-revert-use-notify):
5629         Use `file-notify-supported-p' instead of `file-notify-support'.
5630         Adapt docstring.
5631         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5633         * net/tramp.el (tramp-file-name-for-operation):
5634         Add `file-notify-supported-p'.
5636         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5637         New defun.
5638         (tramp-sh-file-name-handler-alist): Add it as handler for
5639         `file-notify-supported-p '.
5641         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5642         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5643         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5644         Add `ignore' as handler for `file-notify-*' functions.
5646 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
5648         * simple.el (line-move-partial, line-move): Don't start vscroll or
5649         scroll-up if the current line is not taller than the window.
5650         (Bug#14881)
5652 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
5654         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5655         highlight question marks in the method names as strings.
5656         (ruby-block-beg-keywords): Inline.
5657         (ruby-font-lock-keyword-beg-re): Extract from
5658         `ruby-font-lock-keywords'.
5660 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
5662         * frame.el (blink-cursor-blinks): New defcustom.
5663         (blink-cursor-blinks-done): New defvar.
5664         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5665         (blink-cursor-timer-function): Check if number of blinks has been
5666         done on X and NS.
5667         (blink-cursor-suspend, blink-cursor-check): New defuns.
5669 2013-07-15  Glenn Morris  <rgm@gnu.org>
5671         * edmacro.el (edmacro-format-keys): Fix previous change.
5673 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
5675         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5676         The hack didn't work outside English locales anyway.
5678 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
5680         * simple.el (define-alternatives): Rename from alternatives-define,
5681         per RMS' suggestion.
5683 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
5685         * desktop.el (desktop-restore-frames): Change default to t.
5686         (desktop-restore-in-current-display): Now offer more options.
5687         (desktop-restoring-reuses-frames): New customization option.
5688         (desktop--saved-states): Doc fix.
5689         (desktop-filter-parameters-alist): New variable, renamed and expanded
5690         from desktop--excluded-frame-parameters.
5691         (desktop--target-display): New variable.
5692         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5693         (desktop--filter-tty*, desktop--filter-*-color)
5694         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5695         (desktop--filter-save-desktop-parm)
5696         (desktop-restore-in-original-display-p): New functions.
5697         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5698         (desktop--save-minibuffer-frames): New function, inspired by a similar
5699         function from Martin Rudalics.
5700         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5701         (desktop--restore-in-this-display-p): Remove.
5702         (desktop--find-frame): Rename from desktop--find-frame-in-display
5703         and add predicate argument.
5704         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5705         (desktop--reuse-list): New variable.
5706         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5707         New functions.
5708         (desktop--restore-frames): Add support for "minibuffer-special" frames.
5710 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
5712         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5714 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
5716         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5717         Highlight conversion methods on Kernel.
5719 2013-07-13  Alan Mackenzie  <acm@muc.de>
5721         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5722         and comment it out.  This out-commenting enables certain C++
5723         declarations to be parsed correctly.
5725 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
5727         * international/mule.el (define-coding-system): Doc fix.
5729         * simple.el (default-font-height): Don't call font-info if the
5730         frame's default font didn't change since the frame was created.
5731         (Bug#14838)
5733 2013-07-13  Leo Liu  <sdl.web@gmail.com>
5735         * ido.el (ido-read-file-name): Guard against non-symbol value.
5737 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5739         * progmodes/python.el (python-imenu--build-tree): Fix corner case
5740         in nested defuns.
5742 2013-07-13  Leo Liu  <sdl.web@gmail.com>
5744         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5745         ido-set-matches call.  (Bug#6852)
5747 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
5749         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5750         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5751         Ruby 2.0.
5752         (ruby-font-lock-keywords): Distinguish calls to functions with
5753         module-like names from module references.  Highlight character
5754         literals.
5756 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
5758         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5759         (gdb-send): Handle continued commands.  (Bug#14847)
5761 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
5763         * desktop.el (desktop--v2s): Remove unused local variable.
5764         (desktop-save-buffer): Make defvar-local; adjust docstring.
5765         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5766         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5768 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
5770         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5772 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
5774         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5775         (Bug#14842)
5777 2013-07-12  Glenn Morris  <rgm@gnu.org>
5779         * doc-view.el: Require cl-lib at runtime too.
5780         (doc-view-remove-if): Remove.
5781         (doc-view-search-next-match, doc-view-search-previous-match):
5782         Use cl-remove-if.
5784         * edmacro.el: Require cl-lib at runtime too.
5785         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5786         (edmacro-mismatch, edmacro-subseq): Remove.
5788         * shadowfile.el: Require cl-lib.
5789         (shadow-remove-if): Remove.
5790         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5791         Use cl-remove-if.
5793         * wid-edit.el: Require cl-lib.
5794         (widget-choose): Use cl-remove-if.
5795         (widget-remove-if): Remove.
5797         * progmodes/ebrowse.el: Require cl-lib at runtime too.
5798         (ebrowse-delete-if-not): Remove.
5799         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5800         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5801         Use cl-delete-if-not.
5803 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
5805         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5806         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5808 2013-07-12  Leo Liu  <sdl.web@gmail.com>
5810         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
5812 2013-07-11  Glenn Morris  <rgm@gnu.org>
5814         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5815         (edebug-gensym-index, edebug-gensym):
5816         Remove reimplementation of cl-gensym.
5817         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5819         * thumbs.el: Require cl-lib at run-time too.
5820         (thumbs-gensym-counter, thumbs-gensym):
5821         Remove reimplementation of cl-gensym.
5822         (thumbs-temp-file): Use cl-gensym.
5824         * emacs-lisp/ert.el: Require cl-lib at runtime too.
5825         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5826         (ert--intersection, ert--set-difference, ert--set-difference-eq)
5827         (ert--union, ert--gensym-counter, ert--gensym-counter)
5828         (ert--coerce-to-vector, ert--remove*, ert--string-position)
5829         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5830         (ert-make-test-unbound, ert--expand-should-1)
5831         (ert--expand-should, ert--should-error-handle-error)
5832         (should-error, ert--explain-equal-rec)
5833         (ert--plist-difference-explanation, ert-select-tests)
5834         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5835         Use cl-lib functions rather than reimplementations.
5837 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
5839         * net/tramp.el (tramp-methods): Extend docstring.
5840         (tramp-connection-timeout): New defcustom.
5841         (tramp-error-with-buffer): Reset timestamp only when appropriate.
5842         (with-tramp-progress-reporter): Simplify.
5843         (tramp-process-actions): Improve messages.
5845         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5846         * net/tramp-sh.el (tramp-maybe-open-connection):
5847         Use `tramp-connection-timeout'.
5848         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5849         (Bug#14808)
5851 2013-07-11  Leo Liu  <sdl.web@gmail.com>
5853         * ido.el (ido-read-file-name): Conform to the requirements of
5854         read-file-name.  (Bug#11861)
5855         (ido-read-directory-name): Conform to the requirements of
5856         read-directory-name.
5858 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
5860         * subr.el (delay-warning): New function.
5862 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
5864         * simple.el (default-line-height): New function.
5865         (line-move-partial, line-move): Use it instead of computing the
5866         line height inline.
5867         (line-move-partial): Always compute ROWH.  If the last line is
5868         partially-visible, but its text is completely visible, allow
5869         cursor to enter such a partially-visible line.
5871 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
5873         Improve error messages.  (Bug#14808)
5875         * net/tramp.el (tramp-current-connection): New defvar, moved from
5876         tramp-sh.el.
5877         (tramp-message-show-progress-reporter-message): Remove, not
5878         needed anymore.
5879         (tramp-error-with-buffer): Show message in minibuffer.
5880         Discard input before waiting.  Reset connection timestamp.
5881         (with-tramp-progress-reporter): Improve messages.
5882         (tramp-process-actions): Use progress reporter.  Delete process in
5883         case of error.  Improve messages.
5885         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5886         Call `tramp-error-with-buffer' with vector and buffer.
5887         (tramp-current-connection): Remove.
5888         (tramp-maybe-open-connection): The car of
5889         `tramp-current-connection' are the first 3 slots of the vector.
5891 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
5893         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5894         inside continued strings.
5896 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5898         Timestamp fixes for undo (Bug#14824).
5899         * files.el (clear-visited-file-modtime): Move here from fileio.c.
5901 2013-07-10  Leo Liu  <sdl.web@gmail.com>
5903         * files.el (require-final-newline): Allow safe local value.
5904         (Bug#14834)
5906 2013-07-09  Leo Liu  <sdl.web@gmail.com>
5908         * ido.el (ido-read-directory-name): Handle fallback.
5909         (ido-read-file-name): Update DIR to ido-current-directory.
5910         (Bug#1516)
5911         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
5913 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
5915         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5916         "autoload".  Remove "warn lower camel case" section, previously
5917         commented out.  Highlight negation char.  Do not highlight the
5918         target in singleton method definitions.
5920 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * faces.el (tty-setup-hook): Declare the hook.
5924         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5925         and detect when a guard/pred depends on local vars (bug#14773).
5926         (pcase--u1): Adjust caller.
5928 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
5930         * simple.el (line-move-partial, line-move): Account for
5931         line-spacing.
5932         (line-move-partial): Avoid setting vscroll when the last
5933         partially-visible line in window is of default height.
5935 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5938         been used a while.
5940 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
5942         * subr.el (read-quoted-char): Remove unused local variable `char'.
5944 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5946         * ediff.el (ediff-version): Version update.
5947         (ediff-files-command, ediff3-files-command, ediff-merge-command)
5948         (ediff-merge-with-ancestor-command, ediff-directories-command)
5949         (ediff-directories3-command, ediff-merge-directories-command)
5950         (ediff-merge-directories-with-ancestor-command): New functions.
5951         All are command-line interfaces to ediff: to facilitate calling
5952         Emacs with the appropriate ediff functions invoked.
5954         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5955         (viper-save-kill-buffer): Check if buffer is modified.
5957         * viper.el (viper-version): Version update.
5958         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5960 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5962         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5963         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5964         (viper-intercept-ESC-key): Simplify.
5965         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5966         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5967         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5968         (viper-setup-ESC-to-escape): New functions.
5969         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5970         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
5972 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
5974         * simple.el (default-font-height, window-screen-lines):
5975         New functions.
5976         (line-move, line-move-partial): Use them instead of
5977         frame-char-height and window-text-height.  This makes scrolling
5978         text smoother when the buffer's default face uses a font that is
5979         different from the frame's default font.
5981 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
5983         * files.el (write-file): Do not display confirm dialog for NS,
5984         it does its own dialog, which can't be cancelled (Bug#14578).
5986 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
5988         * simple.el (line-move-partial): Adjust the row returned by
5989         posn-at-point for the current window-vscroll.  (Bug#14567)
5991 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
5993         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5994         (tramp-sh-file-inotifywait-process-filter): Handle file names with
5995         spaces.
5997 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
5999         * window.el (window-state-put-stale-windows): New variable.
6000         (window--state-put-2): Save list of windows without matching buffer.
6001         (window-state-put): Remove "bufferless" windows if possible.
6003 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
6005         * simple.el (alternatives-define): Remove leftover :group keyword.
6006         Tweak docstring.
6008 2013-07-06  Leo Liu  <sdl.web@gmail.com>
6010         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
6011         (ido-enable-virtual-buffers): New variable.
6012         (ido-buffer-internal, ido-toggle-virtual-buffers)
6013         (ido-make-buffer-list): Use it.
6014         (ido-exhibit): Support turning on and off virtual buffers
6015         automatically.
6017 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
6019         * simple.el (alternatives-define): New macro.
6021 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6023         * subr.el (read-quoted-char): Use read-key.
6024         (sit-for): Let read-event decode tty input (bug#14782).
6026 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
6028         * calendar/todo-mode.el: Add handling of file deletion, both by
6029         mode command and externally.  Fix various related bugs.
6030         Clarify Commentary and improve some documentation strings and code.
6031         (todo-delete-file): New command.
6032         (todo-check-file): New function.
6033         (todo-show): Handle external deletion of the file we're trying to
6034         show (bug#14688).  Replace called-interactively-p by an optional
6035         prefix argument to avoid problematic interaction with catch form
6036         when byte compiled (bug#14702).
6037         (todo-quit): Handle external deletion of the archive's todo file.
6038         Make sure the buffer that was visiting the archive file is still
6039         live before trying to bury it.
6040         (todo-category-completions): Handle external deletion of any
6041         category completion files.
6042         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
6043         of todo files, in case of external deletion.
6044         (todo-add-file): Replace unnecessary setq by let-binding.
6045         (todo-find-archive): Check whether there are any archives.
6046         Replace unnecessary setq by let-binding.
6047         (todo-archive-done-item): Use find-file-noselect to get the
6048         archive buffer whether or not the archive already exists.
6049         Remove superfluous code.  Use file size instead of buffer-file-name to
6050         check if the archive is new; if it is, update list of archives.
6051         (todo-default-todo-file): Allow nil to be a valid value for when
6052         there are no todo files.
6053         (todo-reevaluate-default-file-defcustom): Use corrected definition
6054         of todo-default-todo-file.
6055         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
6056         (todo-delete-category, todo-show-categories-table)
6057         (todo-category-number): Clarify comment.
6058         (todo-filter-items): Clarify documentation string.
6059         (todo-show-current-file, todo-display-as-todo-file)
6060         (todo-reset-and-enable-done-separator): Tweak documentation string.
6061         (todo-done-separator): Make separator length window-width, since
6062         bug#2749 is now fixed.
6064 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
6066         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6067         Support both "gvfs-monitor-dir" and "inotifywait".
6068         (tramp-sh-file-inotifywait-process-filter): Rename from
6069         `tramp-sh-file-notify-process-filter'.
6070         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6071         (tramp-get-remote-gvfs-monitor-dir): New defuns.
6073 2013-07-05  Leo Liu  <sdl.web@gmail.com>
6075         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
6077 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6079         * frame.el (display-pixel-height, display-pixel-width)
6080         (display-mm-height, display-mm-width): Mention behavior on
6081         multi-monitor setups in docstrings.
6082         (w32-display-monitor-attributes-list): Declare function.
6083         (display-monitor-attributes-list): Use it.
6085 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
6087         * filenotify.el: New package.
6089         * autorevert.el (top): Require filenotify.el.
6090         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
6091         instead.
6092         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6093         (auto-revert-notify-handler): Use `file-notify-*' functions.
6095         * subr.el (file-notify-handle-event): Move function to filenotify.el.
6097         * net/tramp.el (tramp-file-name-for-operation):
6098         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
6100         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
6101         for `file-notify-add-watch' and `file-notify-rm-watch'.
6102         (tramp-process-sentinel): Improve trace.
6103         (tramp-sh-handle-file-notify-add-watch)
6104         (tramp-sh-file-notify-process-filter)
6105         (tramp-sh-handle-file-notify-rm-watch)
6106         (tramp-get-remote-inotifywait): New defuns.
6108 2013-07-03  Juri Linkov  <juri@jurta.org>
6110         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
6111         call of `occur-read-primary-args' to interactive spec.
6113         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
6114         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
6116 2013-07-03  Matthias Meulien  <orontee@gmail.com>
6118         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
6119         `Buffer-menu-multi-occur'.  Add it to the menu.
6120         (Buffer-menu-mode): Document it in docstring.
6121         (Buffer-menu-multi-occur): New command.  (Bug#14673)
6123 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
6125         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6126         keywords and built-ins.
6128 2013-07-03  Glenn Morris  <rgm@gnu.org>
6130         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
6132         Make info-xref checks case-sensitive by default
6133         * info.el (Info-find-node, Info-find-in-tag-table)
6134         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
6135         Add option for exact case matching of nodes.
6136         * info-xref.el (info-xref): New custom group.
6137         (info-xref-case-fold): New option.
6138         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
6140 2013-07-03  Leo Liu  <sdl.web@gmail.com>
6142         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
6144 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
6146         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
6147         middle of block statement initially, lower the depth.  Remove
6148         FIXME comment, not longer valid.  Remove middle of block statement
6149         detection, no need to do that anymore since we've been using
6150         `ruby-parse-region' here.
6152 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
6154         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
6156 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6158         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
6160 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
6162         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
6163         (desktop-restore-in-current-display): New customization option.
6164         (desktop--excluded-frame-parameters): Add `font'.
6165         (desktop--save-frames): Rename from desktop--save-windows.
6166         (desktop--restore-in-this-display-p): New function.
6167         (desktop--make-full-frame): Remove unwanted width/height from
6168         full(width|height) frames.
6169         (desktop--restore-frames): Rename from desktop--restore-windows.
6170         Obey desktop-restore-current-display.  Do not delete old frames or
6171         select a new frame unless we were able to restore at least one frame.
6173 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
6175         * files.el (find-file-noselect): Simplify conditional expression.
6177         * remember.el (remember-append-to-file):
6178         Don't mix `find-buffer-visiting' and `get-file-buffer'.
6180         Add `remember-notes' function to store random notes across Emacs
6181         restarts.
6182         * remember.el (remember-data-file): Add :set callback to affect
6183         notes buffer (if any).
6184         (remember-notes): New command.
6185         (remember-notes-buffer-name, bury-remember-notes-on-kill):
6186         New defcustoms for the `remember-notes' function.
6187         (remember-notes-save-and-bury-buffer): New command.
6188         (remember-notes-mode-map): New variable.
6189         (remember-mode): New minor mode.
6190         (remember-notes--kill-buffer-query): New function.
6191         * startup.el (initial-buffer-choice): Add notes to custom type.
6193 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
6195         * bindings.el (right-char, left-char): Don't call sit-for, this is
6196         no longer needed.  Use arithmetic comparison only for numerical
6197         arguments.
6199         * international/mule-cmds.el (select-safe-coding-system):
6200         Handle the case of FROM being a string correctly.  (Bug#14755)
6202 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204         * net/shr.el (shr-make-table-1): Add a sanity check that allows
6205         progression on degenerate tables.
6206         (shr-rescale-image): ImageMagick animated images currently don't work.
6208 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
6210         Some fixes and improvements for desktop frame restoration.
6211         It is still experimental and disabled by default.
6212         * desktop.el (desktop--save-windows): Put the selected frame at
6213         the head of the list.
6214         (desktop--make-full-frame): New function.
6215         (desktop--restore-windows): Try to re-select the frame that was
6216         selected upon saving.  Do not abort if some frames fail to restore,
6217         just show an error message and continue.  Set up maximized frames
6218         so they have default non-maximized dimensions.
6220 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
6222         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6223         Don't start heredoc inside a string or comment.
6225 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
6227         * bindings.el (visual-order-cursor-movement): New defcustom.
6228         (right-char, left-char): Provide visual-order cursor motion by
6229         calling move-point-visually.  Update the doc strings.
6231 2013-06-28  Kenichi Handa  <handa@gnu.org>
6233         * international/mule.el (define-coding-system): New coding system
6234         properties :inhibit-null-byte-detection,
6235         :inhibit-iso-escape-detection, and :prefer-utf-8.
6236         (set-buffer-file-coding-system): If :charset-list property of
6237         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
6238         appropriate for setting.
6240         * international/mule-cmds.el (select-safe-coding-system):
6241         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
6242         multibyte characters, return utf-8 (or one of its siblings).
6244         * international/mule-conf.el (prefer-utf-8): New coding system.
6245         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
6246         files.
6248 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
6250         * net/shr.el (shr-render-region): New function.
6252         * net/eww.el: Autoload `eww-browse-url'.
6254 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
6256         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6257         Adapt to `package-desc-version' being a list.
6258         Use `package--ac-desc-version' to retrieve version from a package
6259         archive element.
6261 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
6263         New experimental feature to save&restore window and frame setup.
6264         * desktop.el (desktop-save-windows): New defcustom.
6265         (desktop--saved-states): New var.
6266         (desktop--excluded-frame-parameters): New defconst.
6267         (desktop--filter-frame-parms, desktop--find-frame-in-display)
6268         (desktop--restore-windows, desktop--save-windows): New functions.
6269         (desktop-save): Call `desktop--save-windows'.
6270         (desktop-read): Call `desktop--restore-windows'.
6272 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6274         * net/shr.el (add-face-text-property): Remove compat definition.
6276 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
6278         * info.el (Info-try-follow-nearest-node): Move search for footnote
6279         above search for node name to prevent missing a footnote (bug#14717).
6281 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
6283         * obsolete/otodo-mode.el: Add obsolescence info to file header.
6285 2013-06-27  Leo Liu  <sdl.web@gmail.com>
6287         * net/eww.el (eww-read-bookmarks): Check file size.
6289 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6291         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
6292         advice--pending if newdef is nil or an autoload (bug#13820).
6293         (advice-mapc): New function.
6295 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
6298         probably.
6299         (eww-mode-map): Add a menu bar.
6300         (eww-add-bookmark): New command.
6301         (eww-bookmark-mode): New mode and commands.
6302         (eww-add-bookmark): Remove newlines from the title.
6303         (eww-bookmark-browse): Don't bug out if it's the only window.
6305 2013-06-26  Glenn Morris  <rgm@gnu.org>
6307         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6308         (hfy-size): Handle ttys.  (Bug#14668)
6310         * info-xref.el: Update for Texinfo 5 change in *note format.
6311         (info-xref-node-re, info-xref-note-re): New constants.
6312         (info-xref-check-buffer): Use info-xref-note-re.
6314 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6316         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6318         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6319         nil terminate the loop (bug#14718).
6321 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6323         * net/eww.el: Rework history traversal.  When going forward/back,
6324         put these actions into the history, too, so that they can be
6325         replayed.
6326         (eww-render): Move the history reset to the correct buffer.
6328 2013-06-25  Juri Linkov  <juri@jurta.org>
6330         * files-x.el (modify-dir-local-variable): Change the header comment
6331         in the file with directory local variables.  (Bug#14692)
6333         * files-x.el (read-file-local-variable-value): Add `default'.
6334         (Bug#14710)
6336 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6338         * net/eww.el (eww-make-unique-file-name): Create a unique file
6339         name before saving to entering `y' accidentally asynchronously.
6341 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
6343         * net/eww.el (eww-download): New command and keystroke.
6345 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347         * net/eww.el (eww-copy-page-url): Change name of command.
6349         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6350         be more consistent with Info and dired.
6352         * net/eww.el (eww-mode-map): Ditto.
6354 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6356         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
6357         packages from archives.
6358         (package-archive-contents): Change format; include obsolete packages.
6359         (package-desc): Use `dir' to mark builtin packages.
6360         (package--from-builtin): Set the `dir' field to `builtin'.
6361         (generated-autoload-file, version-control): Declare.
6362         (package-compute-transaction): Change first arg and return value to be
6363         lists of package-descs.  Adjust to new package-archive-contents format.
6364         (package--add-to-archive-contents): Adjust to new
6365         package-archive-contents format.
6366         (package-download-transaction): Arg is now a list of package-descs.
6367         (package-install): If `pkg' is a package name, pass it as
6368         a requirement, so it is subject to the usual (e.g. disabled) checks.
6369         (describe-package): Accept package-desc as well.
6370         (describe-package-1): Describe a specific package-desc.  Add links to
6371         other package-descs for the same package name.
6372         (package-menu-describe-package): Pass the actual package-desc.
6373         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6374         works correctly.
6375         (package-desc-status): New function.
6376         (package-menu--refresh): New function, extracted
6377         from package-menu--generate.
6378         (package-menu--generate): Use it.
6379         (package-delete): Update package-alist.
6380         (package-menu-execute): Don't call package-initialize.
6382         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6383         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6384         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6385         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6386         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6387         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6389 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
6391         * window.el (window--state-get-1): Workaround for bug#14527.
6392         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6394 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396         * net/eww.el (eww-back-url): Implement the history by stashing all
6397         the data into a list.
6398         (eww-forward-url): Allow going forward in the history, too.
6400 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6402         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6403         for values and use read--expression for expressions (bug#14710).
6404         (read-file-local-variable): Avoid setq.
6405         (read-file-local-variable-mode): Use minor-mode-list.
6407 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6409         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6410         for DOI URLs.
6412 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6414         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6415         Update imenu-support when dialect changes.
6417 2013-06-25  Leo Liu  <sdl.web@gmail.com>
6419         * ido.el (ido-read-internal): Allow forward slash on windows.
6421 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6423         * net/eww.el (eww): Start of strings is \\`, not ^.
6425 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
6427         * net/shr.el (shr-browse-url): Fix interactive spec.
6429         * net/eww.el (eww): Add a trailing slash to domain names.
6431 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
6433         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6435 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6437         * net/shr.el (shr-browse-url): Use an external browser if given a
6438         prefix.
6440         * net/eww.el (eww-external-browser): Move to shr.
6442 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
6444         * net/eww.el (eww): Work more correctly for file: URLs.
6445         (eww-detect-charset): Allow quoted charsets.
6446         (eww-yank-page-url): New command and keystroke.
6448 2013-06-24  Daiki Ueno  <ueno@gnu.org>
6450         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6451         file name of gpg executable.
6452         (epg-context-program): New function.
6453         (epg-context-home-directory): New function.
6454         (epg-context-set-program): New function.
6455         (epg-context-set-home-directory): New function.
6456         (epg--start): Use `epg-context-program' instead of
6457         'epg-gpg-program'.
6458         (epg--list-keys-1): Likewise.
6460 2013-06-24  Leo Liu  <sdl.web@gmail.com>
6462         * ido.el (ido-read-internal): Fix bug#14620.
6464 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
6466         * faces.el (face-documentation): Simplify.
6467         (read-face-attribute, tty-find-type, x-resolve-font-name):
6468         Use `string-match-p'.
6469         (list-faces-display): Use `string-match-p'.  Simplify.
6470         (face-spec-recalc): Check face to avoid face alias loops.
6471         (read-color): Use `string-match-p' and non-capturing parenthesis.
6473 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6475         * net/shr.el (shr-rescale-image): Use the new
6476         :max-width/:max-height functionality.
6478 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
6480         * net/eww.el (eww-search-prefix): New variable.
6481         (eww): Use it.
6482         (eww-external-browser): New variable.
6483         (eww-mode-map): New keystroke.
6484         (eww-browse-with-external-browser): New command.
6486         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6488 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
6490         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6491         Don't skip aligning the next header field when padding is 0;
6492         otherwise, field width is not respected unless the title is as
6493         wide as the field.
6495 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6497         * emacs-lisp/package.el (package-el-version): Remove.
6498         (package-process-define-package): Fix inf-loop.
6499         (package-install): Allow symbols as arguments again.
6501 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
6503         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6504         add some more keyword-like methods.
6505         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6507 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
6509         * bs.el (bs-buffer-show-mark): Make defvar-local.
6510         (bs-mode): Use setq-local.
6512         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6513         (emacs-lock--try-unlocking): Make defvar-local.
6515 2013-06-22  Glenn Morris  <rgm@gnu.org>
6517         * play/cookie1.el (cookie-apropos): Minor simplification.
6519         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6521 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
6523         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6524         `regexp-opt', it breaks the build during dumping.
6526 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
6528         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6529         Highlight keyword-like methods on Kernel and Module with
6530         font-lock-builtin-face.
6531         (auto-mode-alist): Consolidate different entries into one regexp
6532         and add more *file-s.
6534 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
6536         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6538         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6539         (diary-entry): Use it in the action of this button type instead of
6540         diary-goto-entry.
6542         * calendar/todo-mode.el: New version.
6543         (todo-add-category): Append new category to end of file and give
6544         it the highest number, instead of putting it at the beginning and
6545         giving it 0.  Incorporate noninteractive functionality.
6546         (todo-forward-category): Adapt to 1-based category numbering.
6547         Allow skipping over archived categories.
6548         (todo-backward-category): Derive from todo-forward-category.
6549         (todo-backward-item, todo-forward-item): Make noninteractive and
6550         delegate interactive part to new commands.  Make sensitive to done items.
6551         (todo-categories): Make value an alist of category names and
6552         vectors of item counts.
6553         (todo-category-beg): Make a defconst.
6554         (todo-category-number): Use 1 instead of 0 as initial value.
6555         (todo-category-select): Make sensitive to overlays, optional item
6556         highlighting and done items.
6557         (todo-delete-item): Make sensitive to overlays and marked and done items.
6558         (todo-edit-item): Make sensitive to overlays and editing of
6559         date/time header optional.  Add format checks.
6560         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
6561         no-op if point is not on an item.  Advertise using todo-edit-quit.
6562         (todo-edit-mode): Make sensitive to new format, font-locking, and
6563         multiple todo files.
6564         (todo-insert-item, todo-insert-item-here): Derive from
6565         todo-basic-insert-item and extend functionality.
6566         (todo-item-end, todo-item-start): Make sensitive to done items.
6567         (todo-item-string): Don't return text properties.  Restore point.
6568         (todo-jump-to-category): Make sensitive to multiple todo files and
6569         todo archives.  Use extended category completion.
6570         (todo-lower-item, todo-raise-item): Rename to *-priority and
6571         derive from todo-set-item-priority.
6572         (todo-mode): Derive from special-mode.  Make sensitive to new
6573         format, font-locking and multiple todo files.  Make read-only.
6574         (todo-mode-map): Don't suppress digit keys, so they can supply
6575         prefix arguments.  Add many new key bindings.
6576         (todo-prefix): Insert as an overlay instead of file text.
6577         Change semantics from diary date expression to purely visual mark.
6578         (todo-print): Rename to todo-print-buffer.  Make buffer display
6579         features printable.  Remove option to restrict number of items
6580         printed.  Add option to print to file.
6581         (todo-print-function): Rename to todo-print-buffer-function.
6582         (todo-quit): Extend to handle exiting new todo modes.
6583         (todo-remove-item): Make sensitive to overlays.
6584         (todo-save): Extend to buffers of filtered items.
6585         (todo-show): Make sensitive to done items, multiple todo files and
6586         new todo modes.  Offer to convert legacy todo file before creating
6587         first new todo file.
6588         (todo-show-priorities): Rename to todo-top-priorities.
6589         Change semantics of value 0.
6590         (todo-top-priorities): Rename to todo-filter-top-priorities,
6591         derive from todo-filter-items and extend functionality.
6592         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6593         and extend functionality to other types of filtered items.
6594         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6595         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6596         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6597         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6598         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6599         (todo-edit-mode-hook, todo-entry-prefix-function)
6600         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6601         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6602         (todo-initials, todo-insert-threshold, todo-item-string-start)
6603         (todo-line-string, todo-menu, todo-mode-hook)
6604         (todo-more-important-p, todo-previous-answer, todo-previous-line)
6605         (todo-print-priorities, todo-remove-separator)
6606         (todo-save-top-priorities-too, todo-string-count-lines)
6607         (todo-string-multiline-p, todo-time-string-format)
6608         (todo-tmp-buffer-name): Remove.
6609         (todo-add-file, todo-archive-done-item, todo-choose-archive)
6610         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6611         (todo-edit-category-diary-inclusion)
6612         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6613         (todo-edit-file, todo-edit-item-date-day)
6614         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6615         (todo-edit-item-date-month, todo-edit-item-date-to-today)
6616         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6617         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6618         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6619         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6620         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6621         (todo-filter-top-priorities-multifile, todo-find-archive)
6622         (todo-find-filtered-items-file, todo-go-to-source-item)
6623         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6624         (todo-jump-to-archive-category, todo-lower-category)
6625         (todo-mark-category, todo-marked-item-p, todo-merge-category)
6626         (todo-move-category, todo-move-item, todo-next-button)
6627         (todo-next-item, todo-padded-string, todo-powerset)
6628         (todo-previous-button, todo-previous-item)
6629         (todo-print-buffer-to-file, todo-raise-category)
6630         (todo-rename-category, todo-repair-categories-sexp, todo-search)
6631         (todo-set-category-number, todo-set-item-priority)
6632         (todo-set-top-priorities-in-category)
6633         (todo-set-top-priorities-in-file, todo-show-categories-table)
6634         (todo-sort-categories-alphabetically-or-numerically)
6635         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6636         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6637         (todo-toggle-item-header, todo-toggle-item-highlighting)
6638         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6639         (todo-toggle-view-done-items, todo-toggle-view-done-only)
6640         (todo-unarchive-items, todo-unmark-category): New commands.
6641         (todo-absolute-file-name, todo-add-to-buffer-list)
6642         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6643         (todo-basic-insert-item, todo-category-completions)
6644         (todo-category-number, todo-category-string-matcher-1)
6645         (todo-category-string-matcher-2, todo-check-filtered-items-file)
6646         (todo-check-format, todo-clear-matches)
6647         (todo-comment-string-matcher, todo-convert-legacy-date-time)
6648         (todo-current-category, todo-date-string-matcher)
6649         (todo-define-insertion-command, todo-diary-expired-matcher)
6650         (todo-diary-goto-entry, todo-diary-item-p)
6651         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6652         (todo-display-categories, todo-display-sorted, todo-done-item-p)
6653         (todo-done-item-section-p, todo-done-separator)
6654         (todo-done-string-matcher, todo-files, todo-filter-items)
6655         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6656         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6657         (todo-insert-category-line, todo-insert-item-from-calendar)
6658         (todo-insert-sort-button, todo-insert-with-overlays)
6659         (todo-insertion-command-name, todo-insertion-key-bindings)
6660         (todo-label-to-key, todo-longest-category-name-length)
6661         (todo-make-categories-list, todo-mode-external-set)
6662         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6663         (todo-modes-set-3, todo-multiple-filter-files)
6664         (todo-nondiary-marker-matcher, todo-prefix-overlays)
6665         (todo-read-category, todo-read-date, todo-read-dayname)
6666         (todo-read-file-name, todo-read-time)
6667         (todo-reevaluate-category-completions-files-defcustom)
6668         (todo-reevaluate-default-file-defcustom)
6669         (todo-reevaluate-filelist-defcustoms)
6670         (todo-reevaluate-filter-files-defcustom)
6671         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6672         (todo-reset-done-separator, todo-reset-done-separator-string)
6673         (todo-reset-done-string, todo-reset-global-current-todo-file)
6674         (todo-reset-highlight-item, todo-reset-nondiary-marker)
6675         (todo-reset-prefix, todo-set-categories)
6676         (todo-set-date-from-calendar, todo-set-show-current-file)
6677         (todo-set-top-priorities, todo-short-file-name)
6678         (todo-show-current-file, todo-sort, todo-time-string-matcher)
6679         (todo-total-item-counts, todo-update-buffer-list)
6680         (todo-update-categories-display, todo-update-categories-sexp)
6681         (todo-update-count, todo-validate-name, todo-y-or-n-p):
6682         New functions.
6683         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6684         New major modes.
6685         (todo-categories, todo-display, todo-edit, todo-faces)
6686         (todo-filtered): New defgroups.
6687         (todo-archived-only, todo-button, todo-category-string, todo-date)
6688         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6689         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6690         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6691         (todo-add-item-if-new-category, todo-always-add-time-string)
6692         (todo-categories-align, todo-categories-archived-label)
6693         (todo-categories-category-label, todo-categories-diary-label)
6694         (todo-categories-done-label, todo-categories-number-separator)
6695         (todo-categories-todo-label, todo-categories-totals-label)
6696         (todo-category-completions-files, todo-completion-ignore-case)
6697         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6698         (todo-done-separator-string, todo-done-string)
6699         (todo-files-function, todo-filter-done-items, todo-filter-files)
6700         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6701         (todo-initial-category, todo-initial-file, todo-item-mark)
6702         (todo-legacy-date-time-regexp, todo-mode-line-function)
6703         (todo-nondiary-marker, todo-number-prefix)
6704         (todo-print-buffer-function, todo-show-current-file)
6705         (todo-show-done-only, todo-show-first, todo-show-with-done)
6706         (todo-skip-archived-categories, todo-top-priorities-overrides)
6707         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6708         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6709         New defcustoms.
6710         (todo-category-done, todo-date-pattern, todo-date-string-start)
6711         (todo-diary-items-buffer, todo-done-string-start)
6712         (todo-filtered-items-buffer, todo-item-start)
6713         (todo-month-abbrev-array, todo-month-name-array)
6714         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6715         (todo-top-priorities-buffer): New defconsts.
6716         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6717         (todo-categories-with-marks, todo-category-string-face)
6718         (todo-comment-face, todo-comment-string, todo-current-todo-file)
6719         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6720         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6721         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6722         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6723         (todo-font-lock-keywords, todo-global-current-todo-file)
6724         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6725         (todo-insertion-commands-args)
6726         (todo-insertion-commands-args-genlist)
6727         (todo-insertion-commands-names, todo-insertion-map)
6728         (todo-key-bindings-t, todo-key-bindings-t+a)
6729         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6730         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6731         (todo-nondiary-face, todo-print-buffer, todo-time-face)
6732         (todo-visited): New variables.
6734 2013-06-21  Glenn Morris  <rgm@gnu.org>
6736         * play/cookie1.el (cookie-apropos): Add optional display argument.
6737         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6738         (psychoanalyze-pinhead): Use cookie-doctor.
6740 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6742         * emacs-lisp/package.el (tar-get-file-descriptor)
6743         (tar--extract): Declare.
6745 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
6747         Extend flymake's warning predicate to be a function (bug#14217).
6748         * progmodes/flymake.el (flymake-warning-predicate): New.
6749         (flymake-parse-line): Use it.
6750         (flymake-warning-re): Make obsolete alias to
6751         `flymake-warning-predicate'.
6753 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6755         * emacs-lisp/package.el (package-alist): Include obsolete packages.
6756         (package-obsolete-list): Remove.
6757         (package-activate): Remove min-version argument.  Add `force' argument.
6758         Adjust to new package-alist format.
6759         (package-mark-obsolete): Remove.
6760         (package-unpack): Force reload of the package's autoloads.
6761         (package-installed-p): Check builtins if the installed package is not
6762         recent enough.
6763         (package-initialize): Don't reset package-obsolete-list.
6764         Don't specify which package version to activate.
6765         (package-process-define-package, describe-package-1)
6766         (package-menu--generate): Adjust to new package-alist format.
6768 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6770         * allout-widgets.el (allout-widgets-mode-off)
6771         (allout-widgets-mode-on, allout-widgets-pre-command-business)
6772         (allout-widgets-post-command-business)
6773         (allout-widgets-after-copy-or-kill-function)
6774         (allout-widgets-after-undo-function, allout-test-range-overlaps)
6775         (allout-decorate-item-and-context)
6776         (allout-graphics-modification-handler): Fix typos in docstrings.
6777         (allout-get-or-create-parent-widget): Use `looking-at-p'.
6779         * cmuscheme.el (scheme-start-file): Doc fix.
6780         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6781         (scheme-input-filter): Use `string-match-p'.
6783         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6785         * dired-x.el: Use Dired consistently in docstrings.
6787         * dired.el: Use Dired consistently in docstrings.
6788         (dired-readin, dired-mode): Use `setq-local'.
6789         (dired-switches-alist): Make defvar-local.
6790         (dired-buffers-for-dir): Use `zerop'.
6791         (dired-safe-switches-p, dired-switches-escape-p)
6792         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6793         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6794         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6795         (dired-goto-next-nontrivial-file): Use `string-match-p'.
6796         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6797         (dired-toggle-marks, dired-mark-files-containing-regexp)
6798         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6799         (dired-flag-auto-save-files, dired-flag-backup-files):
6800         Use `looking-at-p'.
6801         (dired-mark-files-regexp, dired-build-subdir-alist):
6802         Use `string-match-p', `looking-at-p'.
6804         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6805         (direct-print-region-helper): Use `string-match-p'.
6807 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6809         * comint.el (comint-redirect-results-list-from-process):
6810         Fix infinite loop.
6812 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6814         * net/eww.el (eww-update-header-line-format): Quote % characters.
6816 2013-06-21  Glenn Morris  <rgm@gnu.org>
6818         * play/cookie1.el (cookie): New custom group.
6819         (cookie-file): New option.
6820         (cookie-check-file): New function.
6821         (cookie): Make it interactive.  Make start and end messages optional.
6822         Interactively, display the result.  Default to cookie-file.
6823         (cookie-insert): Default to cookie-file.
6824         (cookie-snarf): Make start and end messages optional.
6825         Default to cookie-file.  Use with-temp-buffer.
6826         (cookie-read): Rename from read-cookie.
6827         Make start and end messages optional.  Default to cookie-file.
6828         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
6829         Do not autoload it.
6830         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6831         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6833 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6835         * progmodes/octave.el (octave-mode): Backward compatibility fix.
6837 2013-06-21  Glenn Morris  <rgm@gnu.org>
6839         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6841 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6842             Daniel Hackney  <dan@haxney.org>
6844         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6845         Consolidate the single-file vs tarball code.
6846         (package-desc-suffix): New function.
6847         (package-desc-full-name): Don't bother inlining it.
6848         (package-load-descriptor): Return the new package-desc.
6849         (package-mark-obsolete): Remove unused arg `package'.
6850         (package-unpack): Make it work for single files as well.
6851         Make it update package-alist.
6852         (package--make-autoloads-and-stuff): Rename from
6853         package--make-autoloads-and-compile.  Don't compile any more.
6854         (package--compile): New function.
6855         (package-generate-description-file): New function, extracted from
6856         package-unpack-single.
6857         (package-unpack-single): Remove.
6858         (package--with-work-buffer): Add indentation and debugging info.
6859         (package-download-single): Remove.
6860         (package-install-from-archive): Rename from package-download-tar, make
6861         it take a pkg-desc, and make it work for single files as well.
6862         (package-download-transaction): Simplify.
6863         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
6864         external tar program.
6865         (package-install-from-buffer): Remove `pkg-desc' argument.
6866         Use package-tar-file-info for tar-mode buffers.
6867         (package-install-file): Simplify accordingly.
6868         (package-archive-base): Change to take a pkg-desc.
6869         * tar-mode.el (tar--check-descriptor): New function, extracted from
6870         tar-get-descriptor.
6871         (tar-get-descriptor): Use it.
6872         (tar-get-file-descriptor): New function.
6873         (tar--extract): New function, extracted from tar-extract.
6874         (tar--extract): Use it.
6875         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6876         case the summary uses non-ascii.  Adjust to new calling convention of
6877         package-tar-file-info.
6879 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6881         * comint.el (comint-redirect-results-list-from-process):
6882         Fix random delay.  (Bug#14681)
6884 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6886         * profiler.el (profiler-format-number): Use log, not log10.
6888 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6890         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6892 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6894         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6895         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6896         yet available.
6897         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6898         (AUTOGENEL): ... here.
6899         * emacs-lisp/cl-macs.el (cl--sublis): New function.
6900         (cl--defsubst-expand): Use it.
6902 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6904         * subr.el (log10): Move here from C code, and declare as obsolete.
6905         All uses of (log10 X) replaced with (log X 10).
6907 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6909         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6910         Declare with `defvar-local'.
6911         (tabulated-list-use-header-line, tabulated-list-entries)
6912         (tabulated-list-padding, tabulated-list-printer)
6913         (tabulated-list-sort-key): Declare with `defvar-local'.
6914         (tabulated-list-init-header, tabulated-list-print-fake-header):
6915         Use `setq-local'.
6917 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
6919         * arc-mode.el (archive-mode): Add `archive-write-file' to
6920         `write-contents-functions' also for remote files.  (Bug#14652)
6922 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6924         * cus-edit.el (custom-commands): Fix typos.
6925         (custom-display): Fix tooltip text.
6926         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6927         Fix typos in docstrings.
6928         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6929         (custom-unlispify-menu-entry, custom-magic-value-create)
6930         (custom-add-see-also, custom-group-value-create): Use ?\s.
6931         (custom-guess-type, customize-apropos, editable-field)
6932         (custom-face-value-create): Use `string-match-p'.
6933         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6935         * custom.el (custom-load-symbol): Use `string-match-p'.
6937         * ansi-color.el: Convert to lexical binding.
6938         (ansi-colors): Fix URL.
6939         (ansi-color-context, ansi-color-context-region): Use defvar-local.
6940         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6941         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6943 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6945         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6947         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6949 2013-06-19  Tom Tromey  <tromey@redhat.com>
6951         * net/eww.el (eww-top-url): Remove.
6952         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6953         (eww-render): Set new variables.  Don't set eww-top-url.
6954         (eww-handle-link): Handle "prev", "home", and "contents".
6955         Downcase the rel text.
6956         (eww-top-url): Choose best top URL.
6958 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960         * net/eww.el: Rewrite to implement form elements "by hand" instead of
6961         relying in widget.el.  Using widget.el leads to too many
6962         user interface inconsistencies.
6963         (eww-self-insert): Implement entering commands in text fields.
6964         (eww-process-text-input): New function to make text input field editing
6965         work.
6966         (eww-submit): Rewrite to use the new-style form methods.
6967         (eww-select-display): Display the correct selected item.
6968         (eww-change-select): Implement changing the select value.
6969         (eww-toggle-checkbox): Implement radio/checkboxes.
6970         (eww-update-field): Fix compilation error.
6971         (eww-tag-textarea): Implement <textarea>.
6973         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6974         we don't shadow mode-specific bindings.
6976         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6977         nothing to push.
6979         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6981 2013-06-19  Glenn Morris  <rgm@gnu.org>
6983         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6985 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
6987         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6988         not needed.
6990         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6992 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6994         * net/browse-url.el (browse-url-browser-function):
6995         `eww-browse-url' has the right calling signature, `eww' does not.
6997 2013-06-19  Glenn Morris  <rgm@gnu.org>
6999         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7000         Only eval autoloaded macros.
7001         (byte-compile-autoload): Only give the macro warning for macros.
7003         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
7004         (ps-underlined-faces): Declare.
7006         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
7007         (speedbar-add-supported-extension): Declare.
7009         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
7010         Don't include a date stamp in the header of the generated file;
7011         it leads to needless differences between output files.
7013 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
7015         * net/secrets.el (secrets-struct-secret-content-type):
7016         Replace check of introspection data by a test call of "CreateItem".
7017         Some servers do not offer introspection.
7019 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7021         * electric.el (electric-pair-mode): Improve interaction with
7022         electric-layout-mode.
7023         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
7024         (electric-pair-syntax): Use text-mode-syntax-table in comments
7025         and strings.
7026         (electric-pair--insert): New function.
7027         (electric-pair-post-self-insert-function): Use it and
7028         electric--after-char-pos.
7030 2013-06-19  Leo Liu  <sdl.web@gmail.com>
7032         * progmodes/octave.el (octave-help): Fix regexp.
7034 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7036         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
7037         (shr-table-horizontal-line): Allow nil as a value, and change the
7038         default.
7039         (shr-insert-table-ruler): Respect the nil value.
7041 2013-06-18  Tom Tromey  <tromey@barimba>
7043         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7044         New defvars.
7045         (eww-open-file): New defun.
7046         (eww-render): Initialize new variables.
7047         (eww-display-html): Handle "link" and "a".
7048         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
7049         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
7050         (eww-back-url): Rename from eww-previous-url.
7051         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7052         New defuns.
7054 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
7056         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
7057         Distinguish ternary operator tokens from slash symbol and slash
7058         char literal.
7060 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
7062         Convert symbol prettification into minor mode and global minor mode.
7064         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
7065         `prog-prettify-symbols', and make a local defvar instead of defcustom.
7066         (prettify-symbols--keywords): Rename from
7067         `prog-prettify-symbols-alist' and make a local defvar.
7068         (prettify-symbols--compose-symbol): Rename from
7069         `prog--prettify-font-lock-compose-symbol'.
7070         (prettify-symbols--make-keywords): Rename from
7071         `prog-prettify-font-lock-symbols-keywords' and simplify.
7072         (prog-prettify-install): Remove.
7073         (prettify-symbols-mode): New minor mode, based on
7074         `prog-prettify-install'.
7075         (turn-on-prettify-symbols-mode): New function.
7076         (global-prettify-symbols-mode): New globalized minor mode.
7078         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7079         * progmodes/cfengine.el (cfengine3-mode):
7080         * progmodes/perl-mode.el (perl-mode): Don't call
7081         `prog-prettify-install'; set `prettify-symbols-alist' instead.
7083 2013-06-18  Juri Linkov  <juri@jurta.org>
7085         * files-x.el (modify-file-local-variable-message): New function.
7086         (modify-file-local-variable)
7087         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
7088         and call `modify-file-local-variable-message' when it's non-nil.
7089         (add-file-local-variable, delete-file-local-variable)
7090         (add-file-local-variable-prop-line)
7091         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
7092         and use it.  (Bug#9820)
7094 2013-06-18  Juri Linkov  <juri@jurta.org>
7096         * emulation/vi.el (vi-shell-op):
7097         * emulation/vip.el (vip-execute-com, ex-command):
7098         * emulation/viper-cmd.el (viper-exec-bang):
7099         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
7100         the call of `shell-command-on-region'.  (Bug#14637)
7102         * simple.el (shell-command-on-region): Doc fix.
7104 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7106         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
7107         (bug#14633).
7109 2013-06-18  Glenn Morris  <rgm@gnu.org>
7111         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
7113         * newcomment.el (comment-search-forward, comment-search-backward):
7114         Doc fix.  (Bug#14376)
7116 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
7118         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
7119         (buffer-face-mode-invoke): Doc fix.
7121 2013-06-18  Matthias Meulien  <orontee@gmail.com>
7123         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
7124         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
7126 2013-06-18  Glenn Morris  <rgm@gnu.org>
7128         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
7129         Replace obsolete function generic-make-keywords with its expansion.
7131         * progmodes/python.el (ffap-alist): Declare.
7133         * textmodes/reftex.el (bibtex-mode-map): Declare.
7135 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
7138         (package-unpack, package-unpack-single): Return the pkg-dir.
7139         (package-download-transaction): Use it to update package-alist.
7141 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7143         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
7144         possible choice.
7146 2013-06-17  Juri Linkov  <juri@jurta.org>
7148         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
7150 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
7152         * emacs-lisp/package.el (package-load-descriptor):
7153         Remove `with-syntax-table' call, `read' doesn't need it.
7154         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
7156 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
7158         * startup.el (command-line): Expand package name returned by
7159         `package--description-file' (bug#14639).
7161 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
7163         * emacs-lisp/package.el (package-load-descriptor): Do not call
7164         `emacs-lisp-mode', just use its syntax table.
7166 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
7168         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
7169         `font-lock-extra-managed-props' if any prettifying keyword is added.
7170         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
7171         (prog-mode): Use `setq-local'.
7173 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7175         * international/characters.el (standard-case-table): Set syntax of ?»
7176         and ?« to punctuation.
7178 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
7180         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
7181         Save relevant match data before calling `syntax-ppss' (bug#14595).
7183 2013-06-15  Juri Linkov  <juri@jurta.org>
7185         * files-x.el (modify-file-local-variable-prop-line): Add local
7186         variables to the end of the existing comment on the first line.
7187         Use `file-auto-mode-skip' to skip interpreter magic line,
7188         and also skip XML declaration.
7190 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7192         * startup.el (package--builtin-versions): New var.
7193         (package-subdirectory-regexp): Remove.
7194         (package--description-file): Hard code its value instead.
7196         * emacs-lisp/package.el: Don't activate packages older than builtin.
7197         (package-obsolete-list): Rename from package-obsolete-alist, and make
7198         it into a simple list of package-desc.
7199         (package-strip-version): Remove.
7200         (package-built-in-p): Use package--builtin-versions.
7201         (package-mark-obsolete): Simplify.
7202         (package-process-define-package): Mark it obsolete if older than the
7203         builtin version.
7204         (package-handle-response): Use line-end-position.
7205         (package-read-archive-contents, package--download-one-archive):
7206         Simplify.
7207         (package--add-to-archive-contents): Skip if older than the builtin or
7208         installed version.
7209         (package-menu-describe-package): Fix last change.
7210         (package-list-unversioned): New var.
7211         (package-menu--generate): Use it.
7213         * emacs-lisp/autoload.el: Manage package--builtin-versions.
7214         (autoload--insert-text, autoload--insert-cookie-text): New functions.
7215         (autoload-builtin-package-versions): New variable.
7216         (autoload-generate-file-autoloads): Use them.
7217         Remove the list of autoloaded functions/macros from the
7218         (autoload...) comments.
7220         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
7222 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
7224         * simple.el (line-move-partial): Don't jump to the next screen
7225         line as soon as it becomes visible.  Instead, continue enlarging
7226         the vscroll until the portion of a tall screen line that's left on
7227         display is about the height of the frame's default font.
7228         (Bug#14567)
7230 2013-06-15  Glenn Morris  <rgm@gnu.org>
7232         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
7233         compilation-error-regexp-alist void, or local while let-bound.
7235         * progmodes/make-mode.el (makefile-mode-syntax-table):
7236         Treat "=" as punctuation.  (Bug#14614)
7238 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
7240         * help-fns.el (describe-variable):
7241         Add extra line for permanent-local variables.
7243 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
7245         * progmodes/scheme.el (scheme-font-lock-keywords-2):
7246         Add export, import, library.  (Bug#9164)
7247         (library): Set indent function.
7249 2013-06-14  Glenn Morris  <rgm@gnu.org>
7251         * term/xterm.el (xterm--query):
7252         Stop after first matching handler.  (Bug#14615)
7254 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
7256         Add support for dired in saveplace.
7257         * dired.el (dired-initial-position-hook): New variable.
7258         (dired-initial-position): Call hook to place cursor position.
7259         * saveplace.el (save-place-to-alist): Add dired position.
7260         (save-place-dired-hook): New function.
7262 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7264         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
7265         through a symbol rather than letrec.
7267         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
7268         (package-desc): Add `dir' field.
7269         (package-desc-full-name): New function.
7270         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
7271         (package-maybe-load-descriptor): Remove.
7272         (package-load-all-descriptors): Just call package-load-descriptor.
7273         (package--disabled-p): New function.
7274         (package-desc-vers, package-desc-doc): Remove aliases.
7275         (package--dir): Remove function.
7276         (package-activate): Check if a package is disabled.
7277         (package-process-define-package): New function, extracted from
7278         define-package.
7279         (define-package): Turn into a place holder.
7280         (package-unpack-single, package-tar-file-info):
7281         Use package--description-file.
7282         (package-compute-transaction): Use package--disabled-p.
7283         (package-download-transaction): Don't call
7284         package-maybe-load-descriptor since they're all loaded anyway.
7285         (package-install): Change argument to be a pkg-desc.
7286         (package-delete): Use a single pkg-desc argument.
7287         (describe-package-1): Use package-desc-dir instead of package--dir.
7288         Use package-desc property instead of package-symbol.
7289         (package-install-button-action): Adjust accordingly.
7290         (package--push): Rewrite.
7291         (package-menu--print-info): Adjust accordingly.  Change the ID format
7292         to be a pkg-desc.
7293         (package-menu-describe-package, package-menu-get-status)
7294         (package-menu--find-upgrades, package-menu-mark-upgrades)
7295         (package-menu-execute, package-menu--name-predicate):
7296         Adjust accordingly.
7297         * startup.el (package--description-file): New function.
7298         (command-line): Use it.
7299         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7300         Use package-desc-version.
7302         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
7303         (byte-compile-preprocess): Use it.
7304         (byte-compile-file-form-defalias): Try a bit harder to use macros we
7305         can't quite recognize.
7306         (byte-compile-add-to-list): Remove.
7307         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7308         (cconv-closure-convert): Add assertion.
7310         * emacs-lisp/map-ynp.el: Use lexical-binding.
7311         (map-y-or-n-p): Remove unused vars `tail' and `object'.
7312         Factor out some repeated code.
7314 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7316         * subr.el (with-eval-after-load): New macro.
7317         (eval-after-load): Allow form to be a function.
7318         take advantage of lexical-binding.
7319         (do-after-load-evaluation): Use dolist and adjust to new format.
7320         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7322 2013-06-13  Juri Linkov  <juri@jurta.org>
7324         * replace.el (perform-replace): Display "symbol " and other search
7325         modes from `isearch-message-prefix' in the *Help* buffer.
7327         * isearch.el (isearch-query-replace): Add " symbol" and other
7328         possible search modes from `isearch-message-prefix' to the prompt.
7329         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7330         when reading a regexp to collect.
7332 2013-06-13  Juri Linkov  <juri@jurta.org>
7334         * isearch.el (word-search-regexp): Match whitespace if the search
7335         string begins or ends in whitespace.  The LAX arg is applied to
7336         both ends of the search string.  Use `regexp-quote' and explicit
7337         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
7338         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7339         boundaries are replaced with symbol boundaries, and characters
7340         between symbols match non-word non-symbol syntax.  (Bug#14602)
7342 2013-06-13  Juri Linkov  <juri@jurta.org>
7344         * isearch.el (isearch-del-char): Don't exceed the length of
7345         `isearch-string' by the prefix arg.  (Bug#14563)
7347 2013-06-13  Juri Linkov  <juri@jurta.org>
7349         * isearch.el (isearch-yank-word, isearch-yank-line)
7350         (isearch-char-by-name, isearch-quote-char)
7351         (isearch-printing-char, isearch-process-search-char):
7352         Add optional count prefix arg.  (Bug#14563)
7354         * international/isearch-x.el
7355         (isearch-process-search-multibyte-characters):
7356         Add optional count prefix arg.
7358 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7360         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7361         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7362         lexical-binding.
7364 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
7366         * subr.el (set-temporary-overlay-map): Add on-exit argument.
7368 2013-06-13  Glenn Morris  <rgm@gnu.org>
7370         * startup.el (tty-handle-args):
7371         Don't just discard "--" and anything after.  (Bug#14608)
7373         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7375 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
7377         Implement changes in Secret Service API.  Make it backward compatible.
7378         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7379         (secrets-create-item): Use it.  Prefix properties with interface.
7381 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
7383         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
7384         (term-emulate-terminal): Respect term-suppress-hard-newline.
7386 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
7388         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7389         Only remove a `thumb-file' overlay.  (Bug#14548)
7391 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
7393         * mail/reporter.el (reporter-submit-bug-report):
7394         Handle missing package-name.  (Bug#14600)
7396 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7398         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7399         (reftex-citation-prompt, reftex-default-bibliography)
7400         (reftex-bib-or-thebib, reftex-get-bibfile-list)
7401         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7402         (reftex-bib-sort-author, reftex-bib-sort-year)
7403         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7404         (reftex-extract-bib-entries-from-thebibliography)
7405         (reftex-get-bibkey-default, reftex-get-bib-names)
7406         (reftex-parse-bibtex-entry, reftex-get-bib-field)
7407         (reftex-format-bib-entry, reftex-parse-bibitem)
7408         (reftex-format-bibitem, reftex-do-citation)
7409         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7410         (reftex-restrict-bib-matches, reftex-extract-bib-file)
7411         (reftex-insert-bib-matches, reftex-format-citation)
7412         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7413         (reftex-create-bibtex-file): Add docstrings, mostly by converting
7414         existing comments into docstrings.
7416 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
7418         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7420 2013-06-12  Andreas Schwab  <schwab@suse.de>
7422         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7423         for auto-save files.
7425 2013-06-12  Glenn Morris  <rgm@gnu.org>
7427         * ido.el (ido-delete-ignored-files): Remove.
7428         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7429         Go back to calling ido-ignore-item-p directly.
7431 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
7433         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7435         * ido.el (ido-delete-ignored-files): New function,
7436         split from ido-make-file-list-1.
7437         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
7438         (ido-make-file-list-1): Use ido-delete-ignored-files.
7440 2013-06-12  Leo Liu  <sdl.web@gmail.com>
7442         * progmodes/octave.el (inferior-octave-startup)
7443         (inferior-octave-completion-table)
7444         (inferior-octave-track-window-width-change)
7445         (octave-eldoc-function-signatures, octave-help)
7446         (octave-find-definition): Use single quoted strings.
7447         (inferior-octave-startup-args): Change default value.
7448         (inferior-octave-startup): Do not hard code "-i" and
7449         "--no-line-editing".
7450         (inferior-octave-resync-dirs): Add optional arg NOERROR.
7451         (inferior-octave-directory-tracker): Use it.
7452         (octave-goto-function-definition): Robustify.
7453         (octave-help): Support highlighting operators in 'See also'.
7454         (octave-find-definition): Find subfunctions only in Octave mode.
7456 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7458         * help-fns.el (help-fns--compiler-macro): If the handler function is
7459         named, then put a link to it.
7460         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7461         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7462         (cl-typep): Use it.
7463         (cl-eval-when): Simplify debug spec.
7464         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
7465         compiler-macro function instead of setting `compiler-macro-file'.
7467 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
7469         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7470         * vc/vc-hooks.el (vc-stay-local): Doc fix.
7472 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7473             Daniel Hackney  <dan@haxney.org>
7475         First part of Daniel Hackney's patch to package.el.
7476         * emacs-lisp/package.el: Use defstruct.
7477         (package-desc): New, main struct.
7478         (package--bi-desc, package--ac-desc): New structs, used to describe the
7479         format in external files.
7480         (package-desc-vers): Replace with package-desc-version accessor.
7481         (package-desc-doc): Replace with package-desc-summary accessor.
7482         (package-activate-1): Remove `package' arg since the pkg-vec now
7483         includes the name.
7484         (define-package): Use package-desc-from-define.
7485         (package-unpack-single): Change file-name arg to be a symbol.
7486         (package--add-to-archive-contents): Use package-desc-create and new
7487         accessor functions to package--ac-desc.
7488         (package-buffer-info, package-tar-file-info): Return a package-desc.
7489         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
7490         arg to be a package-desc.
7491         (package-install-file): Adjust accordingly.  Use \' to match EOS.
7492         (package--from-builtin): New function.
7493         (describe-package-1, package-menu--generate): Use it.
7494         (package--make-autoloads-and-compile): Change name arg to be a symbol.
7495         (package-generate-autoloads): Idem and return the name of the file.
7496         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7497         Change pkg-info arg to be a package-desc.
7498         Use package-make-ac-desc.
7499         (package-upload-file): Use \' to match EOS.
7500         * finder.el (finder-compile-keywords): Use package-make-builtin.
7502 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7504         * vc/vc.el (vc-deduce-fileset): Change error message.
7505         (vc-read-backend): New function.
7506         (vc-next-action): Use it.
7508         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7510         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7511         (prolog-font-lock-keywords): Use regexp-opt instead.
7512         Don't manually highlight strings.
7513         (prolog-mode-variables): Simplify comment-start-skip.
7514         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
7516         * emacs-lisp/generic.el (generic--normalise-comments)
7517         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7518         (generic-mode-set-comments): Use them.
7519         (generic-bracket-support): Use setq-local.
7520         (generic-make-keywords-list): Declare obsolete.
7522 2013-06-11  Glenn Morris  <rgm@gnu.org>
7524         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7525         Prettify after setting font-lock-defaults.  (Bug#14574)
7527 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
7529         * replace.el (query-replace, occur-read-regexp-defaults-function)
7530         (replace-search):
7531         * subr.el (declare-function, number-sequence, local-set-key)
7532         (substitute-key-definition, locate-user-emacs-file)
7533         (with-silent-modifications, split-string, eval-after-load):
7534         Fix typos, remove unneeded backslashes and reflow some docstrings.
7536 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7538         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7539         default for Elisp files.
7541 2013-06-11  Glenn Morris  <rgm@gnu.org>
7543         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7544         although define-derived-mode was doing this anyway.  (Bug#14583)
7546 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
7548         * allout.el (allout-encryption-plaintext-sanitization-regexps):
7549         Fix make-variable-buffer-local call to refer to the correct variable.
7551 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
7553         * eshell/em-term.el (eshell-visual-commands)
7554         (eshell-visual-subcommands, eshell-visual-options):
7555         Add summary line to docstrings.  Add cross-references.
7557 2013-06-10  Glenn Morris  <rgm@gnu.org>
7559         * epa.el (epa-read-file-name): New function.  (Bug#14510)
7560         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
7562 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
7564         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7565         output redirection to be ignored with visual commands.
7567 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
7569         * eshell/em-term.el (eshell-visual-command-p): New function.
7570         (eshell-term-initialize): Move long lambda to separate function
7571         eshell-visual-command-p.
7572         * eshell/em-dirs.el (eshell-dirs-initialise):
7573         * eshell/em-script.el (eshell-script-initialize):
7574         Add missing #' to lambda.
7576 2013-06-08  Leo Liu  <sdl.web@gmail.com>
7578         * progmodes/octave.el (octave-add-log-current-defun): New function.
7579         (octave-mode): Set add-log-current-defun-function.
7580         (octave-goto-function-definition): Do not move point if not found.
7581         (octave-find-definition): Enhance to try subfunctions first.
7583 2013-06-08  Glenn Morris  <rgm@gnu.org>
7585         * emacs-lisp/bytecomp.el (byte-compile-char-before)
7586         (byte-compile-backward-char, byte-compile-backward-word):
7587         Improve previous change, to handle non-explicit nil.
7589 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7591         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7592         (smie--opener/closer-at-point): New function.
7593         (smie--matching-block-data): Use it.  Don't match from right after an
7594         opener or right before a closer.  Obey smie-blink-matching-inners.
7595         Don't signal a mismatch for repeated inners like "switch..case..case".
7597 2013-06-07  Leo Liu  <sdl.web@gmail.com>
7599         * progmodes/octave.el (octave-mode): Set comment-use-global-state
7600         to t.  (Bug#14303)
7601         (octave-function-header-regexp): Fix.  (Bug#14570)
7602         (octave-help-mode-finish-hook, octave-help-mode-finish):
7603         Remove.  Just use temp-buffer-show-hook.
7605         * newcomment.el (comment-search-backward): Revert last change.
7606         (Bug#14434)
7608         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7610 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
7612         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7613         through xargs, to avoid failure due to MS-Windows limitations on
7614         command-line length.
7616 2013-06-06  Glenn Morris  <rgm@gnu.org>
7618         * font-lock.el (lisp-font-lock-keywords-2):
7619         Treat user-error like error.
7621         * emacs-lisp/bytecomp.el (byte-compile-char-before)
7622         (byte-compile-backward-char, byte-compile-backward-word):
7623         Handle explicit nil arguments.  (Bug#14565)
7625 2013-06-05  Alan Mackenzie  <acm@muc.de>
7627         * isearch.el (isearch-allow-prefix): New user option.
7628         (isearch-other-meta-char): Don't exit isearch when a prefix
7629         argument is typed whilst `isearch-allow-prefix' is non-nil.
7630         (Bug#9706)
7632 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7634         * autorevert.el (auto-revert-notify-handler): Use memq.
7635         Hide assertion failure.
7637         * skeleton.el: Use cl-lib.
7638         (skeleton-further-elements): Use defvar-local.
7639         (skeleton-insert): Use cl-progv.
7641 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7643         * progmodes/prog-mode.el (prog-prettify-symbols)
7644         (prog-prettify-install): Update docstrings.
7646 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7648         * simple.el: Move all the prog-mode code to prog-mode.el.
7649         * progmodes/prog-mode.el: New file.
7650         * loadup.el: Add prog-mode.el.
7652 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7654         * simple.el (prog-prettify-symbols): Add version.
7655         (prog-prettify-install): Add convenience function to prettify symbols.
7657         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7658         (perl--augmented-font-lock-keywords-1)
7659         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7660         variables and use it.
7662         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7663         (cfengine3-mode): Remove unneeded variable and use it.
7665         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7666         (lisp--augmented-font-lock-keywords-1)
7667         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7668         Remove unneeded variables and use it.
7670 2013-06-05  João Távora  <joaotavora@gmail.com>
7672         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7673         to point when opening the connection.  (Bug#14380)
7675 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7677         * subr.el (load-history-regexp, load-history-filename-element)
7678         (eval-after-load, after-load-functions, do-after-load-evaluation)
7679         (eval-next-after-load, display-delayed-warnings)
7680         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7681         definition of save-match-data.
7682         (overriding-local-map): Remove accidental obsolescence declaration.
7684         * emacs-lisp/edebug.el (edebug-result): Move before first use.
7686 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7688         Generalize symbol prettify support to prog-mode and implement it
7689         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7690         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7691         (prog--prettify-font-lock-compose-symbol)
7692         (prog-prettify-font-lock-symbols-keywords): New variables and
7693         functions to support symbol prettification.
7694         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7695         (lisp--augmented-font-lock-keywords-1)
7696         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7697         (lisp--prettify-symbols-alist): Implement prettify of lambda.
7698         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7699         (cfengine3--prettify-symbols-alist, cfengine3-mode):
7700         Implement prettify of -> => :: strings.
7701         * progmodes/perl-mode.el (perl-prettify-symbols)
7702         (perl--font-lock-compose-symbol)
7703         (perl--font-lock-symbols-keywords): Move to prog-mode.
7704         (perl--prettify-symbols-alist): Prettify -> => :: strings.
7705         (perl-font-lock-keywords-1)
7706         (perl-font-lock-keywords-2): Remove explicit prettify support.
7707         (perl--augmented-font-lock-keywords)
7708         (perl--augmented-font-lock-keywords-1)
7709         (perl--augmented-font-lock-keywords-2, perl-mode):
7710         Implement prettify support.
7712 2013-06-05  Leo Liu  <sdl.web@gmail.com>
7714         Re-implement smie matching block highlight using
7715         show-paren-data-function.  (Bug#14395)
7716         * emacs-lisp/smie.el (smie-matching-block-highlight)
7717         (smie--highlight-matching-block-overlay)
7718         (smie--highlight-matching-block-lastpos)
7719         (smie-highlight-matching-block)
7720         (smie-highlight-matching-block-mode): Remove.
7721         (smie--matching-block-data-cache): New variable.
7722         (smie--matching-block-data): New function.
7723         (smie-setup): Use smie--matching-block-data for
7724         show-paren-data-function.
7726         * progmodes/octave.el (octave-mode-menu): Fix.
7727         (octave-find-definition): Skip garbage lines.
7729 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7731         Fix compilation error with simultaneous dynamic+lexical scoping.
7732         Add warning when a defvar appears after the first let-binding.
7733         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7734         (byte-compile-close-variables): Initialize it.
7735         (byte-compile--declare-var): New function.
7736         (byte-compile-file-form-defvar)
7737         (byte-compile-file-form-define-abbrev-table)
7738         (byte-compile-file-form-custom-declare-variable): Use it.
7739         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
7740         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7741         (byte-compile-bind): Handle dynamic bindings that shadow
7742         lexical bindings.
7743         (byte-compile-unbind): Make arg non-optional.
7744         (byte-compile-let): Simplify.
7745         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7746         (cconv--analyse-function, cconv-analyse-form): Populate it.
7747         Protect byte-compile-bound-variables to limit the scope of defvars.
7748         (cconv-analyse-form): Add missing rule for (defvar <foo>).
7749         Remove unneeded rule for `declare'.
7751         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7752         so as to avoid depending on cl-adjoin at run-time.
7753         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7755         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7756         (macroexp--warn-and-return): Use it.
7758 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7760         * lisp/subr.el: Convert to lexical binding.
7761         (overriding-local-map): Make obsolete.
7762         (add-to-list): Doc fix.  Add compiler macro.
7763         (read-key): Swap values of local maps.
7765 2013-06-05  Leo Liu  <sdl.web@gmail.com>
7767         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7769 2013-06-04  Leo Liu  <sdl.web@gmail.com>
7771         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7772         (compilation-auto-jump): Suppress the "Mark set" message to give
7773         way to exit message.
7775 2013-06-04  Alan Mackenzie  <acm@muc.de>
7777         Remove faulty optimisation from indentation calculation.
7778         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7779         search limit based on 2000 characters back from indent-point.
7781 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
7783         * eshell/em-term.el (cl-lib): Require `cl-lib'.
7785 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7787         * emacs-lisp/lisp.el: Use lexical-binding.
7788         (lisp--local-variables-1, lisp--local-variables): New functions.
7789         (lisp--local-variables-completion-table): New var.
7790         (lisp-completion-at-point): Use it complete let-bound vars.
7792         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7793         eagerly (bug#14422).
7795 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
7797         * autorevert.el (auto-revert-notify-enabled)
7798         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7799         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7800         (auto-revert-notify-handler): Handle also gfilenotify.
7802         * subr.el (file-notify-handle-event): New defun.  Replacing ...
7803         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7804         Remove.
7806 2013-06-03  Juri Linkov  <juri@jurta.org>
7808         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7809         `M-s h .'.  (Bug#14427)
7811         * hi-lock.el (highlight-symbol-at-point): New alias for the new
7812         command `hi-lock-face-symbol-at-point'.
7813         (hi-lock-face-symbol-at-point): New command.
7814         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7815         (hi-lock-menu): Add `highlight-symbol-at-point'.
7816         (hi-lock-mode): Doc fix.
7818         * isearch.el (isearch-forward-symbol-at-point): New command.
7819         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7820         (isearch-highlight-regexp): Add a regexp which matches
7821         words/symbols for word/symbol mode.
7823         * subr.el (find-tag-default-bounds): New function with the body
7824         mostly moved from `find-tag-default'.
7825         (find-tag-default): Move most code to `find-tag-default-bounds',
7826         call it and apply `buffer-substring-no-properties' afterwards.
7828 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
7830         * eshell/em-term.el (eshell-term-initialize):
7831         Use `cl-intersection' rather than `intersection'.
7833 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
7835         * vc/log-view.el: Doc fix.
7836         (log-view-mode-map): Copy keymap from `special-mode-map'.
7838 2013-06-02  Eric Ludlam  <zappo@gnu.org>
7840         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7841         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7842         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7843         (eieio-unbound, eieio-default-superclass)
7844         (eieio--define-field-accessors, method-static, method-before)
7845         (method-primary, method-after, method-num-lists)
7846         (method-generic-before, method-generic-primary)
7847         (method-generic-after, method-num-slots)
7848         (eieio-specialized-key-to-generic-key)
7849         (eieio--check-type, class-v, class-p)
7850         (eieio-class-name, define-obsolete-function-alias)
7851         (eieio-class-parents-fast, eieio-class-children-fast)
7852         (same-class-fast-p, class-constructor, generic-p)
7853         (generic-primary-only-p, generic-primary-only-one-p)
7854         (class-option-assoc, class-option, eieio-object-p)
7855         (class-abstract-p, class-method-invocation-order)
7856         (eieio-defclass-autoload-map, eieio-defclass-autoload)
7857         (eieio-class-un-autoload, eieio-defclass)
7858         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7859         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7860         (eieio--defgeneric-init-form, eieio-defgeneric-form)
7861         (eieio-defgeneric-reset-generic-form)
7862         (eieio-defgeneric-form-primary-only)
7863         (eieio-defgeneric-reset-generic-form-primary-only)
7864         (eieio-defgeneric-form-primary-only-one)
7865         (eieio-defgeneric-reset-generic-form-primary-only-one)
7866         (eieio-unbind-method-implementations)
7867         (eieio--defmethod, eieio--typep)
7868         (eieio-perform-slot-validation, eieio-validate-slot-value)
7869         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7870         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7871         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7872         (eieio-slot-name-index, eieio-class-slot-name-index)
7873         (eieio-set-defaults, eieio-initarg-to-attribute)
7874         (eieio-attribute-to-initarg, eieio-c3-candidate)
7875         (eieio-c3-merge-lists, eieio-class-precedence-c3)
7876         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7877         (eieio-class-precedence-list, eieio-generic-call-methodname)
7878         (eieio-generic-call-arglst, eieio-generic-call-key)
7879         (eieio-generic-call-next-method-list)
7880         (eieio-pre-method-execution-functions, eieio-generic-call)
7881         (eieio-generic-call-primary-only, eieiomt-method-list)
7882         (eieiomt-optimizing-obarray, eieiomt-install)
7883         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7884         (eieio-generic-form, eieio-defmethod, make-obsolete)
7885         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7886         (defclass): Remove `eval-and-compile' from macro.
7887         (call-next-method, shared-initialize): Instead of using
7888         `scoped-class' variable, use new eieio--scoped-class, and
7889         eieio--with-scoped-class.
7890         (initialize-instance): Rename local variable 'scoped-class' to
7891         'this-class' to remove ambiguitity from old global.
7893         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
7894         eieio.el.
7895         (eieio--scoped-class-stack): New variable.
7896         (eieio--scoped-class): New fcn.
7897         (eieio--with-scoped-class): New scoping macro.
7898         (eieio-defclass): Use pushnew instead of add-to-list.
7899         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7900         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7901         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7902         `scoped-class' variable, use new eieio--scoped-class, and
7903         eieio--with-scoped-class.
7905         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7907 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
7909         * eshell/esh-ext.el (eshell-external-command): Pass args to
7910         `eshell-find-interpreter'.
7911         (eshell-find-interpreter): Add new second parameter ARGS.
7913         * eshell/em-script.el (eshell-script-initialize): Add second arg
7914         to the function added as MATCH to `eshell-interpreter-alist'.
7916         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7917         the function added as MATCH to `eshell-interpreter-alist'.
7919         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7920         (eshell-visual-options): New defcustom.
7921         (eshell-escape-control-x): Adapt docstring.
7922         (eshell-term-initialize): Test `eshell-visual-subcommands' and
7923         `eshell-visual-options' in addition to `eshell-visual-commands'.
7924         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7926 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7928         * progmodes/python.el (python-indent-block-enders): Add break,
7929         continue and raise keywords.
7931 2013-06-01  Glenn Morris  <rgm@gnu.org>
7933         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7935         Plain (f)boundp silences compilation warnings since Emacs 22.1.
7936         * progmodes/cc-cmds.el (delete-forward-p):
7937         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7938         * progmodes/cc-engine.el (buffer-syntactic-context):
7939         * progmodes/cc-fonts.el (face-property-instance):
7940         * progmodes/cc-mode.el (set-keymap-parents):
7941         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7942         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7943         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7944         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7945         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7947         * progmodes/cc-vars.el (other): Emacs has this widget since
7948         at least 21.1, so don't (re)define it.
7950         * eshell/em-cmpl.el (eshell-cmpl-initialize):
7951         Replace the obsolete alias pcomplete-arg-quote-list.
7953 2013-06-01  Leo Liu  <sdl.web@gmail.com>
7955         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7956         punctuation syntax.
7957         (inferior-octave-minimal-columns)
7958         (inferior-octave-last-column-width): New variables.
7959         (inferior-octave-track-window-width-change): New function.
7960         (inferior-octave-mode): Adjust column width so that Octave output,
7961         for example from 'ls', can fit into the window nicely.
7963 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
7965         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7966         Highlight expansions inside regexp literals.
7968 2013-05-31  Glenn Morris  <rgm@gnu.org>
7970         * obsolete/sym-comp.el (symbol-complete):
7971         Replace obsolete completion-annotate-function.
7973         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7975 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
7977         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7978         New function, checks if point is inside a literal that allows
7979         expression expansion.
7980         (ruby-syntax-propertize-expansion): Use it.
7981         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7982         around the body.
7984 2013-05-30  Juri Linkov  <juri@jurta.org>
7986         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7987         to "\M-si".
7988         (isearch-invisible): New variable.
7989         (isearch-forward): Doc fix.
7990         (isearch-mode): Set `isearch-invisible'
7991         to the value of `search-invisible'.
7992         (isearch-toggle-case-fold): Doc fix.
7993         (isearch-toggle-invisible): New command.
7994         (isearch-query-replace): Let-bind `search-invisible'
7995         to the value of `isearch-invisible'.
7996         (isearch-search): Use `isearch-invisible' instead of
7997         `search-invisible'.  Let-bind `search-invisible'
7998         to the value of `isearch-invisible'.  (Bug#11378)
8000 2013-05-30  Juri Linkov  <juri@jurta.org>
8002         * replace.el (perform-replace): Avoid `isearch-range-invisible'
8003         call when `query-flag' is nil and `search-invisible' is non-nil.
8004         (Bug#11746)
8006 2013-05-30  Glenn Morris  <rgm@gnu.org>
8008         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
8010         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
8011         (cc-require): Suppress spurious "noruntime" warnings.
8012         (cc-require-when-compile): Use fboundp, for sake of compiler.
8014         * progmodes/cc-mode.el: Move load of cc-vars before that of
8015         cc-langs (which in turn loads cc-vars), to quieten compiler.
8017 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8019         * paren.el: Simplify the code.
8020         (show-paren-mode): Always start the timer.
8021         (show-paren--idle-timer): Rename from show-paren-idle-timer.
8022         (show-paren--overlay, show-paren--overlay-1): Rename from
8023         show-paren-overlay and show-paren-overlay-1, and initialize to an
8024         overlay rather than to nil.
8025         (show-paren-function): Misc cleanup and simplifications.
8027 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * paren.el (show-paren-data-function): New hook.
8030         (show-paren--default): New function, extracted from show-paren-function.
8031         (show-paren-function): Use show-paren-data-function.
8033 2013-05-30  Glenn Morris  <rgm@gnu.org>
8035         * ielm.el (ielm-map, ielm-complete-symbol):
8036         Use completion-at-point rather than obsolete functions.
8037         (inferior-emacs-lisp-mode): Doc fix.
8038         Set completion-at-point-functions, rather than
8039         comint-dynamic-complete-functions.
8041         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
8042         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
8043         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
8045         * image.el (image-animated-p): Tweak definition.
8047         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
8048         (rlogin-process-connection-type): Tweak default.  Add set-after.
8049         (rlogin-host): Doc fix.
8050         (rlogin): Tweak prompt.
8051         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
8053         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
8054         * progmodes/tcl.el (inferior-tcl-mode-map):
8055         Use completion-at-point rather than obsolete alias.
8057         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
8059         * minibuffer.el (read-file-name-completion-ignore-case):
8060         Move before completion--in-region, for eager macro expansion.
8062 2013-05-29  Juri Linkov  <juri@jurta.org>
8064         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
8065         for total count of matching lines.  Add `global-matches' for total
8066         count of matches.  Rename `matches' to `lines' for count of
8067         matching lines.  Add `matches' for count of matches.
8068         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
8069         to `prev-line' for line number of prev match endpt.
8070         Increment `matches' for every match.  Print the number of
8071         matching lines in the header.
8072         (occur-context-lines): Rename `lines' to `curr-line'.
8073         Rename `prev-lines' to `prev-line'.  (Bug#14017)
8075 2013-05-29  Juri Linkov  <juri@jurta.org>
8077         * replace.el (perform-replace): Add `skip-read-only-count',
8078         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
8079         Increment them for corresponding conditions and report the number
8080         of skipped occurrences in the final message.  (Bug#11746)
8081         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8082         (replace-string, replace-regexp): Doc fix.
8084 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8086         * emacs-lisp/trace.el (trace--read-args): Provide a default.
8088         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
8089         prog-mode-map (bug#14504).
8091 2013-05-29  Leo Liu  <sdl.web@gmail.com>
8093         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
8094         (octave-help): Small simplification.
8096         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
8097         off the highlight first.
8099 2013-05-29  Glenn Morris  <rgm@gnu.org>
8101         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
8102         Handle idlwave-last-system-routine-info-cons-cell being nil.
8104         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8105         (idlwave-write-paths): Simplify via with-temp-buffer.
8107         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
8108         * emulation/cua-rect.el: Also load cua-base at run time.
8110         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
8111         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
8112         (cperl-imenu-on-info): Require imenu.
8114 2013-05-28  Alan Mackenzie  <acm@muc.de>
8116         Handle "capitalised keywords" correctly.
8117         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
8119 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
8121         * eshell/em-unix.el: Add -r option to cp.
8123 2013-05-28  Glenn Morris  <rgm@gnu.org>
8125         * vc/vc-arch.el (vc-exec-after): Declare.
8126         (vc-switches): Autoload.
8127         * vc/vc-bzr.el: No need to require vc when compiling.
8128         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
8129         (vc-resynch-buffer, vc-dir-refresh): Declare.
8130         (vc-setup-buffer, vc-switches): Autoload.
8131         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
8132         (vc-resynch-buffer): Declare.
8133         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
8134         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
8135         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
8136         (grep-read-regexp, grep-read-files, grep-expand-template)
8137         (vc-dir-refresh): Declare.
8138         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
8139         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
8140         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
8141         * vc/vc-mtn.el (vc-exec-after): Declare.
8142         (vc-switches): Autoload.
8143         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
8144         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
8145         (vc-file-tree-walk): Declare.
8146         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
8147         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
8148         (vc-tag-precondition, vc-rename-master): Autoload.
8149         * vc/vc-svn.el (vc-exec-after): Declare.
8150         (vc-switches, vc-setup-buffer): Autoload.
8151         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
8152         Autoload.
8153         (vc-resynch-buffer): Declare.
8155         * obsolete/fast-lock.el (byte-compile-warnings):
8156         Don't warn about obsolete features in this obsolete file.
8158         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
8159         Move definition before use.
8161         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
8162         (dun-unix-verbs): Remove dun-zippy.
8163         (dun-zippy): Remove function.
8165         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8167 2013-05-27  Juri Linkov  <juri@jurta.org>
8169         * replace.el (replace-search): New function with code moved out
8170         from `perform-replace'.
8171         (replace-highlight, replace-dehighlight): Move function definitions
8172         up closer to `replace-search'.  (Bug#11746)
8174 2013-05-27  Juri Linkov  <juri@jurta.org>
8176         * replace.el (perform-replace): Ignore invisible matches.
8177         In addition to checking `query-replace-skip-read-only', also
8178         filter out matches by calling `run-hook-with-args-until-failure'
8179         on `isearch-filter-predicates', and also check `search-invisible'
8180         for t or call `isearch-range-invisible'.
8181         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
8183 2013-05-27  Juri Linkov  <juri@jurta.org>
8185         * isearch.el (isearch-filter-predicates): Rename from
8186         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
8187         (isearch-message-prefix): Display text from the property
8188         `isearch-message-prefix' of the currently active filters.
8189         (isearch-search): Don't compare `isearch-filter-predicate' with
8190         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
8191         on `isearch-filter-predicates'.  Also check `search-invisible' for t
8192         or call `isearch-range-invisible'.
8193         (isearch-filter-visible): Make obsolete.
8194         (isearch-lazy-highlight-search):
8195         Call `run-hook-with-args-until-failure' on
8196         `isearch-filter-predicates' and use `isearch-range-invisible'.
8198         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
8199         `isearch-filter-predicates' instead of `funcall'ing
8200         `isearch-filter-predicate'.
8201         (Info-mode): Set `Info-isearch-filter' to
8202         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
8204         * dired-aux.el (dired-isearch-filter-predicate-orig):
8205         Remove variable.
8206         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
8207         (dired-isearch-filenames-end): Add and remove
8208         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
8209         instead of changing the value of `isearch-filter-predicate'.
8210         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
8211         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
8212         Put property `isearch-message-prefix' to "filename " on
8213         `dired-isearch-filter-filenames'.
8215         * wdired.el (wdired-change-to-wdired-mode):
8216         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
8217         locally instead of changing `isearch-filter-predicate'.
8218         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
8220 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
8222         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
8223         return the commit hash (Bug#14459).  Also set the
8224         `vc-git-detached' property.
8225         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
8226         (vc-git-mode-line-string): Use the same help-echo format whether
8227         in detached mode or not, because we know the actual revision now.
8228         When in detached mode, shorten the revision to 7 chars.
8230 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8232         * emacs-lisp/easy-mmode.el (define-minor-mode):
8233         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
8234         mode hook and provide a docstring.
8236 2013-05-27  Alan Mackenzie  <acm@muc.de>
8238         Remove spurious syntax-table text properties inserted by C-y.
8239         * progmodes/cc-mode.el (c-after-change): Also clear hard
8240         syntax-table property with value nil.
8242 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
8244         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
8245         when reading the events; the buffer layout shall not be changed.
8247 2013-05-27  Leo Liu  <sdl.web@gmail.com>
8249         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
8250         New variable.
8251         (inferior-octave-directory-tracker): Automatically re-sync
8252         default-directory.
8253         (octave-help): Improve handling of 'See also'.
8255 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * doc-view.el: Minor naming convention tweaks.
8258         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
8260         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
8261         even if there's no `display' property yet (bug#14435).
8263 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
8265         * subr.el (unmsys--file-name): Rename from reveal-filename.
8267         * Makefile.in (custom-deps, finder-data, autoloads)
8268         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8269         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8270         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
8272 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8274         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
8275         error-completion on the first 2 args of condition-case (bug#14446).
8276         Don't burp at EOB.
8278 2013-05-25  Leo Liu  <sdl.web@gmail.com>
8280         * comint.el (comint-previous-matching-input): Do not flood the
8281         *Messages* buffer with trivial messages.
8283 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8285         * progmodes/flymake.el (flymake-nop): Don't return a string.
8286         (flymake-set-at): Fix typo.
8288         * simple.el (read--expression): New function, extracted from
8289         eval-expression.  Set completion-at-point-functions (bug#14465).
8290         (eval-expression, eval-minibuffer): Use it.
8292 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
8294         * progmodes/flymake.el (flymake-save-buffer-in-file)
8295         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
8296         (flymake-selected-frame, flymake-log, flymake-ins-after)
8297         (flymake-set-at, flymake-get-buildfile-from-cache)
8298         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8299         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
8300         Refine the doc string.
8301         (flymake-get-file-name-mode-and-masks): Reformat.
8302         (flymake-get-real-file-name-function): Fix a minor bug.
8304 2013-05-24  Juri Linkov  <juri@jurta.org>
8306         * progmodes/grep.el (grep-mode-font-lock-keywords):
8307         Support =linenumber= format used by git-grep for lines with
8308         function names.  (Bug#13549)
8310 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8312         * progmodes/octave.el (octave-smie-rules): Return nil rather than
8313         0 after a semi-colon; it works better for smie-auto-fill.
8314         (octave--indent-new-comment-line): New function.
8315         (octave-indent-new-comment-line): Use it (indirectly).
8316         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
8317         modify comment-line-break-function.
8319         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8320         (smie-setup): Use add-function to set it.
8322 2013-05-24  Sam Steingold  <sds@gnu.org>
8324         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8325         argument (before the `interactive' argument).
8327 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8329         * image-mode.el (image-mode-winprops): Add winprops to
8330         image-mode-winprops-alist before running
8331         image-mode-new-window-functions.
8332         * doc-view.el (doc-view-new-window-function): Don't delay
8333         doc-view-goto-page via timers (bug#14435).
8335 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
8337         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
8338         (doc-view-desktop-save-buffer): New function.
8339         (doc-view-restore-desktop-buffer): New function.
8340         (desktop-buffer-mode-handlers):
8341         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
8342         handler.
8343         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8344         `desktop-save-buffer' function.
8346 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
8348         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8349         (tramp-gvfs-file-name-handler): Raise a user error when
8350         `tramp-gvfs-enabled' is nil.
8351         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8352         Do not raise a user error when loading package.  (Bug#14447)
8354         * net/xesam.el: Move to obsolete/.
8356 2013-05-24  Glenn Morris  <rgm@gnu.org>
8358         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8360         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8362         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8363         (Info-find-node, Man-getpage-in-background): Declare.
8365         * mail/unrmail.el (unrmail):
8366         Replace obsolete detect-coding-with-priority.
8368         * net/socks.el (socks-split-string): Use this rather than split-string.
8369         (socks-nslookup-host): Update for above change.
8370         (dynamic-choice, s5-dynamic-choice-match)
8371         (s5-dynamic-choice-match-inline, s5-widget-value-create):
8372         Comment out unused code.
8374         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8375         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8376         (gud-tooltip-echo-area): Make obsolete.
8377         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8379         * progmodes/js.el (js--optimize-arglist): Declare.
8381         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8383         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8384         (ediff-window-C): Declare.
8386         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8387         Tweak requires to silence compiler.
8389         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8390         (he-search-string, he-tried-table, he-expand-list)
8391         (he-init-string, he-string-member, he-substitute-string)
8392         (he-reset-string): Declare.
8394         * obsolete/options.el (list-options): Use custom-variable-p,
8395         rather than obsolete alias.
8397 2013-05-23  Sam Steingold  <sds@gnu.org>
8399         * simple.el (shell-command-on-region): Pass the `replace' argument
8400         down to `call-process-region' to comply with the doc as reported on
8401         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8403 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8405         * emacs-lisp/smie.el (smie-indent-forward-token)
8406         (smie-indent-backward-token): Handle string tokens (bug#14381).
8408 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8410         * ielm.el (ielm-menu): New menu.
8411         (inferior-emacs-lisp-mode): Set comment-start.
8413 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8415         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8416         Fix deactivate action.
8418         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8419         Add cleveref macros.
8421         * lisp/textmodes/reftex-parse.el
8422         (reftex-locate-bibliography-files): Accept options for
8423         bibliography commands.
8424         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8425         Add addbibresource.  Basic Biblatex support.
8427 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
8429         * net/tramp-gvfs.el (top):
8430         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8431         when loading package.  (Bug#14447)
8433 2013-05-23  Glenn Morris  <rgm@gnu.org>
8435         * progmodes/js.el: No need to load comint when compiling.
8436         (ring-insert, comint-send-string, comint-send-input)
8437         (comint-last-input-end, ido-chop): Declare.
8439         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8440         * vc/ediff-mult.el: Adjust requires.
8441         (ediff-directories-internal, ediff-directory-revisions-internal)
8442         (ediff-patch-file-internal): Declare.
8443         * vc/ediff-ptch.el: Adjust requires.
8444         (ediff-use-last-dir, ediff-buffers-internal): Declare.
8445         (ediff-find-file): Autoload.
8446         * vc/ediff-util.el: No need to load ediff when compiling.
8447         (ediff-regions-internal): Declare.
8448         * vc/ediff-wind.el: Adjust requires.
8449         (ediff-compute-toolbar-width): Define when compiling.
8450         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8451         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8452         (dired-get-filename, dired-get-marked-files)
8453         (ediff-last-dir-patch, ediff-patch-default-directory)
8454         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8455         (ediff-patch-buffer-internal): Declare.
8457         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8458         (ispell-process, ispell-buffer-local-words, lm-summary)
8459         (lm-section-start, lm-section-end): Declare.
8460         (checkdoc-ispell-init): Simplify.
8462         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8463         (he-string-member, he-reset-string, he-substitute-string): Declare.
8465         * eshell/em-ls.el: Adjust requires.
8466         (eshell-glob-regexp): Declare.
8467         * eshell/em-tramp.el: Adjust requires.
8468         (eshell-parse-command): Autoload.
8469         * eshell/em-xtra.el: Adjust requires.
8470         (eshell-parse-command): Autoload.
8471         * eshell/esh-ext.el: Adjust requires.
8472         (eshell-parse-command, eshell-close-handles): Autoload.
8473         * eshell/esh-io.el: Adjust requires.
8474         (eshell-output-filter): Autoload.
8475         * eshell/esh-util.el: No need to load tramp when compiling.
8476         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8477         Declare.
8478         (eshell-parse-ange-ls): Require ange-ftp and tramp.
8479         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8480         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8481         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8482         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8483         * eshell/esh-opt.el, eshell/esh-proc.el:
8484         * eshell/esh-var.el: Adjust requires.
8485         * eshell/eshell.el: Do not require esh-util twice.
8486         (eshell-add-input-to-history): Declare.
8487         (eshell-command): Check history module is active before using it.
8489         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8491 2013-05-22  Leo Liu  <sdl.web@gmail.com>
8493         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8495 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
8497         * autorevert.el (auto-revert-notify-add-watch)
8498         (auto-revert-notify-handler): Add `attrib' for the inotify case,
8499         it indicates changes in file modification time.
8501 2013-05-22  Glenn Morris  <rgm@gnu.org>
8503         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8504         Always delete the autoloaded function from the noruntime and
8505         unresolved functions lists.
8507         * allout.el: No need to load epa, epg, overlay when compiling.
8508         (epg-context-set-passphrase-callback, epg-list-keys)
8509         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8510         (epg-key-user-id-list): Declare.
8512         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8513         (viper-set-parsing-style-toggling-macro)
8514         (viper-set-emacs-state-searchstyle-macros):
8515         Use called-interactively-p on Emacs.
8516         (viper-looking-back): Make it an obsolete alias.  Update callers.
8517         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8518         Use looking-back rather than viper-looking-back.
8519         (viper-tmp-insert-at-eob, viper-enlarge-region)
8520         (viper-read-string-with-history, viper-register-to-point)
8521         (viper-append-to-register, viper-change-state-to-vi)
8522         (viper-backward-char-carefully, viper-forward-char-carefully)
8523         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8524         (viper-change-state-to-emacs): Declare.
8525         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8526         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8527         * emulation/viper-mous.el: Do not load viper-cmd.
8528         (viper-backward-char-carefully, viper-forward-char-carefully)
8529         (viper-forward-word, viper-adjust-window): Declare.
8531         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8533         * progmodes/idlw-help.el (idlwave-help-fontify):
8534         Use called-interactively-p.
8536         * term/w32console.el (w32-get-console-codepage)
8537         (w32-get-console-output-codepage): Declare.
8539         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8540         Remove unnecessary declarations.
8541         (dframe-message): Doc fix.
8543         * info.el (dframe-select-attached-frame, dframe-current-frame):
8544         Declare.
8546         * speedbar.el (speedbar-message): Make it an obsolete alias.
8547         Update all callers.
8548         (speedbar-with-attached-buffer)
8549         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8550         (speedbar-with-writable): Use backquote.
8551         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8552         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8553         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8554         rather than speedbar- aliases.
8555         * mail/rmail.el: Load dframe rather than speedbar when compiling.
8556         (speedbar-make-specialized-keymap, speedbar-insert-button)
8557         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8558         (speedbar-do-function-pointer): Declare.
8559         (rmail-speedbar-button, rmail-speedbar-find-file)
8560         (rmail-speedbar-move-message):
8561         Use dframe-with-attached-buffer rather than speedbar- alias.
8562         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8563         (dframe-message, speedbar-make-specialized-keymap)
8564         (speedbar-add-expansion-list, speedbar-mode-functions-list)
8565         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8566         (speedbar-insert-button, dframe-select-attached-frame)
8567         (dframe-maybee-jump-to-attached-frame)
8568         (speedbar-change-initial-expansion-list)
8569         (speedbar-previously-used-expansion-list-name): Declare.
8570         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8571         Use dframe-message, dframe-with-attached-buffer rather than
8572         speedbar- aliases.
8573         (gud-sentinel): Silence compiler.
8574         * progmodes/vhdl-mode.el (speedbar-refresh)
8575         (speedbar-do-function-pointer, speedbar-add-supported-extension)
8576         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8577         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8578         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8579         (speedbar-file-lists, speedbar-make-tag-line)
8580         (speedbar-line-directory, speedbar-goto-this-file)
8581         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8582         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8583         (speedbar-make-button, speedbar-reset-scanners)
8584         (speedbar-files-item-info, speedbar-line-text)
8585         (speedbar-find-file-in-frame, speedbar-set-timer)
8586         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8587         (speedbar-with-writable): Do not (re)define it.
8588         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8589         rather than speedbar- alias.
8591 2013-05-21  Leo Liu  <sdl.web@gmail.com>
8593         * progmodes/octave.el (octave-mode-menu): Update and re-organize
8594         menu items.
8595         (octave-mode): Tweak fill-nobreak-predicate.
8596         (inferior-octave-startup): Check process to avoid infinite loop.
8597         (inferior-octave): Pop to buffer first to show abornmal process
8598         exit information.
8600 2013-05-21  Glenn Morris  <rgm@gnu.org>
8602         * printing.el (pr-menu-bar): Define when compiling.
8604 2013-05-21  Leo Liu  <sdl.web@gmail.com>
8606         * progmodes/octave.el (octave-auto-fill): Remove.
8607         (octave-indent-new-comment-line): Improve.
8608         (octave-mode): Use auto fill mode through
8609         comment-line-break-function and fill-nobreak-predicate.
8610         (octave-goto-function-definition): Support DEFUN_DLD.
8611         (octave-beginning-of-defun): Small tweak.
8612         (octave-help): Show parent directory.
8614 2013-05-21  Glenn Morris  <rgm@gnu.org>
8616         * files.el (dired-unmark):
8617         * progmodes/gud.el (gdb-input): Update declarations.
8619         * calculator.el (electric, ehelp): No need to load when compiling.
8620         (Electric-command-loop, electric-describe-mode): Declare.
8622         * doc-view.el (doc-view-current-converter-processes): Move before use.
8624         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8625         Move MODE-set-explicitly definition before use.
8627         * international/mule-diag.el (mule-diag):
8628         Don't use obsolete window-system-version.
8630         * mail/feedmail.el (smtpmail): No need to load when compiling.
8631         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8633         * mail/mail-utils.el (rfc822): No need to load when compiling.
8634         (rfc822-addresses): Autoload it.
8635         (mail-strip-quoted-names): Trivial simplification.
8637         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8638         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8640         * net/snmp-mode.el (tempo): Don't duplicate requires.
8642         * progmodes/prolog.el (info): No need to load when compiling.
8643         (comint): Require before shell requires it.
8644         (Info-goto-node): Autoload it.
8645         (Info-follow-nearest-node): Declare.
8646         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8648         * textmodes/artist.el (picture-mode-exit): Declare.
8650         * textmodes/reftex-parse.el (reftex-parse-from-file):
8651         Trivial rewrite so the compiler can parse it better.
8653 2013-05-20  Leo Liu  <sdl.web@gmail.com>
8655         * progmodes/octave.el (octave-help-mode-map)
8656         (octave-help-mode-finish-hook): New variables.
8657         (octave-help-mode, octave-help-mode-finish): New functions.
8658         (octave-help): Use octave-help-mode.
8660 2013-05-20  Glenn Morris  <rgm@gnu.org>
8662         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
8664 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
8666         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8667         start at point, so that expansion starting right after opening
8668         slash in a regexp is recognized.
8669         (ruby-syntax-before-regexp-re): New defvar, extracted from
8670         ruby-syntax-propertize-function.  Since the value of this regexp
8671         is looked up at runtime now, we should be able to turn
8672         `ruby-syntax-methods-before-regexp' into a defcustom later.
8673         (ruby-syntax-propertize-function): Split regexp matching into two
8674         parts, for opening and closing slashes.  That allows us to skip
8675         over string interpolations and support multiline regexps.
8676         Don't call `ruby-syntax-propertize-expansions', instead use another rule
8677         for them, which calls `ruby-syntax-propertize-expansion'.
8678         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8679         call to `ruby-syntax-propertize-function'.
8680         (ruby-syntax-propertize-expansion): Extracted from
8681         `ruby-syntax-propertize-expansions'.  Handles one expansion.
8682         (ruby-syntax-propertize-percent-literal): Leave point right after
8683         the percent symbol, so that the expression expansion rule can
8684         propertize the contents.
8685         (ruby-syntax-propertize-heredoc): Leave point at bol following the
8686         heredoc openers.
8687         (ruby-syntax-propertize-expansions): Remove.
8689 2013-05-18  Juri Linkov  <juri@jurta.org>
8691         * man.el (Man-default-man-entry): Remove `-' from the end
8692         of the default value.  (Bug#14400)
8694 2013-05-18  Glenn Morris  <rgm@gnu.org>
8696         * comint.el (comint-password-prompt-regexp):
8697         Allow "password for XXX" where XXX contains colons (eg https://...).
8699 2013-05-18  Leo Liu  <sdl.web@gmail.com>
8701         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8702         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
8703         (octave-source-directories): Don't check process.
8704         (octave-source-directories, octave-find-definition): Doc fix.
8706 2013-05-18  Glenn Morris  <rgm@gnu.org>
8708         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8709         Remove backspace/delete bindings.  (Bug#14392)
8711         * cus-dep.el (custom-make-dependencies): Sort the output.
8712         (custom-versions-load-alist): Convert comment to doc.
8714 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8716         * newcomment.el (comment-search-backward): Stricter in finding
8717         comment start.  (Bug#14303)
8719         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8720         (octave-comment-start-skip): Properly anchored.
8722 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8724         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8725         Clean up when turned off.  (Bug#14395)
8726         (smie--highlight-matching-block-overlay): No longer buffer-local.
8727         (smie-highlight-matching-block): Adjust.
8729 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
8731         Doc string fix for "nanoseconds" (Bug#14406).
8732         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8733         Fix doc string typo that had "nanoseconds" instead of "microseconds".
8735 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
8737         * calc/calc-units.el (math-extract-units): Preserve powers
8738         of units.
8740 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8742         * subr.el (delete-consecutive-dups): New function.
8743         * ido.el (ido-set-matches-1): Use it.
8744         * progmodes/octave.el (inferior-octave-completion-table): Use it.
8745         * ido.el (ido-remove-consecutive-dups): Remove.
8747 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8749         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8750         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8751         regexp-opt's `words'.
8753 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8755         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8756         (smie--highlight-matching-block-overlay)
8757         (smie--highlight-matching-block-lastpos)
8758         (smie--highlight-matching-block-timer): New variables.
8759         (smie-highlight-matching-block): New function.
8760         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
8761         (smie-setup): Conditionally enable smie-blink-matching-open.
8763 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
8765         Sync with upstream verilog-mode r840.
8766         * progmodes/verilog-mode.el (verilog-mode-version)
8767         (verilog-mode-release-date): Update.
8768         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8769         (verilog-sig-tieoff): Fix string error on
8770         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
8771         (verilog-read-decls): Fix parameters confusing
8772         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
8774 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
8776         * subr.el (reveal-filename): New function.
8778         * loadup.el: Compute Emacs executable versions on MS-Windows,
8779         where executables have the .exe extension.  Add a hard link
8780         emacs-XX.YY.ZZ.exe on MS-Windows.
8782         * Makefile.in (XARGS_LIMIT): New variable.
8783         (custom-deps, finder-data, autoloads)
8784         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8785         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8786         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8787         (compile-main): Limit xargs according to $(XARGS_LIMIT).
8789 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8791         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8792         (octave-mode-menu, octave-mode-map): Remove its uses.
8794 2013-05-16  Reto Zimmermann  <reto@gnu.org>
8796         Sync with upstream vhdl mode v3.34.2.
8797         * progmodes/vhdl-mode.el: Use `push' throughout.
8798         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8799         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8800         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
8801         (vhdl-actual-generic-name): New option to derive actual generic name.
8802         (vhdl-port-paste-signals): Replace formal by actual generics.
8803         (vhdl-beautify): New name for old group vhdl-align.  Update users.
8804         (vhdl-beautify-options): New option.
8805         (vhdl-last-input-event): New compat alias.  Use throughout.
8806         (vhdl-goto-line): Replace user level function `goto-line'.
8807         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8808         vhdl-fix-statement-buffer.
8809         (vhdl-create-mode-menu): Add some entries.
8810         (vhdl-align-region-groups): Respect vhdl-beautify-options.
8811         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8812         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8813         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8814         to force statements on one line.
8815         (vhdl-remove-trailing-spaces-region):
8816         New, split from vhdl-remove-trailing-spaces.
8817         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8818         Respect vhdl-beautify-options.
8819         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8820         (vhdl-update-sensitivity-list): Not add with index if exists without.
8821         Not include array index with signal.  Ignore keywords in comments.
8822         (vhdl-get-visible-signals): Regexp tweaks.
8823         (vhdl-template-component-inst): Handle empty library.
8824         (vhdl-template-type): Add template for 'enum' type.
8825         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8826         Use vhdl-replace-string.
8827         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8828         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8829         (vhdl-speedbar-initialize): Update for above name change.
8830         (vhdl-compose-wire-components): Fix in handling of constants.
8831         (vhdl-error-regexp-emacs-alist): New variable.
8832         (vhdl-error-regexp-add-emacs): New function;
8833         adds support for new compile.el (Emacs 22+)
8834         (vhdl-generate-makefile-1): Change target order for single lib. units.
8835         Allow use of absolute file names.
8837 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8839         * simple.el (prog-indent-sexp): Indent enclosing defun.
8841 2013-05-15  Glenn Morris  <rgm@gnu.org>
8843         * cus-start.el (show-trailing-whitespace): Move to editing basics.
8844         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8845         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8846         (whitespace-highlight): Move to whitespace group.
8848         * comint.el (comint-source):
8849         * pcmpl-linux.el (pcmpl-linux):
8850         * shell.el (shell-faces):
8851         * eshell/esh-opt.el (eshell-opt):
8852         * international/ccl.el (ccl): Remove empty custom groups.
8854         * completion.el (dynamic-completion-mode):
8855         * jit-lock.el (jit-lock-debug-mode):
8856         * minibuffer.el (completion-in-region-mode):
8857         * type-break.el (type-break-mode-line-message-mode)
8858         (type-break-query-mode):
8859         * emulation/tpu-edt.el (tpu-edt-mode):
8860         * progmodes/subword.el (global-subword-mode, global-superword-mode):
8861         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8862         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8864         * term/xterm.el (xterm): Change parent group to terminals.
8866         * master.el (master): Remove empty custom group.
8867         (master-mode): Remove unused :group argument.
8868         * textmodes/refill.el (refill): Remove empty custom group.
8869         (refill-mode): Remove unused :group argument.
8871         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8873         * cus-dep.el: Provide a feature.
8874         (custom-make-dependencies): Ignore dotfiles (dir-locals).
8875         Don't mistakenly ignore files whose basenames match a basename
8876         from preloaded-file-list (eg cedet/ede/simple.el).
8877         Add a fallback method for getting :group.
8879 2013-05-15  Juri Linkov  <juri@jurta.org>
8881         * isearch.el (isearch-char-by-name): Rename from
8882         `isearch-insert-char-by-name'.  Doc fix.
8883         (isearch-forward): Mention `isearch-char-by-name' in
8884         the docstring.  (Bug#13348)
8886         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8887         `exit-minibuffer' instead of
8888         `isearch-nonincremental-exit-minibuffer'.
8889         (isearch-edit-string): Remove mention of
8890         `isearch-nonincremental-exit-minibuffer' from docstring.
8891         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8892         (isearch-forward-exit-minibuffer)
8893         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
8895 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8897         * loadup.el: Just use unversioned DOC.
8899         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8900         literals as extending to EOB.
8901         (nxml-last-fontify-end): Remove unused variable.
8902         (nxml-after-change1): Use with-silent-modifications.
8903         (nxml-extend-after-change-region): Simplify.
8904         (nxml-extend-after-change-region1): Remove function.
8905         (nxml-after-change1): Don't adjust for dependent regions.
8906         (nxml-fontify-matcher): Simplify.
8907         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8908         (xmltok-add-dependent): Remove function.
8909         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8910         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8911         (xmltok-scan-prolog-after-processing-instruction-open): Treat
8912         unclosed <[[, <?, comment, and other literals as extending to EOB.
8913         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8914         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8915         Remove functions.
8916         (rng-do-some-validation-1): Don't mark dependent regions.
8917         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8918         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8919         (nxml-clear-dependent-regions): Remove functions.
8920         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8921         (nxml-ensure-scan-up-to-date):
8922         Don't clear&mark dependent regions.
8924 2013-05-15  Leo Liu  <sdl.web@gmail.com>
8926         * progmodes/octave.el (octave-goto-function-definition):
8927         Improve and fix callers.
8929 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8931         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8932         the setter (bug#14387).
8934         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8935         surrounding group (bug#14402).
8937 2013-05-14  Juri Linkov  <juri@jurta.org>
8939         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8940         (Bug#14390)
8942 2013-05-14  Glenn Morris  <rgm@gnu.org>
8944         * progmodes/f90.el (f90-imenu-generic-expression):
8945         Fix typo in 2013-05-08 change.  (Bug#14402)
8947 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8949         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8950         Remove signals for which replies are never received.
8952 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8954         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8955         (gdb-handler-alist, gdb-handler-number): Remove variables.
8956         (gdb-handler-list): New variable.
8957         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8958         (gdb-pending-handler-p, gdb-handle-reply)
8959         (gdb-remove-all-pending-triggers): New functions.
8960         (gdb-discard-unordered-replies): New defcustom.
8961         (gdb-handler): New defstruct.
8962         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
8963         instead of gdb-pending-triggers.  Update docstring.
8964         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
8965         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8966         (gdb-var-update-handler, def-gdb-auto-update-trigger)
8967         (def-gdb-auto-update-handler, gdb-get-changed-registers)
8968         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8969         (gdb-frame-handler): Pending triggers are now automatically managed.
8970         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8971         Remove argument.
8972         (gdb-input): Automatically handles pending triggers.  Update docstring.
8973         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8974         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8975         Update comments.
8976         (gdb-done-or-error): Now use gdb-handle-reply.
8978 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8980         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8981         gdb-debug-log.
8983 2013-05-14  Glenn Morris  <rgm@gnu.org>
8985         * subr.el (user-emacs-directory-warning): New option.
8986         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
8988 2013-05-14  Leo Liu  <sdl.web@gmail.com>
8990         * progmodes/octave.el (octave-font-lock-keywords): Fix error
8991         during redisplay.
8992         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8993         (octave-font-lock-texinfo-comment): Fix invalid search bound
8994         error: wrong side of point.
8996 2013-05-14  Glenn Morris  <rgm@gnu.org>
8998         * progmodes/flymake.el (flymake-xml-program): New option.
8999         (flymake-xml-init): Use it.
9001         * term/xterm.el: Provide a feature.
9003         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
9005 2013-05-13  Glenn Morris  <rgm@gnu.org>
9007         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
9008         Add compat aliases as a hack workaround.  (Bug#14384)
9010 2013-05-13  Leo Liu  <sdl.web@gmail.com>
9012         * progmodes/octave.el (octave-indent-comment): Fix indentation for
9013         ###, and %!.
9014         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
9015         C-M-q.
9016         (octave-comment-start-skip): Include %!.
9017         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
9019 2013-05-12  Leo Liu  <sdl.web@gmail.com>
9021         * progmodes/octave.el (inferior-octave-startup): Store the value
9022         of __octave_srcdir__ for octave-source-directories.
9023         (inferior-octave-check-process): New function refactored out of
9024         inferior-octave-send-list-and-digest.
9025         (octave-source-directories)
9026         (octave-find-definition-filename-function): New variables.
9027         (octave-source-directories)
9028         (octave-find-definition-default-filename): New functions.
9029         (octave-find-definition): Improve to find functions implemented in C++.
9031 2013-05-12  Glenn Morris  <rgm@gnu.org>
9033         * calendar/diary-lib.el (diary-outlook-format-1):
9034         Don't include dayname in the output.  (Bug#14349)
9036 2013-05-11  Glenn Morris  <rgm@gnu.org>
9038         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
9040         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
9041         Treat cc-provide like provide.
9043 2013-05-11  Kevin Ryde  <user42@zip.com.au>
9045         * cus-dep.el (custom-make-dependencies):
9046         Use generated-autoload-load-name for the sake of files such
9047         such cedet/semantic/bovine/c.el, where the base file name
9048         is not in load-path.  (Bug#5277)
9050 2013-05-11  Glenn Morris  <rgm@gnu.org>
9052         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
9053         Provide features.
9055 2013-05-11  Leo Liu  <sdl.web@gmail.com>
9057         * progmodes/octave.el (octave-indent-comment): Improve.
9058         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
9059         (octave-eldoc-function-signatures, octave-eldoc-function):
9060         New functions.
9061         (octave-mode, inferior-octave-mode): Add eldoc support.
9063 2013-05-11  Richard Stallman  <rms@gnu.org>
9065         * epa.el (epa-decrypt-file): Take output file name as argument
9066         and read it using `interactive'.
9068 2013-05-11  Leo Liu  <sdl.web@gmail.com>
9070         * progmodes/octave.el (octave-beginning-of-line)
9071         (octave-end-of-line): Check before using up-list because it jumps
9072         out of more syntactic contructs since moving to smie.
9073         (octave-indent-comment): New function.
9074         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
9075         (octave-begin-keywords, octave-end-keywords)
9076         (octave-reserved-words, octave-smie-bnf-table)
9077         (octave-smie-rules): Add new keywords from Octave 3.6.4.
9079 2013-05-11  Glenn Morris  <rgm@gnu.org>
9081         * faces.el (internal-face-x-get-resource):
9082         * frame.el (ns-display-monitor-attributes-list):
9083         * calc/calc-aent.el (math-to-radians-2):
9084         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
9085         Fix declarations.
9087         * calc/calc-menu.el: Make it loadable in isolation.
9089         * net/eudcb-bbdb.el: Make it loadable without bbdb.
9090         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
9091         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
9092         (eudc-bbdb-query-internal): Require 'bbdb.
9094         * lpr.el (lpr-headers-switches):
9095         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
9097         * progmodes/sql.el (sql-login-params): Fix and improve :type.
9099         * emulation/edt-mapper.el: In batch mode, error rather than hang.
9101         * term.el (term-set-escape-char): Make it idempotent.
9103 2013-05-10  Leo Liu  <sdl.web@gmail.com>
9105         * progmodes/octave.el (inferior-octave-completion-table):
9106         No longer a function and all uses changed.  Use cache to speed up
9107         completion due to bug#11906.
9108         (octave-beginning-of-defun): Re-write to be more general.
9110 2013-05-10  Glenn Morris  <rgm@gnu.org>
9112         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
9114 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9116         * comint.el (comint-redirect-send-command-to-process): Use :around
9117         rather than :override for comint-redirect-filter.
9118         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
9119         Call it instead of comint-redirect-original-filter-function (which
9120         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
9122 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
9124         * frame.el (display-monitor-attributes-list): Add NS case.
9125         (ns-display-monitor-attributes-list): Declare.
9127 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
9129         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
9131 2013-05-09  Glenn Morris  <rgm@gnu.org>
9133         * international/fontset.el (vertical-centering-font-regexp):
9134         Set standard-value.
9136         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
9138         * bookmark.el (bookmark-search-delay):
9139         * cus-start.el (vertical-centering-font-regexp):
9140         * ps-mule.el (ps-mule-font-info-database-default):
9141         * ps-print.el (ps-default-fg, ps-default-bg):
9142         * type-break.el (type-break-good-break-interval):
9143         * whitespace.el (whitespace-indentation-regexp)
9144         (whitespace-space-after-tab-regexp):
9145         * emacs-lisp/testcover.el (testcover-1value-functions)
9146         (testcover-noreturn-functions, testcover-progn-functions)
9147         (testcover-prog1-functions):
9148         * emulation/viper-init.el (viper-emacs-state-cursor-color):
9149         * eshell/em-glob.el (eshell-glob-translate-alist):
9150         * play/tetris.el (tetris-tty-colors):
9151         * progmodes/cpp.el (cpp-face-default-list):
9152         * progmodes/flymake.el (flymake-allowed-file-name-masks):
9153         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
9154         (idlwave-help-browser-generic-args):
9155         * progmodes/make-mode.el (makefile-special-targets-list):
9156         * progmodes/python.el (python-shell-virtualenv-path):
9157         * progmodes/verilog-mode.el (verilog-active-low-regexp)
9158         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
9159         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
9160         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9161         * textmodes/reftex-vars.el (reftex-format-label-function):
9162         * textmodes/remember.el (remember-diary-file): Fix custom types.
9164         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
9165         Add :version.
9167 2013-05-09  Leo Liu  <sdl.web@gmail.com>
9169         * progmodes/octave.el (inferior-octave-completion-at-point):
9170         Restore file completion.  (Bug#14300)
9171         (inferior-octave-startup): Fix incorrect highlighting for the
9172         first prompt.
9174 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9176         * progmodes/ruby-mode.el: First cut at SMIE support.
9177         (ruby-use-smie): New var.
9178         (ruby-smie-grammar): New constant.
9179         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
9180         (ruby-smie--forward-token, ruby-smie--backward-token)
9181         (ruby-smie-rules): New functions.
9182         (ruby-mode-variables): Setup SMIE if applicable.
9184 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
9186         * simple.el (line-move-visual): Signal beginning/end of buffer
9187         only if vertical-motion moved less than it was requested.  Avoids
9188         silly incorrect error messages when there are display strings with
9189         multiple newlines at EOL.
9191 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9193         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
9194         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
9195         (prolog-char-quote-workaround):
9196         * progmodes/cperl-mode.el (cperl-under-as-char):
9197         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
9198         Mark as obsolete.
9199         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
9200         their declaration.
9201         (vhdl-mode-syntax-table-init): Remove.
9203         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
9204         last change.
9206         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
9207         syntax for "_".
9208         (ld-script-font-lock-keywords):
9209         Change regexps to use things like \_< and \_>.
9211         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
9212         Change all regexps to use things like \_< and \_>.
9214         * progmodes/autoconf.el (autoconf-definition-regexp)
9215         (autoconf-font-lock-keywords, autoconf-current-defun-function):
9216         Handle a _ with symbol syntax.
9217         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
9219         * progmodes/ada-mode.el (ada-mode-abbrev-table):
9220         Consolidate declaration.
9221         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
9222         the declaration.
9223         (ada-create-syntax-table): Remove.
9224         (ada-capitalize-word): Don't mess with the syntax of "_" since it
9225         already has the right syntax nowadays.
9226         (ada-goto-next-word): Don't change the syntax of "_".
9228         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
9229         with-wrapper-hook.
9231 2013-05-08  Sam Steingold  <sds@gnu.org>
9233         * thingatpt.el (thing-at-point): Accept optional second argument
9234         NO-PROPERTIES to strip the text properties from the return value.
9235         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
9236         to `thing-at-point' instead of stripping the properties ourselves.
9237         Also, when `thing-at-point' fails to find a url, prepend "http://"
9238         to the filename at point on the assumption that the user is
9239         pointing at something like gnu.org/gnu.
9241 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
9243         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9244         * faces.el (crm-separator):
9245         Silence byte-compiler.
9247         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
9248         (tool-bar-map): Remove unneeded defvars.
9250 2013-05-08  Leo Liu  <sdl.web@gmail.com>
9252         Re-work a fix for bug#10994 based on Le Wang's patch.
9253         * ido.el (ido-remove-consecutive-dups): New helper.
9254         (ido-completing-read): Use it.
9255         (ido-chop): Revert fix for bug#10994.
9257 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
9259         * cus-edit.el (custom-save-variables):
9260         Pretty-print long values.  (Bug#14187)
9262 2013-05-08  Glenn Morris  <rgm@gnu.org>
9264         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
9265         (m4-mode-syntax-table): Init in the defvar.
9266         (m4-mode-abbrev-table): Let define-derived-mode define it.
9268 2013-05-08  Tom Tromey  <tromey@redhat.com>
9270         * progmodes/m4-mode.el (m4-mode-syntax-table):
9271         Do not treat "_" as word constituent.  (Bug#14167)
9273 2013-05-07  Glenn Morris  <rgm@gnu.org>
9275         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
9276         Remove explicit eshell-isearch-cancel-map.
9278         * progmodes/f90.el (f90-smart-end-names): New option.
9279         (f90-smart-end): Doc fix.
9280         (f90-end-block-optional-name): New constant.
9281         (f90-block-match): Respect f90-smart-end-names.
9283 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9285         * progmodes/octave.el (octave-smie-forward-token): Be more careful
9286         about implicit semi-colons (bug#14218).
9288 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9290         * frame.el (display-monitor-attributes-list)
9291         (frame-monitor-attributes): New functions.
9293 2013-05-06  Leo Liu  <sdl.web@gmail.com>
9295         * progmodes/octave.el (octave-syntax-propertize-function): Change
9296         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
9297         (octave-font-lock-keywords): Use octave-operator-regexp.
9298         (octave-completion-at-point): Rename from
9299         octave-completion-at-point-function.
9300         (inferior-octave-directory-tracker): Robustify.
9301         (octave-text-functions): Remove and fix its uses.  No such things
9302         any more.
9304 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9306         * emacs-lisp/trace.el (trace--display-buffer): New function.
9307         (trace-make-advice): Use it.
9309 2013-05-06  Juri Linkov  <juri@jurta.org>
9311         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
9312         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9313         Doc fix.
9314         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9315         in the help string.  (Bug#12985)
9317 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
9319         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
9321 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9323         * progmodes/perl-mode.el: Add support for here documents.
9324         (perl-syntax-propertize-function): Match here-doc markers.
9325         (perl-syntax-propertize-special-constructs): Find their end.
9326         (perl-imenu-generic-expression): Use [:alnum:].
9328         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9329         (advice--add-function): Refresh the advice if already present
9330         (bug#14317).
9332 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
9334         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
9336 2013-05-06  Glenn Morris  <rgm@gnu.org>
9338         * w32-fns.el (w32-charset-info-alist): Declare.
9340         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9341         of its defcustom properties.
9342         (eshell-cmpl-initialize): No need to load pcomplete.
9344         * generic-x.el: No need to require comint when compiling.
9346         * net/eudc-export.el: Make it loadable without bbdb.
9347         (top-level): Use require rather than load-library.
9348         (eudc-create-bbdb-record, eudc-bbdbify-phone)
9349         (eudc-batch-export-records-to-bbdb)
9350         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9351         Require bbdb.
9353 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9355         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9356         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9357         some tweaks, instead.
9359 2013-05-05  Leo Liu  <sdl.web@gmail.com>
9361         * progmodes/octave.el (octave-font-lock-keywords)
9362         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9363         (inferior-octave-send-list-and-digest): Improve error message.
9364         (octave-mode, inferior-octave-mode): Use setq-local.
9365         (octave-help): Set info-lookup-mode.
9367 2013-05-05  Richard Stallman  <rms@gnu.org>
9369         * vc/compare-w.el (compare-windows-whitespace):
9370         Treat no-break space as whitespace.
9372         * mail/rmailsum.el (rmail-summary-rmail-update):
9373         Detect empty summary and don't change selected message.
9374         (rmail-summary-goto-msg): Likewise.
9376         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9377         Doc fixes, rename args.
9379 2013-05-05  Alan Mackenzie  <acm@muc.de>
9381         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9383 2013-05-05  Juri Linkov  <juri@jurta.org>
9385         * info.el (Info-read-subfile): Use (point-min) instead of (point)
9386         to not add the length of the summary segment to the return value.
9387         (Bug#14125)
9389 2013-05-05  Leo Liu  <sdl.web@gmail.com>
9391         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9392         (inferior-octave-output-filter): Remove.
9393         (octave-send-region, inferior-octave-startup): Fix callers.
9394         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9395         (octave-binary-file-extensions): New user variable.
9396         (octave-find-definition): Confirm if opening binary files.
9397         (octave-help-file): Use octave-find-definition to get the binary
9398         confirmation.
9399         (octave-help): Adjust for octave-help-file change.
9401 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9404         Merge the two entries that handle function definitions.
9405         (pascal--syntax-propertize): New const.
9406         (pascal-mode): Use it.  Use setq-local.
9408 2013-05-04  Glenn Morris  <rgm@gnu.org>
9410         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9411         (diary-from-outlook): Respect diary-from-outlook-function.
9413 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9415         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9416         Move the declaration from C.
9417         (read-minibuffer, eval-minibuffer): Move from C.
9418         (completion-setup-function): Avoid minibuffer-completion-contents.
9420 2013-05-03  Leo Liu  <sdl.web@gmail.com>
9422         * progmodes/octave.el (octave-font-lock-keywords): Do not
9423         dehighlight 'end' in comments or strings.
9424         (octave-completing-read, octave-goto-function-definition):
9425         New helpers.
9426         (octave-help-buffer): New user variable.
9427         (octave-help-file, octave-help-function): New button types.
9428         (octave-help): New command and bind it to C-h ;.
9429         (octave-find-definition): New command and bind it to M-.
9430         (user-error): Alias to error if not defined.
9432 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9434         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9435         for \.  (bug#14332)
9436         (octave-font-lock-keywords): Include [ and {.
9438 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9440         * progmodes/octave.el (inferior-octave-startup-file): Change default.
9441         (inferior-octave): Remove calling comint-mode and return the buffer.
9442         (inferior-octave-startup): Cosmetic changes.
9444 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9446         * progmodes/octave.el (octave-syntax-propertize-function):
9447         Include the case when ' is at line beginning.  (Bug#14336)
9449 2013-05-02  Glenn Morris  <rgm@gnu.org>
9451         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9452         * desktop.el (vc-dir-mode): Just autoload it here.
9454 2013-05-02  Alan Mackenzie  <acm@muc.de>
9456         Eliminate variable c-standard-font-lock-fontify-region-function.
9457         * progmodes/cc-mode.el
9458         (c-standard-font-lock-fontify-region-function): Remove.
9459         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9461 2013-05-01  Leo Liu  <sdl.web@gmail.com>
9463         * progmodes/octave.el: Compatible with older emacs-24 releases.
9464         (inferior-octave-has-built-in-variables): Remove.  Built-in
9465         variables were removed from Octave in 2007.
9466         (inferior-octave-startup): Fix uses.
9467         (comint-line-beginning-position): Remove compatibility code for
9468         emacs 21.
9470 2013-05-01  Juri Linkov  <juri@jurta.org>
9472         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
9474 2013-05-01  Juri Linkov  <juri@jurta.org>
9476         * comint.el (comint-previous-matching-input): Don't print message
9477         "History item: %d" when `isearch-mode' is active.
9478         (comint-history-isearch-message): Print message "History item: %d"
9479         when `comint-input-ring-index' is not empty and this function is
9480         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
9482 2013-05-01  Leo Liu  <sdl.web@gmail.com>
9484         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9485         definitions.  Use completion-at-point to insert keywords.
9486         (octave-abbrev-start): Remove.
9487         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9489 2013-04-30  Leo Liu  <sdl.web@gmail.com>
9491         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9492         change.
9494 2013-04-30  Alan Mackenzie  <acm@muc.de>
9496         Handle arbitrarily long C++ member initialisation lists.
9497         * progmodes/cc-engine.el (c-back-over-member-initializers):
9498         new function.
9499         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9500         (most) member init lists.
9502 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9504         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9505         variable.
9507 2013-04-30  Leo Liu  <sdl.web@gmail.com>
9509         * progmodes/octave.el (octave-variables): Remove.  No builtin
9510         variables any more.  All converted to functions.
9511         (octave-font-lock-keywords, octave-completion-at-point-function):
9512         Fix uses.
9513         (octave-font-lock-texinfo-comment): New user variable.
9514         (octave-texinfo-font-lock-keywords): New variable for texinfo
9515         comment block.
9516         (octave-function-comment-block): New face.
9517         (octave-font-lock-texinfo-comment): New function.
9518         (octave-mode): Font lock texinfo comment block.
9520 2013-04-29  Leo Liu  <sdl.web@gmail.com>
9522         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9523         indexing expression.
9524         (octave-continuation-string): Do not use \.
9525         (inferior-octave-complete-impossible): Remove.
9526         (inferior-octave-completion-table)
9527         (inferior-octave-completion-at-point): Remove its uses.
9528         (inferior-octave-startup): completion_matches was introduced to
9529         Octave in 1996 so safe to assume it.
9530         (octave-function-file-comment): Improve to follow how Octave does it.
9531         (octave-update-function-file-comment): Tweak.
9533 2013-04-29  Leo Liu  <sdl.web@gmail.com>
9535         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9536         (inferior-octave-startup): Remove inferior-octave-startup-hook.
9537         (octave-function-file-comment): Fix typo.
9538         (octave-sync-function-file-names): Use read-char-choice.
9540 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
9542         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9543         to t for the less important warnings.
9545 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
9547         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
9549 2013-04-27  Glenn Morris  <rgm@gnu.org>
9551         * vc/log-view.el (log-view-current-entry):
9552         Treat "---" separator lines as part of the following rev.  (Bug#14169)
9554 2013-04-27  Juri Linkov  <juri@jurta.org>
9556         * subr.el (read-number): Doc fix about using it by interactive
9557         code letter `n'.  (Bug#14254)
9559 2013-04-27  Juri Linkov  <juri@jurta.org>
9561         * desktop.el (desktop-auto-save-timeout): New option.
9562         (desktop-file-checksum): New variable.
9563         (desktop-save): Add optional arg `auto-save' and don't auto-save
9564         if nothing changed.
9565         (desktop-auto-save-timer): New variable.
9566         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9567         (after-init-hook): Call `desktop-auto-save-set-timer'.
9568         Suggested by Reuben Thomas <rrt@sc3d.org> in
9569         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9571 2013-04-27  Leo Liu  <sdl.web@gmail.com>
9573         * progmodes/octave.el (octave-function-file-p)
9574         (octave-skip-comment-forward, octave-function-file-comment)
9575         (octave-update-function-file-comment): New functions.
9576         (octave-mode-map): Bind C-c ; to
9577         octave-update-function-file-comment.
9578         (octave-mode-menu): Add octave-update-function-file-comment.
9579         (octave-mode, inferior-octave-mode): Fix doc-string.
9580         (octave-insert-defun): Conform to Octave's coding convention.
9581         (Bug#14285)
9583         * files.el (basic-save-buffer): Don't let errors in
9584         before-save-hook prevent saving buffer.
9586 2013-04-20  Roland Winkler  <winkler@gnu.org>
9588         * faces.el (read-face-name): Use completing-read if arg multiple
9589         is nil.
9591 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
9593         * ls-lisp.el (ls-lisp-insert-directory): If no files are
9594         displayed, move point to after the totals line.
9595         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9596         for the details.
9598 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9600         * emacs-lisp/package.el (package-autoload-ensure-default-file):
9601         Add current dir to the load-path.
9602         (package-generate-autoloads): Don't rely on
9603         autoload-ensure-default-file.
9605 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
9607         * textmodes/remember.el (remember-store-in-files): Document that
9608         the file name format is passed to `format-time-string'.
9610 2013-04-26  Leo Liu  <sdl.web@gmail.com>
9612         * progmodes/octave.el (octave-sync-function-file-names): New function.
9613         (octave-mode): Use it in before-save-hook.
9615 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9617         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9618         (bug#14274).
9620         * progmodes/octave.el (octave-smie-forward-token): Properly skip
9621         \n and comment, even if it's not an implicit ; (bug#14218).
9623 2013-04-26  Glenn Morris  <rgm@gnu.org>
9625         * subr.el (read-number): Once more use `read' rather than
9626         `string-to-number', to trap non-numeric input.  (Bug#14254)
9628 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
9630         * emacs-lisp/syntax.el (syntax-propertize-multiline):
9631         Use `syntax-multiline' text property consistently instead of
9632         `font-lock-multiline'.  (Bug#14237)
9634 2013-04-26  Glenn Morris  <rgm@gnu.org>
9636         * emacs-lisp/shadow.el (list-load-path-shadows):
9637         No longer necessary to check for duplicate simple.el, since
9638         2012-07-07 change to init_lread to not include installation lisp
9639         directories in load-path when running uninstalled.  (Bug#14270)
9641 2013-04-26  Leo Liu  <sdl.web@gmail.com>
9643         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9644         (octave-mode, inferior-octave-mode): Use setq-local.
9645         (octave-not-in-string-or-comment-p): Rename to
9646         octave-in-string-or-comment-p.
9647         (octave-in-comment-p, octave-in-string-p)
9648         (octave-in-string-or-comment-p): Replace defsubst with defun.
9650 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9652         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9654 2013-04-25  Bastien Guerry  <bzg@gnu.org>
9656         * textmodes/remember.el (remember-data-directory)
9657         (remember-directory-file-name-format): Fix custom types.
9659 2013-04-25  Leo Liu  <sdl.web@gmail.com>
9661         * progmodes/octave.el (octave-completion-at-point-function):
9662         Make use of inferior octave process.
9663         (octave-initialize-completions): Remove.
9664         (inferior-octave-completion-table): New function.
9665         (inferior-octave-completion-at-point): Use it.
9666         (octave-completion-alist): Remove.
9668 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9670         * progmodes/opascal.el: Use font-lock and syntax-propertize.
9671         (opascal-mode-syntax-table): New var.
9672         (opascal-literal-kind, opascal-is-literal-end)
9673         (opascal-literal-token-at): Rewrite.
9674         (opascal--literal-start-re, opascal-font-lock-keywords)
9675         (opascal--syntax-propertize): New constants.
9676         (opascal-font-lock-defaults): Adjust.
9677         (opascal-mode): Use them.  Set comment-<foo> variables as well.
9678         (delphi-comment-face, opascal-comment-face, delphi-string-face)
9679         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9680         (delphi-other-face, opascal-other-face): Remove face variables.
9681         (opascal-save-state): Remove macro.
9682         (opascal-fontifying-progress-step): Remove constant.
9683         (opascal--ignore-changes): Remove var.
9684         (opascal-set-token-property, opascal-parse-next-literal)
9685         (opascal-is-stable-literal, opascal-complete-literal)
9686         (opascal-is-literal-start, opascal-face-of)
9687         (opascal-parse-region, opascal-parse-region-until-stable)
9688         (opascal-fontify-region, opascal-after-change)
9689         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9690         (opascal-debug-parse-region, opascal-debug-parse-window)
9691         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9692         (opascal-debug-fontify-buffer): Remove.
9693         (opascal-debug-mode-map): Adjust accordingly.
9695 2013-04-25  Leo Liu  <sdl.web@gmail.com>
9697         Merge octave-mod.el and octave-inf.el into octave.el with some
9698         cleanups.
9699         * progmodes/octave.el: New file renamed from octave-mod.el.
9700         * progmodes/octave-inf.el: Merged into octave.el.
9701         * progmodes/octave-mod.el: Renamed to octave.el.
9703 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
9705         * textmodes/reftex-vars.el
9706         (reftex-label-ignored-macros-and-environments): New defcustom.
9708         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9710 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9712         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9713         (smie-indent-keyword): Improve the check to ensure that the next
9714         comment is really on the same line.
9715         (smie-indent-comment): Don't align with a subsequent closer (or eob).
9717         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9718         semi-colons if the line is not otherwise empty (bug#14218).
9720 2013-04-25  Glenn Morris  <rgm@gnu.org>
9722         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9724 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9726         * progmodes/opascal.el (opascal-set-token-property): Rename from
9727         opascal-set-text-properties and only set `token' (bug#14134).
9728         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9729         (opascal-literal-text-properties): Remove.
9730         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9731         Adjust callers.
9733 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
9735         * textmodes/remember.el (remember-handler-functions): Add an
9736         option for a new handler `remember-store-in-files'.
9737         (remember-data-directory, remember-directory-file-name-format):
9738         New options.
9739         (remember-store-in-files): New function to store remember notes
9740         as separate files within a directory.
9742 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
9744         * progmodes/compile.el (compilation-next-error-function):
9745         Pass "formats" to compilation-find-file (bug#11777).
9747 2013-04-24  Glenn Morris  <rgm@gnu.org>
9749         * vc/vc-bzr.el (vc-bzr-print-log):
9750         * vc/vc-hg.el (vc-hg-print-log):
9751         * vc/vc-svn.el (vc-svn-print-log):
9752         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
9754         * vc/vc-bzr.el (vc-bzr-print-log):
9755         * vc/vc-cvs.el (vc-cvs-print-log):
9756         * vc/vc-git.el (vc-git-print-log):
9757         * vc/vc-hg.el (vc-hg-print-log):
9758         * vc/vc-mtn.el (vc-mtn-print-log):
9759         * vc/vc-rcs.el (vc-rcs-print-log):
9760         * vc/vc-sccs.el (vc-sccs-print-log):
9761         * vc/vc-svn.el (vc-svn-print-log):
9762         * vc/vc.el (vc-print-log-internal): Doc fixes.
9764 2013-04-23  Glenn Morris  <rgm@gnu.org>
9766         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9767         Remove venerable code attempting to avoid substitute-command-keys.
9769 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
9771         * textmodes/reftex-vars.el (reftex-label-regexps):
9772         Call `reftex-compile-variables' after changes to this variable.
9774 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9776         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9777         Use lexical-binding.
9778         (jit-lock-force-redisplay): Use markers, check buffer's continued
9779         existence and beware narrowed buffers.
9780         (jit-lock-fontify-now): Adjust call accordingly.
9782 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9784         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9785         to avoid misleading the user.
9787 2013-04-22  Leo Liu  <sdl.web@gmail.com>
9789         * info-look.el: Prefer latex2e.info.  (Bug#14240)
9791 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
9793         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
9795         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9796         * net/tramp.el (tramp-call-process): ... here.
9797         (tramp-set-completion-function, tramp-parse-putty):
9798         * net/tramp-adb.el (tramp-adb-execute-adb-command):
9799         * net/tramp-gvfs.el (tramp-gvfs-send-command):
9800         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9801         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9802         (tramp-call-local-coding-command): Use `tramp-call-process'
9803         instead of `tramp-compat-call-process'.
9805         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9806         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9807         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9808         (tramp-find-inline-compress): Improve traces.
9809         (tramp-maybe-send-script): Check for Perl binary.
9810         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9812 2013-04-22  Daiki Ueno  <ueno@gnu.org>
9814         * epg.el (epg-context-pinentry-mode): New function.
9815         (epg-context-set-pinentry-mode): New function.
9816         (epg--start): Pass --pinentry-mode option to gpg command.
9818 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
9820         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9821         `comint-dynamic-complete' is obsolete since 24.1, replaced by
9822         `completion-at-point'.  (Bug#13774)
9824         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9825         default key binding for `describe-distribution' has been moved to
9826         `C-h C-o'.  (Bug#13970)
9828 2013-04-21  Glenn Morris  <rgm@gnu.org>
9830         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9831         Add doc strings.
9832         (vc-print-log): Clarify interactive prompt.
9834 2013-04-20  Glenn Morris  <rgm@gnu.org>
9836         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9837         No longer include timestamp etc information.
9839 2013-04-20  Roland Winkler  <winkler@gnu.org>
9841         * faces.el (read-face-name): Bug fix, return just one face if arg
9842         multiple is nil.  (Bug#14209)
9844 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9846         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9847         (remove-function): Autoload.
9849         * comint.el (comint-redirect-original-filter-function): Remove.
9850         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9851         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9852         (vc-cvs-annotate-command):
9853         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9854         * progmodes/prolog.el (prolog-consult-compile):
9855         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9856         Use add/remove-function instead.
9857         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9858         (gud-tooltip-process-output, gud-tooltip-tips):
9859         Use add/remove-function instead.
9860         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9861         (scheme-interaction-mode, exit-scheme-interaction-mode):
9862         Use add/remove-function instead.
9864         * vc/vc-dispatcher.el: Use lexical-binding.
9865         (vc--process-sentinel): Rename from vc-process-sentinel.
9866         Change last arg to be the code to run.  Don't use vc-previous-sentinel
9867         and vc-sentinel-commands any more.
9868         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
9869         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9871 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
9873         * progmodes/sh-script.el (sh-imenu-generic-expression):
9874         Handle function names with a single character.   (Bug#14111)
9876 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
9878         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9879         for subroutines defined in an eval (bug#14182).
9881 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9883         * bookmark.el (bookmark-completing-read): Improve handling of empty
9884         string (bug#14176).
9886 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9888         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9890 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9892         New faster Imenu implementation (bug#14058).
9893         * progmodes/python.el:
9894         (python-imenu-prev-index-position):
9895         (python-imenu-format-item-label-function)
9896         (python-imenu-format-parent-item-label-function)
9897         (python-imenu-format-parent-item-jump-label-function):
9898         New vars.
9899         (python-imenu-format-item-label)
9900         (python-imenu-format-parent-item-label)
9901         (python-imenu-format-parent-item-jump-label)
9902         (python-imenu--put-parent, python-imenu--build-tree)
9903         (python-imenu-create-index, python-imenu-create-flat-index)
9904         (python-util-popn): New functions.
9905         (python-mode): Set imenu-create-index-function to
9906         python-imenu-create-index.
9908 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9910         * winner.el (winner-active-region): Use region-active-p, activate-mark
9911         and deactivate-mark (bug#14225).
9913         * simple.el (deactivate-mark): Don't inline it.
9915 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
9917         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9919 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
9921         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9922         file extensions from the archive-mode entry in order to prefer
9923         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9925 2013-04-18  Leo Liu  <sdl.web@gmail.com>
9927         * bindings.el (help-event-list): Add ?\?.
9929 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9931         * subr.el (with-wrapper-hook): Declare obsolete.
9932         * simple.el (filter-buffer-substring-function): New hook.
9933         (filter-buffer-substring): Use it.
9934         (filter-buffer-substring-functions): Mark obsolete.
9935         * minibuffer.el (completion-in-region-function): New hook.
9936         (completion-in-region): Use it.
9937         (completion-in-region-functions): Mark obsolete.
9938         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9939         * abbrev.el (abbrev-expand-function): New hook.
9940         (expand-abbrev): Use it.
9941         (abbrev-expand-functions): Mark obsolete.
9942         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9943         and :filter-return.
9945 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9947         * progmodes/python.el (python-nav--syntactically): Fix cornercases
9948         and do not care about match data.
9950 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9952         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9953         completion tables when completing error conditions and
9954         `declare' arguments.
9955         (lisp-complete-symbol, field-complete): Mark as obsolete.
9956         (check-parens): Unmatched parens are user errors.
9957         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9959 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
9961         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9962         command changed buffer (ie. `flyspell-pre-buffer' is not current
9963         buffer), which prevents making decisions based on invalid value of
9964         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
9965         cause an error when `flyspell-pre-point' was nil after switching
9966         buffers.
9967         (flyspell-post-command-hook): No longer needs to change buffers when
9968         checking pre-word.  While at it remove unnecessary progn.
9970 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
9972         * textmodes/ispell.el (ispell-add-per-file-word-list):
9973         Fix `flyspell-correct-word-before-point' error when accepting
9974         words and `coment-padding' is an integer by using
9975         `comment-normalize-vars' (Bug #14214).
9977 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9979         New defun movement commands.
9980         * progmodes/python.el (python-nav--syntactically)
9981         (python-nav--forward-defun, python-nav-backward-defun)
9982         (python-nav-forward-defun): New functions.
9984 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9986         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9987         (python-syntax-context): Use named compiler-macro for backwards
9988         compatibility with Emacs 24.x.
9990 2013-04-17  Leo Liu  <sdl.web@gmail.com>
9992         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9993         octave-hide-process-buffer.
9995 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9997         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9998         (bug#14216).
10000 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
10002         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
10003         Fix adjustment of offset when receiving incomplete responses from GDB
10004         (bug#14129).
10006 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10008         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
10009         python-mode-abbrev-table.
10010         (python-skeleton-define): Adjust accordingly.
10011         (python-mode-abbrev-table): New table that inherits from it so that
10012         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
10014         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
10015         (abbrev-symbol): Use it.
10016         (abbrev--before-point): Use it since we already handle inheritance.
10018 2013-04-16  Leo Liu  <sdl.web@gmail.com>
10020         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
10021         binding to info-lookup-symbol.
10023 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
10025         * minibuffer.el (completion--twq-all):
10026         * term/ns-win.el (ns-initialize-window-system):
10027         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
10029 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10031         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
10032         global bindings.
10034         * doc-view.el (doc-view-start-process): Handle url-handler directories.
10036 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
10038         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
10039         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
10040         to nil.
10041         (ruby-end-of-defun): Remove the unused arg, change the docstring
10042         to reflect that this function is only used as the value of
10043         `end-of-defun-function'.
10044         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
10045         to reflect an earlier change that beginning/end-of-defun functions
10046         jump between methods in a class definition, as well as top-level
10047         functions.
10049 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10051         * minibuffer.el (minibuffer-complete): Don't just scroll
10052         a *Completions* that's been iconified.
10053         (minibuffer-force-complete): Make sure repetitions do cycle when going
10054         through completion-in-region -> minibuffer-complete.
10056 2013-04-15  Alan Mackenzie  <acm@muc.de>
10058         Correct the placement of c-cpp-delimiters when there're #s not at
10059         col 0.
10061         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
10062         place a submatch around the #.
10063         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
10064         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
10065         on the #, not BOL.
10067 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10069         * emacs-lisp/nadvice.el: Properly test names when adding advice.
10070         (advice--member-p): New arg `name'.
10071         (advice--add-function, advice-member-p): Use it (bug#14202).
10073 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
10075         Reformulate java imenu-generic-expression.
10076         The old expression contained ill formed regexps.
10078         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
10079         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
10080         (cc-imenu-java-method-arg-regexp): New defconsts.
10081         (cc-imenu-java-build-type-args-regex): New defun.
10082         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
10083         handling of spaces in the regexp.
10085 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10087         * textmodes/ispell.el (ispell-command-loop): Remove
10088         flyspell highlight of a word when ispell accepts it (bug #14178).
10090 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
10092         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
10093         uses code from the previous `ange-ftp-run-real-handler'.
10094         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
10095         only in case that function exist.  This is needed for proper
10096         unloading of Tramp.
10098 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
10100         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
10102         * textmodes/reftex.el (reftex-compile-variables): Use it.
10104 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10106         * files.el (normal-mode): Only use default major-mode if no other mode
10107         was specified.
10109         * emacs-lisp/trace.el (trace-values): New function.
10111         * files.el: Allow : in local variables (bug#14089).
10112         (hack-local-variable-regexp): New var.
10113         (hack-local-variables-prop-line, hack-local-variables): Use it.
10115 2013-04-13  Roland Winkler  <winkler@gnu.org>
10117         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
10118         data before it gets modified by bibtex-beginning-of-entry.
10120 2013-04-13  Roland Winkler  <winkler@gnu.org>
10122         * textmodes/bibtex.el (bibtex-url): Doc fix.
10124 2013-04-13  Roland Winkler  <winkler@gnu.org>
10126         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
10127         does not visit a BibTeX file, exclude it from the list of buffers
10128         returned by bibtex-initialize.
10130 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
10132         * window.el (split-window): Remove interactive form, since as a
10133         command this function is a special case of split-window-below.
10134         Correct doc string.
10136 2013-04-12  Roland Winkler  <winkler@gnu.org>
10138         * faces.el (read-face-name): Do not override value of arg default.
10139         Allow single faces and strings as default values.  Remove those
10140         elements from return value that are not faces.
10141         (describe-face): Simplify.
10142         (face-at-point): New optional args thing and multiple so that this
10143         function can provide the same functionality previously provided by
10144         read-face-name.
10145         (make-face-bold, make-face-unbold, make-face-italic)
10146         (make-face-unitalic, make-face-bold-italic, invert-face)
10147         (modify-face, read-face-and-attribute): Use face-at-point.
10149         * cus-edit.el (customize-face, customize-face-other-window)
10150         * cus-theme.el (custom-theme-add-face)
10151         * face-remap.el (buffer-face-set)
10152         * facemenu.el (facemenu-set-face): Use face-at-point.
10154 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
10156         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
10158 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
10160         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
10161         off leading { and trailing } from field values.
10163 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10165         * emacs-lisp/timer.el (timer--check): New function.
10166         (timer--time, timer-set-function, timer-event-handler): Use it.
10167         (timer-set-idle-time): Simplify.
10168         (timer--activate): CSE.
10169         (timer-event-handler): Give more info in error message.
10170         (internal-timer-start-idle): New function, moved from C.
10172         * mpc.el (mpc-proc): Add `restart' argument.
10173         (mpc-proc-cmd): Use it.
10174         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
10175         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
10176         less often.
10178 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
10180         * progmodes/sh-script.el: Implement `sh-mode' own
10181         `add-log-current-defun-function' (bug#14112).
10182         (sh-current-defun-name): New function.
10183         (sh-mode): Use the function.
10185 2013-04-09  Bastien Guerry  <bzg@gnu.org>
10187         * simple.el (choose-completion-string): Fix docstring (bug#14163).
10189 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10191         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
10193         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
10194         timer (bug#14156).
10196 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
10198         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
10199         declaration.
10201 2013-04-07  Leo Liu  <sdl.web@gmail.com>
10203         * pcmpl-x.el: New file.
10205 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
10207         Do not set x-display-name until X connection is established.
10208         This is needed to prevent from weird situation described at
10209         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
10210         * frame.el (make-frame): Set x-display-name after call to
10211         window system initialization function, not before.
10212         * term/x-win.el (x-initialize-window-system): Add optional
10213         display argument and use it.
10214         * term/w32-win.el (w32-initialize-window-system):
10215         * term/ns-win.el (ns-initialize-window-system):
10216         * term/pc-win.el (msdos-initialize-window-system):
10217         Add compatible optional display argument.
10219 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
10221         * files.el (normal-backup-enable-predicate): On MS-Windows and
10222         MS-DOS compare truenames of temporary-file-directory and of the
10223         file, so that 8+3 aliases (usually found in $TEMP on Windows)
10224         don't fail comparison by compare-strings.  Also, compare file
10225         names case-insensitively on MS-Windows and MS-DOS.
10227 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10229         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
10230         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
10232 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
10234         * whitespace.el (whitespace-color-on, whitespace-color-off):
10235         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
10237 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
10239         * ispell.el (ispell-set-spellchecker-params):
10240         Really set `ispell-args' for all equivs.
10242 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10244         * ido.el (ido-completions): Use extra elements of ido-decorations
10245         (bug#14143).
10246         (ido-decorations): Update docstring.
10248 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
10250         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10251         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
10252         nil during initialization, in order not to miss changes since the
10253         file was opened.  (Bug#14140)
10255 2013-04-05  Leo Liu  <sdl.web@gmail.com>
10257         * kmacro.el (kmacro-call-macro): Fix bug#14135.
10259 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
10261         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
10263 2013-04-04  Glenn Morris  <rgm@gnu.org>
10265         * electric.el (electric-pair-inhibit-predicate): Add :version.
10267 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10269         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
10270         when a package is required several times (bug#14082).
10272 2013-04-04  Roland Winkler  <winkler@gnu.org>
10274         * faces.el (read-face-name): Behave as promised by the docstring.
10275         Assume that arg default is a list of faces.
10276         (describe-face): Call read-face-name with list of default faces.
10278 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10280         * bookmark.el: Fix deletion of bookmarks (bug#13972).
10281         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
10282         (bookmark-bmenu-execute-deletions): Only skip first line if it's
10283         the header.
10284         (bookmark-exit-hook-internal): Save even if list is empty.
10286 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
10288         * emacs-lisp/package.el (package-pinned-packages): New var.
10289         (package--add-to-archive-contents): Obey it (bug#14118).
10291 2013-04-03  Alan Mackenzie  <acm@muc.de>
10293         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
10294         Also adapt to the new values of element 7 of a parse state.
10296         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
10297         parameter `not-in-delimiter'.  Handle being inside comment opener.
10298         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
10299         character in case we're typing a '*' after a '/'.
10300         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
10301         instead by passing the parameter to c-state-pp-to-literal.
10303         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
10304         for elt. 7 of a parse state.
10306 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
10308         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10309         * international/latin1-disp.el, international/mule-util.el:
10310         * language/cyril-util.el, language/european.el, language/ind-util.el:
10311         * language/lao-util.el, language/thai.el, language/tibet-util.el:
10312         * language/tibetan.el, language/viet-util.el:
10313         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10315 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10317         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10318         (electric-pair-post-self-insert-function): Use it.
10319         (electric-pair-default-inhibit): New function, extracted from
10320         electric-pair-post-self-insert-function.
10322 2013-03-31  Roland Winkler  <winkler@gnu.org>
10324         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10326 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10328         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10330 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
10332         Un-indent after "pass" and "return" statements (Bug#13888)
10333         * progmodes/python.el (python-indent-block-enders): New var.
10334         (python-indent-calculate-indentation): Use it.
10336 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
10338         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10339         defun.  Defining it as defalias could introduce too eager
10340         byte-compiler optimization.  (Bug#14030)
10342 2013-03-30  Chong Yidong  <cyd@gnu.org>
10344         * iswitchb.el (iswitchb-read-buffer): Fix typo.
10346 2013-03-30  Leo Liu  <sdl.web@gmail.com>
10348         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10349         (kmacro-execute-from-register): Pass the keyboard macro to
10350         kmacro-call-macro or repeating won't work correctly.
10352 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
10354         * progmodes/subword.el: Back to using `forward-symbol'.
10356         * subr.el (forward-whitespace, forward-symbol)
10357         (forward-same-syntax): Move from thingatpt.el.
10359 2013-03-29  Leo Liu  <sdl.web@gmail.com>
10361         * kmacro.el (kmacro-to-register): New command.
10362         (kmacro-execute-from-register): New function.
10363         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
10365 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10367         * mpc.el: Use defvar-local and setq-local.
10368         (mpc--proc-connect): Connection failures are not bugs.
10369         (mpc-mode-map): `follow-link' only applies to the buffer's content.
10370         (mpc-volume-map): Bind to the up-events.
10372 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10374         * progmodes/subword.el (superword-mode): Use `forward-sexp'
10375         instead of `forward-symbol'.
10377 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10379         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10380         (edebug--recursive-edit): Use it.
10381         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10382         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10384 2013-03-28  Leo Liu  <sdl.web@gmail.com>
10386         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
10388 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
10390         * facemenu.el (list-colors-callback): New defvar.
10391         (list-colors-redisplay): New function.
10392         (list-colors-display): Install list-colors-redisplay as the
10393         revert-buffer-function.  (Bug#14063)
10395 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10397         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10398         and suffixes don't overlap (bug#14061).
10400         * case-table.el: Use lexical-binding.
10401         (case-table-get-table): New function.
10402         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
10404 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10406         * progmodes/subword.el: Add `superword-mode' to do word motion
10407         over symbol_words (parallels and leverages `subword-mode' which
10408         does word motion inside MixedCaseWords).
10410 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
10412         * eshell/em-unix.el: Move su and sudo to...
10413         * eshell/em-tramp.el: ...Eshell tramp module.
10415 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10417         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10418         Change return value to be a sexp.  Delay `get-buffer' to after
10419         restoring the desktop (bug#13951).
10421 2013-03-26  Leo Liu  <sdl.web@gmail.com>
10423         * register.el: Move semantic tag handling back to
10424         cedet/semantic/senator.el.  (Bug#14052)
10426 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10428         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10429         into the prompt either (bug#13963).
10431 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10433         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10434         part of "(error-foo)".
10436 2013-03-24  Juri Linkov  <juri@jurta.org>
10438         * replace.el (list-matching-lines-prefix-face): New defcustom.
10439         (occur-1): Pass `list-matching-lines-prefix-face' to the function
10440         `occur-engine' if `face-differs-from-default-p' returns t.
10441         (occur-engine): Add `,' inside backquote construct to evaluate
10442         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
10443         Pass `prefix-face' to the functions `occur-context-lines' and
10444         `occur-engine-add-prefix'.
10445         (occur-engine-add-prefix, occur-context-lines): Add optional arg
10446         `prefix-face' and propertize the prefix with `prefix-face'.
10447         (Bug#14017)
10449 2013-03-24  Leo Liu  <sdl.web@gmail.com>
10451         * nxml/rng-valid.el (rng-validate-while-idle)
10452         (rng-validate-quick-while-idle): Guard against deleted buffer.
10453         (Bug#13999)
10455         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10456         is the last entry in kill-buffer-hook.
10458         * files.el (kill-buffer-hook): Doc fix.
10460 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
10462         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10463         Make it safe-local.
10465         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10467 2013-03-23  Leo Liu  <sdl.web@gmail.com>
10469         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10470         Remove.
10472         * nxml/rng-valid.el (rng-validate-mode)
10473         (rng-after-change-function, rng-do-some-validation):
10474         * nxml/rng-maint.el (rng-validate-buffer):
10475         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10476         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10477         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10478         (nxml-extend-after-change-region): Use with-silent-modifications.
10480         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10481         timer-idle-list.
10483         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10484         (rng-next-error-1, rng-previous-error-1): Do not let-bind
10485         timer-idle-list.  (Bug#13999)
10487 2013-03-23  Juri Linkov  <juri@jurta.org>
10489         * info.el (info-index-match): New face.
10490         (Info-index, Info-apropos-matches): Add a nested subgroup to the
10491         main pattern and add text properties with the new face to matches
10492         in index entries relative to the beginning of the index entry.
10493         (Bug#14015)
10495 2013-03-21  Eric Ludlam  <zappo@gnu.org>
10497         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10498         Inhibit read only while inserting objects.
10500 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10502         * progmodes/cfengine.el: Update docs to mention
10503         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
10504         symbol motion.  Remove "_" from the word syntax.
10506 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
10508         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10509         syntax for both `cfengine2-mode' and `cfengine3-mode'.
10511 2013-03-20  Juri Linkov  <juri@jurta.org>
10513         * info.el (Info-next-reference-or-link)
10514         (Info-prev-reference-or-link): New functions.
10515         (Info-next-reference, Info-prev-reference): Use them.
10516         (Info-try-follow-nearest-node): Handle footnote navigation.
10517         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
10519 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10521         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10522         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10524 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
10526         Suppress unnecessary non-ASCII chatter during build process.
10527         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10528         (batch-skkdic-convert): Suppress most of the chatter.
10529         It's not needed so much now that machines are faster,
10530         and its non-ASCII component was confusing; see Dmitry Gutov in
10531         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10533 2013-03-20  Leo Liu  <sdl.web@gmail.com>
10535         * ido.el (ido-chop): Fix bug#10994.
10537 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
10539         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10540         Remove vars.
10541         (whitespace-color-on, whitespace-color-off):
10542         Use `font-lock-fontify-buffer' (Bug#13817).
10544 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10546         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10547         remapping in mode-line.
10548         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10550 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
10552         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10553         value for `whitespace-line' face (Bug#13875).
10554         (whitespace-font-lock-keywords): Change description.
10555         (whitespace-color-on): Don't save `font-lock-keywords' value, save
10556         the constructed keywords instead.
10557         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10559 2013-03-19  Leo Liu  <sdl.web@gmail.com>
10561         * progmodes/compile.el (compilation-display-error): New command.
10562         (compilation-mode-map, compilation-minor-mode-map): Bind it to
10563         C-o.  (Bug#13992)
10565 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
10567         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10569 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
10571         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10573 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
10575         * net/tramp-compat.el (tramp-compat-user-error): New defun.
10577         * net/tramp-adb.el (tramp-adb-handle-shell-command):
10578         * net/tramp-gvfs.el (top):
10579         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10580         (tramp-handle-shell-command): Use it.
10581         (tramp-dissect-file-name): Raise an error when hostname is a
10582         method name, and neither method nor user is specified.
10584         * net/trampver.el: Update release number.
10586 2013-03-18  Leo Liu  <sdl.web@gmail.com>
10588         Make sure eldoc can be turned off properly.
10589         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10590         eldoc-mode.
10591         (eldoc-display-message-p): Revert last change.
10592         (eldoc-display-message-no-interference-p)
10593         (eldoc-print-current-symbol-info): Tweak.
10595 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
10597         * doc-view.el (doc-view-new-window-function): Check the new window
10598         overlay's display property instead the char property of the
10599         buffer's first char.  Use `with-selected-window' instead of
10600         `save-window-excursion' with `select-window'.
10601         (doc-view-document->bitmap): Check the current doc-view overlay's
10602         display property instead the char property of the buffer's first char.
10604 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
10606         Automate the build of ja-dic.el (Bug#13984).
10607         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10608         from the input, rather than assume that it's been done for us by the
10609         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
10610         the current date into a ja-dic.el comment, as that complicates
10611         regression testing.
10613 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10615         * whitespace.el: Fix double evaluation.
10616         (whitespace-space, whitespace-hspace, whitespace-tab)
10617         (whitespace-newline, whitespace-trailing, whitespace-line)
10618         (whitespace-space-before-tab, whitespace-indentation)
10619         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10620         obsolete defvars.
10621         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10622         (whitespace-color-on): Use a single font-lock-add-keywords call.
10623         Fix double-evaluation of face variables.
10625 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
10627         * net/tramp-adb.el (tramp-adb-parse-device-names):
10628         Use `start-process' instead of `call-process'.  Otherwise, the
10629         function might be blocked under MS Windows.  (Bug#13299)
10631 2013-03-17  Leo Liu  <sdl.web@gmail.com>
10633         Extend eldoc to display info in the mode-line.  (Bug#13978)
10634         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10635         (eldoc-mode-line-string): New variable.
10636         (eldoc-minibuffer-message): New function.
10637         (eldoc-message-function): New variable.
10638         (eldoc-message): Use it.
10639         (eldoc-display-message-p)
10640         (eldoc-display-message-no-interference-p):
10641         Support eldoc-post-insert-mode.
10643         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10644         (eval-expression): Run it.
10646 2013-03-17  Roland Winkler  <winkler@gnu.org>
10648         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10649         strings in the list of return values.
10651 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
10653         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10654         radix before checking for HMS forms.
10656 2013-03-16  Leo Liu  <sdl.web@gmail.com>
10658         * progmodes/scheme.el: Add indentation and font-locking for λ.
10659         (Bug#13975)
10661 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10663         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10664         token before point (bug#13942).
10666 2013-03-16  Leo Liu  <sdl.web@gmail.com>
10668         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
10670 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
10672         * startup.el (command-line-normalize-file-name): Fix handling of
10673         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
10674         <xfq.free@gmail.com> in
10675         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10677 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
10679         Sync with Tramp 2.2.7.
10681         * net/trampver.el: Update release number.
10683 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
10685         * doc-view.el: Fix bug#13887.
10686         (doc-view-insert-image): Don't modify overlay associated to
10687         non-live windows, and implement horizontal centering of image in
10688         case it's smaller than the window.
10689         (doc-view-new-window-function): Force redisplay of new windows on
10690         doc-view buffers.
10692 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
10694         * saveplace.el (save-place-alist-to-file): Don't sort
10695         `save-place-alist', just pretty-print it (bug#13882).
10697 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
10699         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10700         Check whether `default-file-name-coding-system' is bound.
10701         It isn't in XEmacs.
10703 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10705         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10706         backquotes for `obsolete' (bug#13929).
10708         * international/mule.el (find-auto-coding): Include file name in
10709         obsolescence warning (bug#13922).
10711 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10713         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10714         for CFEngine 3-specific indentation.
10715         (cfengine3-indent-line): Use it.  Fix up category regex.
10716         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10718 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10720         * type-break.el (type-break-file-name):
10721         * textmodes/remember.el (remember-data-file):
10722         * strokes.el (strokes-file):
10723         * shadowfile.el (shadow-initialize):
10724         * saveplace.el (save-place-file):
10725         * ps-bdf.el (bdf-cache-file):
10726         * progmodes/idlwave.el (idlwave-config-directory):
10727         * net/quickurl.el (quickurl-url-file):
10728         * international/kkc.el (kkc-init-file-name):
10729         * ido.el (ido-save-directory-list-file):
10730         * emulation/viper.el (viper-custom-file-name):
10731         * emulation/vip.el (vip-startup-file):
10732         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10733         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10735 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
10737         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10738         * language/thai-word.el: Switch to UTF-8.
10740 See ChangeLog.16 for earlier changes.
10742 ;; Local Variables:
10743 ;; coding: utf-8
10744 ;; End:
10746   Copyright (C) 2011-2013 Free Software Foundation, Inc.
10748   This file is part of GNU Emacs.
10750   GNU Emacs is free software: you can redistribute it and/or modify
10751   it under the terms of the GNU General Public License as published by
10752   the Free Software Foundation, either version 3 of the License, or
10753   (at your option) any later version.
10755   GNU Emacs is distributed in the hope that it will be useful,
10756   but WITHOUT ANY WARRANTY; without even the implied warranty of
10757   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10758   GNU General Public License for more details.
10760   You should have received a copy of the GNU General Public License
10761   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.