* lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^.
[emacs.git] / lisp / ChangeLog
bloba8c3f273a4bbeaf9a1156313e00654391b0fd78e
1 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
3         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
7         * net/eww.el (eww-current-source): New variable to store page
8         source.
9         (eww-display-html, eww-mode, eww-save-history)
10         (eww-restore-history): Use it.
11         (eww-view-source): New command to view page source.
12         Opportunistically uses `html-mode' to highlight the buffer.
13         (eww-mode-map): Install it.
15 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
17         * net/dbus.el (dbus-unregister-service)
18         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
19         Fix docstring.
20         (dbus-unregister-service): Skip :serial entries in
21         `dbus-registered-objects-table'.
22         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
24 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
26         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
27         around keywords with extra `split-string' argument.
29 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
31         * windmove.el (windmove-other-window-loc): Handle navigation
32         between windows (excluding the minibuffer window - Bug#16017).
34 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
36         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
37         in D-Bus type syntax.
38         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
39         preserve unibyte strings.  (Bug#16048)
41 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
43         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
44         Call force-mode-line-update is the proper buffer (bug#16042).
46 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
48         * vc/log-edit.el (log-edit-add-new-comment): Rename to
49         `log-edit-remember-comment', make argument optional.  Adjust all
50         callers.
51         (log-edit-mode): Add `log-edit-remember-comment' to
52         `kill-buffer-hook' locally.
53         (log-edit-kill-buffer): Don't remember comment explicitly since
54         the buffer is killed anyway.
56 2013-12-04  Juri Linkov  <juri@jurta.org>
58         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
59         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
61 2013-12-03  Tom Regner <tom@goochesa.de>  (tiny change)
63         * notifications.el (notifications-close-notification): Call the
64         D-Bus method with ID being a `:uint32'.  (Bug#16030)
66 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
68         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
70 2013-12-03  Juri Linkov  <juri@jurta.org>
72         * progmodes/compile.el (compilation-start): Rename window alist
73         entry `no-display-ok' to `allow-no-window'.
75         * simple.el (shell-command): Add window alist entry
76         `allow-no-window' to `display-buffer'.
77         (async-shell-command): Doc fix.
79         * window.el (display-buffer-no-window): New action function.
80         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
82 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
84         * vc/log-edit.el (log-edit-set-header): Extract from
85         `log-edit-toggle-header'.
86         (log-edit-extract-headers): Separate the summary, when extracted
87         from header, from the rest of the message with an empty line.
89         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
90         line, if present, to the Summary header.
92 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
94         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
95         in current-buffer (bug#16029).
97 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
99         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
100         (debugger-mode-map): Bind it.
101         (debugger--backtrace-base): New function.
102         (debugger-eval-expression): Use it.
103         (debugger-frame-number): Skip local vars when present.
104         (debugger--locals-visible-p, debugger--insert-locals)
105         (debugger--show-locals, debugger--hide-locals): New functions.
107 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
109         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
110         "LC_ALL".
111         (tramp-get-remote-locale): New defun.
112         (tramp-open-connection-setup-interactive-shell): Use it.
114 2013-12-02  Leo Liu  <sdl.web@gmail.com>
116         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
118         * progmodes/sh-script.el (sh-shell-process):
119         * progmodes/octave.el (inferior-octave-process-live-p):
120         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
121         (gdb-inferior-io-sentinel):
122         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
124 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
126         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
127         `save-selected-window' to `log-edit-hide-buf'.  This makes
128         `log-edit-show-files' idempotent.
129         (log-edit-show-files): Mark the new window as dedicated.
131 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
133         * vc/log-edit.el (log-edit-mode-map): Add binding for
134         `log-edit-kill-biffer'.
135         (log-edit-hide-buf): Add a FIXME comment.
136         (log-edit-add-new-comment): New function, extracted from
137         `log-edit-done'.
138         (log-edit-done, log-edit-add-to-changelog): Use it.
139         (log-edit-kill-buffer): New command.
141 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
144         instead of killing the buffer.
146 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
148         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
150 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
152         * net/eww.el (eww-form-checkbox-selected-symbol)
153         (eww-form-checkbox-symbol): New customizable variable.
154         (eww-form-checkbox, eww-toggle-checkbox):
155         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
157         * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
158         (shr--get-media-pref, shr--extract-best-source): New function.
159         (shr-tag-video, shr-tag-audio):  Use `shr--extract-best-source' when
160         no :src tag was specified.
162         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
163         (eww-render): Handle `eww-use-external-browser-for-content-type'.
164         Use \\` to match beginning of string instead of ^.
165         (eww-browse-with-external-browser): Provide optional URL parameter.
166         (eww-render): Set `eww-current-title' back to "".
168         * net/shr.el (shr-tag-video): Display content for video if no
169         poster is available.
170         (shr-tag-audio): Add support for <audio> tag.
172         * net/eww.el (eww-text-input-types): : New const.
173         (eww-process-text-input): Treat input types in
174         `eww-text-input-types' as text.
176         * net/shr.el (shr-tag-table): Fix comment typo.
178 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180         * net/eww.el (eww-follow-link): New command to avoid reloading
181         pages when we follow #target links (bug#15243).
182         (eww-quit): Special mode buffers shouldn't query before exiting.
184 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
186         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
187         forms.
189 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191         * net/eww.el (eww-restore-history): Update the window title after
192         moving in the history.
193         (eww-current-dom): New variable used to save the current DOM.
195 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
197         * vc/log-edit.el (log-edit-mode-map): Add binding for
198         `log-edit-beginning-of-line'.
199         (log-edit-setup-add-author): New user option.
200         (log-edit-beginning-of-line): New command.
201         (log-edit): Move major mode call above the contents setup so that
202         the local variable values are already applied.
203         (log-edit): Only insert "Author: " when
204         `log-edit-setup-add-author' is non-nil.
205         (log-edit): When SETUP is non-nil, position point after ": "
206         instead of point-min.
208 2013-12-01  Glenn Morris  <rgm@gnu.org>
210         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
212 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
214         * startup.el (fancy-splash-frame): On MS-Windows, trigger
215         redisplay to make sure the initial frame gets a chance to become
216         visible.  (Bug#16014)
218 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
220         Support resizing frames and windows pixelwise.
221         * cus-start.el (frame-resize-pixelwise)
222         (window-resize-pixelwise): New entries.
223         * emacs-lisp/debug.el (debug): Use window-total-height instead
224         of window-total-size.
225         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
226         * help.el (describe-bindings-internal): Call help-buffer
227         (temp-buffer-max-width): New option.
228         (resize-temp-buffer-window, help-window-setup)
229         (with-help-window): Rewrite.
230         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
231         dragging dividers.
232         * window.el (frame-char-size, window-min-pixel-height)
233         (window-safe-min-pixel-height, window-safe-min-pixel-width)
234         (window-min-pixel-width, window-safe-min-pixel-size)
235         (window-combination-p, window-safe-min-size)
236         (window-resizable-p, window--size-to-pixel)
237         (window--pixel-to-size, window--resize-apply-p): New functions.
238         (window-safe-min-height): Fix doc-string.
239         (window-size, window-min-size, window--min-size-1)
240         (window-sizable, window-sizable-p, window--min-delta-1)
241         (window-min-delta, window--max-delta-1, window-max-delta)
242         (window--resizable, window--resizable-p, window-resizable)
243         (window-full-height-p, window-full-width-p, window-at-side-p)
244         (window--in-direction-2, window-in-direction)
245         (window--resize-reset-1, window--resize-mini-window)
246         (window-resize, window-resize-no-error)
247         (window--resize-child-windows-normal)
248         (window--resize-child-windows, window--resize-siblings)
249         (window--resize-this-window, window--resize-root-window)
250         (window--resize-root-window-vertically)
251         (adjust-window-trailing-edge, enlarge-window, shrink-window)
252         (maximize-window, minimize-window, delete-window)
253         (quit-restore-window, window-split-min-size, split-window)
254         (balance-windows-2, balance-windows)
255         (balance-windows-area-adjust, balance-windows-area)
256         (window--state-get-1, window-state-get, window--state-put-1)
257         (window--state-put-2, window-state-put)
258         (display-buffer-record-window, window--display-buffer):
259         Make functions handle pixelwise sizing of windows.
260         (display-buffer--action-function-custom-type)
261         (display-buffer-fallback-action):
262         Add display-buffer-in-previous-window.
263         (display-buffer-use-some-window): Resize window to height it had
264         before.
265         (fit-window-to-buffer-horizontally): New option.
266         (fit-frame-to-buffer): Describe new values.
267         (fit-frame-to-buffer-bottom-margin): Replace with
268         fit-frame-to-buffer-margins.
269         (window--sanitize-margin): New function.
270         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
271         using window-text-pixel-size.
273 2013-11-30  Glenn Morris  <rgm@gnu.org>
275         * emacs-lisp/bytecomp.el (byte-compile-form):
276         Make the `interactive-only' warning like the `obsolete' one.
277         * comint.el (comint-run):
278         * files.el (insert-file-literally, insert-file):
279         * replace.el (replace-string, replace-regexp):
280         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
281         (goto-line, insert-buffer, next-line, previous-line):
282         Tweak `interactive-only' spec.
284         Stop keeping (most) generated cedet grammar files in the repository.
285         * Makefile.in (semantic): New.
286         (compile-main): Depend on semantic.
288 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
290         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
291         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
293         * uniquify.el (uniquify-buffer-name-style): Change default.
295         * loadup.el: Preload "uniquify".
297         * time.el (display-time-update): Update all mode lines (bug#15999).
299         * electric.el (electric-indent-mode): Enable by default.
300         * loadup.el: Preload "electric".
302 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
304         * emacs-lisp/helpers.el (string-empty-p): New function.
305         (string-blank-p): New function.
307 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
309         * imenu.el (imenu--index-alist): Add missing dot to the docstring
310         (Bug#14029).
312 2013-11-29  Andreas Politz  <politza@fh-trier.de>
313         * imenu.el (imenu--subalist-p): Don't error on non-conses and
314         allow non-lambda lists as functions.
315         (imenu--in-alist): Don't recurse into non-subalists.
316         (imenu): Don't pass function itself as an argument (Bug#14029).
318 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
320         * progmodes/python.el (python-mode-map): Remove binding for ":".
321         (python-indent-electric-colon): Remove command.
322         (python-indent-post-self-insert-function): Integrate the previous code
323         of python-indent-electric-colon.  Make it conditional on
324         electric-indent-mode.
325         (python-mode): Add ?: to electric-indent-chars.
326         Move python-indent-post-self-insert-function to the end of
327         post-self-insert-hook.
329 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * doc-view.el (doc-view-goto-page): Update mode-line.
333         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
335 2013-11-27  Glenn Morris  <rgm@gnu.org>
337         * international/charprop.el, international/uni-bidi.el:
338         * international/uni-category.el, international/uni-combining.el:
339         * international/uni-comment.el, international/uni-decimal.el:
340         * international/uni-decomposition.el, international/uni-digit.el:
341         * international/uni-lowercase.el, international/uni-mirrored.el:
342         * international/uni-name.el, international/uni-numeric.el:
343         * international/uni-old-name.el, international/uni-titlecase.el:
344         * international/uni-uppercase.el:
345         Remove generated files from VCS repository.
347 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
349         * filenotify.el (file-notify-add-watch): Don't special-case
350         w32notify when computing the directory to watch.
352 2013-11-27  Glenn Morris  <rgm@gnu.org>
354         Make bootstrap without generated uni-*.el files possible again.
355         * loadup.el: Update command-line-args checking for unidata-gen.
356         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
357         * composite.el, international/characters.el:
358         Handle unicode tables being undefined.
360         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
361         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
362         (compile-main): Depend on leim rule.
363         (leim): New rule.
364         * loadup.el: Move leim-list.el to leim/ subdirectory.
365         * startup.el (normal-top-level): No more leim directory.
366         * international/ja-dic-cnv.el (skkdic-convert):
367         Disable version-control and autoloads in output files.
368         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
369         Disable version-control and autoloads in output files.
370         * leim/quail: Move here from ../leim.
371         * leim/quail/hangul.el (hangul-input-method-activate):
372         Add autoload cookie.
373         (generated-autoload-load-name): Set file-local value.
374         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
375         (generated-autoload-load-name): Set file-local value.
377 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>  (tiny change)
379         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
380         (eww-add-bookmark): ask confirmation when add to bookmarks
381         (eww-quit): ask confirmation before quitting eww
383 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
385         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
386         reading output from Diff on MS-Windows and MS-DOS.
388 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
390         * emacs-lisp/helpers.el (string-reverse): New function.
392 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
394         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
395         names on MS Windows, like "/[::1]:".
397         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
398         SWITCHES.
400 2013-11-26  Glenn Morris  <rgm@gnu.org>
402         * progmodes/python.el (python-indent-guess-indent-offset):
403         Avoid corner-case error.  (Bug#15975)
405         Preload leim-list.el.  (Bug#4789)
406         * loadup.el: Load leim-list.el when found.
407         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
409 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
411         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
413         * emacs-lisp/helpers.el (string-join): New function.
415 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
417         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
418         Mark as obsolete and replace it with a symbol property.
419         (byte-compile-form): Use new 'interactive-only property.
420         * comint.el, files.el, replace.el, simple.el:
421         Apply new 'interactive-only properly.
423 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
425         * window.el (display-buffer-at-bottom): Make sure that
426         split-window-sensibly creates the new window on bottom
427         (Bug#15961).
429 2013-11-23  David Kastrup  <dak@gnu.org>
431         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
432         on the conflict markers when available.
433         (smerge--get-marker): New function.
434         (smerge-end-re, smerge-base-re): Add subgroup.
436 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
438         * frame.el (handle-focus-in, handle-focus-out): Add missing
439         interactive spec.
441 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
443         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
444         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
446 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
449         (gomoku--last-pos): New var.
450         (gomoku--intangible-chars): New const.
451         (gomoku--intangible): New function.
452         (gomoku-mode): Use it.  Derive from special-mode.
453         (gomoku-move-up): Adjust line count.
454         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
455         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
456         Simplify accordingly.
458         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
459         Remove blink-cursor code.
460         (blink-cursor-timer-function, blink-cursor-suspend):
461         Don't special-case GUIs.
462         (blink-cursor-mode): Use focus-in/out-hook.
464 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
466         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
467         work when annotation is invisible (Bug#13886).
469 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
471         * json.el (json-alist-p): Only return non-nil if the alist has
472         simple keys (Bug#13518).
474 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
476         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
477         when control-statement is the first statement in a buffer (Bug#15956).
479 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
481         * imenu.el (imenu-generic-skip-comments-and-strings):
482         New option (Bug#15560).
483         (imenu--generic-function): Use it.
485 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
487         * minibuffer.el (completion--in-region-1): Scroll the correct
488         window. (Bug#13898)
490 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
492         * emacs-lisp/helpers.el: Add some string helpers.
493         (string-trim-left): Removes leading whitespace.
494         (string-trim-right): Removes trailing whitespace.
495         (string-trim): Removes leading and trailing whitespace.
497         * subr.el (string-suffix-p): New function.
499 2013-11-23  Glenn Morris  <rgm@gnu.org>
501         * progmodes/python.el (python-shell-send-file):
502         Add option to delete file when done.  (Bug#15647)
503         (python-shell-send-string, python-shell-send-region): Use it.
505 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
507         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
508         to set buffer-read-only to t, never to nil.  (Bug#15938)
510         * textmodes/tex-mode.el (latex-noindent-environments):
511         Add safe-local-variable property.  (Bug#15936)
513 2013-11-23  Glenn Morris  <rgm@gnu.org>
515         * textmodes/enriched.el (enriched-mode): Doc fix.
516         * emacs-lisp/authors.el (authors-renamed-files-alist):
517         Add enriched.doc -> enriched.txt.
519         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
521 2013-11-22  Leo Liu  <sdl.web@gmail.com>
523         * progmodes/octave.el (inferior-octave-startup): Spit out error
524         message.
526 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
528         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
529         Improve docstring.
530         Add :version.
531         (ruby-encoding-magic-comment-style): Add :version.
533 2013-11-22  Leo Liu  <sdl.web@gmail.com>
535         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
536         (Bug#15076)
537         (octave-help-mode): Adapt to change to help-mode-finish to use
538         derived-mode-p on 2013-09-17.
539         (inferior-octave-prompt): Also match octave-gui.
540         (octave-kill-process): Don't ask twice.  (Bug#10564)
542 2013-11-22  Leo Liu  <sdl.web@gmail.com>
544         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
545         (inferior-octave-startup, inferior-octave-check-process)
546         (inferior-octave-track-window-width-change)
547         (octave-completion-at-point, octave-eldoc-function): Use it.
548         (octave-kill-process): Provide confirmation.  (Bug#10564)
550 2013-11-21  Leo Liu  <sdl.web@gmail.com>
552         * progmodes/octave.el (octave-mode, inferior-octave-mode):
553         Fix obsolete variable comment-use-global-state.
555 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
557         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
558         Add `octave-source-file'.
559         (octave-source-file): New function.  (Bug#15935)
561 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>  (tiny change)
563         * net/eww.el (eww-local-regex): New variable.
564         (eww): Use it to detect localhost and similar.
566 2013-11-21  Leo Liu  <sdl.web@gmail.com>
568         Add completion for command `ag'.
569         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
570         (pcomplete/ag): New function.
571         (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
573 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
575         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
576         (bug#14646).
577         (make-obsolete): Remove interactive spec.
579 2013-11-21  Glenn Morris  <rgm@gnu.org>
581         * startup.el (command-line-1): Use path-separator with -L.
583 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
585         * emacs-lisp/package.el (describe-package-1): Add package archive
586         to shown fields.
588 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
590         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
591         Change default to "# encoding: %s" to differentiate it from the
592         default Ruby encoding comment template.
594 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
596         * ses.el (ses-mode): Doc fix.  (Bug#14748)
598 2013-11-20  Leo Liu  <sdl.web@gmail.com>
600         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
602 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
604         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
605         when rebase or bisect are in progress.
607 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
609         * filenotify.el (file-notify-add-watch): Doc fix.
611 2013-11-19  Leo Liu  <sdl.web@gmail.com>
613         * obsolete/rcompile.el: Mark obsolete.
615         * progmodes/compile.el (compilation-start)
616         (compilation-goto-locus, compilation-find-file):
617         Pass no-display-ok and handle nil value from display-buffer.
618         (Bug#13594)
620         * window.el (display-buffer-alist, display-buffer): Document the
621         new parameter no-display-ok.  Return either a window or nil
622         but never a non-window value.
624 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
626         * electric.el (electric-indent-mode-map): Remove.
627         (electric-indent-mode): Change the global-map instead (bug#15915).
629         * textmodes/text-mode.el (paragraph-indent-minor-mode):
630         Use add-function.
632 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
634         * emacs-lisp/nadvice.el (remove-function): Align with
635         add-function's behavior.
637         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
638         (gdb--string-regexp): New constant.
639         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
640         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
641         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
642         submatch 1.
643         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
644         Adjust use accordingly.
645         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
647 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
649         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
650         interpolation curlies (Bug#15914).
652 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
654         * calc/calc.el (calc-context-sensitive-enter): New variable.
655         (calc-enter): Use `calc-context-sensitive-enter'.
657 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
659         * progmodes/cfengine.el: Version bump.
660         (cfengine-cf-promises): New defcustom to locate cf-promises.
661         (cfengine3-vartypes): Add new "data" type.
662         (cfengine3--current-word): New function to get current name-like
663         word or its bounds.
664         (cfengine3--current-function): New function to look up a CFEngine
665         function's definition.
666         (cfengine3-format-function-docstring): New function.
667         (cfengine3-make-syntax-cache): New function.
668         (cfengine3-documentation-function): New function: ElDoc glue.
669         (cfengine3-completion-function): New function: completion glue.
670         (cfengine3-mode): Set `compile-command',
671         `eldoc-documentation-function', and add to
672         `completion-at-point-functions'.
674 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
676         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
677         `tramp-current-connection'.
679 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
681         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
682         nil/self/true/false with "end of symbol".
684 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
686         * subr.el (version-regexp-alist): Fix a typo.
688 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
690         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
691         "en_US.utf8" and "LC_CTYPE" to "".
692         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
693         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
695 2013-11-15  Leo Liu  <sdl.web@gmail.com>
697         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
699 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
701         * progmodes/gud.el (ctl-x-map):
702         Remove C-x SPC binding.  (Bug#12342)
703         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
705 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
707         * subr.el (version-regexp-alist):
708         Recognize hg, svn and darcs versions as snapshot versions.
710         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
711         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
712         (ruby--encoding-comment-required-p): Extract from
713         `ruby-mode-set-encoding'.
714         (ruby-mode-set-encoding): Add the ability to always insert an
715         utf-8 encoding comment.  Fix and simplify coding comment update
716         logic.
718 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
720         * net/tramp-gvfs.el (top): Run init code only when
721         `tramp-gvfs-enabled' is not nil.
722         (tramp-gvfs-enabled): Check also :system bus.
724 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
726         Sync with upstream verilog-mode revision 78e66ba.
727         * progmodes/verilog-mode.el (verilog-end-of-defun)
728         (verilog-type-completion, verilog-get-list): Remove unused funcs.
729         (verilog-get-end-of-defun): Remove unused argument.
730         (verilog-comment-depth): Remove unused local `e'.
731         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
732         Don't pass arg to verilog-get-end-of-defun.
734 2013-11-14  Glenn Morris  <rgm@gnu.org>
736         * obsolete/assoc.el (aget): Prefix dynamic variable.
738         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
740 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
742         * widget.el, hfy-cmap.el: Remove bogus package version number.
744 2013-11-13  Glenn Morris  <rgm@gnu.org>
746         * replace.el (replace-eval-replacement):
747         Try to give more helpful error message.  (Bug#15836)
749         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
750         (archive-7z-update): Avoid custom type mismatches.
752         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
754 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
756         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
757         address can be empty.
759         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
760         Accept nil SWITCHES.
761         (tramp-gvfs-handle-write-region): Implement APPEND.
763 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
765         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
766         binary "|" operator and closing block args delimiter.
767         Remove FIXME comment referring to Ruby 1.8-only syntax.
768         (ruby-smie--implicit-semi-p): Not after "|" operator.
769         (ruby-smie--closing-pipe-p): New function.
770         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
771         (ruby-smie-rules): Indent after "|".
773 2013-11-12  Glenn Morris  <rgm@gnu.org>
775         * ps-print.el (ps-face-attribute-list):
776         Handle anonymous faces.  (Bug#15827)
778 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
780         * window.el (display-buffer-other-frame): Fix doc-string.
781         (Bug#15868)
783 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * subr.el (force-mode-line-update): Delete, move to buffer.c.
787 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
789         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
790         (tramp-sh-handle-file-local-copy): Don't write a message when
791         saving temporary files.
793         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
794         both directories are remote.
795         (tramp-smb-handle-directory-files): Do not return double entries.
796         Do not expand full file names.
797         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
798         (tramp-smb-handle-write-region): Implement APPEND.
799         (tramp-smb-get-stat-capability): Fix a stupid bug.
801 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
803         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
805 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
807         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
808         throwing error over malformed let/let* (bug#15814).
810 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
812         * iswitchb.el (iswitchb-mode): Mark obsolete.
814 2013-11-11  Glenn Morris  <rgm@gnu.org>
816         * international/uni-bidi.el, international/uni-category.el:
817         * international/uni-name.el, international/uni-numeric.el:
818         Regenerate for Unicode 6.3.0.
820 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
822         * net/tramp.el (tramp-methods):
823         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
824         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
826 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
828         * progmodes/sh-script.el (sh-font-lock-keywords-var):
829         Force highlighting text after Summary keyword in doc face for rpm.
831 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
833         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
834         available and the word has no wildcards, append one to the grep pattern.
835         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
836         (ispell-complete-word): Call `ispell-lookup-words' with the value
837         independent of `ispell-look-p'.
839 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
841         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
842         Not after "||".
843         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
844         their parent.
846 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
848         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
849         (ruby-font-lock-keywords): Use backquote.
851 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
853         * progmodes/ruby-mode.el (ruby-smie--forward-token)
854         (ruby-smie--backward-token): Only consider full-string matches.
856 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
858         * faces.el (describe-face): Add distant-foreground.
860 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
862         * progmodes/ruby-mode.el: Improve encoding comment handling.
863         (ruby-encoding-magic-comment-style): New option.
864         (ruby-custom-encoding-magic-comment-template): New option.
865         (ruby--insert-coding-comment, ruby--detect-encoding):
866         New functions extracted from `ruby-mode-set-encoding'.
867         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
868         to control the style of the auto-inserted encoding comment.
870 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
872         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
873         Use `smie-backward-sexp' with token argument.
875 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
877         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
878         Remove instrumentation code.
880 2013-11-08  Glenn Morris  <rgm@gnu.org>
882         * progmodes/autoconf.el (autoconf-mode):
883         Tweak comment-start-skip.  (Bug#15822)
885 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
887         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
888         at bobp (bug#15826).
889         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
891 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
893         * man.el (Man-start-calling): New macro, extracted from
894         Man-getpage-in-background.
895         (Man-getpage-in-background): Use it.
896         (Man-update-manpage): New command.
897         (Man-mode-map): Bind it.
899 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
901         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
902         of "and", "or", "&&" and "||".
903         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
904         argument.  Prohibit opening curly brace because it could only be a
905         block opener in that position.
906         (ruby-smie--forward-token, ruby-smie--backward-token):
907         Separate "|" from "&" or "*" going after it.  That can happen in block
908         arguments.
909         (ruby-smie--indent-to-stmt): New function, seeks the end of
910         previous statement or beginning of buffer.
911         (ruby-smie-rules): Use it.
912         (ruby-smie-rules): Check if there's a ":" before a curly block
913         opener candidate; if there is, it's a hash.
915 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
917         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
918         (cl--block-wrapper): Fix last accidental change.
920 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
922         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
923         Instrument, in order to hunt failure on hydra.
925 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
927         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
928         malformed bindings form (bug#15814).
930 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
932         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
933         "." compared to " @ ".  This incidentally fixes some indentation
934         examples with "do".
935         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
936         (ruby-smie-grammar): New tokens: "and" and "or".
937         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
938         Exclude "and" and "or".  Remove "do" in order to work around token
939         priorities.
940         (ruby-smie-rules): Add all infix tokens.  Handle the case of
941         beginning-of-buffer.
943 2013-11-06  Glenn Morris  <rgm@gnu.org>
945         * Makefile.in (setwins_almost, setwins_for_subdirs):
946         Avoid accidental matches.
948 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * menu-bar.el (popup-menu): Use key-binding.
952 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
954         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
955         menus, support also the menus produced by minor modes.
956         (Bug#15817)
958 2013-11-06  Leo Liu  <sdl.web@gmail.com>
960         * thingatpt.el (thing-at-point-looking-at): Add optional arg
961         DISTANCE to bound the search. All uses changed.  (Bug#15808)
963 2013-11-06  Glenn Morris  <rgm@gnu.org>
965         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
966         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
967         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
969 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * electric.el (electric-indent-just-newline): New command.
972         (electric-indent-mode-map): New keymap.
973         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
974         Re-add :group which weren't redundant.
976         * electric.el (electric-indent-local-mode): New minor mode.
977         (electric-indent-functions-without-reindent): New var.
978         (electric-indent-post-self-insert-function): Use it.
979         * emacs-lisp/gv.el (buffer-local-value): Add setter.
981 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
983         * international/quail.el (quail-help): Be more explicit about the
984         meaning of the labels shown on the keys.  (Bug#15800)
986         * startup.el (normal-top-level): Load the subdirs.el files before
987         setting the locale environment.  (Bug#15805)
989 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
991         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
992         via arguments so as to get the right ones (bug#15418).
994         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
996 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
998         Fix problems found while writing a test suite.
1000         * net/tramp-compat.el (tramp-compat-load): New defun.
1001         * net/tramp.el (tramp-handle-load): Use it.
1003         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
1004         "(numberp ok-if-already-exists)" correctly.
1006 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
1008         * international/characters.el (glyphless-char-display-control):
1009         Add usage note.
1011 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
1013         * progmodes/python.el (python-mode):
1014         * progmodes/scheme.el (scheme-mode):
1015         * progmodes/prolog.el (prolog-mode):
1016         * progmodes/ruby-mode.el (ruby-mode):
1017         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
1018         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
1020 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1022         * rect.el (rectangle--highlight-for-redisplay):
1023         * emacs-lisp/smie.el (smie--next-indent-change):
1024         Use buffer-chars-modified-tick.
1026         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
1028         * electric.el (electric-indent-post-self-insert-function):
1029         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
1031 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
1033         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
1035 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1037         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
1038         (bug#15786).
1040 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1042         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
1044         * progmodes/python.el: Fix up last change.
1045         (python-shell--save-temp-file): New function.
1046         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
1047         `string' comes from the current buffer.
1048         (python-shell-send-string-no-output): Remove `msg' arg.
1049         (python--use-fake-loc): New var.
1050         (python-shell-buffer-substring): Obey it.  Try to compensate for the
1051         extra coding line added by python-shell--save-temp-file.
1052         (python-shell-send-region): Use python-shell--save-temp-file and
1053         python-shell-send-file directly.  Add `nomain' argument.
1054         (python-shell-send-buffer): Use python-shell-send-region.
1055         (python-electric-pair-string-delimiter): New function.
1056         (python-mode): Use it.
1058 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
1060         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
1061         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
1062         environment and decoding all of the default-directory's to here
1063         from command-line.
1064         (command-line): Decode also argv[0].
1066         * loadup.el: Error out if default-directory is a multibyte string
1067         when we are dumping.
1069         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
1071 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
1073         * emacs-lisp/package.el (package-menu-mode)
1074         (package-menu--print-info, package-menu--archive-predicate):
1075         Add Archive column to package list.
1077 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
1079         Fix problems found while writing a test suite.
1081         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1082         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1083         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1084         to nil when running original file name handler.  Otherwise,
1085         there are problems with constructs like "$$FOO".
1087         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1088         for `localname'.
1090 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
1092         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1094         * subr.el (version<, version<=, version=):
1095         Update docstrings with information for snapshot versions.
1097         * helpers.el: New library for misc helper functions.
1098         (hash-table-keys): New function returning a list of hash keys.
1099         (hash-table-values): New function returning a list of hash values.
1101 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1103         * progmodes/ruby-mode.el (ruby-smie--forward-token)
1104         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1106 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
1108         * textmodes/fill.el (fill-single-char-nobreak-p): New function
1109         checking whether point is after a 1-letter word.
1111 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1113         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1114         Don't infloop when expanding region over `multiline' syntax-type that
1115         begins a line (bug#15778).
1117 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1120         Make it into a proper minor mode.
1121         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1122         (rectangle-mark-mode-map): New keymap.
1123         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1125 2013-11-04  Glenn Morris  <rgm@gnu.org>
1127         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1129 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1131         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1132         (ruby-smie-rules): Use smie-rule-parent instead.
1134         * emacs-lisp/smie.el (smie-rule-parent): Always call
1135         smie-indent-virtual rather than only for hanging tokens.
1136         (smie--next-indent-change): New helper command.
1138 2013-11-03  Glenn Morris  <rgm@gnu.org>
1140         * Makefile.in (abs_srcdir): Remove.
1141         (emacs): Unset EMACSLOADPATH.
1143 2013-11-02  Glenn Morris  <rgm@gnu.org>
1145         * Makefile.in (EMACS): Use a relative filename.
1146         (abs_top_builddir): Remove.
1147         (custom-deps, finder-data, autoloads): Use --chdir.
1149         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1151         Use relative filenames in TAGS files.
1152         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1153         (lisptagsfiles4, TAGS): Use relative file names.
1154         (TAGS-LISP): Remove.
1155         (maintainer-clean): No more TAGS-LISP file.
1157         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1158         (lisptagsfiles4): Use absolute filenames again.
1159         (TAGS, TAGS-LISP): Not everything needs to run in one line.
1160         Remove all *loaddefs files, not just the first.  Remove esh-groups.
1161         (maintainer-clean): Delete TAGS, TAGS-LISP.
1163 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1165         * emacs-lisp/package.el (package-version-join):
1166         Recognize snapshot versions.
1168 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1170         * subr.el (version-regexp-alist): Add support for snapshot versions.
1172 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
1174         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1175         New function, replacement for `smie-rule-parent' for when we want to
1176         skip over our direct parent if it's an assignment token..
1177         (ruby-smie-rules): Use it.
1179 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
1181         * progmodes/ruby-mode.el Use `syntax-propertize-function'
1182         unconditionally.  Remove now unnecessary forward declarations.
1183         Remove XEmacs-specific setup.
1184         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1185         (ruby-font-lock-syntactic-keywords)
1186         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1187         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1188         (ruby-here-doc-end-syntax): Remove.
1189         (ruby-mode): Don't check whether `syntax-propertize-rules' is
1190         defined as function.
1192 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1194         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1196 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
1198         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1199         table and abbrev table, `define-derived-mode' does that for us
1200         anyway.
1202 2013-11-01  Glenn Morris  <rgm@gnu.org>
1204         * Makefile.in: Remove manual mh-e dependencies (writing .elc
1205         files is atomic for some time, so no parallel compilation issues).
1207 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1209         * faces.el (face-x-resources): Add :distant-foreground.
1210         (region): Use :distant-foreground for gtk and ns.
1212 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
1214         Allow multiple bibliographies when BibLaTeX is used rather than
1215         BibTeX.
1216         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1217         (reftex-locate-bibliography-files): Us it.
1219 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
1221         * image.el (image-type-header-regexps): Fix the 'pbm' part to
1222         allow comments in pbm files.
1224         * term/w32-win.el (dynamic-library-alist): Support newer versions
1225         of libjpeg starting with v7: look only for the DLL from the
1226         version against which Emacs was built.
1227         Support versions of libpng beyond 1.4.x.
1228         Support libtiff v4.x.
1230 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
1232         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1233         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1234         Add property :safe.
1235         (ruby-deep-arglist): Add property :type.
1237 2013-10-31  Glenn Morris  <rgm@gnu.org>
1239         * Makefile.in (custom-deps, finder-data): No need to setq the target
1240         variables, we are in the right directory and the defaults work fine.
1242 2013-10-30  Glenn Morris  <rgm@gnu.org>
1244         * Makefile.in (autoloads): Do not use abs_lisp.
1246         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1247         `newline' does not respect `standard-output', so use `princ'.
1249 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
1251         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
1252         * buff-menu.el (Buffer-menu--unmark): New function.
1253         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1255 2013-10-30  Glenn Morris  <rgm@gnu.org>
1257         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1259         * emacs-lisp/package.el (lm-homepage): Declare.
1261         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1262         Fix doc typos.
1264         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1266         * Makefile.in (finder-data, autoloads, update-subdirs)
1267         (compile-main, compile-clean, compile-always, bootstrap-clean):
1268         Check return value of cd.
1269         (compile-calc): Remove.
1271 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1273         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1275         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1276         (byte-compile-and-folded): New function.
1277         (=, <, >, <=, >=): Use it.
1279         * dos-w32.el (minibuffer-history-case-insensitive-variables)
1280         (path-separator, null-device, buffer-file-coding-system)
1281         (lpr-headers-switches): Check system-type before modifying them.
1282         (find-buffer-file-type-coding-system): Mark obsolete.
1283         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1284         find-file-not-found-set-buffer-file-coding-system.
1285         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1286         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1287         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1288         (w32-direct-print-region-helper, w32-direct-print-region-function)
1289         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1290         * startup.el (normal-top-level-add-subdirs-to-load-path):
1291         * ps-print.el (ps-print-region-function):
1292         * lpr.el (print-region-function): Use new name.
1294         * subr.el (custom-declare-variable-early): Remove function.
1295         (custom-declare-variable-list): Remove var.
1296         (error, user-error): Remove `while' loop.
1297         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1298         (user-emacs-directory-warning, locate-user-emacs-file):
1299         Move to files.el.
1300         * simple.el (read-quoted-char-radix, read-quoted-char):
1301         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1302         Move from subr.el.
1303         * custom.el (custom-declare-variable-list): Don't process
1304         custom-declare-variable-list.
1306         * progmodes/python.el (python-shell-get-buffer): New function.
1307         (python-shell-get-process): Use it.
1308         (python-shell-send-string): Always use utf-8 and add a cookie to tell
1309         Python which encoding was used.  Don't split-string since we only care
1310         about the first line.  Return the temp-file, if applicable.
1311         (python-shell-send-region): Tell compile.el how to turn locations in
1312         the temp-file into locations in the source buffer.
1314 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1316         * subr.el (undefined): Add missing behavior from the C code for
1317         unbound keys.
1319         * rect.el: Use lexical-binding.  Add new rectangular region support.
1320         (rectangle-mark): New command.
1321         (rectangle--region): New var.
1322         (deactivate-mark-hook): Reset rectangle--region.
1323         (rectangle--extract-region, rectangle--insert-for-yank)
1324         (rectangle--highlight-for-redisplay)
1325         (rectangle--unhighlight-for-redisplay): New functions.
1326         (region-extract-function, redisplay-unhighlight-region-function)
1327         (redisplay-highlight-region-function): Use them to handle
1328         rectangular region.
1329         * simple.el (region-extract-function): New var.
1330         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1331         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1332         (kill-region): Replace obsolete `yank-handler' arg with `region'.
1333         (copy-region-as-kill, kill-ring-save): Add `region' argument.
1334         (redisplay-unhighlight-region-function)
1335         (redisplay-highlight-region-function): New vars.
1336         (redisplay--update-region-highlight): New function.
1337         (pre-redisplay-function): Use it.
1338         (exchange-point-and-mark): Don't deactivate the mark before
1339         reactivate-it anyway.
1340         * comint.el (comint-kill-region): Remove yank-handler argument.
1341         * delsel.el (delete-backward-char, backward-delete-char-untabify)
1342         (delete-char): Remove property, since it's now part of their
1343         default behavior.
1344         (self-insert-iso): Remove property since this command doesn't exist.
1346         * emacs-lisp/package.el (package--download-one-archive)
1347         (describe-package-1): Don't query the user about final newline.
1349 2013-10-29  Daniel Colascione  <dancol@dancol.org>
1351         * net/tramp.el (tramp-methods): Document new functionality.
1352         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1353         tramp-hostname-checker if method provides one instead of scanning
1354         argument list for "%h" to decide hostname acceptability.
1356 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
1358         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1359         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1360         Handle COPY-CONTENTS.  (Bug#15737)
1362 2013-10-28  Daiki Ueno  <ueno@gnu.org>
1364         * epa-file.el
1365         (epa-file-cache-passphrase-for-symmetric-encryption):
1366         Document that this option has no effect with GnuPG 2.0 (bug#15552).
1368 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
1370         * image.el (defimage):
1371         (image-load-path): Doc fixes.
1373 2013-10-27  Alan Mackenzie  <acm@muc.de>
1375         Indent statements in macros following "##" correctly.
1376         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1377         Modify the "#" arm of a cond form to handle "#" and "##" operators.
1379 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1381         * linum.el (linum-update-window): Fix boundary test (bug#13446).
1383 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
1385         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1386         after `=' is probably a new expression.
1388 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1390         * man.el (man-imenu-title): New option.
1391         (Man-mode-map): Add menu.  (Bug#15722)
1392         (Man-mode): Add imenu to menu.
1394 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1396         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1397         specific in what the first arg can be: a non-keyword word,
1398         string/regexp/percent literal opener, opening paren, or unary
1399         operator followed directly by word.
1401 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1403         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1404         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1405         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1406         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1407         Remove vars, they do not apply any more.
1408         (prolog-mode-abbrev-table): Remove redundant declaration.
1409         (prolog-upper-case-string, prolog-lower-case-string): Remove.
1410         (prolog-use-smie): Remove.
1411         (prolog-smie-rules): Add indentation rule for the if-then-else layout
1412         supported by prolog-electric-if-then-else-flag.
1413         (prolog-mode-variables, prolog-menu): Use setq-local.
1414         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1415         Remove binding to `Backspace' since this key doesn't exist anyway.
1416         Remove bindings for electric self-inserting keys.
1417         (prog-mode): Assume it's defined.
1418         (prolog-post-self-insert): New function.
1419         (prolog-mode): Use it.
1420         (prolog-indent-line, prolog-indent-level)
1421         (prolog-find-indent-of-matching-paren)
1422         (prolog-indentation-level-of-line, prolog-goto-comment-column)
1423         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1424         (prolog-goto-next-paren, prolog-in-string-or-comment)
1425         (prolog-tokenize, prolog-inside-mline-comment)
1426         (prolog-find-start-of-mline-comment): Remove functions.
1427         (prolog-find-unmatched-paren, prolog-clause-end)
1428         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1429         (prolog-electric--if-then-else): Rename from
1430         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1431         (prolog-tokenize-searchkey): Remove const.
1432         (prolog-clause-info): Use forward-sexp.
1433         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1434         (prolog-electric-if-then-else): Remove commands.
1435         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1436         for use in post-self-insert-hook.
1437         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1438         for use in post-self-insert-hook.
1439         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1440         for use in post-self-insert-hook.
1441         (prolog-electric--underscore): Rename from prolog-electric--underscore;
1442         adapt it for use in post-self-insert-hook.
1444 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
1446         * emacs-lisp/ert.el (ert-run-tests-interactively):
1447         Use `completing-read'.  (Bug#9756)
1449 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
1451         * simple.el (line-move): Call line-move-1 instead of
1452         line-move-visual when the current window hscroll is zero, but
1453         temporary-goal-column indicates we will need to hscroll as result
1454         of the movement.  (Bug#15712)
1456 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
1458         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1459         capitalization.  Use :visible instead of :active.
1460         Fix `ruby-indent-exp' reference.  Add menu items for the generic
1461         commands that are used with SMIE.
1462         (ruby-do-end-to-brace): Insert space after `{'.
1464 2013-10-25  John Anthony  <john@jo.hnanthony.com>
1466         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
1468         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
1470 2013-10-25  Glenn Morris  <rgm@gnu.org>
1472         * vc/vc.el (vc-print-log): Don't use a working revision unless
1473         one was explicitly specified.  (Bug#15322)
1475 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1477         * subr.el (add-to-list): Preserve return value in compiler-macro
1478         (bug#15692).
1480 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1482         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1483         result.  Ask user to retry using '-all' flag.  (Bug#15701)
1485 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1487         * emacs-lisp/smie.el: New smie-config system.
1488         (smie-config): New defcustom.
1489         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1490         (smie-config-guess, smie-config-save): New commands.
1491         (smie-config--mode-local, smie-config--buffer-local)
1492         (smie-config--trace, smie-config--modefuns): New vars.
1493         (smie-config--advice, smie-config--mode-hook)
1494         (smie-config--setter, smie-config-local, smie-config--get-trace)
1495         (smie-config--guess-value, smie-config--guess): New functions.
1496         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1497         text properties.  Treat "string fence" syntax like string syntax.
1499         * progmodes/sh-script.el (sh-use-smie): Change default.
1500         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1501         (sh-var-value): Simplify by CSE.
1502         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1503         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1504         is used.
1505         (sh-guess-basic-offset): Use cl-incf.
1506         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1508 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
1510         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1511         (bug#15699).
1513 2013-10-24  Glenn Morris  <rgm@gnu.org>
1515         * Makefile.in (abs_top_srcdir): Remove.
1516         (update-subdirs): Use relative path to update-subdirs.
1518 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
1520         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1521         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1522         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1523         Call unmsys--file-name before expand-file-name, not after it.
1525 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1527         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1528         (ert-test-skipped): New error.
1529         (ert-skip, ert-stats-skipped): New defuns.
1530         (ert--skip-unless): New macro.
1531         (ert-test-skipped): New struct.
1532         (ert--run-test-debugger, ert-test-result-type-p)
1533         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1534         (ert--stats-set-test-and-result, ert-char-for-test-result)
1535         (ert-string-for-test-result, ert-run-tests-batch)
1536         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1537         Handle skipped tests.  (Bug#9803)
1539 2013-10-24  Glenn Morris  <rgm@gnu.org>
1541         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1543         * Makefile.in (abs_top_srcdir): New, set by configure.
1544         (update-subdirs): Correct build-aux location.
1546 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1548         * vc/vc.el (vc-print-root-log): Always set `default-directory'
1549         value, whether we could auto-deduce `backend', or not.
1551         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1552         with parameters" example.  Simplify the "is it block or is it
1553         hash" check, but also make it more thorough.
1555 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
1557         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
1559 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1562         { if it is hanging.
1564         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1565         :before ";".
1567 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
1569         * progmodes/compile.el (compilation-directory-matcher)
1570         (compilation-page-delimiter):
1571         Support GNU Make-4.0 directory quoting.  (Bug#15678)
1573 2013-10-23  Leo Liu  <sdl.web@gmail.com>
1575         * ido.el (ido-tidy): Handle read-only text.
1577 2013-10-23  Glenn Morris  <rgm@gnu.org>
1579         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1580         (emacs, compile, compile-always):
1581         Quote entities that might contain whitespace.
1582         (custom-deps, finder-data, autoloads): Use abs_lisp.
1583         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1584         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1585         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1587 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
1589         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1590         Use `following-char'.
1592 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1595         * progmodes/ruby-mode.el (ruby-smie-rules):
1596         Remove corresponding workaround.  Fix indentation rule of ";" so it
1597         also applies when ";" is the parent.
1599 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
1601         * frame.el (display-screens, display-pixel-height)
1602         (display-pixel-width, display-mm-width, display-backing-store)
1603         (display-save-under, display-planes, display-color-cells)
1604         (display-visual-class, display-monitor-attributes-list):
1605         Mention the optional ‘display’ argument in doc strings.
1607 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
1609         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1610         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
1612 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1614         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1615         TODO.  Add "." after " @ ".
1616         (ruby-smie--at-dot-call): New function.  Checks if point at method
1617         call with explicit target.
1618         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1619         to the method name tokens when it precedes them.
1620         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1621         (ruby-smie-rules): Add rule for indentation before and after "."
1622         token.
1624 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1626         * textmodes/remember.el (remember-diary-extract-entries):
1627         Avoid add-to-list.
1629         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1630         an instruction.
1632 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1634         * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1635         (ruby-smie--implicit-semi-p): Add new operator chars.
1637         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1638         `smie-down-list'.
1639         (ruby-smie--args-separator-p): Check that there's no newline
1640         between method call and its arguments.
1642 2013-10-20  Alan Mackenzie  <acm@muc.de>
1644         Allow comma separated lists after Java "implements".
1646         * progmodes/cc-engine.el (c-backward-over-enum-header):
1647         Parse commas.
1648         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1649         from a "disallowed" list in enum fontification.
1651 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
1653         * startup.el (default-frame-background-mode): Remove unused defvar.
1655         * progmodes/verilog-mode.el (verilog-mode): Don't set
1656         comment-indent-function globally.
1658 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
1660         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1661         Move Info menu item creation to ns-win.el.
1663         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1664         in menu bar.
1666         * menu-bar.el: Move GNUStep specific menus...
1668         * term/ns-win.el (ns-initialize-window-system): ... to here.
1670 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1672         * simple.el (newline): Only run post-self-insert-hook when
1673         called interactively.
1675 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
1677         * icomplete.el (icomplete-with-completion-tables): Add :version.
1679 2013-10-19  Alan Mackenzie  <acm@muc.de>
1681         Fix fontification bugs with constructors and const.
1683         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1684         CASE 2) Remove the check for the absence of a suffix construct
1685         after a function declaration with only types (no identifiers) in
1686         the parentheses.  Also, accept a function declaration with just a
1687         type inside the parentheses, if this type can be positively
1688         recognised as such, or if a prefix keyword like "explicit" nails
1689         down the construct as a declaration.
1691 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
1693         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1694         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
1695         the problem whereby selecting a menu item that leads to a
1696         minibuffer prompt moves the cursor out of the minibuffer window,
1697         making it hard to type at the prompt.  Suggested by Stefan Monnier
1698         <monnier@iro.umontreal.ca>.
1700 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
1702         * menu-bar.el: Don't make Services menu.
1704 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1706         * ffap.el: Handle "/usr/include/c++/<version>" directories.
1707         (ffap-alist): Use ffap-c++-mode for c++-mode.
1708         (ffap-c++-path): New variable.
1709         (ffap-c++-mode): New function.
1711 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
1713         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
1715 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
1717         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1718         introduced on 2013-09-08, which results in an infinite loop
1719         requesting a password.
1721 2013-10-18  Glenn Morris  <rgm@gnu.org>
1723         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1725 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
1727         Sync with upstream verilog-mode revision 1a6ecec7.
1728         * progmodes/verilog-mode.el (verilog-mode-version): Update.
1729         (verilog-mode-release-date): Remove.
1730         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1731         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1732         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1733         (verilog-auto-tieoff-ignore-regexp)
1734         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1735         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1736         (verilog-signals-with, verilog-dir-cache-preserving)
1737         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1738         Doc fixes.
1739         (verilog-case-fold): New option, to control case folding in
1740         regexp searches, bug597.
1741         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1742         (verilog-string-match-fold, verilog-in-paren-count)
1743         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1744         (verilog-at-close-struct-p): New functions.
1745         (verilog-beg-block-re-ordered, verilog-extended-case-re)
1746         (verilog-forward-sexp, verilog-set-auto-endcomments):
1747         (verilog-leap-to-case-head): Handle "unique0" case.
1748         (verilog-in-constraint-re): New constant.
1749         (verilog-keywords, verilog-type-font-keywords):
1750         Add some SystemVerilog 1800-2012 keywords.
1751         (verilog-label-be): Remove unimplemented argument, bug669.
1752         (verilog-batch-execute-func): When batch expanding clear
1753         create-lockfiles to prevent spurious user locks when a file ends
1754         up not changing.
1755         (verilog-calculate-indent, verilog-calc-1)
1756         (verilog-at-close-constraint-p, verilog-at-constraint-p)
1757         (verilog-do-indent): Fix indentation of nested constraints
1758         and structures.
1759         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1760         (verilog-auto-inst-param): Use verilog-string-match-fold.
1761         (verilog-read-inst-module-matcher):
1762         Fix AUTOINST on gate primitives with #1.
1763         (verilog-read-decls): Fix double-declaring user-defined typed signals.
1764         Reads all user-defined typed variables.
1765         (verilog-read-defines): Fix reading definitions inside comments, bug647.
1766         (verilog-signals-matching-regexp)
1767         (verilog-signals-not-matching-regexp, verilog-auto):
1768         Respect verilog-case-fold.
1769         (verilog-diff-report): Fix line count.
1770         (verilog-auto-assign-modport): Remove unused local `modi'.
1771         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1772         better handle multidimensional arrays.
1773         Fix packed array ports misadding bit index in AUTOINST, bug637.
1774         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1775         to not double-declare existing outputs and inputs, respectively.
1776         (verilog-template-map): Bind U to verilog-sk-uvm-component.
1777         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1778         (verilog-sk-uvm-component): New skeleton.
1779         (verilog-submit-bug-report): Add verilog-case-fold,
1780         remove verilog-mode-release-date.
1782 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1784         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1785         as before.
1787 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
1789         * textmodes/remember.el (remember): set buffer-offer-save in
1790         remember buffers (bug#13566).
1792 2013-10-18  Daniel Colascione  <dancol@dancol.org>
1794         When evaluating forms in ielm, direct standard output to ielm
1795         buffer.  Add new ielm-return-for-effect command.  Remove trailing
1796         whitespace throughout.
1798         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1799         (ielm-return-for-effect): New command.
1800         (ielm-send-input): Accept optional `for-effect' parameter.
1801         (ielm-eval-input): Accept optional `for-effect' parameter.
1802         Bind `standard-output' to stream we create using
1803         `ielm-standard-output-impl'.  Suppress printing result when
1804         `for-effect'.
1805         (ielm-standard-output-impl): New function.
1806         (inferior-emacs-lisp-mode): Explain new features in documentation.
1808 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
1810         Code cleanup.
1812         * net/tramp.el (tramp-debug-message): Do not check for connection
1813         buffer.
1814         (tramp-message): Use "vector" connection property.
1816         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1817         (tramp-equal-remote, tramp-eshell-directory-change)
1818         * net/tramp-adb.el (tramp-adb-handle-copy-file)
1819         (tramp-adb-handle-rename-file)
1820         * net/tramp-cmds.el (tramp-list-remote-buffers)
1821         (tramp-cleanup-connection, tramp-cleanup-this-connection)
1822         * net/tramp-compat.el (tramp-compat-process-running-p)
1823         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1824         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1825         (tramp-gvfs-handle-rename-file)
1826         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1827         (tramp-set-file-uid-gid)
1828         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1829         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1830         of `file-remote-p'.
1832         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1833         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1834         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1835         (tramp-gw-open-network-stream): Suppress unrelated traces.
1837         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1838         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1839         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1840         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1841         connection property.
1843         * net/tramp-cache.el (top): Suppress traces when reading
1844         persistency file.
1846         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1847         Refactor common code.  Improve debug message.
1848         (tramp-maybe-open-connection)
1849         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1850         connection buffer too early.
1852         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1853         from `tramp-smb-actions-with-acl'.
1854         (tramp-smb-actions-set-acl): New defconst.
1855         (tramp-smb-handle-copy-directory)
1856         (tramp-smb-action-get-acl): New defun, renamed from
1857         `tramp-smb-action-with-acl'.
1858         (tramp-smb-action-set-acl): New defun.
1859         (tramp-smb-handle-set-file-acl): Rewrite.
1861 2013-10-17  Glenn Morris  <rgm@gnu.org>
1863         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
1865 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1867         * skeleton.el (skeleton-newline): Remove.
1868         (skeleton-internal-1): Use (insert "\n") instead.
1870         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1871         let-bindings.
1873         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1874         forward-sexp-function while we redo its job (bug#15613).
1876 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
1878         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1879         represented by lists.
1881 2013-10-16  Glenn Morris  <rgm@gnu.org>
1883         * tmm.el (tmm--history): New dynamic variable.
1884         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
1886 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
1888         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1889         (tramp-smb-errors): Add error messages.
1890         (tramp-smb-actions-with-acl): New defconst.
1891         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1892         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1893         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1894         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1895         (tramp-smb-get-stat-capability): Fix tests.
1897 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1899         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1900         (bug#15580).
1902 2013-10-16  Glenn Morris  <rgm@gnu.org>
1904         * ansi-color.el (ansi-color-drop-regexp):
1905         Add 1J, 1K, 2K.  (Bug#15617)
1907         * files.el (hack-local-variables--warned-lexical): New.
1908         (hack-local-variables):
1909         Warn about misplaced lexical-binding.  (Bug#15616)
1911         * net/eww.el (eww-render): Always set eww-current-url,
1912         and update header line.  (Bug#15622)
1913         (eww-display-html): ... Rather than just doing it here.
1915 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
1917         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1918         menu navigations commands.
1920 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1922         * progmodes/subword.el (subword-capitalize): Be careful when
1923         the search for [[:alpha:]] fails (bug#15580).
1925 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
1927         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1928         to commands that scroll the menu.
1930 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1932         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1933         Handle methods ending with `?' and `!'.
1935 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
1937         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1938         `japanese-cp932' to `cp932' to fix the problem where saving a
1939         source file written in Shift_JIS twice would end up having
1940         `coding: japanese-cp932' which Ruby could not recognize.
1941         (ruby-mode-set-encoding): Add support for encodings mapped to nil
1942         in `ruby-encoding-map'.
1943         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1944         doesn't need to be explicitly declared in magic comment.
1945         (ruby-encoding-map): Add type declaration for better customize UI.
1947 2013-10-13  Glenn Morris  <rgm@gnu.org>
1949         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1950         Occur buffers are read-only.  http://bugs.debian.org/720775
1952         * emacs-lisp/authors.el (authors-fixed-entries):
1953         Comment out old alpha stuff.
1955 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
1957         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1958         to `after-save-hook' instead of `before-save-hook'.
1959         (ruby-mode-set-encoding): Use the value of coding system used to
1960         write the file.  Call `basic-save-buffer-1' after modifying the
1961         buffer.
1963 2013-10-13  Alan Mackenzie  <acm@muc.de>
1965         Fix indentation/fontification of Java enum with
1966         "implements"/generic.
1968         * progmodes/cc-engine.el (c-backward-over-enum-header):
1969         Extracted from the three other places and enhanced to handle generics.
1970         (c-inside-bracelist-p): Uses new function above.
1971         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1972         function above.
1973         (c-font-lock-enum-tail): Uses new function above.
1975 2013-10-13  Kenichi Handa  <handa@gnu.org>
1977         * international/mule-cmds.el (select-safe-coding-system): Remove a
1978         superfluous condition in chekcing whether a coding system is safe
1979         or not.
1981 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
1983         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
1985 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
1987         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
1989 2013-10-13  Glenn Morris  <rgm@gnu.org>
1991         * menu-bar.el (menu-bar-update-buffers):
1992         Unify Buffers menu prompt string.  (Bug#15576)
1994         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
1996         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1997         Add some entries.
1998         (authors-fixed-entries): Use accented form of name.
2000 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2002         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
2003         method calls (bug#15594).
2004         (ruby-smie--args-separator-p): New function.
2005         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
2006         recognize paren-free method calls.
2008         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
2009         internals of universal-argument.
2011 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
2013         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
2014         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
2015         dropped menu on second mouse click on the menu bar.
2017 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2019         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
2020         (explicit-shell-file-name): Declare.
2021         (sh--vars-before-point, sh--cmd-completion-table): New functions.
2022         (sh-completion-at-point-function): New function.
2023         (sh-mode): Use it.
2024         (sh-smie--keyword-p): Remove unused argument.
2025         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
2026         vars.
2027         (sh-set-shell): Always setup SMIE, even if we use the
2028         old indentation code.
2030 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
2032         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
2033         cases of ? and =.
2034         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
2035         predicate would return nil are almost non-existent.
2036         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
2038         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
2039         cache also after commands that modify the buffer but don't move
2040         point.
2042 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2044         * env.el (substitute-env-in-file-name): New function.
2045         (substitute-env-vars): Extend the meaning of the optional arg.
2047 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
2049         * term/w32-win.el (dynamic-library-alist): Define separate lists
2050         of GIF DLLs for versions before and after 5.0.0 of giflib.
2051         (Bug#15531)
2053 2013-10-10  João Távora  <joaotavora@gmail.com>
2055         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
2056         not locked, use last revision and current source as
2057         defaults.  (Bug#15569)
2059 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
2061         * menu-bar.el (menu-bar-open): Don't use popup-menu if
2062         menu-bar is hidden.
2064 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
2066         * window.el (pop-to-buffer-same-window): Fix doc-string.
2067         (Bug#15492)
2069 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2071         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2073 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
2075         * calendar/icalendar.el (icalendar-import-file):
2076         Fix interactive spec.  (Bug#15482)
2078 2013-10-10  Glenn Morris  <rgm@gnu.org>
2080         * desktop.el (desktop-save): Default to saving in .emacs.d,
2081         since PWD is no longer in desktop-path by default.  (Bug#15319)
2083         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2084         now that text mode has a menu with the same entry.
2085         (menu-bar-text-mode-auto-fill): Remove now unused func.
2086         * textmodes/text-mode.el (text-mode-map):
2087         Use auto-fill help text from menu-bar.el.
2089 2013-10-10  John Anthony  <john@jo.hnanthony.com>
2091         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
2093 2013-10-09  Juri Linkov  <juri@jurta.org>
2095         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2096         instead of this-command-keys.  Add universal-argument-more and
2097         universal-argument-minus to the list of prefix commands.  (Bug#15568)
2099 2013-10-09  Glenn Morris  <rgm@gnu.org>
2101         * vc/vc-svn.el (vc-svn-create-repo):
2102         Expand paths in file://... url.  (Bug#15446)
2104         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2105         Add some entries.
2106         (authors): Remove unused local variables.
2108 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * profiler.el: Create a more coherent calltree from partial backtraces.
2111         (profiler-format): Hide the tail with `invisible' so that C-s can still
2112         find the hidden elements.
2113         (profiler-calltree-depth): Don't recurse so enthusiastically.
2114         (profiler-function-equal): New hash-table-test.
2115         (profiler-calltree-build-unified): New function.
2116         (profiler-calltree-build): Use it.
2117         (profiler-report-make-name-part): Indent the calltree less.
2118         (profiler-report-mode): Add visibility specs for profiler-format.
2119         (profiler-report-expand-entry, profiler-report-toggle-entry):
2120         Expand the whole subtree when provided with a prefix arg.
2122 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
2124         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2125         iuwu-mod token.
2126         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2127         hanging iuwu-mod token.
2128         (ruby-smie--forward-token): Do not include a dot after a token in
2129         that token.
2130         (ruby-smie--backward-token): Likewise.
2132 2013-10-08  Juri Linkov  <juri@jurta.org>
2134         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2135         to isearch-other-control-char.
2136         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2137         and isearch-post-command-hook to post-command-hook.
2138         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2139         and isearch-post-command-hook from post-command-hook.
2140         (isearch-unread-key-sequence)
2141         (isearch-reread-key-sequence-naturally)
2142         (isearch-lookup-scroll-key, isearch-other-control-char)
2143         (isearch-other-meta-char): Remove functions.
2144         (isearch-pre-command-hook, isearch-post-command-hook):
2145         New functions based on isearch-other-meta-char rewritten
2146         relying on the new behavior of overriding-terminal-local-map
2147         that does not replace the local keymaps any more.  (Bug#15200)
2149 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
2151         Support menus on text-mode terminals.
2152         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2153         functionality.
2155         * tooltip.el (tooltip-mode): Don't error out on TTYs.
2157         * menu-bar.el (popup-menu, popup-menu-normalize-position):
2158         Move here from mouse.el.
2159         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2160         and arrow keys.
2161         (tty-menu-navigation-map): New map for TTY menu navigation.
2163         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2165         * frame.el (display-mouse-p): Report text-mode mouse as available
2166         on w32.
2167         (display-popup-menus-p): Report availability if mouse is
2168         available; don't condition on window-system.
2170         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2171         (tty-menu-selected-face): New faces.
2173 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2175         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2176         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2177         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2178         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2179         New constants.
2180         (lisp-mode-variables): New `elisp' argument.
2181         (emacs-lisp-mode): Use it.
2182         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2183         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2185         * indent.el: Use lexical-binding.
2186         (indent-region): Add progress reporter.
2187         (tab-stop-list): Make it implicitly extend to infinity by repeating the
2188         last step.
2189         (indent--next-tab-stop): New function to implement this behavior.
2190         (tab-to-tab-stop, move-to-tab-stop): Use it.
2192 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
2194         * indent.el (indent-rigidly--current-indentation): New function.
2195         (indent-rigidly-map): New var.
2196         (indent-rigidly): Use it to provide interactive mode (bug#8196).
2198 2013-10-08  Bastien Guerry  <bzg@gnu.org>
2200         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2202 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2204         * progmodes/perl-mode.el: Use lexical-binding.
2205         Remove redundant :group args.
2206         (perl-nochange): Change default to be closer to other major modes's
2207         standard behavior.
2208         (perl-indent-line): Don't consider text on current line as a
2209         valid beginning of function from which to indent.
2211         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2212         with more than one argument (bug#15538).
2214         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2216         * vc/pcvs.el: Use lexical-binding.
2217         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2218         environment of `eval'.
2219         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2220         than a list of expressions.  Adjust callers.
2221         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2223 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
2225         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2226         case of the dot in a chained method call being on the following line.
2228 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2230         * electric.el (electric-indent-inhibit): New var.
2231         (electric-indent-post-self-insert-function): Use it.
2232         * progmodes/python.el (python-mode): Set it.
2234         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2235         open braces.
2237         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2239         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2240         (css-mode): Use electric-indent-chars.
2242         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2243         (font-lock-beg, font-lock-end): Move before first use.
2244         (nxml-mode): Use syntax-propertize-function.
2245         (nxml-after-change, nxml-after-change1): Adjust accordingly.
2246         (nxml-extend-after-change-region): Remove.
2247         * nxml/xmltok.el: Use lexical-binding.
2248         (xmltok-save): Use `declare'.
2249         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2250         * nxml/nxml-util.el: Use lexical-binding.
2251         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2252         Use `declare'.
2253         * nxml/nxml-ns.el: Use lexical-binding.
2254         (nxml-ns-save): Use `declare'.
2255         (nxml-ns-prefixes-for): Avoid add-to-list.
2256         * nxml/rng-match.el: Use lexical-binding.
2257         (rng--ipattern): Use cl-defstruct.
2258         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2259         (rng-cons-group-after, rng-subst-group-after)
2260         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2261         Use closures instead of `(lambda...).
2263 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
2265         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2266         of BEG and END.
2268         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2269         Use `tramp-handle-insert-file-contents'.
2270         (tramp-gvfs-handle-insert-file-contents): Remove function.
2272         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2273         Use `save-restriction' in order to keep markers.
2275         * net/trampver.el: Update release number.
2277 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2279         * progmodes/compile.el (compilation-parse-errors):
2280         Use compilation--put-prop.
2281         (compilation--ensure-parse): Check compilation-multiline.
2283         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2285         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2286         lexical-binding.
2288         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2290         * progmodes/ruby-mode.el: Fix recently added tests.
2291         (ruby-smie-grammar): Add - and +.
2292         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2293         (ruby-smie--backward-id): New functions.
2294         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2295         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
2296         any more.
2298 2013-10-07  Leo Liu  <sdl.web@gmail.com>
2300         * register.el (register-preview-delay)
2301         (register-preview-functions): New variables.
2302         (register-read-with-preview, register-preview)
2303         (register-describe-oneline): New functions.
2304         (point-to-register, window-configuration-to-register)
2305         (frame-configuration-to-register, jump-to-register)
2306         (number-to-register, view-register, insert-register)
2307         (copy-to-register, append-to-register, prepend-to-register)
2308         (copy-rectangle-to-register): Use register-read-with-preview to
2309         read register.  (Bug#15525)
2311 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
2313         * net/network-stream.el (network-stream-open-starttls): Don't add
2314         --insecure if it's already present, because that gnutls-cli
2315         rejects getting that parameter twice.
2317 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
2319         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2320         keyword, too.
2322 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
2324         * newcomment.el (comment-use-global-state): Change default value
2325         to t, mark obsolete (Bug#15251).
2326         (comment-beginning): In addition to `comment-to-syntax', check the
2327         value of `comment-use-global-state'.
2329 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2331         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2332         (ruby-comment-column): Follow the global default, by default.
2333         (ruby-smie-grammar): Add assignment syntax.
2334         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2335         open-paren, a comma, or a \.
2336         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2337         and line continuations.
2338         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2339         followed by implicit semi-colons.  Add rule for string concatenation
2340         and for indentation at BOB.
2341         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2343         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2344         calling next-sexp, since next-token may have skipped chars which
2345         next-sexp doesn't know should be skipped!
2347 2013-10-05  Leo Liu  <sdl.web@gmail.com>
2349         * progmodes/octave.el (octave-send-region):
2350         Call compilation-forget-errors.
2352 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
2354         * vc/vc-svn.el (vc-svn-find-admin-dir):
2355         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2356         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2357         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2358         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2360 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2362         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2364 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2366         * subr.el (read-passwd): Hide chars even when called within a context
2367         where after-change-functions is disabled (bug#15501).
2368         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2369         until we removed ourself from overriding-terminal-local-map.
2371 2013-10-04  Leo Liu  <sdl.web@gmail.com>
2373         * progmodes/octave.el (inferior-octave-mode):
2374         Call compilation-forget-errors.
2376 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
2378         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2380 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
2382         * net/secrets.el (secrets-create-collection): Add optional
2383         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
2384         dbus-call-method argument.  (Bug#15516)
2386 2013-10-04  Leo Liu  <sdl.web@gmail.com>
2388         * progmodes/octave.el (inferior-octave-error-regexp-alist)
2389         (inferior-octave-compilation-font-lock-keywords): New variables.
2390         (compilation-error-regexp-alist)
2391         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2392         (inferior-octave-mode): Use compilation-shell-minor-mode.
2394 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
2396         * minibuffer.el (completion--replace): Be careful that `end' might be
2397         a marker.
2399 2013-10-03  Daiki Ueno  <ueno@gnu.org>
2401         Add support for package signature checking.
2402         * emacs-lisp/package.el (url-http-file-exists-p)
2403         (epg-make-context, epg-context-set-home-directory)
2404         (epg-verify-string, epg-context-result-for)
2405         (epg-signature-status, epg-signature-to-string)
2406         (epg-check-configuration, epg-configuration)
2407         (epg-import-keys-from-file): Declare.
2408         (package-check-signature): New user option.
2409         (package-unsigned-archives): New user option.
2410         (package-desc): Add `signed' field.
2411         (package-load-descriptor): Set `signed' field if .signed file exists.
2412         (package--archive-file-exists-p): New function.
2413         (package--check-signature): New function.
2414         (package-install-from-archive): Check package signature.
2415         (package--download-one-archive): Check archive signature.
2416         (package-delete): Remove .signed file.
2417         (package-import-keyring): New command.
2418         (package-refresh-contents): Import default keyring.
2419         (package-desc-status): Add "unsigned" status.
2420         (describe-package-1, package-menu--print-info)
2421         (package-menu-mark-delete, package-menu--find-upgrades)
2422         (package-menu--status-predicate): Support "unsigned" status.
2424 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2426         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2427         the new compilation scheme using the new byte-codes.
2429         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2430         (byte-pophandler): New byte codes.
2431         (byte-goto-ops): Adjust accordingly.
2432         (byte-compile--use-old-handlers): New var.
2433         (byte-compile-catch): Use new byte codes depending on
2434         byte-compile--use-old-handlers.
2435         (byte-compile-condition-case--old): Rename from
2436         byte-compile-condition-case.
2437         (byte-compile-condition-case--new): New function.
2438         (byte-compile-condition-case): New function that dispatches depending
2439         on byte-compile--use-old-handlers.
2440         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2441         when we can.
2443         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2444         Optimize under `condition-case' and `catch' if
2445         byte-compile--use-old-handlers is nil.
2446         (disassemble-offset): Handle new bytecodes.
2448 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         * subr.el (error): Use `declare'.
2451         (decode-char, encode-char): Use advertised-calling-convention instead
2452         of the docstring to discourage use of the `restriction' arg.
2454 2013-10-03  Daiki Ueno  <ueno@gnu.org>
2456         * epg.el (epg-verify-file): Add a comment saying that it does not
2457         notify verification error as a return value nor a signal.
2458         (epg-verify-string): Ditto.
2460 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2462         * progmodes/compile.el (compilation-start): Try globbing the arg to
2463         `cd' (bug#15417).
2465 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
2467         Sync with Tramp 2.2.8.
2469         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2470         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2471         * net/trampver.el: Update release number.
2473 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
2475         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2476         and default-process-coding-system for darwin only.
2478 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2480         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2482 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
2484         * vc/vc-git.el (vc-git-grep): Disable pager.
2486 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
2488         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2489         Use :url instead of :homepage, as per
2490         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2492         * newcomment.el (comment-beginning): When `comment-use-syntax' is
2493         non-nil, use `syntax-ppss' (Bug#15251).
2495 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2497         * progmodes/octave.el (inferior-octave-startup-file):
2498         Prefer ~/.emacs.d/init_octave.m.
2500 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
2502         * emacs-lisp/package.el (package-desc-from-define):
2503         Accept additional arguments as plist, convert them to an alist and store
2504         them in the `extras' slot.
2505         (package-generate-description-file): Convert extras alist back to
2506         plist and append to the `define-package' form arguments.
2507         (package--alist-to-plist): New function.
2508         (package--ac-desc): Add `extras' slot.
2509         (package--add-to-archive-contents): Check if the archive-contents
2510         vector is long enough, and if it is, pass its `extras' slot value
2511         to `package-desc-create'.
2512         (package-buffer-info): Call `lm-homepage', pass the returned value
2513         to `package-desc-from-define'.
2514         (describe-package-1): Render the homepage button (Bug#13291).
2516         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2517         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2519 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
2521         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2522         and default-process-coding-system to utf-8-unix (Bug#15402).
2524 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
2526         * subr.el (looking-back): Do not recommend using looking-back.
2528 2013-09-28  Alan Mackenzie  <acm@muc.de>
2530         Fix indentation/fontification of Java enum with "implements".
2532         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2533         regexp which matches "implements", etc., in Java.
2534         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2535         specifier clauses coming after "enum".
2536         * progmodes/cc-fonts.el (c-font-lock-declarations)
2537         (c-font-lock-enum-tail): Check for extra specifier clauses coming
2538         after "enum".
2540 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
2542         * faces.el (region): Change ns_selection_color to
2543         ns_selection_fg_color, add ns_selection_bg_color.
2545 2013-09-28  Leo Liu  <sdl.web@gmail.com>
2547         * progmodes/octave.el (inferior-octave-completion-table)
2548         (inferior-octave-completion-at-point): Minor tweaks.
2550         * textmodes/ispell.el (ispell-lookup-words): Rename from
2551         lookup-words.  (Bug#15460)
2552         (lookup-words): Obsolete.
2553         (ispell-complete-word, ispell-command-loop): All uses changed.
2555 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2557         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2558         (octave-mode-menu): Add octave-send-buffer.
2559         (octave-send-buffer): New function.
2561 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2563         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2564         octave-lookfor.
2565         (octave-mode-menu): Add octave-lookfor.
2566         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2567         octave-lookfor.
2568         (octave-lookfor): New function.
2570 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2572         * emacs-lisp/cl-macs.el:
2573         (cl--loop-destr-temps): Remove.
2574         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2575         its convention.
2576         (cl--loop-set-iterator-function): New function.
2577         (cl-loop): Adjust accordingly, so as not to use cl-subst.
2578         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2579         Bind `it' with `let' instead of substituting it with `cl-subst'.
2580         (cl--unused-var-p): New function.
2581         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2582         Eliminate some unused variable warnings (bug#15326).
2584 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
2586         * doc-view.el (doc-view-scale-reset): Rename from
2587         `doc-view-reset-zoom-level'.
2588         (doc-view-scale-adjust): New command.
2589         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2590         `doc-view-scale-adjust'.
2592 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
2594         * doc-view.el (doc-view-reset-zoom-level): New command.
2595         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2596         zoom commands (bug#15466).
2598 2013-09-26  Kenichi Handa  <handa@gnu.org>
2600         * international/quail.el (quail-help): Make it not a command.
2602 2013-09-26  Leo Liu  <sdl.web@gmail.com>
2604         * minibuffer.el (completion-all-sorted-completions): Make args
2605         optional as they are.
2607 2013-09-25  Daniel Colascione  <dancol@dancol.org>
2609         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2610         specs are and that they're not evaluated.
2612 2013-09-24  Sam Steingold  <sds@gnu.org>
2614         * midnight.el (clean-buffer-list-kill-regexps)
2615         (clean-buffer-list-kill-buffer-names): Update for the new Man
2616         buffer naming which includes the object name.
2618 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2620         * eshell/esh-cmd.el (eshell--sep-terms): New var.
2621         (eshell-parse-command, eshell-parse-pipeline): Use it since
2622         eshell-separate-commands requires a dynamic scoped var.
2623         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2625 2013-09-23  Leo Liu  <sdl.web@gmail.com>
2627         * autoinsert.el (auto-insert-alist): Make the value of
2628         lexical-binding match its file setting.
2630 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
2632         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2634         * autoarg.el (autoarg-kp-digit-argument):
2635         * electric.el (Electric-command-loop):
2636         * kmacro.el (kmacro-step-edit-insert):
2637         Do not set universal-argument-num-events.
2639 2013-09-22  Leo Liu  <sdl.web@gmail.com>
2641         * files.el (interpreter-mode-alist): Add octave.
2643 2013-09-21  Alan Mackenzie  <acm@muc.de>
2645         C++: fontify identifier in declaration following "public:" correctly.
2646         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2647         to match "public", etc.
2648         (c-decl-prefix-re): Add ":" into the C++ value.
2649         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2650         bit.  Add a check for a ":" preceded by "public", etc.
2652 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
2654         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2655         recognized by GDB 7.5 and later.
2657 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
2659         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2661 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * subr.el (internal--call-interactively): New const.
2664         (called-interactively-p): Use it (bug#3984).
2666 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
2668         * vc/pcvs.el (cvs-mode-ignore):
2669         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2670         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2672 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2674         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
2675         (eshell-ls-orig-insert-directory): Remove.
2676         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
2677         (eshell-ls-use-in-dired): Use advice-add/remove.
2678         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2679         Add `orig-fun' arg for use in :around advice.
2680         Make it check (redundantly) eshell-ls-use-in-dired.
2682 2013-09-19  Glenn Morris  <rgm@gnu.org>
2684         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2686         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2688         * emacs-lisp/eieio.el (class-parent): Undo previous change.
2690 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
2692         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2693         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2694         (tramp-get-remote-python): New defuns.
2695         (tramp-get-remote-uid-with-perl)
2696         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
2697         contributed by yary <not.com@gmail.com> (tiny change).
2698         (tramp-get-remote-uid-with-python)
2699         (tramp-get-remote-gid-with-python): New defuns.  Python code
2700         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2701         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2703 2013-09-19  Glenn Morris  <rgm@gnu.org>
2705         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2707         * eshell/em-unix.el (eshell-remove-entries):
2708         Rename argument to avoid name-clash with global `top-level'.
2710         * eshell/esh-proc.el (eshell-kill-process-function):
2711         Remove eshell-reset-after-proc from eshell-kill-hook if present.
2712         (eshell-reset-after-proc): Remove unused arg `proc'.
2714         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2715         (directory-files-and-attributes): Mark unused arg.
2717         * eshell/em-unix.el (eshell-remove-entries):
2718         Remove unused arg `path'.  Update callers.
2720         * eshell/em-hist.el (eshell-hist-parse-arguments):
2721         Remove unused arg `silent'.  Update callers.
2723         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2724         Fix (f)boundp mix-up.
2726         * eshell/em-smart.el (eshell-smart-scroll-window)
2727         (eshell-disable-after-change):
2728         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2730 2013-09-18  Alan Mackenzie  <acm@muc.de>
2732         Fix fontification of type when followed by "const".
2733         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2734         "known" types from fontification.
2736 2013-09-18  Glenn Morris  <rgm@gnu.org>
2738         * emacs-lisp/chart.el (x-display-color-cells): Declare.
2739         (chart-face-list): Drop Emacsen without display-color-p.
2741         * net/eww.el (libxml-parse-html-region): Declare.
2742         (eww-display-html): Explicit error if no libxml2 support.
2744         * doc-view.el (doc-view-mode): Silence --without-x compilation.
2746         * image.el (image-type-from-buffer, image-multi-frame-p):
2747         Remove --without-x warning/error.
2749         * mouse.el (mouse-yank-primary):
2750         * term.el (term-mouse-paste):
2751         Reorder to silence --without-x compilation.
2753         * mpc.el (doc-view-mode): Silence --without-x compilation.
2755         * mail/rmailmm.el (rmail-mime-set-bulk-data):
2756         Silence --without-x compilation.
2758         * progmodes/gud.el (gud-find-file, gud-mode):
2759         Silence --without-x compilation.
2760         (tooltip-mode): Declare.
2762         * wdired.el (dired-backup-overwrite): Remove declaration.
2763         (wdired-mode-map): Add doc string.
2765         * custom.el (x-get-resource): Declare.
2767         * eshell/em-glob.el (ange-cache):
2768         * eshell/em-unix.el (ange-cache): Declare.
2770         * faces.el (x-display-list, x-open-connection, x-get-resource):
2771         Declare.
2773         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2774         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2775         Declare.
2777         * frame.el (x-display-grayscale-p, x-display-name): Declare.
2779         * net/gnutls.el (gnutls-log-level): Declare.
2781         * net/shr.el (image-size, image-animate): Declare.
2783         * simple.el (font-info): Declare.
2785         * subr.el (x-popup-dialog): Declare.
2787         * term/common-win.el (x-select-enable-primary)
2788         (x-last-selected-text-primary, x-last-selected-text-clipboard):
2789         Declare.
2791         * term/ns-win.el (x-handle-args): Declare.
2793         * term/x-win.el (x-select-enable-clipboard): Declare.
2795         * term/w32-win.el (create-default-fontset): Declare.
2797         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2798         Declare.
2800         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2801         (fit-frame-to-buffer): Explicit error if --without-x.
2802         (mouse-autoselect-window-select): Silence compiler.
2804         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2806         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2807         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2808         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2809         * eshell/esh-util.el (eshell-sublist):
2810         Remove unused local variables.
2812         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2814         * textmodes/two-column.el: Make 2C-split work for --without-x.
2815         (scroll-bar-columns): Autoload.
2816         (top-level): Require fringe when compiling.
2818 2013-09-18  Leo Liu  <sdl.web@gmail.com>
2820         * subr.el (add-hook): Robustify to handle closure as well.
2822 2013-09-17  Glenn Morris  <rgm@gnu.org>
2824         * simple.el (messages-buffer-mode-map): Unbind "g".
2826 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2828         * help-mode.el (help-mode-finish): Use derived-mode-p.
2829         Remove obsolete highlighting.
2831         * play/life.el (life-mode): Use define-derived-mode.  Derive from
2832         special-mode.
2833         (life): Let-bind inhibit-read-only.
2834         (life-setup): Avoid `setq'.  Use `life-mode'.
2836         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2837         which should not be needed any more.
2838         (package-menu-refresh, package-menu-describe-package): Use user-error.
2840         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2841         (eshell-post-rewrite-command-hook): Make obsolete.
2842         (eshell-parse-command): Simplify.
2843         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2844         (eshell--cmd): Declare.
2845         (eshell-parse-pipeline): Remove unused var `final-p'.
2846         Pass a dynvar to eshell-post-rewrite-command-hook.
2847         Implement the new eshell-post-rewrite-command-function.
2848         (eshell-invoke-directly): Remove unused arg `input'.
2849         * eshell/esh-io.el (eshell-io-initialize):
2850         Use eshell-post-rewrite-command-function (bug#15399).
2851         (eshell--apply-redirections): Rename from eshell-apply-redirections;
2852         adjust to new calling convention.
2853         (eshell-create-handles): Rename args to avoid clashing with dynvar
2854         `standard-output'.
2856 2013-09-17  Glenn Morris  <rgm@gnu.org>
2858         * simple.el (messages-buffer-mode): New major mode.
2859         (messages-buffer): New function.
2860         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2861         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2862         (ert-run-test): Use `messages-buffer' function.
2863         (ert--force-message-log-buffer-truncation): Ignore read-only.
2864         * help.el (view-echo-area-messages): Use `messages-buffer' function.
2865         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2867 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2871         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2873 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2875         * icomplete.el (icomplete-in-buffer): New var.
2876         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2877         vars and replace them with functions.
2878         (icomplete-minibuffer-setup): Adjust accordingly.
2879         (icomplete--completion-table, icomplete--completion-predicate)
2880         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2881         New functions.
2882         (icomplete-forward-completions, icomplete-backward-completions)
2883         (icomplete-simple-completing-p, icomplete-exhibit)
2884         (icomplete-completions): Use them.
2885         (icomplete--in-region-buffer): New var.
2886         (icomplete--in-region-setup): New function.
2887         (icomplete-mode): Use it.
2889         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2890         (bug#15379).
2891         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2892         return args and options.
2893         (eshell-eval-using-options): Use the new return value of
2894         eshell--do-opts to set the options's vars in their scope.
2895         (eshell--set-option): Rename from eshell-set-option.
2896         Add arg `opt-vals'.
2897         (eshell--process-option): Rename from eshell-process-option.
2898         Add arg `opt-vals'.
2899         (eshell--process-args): Use an `opt-vals' alist to store the options's
2900         values during their processing and return them additionally to the
2901         remaining args.
2903 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
2905         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2906         continuation character an operator, as far as indentation is
2907         concerned (Bug#15369).
2909 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
2911         * window.el (window--state-put-2): Don't process buffer state
2912         when buffer doesn't exist any more (Bug#15382).
2914 2013-09-15  Glenn Morris  <rgm@gnu.org>
2916         * eshell/em-unix.el (eshell/rm):
2917         Make -f ignore missing files.  (Bug#15373)
2919         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
2920         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2921         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2923 2013-09-14  Glenn Morris  <rgm@gnu.org>
2925         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2927 2013-09-13  Glenn Morris  <rgm@gnu.org>
2929         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2930         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
2932 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
2934         * frame.el (x-focus-frame): Mark as declared in frame.c.
2936 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * ls-lisp.el: Use advice-add.
2939         (original-insert-directory): Remove.
2940         (ls-lisp--insert-directory): Rename from insert-directory; add
2941         `orig-fun' argument.
2942         (insert-directory): Advise.
2944 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
2946         * term.el (term-emulate-terminal): Decode the command string
2947         before passing it to term-command-hook.  (Bug#15337)
2949 2013-09-13  Glenn Morris  <rgm@gnu.org>
2951         * eshell/esh-util.el (ange-cache): Move declaration earlier.
2953         * eshell/esh-ext.el (eshell-search-path): Declare.
2955         * eshell/em-prompt.el (eshell/pwd): Autoload it.
2956         Otherwise an error occurs if eshell-dirs module not loaded.
2958         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2960 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
2962         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2963         `tramp-check-proper-host'.  Check for a valid method name.
2965         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2966         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2967         * net/tramp-sh.el (tramp-maybe-open-connection):
2968         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2970         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2971         also for hash values.
2973 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2975         * term/ns-win.el (parameters): Don't declare as dynamic.
2976         (before-make-frame-hook): Don't add ineffective function.
2978         * eshell/*.el: Use lexical-binding (bug#15231).
2980 2013-09-12  Kenichi Handa  <handa@gnu.org>
2982         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2984 2013-09-12  Glenn Morris  <rgm@gnu.org>
2986         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2987         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2989         * subr.el (do-after-load-evaluation): Also give compiler warnings
2990         when obsolete files are used (except by obsolete files).
2992         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2993         in the status output, assume `filename' is the first.  (Bug#15322)
2995         * vc/vc.el (vc-deduce-fileset): Doc fix.
2997         * calc/calc-help.el (Info-goto-node):
2998         * progmodes/cperl-mode.el (Info-find-node):
2999         * vc/ediff.el (Info-goto-node): Update declarations.
3001         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
3003         * vc/vc-bzr.el (vc-compilation-mode): Declare.
3004         (vc-bzr-pull): Require vc-dispatcher.
3005         * vc/vc-git.el (vc-compilation-mode): Declare.
3006         (vc-git-pull): Require vc-dispatcher.
3008         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
3010         * progmodes/octave.el (help-button-action): Declare.
3012         * shell.el (shell-directory-tracker): Output error as a message
3013         rather than just returning it as a string.
3014         (shell-process-pushd): Remove useless use of message.
3016         * dframe.el (dframe-timer-fn):
3017         * files.el (dir-locals-read-from-file):
3018         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
3019         (mpc-format):
3020         * reveal.el (reveal-post-command):
3021         * saveplace.el (load-save-place-alist-from-file):
3022         * shell.el (shell-resync-dirs):
3023         * w32-common-fns.el (x-get-selection-value):
3024         * emacs-lisp/copyright.el (copyright-find-copyright):
3025         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3026         * emulation/tpu-edt.el (tpu-copy-keyfile):
3027         * play/bubbles.el (bubbles--mark-neighbourhood):
3028         * progmodes/executable.el
3029         (executable-make-buffer-file-executable-if-script-p):
3030         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
3032 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3034         Cleanup Eshell to rely less on dynamic scoping.
3035         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
3036         last-value, and ext-command here.  Bind `args' closer to `body'.
3037         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
3038         (eshell--args): Declare new dynamic var.
3039         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
3040         last-value, and ext-command.  Pass `args' to `body'.
3041         (eshell-process-args): Bind eshell--args.
3042         (eshell-set-option): Use eshell--args.
3043         * eshell/eshell.el (eshell): Use derived-mode-p.
3044         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
3045         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
3046         (eshell-glob-function): Declare.
3047         * eshell/esh-util.el: Require cl-lib.
3048         (eshell-read-hosts-file): Avoid add-to-list.
3049         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
3050         `err'.
3051         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
3052         Declare.
3053         (eshell/diff): Remove unused var `err'.
3054         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
3055         `killflag'.
3056         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
3057         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
3058         first use.
3059         * eshell/em-glob.el (eshell-glob-matches, message-shown):
3060         Move declaration before first use.
3061         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
3062         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
3063         rely on cl-return.
3065 2013-09-12  Glenn Morris  <rgm@gnu.org>
3067         * term/ns-win.el (global-map): Remove binding for ispell-next,
3068         deleted 1999-05-29.  (Bug#15357)
3070 2013-09-11  Glenn Morris  <rgm@gnu.org>
3072         * echistory.el (electric-command-history): Remove call to deleted func.
3074         * play/landmark.el (landmark-mode): Fix typos.
3076         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3077         Check cvs-sort-ignore-file is bound.
3079         * savehist.el: No need for cl when compiling on Emacs.
3081 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3083         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3084         (bug#15338).
3085         (eshell-self-insert-command, eshell-send-invisible):
3086         Remove unused argument.
3087         (eshell-handle-control-codes): Remove unused var `orig'.
3088         Avoid delete-backward-char.
3090         * files.el (set-auto-mode): Simplify a bit further.
3092 2013-09-11  Glenn Morris  <rgm@gnu.org>
3094         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3095         (set-auto-mode): Don't regexp-quote elements.
3096         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3097         * progmodes/cc-mode.el (interpreter-mode-alist):
3098         * progmodes/ruby-mode.el (interpreter-mode-alist):
3099         Revert previous change.
3101 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3103         * play/snake.el (snake-mode):
3104         * play/mpuz.el (mpuz-mode):
3105         * play/landmark.el (lm-mode):
3106         * play/blackbox.el (blackbox-mode):
3107         * play/5x5.el (5x5-mode):
3108         * obsolete/options.el (Edit-options-mode):
3109         * net/quickurl.el (quickurl-list-mode):
3110         * net/newst-treeview.el (newsticker-treeview-mode):
3111         * mail/rmailsum.el (rmail-summary-mode):
3112         * mail/mspools.el (mspools-mode):
3113         * locate.el (locate-mode):
3114         * ibuffer.el (ibuffer-mode):
3115         * emulation/ws-mode.el (wordstar-mode):
3116         * emacs-lisp/debug.el (debugger-mode):
3117         * array.el (array-mode):
3118         * net/eudc.el (eudc-mode): Use define-derived-mode.
3119         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3120         Move initialization into declaration.
3121         (mairix-searches-mode): Use define-derived-mode.
3122         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3123         (eudc-edit-hotlist): Use dolist.
3124         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3125         (Man-mode): Use define-derived-mode.
3126         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3127         (Info-edit-mode): Use define-derived-mode.
3128         (Info-cease-edit): Use Info-mode.
3129         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3130         into declaration.
3131         (eshell-mode): Use define-derived-mode.
3132         * chistory.el (command-history-mode-map): Rename from
3133         command-history-map.
3134         (command-history-mode): Use define-derived-mode.
3135         (Command-history-setup): Remove function.
3136         * calc/calc.el (calc-trail-mode-map): New var.
3137         (calc-trail-mode): Use define-derived-mode.
3138         (calc-trail-buffer): Set calc-main-buffer manually.
3139         * bookmark.el (bookmark-insert-annotation): New function.
3140         (bookmark-edit-annotation): Use it.
3141         (bookmark-edit-annotation-mode): Make it a proper major mode.
3142         (bookmark-send-edited-annotation): Use derived-mode-p.
3143         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3144         closer to its ideal place.  Use \' to match EOS.
3146         * profiler.el (profiler-calltree-find): Use function-equal.
3148 2013-09-10  Glenn Morris  <rgm@gnu.org>
3150         * files.el (interpreter-mode-alist): Convert to regexps.
3151         (set-auto-mode): Adapt for this.  (Bug#15306)
3152         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3153         Comment out unused variable.
3154         * progmodes/cc-mode.el (interpreter-mode-alist):
3155         * progmodes/python.el (interpreter-mode-alist):
3156         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3157         * progmodes/sh-script.el (sh-set-shell):
3158         No longer use interpreter-mode-alist to get list of shells.
3160         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3162 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3164         * simple.el: Use set-temporary-overlay-map for universal-argument.
3165         (universal-argument-map): Don't use default-bindings (bug#15317).
3166         Bind switch-frame explicitly.  Replace universal-argument-minus with
3167         a conditional binding.
3168         (universal-argument-num-events, saved-overriding-map): Remove.
3169         (restore-overriding-map): Remove.
3170         (universal-argument--mode): Rename from save&set-overriding-map,
3171         and rewrite.
3172         (universal-argument, universal-argument-more, negative-argument)
3173         (digit-argument): Adjust accordingly.
3174         (universal-argument-minus): Remove.
3175         (universal-argument-other-key): Remove.
3177         * subr.el (with-demoted-errors): Add `format' argument.
3179 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
3181         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
3182         `tramp-cleanup-connection'.
3184         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3185         parameters KEEP-DEBUG and KEEP-PASSWORD.
3187         * net/tramp.el (tramp-file-name-handler):
3188         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3189         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3190         (tramp-maybe-open-connection):
3191         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3192         Use `tramp-cleanup-connection'.
3194         * net/tramp-sh.el (tramp-maybe-open-connection):
3195         Catch 'uname-changed inside the progress reporter.
3197 2013-09-10  Glenn Morris  <rgm@gnu.org>
3199         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
3201         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3202         returns "alternate access method" in mode (eg "-rw-r--r--.").
3204 2013-09-08  Glenn Morris  <rgm@gnu.org>
3206         * saveplace.el (load-save-place-alist-from-file):
3207         Demote errors.  (Bug#15305)
3209 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
3211         Improve compatibility with older Emacsen, and XEmacs.
3213         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3214         only if it is bound.  It isn't for XEmacs.
3215         (with-tramp-progress-reporter): Do not let-bind `result'.
3216         This yields to scoping errors in XEmacs.
3217         (tramp-handle-make-auto-save-file-name): New function, moved from
3218         tramp-sh.el.
3220         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3221         for `make-auto-save-file-name'.
3222         (tramp-adb--gnu-switches-to-ash):
3223         Use `tramp-compat-replace-regexp-in-string'.
3225         * net/tramp-cache.el (tramp-cache-print): Call
3226         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
3228         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3229         bound.  It isn't for XEmacs.
3231         * net/tramp-compat.el (tramp-compat-copy-file):
3232         Catch `wrong-number-of-arguments' error.
3233         (tramp-compat-replace-regexp-in-string): New defun.
3235         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3236         for `make-auto-save-file-name'.
3237         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3238         `copy-file'.
3239         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3240         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3241         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3243         * net/tramp-gw.el (tramp-gw-open-network-stream):
3244         Use `tramp-compat-replace-regexp-in-string'.
3246         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3247         Call `tramp-handle-make-auto-save-file-name'.
3248         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3249         (tramp-sh-file-gvfs-monitor-dir-process-filter)
3250         (tramp-sh-file-inotifywait-process-filter):
3251         Use `tramp-compat-replace-regexp-in-string'.
3252         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3254         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3255         for `make-auto-save-file-name'.
3256         (tramp-smb-handle-copy-directory):
3257         Call `tramp-compat-replace-regexp-in-string'.
3258         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3259         (tramp-smb-handle-copy-file): Improve error message.
3260         (tramp-smb-handle-rename-file): Rename directly only in case
3261         `newname' does not exist yet.  This is a restriction of smbclient.
3262         (tramp-smb-maybe-open-connection): Rerun the function only when
3263         `auth-sources' is non-nil.
3265 2013-09-08  Kenichi Handa  <handa@gnu.org>
3267         * international/characters.el: Set category "^" (Combining) for
3268         more characters.
3270 2013-09-07  Alan Mackenzie  <acm@muc.de>
3272         Correctly fontify Java class constructors.
3273         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3274         in Java Mode.
3275         (c-recognize-typeless-decls): Set the Java value to t.
3276         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3277         While handling a "(", add a check for, effectively, Java, and handle a
3278         "typeless" declaration there.
3280 2013-09-07  Roland Winkler  <winkler@gnu.org>
3282         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3283         field subtitle for entry type book.
3285 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3287         * minibuffer.el: Make minibuffer-complete call completion-in-region
3288         rather than other way around.
3289         (completion--some, completion-pcm--find-all-completions):
3290         Don't delay signals when debugging.
3291         (minibuffer-completion-contents): Beware fields within the
3292         minibuffer contents.
3293         (completion-all-sorted-completions): Use defvar-local.
3294         (completion--do-completion, completion--cache-all-sorted-completions)
3295         (completion-all-sorted-completions, minibuffer-force-complete):
3296         Add args `beg' and `end'.
3297         (completion--in-region-1): New fun, extracted from minibuffer-complete.
3298         (minibuffer-complete): Use completion-in-region.
3299         (completion-complete-and-exit): New fun, extracted from
3300         minibuffer-complete-and-exit.
3301         (minibuffer-complete-and-exit): Use it.
3302         (completion--complete-and-exit): Rename from
3303         minibuffer--complete-and-exit.
3304         (completion-in-region--single-word): New function, extracted from
3305         minibuffer-complete-word.
3306         (minibuffer-complete-word): Use it.
3307         (display-completion-list): Make `common-substring' argument obsolete.
3308         (completion--in-region): Call completion--in-region-1 instead of
3309         minibuffer-complete.
3310         (completion-help-at-point): Pass boundaries to
3311         minibuffer-completion-help as args rather than via an overlay.
3312         (completion-pcm--string->pattern): Use `any-delim'.
3313         (completion-pcm--optimize-pattern): New function.
3314         (completion-pcm--pattern->regex): Handle `any-delim'.
3315         * icomplete.el (icomplete-forward-completions)
3316         (icomplete-backward-completions, icomplete-completions):
3317         Adjust calls to completion-all-sorted-completions and
3318         completion--cache-all-sorted-completions.
3319         (icomplete-with-completion-tables): Default to t.
3320         * emacs-lisp/crm.el (crm--current-element): Rename from
3321         crm--select-current-element.  Don't put an overlay but return the
3322         boundaries instead.
3323         (crm--completion-command): Take two new args to bind to the boundaries.
3324         (crm-completion-help): Adjust accordingly.
3325         (crm-complete): Use completion-in-region.
3326         (crm-complete-word): Use completion-in-region--single-word.
3327         (crm-complete-and-exit): Use completion-complete-and-exit.
3329 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3331         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3332         than dynamically.
3334 2013-09-06  Juri Linkov  <juri@jurta.org>
3336         * info.el (Info-display-images-node): When image file doesn't exist
3337         display text version of the image if it's provided in the Info file.
3338         Otherwise, display the location of missing image from SRC attribute.
3339         Add help-echo text property from ALT attribute.  (Bug#15279)
3341 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3343         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3344         (edit-abbrevs-mode): Use define-derived-mode.
3346         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3347         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3348         that it's defined.
3349         (epa-key-list-mode, epa-key-mode, epa-info-mode):
3350         Use define-derived-mode.
3352         * epg.el (epg-start-encrypt): Minor CSE simplification.
3354 2013-09-06  William Xu  <william.xwl@gmail.com>
3356         * arc-mode.el: Add support for 7za (bug#15264).
3357         (archive-7z-program): New var.
3358         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3359         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3360         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3362 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
3364         Remove URL syntax.
3366         * net/tramp.el (tramp-syntax, tramp-prefix-format)
3367         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3368         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3369         (tramp-postfix-host-format, tramp-file-name-regexp)
3370         (tramp-completion-file-name-regexp)
3371         (tramp-completion-dissect-file-name)
3372         (tramp-handle-substitute-in-file-name): Remove 'url case.
3373         (tramp-file-name-regexp-url)
3374         (tramp-completion-file-name-regexp-url): Remove constants.
3376 2013-09-06  Glenn Morris  <rgm@gnu.org>
3378         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
3380 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
3382         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3383         keywords" below "here-doc beginnings" (Bug#15270).
3385 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3387         * subr.el (pop): Use `car-safe'.
3388         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3389         to detect unused `pop' return value.
3391         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3392         var `block-regexp'.
3393         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3394         (python-fill-string): Remove unused var `marker'.
3395         (python-skeleton-add-menu-items): Remove unused var `items'.
3397         * international/mule-cmds.el: Require CL.
3398         (find-coding-systems-for-charsets): Avoid add-to-list.
3399         (sanitize-coding-system-list): New function, extracted from
3400         select-safe-coding-system-interactively.
3401         (select-safe-coding-system-interactively): Use it.
3402         (read-input-method-name): Accept symbols for `default'.
3404         * emacs-lisp/advice.el (defadvice): Add indent rule.
3406 2013-09-05  Daniel Hackney  <dan@haxney.org>
3408         * dired-x.el:
3409         * net/ange-ftp.el:
3410         * net/browse-url.el:
3411         * net/dbus.el:
3412         * net/eudc.el:
3413         * net/eudcb-ldap.el:
3414         * net/eww.el:
3415         * net/imap.el:
3416         * printing.el:
3417         * vc/ediff-diff.el:
3418         * vc/ediff-init.el:
3419         * vc/ediff-merg.el:
3420         * vc/ediff-mult.el:
3421         * vc/ediff-util.el:
3422         * vc/ediff-wind.el:
3423         * vc/ediff.el:
3424         * vc/emerge.el:
3425         * vc/pcvs.el:
3426         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3427         byte compiler.  Remove some unused let-bound variables.
3429 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3431         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3432         a "ref-cell", since it gets better optimized (bug#14883).
3434 2013-09-05  Glenn Morris  <rgm@gnu.org>
3436         * progmodes/cc-awk.el (c-forward-sws): Declare.
3438 2013-09-04  Glenn Morris  <rgm@gnu.org>
3440         * generic-x.el [rul-generic-mode]: Require cc-mode.
3441         (c++-mode-syntax-table): Declare.
3442         (rul-generic-mode-syntax-table): Init in the defvar.
3444 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3446         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3447         (vc-do-command, vc-set-async-update):
3448         * vc/vc-mtn.el (vc-mtn-dir-status):
3449         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3450         (vc-hg-pull, vc-hg-merge-branch):
3451         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3452         (vc-git-merge-branch):
3453         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3454         (vc-cvs-dir-status-files):
3455         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3456         (vc-bzr-dir-status-files):
3457         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3458         * vc/vc-annotate.el: Use lexical-binding.
3459         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3460         (vc-sentinel-movepoint): Declare.
3461         (vc-annotate): Don't use `goto-line'.
3462         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3463         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3464         (vc-sentinel-movepoint): Declare.
3465         * vc/vc-svn.el: Use lexical-binding.
3466         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3467         * vc/vc-sccs.el:
3468         * vc/vc-rcs.el: Use lexical-binding.
3470         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3471         `deleted'.  Don't drop errors silently.
3473         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3475 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
3477         * vc/vc.el (vc-ignore): Rewrite.
3478         (vc-default-ignore): New function.
3479         (vc-default-ignore-completion-table): Use find-ignore-file.
3481         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3482         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3483         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3484         Remove.  Most code moved to vc.el.
3486 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3488         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3489         * net/tramp-smb.el (tramp-smb-get-file-entries):
3490         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3491         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3493         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3494         Update call to it.
3495         (eww-change-select): Remove unused var `properties'.
3496         (eww-make-unique-file-name): Remove unused var `base'.
3498         * finder.el (finder-compile-keywords): Don't mess with windows.
3500         * calculator.el (calculator-funcall): Fix typo in last change.
3502         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3504         * emacs-lisp/package.el (package-activate-1): Don't let a missing
3505         <pkg>-autoloads.el file stop us.
3507         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3508         warnings, and factor out common code.
3510 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
3512         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3513         two-character operators and whether the character preceding them
3514         changes their meaning (Bug#15208).
3516 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3518         Format code sent to Python shell for robustness.
3519         * progmodes/python.el (python-shell-buffer-substring):
3520         New function.
3521         (python-shell-send-region, python-shell-send-buffer): Use it.
3523 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
3525         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3526         * net/tramp.el (tramp-user-error): ... here.
3527         (tramp-find-method, tramp-check-proper-host)
3528         (tramp-dissect-file-name, tramp-debug-message)
3529         (tramp-handle-shell-command):
3530         * net/tramp-adb.el (tramp-adb-handle-shell-command):
3531         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3533         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3535 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
3537         * avoid.el (mouse-avoidance-point-position)
3538         (mouse-avoidance-too-close-p): Handle case where posn-at-point
3539         returns nil.
3541 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3543         * progmodes/python.el (python-shell-completion-get-completions):
3544         Drop use of deleted `comint-last-prompt-overlay'.
3545         (python-nav-if-name-main): New command.
3547 2013-09-01  Glenn Morris  <rgm@gnu.org>
3549         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3550         Avoid leading space in $wins.  Otherwise the sed command used by
3551         eg compile-main ends up containing "/*.el".  (Bug#15170)
3553         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
3555 2013-08-30  Glenn Morris  <rgm@gnu.org>
3557         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3558         Fix is-this-a-directory logic.  (Bug#15220)
3560 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3562         * textmodes/css-mode.el: Use SMIE.
3563         (css-smie-grammar): New var.
3564         (css-smie--forward-token, css-smie--backward-token)
3565         (css-smie-rules): New functions.
3566         (css-mode): Use them.
3567         (css-navigation-syntax-table): Remove var.
3568         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3569         (css-indent-calculate, css-indent-line): Remove functions.
3571         Misc changes to reduce use of `(lambda...); and other cleanups.
3572         * cus-edit.el: Use lexical-binding.
3573         (customize-push-and-save, customize-apropos)
3574         (custom-buffer-create-internal): Use closures.
3575         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3576         * progmodes/ada-xref.el: Use setq.
3577         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3578         * dframe.el: Use lexical-binding.
3579         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
3580         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3581         * descr-text.el: Use lexical-binding.
3582         (describe-text-widget, describe-text-sexp, describe-property-list):
3583         Use closures.
3584         * comint.el (comint-history-isearch-push-state): Use a closure.
3585         * calculator.el: Use lexical-binding.
3586         (calculator-number-to-string): Make it work with lexical-binding.
3587         (calculator-funcall): Same and use cl-letf.
3589         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3590         (lisp--company-doc-string, lisp--company-location): New functions.
3591         (lisp-completion-at-point): Use them to improve Company support.
3593         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3594         params of lambda expressions.
3595         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3596         (ruby-smie--opening-pipe-p): New function.
3597         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3598         symbols and matched |...| for formal params.
3599         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3600         from being treated as hanging.  Handle "rescue".
3602 2013-08-29  Glenn Morris  <rgm@gnu.org>
3604         * progmodes/cc-engine.el (c-pull-open-brace):
3605         Move definition before use.
3607 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3609         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3610         are immutable.  Don't use `unsafe' any more.
3611         (cl--defsubst-expand): Don't substitute at the same time as keeping
3612         a residual unused let-binding.  Don't use `unsafe' any more.
3614 2013-08-29  Glenn Morris  <rgm@gnu.org>
3616         * calendar/cal-china.el (calendar-chinese-year-cache):
3617         Recenter on 2015.
3619         * nxml/nxml-util.el (nxml-debug-clear-inside):
3620         Use cl-loop rather than loop.
3622         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3624         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3626 2013-08-28  Glenn Morris  <rgm@gnu.org>
3628         * progmodes/antlr-mode.el: No need to require cc-mode twice.
3630         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3632         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3634 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3636         * simple.el (repeat-complex-command--called-interactively-skip):
3637         New function.
3638         (repeat-complex-command): Use it (bug#14136).
3640         * progmodes/cc-mode.el: Minor cleanup of var declarations.
3641         (c-define-abbrev-table): Add `doc' argument.
3642         (c-mode-abbrev-table, c++-mode-abbrev-table)
3643         (objc-mode-abbrev-table, java-mode-abbrev-table)
3644         (idl-mode-abbrev-table, pike-mode-abbrev-table)
3645         (awk-mode-abbrev-table): Use it.
3646         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3647         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3648         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3649         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3650         Move initialization into the declaration; and remove any
3651         autoload cookie.
3653         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3654         and dynamic let binding.
3656         * vc/smerge-mode.el: Remove redundant :group args.
3658         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3659         to load-path.
3661 2013-08-28  Juri Linkov  <juri@jurta.org>
3663         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3664         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3665         (isearch-other-meta-char): Handle an undefined shifted printing
3666         character by downshifting it.  (Bug#15200)
3668 2013-08-28  Juri Linkov  <juri@jurta.org>
3670         * isearch.el (isearch-search): Change regexp error message for
3671         non-regexp searches.  (Bug#15166)
3673 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3675         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3676         for portability to hosts where /bin/sh has problems.
3678 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3680         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3682 2013-08-27  Juri Linkov  <juri@jurta.org>
3684         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3685         in the keyboard macro.  (Bug#15126)
3687 2013-08-27  Juri Linkov  <juri@jurta.org>
3689         * isearch.el (isearch-quote-char): Comment out converting unibyte
3690         to multibyte, thus syncing with its `quoted-insert' counterpart.
3691         (Bug#15166)
3693 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
3695         * window.el (display-buffer-use-some-window): Add missing
3696         argument in call of get-largest-window (Bug#15185).
3697         Reported by Stephen Leake.
3699 2013-08-27  Glenn Morris  <rgm@gnu.org>
3701         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3703 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3705         * progmodes/python.el (python-font-lock-keywords): Don't return nil
3706         from a matcher-function unless there's no more matches (bug#15161).
3708 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
3710         * minibuffer.el: Revert change from 2013-08-20.
3712         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3713         with text property `tramp-default', if appropriate.
3714         (tramp-check-proper-host): New defun.
3715         (tramp-dissect-file-name): Do not check hostname.  Revert change
3716         of 2013-03-18.
3717         (tramp-backtrace): Make VEC-OR-PROC optional.
3719         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3720         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3721         * net/tramp-sh.el (tramp-maybe-open-connection):
3722         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3723         Apply `tramp-check-proper-host'.
3725 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
3727         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3728         lambda expression in order to have `describe-variable' display it.
3730 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
3732         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3733         BUF can be optional.  (Bug#15186)
3735 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
3737         * progmodes/flymake.el (flymake-get-real-file-name-function):
3738         Fix broken customization.  (Bug#15184)
3740 2013-08-25  Alan Mackenzie  <acm@muc.de>
3742         Improve indentation of bracelists defined by macros (without "=").
3744         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3745         expansion begins with "{", regard it as bracelist when it doesn't
3746         contain a ";".
3748         Parse C++ inher-intro when there's a template split over 2 lines.
3750         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3751         rigorously the search for "class" etc. followed by ":".
3753         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3754         random languages a regexp which never matches rather than nil.
3756         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3758         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3759         (c-awk-regexp-one-line-possibly-open-char-list-re)
3760         (c-awk-one-line-possibly-open-regexp-re)
3761         (c-awk-one-line-non-syn-ws*-re): Remove.
3762         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3763         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3764         (c-awk-space*-unclosed-regexp-/-re): New constants.
3765         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3766         aren't regexp delimiters.
3768         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3769         handling for a rare situation in AWK Mode involving unterminated
3770         strings/regexps.
3772 2013-08-23  Glenn Morris  <rgm@gnu.org>
3774         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3776         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3778         * files.el (create-file-buffer): If the result would begin with
3779         spaces, prepend a "|" instead of removing them.  (Bug#15162)
3781 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3783         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3784         text-properties (bug#15155).
3786         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3787         exist any more.
3788         (calc-keypad-redraw): Remove unused var `pad'.
3789         (calc-keypad-press): Remove unused var `menu'.
3791 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
3793         * window.el (display-buffer-pop-up-frame):
3794         Call pop-up-frame-function with BUFFER current so `make-frame' will
3795         use it as the new frame's buffer (Bug#15133).
3797 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3799         * calendar/timeclock.el: Minor cleanups.
3800         (timeclock-ask-before-exiting, timeclock-use-display-time):
3801         Use `symbol'.
3802         (timeclock-modeline-display): Define as alias before the
3803         actual definition.
3804         (timeclock-mode-line-display): Use define-minor-mode.
3805         (timeclock-day-list-template): Make it a function, add an argument.
3806         (timeclock-day-list-required, timeclock-day-list-length)
3807         (timeclock-day-list-debt, timeclock-day-list-span)
3808         (timeclock-day-list-break): Adjust calls accordingly.
3810 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3812         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3813         Use read--expression so that completion works again.
3815 2013-08-21  Sam Steingold  <sds@gnu.org>
3817         Add rudimentary inferior shell interaction
3818         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3819         (sh-set-shell): Reset it.
3820         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3821         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3823 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3825         * align.el: Use lexical-binding.
3826         (align-region): Simplify accordingly.
3828 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
3830         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3832         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3833         `non-essential' up.
3835 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
3837         * net/tramp.el:
3838         * net/tramp-adb.el:
3839         * net/tramp-cmds.el:
3840         * net/tramp-ftp.el:
3841         * net/tramp-gvfs.el:
3842         * net/tramp-gw.el:
3843         * net/tramp-sh.el: Don't wrap external variable declarations by
3844         `eval-when-compile'.
3846 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3849         now that Emacs supports ImageMagick animations.
3851 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
3853         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3854         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3856 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
3858         * window.el (mouse-autoselect-window-select): Do autoselect when
3859         mouse pointer is on margin.
3861 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
3863         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
3865 2013-08-16  Glenn Morris  <rgm@gnu.org>
3867         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3868         Handle "Remote Directory" response of some clients.  (Bug#15058)
3870         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3871         Tweak warning.  (Bug#14926)
3873         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3874         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
3876         * image-mode.el (image-mode-map): Add menu items to reverse,
3877         increase, decrease, reset animation speed.
3878         (image--set-speed, image-increase-speed, image-decrease-speed)
3879         (image-reverse-speed, image-reset-speed): New functions.
3880         (image-mode-map): Add bindings for speed commands.
3882         * image.el (image-animate-get-speed, image-animate-set-speed):
3883         New functions.
3884         (image-animate-timeout): Respect image :speed property.
3886 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3888         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3889         previous line (bug#15101).
3890         (debugger-eval-expression, debugger-record-expression):
3891         Use read--expression (bug#15102).
3893 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
3895         Remove byte compiler warnings, visible when compiling with
3896         `byte-compile-force-lexical-warnings' set to t.
3898         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3899         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3900         (tramp-handle-unhandled-file-name-directory)
3901         (tramp-handle-file-notify-add-watch, tramp-action-login)
3902         (tramp-action-succeed, tramp-action-permission-denied)
3903         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3904         arguments with "_".
3906         * net/tramp-adb.el (tramp-adb-parse-device-names)
3907         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3908         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3909         (tramp-adb-handle-file-truename): Remove unused arguments.
3911         * net/tramp-cache.el (tramp-flush-directory-property)
3912         (tramp-flush-connection-property, tramp-list-connections)
3913         (tramp-parse-connection-properties): Prefix unused arguments with "_".
3915         * net/tramp-compat.el (tramp-compat-make-temp-file):
3916         Rename FILENAME to F.
3918         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3919         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3920         (tramp-zeroconf-parse-workstation-device-names)
3921         (tramp-zeroconf-parse-webdav-device-names)
3922         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3924         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3925         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3927         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3928         arguments.
3929         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3930         (tramp-sh-handle-insert-file-contents-literally)
3931         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3932         with "_".
3933         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3934         Remove unused variables.
3936         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3937         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3938         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3940         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3941         Make them a defconst.
3942         (tramp-uuencode-region): Remove unused variable.
3944 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
3946         * frameset.el (frameset--prop-setter): New function.
3947         (frameset-prop): Add gv-setter declaration.
3948         (frameset-filter-minibuffer): Deal with the case that the minibuffer
3949         parameter was already set in FILTERED.  Doc fix.
3950         (frameset--record-minibuffer-relationships): Allow saving a
3951         minibufferless frame without its corresponding minibuffer frame.
3952         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3953         frame, if the frame id matches.
3954         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3955         frames before orphaned ones.
3956         (frameset-restore): Warn about orphaned windows, instead of error out.
3958 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
3960         * window.el (window-make-atom): Don't overwrite parameter
3961         already present.
3962         (display-buffer-in-atom-window): Handle special case where we
3963         split an already atomic window.
3964         (window--major-non-side-window, display-buffer-in-side-window)
3965         (window--side-check): Ignore minibuffer window when walking
3966         window tree.
3967         (window-deletable-p): Return 'frame only if no other frame uses
3968         our minibuffer window.
3969         (record-window-buffer): Run buffer-list-update-hook.
3970         (split-window): Make sure window--check-frame won't destroy an
3971         existing atomic window in case the new window gets nested
3972         inside.
3973         (display-buffer-at-bottom): Ignore minibuffer window when
3974         walking window tree.  Don't split a side window.
3975         (pop-to-buffer): Don't set-buffer here, the select-window call
3976         should do that.
3977         (mouse-autoselect-window-select): Autoselect only if we are in the
3978         text portion of the window.
3980 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982         * net/shr.el (shr-parse-image-data): New function to grab both the
3983         data itself and the Content-Type.
3984         (shr-put-image): Use it.
3986         * net/eww.el (eww-display-image): Ditto.
3988         * image.el (image-content-type-suffixes): New variable.
3990 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3992         * progmodes/python.el (python-imenu--build-tree)
3993         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3995 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
3997         * simple.el (backward-word): Mention the optional argument.
3999 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4001         * frameset.el (frameset--make): Rename constructor from make-frameset.
4002         (frameset-p, frameset-valid-p): Don't autoload.
4003         (frameset-valid-p): Use normal accessors.
4005 2013-08-13  Glenn Morris  <rgm@gnu.org>
4007         * progmodes/compile.el (compile-command): Tweak example in doc.
4008         * obsolete/scribe.el (scribe-mode):
4009         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
4011         * mail/feedmail.el (feedmail-confirm-outgoing)
4012         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
4014         * cus-start.el (truncate-partial-width-windows): Fix type.
4016         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
4018         * net/shr.el (shr-table-horizontal-line): Fix custom type.
4020 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4022         * emacs-lisp/timer.el (timer--time-setter): New function.
4023         (timer--time): Use it as gv-setter.
4025         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
4026         setter is not a symbol.
4028 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
4030         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
4031         if sending fails.  This makes debugging easier.
4033 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
4035         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4036         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
4037         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
4039 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
4041         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
4043 2013-08-12  Glenn Morris  <rgm@gnu.org>
4045         * format.el (format-annotate-function):
4046         Handle read-only text properties in the source.  (Bug#14887)
4048 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050         * net/eww.el (eww-display-html): Ignore coding system errors.
4051         One web site uses "utf-8lias" as the coding system.
4053 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
4055         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
4057 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
4059         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
4060         (tutorial--detailed-help): Remove unused local variables.
4061         (tutorial--save-tutorial-to): Use ignore-errors.
4062         (help-with-tutorial): Use looking-at-p.
4064         * view.el (view-buffer-other-window, view-buffer-other-frame):
4065         Mark unused arguments.
4067         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4068         (woman-select-symbol-fonts, woman, woman-find-file)
4069         (woman-insert-file-contents, woman-non-underline-faces):
4070         Use string-match-p.
4071         (woman1-unquote): Move declaration.
4073         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4074         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
4075         argument.  Remove unused local variable.
4076         (xml-parse-elem-type): Use string-match-p.
4077         (xml-substitute-numeric-entities): Use ignore-errors.
4079         * calculator.el (calculator): Mark unused argument.
4080         (calculator-paste, calculator-quit, calculator-integer-p):
4081         Use ignore-errors.
4082         (calculator-string-to-number, calculator-decimal, calculator-exp)
4083         (calculator-op-or-exp): Use string-match-p.
4085         * dired.el (dired-buffer-more-recently-used-p): Declare.
4086         (dired-insert-set-properties, dired-insert-old-subdirs):
4087         Use ignore-errors.
4089         * dired-aux.el (dired-compress): Use ignore-errors.
4090         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4091         (dired-do-async-shell-command, dired-do-shell-command)
4092         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4093         (dired-insert-subdir-validate): Use string-match-p.
4094         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4095         (dired-add-entry): Use string-match-p, looking-at-p.
4096         (dired-insert-subdir-newpos): Remove unused local variable.
4098         * filenotify.el (file-notify-callback): Remove unused local variable.
4100         * filesets.el (filesets-error): Mark unused argument.
4101         (filesets-which-command-p, filesets-filter-dir-names)
4102         (filesets-directory-files, filesets-get-external-viewer)
4103         (filesets-ingroup-get-data): Use string-match-p.
4105         * find-file.el (ff-other-file-name, ff-other-file-name)
4106         (ff-find-the-other-file, ff-cc-hh-converter):
4107         Remove unused local variables.
4108         (ff-get-file-name): Use string-match-p.
4109         (ff-all-dirs-under): Use ignore-errors.
4111         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4112         (follow-select-if-visible): Remove unused local variable.
4114         * forms.el (read-file-filter): Move declaration.
4115         (forms--make-format, forms--make-parser, forms-insert-record):
4116         Quote function with #'.
4117         (forms--update): Use string-match-p.  Quote function with #'.
4119         * help-mode.el (help-dir-local-var-def): Mark unused argument.
4120         (help-make-xrefs): Use looking-at-p.
4121         (help-xref-on-pp): Use looking-at-p, ignore-errors.
4123         * ibuffer.el (ibuffer-ext-visible-p): Declare.
4124         (ibuffer-confirm-operation-on): Use string-match-p.
4126         * msb.el (msb-item-handler, msb-dired-item-handler):
4127         Mark unused arguments.
4129         * ses.el (ses-decode-cell-symbol)
4130         (ses-kill-override): Remove unused local variable.
4131         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4132         (ses-load): Use ignore-errors, looking-at-p.
4133         (ses-jump-safe): Use ignore-errors.
4134         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4136         * tabify.el (untabify, tabify): Mark unused arguments.
4138         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4139         Mark unused argument.
4140         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4141         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4143         * emacs-lisp/timer.el (timer--time): Define setter with
4144         gv-define-setter to avoid deprecation warning.
4146         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4147         (*record-cmpl-statistics-p*): Remove (was commented out).
4148         (cmpl-statistics-block): Remove (body was commented out).
4149         All callers changed.
4150         (add-completions-from-buffer, load-completions-from-file):
4151         Remove unused variables.
4153 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
4155         * filecache.el (file-cache-delete-file-list):
4156         Print message only when told so.
4157         (file-cache-files-matching): Use #' in mapconcat argument.
4159         * ffap.el (ffap-url-at-point): Fix reference to variable
4160         thing-at-point-default-mail-uri-scheme.
4162 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4164         * subr.el (define-error): New function.
4165         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4166         error-file-not-found and define with define-error.
4167         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4168         and define with define-error.
4169         * userlock.el (file-locked, file-supersession):
4170         * simple.el (mark-inactive):
4171         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4172         * progmodes/ada-mode.el (ada-mode-errors):
4173         * play/life.el (life-extinct):
4174         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4175         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4176         * nxml/rng-util.el (rng-error):
4177         * nxml/rng-uri.el (rng-uri-error):
4178         * nxml/rng-match.el (rng-compile-error):
4179         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4180         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4181         * nxml/nxml-rap.el (nxml-scan-error):
4182         * nxml/nxml-outln.el (nxml-outline-error):
4183         * net/soap-client.el (soap-error):
4184         * net/gnutls.el (gnutls-error):
4185         * net/ange-ftp.el (ftp-error):
4186         * mpc.el (mpc-proc-error):
4187         * json.el (json-error, json-readtable-error, json-unknown-keyword)
4188         (json-number-format, json-string-escape, json-string-format)
4189         (json-key-format, json-object-format):
4190         * jka-compr.el (compression-error):
4191         * international/quail.el (quail-error):
4192         * international/kkc.el (kkc-error):
4193         * emacs-lisp/ert.el (ert-test-failed):
4194         * calc/calc.el (calc-error, inexact-result, math-overflow)
4195         (math-underflow):
4196         * bookmark.el (bookmark-error-no-filename):
4197         * epg.el (epg-error): Define with define-error.
4199         * time.el (display-time-event-handler)
4200         (display-time-next-load-average): Don't call sit-for since it seems
4201         unnecessary (bug#15045).
4203         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4204         Use #' instead of ' to quote functions.
4205         (checkdoc-output-mode): Use setq-local.
4206         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4207         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4208         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4209         (checkdoc-ispell, checkdoc-ispell-current-buffer)
4210         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4211         (checkdoc-ispell-message-text, checkdoc-ispell-start)
4212         (checkdoc-ispell-continue, checkdoc-ispell-comments)
4213         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4215         * ido.el (ido-completion-help): Fix up compiler warning.
4217 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
4219         * frameset.el (frameset-p): Add autoload cookie.
4220         (frameset--jump-to-register): New function, based on code moved from
4221         register.el.
4222         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
4224         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4225         (frameset-restore, frameset-save, frameset-session-filter-alist):
4226         Remove declarations.
4227         (register-alist): Doc fix.
4228         (frameset-to-register): Move to frameset.el.
4229         (jump-to-register, describe-register-1): Remove frameset-specific code.
4231 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4233         * allout-widgets.el (allout-widgets-pre-command-business)
4234         (allout-widgets-post-command-business)
4235         (allout-widgets-after-change-handler)
4236         (allout-decorate-item-and-context, allout-set-boundary-marker)
4237         (allout-body-modification-handler)
4238         (allout-graphics-modification-handler): Mark ignored arguments.
4239         (allout-widgets-post-command-business)
4240         (allout-widgets-exposure-change-processor)
4241         (allout-widgets-exposure-undo-processor)
4242         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4243         (allout-parse-item-at-point, allout-decorate-item-guides)
4244         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4245         * allout.el (epa-passphrase-callback-function): Declare.
4246         (allout-overlay-insert-in-front-handler)
4247         (allout-overlay-interior-modification-handler)
4248         (allout-isearch-end-handler, allout-chart-siblings)
4249         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4250         (allout-yank-processing, allout-process-exposed)
4251         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4252         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4253         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4254         (lisp-indent-defform): Mark ignored arguments.
4255         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
4256         (calculate-lisp-indent): Remove unused variables.
4257         * international/characters.el (indian-2-column, arabic-2-column)
4258         (tibetan): Mark ignored arguments.
4259         (use-cjk-char-width-table): Mark ignored arguments.
4260         Remove unused variables.
4261         * international/fontset.el (build-default-fontset-data)
4262         (x-compose-font-name, create-fontset-from-fontset-spec):
4263         Mark ignored arguments.
4264         (fontset-plain-name): Remove unused variables.
4265         * international/mule.el (charset-id, charset-bytes, generic-char-p)
4266         (keyboard-coding-system): Mark ignored arguments.
4267         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
4268         * help.el (resize-temp-buffer-window):
4269         * window.el (display-buffer-in-major-side-window)
4270         (display-buffer-in-side-window, display-buffer-in-previous-window):
4271         Remove unused variables.
4272         * isearch.el (isearch-forward-symbol):
4273         * version.el (emacs-bzr-version-bzr):
4274         * international/mule-cmds.el (current-language-environment):
4275         * term/common-win.el (x-handle-iconic, x-handle-geometry)
4276         (x-handle-display):
4277         * term/pc-win.el (x-list-fonts, x-display-planes)
4278         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4279         (x-server-version, x-display-screens, x-display-mm-height)
4280         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4281         (x-selection-owner-p, x-own-selection-internal)
4282         (x-disown-selection-internal, x-get-selection-internal)
4283         (msdos-initialize-window-system):
4284         * term/tty-colors.el (tty-color-alist, tty-color-clear):
4285         * term/x-win.el (x-handle-no-bitmap-icon):
4286         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4287         (vc-default-find-file-hook, vc-default-extra-menu):
4288         Mark ignored arguments.
4290 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4292         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4293         break-condition in the context of the debugged code (bug#12685).
4295 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
4297         * comint.el:
4298         Do not use an overlay to highlight the last prompt.  (Bug#14744)
4299         (comint-mode): Make comint-last-prompt buffer local.
4300         (comint-last-prompt): New variable.
4301         (comint-last-prompt-overlay): Remove.  Superseded by
4302         comint-last-prompt.
4303         (comint-snapshot-last-prompt, comint-output-filter):
4304         Use comint-last-prompt.
4306 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4308         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
4309         (frameset-save): Check validity of the resulting frameset.
4311 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
4313         * ido.el (ido-record-command): Add doc string.
4315 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4317         * frameset.el (frameset): Do not disable creation of the default
4318         frameset-p predicate.  Doc fix.
4319         (frameset-valid-p): New function, copied from the old predicate-p.
4320         Add additional checks.
4321         (frameset-restore): Check with frameset-valid-p.
4322         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4323         (frameset-name, frameset-description, frameset-properties)
4324         (frameset-states): Add docstring.
4325         (frameset-session-filter-alist, frameset-persistent-filter-alist)
4326         (frameset-filter-alist): Doc fixes.
4328 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4330         * frameset.el (frameset-p, frameset-prop): Doc fixes.
4332 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4334         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4335         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4336         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4337         (byte-compile-normal-call): Remove obsolescence check.
4339 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4341         * frameset.el (frameset-restore): Doc fix.
4343         * register.el (frameset-frame-id, frameset-frame-with-id)
4344         (frameset-p, frameset-restore, frameset-save): Declare.
4345         (register-alist): Document framesets.
4346         (frameset-session-filter-alist): Declare.
4347         (frameset-to-register): New function.
4348         (jump-to-register): Implement jumping to framesets.  Doc fix.
4349         (describe-register-1): Describe framesets.
4351         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4353 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
4355         * desktop.el (desktop-save-frameset): Use new frameset-save args.
4356         Use lexical-binding.
4358         * frameset.el (frameset): Use type vector, not list (incompatible
4359         change).  Do not declare a new constructor, use the default one.
4360         Upgrade suggested properties `app', `name' and `desc' to slots `app',
4361         `name' and `description', respectively, and add read-only slot
4362         `timestamp'.  Doc fixes.
4363         (frameset-copy, frameset-persistent-filter-alist)
4364         (frameset-filter-alist, frameset-switch-to-gui-p)
4365         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4366         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4367         (frameset-filter-iconified, frameset-keep-original-display-p):
4368         Doc fixes.
4369         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4370         Rename from frameset-filter-(save|restore)-param.  All callers changed.
4371         Doc fix.
4372         (frameset-p): Adapt to change to vector and be more thorough.
4373         Change arg name to OBJECT.  Doc fix.
4374         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
4375         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4376         All callers changed.
4377         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4378         All callers changed.
4379         (frameset--record-minibuffer-relationships): Rename from
4380         frameset--process-minibuffer-frames.  All callers changed.
4381         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4382         Use new default constructor (again).  Doc fix.
4383         (frameset--find-frame-if): Rename from `frameset--find-frame.
4384         All callers changed.
4385         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4386         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4387         Doc fix.
4388         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4389         PARAMETERS and WINDOW-STATE, respectively.
4390         (frameset-restore): Add new keyword argument PREDICATE.
4391         Reset frameset--target-display to nil.  Doc fix.
4393 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4395         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4396         (bat-mode): Use it.
4397         (bat-mode-syntax-table): Mark \n as end-of-comment.
4398         (bat-font-lock-keywords): Remove comment rule.
4400         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
4401         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
4403         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4404         (byte-compile-callargs-warn): Use `push'.
4405         (byte-compile-arglist-warn): Ignore higher-order "calls".
4406         (byte-compile-file-form-autoload): Use `pcase'.
4407         (byte-compile-function-form): If quoting a symbol, check that it exists.
4409 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
4411         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4412         and add a few popular commands found in batch files.
4413         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4414         (dos-mode): Doc fixes.
4416 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4418         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4419         (dos-mode): Use setq-local.  Add space after "rem".
4420         (dos-mode-syntax-table): Don't use "w" for symbol chars.
4421         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4423 2013-08-07  Arni Magnusson  <arnima@hafro.is>
4425         * progmodes/dos.el: New file.
4426         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4427         dos-mode.
4429 2013-08-06  Glenn Morris  <rgm@gnu.org>
4431         * calendar/calendar.el: Add new faces, and day-header-array.
4432         (calendar-weekday-header, calendar-weekend-header)
4433         (calendar-month-header): New faces.
4434         (calendar-day-header-construct): New function.
4435         (calendar-day-header-width): Also :set calendar-day-header-array.
4436         (calendar-american-month-header, calendar-european-month-header)
4437         (calendar-iso-month-header): Use calendar- faces.
4438         (calendar-generate-month):
4439         Use calendar-day-header-array for day headers; apply faces to them.
4440         (calendar-mode): Check calendar-font-lock-keywords non-nil.
4441         (calendar-abbrev-construct): Add optional maxlen argument.
4442         (calendar-day-name-array): Doc fix.
4443         (calendar-day-name-array, calendar-abbrev-length)
4444         (calendar-day-abbrev-array):
4445         Also :set calendar-day-header-array, and maybe redraw.
4446         (calendar-day-header-array): New option.  (Bug#15007)
4447         (calendar-font-lock-keywords): Set to nil and make obsolete.
4448         (calendar-day-name): Add option to use header array.
4450 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4452         * net/shr.el (shr-render-td): Remove debugging.
4453         (shr-render-td): Make width computation consistent by defaulting
4454         all zero-width columns to 10 characters.  This may not be optimal,
4455         but it's at least consistent.
4456         (shr-make-table-1): Redo last change to fix the real problem in
4457         colspan handling.
4459 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
4461         * files.el (cache-long-line-scans):
4462         Make obsolete alias to `cache-long-scans'.
4464 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
4466         * frameset.el (frameset, frameset-filter-alist)
4467         (frameset-filter-params, frameset-save, frameset--reuse-frame)
4468         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4469         (frameset-compute-pos): Rename from frameset--compute-pos,
4470         and add docstring.
4471         (frameset-move-onscreen): Use frameset-compute-pos.
4472         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4474         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4475         Fix typos in docstrings.
4477 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
4479         * frame.el (get-other-frame): Tiny cleanup.
4481 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
4483         * vc/vc.el (vc-default-ignore-completion-table):
4484         Silence byte-compiler warning.
4486         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4487         slot , which can indeed be nil.
4488         (frameset-live-filter-alist, frameset-persistent-filter-alist):
4489         Move entry for `left' from persistent to live filter alist.
4490         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4491         Doc fixes.
4492         (frameset-filter-params): When restoring a frame, copy items added to
4493         `filtered', to avoid unwittingly modifying the original parameters.
4494         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
4495         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4497         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4498         to use looking-at-p instead of looking-at.  (Bug#15028)
4500 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4502         Revert introduction of isearch-filter-predicates (bug#14714).
4503         Rely on add-function instead.
4504         * isearch.el (isearch-filter-predicates): Rename it back to
4505         isearch-filter-predicate.
4506         (isearch-message-prefix): Use advice-function-mapc and advice
4507         properties to get the isearch-message-prefix.
4508         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4509         instead of run-hook-with-args-until-failure.
4510         (isearch-filter-visible): Not obsolete any more.
4511         * loadup.el: Preload nadvice.
4512         * replace.el (perform-replace): Revert to funcall
4513         instead of run-hook-with-args-until-failure.
4514         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4515         * dired-aux.el (dired-isearch-filenames-mode): Rename from
4516         dired-isearch-filenames-toggle; make it into a proper minor mode.
4517         Use add/remove-function.
4518         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4519         Call the minor-mode rather than add/remove-hook.
4520         (dired-isearch-filter-filenames):
4521         Remove isearch-message-prefix property.
4522         * info.el (Info--search-loop): New function, extracted from Info-search.
4523         Funcall isearch-filter-predicate instead of
4524         run-hook-with-args-until-failure isearch-filter-predicates.
4525         (Info-search): Use it.
4526         (Info-mode): Use isearch-filter-predicate instead of
4527         isearch-filter-predicates.
4529 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
4531         Do not call to `selected-window' where it is assumed by default.
4532         Affected functions are `window-minibuffer-p', `window-dedicated-p',
4533         `window-hscroll', `window-width', `window-height', `window-buffer',
4534         `window-frame', `window-start', `window-point', `next-window'
4535         and `window-display-table'.
4536         * abbrev.el (abbrev--default-expand):
4537         * bs.el (bs--show-with-configuration):
4538         * buff-menu.el (Buffer-menu-mouse-select):
4539         * calc/calc.el (calc):
4540         * calendar/calendar.el (calendar-generate-window):
4541         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4542         (diary-make-entry):
4543         * comint.el (send-invisible, comint-dynamic-complete-filename)
4544         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4545         * completion.el (complete):
4546         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4547         * disp-table.el (describe-current-display-table):
4548         * doc-view.el (doc-view-insert-image):
4549         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4550         * ehelp.el (with-electric-help):
4551         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4552         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4553         * emacs-lisp/helper.el (Helper-help-scroller):
4554         * emulation/cua-base.el (cua--post-command-handler-1):
4555         * eshell/esh-mode.el (eshell-output-filter):
4556         * ffap.el (ffap-gnus-wrapper):
4557         * help-macro.el (make-help-screen):
4558         * hilit-chg.el (highlight-compare-buffers):
4559         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4560         * hl-line.el (global-hl-line-highlight):
4561         * icomplete.el (icomplete-simple-completing-p):
4562         * isearch.el (isearch-done):
4563         * jit-lock.el (jit-lock-stealth-fontify):
4564         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4565         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4566         * mpc.el (mpc-tagbrowser, mpc):
4567         * net/rcirc.el (rcirc-any-buffer):
4568         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4569         * play/landmark.el (landmark-max-width, landmark-max-height):
4570         * play/zone.el (zone):
4571         * progmodes/compile.el (compilation-goto-locus):
4572         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4573         * progmodes/etags.el (find-tag-other-window):
4574         * progmodes/fortran.el (fortran-column-ruler):
4575         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4576         * progmodes/verilog-mode.el (verilog-point-text):
4577         * reposition.el (reposition-window):
4578         * rot13.el (toggle-rot13-mode):
4579         * server.el (server-switch-buffer):
4580         * shell.el (shell-dynamic-complete-command)
4581         (shell-dynamic-complete-environment-variable):
4582         * simple.el (insert-buffer, set-selective-display)
4583         (delete-completion-window):
4584         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4585         (speedbar-recenter):
4586         * startup.el (fancy-splash-head):
4587         * textmodes/ispell.el (ispell-command-loop):
4588         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4589         * tutorial.el (help-with-tutorial):
4590         * vc/add-log.el (add-change-log-entry):
4591         * vc/compare-w.el (compare-windows):
4592         * vc/ediff-help.el (ediff-indent-help-message):
4593         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4594         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4595         (ediff-setup-control-frame):
4596         * vc/emerge.el (emerge-position-region):
4597         * vc/pcvs-util.el (cvs-bury-buffer):
4598         * window.el (walk-windows, mouse-autoselect-window-select):
4599         * winner.el (winner-set-conf, winner-undo): Related users changed.
4601 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
4603         * frameset.el (frameset--set-id): Doc fix.
4604         (frameset-frame-id, frameset-frame-id-equal-p)
4605         (frameset-locate-frame-id): New functions.
4606         (frameset--process-minibuffer-frames, frameset--reuse-frame)
4607         (frameset-restore): Use them.
4609 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
4611         Do not call to `selected-frame' where it is assumed by default.
4612         Affected functions are `raise-frame', `redraw-frame',
4613         `frame-first-window', `frame-terminal' and `delete-frame'.
4614         * calendar/appt.el (appt-disp-window):
4615         * epg.el (epg-wait-for-completion):
4616         * follow.el (follow-delete-other-windows-and-split)
4617         (follow-avoid-tail-recenter):
4618         * international/mule.el (set-terminal-coding-system):
4619         * mail/rmail.el (rmail-mail-return):
4620         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4621         * progmodes/f90.el (f90-add-imenu-menu):
4622         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4623         * server.el (server-switch-buffer):
4624         * simple.el (delete-completion-window):
4625         * talk.el (talk):
4626         * term/xterm.el (terminal-init-xterm-modify-other-keys)
4627         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4628         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4629         * vc/ediff.el (ediff-documentation): Related users changed.
4630         * frame.el (selected-terminal): Remove the leftover.
4632 2013-08-05  Glenn Morris  <rgm@gnu.org>
4634         * calendar/calendar.el (calendar-generate-month):
4635         Fix for calendar-column-width != 1 + calendar-day-digit-width.
4636         (calendar-generate-month, calendar-font-lock-keywords):
4637         Fix for calendar-day-header-width > length of any day name.
4639 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
4641         * desktop.el (desktop-clear): Use new name of sort predicate.
4643         * frameset.el (frameset): Add docstring.  Move :version property to its
4644         own `version' slot.
4645         (frameset-copy): Rename from copy-frameset.
4646         (frameset-p): Check more thoroughly.
4647         (frameset-prop): Do not check for :version, which is no longer a prop.
4648         (frameset-live-filter-alist, frameset-persistent-filter-alist):
4649         Use new :never value instead of t.
4650         (frameset-filter-alist): Expand and clarify docstring.
4651         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4652         (frameset-filter-minibuffer, frameset-filter-save-param)
4653         (frameset-filter-restore-param, frameset-filter-iconified):
4654         Add pointer to docstring of frameset-filter-alist.
4655         (frameset-filter-params): Rename filter values to be more meaningful:
4656         :never instead of t, and reverse the meanings of :save and :restore.
4657         (frameset--process-minibuffer-frames): Clarify error message.
4658         (frameset-save): Avoid unnecessary and confusing call to framep.
4659         Use new BOA constructor for framesets.
4660         (frameset--reuse-list): Doc fix.
4661         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
4662         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4663         (frameset-minibufferless-first-p): Doc fix.
4664         Rename from frameset-sort-frames-for-deletion.
4665         (frameset-restore): Doc fixes.  Use new function names.
4666         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4668 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
4670         * desktop.el (desktop-restore-forces-onscreen)
4671         (desktop-restore-reuses-frames): Document :keyword constant values.
4672         (desktop-filter-parameters-alist): Remove, now identical to
4673         frameset-filter-alist.
4674         (desktop--filter-tty*): Remove, moved to frameset.el.
4675         (desktop-save-frameset, desktop-restore-frameset):
4676         Do not pass :filters argument.
4678         * frameset.el (frameset-live-filter-alist)
4679         (frameset-persistent-filter-alist): New variables.
4680         (frameset-filter-alist): Use them.  Add autoload cookie.
4681         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4682         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4683         `frameset--id' (it's supposed to be internal to frameset.el).
4684         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
4685         (frameset--initial-params): New function.
4686         (frameset--get-frame): Use it.  Doc fix.
4687         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4688         Accept :all, not 'all.
4689         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4690         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
4691         with fbound symbols.  Fix frame id matching, and remove matching ids if
4692         the frame being restored is deleted.  Obey :delete.
4694 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4696         * subr.el (macrop): New function.
4697         (text-clone--maintaining): New var.
4698         (text-clone--maintain): Rename from text-clone-maintain.  Use it
4699         instead of inhibit-modification-hooks.
4701         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4702         a proxy, so as handle autoloads and redefinitions of the target.
4703         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4705         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4706         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
4707         (pcase--mutually-exclusive-p): New function.
4708         (pcase--split-consp): Use it.
4709         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
4710         mutually exclusive with the current predicate.
4712         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4713         (edebug-macrop): Remove.  Use `macrop' instead.
4714         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
4715         (ad-macro-p):
4716         * eshell/esh-cmd.el (eshell-macrop):
4717         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
4719 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4722         (advice-mapc): New function, using it.
4723         (advice-function-member-p): New function.
4724         (advice--normalize): Store the cdr in advice--saved-rewrite since
4725         that's the part that will be changed.
4726         (advice--symbol-function): New function.
4727         (advice-remove): Handle removal before the function is defined.
4728         Adjust to new advice--saved-rewrite.
4729         (advice-member-p): Use advice-function-member-p and
4730         advice--symbol-function.
4732 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
4734         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4735         (frameset-filter-minibuffer): Doc fix.
4736         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
4737         (frameset--set-id, frameset--process-minibuffer-frames)
4738         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4739         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4741         * desktop.el (desktop-clear): Only delete frames when called
4742         interactively and desktop-restore-frames is non-nil.  Doc fix.
4743         (desktop-read): Set desktop-saved-frameset to nil.
4745 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
4747         * vc/vc.el (vc-ignore): Rewrite.
4748         (vc-default-ignore-completion-table):
4749         (vc--read-lines):
4750         (vc--add-line, vc--remove-regexp): New functions.
4752         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4753         (vc-svn-ignore-completion-table): New function.
4755         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4756         (vc-hg-ignore-completion-table):
4757         (vc-hg-find-ignore-file): New functions.
4759         * vc/vc-git.el (vc-git-ignore): Rewrite.
4760         (vc-git-ignore-completion-table):
4761         (vc-git-find-ignore-file): New functions.
4763         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4765         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4766         (vc-bzr-ignore-completion-table):
4767         (vc-bzr-find-ignore-file): New functions.
4769 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
4771         * frameset.el (frameset-prop): New function and setter.
4772         (frameset-save): Do not modify frame list passed by the caller.
4774 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4776         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4778 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4780         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4781         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4783         * custom.el (custom-initialize-default, custom-initialize-set)
4784         (custom-initialize-reset, custom-initialize-changed): Affect the
4785         toplevel-default-value (bug#6275, bug#14586).
4786         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4787         for bug#6275.
4789 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
4791         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4792         Add cl-def* expressions.
4794         * frameset.el (frameset-filter-params): Fix order of arguments.
4796 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
4798         Move code related to saving frames to frameset.el.
4799         * desktop.el: Require frameset.
4800         (desktop-restore-frames): Doc fix.
4801         (desktop-restore-reuses-frames): Rename from
4802         desktop-restoring-reuses-frames.
4803         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4804         (desktop-clear): Clear frames too.
4805         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4806         (desktop--filter-tty*, desktop-save, desktop-read):
4807         Use frameset functions.
4808         (desktop-before-saving-frames-functions, desktop--filter-*-color)
4809         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4810         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4811         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4812         (desktop--process-minibuffer-frames, desktop-save-frames)
4813         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4814         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4815         (desktop--sort-states, desktop-restoring-frames-p)
4816         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
4817         (desktop-restoring-frameset-p, desktop-restore-frameset)
4818         (desktop--check-dont-save, desktop-save-frameset): New functions.
4819         (desktop--app-id): New constant.
4820         (desktop-first-buffer, desktop-buffer-ok-count)
4821         (desktop-buffer-fail-count): Move before first use.
4822         * frameset.el: New file.
4824 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4826         * files.el: Use lexical-binding.
4827         (dir-locals-read-from-file): Remove unused `err' variable.
4828         (hack-dir-local-variables--warned-coding): New var.
4829         (hack-dir-local-variables): Use it to avoid repeated warnings.
4830         (make-backup-file-name--default-function): New function.
4831         (make-backup-file-name-function): Use it as default.
4832         (buffer-stale--default-function): New function.
4833         (buffer-stale-function): Use it as default.
4834         (revert-buffer-insert-file-contents--default-function): New function.
4835         (revert-buffer-insert-file-contents-function): Use it as default.
4836         (insert-directory): Avoid add-to-list.
4838         * autorevert.el (auto-revert-handler): Simplify.
4839         Use buffer-stale--default-function.
4841 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
4843         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4845         * whitespace.el (whitespace-ensure-local-variables): New function.
4846         (whitespace-cleanup-region): Call it.
4847         (whitespace-turn-on): Call it.
4849 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
4851         Complete file name handlers.
4853         * net/tramp.el (tramp-handle-set-visited-file-modtime)
4854         (tramp-handle-verify-visited-file-modtime)
4855         (tramp-handle-file-notify-rm-watch): New functions.
4856         (tramp-call-process): Do not bind `default-directory'.
4858         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4859         Order alphabetically.
4860         [access-file, add-name-to-file, dired-call-process]:
4861         [dired-compress-file, file-acl, file-notify-rm-watch]:
4862         [file-ownership-preserved-p, file-selinux-context]:
4863         [make-directory-internal, make-symbolic-link, set-file-acl]:
4864         [set-file-selinux-context, set-visited-file-modtime]:
4865         [verify-visited-file-modtime]: Add handler.
4866         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4868         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4869         [file-notify-add-watch, file-notify-rm-watch]:
4870         [set-file-times, set-visited-file-modtime]:
4871         [verify-visited-file-modtime]: Add handler.
4872         (with-tramp-gvfs-error-message)
4873         (tramp-gvfs-handle-set-visited-file-modtime)
4874         (tramp-gvfs-fuse-file-name): Remove.
4875         (tramp-gvfs-handle-file-notify-add-watch)
4876         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4877         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4879         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4880         Order alphabetically.
4881         [file-notify-rm-watch ]: Use default Tramp handler.
4882         [executable-find]: Remove private handler.
4883         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4884         `default-directory'.
4885         (tramp-sh-handle-executable-find)
4886         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4887         (tramp-sh-file-gvfs-monitor-dir-process-filter)
4888         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4889         Do not use `format' in `tramp-message'.
4891         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4892         [file-notify-rm-watch, set-visited-file-modtime]:
4893         [verify-visited-file-modtime]: Add handler.
4894         (tramp-smb-call-winexe): Do not bind `default-directory'.
4896 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
4898         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4900 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
4902         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4903         use it.
4904         (log-view-diff-changeset): Same.
4905         (log-view-diff-common): Call backend command `previous-revision'
4906         to find out the previous revision, in both cases.  Swap the
4907         variables `to' and `fr', so that `fr' usually refers to the
4908         earlier revision (Bug#14989).
4910 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
4912         * ibuf-ext.el (ibuffer-filter-by-filename):
4913         Make it work with dired buffers too.
4915 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
4917         * emacs-lisp/re-builder.el (reb-color-display-p):
4918         * files.el (save-buffers-kill-terminal):
4919         * net/browse-url.el (browse-url):
4920         * server.el (server-save-buffers-kill-terminal):
4921         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4922         Prefer nil to selected-frame for the first arg of frame-parameter.
4924 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
4926         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4928 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
4930         * minibuffer.el (completion--twq-all): Try and preserve each
4931         completion's case choice (bug#14907).
4933 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4935         * net/network-stream.el (open-network-stream): Mention the new
4936         :nogreeting parameter.
4937         (network-stream-open-starttls): Use the :nogreeting parameter
4938         (bug#14938).
4940         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4942         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4943         more natural than popping.
4945         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4946         (shr-urlify): Highlight under mouse.
4948 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
4950         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4952         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4954         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
4955         buffer for output.
4957         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
4958         point-min==1.  Fix search string.  Fix parentheses missing.
4960         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
4961         assume point-min==1.  Fix search string.  Fix parentheses missing.
4963         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4965         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
4966         buffer for output.
4968 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
4970         * frame.el (frame-notice-user-settings): Avoid inflooping when the
4971         initial frame is minibuffer-less.  (Bug#14841)
4973 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
4975         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4976         option.
4978         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4979         (tramp-maybe-open-connection): Use it.
4981 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
4983         * desktop.el (desktop--make-frame): Include `minibuffer' in the
4984         minimal set of parameters passed when creating a frame, because
4985         the minibuffer status of a frame cannot be changed later.
4987 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
4989         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4990         replace-regexp-in-string and inadvertent omissions in previous change.
4991         (todo-filter-items): Ensure only file names are comma-separated in
4992         name of filtered items buffer.
4994 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
4996         * desktop.el: Optionally force offscreen frames back onscreen.
4997         (desktop-restoring-reuses-frames): New option.
4998         (desktop--compute-pos, desktop--move-onscreen): New functions.
4999         (desktop--make-frame): Use desktop--move-onscreen.
5001 2013-07-27  Alan Mackenzie  <acm@muc.de>
5003         Fontify a Java generic method as a function.
5004         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
5005         value to t.
5007 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
5009         * calendar/todo-mode.el: Add command to rename todo files.
5010         (todo-rename-file): New command.
5011         (todo-key-bindings-t): Add key binding for it.  Change the
5012         bindings of todo-filter-regexp-items(-multifile) to use `x'
5013         instead of `r', since the latter is better suited to the new
5014         renaming command.
5016 2013-07-27  Alan Mackenzie  <acm@muc.de>
5018         Make Java try-with-resources statement parse properly.
5019         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
5020         (c-block-stmt-1-2-key): New language constants/variables.
5021         * progmodes/cc-engine.el (c-beginning-of-statement-1)
5022         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
5023         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
5024         with c-block-stmt-1-2-key.
5026 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
5028         * desktop.el (desktop--make-frame): Apply most frame parameters after
5029         creating the frame to force (partially or totally) offscreen frames to
5030         be restored as such.
5032 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
5034         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
5035         (Bug#14948)
5037 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5039         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
5040         `base' arg of backtrace-frame.
5042 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
5044         * simple.el (list-processes): Doc fix.
5046 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
5048         * desktop.el (desktop--select-frame):
5049         Try harder to reuse existing frames.
5051 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5053         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
5054         (edebug-eval): Use backtrace-eval.
5055         (edebug--display, edebug--recursive-edit): Don't let-bind the
5056         edebug-outer-* vars that keep track of variables we locally let-bind.
5057         (edebug-outside-excursion): Don't restore outside values of locally
5058         let-bound vars.
5059         (edebug--display): Use user-error.
5060         (cl-lexical-debug, cl-debug-env): Remove.
5062 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
5064         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5065         are restored to be sure that they are visible before deleting any
5066         remaining ones.
5068 2013-07-26  Matthias Meulien  <orontee@gmail.com>
5070         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5071         vc-print-root-log.  (Bug#14948)
5073 2013-07-26  Richard Stallman  <rms@gnu.org>
5075         Add aliases for encrypting mail.
5076         * epa.el (epa-mail-aliases): New option.
5077         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5078         Bind inhibit-read-only so read-only text doesn't ruin everything.
5079         (epa-mail-default-recipients): New subroutine broken out.
5080         Handle epa-mail-aliases.
5082 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5084         Add support for lexical variables to the debugger's `e' command.
5085         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5086         vars, except for debugger-outer-match-data.
5087         (debugger-frame-number): Move check for "on a function call" from
5088         callers into it.  Add `skip-base' argument.
5089         (debugger-frame, debugger-frame-clear): Simplify accordingly.
5090         (debugger-env-macro): Only reset the state stored in non-variables,
5091         i.e. current-buffer and match-data.
5092         (debugger-eval-expression): Rewrite using backtrace-eval.
5093         * subr.el (internal--called-interactively-p--get-frame): Remove.
5094         (called-interactively-p):
5095         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5096         `base' arg of backtrace-frame instead.
5098 2013-07-26  Glenn Morris  <rgm@gnu.org>
5100         * align.el (align-regexp): Doc fix.  (Bug#14857)
5101         (align-region): Explicit error if subexpression missing/does not match.
5103         * simple.el (global-visual-line-mode):
5104         Do not duplicate the mode lighter.  (Bug#14858)
5106 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
5108         * window.el (display-buffer): In display-buffer bind
5109         split-window-keep-point to t, bug#14829.
5111 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
5113         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5114         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5115         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5116         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5117         Change accordingly.
5118         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5119         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
5121 2013-07-25  Glenn Morris  <rgm@gnu.org>
5123         * dired-x.el (dired-mark-extension): Convert comment to doc string.
5125 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
5127         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5128         parameter to modify-frame-parameters if the value has not changed;
5129         this is a workaround for bug#14949.
5130         (desktop--make-frame): On cl-delete-if call, check parameter name,
5131         not full parameter.
5133 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
5135         * vc/vc.el (vc-ignore): New function.
5137         * vc/vc-svn.el (vc-svn-ignore): New function.
5139         * vc/vc-hg.el (vc-hg-ignore): New function.
5141         * vc/vc-git.el (vc-git-ignore): New function.
5143         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5144         (vc-dir-ignore): New function.
5146         * vc/vc-cvs.el (vc-cvs-ignore): New function.
5147         (cvs-append-to-ignore): Move here from pcvs.el.
5149         * vc/vc-bzr.el (vc-bzr-ignore): New function.
5151         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5153 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
5155         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5156         (desktop-restore-frames): Warn when deleting an existing frame failed.
5158 2013-07-24  Glenn Morris  <rgm@gnu.org>
5160         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
5162 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
5164         * filenotify.el (file-notify-supported-p):
5165         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5166         Remove functions.
5168         * autorevert.el (auto-revert-use-notify):
5169         (auto-revert-notify-add-watch):
5170         * net/tramp.el (tramp-file-name-for-operation):
5171         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5172         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5173         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5174         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5175         Remove `file-notify-supported-p' entry.
5177 2013-07-24  Glenn Morris  <rgm@gnu.org>
5179         * printing.el: Replace all uses of deleted ps-windows-system,
5180         ps-lp-system, ps-flatten-list with lpr- versions.
5182 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5185         checked with memq (bug#14935).
5187         * files.el (revert-buffer-function): Use a non-nil default.
5188         (revert-buffer-preserve-modes): Declare var to
5189         provide access to the `preserve-modes' argument.
5190         (revert-buffer): Let-bind it.
5191         (revert-buffer--default): New function, extracted from revert-buffer.
5193 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5195         * lpr.el: Signal print errors more prominently.
5196         (print-region-function): Don't default to nil.
5197         (lpr-print-region): New function, extracted from print-region-1.
5198         Check lpr's return value and signal an error in case of problem.
5199         (print-region-1): Use it.
5200         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
5201         versions instead.
5202         (ps-printer-name): Default to nil.
5203         (ps-printer-name-option): Default to lpr-printer-switch.
5204         (ps-print-region-function): Don't default to nil.
5205         (ps-postscript-code-directory): Simplify default.
5206         (ps-do-despool): Use lpr-print-region to properly check the outcome.
5207         (ps-string-list, ps-eval-switch, ps-flatten-list)
5208         (ps-flatten-list-1): Remove.
5209         (ps-multibyte-buffer): Avoid setq.
5210         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5211         (print-region-function, ps-print-region-function): Don't set them here.
5213 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
5215         * ido.el (ido-fractionp):
5216         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5217         (ido-max-file-prompt-width, ido-unc-hosts-cache)
5218         (ido-max-directory-size, ido-max-dir-file-cache)
5219         (ido-decorations): Doc fix.
5221         * ansi-color.el: Fix old URL.
5223 2013-07-23  Michael R. Mauger  <michael@mauger.com>
5225         * progmodes/sql.el: Version 3.3
5226         (sql-product-alist): Improve oracle :prompt-cont-regexp.
5227         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5228         (sql-interactive-remove-continuation-prompt): Rewrite, use
5229         functions above.  Fix continuation prompt and complete output line
5230         handling.
5231         (sql-redirect-one, sql-execute): Use `read-only-mode' on
5232         redirected output buffer.
5233         (sql-mode): Restore deleted code (Bug#13591).
5235 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
5237         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5239 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
5241         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5243         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5244         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5245         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5247 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
5249         * desktop.el (desktop-clear): Simplify; remove useless checks
5250         against invalid buffer names.
5251         (desktop-list*): Use cl-list*.
5252         (desktop-buffer-info, desktop-create-buffer): Simplify.
5254 2013-07-23  Leo Liu  <sdl.web@gmail.com>
5256         * bookmark.el (bookmark-make-record): Restore NAME as a default
5257         value.  (Bug#14933)
5259 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5261         * emacs-lisp/autoload.el (autoload--setup-output): New function,
5262         extracted from autoload--insert-text.
5263         (autoload--insert-text): Remove.
5264         (autoload--print-cookie-text): New function, extracted from
5265         autoload--insert-cookie-text.
5266         (autoload--insert-cookie-text): Remove.
5267         (autoload-generate-file-autoloads): Adjust calls accordingly.
5269         * winner.el (winner-hook-installed-p): Remove.
5270         (winner-mode): Simplify accordingly.
5272         * subr.el (add-to-list): Fix compiler-macro when `append' is
5273         not constant.  Don't use `cl-member' for the base case.
5275         * progmodes/subword.el: Fix boundary case (bug#13758).
5276         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
5277         own group.
5278         (subword-backward-regexp): Make it a constant.
5279         (subword-forward-internal): Don't treat a trailing capital as the
5280         beginning of a word.
5282 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
5284         * emacs-lisp/package.el (package-menu-mode): Don't modify the
5285         global value of tabulated-list-revert-hook (bug#14930).
5287 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
5289         * desktop.el: Require 'cl-lib.
5290         (desktop-before-saving-frames-functions): New hook.
5291         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5292         for frames being saved.  Rename from desktop--save-minibuffer-frames.
5293         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5294         Do not save frames with non-nil `desktop-dont-save' parameter.
5295         Filter out deleted frames.
5296         (desktop--find-frame): Use cl-find-if.
5297         (desktop--select-frame): Use cl-(first|second|third) to access values
5298         of desktop-mini.
5299         (desktop--make-frame): Use cl-delete-if.
5300         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5301         (desktop-restore-frames): Use cl-(first|second|third) to access values
5302         of desktop-mini.  Look for visible frame at the end, not while
5303         restoring frames.
5305         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5306         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5307         Use string-match-p, looking-at-p (bug#14927).
5309 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
5311         * desktop.el (desktop-saved-frame-states):
5312         Rename from desktop--saved-states; all users changed.
5313         (desktop-save-frames): Rename from desktop--save-frames.
5314         Do not save state to desktop file.
5315         (desktop-save): Save desktop-saved-frame-states to desktop file
5316         and reset to nil.
5317         (desktop-restoring-frames-p): New function.
5318         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
5319         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
5320         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
5322         * desktop.el: Correctly restore iconified frames.
5323         (desktop--filter-iconified-position): New function.
5324         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5326 2013-07-20  Glenn Morris  <rgm@gnu.org>
5328         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5329         Let `message' do the formatting.
5330         (def-gdb-preempt-display-buffer): Add explicit format.
5332         * image-dired.el (image-dired-track-original-file):
5333         Use with-current-buffer.
5334         (image-dired-track-thumbnail): Use with-current-buffer.
5335         Avoid changing point of wrong window.
5337         * image-dired.el (image-dired-track-original-file):
5338         Avoid changing point of wrong window.  (Bug#14909)
5340 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
5342         * progmodes/gdb-mi.el (gdb-done-or-error):
5343         Guard against "%" in gdb output.  (Bug#14127)
5345 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
5347         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5348         (Bug#14826)
5350         * international/mule.el (coding-system-iso-2022-flags): Fix last
5351         change.
5353 2013-07-20  Kenichi Handa  <handa@gnu.org>
5355         * international/mule.el (coding-system-iso-2022-flags):
5356         Add `8-bit-level-4'.  (Bug#8522)
5358 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360         * net/shr.el (shr-mouse-browse-url): New command and keystroke
5361         (bug#14815).
5363         * net/eww.el (eww-process-text-input): Allow inputting when the
5364         point is at the start of the line, as the properties aren't
5365         front-sticky.
5367         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5368         degenerate widths.
5370 2013-07-19  Richard Stallman  <rms@gnu.org>
5372         * epa.el (epa-popup-info-window): Doc fix.
5374         * subr.el (split-string): New arg TRIM.
5376 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
5378         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5379         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5381 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
5383         * filenotify.el (file-notify--library): Rename from
5384         `file-notify-support'.  Do not autoload.  Adapt all uses.
5385         (file-notify-supported-p): New defun.
5387         * autorevert.el (auto-revert-use-notify):
5388         Use `file-notify-supported-p' instead of `file-notify-support'.
5389         Adapt docstring.
5390         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5392         * net/tramp.el (tramp-file-name-for-operation):
5393         Add `file-notify-supported-p'.
5395         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5396         New defun.
5397         (tramp-sh-file-name-handler-alist): Add it as handler for
5398         `file-notify-supported-p '.
5400         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5401         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5402         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5403         Add `ignore' as handler for `file-notify-*' functions.
5405 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
5407         * simple.el (line-move-partial, line-move): Don't start vscroll or
5408         scroll-up if the current line is not taller than the window.
5409         (Bug#14881)
5411 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
5413         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5414         highlight question marks in the method names as strings.
5415         (ruby-block-beg-keywords): Inline.
5416         (ruby-font-lock-keyword-beg-re): Extract from
5417         `ruby-font-lock-keywords'.
5419 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
5421         * frame.el (blink-cursor-blinks): New defcustom.
5422         (blink-cursor-blinks-done): New defvar.
5423         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5424         (blink-cursor-timer-function): Check if number of blinks has been
5425         done on X and NS.
5426         (blink-cursor-suspend, blink-cursor-check): New defuns.
5428 2013-07-15  Glenn Morris  <rgm@gnu.org>
5430         * edmacro.el (edmacro-format-keys): Fix previous change.
5432 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
5434         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5435         The hack didn't work outside English locales anyway.
5437 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
5439         * simple.el (define-alternatives): Rename from alternatives-define,
5440         per RMS' suggestion.
5442 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
5444         * desktop.el (desktop-restore-frames): Change default to t.
5445         (desktop-restore-in-current-display): Now offer more options.
5446         (desktop-restoring-reuses-frames): New customization option.
5447         (desktop--saved-states): Doc fix.
5448         (desktop-filter-parameters-alist): New variable, renamed and expanded
5449         from desktop--excluded-frame-parameters.
5450         (desktop--target-display): New variable.
5451         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5452         (desktop--filter-tty*, desktop--filter-*-color)
5453         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5454         (desktop--filter-save-desktop-parm)
5455         (desktop-restore-in-original-display-p): New functions.
5456         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5457         (desktop--save-minibuffer-frames): New function, inspired by a similar
5458         function from Martin Rudalics.
5459         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5460         (desktop--restore-in-this-display-p): Remove.
5461         (desktop--find-frame): Rename from desktop--find-frame-in-display
5462         and add predicate argument.
5463         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5464         (desktop--reuse-list): New variable.
5465         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5466         New functions.
5467         (desktop--restore-frames): Add support for "minibuffer-special" frames.
5469 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
5471         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5473 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
5475         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5476         Highlight conversion methods on Kernel.
5478 2013-07-13  Alan Mackenzie  <acm@muc.de>
5480         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5481         and comment it out.  This out-commenting enables certain C++
5482         declarations to be parsed correctly.
5484 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
5486         * international/mule.el (define-coding-system): Doc fix.
5488         * simple.el (default-font-height): Don't call font-info if the
5489         frame's default font didn't change since the frame was created.
5490         (Bug#14838)
5492 2013-07-13  Leo Liu  <sdl.web@gmail.com>
5494         * ido.el (ido-read-file-name): Guard against non-symbol value.
5496 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5498         * progmodes/python.el (python-imenu--build-tree): Fix corner case
5499         in nested defuns.
5501 2013-07-13  Leo Liu  <sdl.web@gmail.com>
5503         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5504         ido-set-matches call.  (Bug#6852)
5506 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
5508         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5509         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5510         Ruby 2.0.
5511         (ruby-font-lock-keywords): Distinguish calls to functions with
5512         module-like names from module references.  Highlight character
5513         literals.
5515 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
5517         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5518         (gdb-send): Handle continued commands.  (Bug#14847)
5520 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
5522         * desktop.el (desktop--v2s): Remove unused local variable.
5523         (desktop-save-buffer): Make defvar-local; adjust docstring.
5524         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5525         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5527 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
5529         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5531 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
5533         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5534         (Bug#14842)
5536 2013-07-12  Glenn Morris  <rgm@gnu.org>
5538         * doc-view.el: Require cl-lib at runtime too.
5539         (doc-view-remove-if): Remove.
5540         (doc-view-search-next-match, doc-view-search-previous-match):
5541         Use cl-remove-if.
5543         * edmacro.el: Require cl-lib at runtime too.
5544         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5545         (edmacro-mismatch, edmacro-subseq): Remove.
5547         * shadowfile.el: Require cl-lib.
5548         (shadow-remove-if): Remove.
5549         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5550         Use cl-remove-if.
5552         * wid-edit.el: Require cl-lib.
5553         (widget-choose): Use cl-remove-if.
5554         (widget-remove-if): Remove.
5556         * progmodes/ebrowse.el: Require cl-lib at runtime too.
5557         (ebrowse-delete-if-not): Remove.
5558         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5559         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5560         Use cl-delete-if-not.
5562 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
5564         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5565         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5567 2013-07-12  Leo Liu  <sdl.web@gmail.com>
5569         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
5571 2013-07-11  Glenn Morris  <rgm@gnu.org>
5573         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5574         (edebug-gensym-index, edebug-gensym):
5575         Remove reimplementation of cl-gensym.
5576         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5578         * thumbs.el: Require cl-lib at run-time too.
5579         (thumbs-gensym-counter, thumbs-gensym):
5580         Remove reimplementation of cl-gensym.
5581         (thumbs-temp-file): Use cl-gensym.
5583         * emacs-lisp/ert.el: Require cl-lib at runtime too.
5584         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5585         (ert--intersection, ert--set-difference, ert--set-difference-eq)
5586         (ert--union, ert--gensym-counter, ert--gensym-counter)
5587         (ert--coerce-to-vector, ert--remove*, ert--string-position)
5588         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5589         (ert-make-test-unbound, ert--expand-should-1)
5590         (ert--expand-should, ert--should-error-handle-error)
5591         (should-error, ert--explain-equal-rec)
5592         (ert--plist-difference-explanation, ert-select-tests)
5593         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5594         Use cl-lib functions rather than reimplementations.
5596 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
5598         * net/tramp.el (tramp-methods): Extend docstring.
5599         (tramp-connection-timeout): New defcustom.
5600         (tramp-error-with-buffer): Reset timestamp only when appropriate.
5601         (with-tramp-progress-reporter): Simplify.
5602         (tramp-process-actions): Improve messages.
5604         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5605         * net/tramp-sh.el (tramp-maybe-open-connection):
5606         Use `tramp-connection-timeout'.
5607         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5608         (Bug#14808)
5610 2013-07-11  Leo Liu  <sdl.web@gmail.com>
5612         * ido.el (ido-read-file-name): Conform to the requirements of
5613         read-file-name.  (Bug#11861)
5614         (ido-read-directory-name): Conform to the requirements of
5615         read-directory-name.
5617 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
5619         * subr.el (delay-warning): New function.
5621 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
5623         * simple.el (default-line-height): New function.
5624         (line-move-partial, line-move): Use it instead of computing the
5625         line height inline.
5626         (line-move-partial): Always compute ROWH.  If the last line is
5627         partially-visible, but its text is completely visible, allow
5628         cursor to enter such a partially-visible line.
5630 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
5632         Improve error messages.  (Bug#14808)
5634         * net/tramp.el (tramp-current-connection): New defvar, moved from
5635         tramp-sh.el.
5636         (tramp-message-show-progress-reporter-message): Remove, not
5637         needed anymore.
5638         (tramp-error-with-buffer): Show message in minibuffer.
5639         Discard input before waiting.  Reset connection timestamp.
5640         (with-tramp-progress-reporter): Improve messages.
5641         (tramp-process-actions): Use progress reporter.  Delete process in
5642         case of error.  Improve messages.
5644         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5645         Call `tramp-error-with-buffer' with vector and buffer.
5646         (tramp-current-connection): Remove.
5647         (tramp-maybe-open-connection): The car of
5648         `tramp-current-connection' are the first 3 slots of the vector.
5650 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
5652         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5653         inside continued strings.
5655 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5657         Timestamp fixes for undo (Bug#14824).
5658         * files.el (clear-visited-file-modtime): Move here from fileio.c.
5660 2013-07-10  Leo Liu  <sdl.web@gmail.com>
5662         * files.el (require-final-newline): Allow safe local value.
5663         (Bug#14834)
5665 2013-07-09  Leo Liu  <sdl.web@gmail.com>
5667         * ido.el (ido-read-directory-name): Handle fallback.
5668         (ido-read-file-name): Update DIR to ido-current-directory.
5669         (Bug#1516)
5670         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
5672 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
5674         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5675         "autoload".  Remove "warn lower camel case" section, previously
5676         commented out.  Highlight negation char.  Do not highlight the
5677         target in singleton method definitions.
5679 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5681         * faces.el (tty-setup-hook): Declare the hook.
5683         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5684         and detect when a guard/pred depends on local vars (bug#14773).
5685         (pcase--u1): Adjust caller.
5687 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
5689         * simple.el (line-move-partial, line-move): Account for
5690         line-spacing.
5691         (line-move-partial): Avoid setting vscroll when the last
5692         partially-visible line in window is of default height.
5694 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5696         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5697         been used a while.
5699 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
5701         * subr.el (read-quoted-char): Remove unused local variable `char'.
5703 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5705         * ediff.el (ediff-version): Version update.
5706         (ediff-files-command, ediff3-files-command, ediff-merge-command)
5707         (ediff-merge-with-ancestor-command, ediff-directories-command)
5708         (ediff-directories3-command, ediff-merge-directories-command)
5709         (ediff-merge-directories-with-ancestor-command): New functions.
5710         All are command-line interfaces to ediff: to facilitate calling
5711         Emacs with the appropriate ediff functions invoked.
5713         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5714         (viper-save-kill-buffer): Check if buffer is modified.
5716         * viper.el (viper-version): Version update.
5717         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5719 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5721         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5722         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5723         (viper-intercept-ESC-key): Simplify.
5724         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5725         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5726         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5727         (viper-setup-ESC-to-escape): New functions.
5728         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5729         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
5731 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
5733         * simple.el (default-font-height, window-screen-lines):
5734         New functions.
5735         (line-move, line-move-partial): Use them instead of
5736         frame-char-height and window-text-height.  This makes scrolling
5737         text smoother when the buffer's default face uses a font that is
5738         different from the frame's default font.
5740 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
5742         * files.el (write-file): Do not display confirm dialog for NS,
5743         it does its own dialog, which can't be cancelled (Bug#14578).
5745 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
5747         * simple.el (line-move-partial): Adjust the row returned by
5748         posn-at-point for the current window-vscroll.  (Bug#14567)
5750 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
5752         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5753         (tramp-sh-file-inotifywait-process-filter): Handle file names with
5754         spaces.
5756 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
5758         * window.el (window-state-put-stale-windows): New variable.
5759         (window--state-put-2): Save list of windows without matching buffer.
5760         (window-state-put): Remove "bufferless" windows if possible.
5762 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
5764         * simple.el (alternatives-define): Remove leftover :group keyword.
5765         Tweak docstring.
5767 2013-07-06  Leo Liu  <sdl.web@gmail.com>
5769         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5770         (ido-enable-virtual-buffers): New variable.
5771         (ido-buffer-internal, ido-toggle-virtual-buffers)
5772         (ido-make-buffer-list): Use it.
5773         (ido-exhibit): Support turning on and off virtual buffers
5774         automatically.
5776 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
5778         * simple.el (alternatives-define): New macro.
5780 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5782         * subr.el (read-quoted-char): Use read-key.
5783         (sit-for): Let read-event decode tty input (bug#14782).
5785 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
5787         * calendar/todo-mode.el: Add handling of file deletion, both by
5788         mode command and externally.  Fix various related bugs.
5789         Clarify Commentary and improve some documentation strings and code.
5790         (todo-delete-file): New command.
5791         (todo-check-file): New function.
5792         (todo-show): Handle external deletion of the file we're trying to
5793         show (bug#14688).  Replace called-interactively-p by an optional
5794         prefix argument to avoid problematic interaction with catch form
5795         when byte compiled (bug#14702).
5796         (todo-quit): Handle external deletion of the archive's todo file.
5797         Make sure the buffer that was visiting the archive file is still
5798         live before trying to bury it.
5799         (todo-category-completions): Handle external deletion of any
5800         category completion files.
5801         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5802         of todo files, in case of external deletion.
5803         (todo-add-file): Replace unnecessary setq by let-binding.
5804         (todo-find-archive): Check whether there are any archives.
5805         Replace unnecessary setq by let-binding.
5806         (todo-archive-done-item): Use find-file-noselect to get the
5807         archive buffer whether or not the archive already exists.
5808         Remove superfluous code.  Use file size instead of buffer-file-name to
5809         check if the archive is new; if it is, update list of archives.
5810         (todo-default-todo-file): Allow nil to be a valid value for when
5811         there are no todo files.
5812         (todo-reevaluate-default-file-defcustom): Use corrected definition
5813         of todo-default-todo-file.
5814         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5815         (todo-delete-category, todo-show-categories-table)
5816         (todo-category-number): Clarify comment.
5817         (todo-filter-items): Clarify documentation string.
5818         (todo-show-current-file, todo-display-as-todo-file)
5819         (todo-reset-and-enable-done-separator): Tweak documentation string.
5820         (todo-done-separator): Make separator length window-width, since
5821         bug#2749 is now fixed.
5823 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
5825         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5826         Support both "gvfs-monitor-dir" and "inotifywait".
5827         (tramp-sh-file-inotifywait-process-filter): Rename from
5828         `tramp-sh-file-notify-process-filter'.
5829         (tramp-sh-file-gvfs-monitor-dir-process-filter)
5830         (tramp-get-remote-gvfs-monitor-dir): New defuns.
5832 2013-07-05  Leo Liu  <sdl.web@gmail.com>
5834         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5836 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5838         * frame.el (display-pixel-height, display-pixel-width)
5839         (display-mm-height, display-mm-width): Mention behavior on
5840         multi-monitor setups in docstrings.
5841         (w32-display-monitor-attributes-list): Declare function.
5842         (display-monitor-attributes-list): Use it.
5844 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
5846         * filenotify.el: New package.
5848         * autorevert.el (top): Require filenotify.el.
5849         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
5850         instead.
5851         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5852         (auto-revert-notify-handler): Use `file-notify-*' functions.
5854         * subr.el (file-notify-handle-event): Move function to filenotify.el.
5856         * net/tramp.el (tramp-file-name-for-operation):
5857         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5859         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5860         for `file-notify-add-watch' and `file-notify-rm-watch'.
5861         (tramp-process-sentinel): Improve trace.
5862         (tramp-sh-handle-file-notify-add-watch)
5863         (tramp-sh-file-notify-process-filter)
5864         (tramp-sh-handle-file-notify-rm-watch)
5865         (tramp-get-remote-inotifywait): New defuns.
5867 2013-07-03  Juri Linkov  <juri@jurta.org>
5869         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5870         call of `occur-read-primary-args' to interactive spec.
5872         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5873         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
5875 2013-07-03  Matthias Meulien  <orontee@gmail.com>
5877         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5878         `Buffer-menu-multi-occur'.  Add it to the menu.
5879         (Buffer-menu-mode): Document it in docstring.
5880         (Buffer-menu-multi-occur): New command.  (Bug#14673)
5882 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
5884         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5885         keywords and built-ins.
5887 2013-07-03  Glenn Morris  <rgm@gnu.org>
5889         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
5891         Make info-xref checks case-sensitive by default
5892         * info.el (Info-find-node, Info-find-in-tag-table)
5893         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5894         Add option for exact case matching of nodes.
5895         * info-xref.el (info-xref): New custom group.
5896         (info-xref-case-fold): New option.
5897         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5899 2013-07-03  Leo Liu  <sdl.web@gmail.com>
5901         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5903 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
5905         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5906         middle of block statement initially, lower the depth.  Remove
5907         FIXME comment, not longer valid.  Remove middle of block statement
5908         detection, no need to do that anymore since we've been using
5909         `ruby-parse-region' here.
5911 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
5913         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5915 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5917         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5919 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
5921         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5922         (desktop-restore-in-current-display): New customization option.
5923         (desktop--excluded-frame-parameters): Add `font'.
5924         (desktop--save-frames): Rename from desktop--save-windows.
5925         (desktop--restore-in-this-display-p): New function.
5926         (desktop--make-full-frame): Remove unwanted width/height from
5927         full(width|height) frames.
5928         (desktop--restore-frames): Rename from desktop--restore-windows.
5929         Obey desktop-restore-current-display.  Do not delete old frames or
5930         select a new frame unless we were able to restore at least one frame.
5932 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
5934         * files.el (find-file-noselect): Simplify conditional expression.
5936         * remember.el (remember-append-to-file):
5937         Don't mix `find-buffer-visiting' and `get-file-buffer'.
5939         Add `remember-notes' function to store random notes across Emacs
5940         restarts.
5941         * remember.el (remember-data-file): Add :set callback to affect
5942         notes buffer (if any).
5943         (remember-notes): New command.
5944         (remember-notes-buffer-name, bury-remember-notes-on-kill):
5945         New defcustoms for the `remember-notes' function.
5946         (remember-notes-save-and-bury-buffer): New command.
5947         (remember-notes-mode-map): New variable.
5948         (remember-mode): New minor mode.
5949         (remember-notes--kill-buffer-query): New function.
5950         * startup.el (initial-buffer-choice): Add notes to custom type.
5952 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
5954         * bindings.el (right-char, left-char): Don't call sit-for, this is
5955         no longer needed.  Use arithmetic comparison only for numerical
5956         arguments.
5958         * international/mule-cmds.el (select-safe-coding-system):
5959         Handle the case of FROM being a string correctly.  (Bug#14755)
5961 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5963         * net/shr.el (shr-make-table-1): Add a sanity check that allows
5964         progression on degenerate tables.
5965         (shr-rescale-image): ImageMagick animated images currently don't work.
5967 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
5969         Some fixes and improvements for desktop frame restoration.
5970         It is still experimental and disabled by default.
5971         * desktop.el (desktop--save-windows): Put the selected frame at
5972         the head of the list.
5973         (desktop--make-full-frame): New function.
5974         (desktop--restore-windows): Try to re-select the frame that was
5975         selected upon saving.  Do not abort if some frames fail to restore,
5976         just show an error message and continue.  Set up maximized frames
5977         so they have default non-maximized dimensions.
5979 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
5981         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5982         Don't start heredoc inside a string or comment.
5984 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
5986         * bindings.el (visual-order-cursor-movement): New defcustom.
5987         (right-char, left-char): Provide visual-order cursor motion by
5988         calling move-point-visually.  Update the doc strings.
5990 2013-06-28  Kenichi Handa  <handa@gnu.org>
5992         * international/mule.el (define-coding-system): New coding system
5993         properties :inhibit-null-byte-detection,
5994         :inhibit-iso-escape-detection, and :prefer-utf-8.
5995         (set-buffer-file-coding-system): If :charset-list property of
5996         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5997         appropriate for setting.
5999         * international/mule-cmds.el (select-safe-coding-system):
6000         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
6001         multibyte characters, return utf-8 (or one of its siblings).
6003         * international/mule-conf.el (prefer-utf-8): New coding system.
6004         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
6005         files.
6007 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
6009         * net/shr.el (shr-render-region): New function.
6011         * net/eww.el: Autoload `eww-browse-url'.
6013 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
6015         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6016         Adapt to `package-desc-version' being a list.
6017         Use `package--ac-desc-version' to retrieve version from a package
6018         archive element.
6020 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
6022         New experimental feature to save&restore window and frame setup.
6023         * desktop.el (desktop-save-windows): New defcustom.
6024         (desktop--saved-states): New var.
6025         (desktop--excluded-frame-parameters): New defconst.
6026         (desktop--filter-frame-parms, desktop--find-frame-in-display)
6027         (desktop--restore-windows, desktop--save-windows): New functions.
6028         (desktop-save): Call `desktop--save-windows'.
6029         (desktop-read): Call `desktop--restore-windows'.
6031 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033         * net/shr.el (add-face-text-property): Remove compat definition.
6035 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
6037         * info.el (Info-try-follow-nearest-node): Move search for footnote
6038         above search for node name to prevent missing a footnote (bug#14717).
6040 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
6042         * obsolete/otodo-mode.el: Add obsolescence info to file header.
6044 2013-06-27  Leo Liu  <sdl.web@gmail.com>
6046         * net/eww.el (eww-read-bookmarks): Check file size.
6048 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6050         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
6051         advice--pending if newdef is nil or an autoload (bug#13820).
6052         (advice-mapc): New function.
6054 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6056         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
6057         probably.
6058         (eww-mode-map): Add a menu bar.
6059         (eww-add-bookmark): New command.
6060         (eww-bookmark-mode): New mode and commands.
6061         (eww-add-bookmark): Remove newlines from the title.
6062         (eww-bookmark-browse): Don't bug out if it's the only window.
6064 2013-06-26  Glenn Morris  <rgm@gnu.org>
6066         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6067         (hfy-size): Handle ttys.  (Bug#14668)
6069         * info-xref.el: Update for Texinfo 5 change in *note format.
6070         (info-xref-node-re, info-xref-note-re): New constants.
6071         (info-xref-check-buffer): Use info-xref-note-re.
6073 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6075         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6077         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6078         nil terminate the loop (bug#14718).
6080 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6082         * net/eww.el: Rework history traversal.  When going forward/back,
6083         put these actions into the history, too, so that they can be
6084         replayed.
6085         (eww-render): Move the history reset to the correct buffer.
6087 2013-06-25  Juri Linkov  <juri@jurta.org>
6089         * files-x.el (modify-dir-local-variable): Change the header comment
6090         in the file with directory local variables.  (Bug#14692)
6092         * files-x.el (read-file-local-variable-value): Add `default'.
6093         (Bug#14710)
6095 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097         * net/eww.el (eww-make-unique-file-name): Create a unique file
6098         name before saving to entering `y' accidentally asynchronously.
6100 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
6102         * net/eww.el (eww-download): New command and keystroke.
6104 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6106         * net/eww.el (eww-copy-page-url): Change name of command.
6108         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6109         be more consistent with Info and dired.
6111         * net/eww.el (eww-mode-map): Ditto.
6113 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6115         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
6116         packages from archives.
6117         (package-archive-contents): Change format; include obsolete packages.
6118         (package-desc): Use `dir' to mark builtin packages.
6119         (package--from-builtin): Set the `dir' field to `builtin'.
6120         (generated-autoload-file, version-control): Declare.
6121         (package-compute-transaction): Change first arg and return value to be
6122         lists of package-descs.  Adjust to new package-archive-contents format.
6123         (package--add-to-archive-contents): Adjust to new
6124         package-archive-contents format.
6125         (package-download-transaction): Arg is now a list of package-descs.
6126         (package-install): If `pkg' is a package name, pass it as
6127         a requirement, so it is subject to the usual (e.g. disabled) checks.
6128         (describe-package): Accept package-desc as well.
6129         (describe-package-1): Describe a specific package-desc.  Add links to
6130         other package-descs for the same package name.
6131         (package-menu-describe-package): Pass the actual package-desc.
6132         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6133         works correctly.
6134         (package-desc-status): New function.
6135         (package-menu--refresh): New function, extracted
6136         from package-menu--generate.
6137         (package-menu--generate): Use it.
6138         (package-delete): Update package-alist.
6139         (package-menu-execute): Don't call package-initialize.
6141         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6142         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6143         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6144         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6145         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6146         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6148 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
6150         * window.el (window--state-get-1): Workaround for bug#14527.
6151         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6153 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155         * net/eww.el (eww-back-url): Implement the history by stashing all
6156         the data into a list.
6157         (eww-forward-url): Allow going forward in the history, too.
6159 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6161         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6162         for values and use read--expression for expressions (bug#14710).
6163         (read-file-local-variable): Avoid setq.
6164         (read-file-local-variable-mode): Use minor-mode-list.
6166 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6168         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6169         for DOI URLs.
6171 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6173         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6174         Update imenu-support when dialect changes.
6176 2013-06-25  Leo Liu  <sdl.web@gmail.com>
6178         * ido.el (ido-read-internal): Allow forward slash on windows.
6180 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6182         * net/eww.el (eww): Start of strings is \\`, not ^.
6184 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
6186         * net/shr.el (shr-browse-url): Fix interactive spec.
6188         * net/eww.el (eww): Add a trailing slash to domain names.
6190 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
6192         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6194 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196         * net/shr.el (shr-browse-url): Use an external browser if given a
6197         prefix.
6199         * net/eww.el (eww-external-browser): Move to shr.
6201 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
6203         * net/eww.el (eww): Work more correctly for file: URLs.
6204         (eww-detect-charset): Allow quoted charsets.
6205         (eww-yank-page-url): New command and keystroke.
6207 2013-06-24  Daiki Ueno  <ueno@gnu.org>
6209         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6210         file name of gpg executable.
6211         (epg-context-program): New function.
6212         (epg-context-home-directory): New function.
6213         (epg-context-set-program): New function.
6214         (epg-context-set-home-directory): New function.
6215         (epg--start): Use `epg-context-program' instead of
6216         'epg-gpg-program'.
6217         (epg--list-keys-1): Likewise.
6219 2013-06-24  Leo Liu  <sdl.web@gmail.com>
6221         * ido.el (ido-read-internal): Fix bug#14620.
6223 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
6225         * faces.el (face-documentation): Simplify.
6226         (read-face-attribute, tty-find-type, x-resolve-font-name):
6227         Use `string-match-p'.
6228         (list-faces-display): Use `string-match-p'.  Simplify.
6229         (face-spec-recalc): Check face to avoid face alias loops.
6230         (read-color): Use `string-match-p' and non-capturing parenthesis.
6232 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6234         * net/shr.el (shr-rescale-image): Use the new
6235         :max-width/:max-height functionality.
6237 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
6239         * net/eww.el (eww-search-prefix): New variable.
6240         (eww): Use it.
6241         (eww-external-browser): New variable.
6242         (eww-mode-map): New keystroke.
6243         (eww-browse-with-external-browser): New command.
6245         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6247 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
6249         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6250         Don't skip aligning the next header field when padding is 0;
6251         otherwise, field width is not respected unless the title is as
6252         wide as the field.
6254 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6256         * emacs-lisp/package.el (package-el-version): Remove.
6257         (package-process-define-package): Fix inf-loop.
6258         (package-install): Allow symbols as arguments again.
6260 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
6262         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6263         add some more keyword-like methods.
6264         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6266 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
6268         * bs.el (bs-buffer-show-mark): Make defvar-local.
6269         (bs-mode): Use setq-local.
6271         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6272         (emacs-lock--try-unlocking): Make defvar-local.
6274 2013-06-22  Glenn Morris  <rgm@gnu.org>
6276         * play/cookie1.el (cookie-apropos): Minor simplification.
6278         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6280 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
6282         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6283         `regexp-opt', it breaks the build during dumping.
6285 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
6287         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6288         Highlight keyword-like methods on Kernel and Module with
6289         font-lock-builtin-face.
6290         (auto-mode-alist): Consolidate different entries into one regexp
6291         and add more *file-s.
6293 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
6295         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6297         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6298         (diary-entry): Use it in the action of this button type instead of
6299         diary-goto-entry.
6301         * calendar/todo-mode.el: New version.
6302         (todo-add-category): Append new category to end of file and give
6303         it the highest number, instead of putting it at the beginning and
6304         giving it 0.  Incorporate noninteractive functionality.
6305         (todo-forward-category): Adapt to 1-based category numbering.
6306         Allow skipping over archived categories.
6307         (todo-backward-category): Derive from todo-forward-category.
6308         (todo-backward-item, todo-forward-item): Make noninteractive and
6309         delegate interactive part to new commands.  Make sensitive to done items.
6310         (todo-categories): Make value an alist of category names and
6311         vectors of item counts.
6312         (todo-category-beg): Make a defconst.
6313         (todo-category-number): Use 1 instead of 0 as initial value.
6314         (todo-category-select): Make sensitive to overlays, optional item
6315         highlighting and done items.
6316         (todo-delete-item): Make sensitive to overlays and marked and done items.
6317         (todo-edit-item): Make sensitive to overlays and editing of
6318         date/time header optional.  Add format checks.
6319         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
6320         no-op if point is not on an item.  Advertise using todo-edit-quit.
6321         (todo-edit-mode): Make sensitive to new format, font-locking, and
6322         multiple todo files.
6323         (todo-insert-item, todo-insert-item-here): Derive from
6324         todo-basic-insert-item and extend functionality.
6325         (todo-item-end, todo-item-start): Make sensitive to done items.
6326         (todo-item-string): Don't return text properties.  Restore point.
6327         (todo-jump-to-category): Make sensitive to multiple todo files and
6328         todo archives.  Use extended category completion.
6329         (todo-lower-item, todo-raise-item): Rename to *-priority and
6330         derive from todo-set-item-priority.
6331         (todo-mode): Derive from special-mode.  Make sensitive to new
6332         format, font-locking and multiple todo files.  Make read-only.
6333         (todo-mode-map): Don't suppress digit keys, so they can supply
6334         prefix arguments.  Add many new key bindings.
6335         (todo-prefix): Insert as an overlay instead of file text.
6336         Change semantics from diary date expression to purely visual mark.
6337         (todo-print): Rename to todo-print-buffer.  Make buffer display
6338         features printable.  Remove option to restrict number of items
6339         printed.  Add option to print to file.
6340         (todo-print-function): Rename to todo-print-buffer-function.
6341         (todo-quit): Extend to handle exiting new todo modes.
6342         (todo-remove-item): Make sensitive to overlays.
6343         (todo-save): Extend to buffers of filtered items.
6344         (todo-show): Make sensitive to done items, multiple todo files and
6345         new todo modes.  Offer to convert legacy todo file before creating
6346         first new todo file.
6347         (todo-show-priorities): Rename to todo-top-priorities.
6348         Change semantics of value 0.
6349         (todo-top-priorities): Rename to todo-filter-top-priorities,
6350         derive from todo-filter-items and extend functionality.
6351         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6352         and extend functionality to other types of filtered items.
6353         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6354         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6355         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6356         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6357         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6358         (todo-edit-mode-hook, todo-entry-prefix-function)
6359         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6360         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6361         (todo-initials, todo-insert-threshold, todo-item-string-start)
6362         (todo-line-string, todo-menu, todo-mode-hook)
6363         (todo-more-important-p, todo-previous-answer, todo-previous-line)
6364         (todo-print-priorities, todo-remove-separator)
6365         (todo-save-top-priorities-too, todo-string-count-lines)
6366         (todo-string-multiline-p, todo-time-string-format)
6367         (todo-tmp-buffer-name): Remove.
6368         (todo-add-file, todo-archive-done-item, todo-choose-archive)
6369         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6370         (todo-edit-category-diary-inclusion)
6371         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6372         (todo-edit-file, todo-edit-item-date-day)
6373         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6374         (todo-edit-item-date-month, todo-edit-item-date-to-today)
6375         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6376         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6377         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6378         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6379         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6380         (todo-filter-top-priorities-multifile, todo-find-archive)
6381         (todo-find-filtered-items-file, todo-go-to-source-item)
6382         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6383         (todo-jump-to-archive-category, todo-lower-category)
6384         (todo-mark-category, todo-marked-item-p, todo-merge-category)
6385         (todo-move-category, todo-move-item, todo-next-button)
6386         (todo-next-item, todo-padded-string, todo-powerset)
6387         (todo-previous-button, todo-previous-item)
6388         (todo-print-buffer-to-file, todo-raise-category)
6389         (todo-rename-category, todo-repair-categories-sexp, todo-search)
6390         (todo-set-category-number, todo-set-item-priority)
6391         (todo-set-top-priorities-in-category)
6392         (todo-set-top-priorities-in-file, todo-show-categories-table)
6393         (todo-sort-categories-alphabetically-or-numerically)
6394         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6395         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6396         (todo-toggle-item-header, todo-toggle-item-highlighting)
6397         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6398         (todo-toggle-view-done-items, todo-toggle-view-done-only)
6399         (todo-unarchive-items, todo-unmark-category): New commands.
6400         (todo-absolute-file-name, todo-add-to-buffer-list)
6401         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6402         (todo-basic-insert-item, todo-category-completions)
6403         (todo-category-number, todo-category-string-matcher-1)
6404         (todo-category-string-matcher-2, todo-check-filtered-items-file)
6405         (todo-check-format, todo-clear-matches)
6406         (todo-comment-string-matcher, todo-convert-legacy-date-time)
6407         (todo-current-category, todo-date-string-matcher)
6408         (todo-define-insertion-command, todo-diary-expired-matcher)
6409         (todo-diary-goto-entry, todo-diary-item-p)
6410         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6411         (todo-display-categories, todo-display-sorted, todo-done-item-p)
6412         (todo-done-item-section-p, todo-done-separator)
6413         (todo-done-string-matcher, todo-files, todo-filter-items)
6414         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6415         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6416         (todo-insert-category-line, todo-insert-item-from-calendar)
6417         (todo-insert-sort-button, todo-insert-with-overlays)
6418         (todo-insertion-command-name, todo-insertion-key-bindings)
6419         (todo-label-to-key, todo-longest-category-name-length)
6420         (todo-make-categories-list, todo-mode-external-set)
6421         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6422         (todo-modes-set-3, todo-multiple-filter-files)
6423         (todo-nondiary-marker-matcher, todo-prefix-overlays)
6424         (todo-read-category, todo-read-date, todo-read-dayname)
6425         (todo-read-file-name, todo-read-time)
6426         (todo-reevaluate-category-completions-files-defcustom)
6427         (todo-reevaluate-default-file-defcustom)
6428         (todo-reevaluate-filelist-defcustoms)
6429         (todo-reevaluate-filter-files-defcustom)
6430         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6431         (todo-reset-done-separator, todo-reset-done-separator-string)
6432         (todo-reset-done-string, todo-reset-global-current-todo-file)
6433         (todo-reset-highlight-item, todo-reset-nondiary-marker)
6434         (todo-reset-prefix, todo-set-categories)
6435         (todo-set-date-from-calendar, todo-set-show-current-file)
6436         (todo-set-top-priorities, todo-short-file-name)
6437         (todo-show-current-file, todo-sort, todo-time-string-matcher)
6438         (todo-total-item-counts, todo-update-buffer-list)
6439         (todo-update-categories-display, todo-update-categories-sexp)
6440         (todo-update-count, todo-validate-name, todo-y-or-n-p):
6441         New functions.
6442         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6443         New major modes.
6444         (todo-categories, todo-display, todo-edit, todo-faces)
6445         (todo-filtered): New defgroups.
6446         (todo-archived-only, todo-button, todo-category-string, todo-date)
6447         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6448         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6449         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6450         (todo-add-item-if-new-category, todo-always-add-time-string)
6451         (todo-categories-align, todo-categories-archived-label)
6452         (todo-categories-category-label, todo-categories-diary-label)
6453         (todo-categories-done-label, todo-categories-number-separator)
6454         (todo-categories-todo-label, todo-categories-totals-label)
6455         (todo-category-completions-files, todo-completion-ignore-case)
6456         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6457         (todo-done-separator-string, todo-done-string)
6458         (todo-files-function, todo-filter-done-items, todo-filter-files)
6459         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6460         (todo-initial-category, todo-initial-file, todo-item-mark)
6461         (todo-legacy-date-time-regexp, todo-mode-line-function)
6462         (todo-nondiary-marker, todo-number-prefix)
6463         (todo-print-buffer-function, todo-show-current-file)
6464         (todo-show-done-only, todo-show-first, todo-show-with-done)
6465         (todo-skip-archived-categories, todo-top-priorities-overrides)
6466         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6467         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6468         New defcustoms.
6469         (todo-category-done, todo-date-pattern, todo-date-string-start)
6470         (todo-diary-items-buffer, todo-done-string-start)
6471         (todo-filtered-items-buffer, todo-item-start)
6472         (todo-month-abbrev-array, todo-month-name-array)
6473         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6474         (todo-top-priorities-buffer): New defconsts.
6475         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6476         (todo-categories-with-marks, todo-category-string-face)
6477         (todo-comment-face, todo-comment-string, todo-current-todo-file)
6478         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6479         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6480         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6481         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6482         (todo-font-lock-keywords, todo-global-current-todo-file)
6483         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6484         (todo-insertion-commands-args)
6485         (todo-insertion-commands-args-genlist)
6486         (todo-insertion-commands-names, todo-insertion-map)
6487         (todo-key-bindings-t, todo-key-bindings-t+a)
6488         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6489         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6490         (todo-nondiary-face, todo-print-buffer, todo-time-face)
6491         (todo-visited): New variables.
6493 2013-06-21  Glenn Morris  <rgm@gnu.org>
6495         * play/cookie1.el (cookie-apropos): Add optional display argument.
6496         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6497         (psychoanalyze-pinhead): Use cookie-doctor.
6499 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6501         * emacs-lisp/package.el (tar-get-file-descriptor)
6502         (tar--extract): Declare.
6504 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
6506         Extend flymake's warning predicate to be a function (bug#14217).
6507         * progmodes/flymake.el (flymake-warning-predicate): New.
6508         (flymake-parse-line): Use it.
6509         (flymake-warning-re): Make obsolete alias to
6510         `flymake-warning-predicate'.
6512 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6514         * emacs-lisp/package.el (package-alist): Include obsolete packages.
6515         (package-obsolete-list): Remove.
6516         (package-activate): Remove min-version argument.  Add `force' argument.
6517         Adjust to new package-alist format.
6518         (package-mark-obsolete): Remove.
6519         (package-unpack): Force reload of the package's autoloads.
6520         (package-installed-p): Check builtins if the installed package is not
6521         recent enough.
6522         (package-initialize): Don't reset package-obsolete-list.
6523         Don't specify which package version to activate.
6524         (package-process-define-package, describe-package-1)
6525         (package-menu--generate): Adjust to new package-alist format.
6527 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6529         * allout-widgets.el (allout-widgets-mode-off)
6530         (allout-widgets-mode-on, allout-widgets-pre-command-business)
6531         (allout-widgets-post-command-business)
6532         (allout-widgets-after-copy-or-kill-function)
6533         (allout-widgets-after-undo-function, allout-test-range-overlaps)
6534         (allout-decorate-item-and-context)
6535         (allout-graphics-modification-handler): Fix typos in docstrings.
6536         (allout-get-or-create-parent-widget): Use `looking-at-p'.
6538         * cmuscheme.el (scheme-start-file): Doc fix.
6539         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6540         (scheme-input-filter): Use `string-match-p'.
6542         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6544         * dired-x.el: Use Dired consistently in docstrings.
6546         * dired.el: Use Dired consistently in docstrings.
6547         (dired-readin, dired-mode): Use `setq-local'.
6548         (dired-switches-alist): Make defvar-local.
6549         (dired-buffers-for-dir): Use `zerop'.
6550         (dired-safe-switches-p, dired-switches-escape-p)
6551         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6552         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6553         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6554         (dired-goto-next-nontrivial-file): Use `string-match-p'.
6555         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6556         (dired-toggle-marks, dired-mark-files-containing-regexp)
6557         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6558         (dired-flag-auto-save-files, dired-flag-backup-files):
6559         Use `looking-at-p'.
6560         (dired-mark-files-regexp, dired-build-subdir-alist):
6561         Use `string-match-p', `looking-at-p'.
6563         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6564         (direct-print-region-helper): Use `string-match-p'.
6566 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6568         * comint.el (comint-redirect-results-list-from-process):
6569         Fix infinite loop.
6571 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6573         * net/eww.el (eww-update-header-line-format): Quote % characters.
6575 2013-06-21  Glenn Morris  <rgm@gnu.org>
6577         * play/cookie1.el (cookie): New custom group.
6578         (cookie-file): New option.
6579         (cookie-check-file): New function.
6580         (cookie): Make it interactive.  Make start and end messages optional.
6581         Interactively, display the result.  Default to cookie-file.
6582         (cookie-insert): Default to cookie-file.
6583         (cookie-snarf): Make start and end messages optional.
6584         Default to cookie-file.  Use with-temp-buffer.
6585         (cookie-read): Rename from read-cookie.
6586         Make start and end messages optional.  Default to cookie-file.
6587         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
6588         Do not autoload it.
6589         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6590         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6592 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6594         * progmodes/octave.el (octave-mode): Backward compatibility fix.
6596 2013-06-21  Glenn Morris  <rgm@gnu.org>
6598         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6600 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6601             Daniel Hackney  <dan@haxney.org>
6603         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6604         Consolidate the single-file vs tarball code.
6605         (package-desc-suffix): New function.
6606         (package-desc-full-name): Don't bother inlining it.
6607         (package-load-descriptor): Return the new package-desc.
6608         (package-mark-obsolete): Remove unused arg `package'.
6609         (package-unpack): Make it work for single files as well.
6610         Make it update package-alist.
6611         (package--make-autoloads-and-stuff): Rename from
6612         package--make-autoloads-and-compile.  Don't compile any more.
6613         (package--compile): New function.
6614         (package-generate-description-file): New function, extracted from
6615         package-unpack-single.
6616         (package-unpack-single): Remove.
6617         (package--with-work-buffer): Add indentation and debugging info.
6618         (package-download-single): Remove.
6619         (package-install-from-archive): Rename from package-download-tar, make
6620         it take a pkg-desc, and make it work for single files as well.
6621         (package-download-transaction): Simplify.
6622         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
6623         external tar program.
6624         (package-install-from-buffer): Remove `pkg-desc' argument.
6625         Use package-tar-file-info for tar-mode buffers.
6626         (package-install-file): Simplify accordingly.
6627         (package-archive-base): Change to take a pkg-desc.
6628         * tar-mode.el (tar--check-descriptor): New function, extracted from
6629         tar-get-descriptor.
6630         (tar-get-descriptor): Use it.
6631         (tar-get-file-descriptor): New function.
6632         (tar--extract): New function, extracted from tar-extract.
6633         (tar--extract): Use it.
6634         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6635         case the summary uses non-ascii.  Adjust to new calling convention of
6636         package-tar-file-info.
6638 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6640         * comint.el (comint-redirect-results-list-from-process):
6641         Fix random delay.  (Bug#14681)
6643 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6645         * profiler.el (profiler-format-number): Use log, not log10.
6647 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6649         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6651 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6653         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6654         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6655         yet available.
6656         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6657         (AUTOGENEL): ... here.
6658         * emacs-lisp/cl-macs.el (cl--sublis): New function.
6659         (cl--defsubst-expand): Use it.
6661 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6663         * subr.el (log10): Move here from C code, and declare as obsolete.
6664         All uses of (log10 X) replaced with (log X 10).
6666 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6668         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6669         Declare with `defvar-local'.
6670         (tabulated-list-use-header-line, tabulated-list-entries)
6671         (tabulated-list-padding, tabulated-list-printer)
6672         (tabulated-list-sort-key): Declare with `defvar-local'.
6673         (tabulated-list-init-header, tabulated-list-print-fake-header):
6674         Use `setq-local'.
6676 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
6678         * arc-mode.el (archive-mode): Add `archive-write-file' to
6679         `write-contents-functions' also for remote files.  (Bug#14652)
6681 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6683         * cus-edit.el (custom-commands): Fix typos.
6684         (custom-display): Fix tooltip text.
6685         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6686         Fix typos in docstrings.
6687         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6688         (custom-unlispify-menu-entry, custom-magic-value-create)
6689         (custom-add-see-also, custom-group-value-create): Use ?\s.
6690         (custom-guess-type, customize-apropos, editable-field)
6691         (custom-face-value-create): Use `string-match-p'.
6692         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6694         * custom.el (custom-load-symbol): Use `string-match-p'.
6696         * ansi-color.el: Convert to lexical binding.
6697         (ansi-colors): Fix URL.
6698         (ansi-color-context, ansi-color-context-region): Use defvar-local.
6699         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6700         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6702 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6704         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6706         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6708 2013-06-19  Tom Tromey  <tromey@redhat.com>
6710         * net/eww.el (eww-top-url): Remove.
6711         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6712         (eww-render): Set new variables.  Don't set eww-top-url.
6713         (eww-handle-link): Handle "prev", "home", and "contents".
6714         Downcase the rel text.
6715         (eww-top-url): Choose best top URL.
6717 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6719         * net/eww.el: Rewrite to implement form elements "by hand" instead of
6720         relying in widget.el.  Using widget.el leads to too many
6721         user interface inconsistencies.
6722         (eww-self-insert): Implement entering commands in text fields.
6723         (eww-process-text-input): New function to make text input field editing
6724         work.
6725         (eww-submit): Rewrite to use the new-style form methods.
6726         (eww-select-display): Display the correct selected item.
6727         (eww-change-select): Implement changing the select value.
6728         (eww-toggle-checkbox): Implement radio/checkboxes.
6729         (eww-update-field): Fix compilation error.
6730         (eww-tag-textarea): Implement <textarea>.
6732         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6733         we don't shadow mode-specific bindings.
6735         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6736         nothing to push.
6738         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6740 2013-06-19  Glenn Morris  <rgm@gnu.org>
6742         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6744 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
6746         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6747         not needed.
6749         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6751 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753         * net/browse-url.el (browse-url-browser-function):
6754         `eww-browse-url' has the right calling signature, `eww' does not.
6756 2013-06-19  Glenn Morris  <rgm@gnu.org>
6758         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6759         Only eval autoloaded macros.
6760         (byte-compile-autoload): Only give the macro warning for macros.
6762         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6763         (ps-underlined-faces): Declare.
6765         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6766         (speedbar-add-supported-extension): Declare.
6768         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6769         Don't include a date stamp in the header of the generated file;
6770         it leads to needless differences between output files.
6772 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
6774         * net/secrets.el (secrets-struct-secret-content-type):
6775         Replace check of introspection data by a test call of "CreateItem".
6776         Some servers do not offer introspection.
6778 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6780         * electric.el (electric-pair-mode): Improve interaction with
6781         electric-layout-mode.
6782         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6783         (electric-pair-syntax): Use text-mode-syntax-table in comments
6784         and strings.
6785         (electric-pair--insert): New function.
6786         (electric-pair-post-self-insert-function): Use it and
6787         electric--after-char-pos.
6789 2013-06-19  Leo Liu  <sdl.web@gmail.com>
6791         * progmodes/octave.el (octave-help): Fix regexp.
6793 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6796         (shr-table-horizontal-line): Allow nil as a value, and change the
6797         default.
6798         (shr-insert-table-ruler): Respect the nil value.
6800 2013-06-18  Tom Tromey  <tromey@barimba>
6802         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6803         New defvars.
6804         (eww-open-file): New defun.
6805         (eww-render): Initialize new variables.
6806         (eww-display-html): Handle "link" and "a".
6807         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6808         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
6809         (eww-back-url): Rename from eww-previous-url.
6810         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6811         New defuns.
6813 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
6815         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6816         Distinguish ternary operator tokens from slash symbol and slash
6817         char literal.
6819 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
6821         Convert symbol prettification into minor mode and global minor mode.
6823         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6824         `prog-prettify-symbols', and make a local defvar instead of defcustom.
6825         (prettify-symbols--keywords): Rename from
6826         `prog-prettify-symbols-alist' and make a local defvar.
6827         (prettify-symbols--compose-symbol): Rename from
6828         `prog--prettify-font-lock-compose-symbol'.
6829         (prettify-symbols--make-keywords): Rename from
6830         `prog-prettify-font-lock-symbols-keywords' and simplify.
6831         (prog-prettify-install): Remove.
6832         (prettify-symbols-mode): New minor mode, based on
6833         `prog-prettify-install'.
6834         (turn-on-prettify-symbols-mode): New function.
6835         (global-prettify-symbols-mode): New globalized minor mode.
6837         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6838         * progmodes/cfengine.el (cfengine3-mode):
6839         * progmodes/perl-mode.el (perl-mode): Don't call
6840         `prog-prettify-install'; set `prettify-symbols-alist' instead.
6842 2013-06-18  Juri Linkov  <juri@jurta.org>
6844         * files-x.el (modify-file-local-variable-message): New function.
6845         (modify-file-local-variable)
6846         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6847         and call `modify-file-local-variable-message' when it's non-nil.
6848         (add-file-local-variable, delete-file-local-variable)
6849         (add-file-local-variable-prop-line)
6850         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6851         and use it.  (Bug#9820)
6853 2013-06-18  Juri Linkov  <juri@jurta.org>
6855         * emulation/vi.el (vi-shell-op):
6856         * emulation/vip.el (vip-execute-com, ex-command):
6857         * emulation/viper-cmd.el (viper-exec-bang):
6858         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6859         the call of `shell-command-on-region'.  (Bug#14637)
6861         * simple.el (shell-command-on-region): Doc fix.
6863 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6865         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6866         (bug#14633).
6868 2013-06-18  Glenn Morris  <rgm@gnu.org>
6870         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6872         * newcomment.el (comment-search-forward, comment-search-backward):
6873         Doc fix.  (Bug#14376)
6875 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
6877         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6878         (buffer-face-mode-invoke): Doc fix.
6880 2013-06-18  Matthias Meulien  <orontee@gmail.com>
6882         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6883         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6885 2013-06-18  Glenn Morris  <rgm@gnu.org>
6887         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6888         Replace obsolete function generic-make-keywords with its expansion.
6890         * progmodes/python.el (ffap-alist): Declare.
6892         * textmodes/reftex.el (bibtex-mode-map): Declare.
6894 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6896         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6897         (package-unpack, package-unpack-single): Return the pkg-dir.
6898         (package-download-transaction): Use it to update package-alist.
6900 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6903         possible choice.
6905 2013-06-17  Juri Linkov  <juri@jurta.org>
6907         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6909 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
6911         * emacs-lisp/package.el (package-load-descriptor):
6912         Remove `with-syntax-table' call, `read' doesn't need it.
6913         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6915 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
6917         * startup.el (command-line): Expand package name returned by
6918         `package--description-file' (bug#14639).
6920 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
6922         * emacs-lisp/package.el (package-load-descriptor): Do not call
6923         `emacs-lisp-mode', just use its syntax table.
6925 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
6927         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6928         `font-lock-extra-managed-props' if any prettifying keyword is added.
6929         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6930         (prog-mode): Use `setq-local'.
6932 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6934         * international/characters.el (standard-case-table): Set syntax of ?»
6935         and ?« to punctuation.
6937 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
6939         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6940         Save relevant match data before calling `syntax-ppss' (bug#14595).
6942 2013-06-15  Juri Linkov  <juri@jurta.org>
6944         * files-x.el (modify-file-local-variable-prop-line): Add local
6945         variables to the end of the existing comment on the first line.
6946         Use `file-auto-mode-skip' to skip interpreter magic line,
6947         and also skip XML declaration.
6949 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6951         * startup.el (package--builtin-versions): New var.
6952         (package-subdirectory-regexp): Remove.
6953         (package--description-file): Hard code its value instead.
6955         * emacs-lisp/package.el: Don't activate packages older than builtin.
6956         (package-obsolete-list): Rename from package-obsolete-alist, and make
6957         it into a simple list of package-desc.
6958         (package-strip-version): Remove.
6959         (package-built-in-p): Use package--builtin-versions.
6960         (package-mark-obsolete): Simplify.
6961         (package-process-define-package): Mark it obsolete if older than the
6962         builtin version.
6963         (package-handle-response): Use line-end-position.
6964         (package-read-archive-contents, package--download-one-archive):
6965         Simplify.
6966         (package--add-to-archive-contents): Skip if older than the builtin or
6967         installed version.
6968         (package-menu-describe-package): Fix last change.
6969         (package-list-unversioned): New var.
6970         (package-menu--generate): Use it.
6972         * emacs-lisp/autoload.el: Manage package--builtin-versions.
6973         (autoload--insert-text, autoload--insert-cookie-text): New functions.
6974         (autoload-builtin-package-versions): New variable.
6975         (autoload-generate-file-autoloads): Use them.
6976         Remove the list of autoloaded functions/macros from the
6977         (autoload...) comments.
6979         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6981 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
6983         * simple.el (line-move-partial): Don't jump to the next screen
6984         line as soon as it becomes visible.  Instead, continue enlarging
6985         the vscroll until the portion of a tall screen line that's left on
6986         display is about the height of the frame's default font.
6987         (Bug#14567)
6989 2013-06-15  Glenn Morris  <rgm@gnu.org>
6991         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6992         compilation-error-regexp-alist void, or local while let-bound.
6994         * progmodes/make-mode.el (makefile-mode-syntax-table):
6995         Treat "=" as punctuation.  (Bug#14614)
6997 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
6999         * help-fns.el (describe-variable):
7000         Add extra line for permanent-local variables.
7002 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
7004         * progmodes/scheme.el (scheme-font-lock-keywords-2):
7005         Add export, import, library.  (Bug#9164)
7006         (library): Set indent function.
7008 2013-06-14  Glenn Morris  <rgm@gnu.org>
7010         * term/xterm.el (xterm--query):
7011         Stop after first matching handler.  (Bug#14615)
7013 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
7015         Add support for dired in saveplace.
7016         * dired.el (dired-initial-position-hook): New variable.
7017         (dired-initial-position): Call hook to place cursor position.
7018         * saveplace.el (save-place-to-alist): Add dired position.
7019         (save-place-dired-hook): New function.
7021 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7023         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
7024         through a symbol rather than letrec.
7026         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
7027         (package-desc): Add `dir' field.
7028         (package-desc-full-name): New function.
7029         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
7030         (package-maybe-load-descriptor): Remove.
7031         (package-load-all-descriptors): Just call package-load-descriptor.
7032         (package--disabled-p): New function.
7033         (package-desc-vers, package-desc-doc): Remove aliases.
7034         (package--dir): Remove function.
7035         (package-activate): Check if a package is disabled.
7036         (package-process-define-package): New function, extracted from
7037         define-package.
7038         (define-package): Turn into a place holder.
7039         (package-unpack-single, package-tar-file-info):
7040         Use package--description-file.
7041         (package-compute-transaction): Use package--disabled-p.
7042         (package-download-transaction): Don't call
7043         package-maybe-load-descriptor since they're all loaded anyway.
7044         (package-install): Change argument to be a pkg-desc.
7045         (package-delete): Use a single pkg-desc argument.
7046         (describe-package-1): Use package-desc-dir instead of package--dir.
7047         Use package-desc property instead of package-symbol.
7048         (package-install-button-action): Adjust accordingly.
7049         (package--push): Rewrite.
7050         (package-menu--print-info): Adjust accordingly.  Change the ID format
7051         to be a pkg-desc.
7052         (package-menu-describe-package, package-menu-get-status)
7053         (package-menu--find-upgrades, package-menu-mark-upgrades)
7054         (package-menu-execute, package-menu--name-predicate):
7055         Adjust accordingly.
7056         * startup.el (package--description-file): New function.
7057         (command-line): Use it.
7058         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7059         Use package-desc-version.
7061         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
7062         (byte-compile-preprocess): Use it.
7063         (byte-compile-file-form-defalias): Try a bit harder to use macros we
7064         can't quite recognize.
7065         (byte-compile-add-to-list): Remove.
7066         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7067         (cconv-closure-convert): Add assertion.
7069         * emacs-lisp/map-ynp.el: Use lexical-binding.
7070         (map-y-or-n-p): Remove unused vars `tail' and `object'.
7071         Factor out some repeated code.
7073 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7075         * subr.el (with-eval-after-load): New macro.
7076         (eval-after-load): Allow form to be a function.
7077         take advantage of lexical-binding.
7078         (do-after-load-evaluation): Use dolist and adjust to new format.
7079         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7081 2013-06-13  Juri Linkov  <juri@jurta.org>
7083         * replace.el (perform-replace): Display "symbol " and other search
7084         modes from `isearch-message-prefix' in the *Help* buffer.
7086         * isearch.el (isearch-query-replace): Add " symbol" and other
7087         possible search modes from `isearch-message-prefix' to the prompt.
7088         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7089         when reading a regexp to collect.
7091 2013-06-13  Juri Linkov  <juri@jurta.org>
7093         * isearch.el (word-search-regexp): Match whitespace if the search
7094         string begins or ends in whitespace.  The LAX arg is applied to
7095         both ends of the search string.  Use `regexp-quote' and explicit
7096         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
7097         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7098         boundaries are replaced with symbol boundaries, and characters
7099         between symbols match non-word non-symbol syntax.  (Bug#14602)
7101 2013-06-13  Juri Linkov  <juri@jurta.org>
7103         * isearch.el (isearch-del-char): Don't exceed the length of
7104         `isearch-string' by the prefix arg.  (Bug#14563)
7106 2013-06-13  Juri Linkov  <juri@jurta.org>
7108         * isearch.el (isearch-yank-word, isearch-yank-line)
7109         (isearch-char-by-name, isearch-quote-char)
7110         (isearch-printing-char, isearch-process-search-char):
7111         Add optional count prefix arg.  (Bug#14563)
7113         * international/isearch-x.el
7114         (isearch-process-search-multibyte-characters):
7115         Add optional count prefix arg.
7117 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7120         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7121         lexical-binding.
7123 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
7125         * subr.el (set-temporary-overlay-map): Add on-exit argument.
7127 2013-06-13  Glenn Morris  <rgm@gnu.org>
7129         * startup.el (tty-handle-args):
7130         Don't just discard "--" and anything after.  (Bug#14608)
7132         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7134 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
7136         Implement changes in Secret Service API.  Make it backward compatible.
7137         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7138         (secrets-create-item): Use it.  Prefix properties with interface.
7140 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
7142         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
7143         (term-emulate-terminal): Respect term-suppress-hard-newline.
7145 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
7147         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7148         Only remove a `thumb-file' overlay.  (Bug#14548)
7150 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
7152         * mail/reporter.el (reporter-submit-bug-report):
7153         Handle missing package-name.  (Bug#14600)
7155 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7157         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7158         (reftex-citation-prompt, reftex-default-bibliography)
7159         (reftex-bib-or-thebib, reftex-get-bibfile-list)
7160         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7161         (reftex-bib-sort-author, reftex-bib-sort-year)
7162         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7163         (reftex-extract-bib-entries-from-thebibliography)
7164         (reftex-get-bibkey-default, reftex-get-bib-names)
7165         (reftex-parse-bibtex-entry, reftex-get-bib-field)
7166         (reftex-format-bib-entry, reftex-parse-bibitem)
7167         (reftex-format-bibitem, reftex-do-citation)
7168         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7169         (reftex-restrict-bib-matches, reftex-extract-bib-file)
7170         (reftex-insert-bib-matches, reftex-format-citation)
7171         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7172         (reftex-create-bibtex-file): Add docstrings, mostly by converting
7173         existing comments into docstrings.
7175 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
7177         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7179 2013-06-12  Andreas Schwab  <schwab@suse.de>
7181         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7182         for auto-save files.
7184 2013-06-12  Glenn Morris  <rgm@gnu.org>
7186         * ido.el (ido-delete-ignored-files): Remove.
7187         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7188         Go back to calling ido-ignore-item-p directly.
7190 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
7192         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7194         * ido.el (ido-delete-ignored-files): New function,
7195         split from ido-make-file-list-1.
7196         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
7197         (ido-make-file-list-1): Use ido-delete-ignored-files.
7199 2013-06-12  Leo Liu  <sdl.web@gmail.com>
7201         * progmodes/octave.el (inferior-octave-startup)
7202         (inferior-octave-completion-table)
7203         (inferior-octave-track-window-width-change)
7204         (octave-eldoc-function-signatures, octave-help)
7205         (octave-find-definition): Use single quoted strings.
7206         (inferior-octave-startup-args): Change default value.
7207         (inferior-octave-startup): Do not hard code "-i" and
7208         "--no-line-editing".
7209         (inferior-octave-resync-dirs): Add optional arg NOERROR.
7210         (inferior-octave-directory-tracker): Use it.
7211         (octave-goto-function-definition): Robustify.
7212         (octave-help): Support highlighting operators in 'See also'.
7213         (octave-find-definition): Find subfunctions only in Octave mode.
7215 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7217         * help-fns.el (help-fns--compiler-macro): If the handler function is
7218         named, then put a link to it.
7219         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7220         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7221         (cl-typep): Use it.
7222         (cl-eval-when): Simplify debug spec.
7223         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
7224         compiler-macro function instead of setting `compiler-macro-file'.
7226 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
7228         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7229         * vc/vc-hooks.el (vc-stay-local): Doc fix.
7231 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7232             Daniel Hackney  <dan@haxney.org>
7234         First part of Daniel Hackney's patch to package.el.
7235         * emacs-lisp/package.el: Use defstruct.
7236         (package-desc): New, main struct.
7237         (package--bi-desc, package--ac-desc): New structs, used to describe the
7238         format in external files.
7239         (package-desc-vers): Replace with package-desc-version accessor.
7240         (package-desc-doc): Replace with package-desc-summary accessor.
7241         (package-activate-1): Remove `package' arg since the pkg-vec now
7242         includes the name.
7243         (define-package): Use package-desc-from-define.
7244         (package-unpack-single): Change file-name arg to be a symbol.
7245         (package--add-to-archive-contents): Use package-desc-create and new
7246         accessor functions to package--ac-desc.
7247         (package-buffer-info, package-tar-file-info): Return a package-desc.
7248         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
7249         arg to be a package-desc.
7250         (package-install-file): Adjust accordingly.  Use \' to match EOS.
7251         (package--from-builtin): New function.
7252         (describe-package-1, package-menu--generate): Use it.
7253         (package--make-autoloads-and-compile): Change name arg to be a symbol.
7254         (package-generate-autoloads): Idem and return the name of the file.
7255         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7256         Change pkg-info arg to be a package-desc.
7257         Use package-make-ac-desc.
7258         (package-upload-file): Use \' to match EOS.
7259         * finder.el (finder-compile-keywords): Use package-make-builtin.
7261 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7263         * vc/vc.el (vc-deduce-fileset): Change error message.
7264         (vc-read-backend): New function.
7265         (vc-next-action): Use it.
7267         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7269         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7270         (prolog-font-lock-keywords): Use regexp-opt instead.
7271         Don't manually highlight strings.
7272         (prolog-mode-variables): Simplify comment-start-skip.
7273         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
7275         * emacs-lisp/generic.el (generic--normalise-comments)
7276         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7277         (generic-mode-set-comments): Use them.
7278         (generic-bracket-support): Use setq-local.
7279         (generic-make-keywords-list): Declare obsolete.
7281 2013-06-11  Glenn Morris  <rgm@gnu.org>
7283         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7284         Prettify after setting font-lock-defaults.  (Bug#14574)
7286 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
7288         * replace.el (query-replace, occur-read-regexp-defaults-function)
7289         (replace-search):
7290         * subr.el (declare-function, number-sequence, local-set-key)
7291         (substitute-key-definition, locate-user-emacs-file)
7292         (with-silent-modifications, split-string, eval-after-load):
7293         Fix typos, remove unneeded backslashes and reflow some docstrings.
7295 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7297         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7298         default for Elisp files.
7300 2013-06-11  Glenn Morris  <rgm@gnu.org>
7302         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7303         although define-derived-mode was doing this anyway.  (Bug#14583)
7305 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
7307         * allout.el (allout-encryption-plaintext-sanitization-regexps):
7308         Fix make-variable-buffer-local call to refer to the correct variable.
7310 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
7312         * eshell/em-term.el (eshell-visual-commands)
7313         (eshell-visual-subcommands, eshell-visual-options):
7314         Add summary line to docstrings.  Add cross-references.
7316 2013-06-10  Glenn Morris  <rgm@gnu.org>
7318         * epa.el (epa-read-file-name): New function.  (Bug#14510)
7319         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
7321 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
7323         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7324         output redirection to be ignored with visual commands.
7326 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
7328         * eshell/em-term.el (eshell-visual-command-p): New function.
7329         (eshell-term-initialize): Move long lambda to separate function
7330         eshell-visual-command-p.
7331         * eshell/em-dirs.el (eshell-dirs-initialise):
7332         * eshell/em-script.el (eshell-script-initialize):
7333         Add missing #' to lambda.
7335 2013-06-08  Leo Liu  <sdl.web@gmail.com>
7337         * progmodes/octave.el (octave-add-log-current-defun): New function.
7338         (octave-mode): Set add-log-current-defun-function.
7339         (octave-goto-function-definition): Do not move point if not found.
7340         (octave-find-definition): Enhance to try subfunctions first.
7342 2013-06-08  Glenn Morris  <rgm@gnu.org>
7344         * emacs-lisp/bytecomp.el (byte-compile-char-before)
7345         (byte-compile-backward-char, byte-compile-backward-word):
7346         Improve previous change, to handle non-explicit nil.
7348 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7350         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7351         (smie--opener/closer-at-point): New function.
7352         (smie--matching-block-data): Use it.  Don't match from right after an
7353         opener or right before a closer.  Obey smie-blink-matching-inners.
7354         Don't signal a mismatch for repeated inners like "switch..case..case".
7356 2013-06-07  Leo Liu  <sdl.web@gmail.com>
7358         * progmodes/octave.el (octave-mode): Set comment-use-global-state
7359         to t.  (Bug#14303)
7360         (octave-function-header-regexp): Fix.  (Bug#14570)
7361         (octave-help-mode-finish-hook, octave-help-mode-finish):
7362         Remove.  Just use temp-buffer-show-hook.
7364         * newcomment.el (comment-search-backward): Revert last change.
7365         (Bug#14434)
7367         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7369 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
7371         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7372         through xargs, to avoid failure due to MS-Windows limitations on
7373         command-line length.
7375 2013-06-06  Glenn Morris  <rgm@gnu.org>
7377         * font-lock.el (lisp-font-lock-keywords-2):
7378         Treat user-error like error.
7380         * emacs-lisp/bytecomp.el (byte-compile-char-before)
7381         (byte-compile-backward-char, byte-compile-backward-word):
7382         Handle explicit nil arguments.  (Bug#14565)
7384 2013-06-05  Alan Mackenzie  <acm@muc.de>
7386         * isearch.el (isearch-allow-prefix): New user option.
7387         (isearch-other-meta-char): Don't exit isearch when a prefix
7388         argument is typed whilst `isearch-allow-prefix' is non-nil.
7389         (Bug#9706)
7391 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7393         * autorevert.el (auto-revert-notify-handler): Use memq.
7394         Hide assertion failure.
7396         * skeleton.el: Use cl-lib.
7397         (skeleton-further-elements): Use defvar-local.
7398         (skeleton-insert): Use cl-progv.
7400 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7402         * progmodes/prog-mode.el (prog-prettify-symbols)
7403         (prog-prettify-install): Update docstrings.
7405 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7407         * simple.el: Move all the prog-mode code to prog-mode.el.
7408         * progmodes/prog-mode.el: New file.
7409         * loadup.el: Add prog-mode.el.
7411 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7413         * simple.el (prog-prettify-symbols): Add version.
7414         (prog-prettify-install): Add convenience function to prettify symbols.
7416         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7417         (perl--augmented-font-lock-keywords-1)
7418         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7419         variables and use it.
7421         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7422         (cfengine3-mode): Remove unneeded variable and use it.
7424         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7425         (lisp--augmented-font-lock-keywords-1)
7426         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7427         Remove unneeded variables and use it.
7429 2013-06-05  João Távora  <joaotavora@gmail.com>
7431         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7432         to point when opening the connection.  (Bug#14380)
7434 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7436         * subr.el (load-history-regexp, load-history-filename-element)
7437         (eval-after-load, after-load-functions, do-after-load-evaluation)
7438         (eval-next-after-load, display-delayed-warnings)
7439         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7440         definition of save-match-data.
7441         (overriding-local-map): Remove accidental obsolescence declaration.
7443         * emacs-lisp/edebug.el (edebug-result): Move before first use.
7445 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7447         Generalize symbol prettify support to prog-mode and implement it
7448         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7449         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7450         (prog--prettify-font-lock-compose-symbol)
7451         (prog-prettify-font-lock-symbols-keywords): New variables and
7452         functions to support symbol prettification.
7453         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7454         (lisp--augmented-font-lock-keywords-1)
7455         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7456         (lisp--prettify-symbols-alist): Implement prettify of lambda.
7457         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7458         (cfengine3--prettify-symbols-alist, cfengine3-mode):
7459         Implement prettify of -> => :: strings.
7460         * progmodes/perl-mode.el (perl-prettify-symbols)
7461         (perl--font-lock-compose-symbol)
7462         (perl--font-lock-symbols-keywords): Move to prog-mode.
7463         (perl--prettify-symbols-alist): Prettify -> => :: strings.
7464         (perl-font-lock-keywords-1)
7465         (perl-font-lock-keywords-2): Remove explicit prettify support.
7466         (perl--augmented-font-lock-keywords)
7467         (perl--augmented-font-lock-keywords-1)
7468         (perl--augmented-font-lock-keywords-2, perl-mode):
7469         Implement prettify support.
7471 2013-06-05  Leo Liu  <sdl.web@gmail.com>
7473         Re-implement smie matching block highlight using
7474         show-paren-data-function.  (Bug#14395)
7475         * emacs-lisp/smie.el (smie-matching-block-highlight)
7476         (smie--highlight-matching-block-overlay)
7477         (smie--highlight-matching-block-lastpos)
7478         (smie-highlight-matching-block)
7479         (smie-highlight-matching-block-mode): Remove.
7480         (smie--matching-block-data-cache): New variable.
7481         (smie--matching-block-data): New function.
7482         (smie-setup): Use smie--matching-block-data for
7483         show-paren-data-function.
7485         * progmodes/octave.el (octave-mode-menu): Fix.
7486         (octave-find-definition): Skip garbage lines.
7488 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7490         Fix compilation error with simultaneous dynamic+lexical scoping.
7491         Add warning when a defvar appears after the first let-binding.
7492         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7493         (byte-compile-close-variables): Initialize it.
7494         (byte-compile--declare-var): New function.
7495         (byte-compile-file-form-defvar)
7496         (byte-compile-file-form-define-abbrev-table)
7497         (byte-compile-file-form-custom-declare-variable): Use it.
7498         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
7499         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7500         (byte-compile-bind): Handle dynamic bindings that shadow
7501         lexical bindings.
7502         (byte-compile-unbind): Make arg non-optional.
7503         (byte-compile-let): Simplify.
7504         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7505         (cconv--analyse-function, cconv-analyse-form): Populate it.
7506         Protect byte-compile-bound-variables to limit the scope of defvars.
7507         (cconv-analyse-form): Add missing rule for (defvar <foo>).
7508         Remove unneeded rule for `declare'.
7510         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7511         so as to avoid depending on cl-adjoin at run-time.
7512         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7514         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7515         (macroexp--warn-and-return): Use it.
7517 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7519         * lisp/subr.el: Convert to lexical binding.
7520         (overriding-local-map): Make obsolete.
7521         (add-to-list): Doc fix.  Add compiler macro.
7522         (read-key): Swap values of local maps.
7524 2013-06-05  Leo Liu  <sdl.web@gmail.com>
7526         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7528 2013-06-04  Leo Liu  <sdl.web@gmail.com>
7530         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7531         (compilation-auto-jump): Suppress the "Mark set" message to give
7532         way to exit message.
7534 2013-06-04  Alan Mackenzie  <acm@muc.de>
7536         Remove faulty optimisation from indentation calculation.
7537         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7538         search limit based on 2000 characters back from indent-point.
7540 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
7542         * eshell/em-term.el (cl-lib): Require `cl-lib'.
7544 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7546         * emacs-lisp/lisp.el: Use lexical-binding.
7547         (lisp--local-variables-1, lisp--local-variables): New functions.
7548         (lisp--local-variables-completion-table): New var.
7549         (lisp-completion-at-point): Use it complete let-bound vars.
7551         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7552         eagerly (bug#14422).
7554 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
7556         * autorevert.el (auto-revert-notify-enabled)
7557         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7558         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7559         (auto-revert-notify-handler): Handle also gfilenotify.
7561         * subr.el (file-notify-handle-event): New defun.  Replacing ...
7562         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7563         Remove.
7565 2013-06-03  Juri Linkov  <juri@jurta.org>
7567         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7568         `M-s h .'.  (Bug#14427)
7570         * hi-lock.el (highlight-symbol-at-point): New alias for the new
7571         command `hi-lock-face-symbol-at-point'.
7572         (hi-lock-face-symbol-at-point): New command.
7573         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7574         (hi-lock-menu): Add `highlight-symbol-at-point'.
7575         (hi-lock-mode): Doc fix.
7577         * isearch.el (isearch-forward-symbol-at-point): New command.
7578         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7579         (isearch-highlight-regexp): Add a regexp which matches
7580         words/symbols for word/symbol mode.
7582         * subr.el (find-tag-default-bounds): New function with the body
7583         mostly moved from `find-tag-default'.
7584         (find-tag-default): Move most code to `find-tag-default-bounds',
7585         call it and apply `buffer-substring-no-properties' afterwards.
7587 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
7589         * eshell/em-term.el (eshell-term-initialize):
7590         Use `cl-intersection' rather than `intersection'.
7592 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
7594         * vc/log-view.el: Doc fix.
7595         (log-view-mode-map): Copy keymap from `special-mode-map'.
7597 2013-06-02  Eric Ludlam  <zappo@gnu.org>
7599         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7600         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7601         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7602         (eieio-unbound, eieio-default-superclass)
7603         (eieio--define-field-accessors, method-static, method-before)
7604         (method-primary, method-after, method-num-lists)
7605         (method-generic-before, method-generic-primary)
7606         (method-generic-after, method-num-slots)
7607         (eieio-specialized-key-to-generic-key)
7608         (eieio--check-type, class-v, class-p)
7609         (eieio-class-name, define-obsolete-function-alias)
7610         (eieio-class-parents-fast, eieio-class-children-fast)
7611         (same-class-fast-p, class-constructor, generic-p)
7612         (generic-primary-only-p, generic-primary-only-one-p)
7613         (class-option-assoc, class-option, eieio-object-p)
7614         (class-abstract-p, class-method-invocation-order)
7615         (eieio-defclass-autoload-map, eieio-defclass-autoload)
7616         (eieio-class-un-autoload, eieio-defclass)
7617         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7618         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7619         (eieio--defgeneric-init-form, eieio-defgeneric-form)
7620         (eieio-defgeneric-reset-generic-form)
7621         (eieio-defgeneric-form-primary-only)
7622         (eieio-defgeneric-reset-generic-form-primary-only)
7623         (eieio-defgeneric-form-primary-only-one)
7624         (eieio-defgeneric-reset-generic-form-primary-only-one)
7625         (eieio-unbind-method-implementations)
7626         (eieio--defmethod, eieio--typep)
7627         (eieio-perform-slot-validation, eieio-validate-slot-value)
7628         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7629         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7630         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7631         (eieio-slot-name-index, eieio-class-slot-name-index)
7632         (eieio-set-defaults, eieio-initarg-to-attribute)
7633         (eieio-attribute-to-initarg, eieio-c3-candidate)
7634         (eieio-c3-merge-lists, eieio-class-precedence-c3)
7635         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7636         (eieio-class-precedence-list, eieio-generic-call-methodname)
7637         (eieio-generic-call-arglst, eieio-generic-call-key)
7638         (eieio-generic-call-next-method-list)
7639         (eieio-pre-method-execution-functions, eieio-generic-call)
7640         (eieio-generic-call-primary-only, eieiomt-method-list)
7641         (eieiomt-optimizing-obarray, eieiomt-install)
7642         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7643         (eieio-generic-form, eieio-defmethod, make-obsolete)
7644         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7645         (defclass): Remove `eval-and-compile' from macro.
7646         (call-next-method, shared-initialize): Instead of using
7647         `scoped-class' variable, use new eieio--scoped-class, and
7648         eieio--with-scoped-class.
7649         (initialize-instance): Rename local variable 'scoped-class' to
7650         'this-class' to remove ambiguitity from old global.
7652         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
7653         eieio.el.
7654         (eieio--scoped-class-stack): New variable.
7655         (eieio--scoped-class): New fcn.
7656         (eieio--with-scoped-class): New scoping macro.
7657         (eieio-defclass): Use pushnew instead of add-to-list.
7658         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7659         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7660         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7661         `scoped-class' variable, use new eieio--scoped-class, and
7662         eieio--with-scoped-class.
7664         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7666 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
7668         * eshell/esh-ext.el (eshell-external-command): Pass args to
7669         `eshell-find-interpreter'.
7670         (eshell-find-interpreter): Add new second parameter ARGS.
7672         * eshell/em-script.el (eshell-script-initialize): Add second arg
7673         to the function added as MATCH to `eshell-interpreter-alist'.
7675         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7676         the function added as MATCH to `eshell-interpreter-alist'.
7678         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7679         (eshell-visual-options): New defcustom.
7680         (eshell-escape-control-x): Adapt docstring.
7681         (eshell-term-initialize): Test `eshell-visual-subcommands' and
7682         `eshell-visual-options' in addition to `eshell-visual-commands'.
7683         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7685 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7687         * progmodes/python.el (python-indent-block-enders): Add break,
7688         continue and raise keywords.
7690 2013-06-01  Glenn Morris  <rgm@gnu.org>
7692         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7694         Plain (f)boundp silences compilation warnings since Emacs 22.1.
7695         * progmodes/cc-cmds.el (delete-forward-p):
7696         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7697         * progmodes/cc-engine.el (buffer-syntactic-context):
7698         * progmodes/cc-fonts.el (face-property-instance):
7699         * progmodes/cc-mode.el (set-keymap-parents):
7700         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7701         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7702         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7703         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7704         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7706         * progmodes/cc-vars.el (other): Emacs has this widget since
7707         at least 21.1, so don't (re)define it.
7709         * eshell/em-cmpl.el (eshell-cmpl-initialize):
7710         Replace the obsolete alias pcomplete-arg-quote-list.
7712 2013-06-01  Leo Liu  <sdl.web@gmail.com>
7714         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7715         punctuation syntax.
7716         (inferior-octave-minimal-columns)
7717         (inferior-octave-last-column-width): New variables.
7718         (inferior-octave-track-window-width-change): New function.
7719         (inferior-octave-mode): Adjust column width so that Octave output,
7720         for example from 'ls', can fit into the window nicely.
7722 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
7724         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7725         Highlight expansions inside regexp literals.
7727 2013-05-31  Glenn Morris  <rgm@gnu.org>
7729         * obsolete/sym-comp.el (symbol-complete):
7730         Replace obsolete completion-annotate-function.
7732         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7734 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
7736         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7737         New function, checks if point is inside a literal that allows
7738         expression expansion.
7739         (ruby-syntax-propertize-expansion): Use it.
7740         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7741         around the body.
7743 2013-05-30  Juri Linkov  <juri@jurta.org>
7745         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7746         to "\M-si".
7747         (isearch-invisible): New variable.
7748         (isearch-forward): Doc fix.
7749         (isearch-mode): Set `isearch-invisible'
7750         to the value of `search-invisible'.
7751         (isearch-toggle-case-fold): Doc fix.
7752         (isearch-toggle-invisible): New command.
7753         (isearch-query-replace): Let-bind `search-invisible'
7754         to the value of `isearch-invisible'.
7755         (isearch-search): Use `isearch-invisible' instead of
7756         `search-invisible'.  Let-bind `search-invisible'
7757         to the value of `isearch-invisible'.  (Bug#11378)
7759 2013-05-30  Juri Linkov  <juri@jurta.org>
7761         * replace.el (perform-replace): Avoid `isearch-range-invisible'
7762         call when `query-flag' is nil and `search-invisible' is non-nil.
7763         (Bug#11746)
7765 2013-05-30  Glenn Morris  <rgm@gnu.org>
7767         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7769         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7770         (cc-require): Suppress spurious "noruntime" warnings.
7771         (cc-require-when-compile): Use fboundp, for sake of compiler.
7773         * progmodes/cc-mode.el: Move load of cc-vars before that of
7774         cc-langs (which in turn loads cc-vars), to quieten compiler.
7776 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7778         * paren.el: Simplify the code.
7779         (show-paren-mode): Always start the timer.
7780         (show-paren--idle-timer): Rename from show-paren-idle-timer.
7781         (show-paren--overlay, show-paren--overlay-1): Rename from
7782         show-paren-overlay and show-paren-overlay-1, and initialize to an
7783         overlay rather than to nil.
7784         (show-paren-function): Misc cleanup and simplifications.
7786 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7788         * paren.el (show-paren-data-function): New hook.
7789         (show-paren--default): New function, extracted from show-paren-function.
7790         (show-paren-function): Use show-paren-data-function.
7792 2013-05-30  Glenn Morris  <rgm@gnu.org>
7794         * ielm.el (ielm-map, ielm-complete-symbol):
7795         Use completion-at-point rather than obsolete functions.
7796         (inferior-emacs-lisp-mode): Doc fix.
7797         Set completion-at-point-functions, rather than
7798         comint-dynamic-complete-functions.
7800         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7801         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7802         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7804         * image.el (image-animated-p): Tweak definition.
7806         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7807         (rlogin-process-connection-type): Tweak default.  Add set-after.
7808         (rlogin-host): Doc fix.
7809         (rlogin): Tweak prompt.
7810         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7812         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7813         * progmodes/tcl.el (inferior-tcl-mode-map):
7814         Use completion-at-point rather than obsolete alias.
7816         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7818         * minibuffer.el (read-file-name-completion-ignore-case):
7819         Move before completion--in-region, for eager macro expansion.
7821 2013-05-29  Juri Linkov  <juri@jurta.org>
7823         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7824         for total count of matching lines.  Add `global-matches' for total
7825         count of matches.  Rename `matches' to `lines' for count of
7826         matching lines.  Add `matches' for count of matches.
7827         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
7828         to `prev-line' for line number of prev match endpt.
7829         Increment `matches' for every match.  Print the number of
7830         matching lines in the header.
7831         (occur-context-lines): Rename `lines' to `curr-line'.
7832         Rename `prev-lines' to `prev-line'.  (Bug#14017)
7834 2013-05-29  Juri Linkov  <juri@jurta.org>
7836         * replace.el (perform-replace): Add `skip-read-only-count',
7837         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7838         Increment them for corresponding conditions and report the number
7839         of skipped occurrences in the final message.  (Bug#11746)
7840         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7841         (replace-string, replace-regexp): Doc fix.
7843 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7845         * emacs-lisp/trace.el (trace--read-args): Provide a default.
7847         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7848         prog-mode-map (bug#14504).
7850 2013-05-29  Leo Liu  <sdl.web@gmail.com>
7852         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7853         (octave-help): Small simplification.
7855         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7856         off the highlight first.
7858 2013-05-29  Glenn Morris  <rgm@gnu.org>
7860         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7861         Handle idlwave-last-system-routine-info-cons-cell being nil.
7863         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7864         (idlwave-write-paths): Simplify via with-temp-buffer.
7866         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7867         * emulation/cua-rect.el: Also load cua-base at run time.
7869         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7870         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7871         (cperl-imenu-on-info): Require imenu.
7873 2013-05-28  Alan Mackenzie  <acm@muc.de>
7875         Handle "capitalised keywords" correctly.
7876         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7878 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
7880         * eshell/em-unix.el: Add -r option to cp.
7882 2013-05-28  Glenn Morris  <rgm@gnu.org>
7884         * vc/vc-arch.el (vc-exec-after): Declare.
7885         (vc-switches): Autoload.
7886         * vc/vc-bzr.el: No need to require vc when compiling.
7887         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7888         (vc-resynch-buffer, vc-dir-refresh): Declare.
7889         (vc-setup-buffer, vc-switches): Autoload.
7890         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7891         (vc-resynch-buffer): Declare.
7892         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7893         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7894         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7895         (grep-read-regexp, grep-read-files, grep-expand-template)
7896         (vc-dir-refresh): Declare.
7897         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7898         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7899         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7900         * vc/vc-mtn.el (vc-exec-after): Declare.
7901         (vc-switches): Autoload.
7902         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7903         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7904         (vc-file-tree-walk): Declare.
7905         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7906         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7907         (vc-tag-precondition, vc-rename-master): Autoload.
7908         * vc/vc-svn.el (vc-exec-after): Declare.
7909         (vc-switches, vc-setup-buffer): Autoload.
7910         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7911         Autoload.
7912         (vc-resynch-buffer): Declare.
7914         * obsolete/fast-lock.el (byte-compile-warnings):
7915         Don't warn about obsolete features in this obsolete file.
7917         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7918         Move definition before use.
7920         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7921         (dun-unix-verbs): Remove dun-zippy.
7922         (dun-zippy): Remove function.
7924         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7926 2013-05-27  Juri Linkov  <juri@jurta.org>
7928         * replace.el (replace-search): New function with code moved out
7929         from `perform-replace'.
7930         (replace-highlight, replace-dehighlight): Move function definitions
7931         up closer to `replace-search'.  (Bug#11746)
7933 2013-05-27  Juri Linkov  <juri@jurta.org>
7935         * replace.el (perform-replace): Ignore invisible matches.
7936         In addition to checking `query-replace-skip-read-only', also
7937         filter out matches by calling `run-hook-with-args-until-failure'
7938         on `isearch-filter-predicates', and also check `search-invisible'
7939         for t or call `isearch-range-invisible'.
7940         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
7942 2013-05-27  Juri Linkov  <juri@jurta.org>
7944         * isearch.el (isearch-filter-predicates): Rename from
7945         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
7946         (isearch-message-prefix): Display text from the property
7947         `isearch-message-prefix' of the currently active filters.
7948         (isearch-search): Don't compare `isearch-filter-predicate' with
7949         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
7950         on `isearch-filter-predicates'.  Also check `search-invisible' for t
7951         or call `isearch-range-invisible'.
7952         (isearch-filter-visible): Make obsolete.
7953         (isearch-lazy-highlight-search):
7954         Call `run-hook-with-args-until-failure' on
7955         `isearch-filter-predicates' and use `isearch-range-invisible'.
7957         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7958         `isearch-filter-predicates' instead of `funcall'ing
7959         `isearch-filter-predicate'.
7960         (Info-mode): Set `Info-isearch-filter' to
7961         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7963         * dired-aux.el (dired-isearch-filter-predicate-orig):
7964         Remove variable.
7965         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7966         (dired-isearch-filenames-end): Add and remove
7967         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7968         instead of changing the value of `isearch-filter-predicate'.
7969         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7970         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7971         Put property `isearch-message-prefix' to "filename " on
7972         `dired-isearch-filter-filenames'.
7974         * wdired.el (wdired-change-to-wdired-mode):
7975         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7976         locally instead of changing `isearch-filter-predicate'.
7977         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7979 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
7981         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7982         return the commit hash (Bug#14459).  Also set the
7983         `vc-git-detached' property.
7984         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7985         (vc-git-mode-line-string): Use the same help-echo format whether
7986         in detached mode or not, because we know the actual revision now.
7987         When in detached mode, shorten the revision to 7 chars.
7989 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7991         * emacs-lisp/easy-mmode.el (define-minor-mode):
7992         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7993         mode hook and provide a docstring.
7995 2013-05-27  Alan Mackenzie  <acm@muc.de>
7997         Remove spurious syntax-table text properties inserted by C-y.
7998         * progmodes/cc-mode.el (c-after-change): Also clear hard
7999         syntax-table property with value nil.
8001 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
8003         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
8004         when reading the events; the buffer layout shall not be changed.
8006 2013-05-27  Leo Liu  <sdl.web@gmail.com>
8008         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
8009         New variable.
8010         (inferior-octave-directory-tracker): Automatically re-sync
8011         default-directory.
8012         (octave-help): Improve handling of 'See also'.
8014 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8016         * doc-view.el: Minor naming convention tweaks.
8017         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
8019         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
8020         even if there's no `display' property yet (bug#14435).
8022 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
8024         * subr.el (unmsys--file-name): Rename from reveal-filename.
8026         * Makefile.in (custom-deps, finder-data, autoloads)
8027         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8028         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8029         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
8031 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8033         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
8034         error-completion on the first 2 args of condition-case (bug#14446).
8035         Don't burp at EOB.
8037 2013-05-25  Leo Liu  <sdl.web@gmail.com>
8039         * comint.el (comint-previous-matching-input): Do not flood the
8040         *Messages* buffer with trivial messages.
8042 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8044         * progmodes/flymake.el (flymake-nop): Don't return a string.
8045         (flymake-set-at): Fix typo.
8047         * simple.el (read--expression): New function, extracted from
8048         eval-expression.  Set completion-at-point-functions (bug#14465).
8049         (eval-expression, eval-minibuffer): Use it.
8051 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
8053         * progmodes/flymake.el (flymake-save-buffer-in-file)
8054         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
8055         (flymake-selected-frame, flymake-log, flymake-ins-after)
8056         (flymake-set-at, flymake-get-buildfile-from-cache)
8057         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8058         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
8059         Refine the doc string.
8060         (flymake-get-file-name-mode-and-masks): Reformat.
8061         (flymake-get-real-file-name-function): Fix a minor bug.
8063 2013-05-24  Juri Linkov  <juri@jurta.org>
8065         * progmodes/grep.el (grep-mode-font-lock-keywords):
8066         Support =linenumber= format used by git-grep for lines with
8067         function names.  (Bug#13549)
8069 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8071         * progmodes/octave.el (octave-smie-rules): Return nil rather than
8072         0 after a semi-colon; it works better for smie-auto-fill.
8073         (octave--indent-new-comment-line): New function.
8074         (octave-indent-new-comment-line): Use it (indirectly).
8075         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
8076         modify comment-line-break-function.
8078         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8079         (smie-setup): Use add-function to set it.
8081 2013-05-24  Sam Steingold  <sds@gnu.org>
8083         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8084         argument (before the `interactive' argument).
8086 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8088         * image-mode.el (image-mode-winprops): Add winprops to
8089         image-mode-winprops-alist before running
8090         image-mode-new-window-functions.
8091         * doc-view.el (doc-view-new-window-function): Don't delay
8092         doc-view-goto-page via timers (bug#14435).
8094 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
8096         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
8097         (doc-view-desktop-save-buffer): New function.
8098         (doc-view-restore-desktop-buffer): New function.
8099         (desktop-buffer-mode-handlers):
8100         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
8101         handler.
8102         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8103         `desktop-save-buffer' function.
8105 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
8107         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8108         (tramp-gvfs-file-name-handler): Raise a user error when
8109         `tramp-gvfs-enabled' is nil.
8110         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8111         Do not raise a user error when loading package.  (Bug#14447)
8113         * net/xesam.el: Move to obsolete/.
8115 2013-05-24  Glenn Morris  <rgm@gnu.org>
8117         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8119         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8121         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8122         (Info-find-node, Man-getpage-in-background): Declare.
8124         * mail/unrmail.el (unrmail):
8125         Replace obsolete detect-coding-with-priority.
8127         * net/socks.el (socks-split-string): Use this rather than split-string.
8128         (socks-nslookup-host): Update for above change.
8129         (dynamic-choice, s5-dynamic-choice-match)
8130         (s5-dynamic-choice-match-inline, s5-widget-value-create):
8131         Comment out unused code.
8133         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8134         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8135         (gud-tooltip-echo-area): Make obsolete.
8136         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8138         * progmodes/js.el (js--optimize-arglist): Declare.
8140         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8142         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8143         (ediff-window-C): Declare.
8145         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8146         Tweak requires to silence compiler.
8148         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8149         (he-search-string, he-tried-table, he-expand-list)
8150         (he-init-string, he-string-member, he-substitute-string)
8151         (he-reset-string): Declare.
8153         * obsolete/options.el (list-options): Use custom-variable-p,
8154         rather than obsolete alias.
8156 2013-05-23  Sam Steingold  <sds@gnu.org>
8158         * simple.el (shell-command-on-region): Pass the `replace' argument
8159         down to `call-process-region' to comply with the doc as reported on
8160         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8162 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8164         * emacs-lisp/smie.el (smie-indent-forward-token)
8165         (smie-indent-backward-token): Handle string tokens (bug#14381).
8167 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8169         * ielm.el (ielm-menu): New menu.
8170         (inferior-emacs-lisp-mode): Set comment-start.
8172 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8174         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8175         Fix deactivate action.
8177         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8178         Add cleveref macros.
8180         * lisp/textmodes/reftex-parse.el
8181         (reftex-locate-bibliography-files): Accept options for
8182         bibliography commands.
8183         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8184         Add addbibresource.  Basic Biblatex support.
8186 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
8188         * net/tramp-gvfs.el (top):
8189         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8190         when loading package.  (Bug#14447)
8192 2013-05-23  Glenn Morris  <rgm@gnu.org>
8194         * progmodes/js.el: No need to load comint when compiling.
8195         (ring-insert, comint-send-string, comint-send-input)
8196         (comint-last-input-end, ido-chop): Declare.
8198         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8199         * vc/ediff-mult.el: Adjust requires.
8200         (ediff-directories-internal, ediff-directory-revisions-internal)
8201         (ediff-patch-file-internal): Declare.
8202         * vc/ediff-ptch.el: Adjust requires.
8203         (ediff-use-last-dir, ediff-buffers-internal): Declare.
8204         (ediff-find-file): Autoload.
8205         * vc/ediff-util.el: No need to load ediff when compiling.
8206         (ediff-regions-internal): Declare.
8207         * vc/ediff-wind.el: Adjust requires.
8208         (ediff-compute-toolbar-width): Define when compiling.
8209         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8210         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8211         (dired-get-filename, dired-get-marked-files)
8212         (ediff-last-dir-patch, ediff-patch-default-directory)
8213         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8214         (ediff-patch-buffer-internal): Declare.
8216         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8217         (ispell-process, ispell-buffer-local-words, lm-summary)
8218         (lm-section-start, lm-section-end): Declare.
8219         (checkdoc-ispell-init): Simplify.
8221         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8222         (he-string-member, he-reset-string, he-substitute-string): Declare.
8224         * eshell/em-ls.el: Adjust requires.
8225         (eshell-glob-regexp): Declare.
8226         * eshell/em-tramp.el: Adjust requires.
8227         (eshell-parse-command): Autoload.
8228         * eshell/em-xtra.el: Adjust requires.
8229         (eshell-parse-command): Autoload.
8230         * eshell/esh-ext.el: Adjust requires.
8231         (eshell-parse-command, eshell-close-handles): Autoload.
8232         * eshell/esh-io.el: Adjust requires.
8233         (eshell-output-filter): Autoload.
8234         * eshell/esh-util.el: No need to load tramp when compiling.
8235         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8236         Declare.
8237         (eshell-parse-ange-ls): Require ange-ftp and tramp.
8238         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8239         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8240         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8241         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8242         * eshell/esh-opt.el, eshell/esh-proc.el:
8243         * eshell/esh-var.el: Adjust requires.
8244         * eshell/eshell.el: Do not require esh-util twice.
8245         (eshell-add-input-to-history): Declare.
8246         (eshell-command): Check history module is active before using it.
8248         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8250 2013-05-22  Leo Liu  <sdl.web@gmail.com>
8252         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8254 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
8256         * autorevert.el (auto-revert-notify-add-watch)
8257         (auto-revert-notify-handler): Add `attrib' for the inotify case,
8258         it indicates changes in file modification time.
8260 2013-05-22  Glenn Morris  <rgm@gnu.org>
8262         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8263         Always delete the autoloaded function from the noruntime and
8264         unresolved functions lists.
8266         * allout.el: No need to load epa, epg, overlay when compiling.
8267         (epg-context-set-passphrase-callback, epg-list-keys)
8268         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8269         (epg-key-user-id-list): Declare.
8271         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8272         (viper-set-parsing-style-toggling-macro)
8273         (viper-set-emacs-state-searchstyle-macros):
8274         Use called-interactively-p on Emacs.
8275         (viper-looking-back): Make it an obsolete alias.  Update callers.
8276         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8277         Use looking-back rather than viper-looking-back.
8278         (viper-tmp-insert-at-eob, viper-enlarge-region)
8279         (viper-read-string-with-history, viper-register-to-point)
8280         (viper-append-to-register, viper-change-state-to-vi)
8281         (viper-backward-char-carefully, viper-forward-char-carefully)
8282         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8283         (viper-change-state-to-emacs): Declare.
8284         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8285         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8286         * emulation/viper-mous.el: Do not load viper-cmd.
8287         (viper-backward-char-carefully, viper-forward-char-carefully)
8288         (viper-forward-word, viper-adjust-window): Declare.
8290         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8292         * progmodes/idlw-help.el (idlwave-help-fontify):
8293         Use called-interactively-p.
8295         * term/w32console.el (w32-get-console-codepage)
8296         (w32-get-console-output-codepage): Declare.
8298         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8299         Remove unnecessary declarations.
8300         (dframe-message): Doc fix.
8302         * info.el (dframe-select-attached-frame, dframe-current-frame):
8303         Declare.
8305         * speedbar.el (speedbar-message): Make it an obsolete alias.
8306         Update all callers.
8307         (speedbar-with-attached-buffer)
8308         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8309         (speedbar-with-writable): Use backquote.
8310         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8311         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8312         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8313         rather than speedbar- aliases.
8314         * mail/rmail.el: Load dframe rather than speedbar when compiling.
8315         (speedbar-make-specialized-keymap, speedbar-insert-button)
8316         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8317         (speedbar-do-function-pointer): Declare.
8318         (rmail-speedbar-button, rmail-speedbar-find-file)
8319         (rmail-speedbar-move-message):
8320         Use dframe-with-attached-buffer rather than speedbar- alias.
8321         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8322         (dframe-message, speedbar-make-specialized-keymap)
8323         (speedbar-add-expansion-list, speedbar-mode-functions-list)
8324         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8325         (speedbar-insert-button, dframe-select-attached-frame)
8326         (dframe-maybee-jump-to-attached-frame)
8327         (speedbar-change-initial-expansion-list)
8328         (speedbar-previously-used-expansion-list-name): Declare.
8329         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8330         Use dframe-message, dframe-with-attached-buffer rather than
8331         speedbar- aliases.
8332         (gud-sentinel): Silence compiler.
8333         * progmodes/vhdl-mode.el (speedbar-refresh)
8334         (speedbar-do-function-pointer, speedbar-add-supported-extension)
8335         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8336         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8337         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8338         (speedbar-file-lists, speedbar-make-tag-line)
8339         (speedbar-line-directory, speedbar-goto-this-file)
8340         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8341         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8342         (speedbar-make-button, speedbar-reset-scanners)
8343         (speedbar-files-item-info, speedbar-line-text)
8344         (speedbar-find-file-in-frame, speedbar-set-timer)
8345         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8346         (speedbar-with-writable): Do not (re)define it.
8347         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8348         rather than speedbar- alias.
8350 2013-05-21  Leo Liu  <sdl.web@gmail.com>
8352         * progmodes/octave.el (octave-mode-menu): Update and re-organize
8353         menu items.
8354         (octave-mode): Tweak fill-nobreak-predicate.
8355         (inferior-octave-startup): Check process to avoid infinite loop.
8356         (inferior-octave): Pop to buffer first to show abornmal process
8357         exit information.
8359 2013-05-21  Glenn Morris  <rgm@gnu.org>
8361         * printing.el (pr-menu-bar): Define when compiling.
8363 2013-05-21  Leo Liu  <sdl.web@gmail.com>
8365         * progmodes/octave.el (octave-auto-fill): Remove.
8366         (octave-indent-new-comment-line): Improve.
8367         (octave-mode): Use auto fill mode through
8368         comment-line-break-function and fill-nobreak-predicate.
8369         (octave-goto-function-definition): Support DEFUN_DLD.
8370         (octave-beginning-of-defun): Small tweak.
8371         (octave-help): Show parent directory.
8373 2013-05-21  Glenn Morris  <rgm@gnu.org>
8375         * files.el (dired-unmark):
8376         * progmodes/gud.el (gdb-input): Update declarations.
8378         * calculator.el (electric, ehelp): No need to load when compiling.
8379         (Electric-command-loop, electric-describe-mode): Declare.
8381         * doc-view.el (doc-view-current-converter-processes): Move before use.
8383         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8384         Move MODE-set-explicitly definition before use.
8386         * international/mule-diag.el (mule-diag):
8387         Don't use obsolete window-system-version.
8389         * mail/feedmail.el (smtpmail): No need to load when compiling.
8390         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8392         * mail/mail-utils.el (rfc822): No need to load when compiling.
8393         (rfc822-addresses): Autoload it.
8394         (mail-strip-quoted-names): Trivial simplification.
8396         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8397         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8399         * net/snmp-mode.el (tempo): Don't duplicate requires.
8401         * progmodes/prolog.el (info): No need to load when compiling.
8402         (comint): Require before shell requires it.
8403         (Info-goto-node): Autoload it.
8404         (Info-follow-nearest-node): Declare.
8405         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8407         * textmodes/artist.el (picture-mode-exit): Declare.
8409         * textmodes/reftex-parse.el (reftex-parse-from-file):
8410         Trivial rewrite so the compiler can parse it better.
8412 2013-05-20  Leo Liu  <sdl.web@gmail.com>
8414         * progmodes/octave.el (octave-help-mode-map)
8415         (octave-help-mode-finish-hook): New variables.
8416         (octave-help-mode, octave-help-mode-finish): New functions.
8417         (octave-help): Use octave-help-mode.
8419 2013-05-20  Glenn Morris  <rgm@gnu.org>
8421         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
8423 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
8425         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8426         start at point, so that expansion starting right after opening
8427         slash in a regexp is recognized.
8428         (ruby-syntax-before-regexp-re): New defvar, extracted from
8429         ruby-syntax-propertize-function.  Since the value of this regexp
8430         is looked up at runtime now, we should be able to turn
8431         `ruby-syntax-methods-before-regexp' into a defcustom later.
8432         (ruby-syntax-propertize-function): Split regexp matching into two
8433         parts, for opening and closing slashes.  That allows us to skip
8434         over string interpolations and support multiline regexps.
8435         Don't call `ruby-syntax-propertize-expansions', instead use another rule
8436         for them, which calls `ruby-syntax-propertize-expansion'.
8437         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8438         call to `ruby-syntax-propertize-function'.
8439         (ruby-syntax-propertize-expansion): Extracted from
8440         `ruby-syntax-propertize-expansions'.  Handles one expansion.
8441         (ruby-syntax-propertize-percent-literal): Leave point right after
8442         the percent symbol, so that the expression expansion rule can
8443         propertize the contents.
8444         (ruby-syntax-propertize-heredoc): Leave point at bol following the
8445         heredoc openers.
8446         (ruby-syntax-propertize-expansions): Remove.
8448 2013-05-18  Juri Linkov  <juri@jurta.org>
8450         * man.el (Man-default-man-entry): Remove `-' from the end
8451         of the default value.  (Bug#14400)
8453 2013-05-18  Glenn Morris  <rgm@gnu.org>
8455         * comint.el (comint-password-prompt-regexp):
8456         Allow "password for XXX" where XXX contains colons (eg https://...).
8458 2013-05-18  Leo Liu  <sdl.web@gmail.com>
8460         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8461         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
8462         (octave-source-directories): Don't check process.
8463         (octave-source-directories, octave-find-definition): Doc fix.
8465 2013-05-18  Glenn Morris  <rgm@gnu.org>
8467         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8468         Remove backspace/delete bindings.  (Bug#14392)
8470         * cus-dep.el (custom-make-dependencies): Sort the output.
8471         (custom-versions-load-alist): Convert comment to doc.
8473 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8475         * newcomment.el (comment-search-backward): Stricter in finding
8476         comment start.  (Bug#14303)
8478         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8479         (octave-comment-start-skip): Properly anchored.
8481 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8483         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8484         Clean up when turned off.  (Bug#14395)
8485         (smie--highlight-matching-block-overlay): No longer buffer-local.
8486         (smie-highlight-matching-block): Adjust.
8488 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
8490         Doc string fix for "nanoseconds" (Bug#14406).
8491         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8492         Fix doc string typo that had "nanoseconds" instead of "microseconds".
8494 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
8496         * calc/calc-units.el (math-extract-units): Preserve powers
8497         of units.
8499 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8501         * subr.el (delete-consecutive-dups): New function.
8502         * ido.el (ido-set-matches-1): Use it.
8503         * progmodes/octave.el (inferior-octave-completion-table): Use it.
8504         * ido.el (ido-remove-consecutive-dups): Remove.
8506 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8508         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8509         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8510         regexp-opt's `words'.
8512 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8514         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8515         (smie--highlight-matching-block-overlay)
8516         (smie--highlight-matching-block-lastpos)
8517         (smie--highlight-matching-block-timer): New variables.
8518         (smie-highlight-matching-block): New function.
8519         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
8520         (smie-setup): Conditionally enable smie-blink-matching-open.
8522 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
8524         Sync with upstream verilog-mode r840.
8525         * progmodes/verilog-mode.el (verilog-mode-version)
8526         (verilog-mode-release-date): Update.
8527         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8528         (verilog-sig-tieoff): Fix string error on
8529         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
8530         (verilog-read-decls): Fix parameters confusing
8531         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
8533 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
8535         * subr.el (reveal-filename): New function.
8537         * loadup.el: Compute Emacs executable versions on MS-Windows,
8538         where executables have the .exe extension.  Add a hard link
8539         emacs-XX.YY.ZZ.exe on MS-Windows.
8541         * Makefile.in (XARGS_LIMIT): New variable.
8542         (custom-deps, finder-data, autoloads)
8543         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8544         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8545         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8546         (compile-main): Limit xargs according to $(XARGS_LIMIT).
8548 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8550         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8551         (octave-mode-menu, octave-mode-map): Remove its uses.
8553 2013-05-16  Reto Zimmermann  <reto@gnu.org>
8555         Sync with upstream vhdl mode v3.34.2.
8556         * progmodes/vhdl-mode.el: Use `push' throughout.
8557         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8558         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8559         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
8560         (vhdl-actual-generic-name): New option to derive actual generic name.
8561         (vhdl-port-paste-signals): Replace formal by actual generics.
8562         (vhdl-beautify): New name for old group vhdl-align.  Update users.
8563         (vhdl-beautify-options): New option.
8564         (vhdl-last-input-event): New compat alias.  Use throughout.
8565         (vhdl-goto-line): Replace user level function `goto-line'.
8566         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8567         vhdl-fix-statement-buffer.
8568         (vhdl-create-mode-menu): Add some entries.
8569         (vhdl-align-region-groups): Respect vhdl-beautify-options.
8570         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8571         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8572         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8573         to force statements on one line.
8574         (vhdl-remove-trailing-spaces-region):
8575         New, split from vhdl-remove-trailing-spaces.
8576         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8577         Respect vhdl-beautify-options.
8578         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8579         (vhdl-update-sensitivity-list): Not add with index if exists without.
8580         Not include array index with signal.  Ignore keywords in comments.
8581         (vhdl-get-visible-signals): Regexp tweaks.
8582         (vhdl-template-component-inst): Handle empty library.
8583         (vhdl-template-type): Add template for 'enum' type.
8584         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8585         Use vhdl-replace-string.
8586         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8587         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8588         (vhdl-speedbar-initialize): Update for above name change.
8589         (vhdl-compose-wire-components): Fix in handling of constants.
8590         (vhdl-error-regexp-emacs-alist): New variable.
8591         (vhdl-error-regexp-add-emacs): New function;
8592         adds support for new compile.el (Emacs 22+)
8593         (vhdl-generate-makefile-1): Change target order for single lib. units.
8594         Allow use of absolute file names.
8596 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8598         * simple.el (prog-indent-sexp): Indent enclosing defun.
8600 2013-05-15  Glenn Morris  <rgm@gnu.org>
8602         * cus-start.el (show-trailing-whitespace): Move to editing basics.
8603         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8604         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8605         (whitespace-highlight): Move to whitespace group.
8607         * comint.el (comint-source):
8608         * pcmpl-linux.el (pcmpl-linux):
8609         * shell.el (shell-faces):
8610         * eshell/esh-opt.el (eshell-opt):
8611         * international/ccl.el (ccl): Remove empty custom groups.
8613         * completion.el (dynamic-completion-mode):
8614         * jit-lock.el (jit-lock-debug-mode):
8615         * minibuffer.el (completion-in-region-mode):
8616         * type-break.el (type-break-mode-line-message-mode)
8617         (type-break-query-mode):
8618         * emulation/tpu-edt.el (tpu-edt-mode):
8619         * progmodes/subword.el (global-subword-mode, global-superword-mode):
8620         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8621         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8623         * term/xterm.el (xterm): Change parent group to terminals.
8625         * master.el (master): Remove empty custom group.
8626         (master-mode): Remove unused :group argument.
8627         * textmodes/refill.el (refill): Remove empty custom group.
8628         (refill-mode): Remove unused :group argument.
8630         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8632         * cus-dep.el: Provide a feature.
8633         (custom-make-dependencies): Ignore dotfiles (dir-locals).
8634         Don't mistakenly ignore files whose basenames match a basename
8635         from preloaded-file-list (eg cedet/ede/simple.el).
8636         Add a fallback method for getting :group.
8638 2013-05-15  Juri Linkov  <juri@jurta.org>
8640         * isearch.el (isearch-char-by-name): Rename from
8641         `isearch-insert-char-by-name'.  Doc fix.
8642         (isearch-forward): Mention `isearch-char-by-name' in
8643         the docstring.  (Bug#13348)
8645         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8646         `exit-minibuffer' instead of
8647         `isearch-nonincremental-exit-minibuffer'.
8648         (isearch-edit-string): Remove mention of
8649         `isearch-nonincremental-exit-minibuffer' from docstring.
8650         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8651         (isearch-forward-exit-minibuffer)
8652         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
8654 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8656         * loadup.el: Just use unversioned DOC.
8658         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8659         literals as extending to EOB.
8660         (nxml-last-fontify-end): Remove unused variable.
8661         (nxml-after-change1): Use with-silent-modifications.
8662         (nxml-extend-after-change-region): Simplify.
8663         (nxml-extend-after-change-region1): Remove function.
8664         (nxml-after-change1): Don't adjust for dependent regions.
8665         (nxml-fontify-matcher): Simplify.
8666         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8667         (xmltok-add-dependent): Remove function.
8668         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8669         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8670         (xmltok-scan-prolog-after-processing-instruction-open): Treat
8671         unclosed <[[, <?, comment, and other literals as extending to EOB.
8672         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8673         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8674         Remove functions.
8675         (rng-do-some-validation-1): Don't mark dependent regions.
8676         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8677         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8678         (nxml-clear-dependent-regions): Remove functions.
8679         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8680         (nxml-ensure-scan-up-to-date):
8681         Don't clear&mark dependent regions.
8683 2013-05-15  Leo Liu  <sdl.web@gmail.com>
8685         * progmodes/octave.el (octave-goto-function-definition):
8686         Improve and fix callers.
8688 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8690         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8691         the setter (bug#14387).
8693         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8694         surrounding group (bug#14402).
8696 2013-05-14  Juri Linkov  <juri@jurta.org>
8698         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8699         (Bug#14390)
8701 2013-05-14  Glenn Morris  <rgm@gnu.org>
8703         * progmodes/f90.el (f90-imenu-generic-expression):
8704         Fix typo in 2013-05-08 change.  (Bug#14402)
8706 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8708         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8709         Remove signals for which replies are never received.
8711 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8713         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8714         (gdb-handler-alist, gdb-handler-number): Remove variables.
8715         (gdb-handler-list): New variable.
8716         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8717         (gdb-pending-handler-p, gdb-handle-reply)
8718         (gdb-remove-all-pending-triggers): New functions.
8719         (gdb-discard-unordered-replies): New defcustom.
8720         (gdb-handler): New defstruct.
8721         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
8722         instead of gdb-pending-triggers.  Update docstring.
8723         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
8724         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8725         (gdb-var-update-handler, def-gdb-auto-update-trigger)
8726         (def-gdb-auto-update-handler, gdb-get-changed-registers)
8727         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8728         (gdb-frame-handler): Pending triggers are now automatically managed.
8729         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8730         Remove argument.
8731         (gdb-input): Automatically handles pending triggers.  Update docstring.
8732         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8733         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8734         Update comments.
8735         (gdb-done-or-error): Now use gdb-handle-reply.
8737 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8739         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8740         gdb-debug-log.
8742 2013-05-14  Glenn Morris  <rgm@gnu.org>
8744         * subr.el (user-emacs-directory-warning): New option.
8745         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
8747 2013-05-14  Leo Liu  <sdl.web@gmail.com>
8749         * progmodes/octave.el (octave-font-lock-keywords): Fix error
8750         during redisplay.
8751         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8752         (octave-font-lock-texinfo-comment): Fix invalid search bound
8753         error: wrong side of point.
8755 2013-05-14  Glenn Morris  <rgm@gnu.org>
8757         * progmodes/flymake.el (flymake-xml-program): New option.
8758         (flymake-xml-init): Use it.
8760         * term/xterm.el: Provide a feature.
8762         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
8764 2013-05-13  Glenn Morris  <rgm@gnu.org>
8766         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8767         Add compat aliases as a hack workaround.  (Bug#14384)
8769 2013-05-13  Leo Liu  <sdl.web@gmail.com>
8771         * progmodes/octave.el (octave-indent-comment): Fix indentation for
8772         ###, and %!.
8773         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8774         C-M-q.
8775         (octave-comment-start-skip): Include %!.
8776         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8778 2013-05-12  Leo Liu  <sdl.web@gmail.com>
8780         * progmodes/octave.el (inferior-octave-startup): Store the value
8781         of __octave_srcdir__ for octave-source-directories.
8782         (inferior-octave-check-process): New function refactored out of
8783         inferior-octave-send-list-and-digest.
8784         (octave-source-directories)
8785         (octave-find-definition-filename-function): New variables.
8786         (octave-source-directories)
8787         (octave-find-definition-default-filename): New functions.
8788         (octave-find-definition): Improve to find functions implemented in C++.
8790 2013-05-12  Glenn Morris  <rgm@gnu.org>
8792         * calendar/diary-lib.el (diary-outlook-format-1):
8793         Don't include dayname in the output.  (Bug#14349)
8795 2013-05-11  Glenn Morris  <rgm@gnu.org>
8797         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8799         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8800         Treat cc-provide like provide.
8802 2013-05-11  Kevin Ryde  <user42@zip.com.au>
8804         * cus-dep.el (custom-make-dependencies):
8805         Use generated-autoload-load-name for the sake of files such
8806         such cedet/semantic/bovine/c.el, where the base file name
8807         is not in load-path.  (Bug#5277)
8809 2013-05-11  Glenn Morris  <rgm@gnu.org>
8811         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8812         Provide features.
8814 2013-05-11  Leo Liu  <sdl.web@gmail.com>
8816         * progmodes/octave.el (octave-indent-comment): Improve.
8817         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8818         (octave-eldoc-function-signatures, octave-eldoc-function):
8819         New functions.
8820         (octave-mode, inferior-octave-mode): Add eldoc support.
8822 2013-05-11  Richard Stallman  <rms@gnu.org>
8824         * epa.el (epa-decrypt-file): Take output file name as argument
8825         and read it using `interactive'.
8827 2013-05-11  Leo Liu  <sdl.web@gmail.com>
8829         * progmodes/octave.el (octave-beginning-of-line)
8830         (octave-end-of-line): Check before using up-list because it jumps
8831         out of more syntactic contructs since moving to smie.
8832         (octave-indent-comment): New function.
8833         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
8834         (octave-begin-keywords, octave-end-keywords)
8835         (octave-reserved-words, octave-smie-bnf-table)
8836         (octave-smie-rules): Add new keywords from Octave 3.6.4.
8838 2013-05-11  Glenn Morris  <rgm@gnu.org>
8840         * faces.el (internal-face-x-get-resource):
8841         * frame.el (ns-display-monitor-attributes-list):
8842         * calc/calc-aent.el (math-to-radians-2):
8843         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8844         Fix declarations.
8846         * calc/calc-menu.el: Make it loadable in isolation.
8848         * net/eudcb-bbdb.el: Make it loadable without bbdb.
8849         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8850         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8851         (eudc-bbdb-query-internal): Require 'bbdb.
8853         * lpr.el (lpr-headers-switches):
8854         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8856         * progmodes/sql.el (sql-login-params): Fix and improve :type.
8858         * emulation/edt-mapper.el: In batch mode, error rather than hang.
8860         * term.el (term-set-escape-char): Make it idempotent.
8862 2013-05-10  Leo Liu  <sdl.web@gmail.com>
8864         * progmodes/octave.el (inferior-octave-completion-table):
8865         No longer a function and all uses changed.  Use cache to speed up
8866         completion due to bug#11906.
8867         (octave-beginning-of-defun): Re-write to be more general.
8869 2013-05-10  Glenn Morris  <rgm@gnu.org>
8871         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8873 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8875         * comint.el (comint-redirect-send-command-to-process): Use :around
8876         rather than :override for comint-redirect-filter.
8877         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8878         Call it instead of comint-redirect-original-filter-function (which
8879         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
8881 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
8883         * frame.el (display-monitor-attributes-list): Add NS case.
8884         (ns-display-monitor-attributes-list): Declare.
8886 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
8888         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
8890 2013-05-09  Glenn Morris  <rgm@gnu.org>
8892         * international/fontset.el (vertical-centering-font-regexp):
8893         Set standard-value.
8895         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8897         * bookmark.el (bookmark-search-delay):
8898         * cus-start.el (vertical-centering-font-regexp):
8899         * ps-mule.el (ps-mule-font-info-database-default):
8900         * ps-print.el (ps-default-fg, ps-default-bg):
8901         * type-break.el (type-break-good-break-interval):
8902         * whitespace.el (whitespace-indentation-regexp)
8903         (whitespace-space-after-tab-regexp):
8904         * emacs-lisp/testcover.el (testcover-1value-functions)
8905         (testcover-noreturn-functions, testcover-progn-functions)
8906         (testcover-prog1-functions):
8907         * emulation/viper-init.el (viper-emacs-state-cursor-color):
8908         * eshell/em-glob.el (eshell-glob-translate-alist):
8909         * play/tetris.el (tetris-tty-colors):
8910         * progmodes/cpp.el (cpp-face-default-list):
8911         * progmodes/flymake.el (flymake-allowed-file-name-masks):
8912         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8913         (idlwave-help-browser-generic-args):
8914         * progmodes/make-mode.el (makefile-special-targets-list):
8915         * progmodes/python.el (python-shell-virtualenv-path):
8916         * progmodes/verilog-mode.el (verilog-active-low-regexp)
8917         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8918         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8919         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8920         * textmodes/reftex-vars.el (reftex-format-label-function):
8921         * textmodes/remember.el (remember-diary-file): Fix custom types.
8923         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8924         Add :version.
8926 2013-05-09  Leo Liu  <sdl.web@gmail.com>
8928         * progmodes/octave.el (inferior-octave-completion-at-point):
8929         Restore file completion.  (Bug#14300)
8930         (inferior-octave-startup): Fix incorrect highlighting for the
8931         first prompt.
8933 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8935         * progmodes/ruby-mode.el: First cut at SMIE support.
8936         (ruby-use-smie): New var.
8937         (ruby-smie-grammar): New constant.
8938         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8939         (ruby-smie--forward-token, ruby-smie--backward-token)
8940         (ruby-smie-rules): New functions.
8941         (ruby-mode-variables): Setup SMIE if applicable.
8943 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
8945         * simple.el (line-move-visual): Signal beginning/end of buffer
8946         only if vertical-motion moved less than it was requested.  Avoids
8947         silly incorrect error messages when there are display strings with
8948         multiple newlines at EOL.
8950 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8952         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8953         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8954         (prolog-char-quote-workaround):
8955         * progmodes/cperl-mode.el (cperl-under-as-char):
8956         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8957         Mark as obsolete.
8958         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8959         their declaration.
8960         (vhdl-mode-syntax-table-init): Remove.
8962         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8963         last change.
8965         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8966         syntax for "_".
8967         (ld-script-font-lock-keywords):
8968         Change regexps to use things like \_< and \_>.
8970         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8971         Change all regexps to use things like \_< and \_>.
8973         * progmodes/autoconf.el (autoconf-definition-regexp)
8974         (autoconf-font-lock-keywords, autoconf-current-defun-function):
8975         Handle a _ with symbol syntax.
8976         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8978         * progmodes/ada-mode.el (ada-mode-abbrev-table):
8979         Consolidate declaration.
8980         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8981         the declaration.
8982         (ada-create-syntax-table): Remove.
8983         (ada-capitalize-word): Don't mess with the syntax of "_" since it
8984         already has the right syntax nowadays.
8985         (ada-goto-next-word): Don't change the syntax of "_".
8987         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8988         with-wrapper-hook.
8990 2013-05-08  Sam Steingold  <sds@gnu.org>
8992         * thingatpt.el (thing-at-point): Accept optional second argument
8993         NO-PROPERTIES to strip the text properties from the return value.
8994         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8995         to `thing-at-point' instead of stripping the properties ourselves.
8996         Also, when `thing-at-point' fails to find a url, prepend "http://"
8997         to the filename at point on the assumption that the user is
8998         pointing at something like gnu.org/gnu.
9000 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
9002         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9003         * faces.el (crm-separator):
9004         Silence byte-compiler.
9006         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
9007         (tool-bar-map): Remove unneeded defvars.
9009 2013-05-08  Leo Liu  <sdl.web@gmail.com>
9011         Re-work a fix for bug#10994 based on Le Wang's patch.
9012         * ido.el (ido-remove-consecutive-dups): New helper.
9013         (ido-completing-read): Use it.
9014         (ido-chop): Revert fix for bug#10994.
9016 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
9018         * cus-edit.el (custom-save-variables):
9019         Pretty-print long values.  (Bug#14187)
9021 2013-05-08  Glenn Morris  <rgm@gnu.org>
9023         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
9024         (m4-mode-syntax-table): Init in the defvar.
9025         (m4-mode-abbrev-table): Let define-derived-mode define it.
9027 2013-05-08  Tom Tromey  <tromey@redhat.com>
9029         * progmodes/m4-mode.el (m4-mode-syntax-table):
9030         Do not treat "_" as word constituent.  (Bug#14167)
9032 2013-05-07  Glenn Morris  <rgm@gnu.org>
9034         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
9035         Remove explicit eshell-isearch-cancel-map.
9037         * progmodes/f90.el (f90-smart-end-names): New option.
9038         (f90-smart-end): Doc fix.
9039         (f90-end-block-optional-name): New constant.
9040         (f90-block-match): Respect f90-smart-end-names.
9042 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9044         * progmodes/octave.el (octave-smie-forward-token): Be more careful
9045         about implicit semi-colons (bug#14218).
9047 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9049         * frame.el (display-monitor-attributes-list)
9050         (frame-monitor-attributes): New functions.
9052 2013-05-06  Leo Liu  <sdl.web@gmail.com>
9054         * progmodes/octave.el (octave-syntax-propertize-function): Change
9055         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
9056         (octave-font-lock-keywords): Use octave-operator-regexp.
9057         (octave-completion-at-point): Rename from
9058         octave-completion-at-point-function.
9059         (inferior-octave-directory-tracker): Robustify.
9060         (octave-text-functions): Remove and fix its uses.  No such things
9061         any more.
9063 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9065         * emacs-lisp/trace.el (trace--display-buffer): New function.
9066         (trace-make-advice): Use it.
9068 2013-05-06  Juri Linkov  <juri@jurta.org>
9070         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
9071         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9072         Doc fix.
9073         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9074         in the help string.  (Bug#12985)
9076 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
9078         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
9080 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9082         * progmodes/perl-mode.el: Add support for here documents.
9083         (perl-syntax-propertize-function): Match here-doc markers.
9084         (perl-syntax-propertize-special-constructs): Find their end.
9085         (perl-imenu-generic-expression): Use [:alnum:].
9087         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9088         (advice--add-function): Refresh the advice if already present
9089         (bug#14317).
9091 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
9093         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
9095 2013-05-06  Glenn Morris  <rgm@gnu.org>
9097         * w32-fns.el (w32-charset-info-alist): Declare.
9099         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9100         of its defcustom properties.
9101         (eshell-cmpl-initialize): No need to load pcomplete.
9103         * generic-x.el: No need to require comint when compiling.
9105         * net/eudc-export.el: Make it loadable without bbdb.
9106         (top-level): Use require rather than load-library.
9107         (eudc-create-bbdb-record, eudc-bbdbify-phone)
9108         (eudc-batch-export-records-to-bbdb)
9109         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9110         Require bbdb.
9112 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9114         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9115         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9116         some tweaks, instead.
9118 2013-05-05  Leo Liu  <sdl.web@gmail.com>
9120         * progmodes/octave.el (octave-font-lock-keywords)
9121         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9122         (inferior-octave-send-list-and-digest): Improve error message.
9123         (octave-mode, inferior-octave-mode): Use setq-local.
9124         (octave-help): Set info-lookup-mode.
9126 2013-05-05  Richard Stallman  <rms@gnu.org>
9128         * vc/compare-w.el (compare-windows-whitespace):
9129         Treat no-break space as whitespace.
9131         * mail/rmailsum.el (rmail-summary-rmail-update):
9132         Detect empty summary and don't change selected message.
9133         (rmail-summary-goto-msg): Likewise.
9135         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9136         Doc fixes, rename args.
9138 2013-05-05  Alan Mackenzie  <acm@muc.de>
9140         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9142 2013-05-05  Juri Linkov  <juri@jurta.org>
9144         * info.el (Info-read-subfile): Use (point-min) instead of (point)
9145         to not add the length of the summary segment to the return value.
9146         (Bug#14125)
9148 2013-05-05  Leo Liu  <sdl.web@gmail.com>
9150         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9151         (inferior-octave-output-filter): Remove.
9152         (octave-send-region, inferior-octave-startup): Fix callers.
9153         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9154         (octave-binary-file-extensions): New user variable.
9155         (octave-find-definition): Confirm if opening binary files.
9156         (octave-help-file): Use octave-find-definition to get the binary
9157         confirmation.
9158         (octave-help): Adjust for octave-help-file change.
9160 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9162         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9163         Merge the two entries that handle function definitions.
9164         (pascal--syntax-propertize): New const.
9165         (pascal-mode): Use it.  Use setq-local.
9167 2013-05-04  Glenn Morris  <rgm@gnu.org>
9169         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9170         (diary-from-outlook): Respect diary-from-outlook-function.
9172 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9174         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9175         Move the declaration from C.
9176         (read-minibuffer, eval-minibuffer): Move from C.
9177         (completion-setup-function): Avoid minibuffer-completion-contents.
9179 2013-05-03  Leo Liu  <sdl.web@gmail.com>
9181         * progmodes/octave.el (octave-font-lock-keywords): Do not
9182         dehighlight 'end' in comments or strings.
9183         (octave-completing-read, octave-goto-function-definition):
9184         New helpers.
9185         (octave-help-buffer): New user variable.
9186         (octave-help-file, octave-help-function): New button types.
9187         (octave-help): New command and bind it to C-h ;.
9188         (octave-find-definition): New command and bind it to M-.
9189         (user-error): Alias to error if not defined.
9191 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9193         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9194         for \.  (bug#14332)
9195         (octave-font-lock-keywords): Include [ and {.
9197 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9199         * progmodes/octave.el (inferior-octave-startup-file): Change default.
9200         (inferior-octave): Remove calling comint-mode and return the buffer.
9201         (inferior-octave-startup): Cosmetic changes.
9203 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9205         * progmodes/octave.el (octave-syntax-propertize-function):
9206         Include the case when ' is at line beginning.  (Bug#14336)
9208 2013-05-02  Glenn Morris  <rgm@gnu.org>
9210         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9211         * desktop.el (vc-dir-mode): Just autoload it here.
9213 2013-05-02  Alan Mackenzie  <acm@muc.de>
9215         Eliminate variable c-standard-font-lock-fontify-region-function.
9216         * progmodes/cc-mode.el
9217         (c-standard-font-lock-fontify-region-function): Remove.
9218         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9220 2013-05-01  Leo Liu  <sdl.web@gmail.com>
9222         * progmodes/octave.el: Compatible with older emacs-24 releases.
9223         (inferior-octave-has-built-in-variables): Remove.  Built-in
9224         variables were removed from Octave in 2007.
9225         (inferior-octave-startup): Fix uses.
9226         (comint-line-beginning-position): Remove compatibility code for
9227         emacs 21.
9229 2013-05-01  Juri Linkov  <juri@jurta.org>
9231         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
9233 2013-05-01  Juri Linkov  <juri@jurta.org>
9235         * comint.el (comint-previous-matching-input): Don't print message
9236         "History item: %d" when `isearch-mode' is active.
9237         (comint-history-isearch-message): Print message "History item: %d"
9238         when `comint-input-ring-index' is not empty and this function is
9239         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
9241 2013-05-01  Leo Liu  <sdl.web@gmail.com>
9243         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9244         definitions.  Use completion-at-point to insert keywords.
9245         (octave-abbrev-start): Remove.
9246         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9248 2013-04-30  Leo Liu  <sdl.web@gmail.com>
9250         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9251         change.
9253 2013-04-30  Alan Mackenzie  <acm@muc.de>
9255         Handle arbitrarily long C++ member initialisation lists.
9256         * progmodes/cc-engine.el (c-back-over-member-initializers):
9257         new function.
9258         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9259         (most) member init lists.
9261 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9263         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9264         variable.
9266 2013-04-30  Leo Liu  <sdl.web@gmail.com>
9268         * progmodes/octave.el (octave-variables): Remove.  No builtin
9269         variables any more.  All converted to functions.
9270         (octave-font-lock-keywords, octave-completion-at-point-function):
9271         Fix uses.
9272         (octave-font-lock-texinfo-comment): New user variable.
9273         (octave-texinfo-font-lock-keywords): New variable for texinfo
9274         comment block.
9275         (octave-function-comment-block): New face.
9276         (octave-font-lock-texinfo-comment): New function.
9277         (octave-mode): Font lock texinfo comment block.
9279 2013-04-29  Leo Liu  <sdl.web@gmail.com>
9281         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9282         indexing expression.
9283         (octave-continuation-string): Do not use \.
9284         (inferior-octave-complete-impossible): Remove.
9285         (inferior-octave-completion-table)
9286         (inferior-octave-completion-at-point): Remove its uses.
9287         (inferior-octave-startup): completion_matches was introduced to
9288         Octave in 1996 so safe to assume it.
9289         (octave-function-file-comment): Improve to follow how Octave does it.
9290         (octave-update-function-file-comment): Tweak.
9292 2013-04-29  Leo Liu  <sdl.web@gmail.com>
9294         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9295         (inferior-octave-startup): Remove inferior-octave-startup-hook.
9296         (octave-function-file-comment): Fix typo.
9297         (octave-sync-function-file-names): Use read-char-choice.
9299 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
9301         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9302         to t for the less important warnings.
9304 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
9306         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
9308 2013-04-27  Glenn Morris  <rgm@gnu.org>
9310         * vc/log-view.el (log-view-current-entry):
9311         Treat "---" separator lines as part of the following rev.  (Bug#14169)
9313 2013-04-27  Juri Linkov  <juri@jurta.org>
9315         * subr.el (read-number): Doc fix about using it by interactive
9316         code letter `n'.  (Bug#14254)
9318 2013-04-27  Juri Linkov  <juri@jurta.org>
9320         * desktop.el (desktop-auto-save-timeout): New option.
9321         (desktop-file-checksum): New variable.
9322         (desktop-save): Add optional arg `auto-save' and don't auto-save
9323         if nothing changed.
9324         (desktop-auto-save-timer): New variable.
9325         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9326         (after-init-hook): Call `desktop-auto-save-set-timer'.
9327         Suggested by Reuben Thomas <rrt@sc3d.org> in
9328         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9330 2013-04-27  Leo Liu  <sdl.web@gmail.com>
9332         * progmodes/octave.el (octave-function-file-p)
9333         (octave-skip-comment-forward, octave-function-file-comment)
9334         (octave-update-function-file-comment): New functions.
9335         (octave-mode-map): Bind C-c ; to
9336         octave-update-function-file-comment.
9337         (octave-mode-menu): Add octave-update-function-file-comment.
9338         (octave-mode, inferior-octave-mode): Fix doc-string.
9339         (octave-insert-defun): Conform to Octave's coding convention.
9340         (Bug#14285)
9342         * files.el (basic-save-buffer): Don't let errors in
9343         before-save-hook prevent saving buffer.
9345 2013-04-20  Roland Winkler  <winkler@gnu.org>
9347         * faces.el (read-face-name): Use completing-read if arg multiple
9348         is nil.
9350 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
9352         * ls-lisp.el (ls-lisp-insert-directory): If no files are
9353         displayed, move point to after the totals line.
9354         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9355         for the details.
9357 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9359         * emacs-lisp/package.el (package-autoload-ensure-default-file):
9360         Add current dir to the load-path.
9361         (package-generate-autoloads): Don't rely on
9362         autoload-ensure-default-file.
9364 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
9366         * textmodes/remember.el (remember-store-in-files): Document that
9367         the file name format is passed to `format-time-string'.
9369 2013-04-26  Leo Liu  <sdl.web@gmail.com>
9371         * progmodes/octave.el (octave-sync-function-file-names): New function.
9372         (octave-mode): Use it in before-save-hook.
9374 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9376         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9377         (bug#14274).
9379         * progmodes/octave.el (octave-smie-forward-token): Properly skip
9380         \n and comment, even if it's not an implicit ; (bug#14218).
9382 2013-04-26  Glenn Morris  <rgm@gnu.org>
9384         * subr.el (read-number): Once more use `read' rather than
9385         `string-to-number', to trap non-numeric input.  (Bug#14254)
9387 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
9389         * emacs-lisp/syntax.el (syntax-propertize-multiline):
9390         Use `syntax-multiline' text property consistently instead of
9391         `font-lock-multiline'.  (Bug#14237)
9393 2013-04-26  Glenn Morris  <rgm@gnu.org>
9395         * emacs-lisp/shadow.el (list-load-path-shadows):
9396         No longer necessary to check for duplicate simple.el, since
9397         2012-07-07 change to init_lread to not include installation lisp
9398         directories in load-path when running uninstalled.  (Bug#14270)
9400 2013-04-26  Leo Liu  <sdl.web@gmail.com>
9402         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9403         (octave-mode, inferior-octave-mode): Use setq-local.
9404         (octave-not-in-string-or-comment-p): Rename to
9405         octave-in-string-or-comment-p.
9406         (octave-in-comment-p, octave-in-string-p)
9407         (octave-in-string-or-comment-p): Replace defsubst with defun.
9409 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9411         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9413 2013-04-25  Bastien Guerry  <bzg@gnu.org>
9415         * textmodes/remember.el (remember-data-directory)
9416         (remember-directory-file-name-format): Fix custom types.
9418 2013-04-25  Leo Liu  <sdl.web@gmail.com>
9420         * progmodes/octave.el (octave-completion-at-point-function):
9421         Make use of inferior octave process.
9422         (octave-initialize-completions): Remove.
9423         (inferior-octave-completion-table): New function.
9424         (inferior-octave-completion-at-point): Use it.
9425         (octave-completion-alist): Remove.
9427 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9429         * progmodes/opascal.el: Use font-lock and syntax-propertize.
9430         (opascal-mode-syntax-table): New var.
9431         (opascal-literal-kind, opascal-is-literal-end)
9432         (opascal-literal-token-at): Rewrite.
9433         (opascal--literal-start-re, opascal-font-lock-keywords)
9434         (opascal--syntax-propertize): New constants.
9435         (opascal-font-lock-defaults): Adjust.
9436         (opascal-mode): Use them.  Set comment-<foo> variables as well.
9437         (delphi-comment-face, opascal-comment-face, delphi-string-face)
9438         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9439         (delphi-other-face, opascal-other-face): Remove face variables.
9440         (opascal-save-state): Remove macro.
9441         (opascal-fontifying-progress-step): Remove constant.
9442         (opascal--ignore-changes): Remove var.
9443         (opascal-set-token-property, opascal-parse-next-literal)
9444         (opascal-is-stable-literal, opascal-complete-literal)
9445         (opascal-is-literal-start, opascal-face-of)
9446         (opascal-parse-region, opascal-parse-region-until-stable)
9447         (opascal-fontify-region, opascal-after-change)
9448         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9449         (opascal-debug-parse-region, opascal-debug-parse-window)
9450         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9451         (opascal-debug-fontify-buffer): Remove.
9452         (opascal-debug-mode-map): Adjust accordingly.
9454 2013-04-25  Leo Liu  <sdl.web@gmail.com>
9456         Merge octave-mod.el and octave-inf.el into octave.el with some
9457         cleanups.
9458         * progmodes/octave.el: New file renamed from octave-mod.el.
9459         * progmodes/octave-inf.el: Merged into octave.el.
9460         * progmodes/octave-mod.el: Renamed to octave.el.
9462 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
9464         * textmodes/reftex-vars.el
9465         (reftex-label-ignored-macros-and-environments): New defcustom.
9467         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9469 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9471         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9472         (smie-indent-keyword): Improve the check to ensure that the next
9473         comment is really on the same line.
9474         (smie-indent-comment): Don't align with a subsequent closer (or eob).
9476         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9477         semi-colons if the line is not otherwise empty (bug#14218).
9479 2013-04-25  Glenn Morris  <rgm@gnu.org>
9481         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9483 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9485         * progmodes/opascal.el (opascal-set-token-property): Rename from
9486         opascal-set-text-properties and only set `token' (bug#14134).
9487         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9488         (opascal-literal-text-properties): Remove.
9489         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9490         Adjust callers.
9492 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
9494         * textmodes/remember.el (remember-handler-functions): Add an
9495         option for a new handler `remember-store-in-files'.
9496         (remember-data-directory, remember-directory-file-name-format):
9497         New options.
9498         (remember-store-in-files): New function to store remember notes
9499         as separate files within a directory.
9501 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
9503         * progmodes/compile.el (compilation-next-error-function):
9504         Pass "formats" to compilation-find-file (bug#11777).
9506 2013-04-24  Glenn Morris  <rgm@gnu.org>
9508         * vc/vc-bzr.el (vc-bzr-print-log):
9509         * vc/vc-hg.el (vc-hg-print-log):
9510         * vc/vc-svn.el (vc-svn-print-log):
9511         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
9513         * vc/vc-bzr.el (vc-bzr-print-log):
9514         * vc/vc-cvs.el (vc-cvs-print-log):
9515         * vc/vc-git.el (vc-git-print-log):
9516         * vc/vc-hg.el (vc-hg-print-log):
9517         * vc/vc-mtn.el (vc-mtn-print-log):
9518         * vc/vc-rcs.el (vc-rcs-print-log):
9519         * vc/vc-sccs.el (vc-sccs-print-log):
9520         * vc/vc-svn.el (vc-svn-print-log):
9521         * vc/vc.el (vc-print-log-internal): Doc fixes.
9523 2013-04-23  Glenn Morris  <rgm@gnu.org>
9525         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9526         Remove venerable code attempting to avoid substitute-command-keys.
9528 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
9530         * textmodes/reftex-vars.el (reftex-label-regexps):
9531         Call `reftex-compile-variables' after changes to this variable.
9533 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9536         Use lexical-binding.
9537         (jit-lock-force-redisplay): Use markers, check buffer's continued
9538         existence and beware narrowed buffers.
9539         (jit-lock-fontify-now): Adjust call accordingly.
9541 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9543         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9544         to avoid misleading the user.
9546 2013-04-22  Leo Liu  <sdl.web@gmail.com>
9548         * info-look.el: Prefer latex2e.info.  (Bug#14240)
9550 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
9552         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
9554         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9555         * net/tramp.el (tramp-call-process): ... here.
9556         (tramp-set-completion-function, tramp-parse-putty):
9557         * net/tramp-adb.el (tramp-adb-execute-adb-command):
9558         * net/tramp-gvfs.el (tramp-gvfs-send-command):
9559         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9560         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9561         (tramp-call-local-coding-command): Use `tramp-call-process'
9562         instead of `tramp-compat-call-process'.
9564         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9565         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9566         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9567         (tramp-find-inline-compress): Improve traces.
9568         (tramp-maybe-send-script): Check for Perl binary.
9569         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9571 2013-04-22  Daiki Ueno  <ueno@gnu.org>
9573         * epg.el (epg-context-pinentry-mode): New function.
9574         (epg-context-set-pinentry-mode): New function.
9575         (epg--start): Pass --pinentry-mode option to gpg command.
9577 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
9579         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9580         `comint-dynamic-complete' is obsolete since 24.1, replaced by
9581         `completion-at-point'.  (Bug#13774)
9583         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9584         default key binding for `describe-distribution' has been moved to
9585         `C-h C-o'.  (Bug#13970)
9587 2013-04-21  Glenn Morris  <rgm@gnu.org>
9589         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9590         Add doc strings.
9591         (vc-print-log): Clarify interactive prompt.
9593 2013-04-20  Glenn Morris  <rgm@gnu.org>
9595         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9596         No longer include timestamp etc information.
9598 2013-04-20  Roland Winkler  <winkler@gnu.org>
9600         * faces.el (read-face-name): Bug fix, return just one face if arg
9601         multiple is nil.  (Bug#14209)
9603 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9605         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9606         (remove-function): Autoload.
9608         * comint.el (comint-redirect-original-filter-function): Remove.
9609         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9610         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9611         (vc-cvs-annotate-command):
9612         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9613         * progmodes/prolog.el (prolog-consult-compile):
9614         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9615         Use add/remove-function instead.
9616         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9617         (gud-tooltip-process-output, gud-tooltip-tips):
9618         Use add/remove-function instead.
9619         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9620         (scheme-interaction-mode, exit-scheme-interaction-mode):
9621         Use add/remove-function instead.
9623         * vc/vc-dispatcher.el: Use lexical-binding.
9624         (vc--process-sentinel): Rename from vc-process-sentinel.
9625         Change last arg to be the code to run.  Don't use vc-previous-sentinel
9626         and vc-sentinel-commands any more.
9627         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
9628         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9630 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
9632         * progmodes/sh-script.el (sh-imenu-generic-expression):
9633         Handle function names with a single character.   (Bug#14111)
9635 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
9637         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9638         for subroutines defined in an eval (bug#14182).
9640 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9642         * bookmark.el (bookmark-completing-read): Improve handling of empty
9643         string (bug#14176).
9645 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9647         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9649 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9651         New faster Imenu implementation (bug#14058).
9652         * progmodes/python.el:
9653         (python-imenu-prev-index-position):
9654         (python-imenu-format-item-label-function)
9655         (python-imenu-format-parent-item-label-function)
9656         (python-imenu-format-parent-item-jump-label-function):
9657         New vars.
9658         (python-imenu-format-item-label)
9659         (python-imenu-format-parent-item-label)
9660         (python-imenu-format-parent-item-jump-label)
9661         (python-imenu--put-parent, python-imenu--build-tree)
9662         (python-imenu-create-index, python-imenu-create-flat-index)
9663         (python-util-popn): New functions.
9664         (python-mode): Set imenu-create-index-function to
9665         python-imenu-create-index.
9667 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9669         * winner.el (winner-active-region): Use region-active-p, activate-mark
9670         and deactivate-mark (bug#14225).
9672         * simple.el (deactivate-mark): Don't inline it.
9674 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
9676         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9678 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
9680         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9681         file extensions from the archive-mode entry in order to prefer
9682         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9684 2013-04-18  Leo Liu  <sdl.web@gmail.com>
9686         * bindings.el (help-event-list): Add ?\?.
9688 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9690         * subr.el (with-wrapper-hook): Declare obsolete.
9691         * simple.el (filter-buffer-substring-function): New hook.
9692         (filter-buffer-substring): Use it.
9693         (filter-buffer-substring-functions): Mark obsolete.
9694         * minibuffer.el (completion-in-region-function): New hook.
9695         (completion-in-region): Use it.
9696         (completion-in-region-functions): Mark obsolete.
9697         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9698         * abbrev.el (abbrev-expand-function): New hook.
9699         (expand-abbrev): Use it.
9700         (abbrev-expand-functions): Mark obsolete.
9701         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9702         and :filter-return.
9704 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9706         * progmodes/python.el (python-nav--syntactically): Fix cornercases
9707         and do not care about match data.
9709 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9711         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9712         completion tables when completing error conditions and
9713         `declare' arguments.
9714         (lisp-complete-symbol, field-complete): Mark as obsolete.
9715         (check-parens): Unmatched parens are user errors.
9716         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9718 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
9720         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9721         command changed buffer (ie. `flyspell-pre-buffer' is not current
9722         buffer), which prevents making decisions based on invalid value of
9723         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
9724         cause an error when `flyspell-pre-point' was nil after switching
9725         buffers.
9726         (flyspell-post-command-hook): No longer needs to change buffers when
9727         checking pre-word.  While at it remove unnecessary progn.
9729 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
9731         * textmodes/ispell.el (ispell-add-per-file-word-list):
9732         Fix `flyspell-correct-word-before-point' error when accepting
9733         words and `coment-padding' is an integer by using
9734         `comment-normalize-vars' (Bug #14214).
9736 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9738         New defun movement commands.
9739         * progmodes/python.el (python-nav--syntactically)
9740         (python-nav--forward-defun, python-nav-backward-defun)
9741         (python-nav-forward-defun): New functions.
9743 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9745         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9746         (python-syntax-context): Use named compiler-macro for backwards
9747         compatibility with Emacs 24.x.
9749 2013-04-17  Leo Liu  <sdl.web@gmail.com>
9751         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9752         octave-hide-process-buffer.
9754 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9756         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9757         (bug#14216).
9759 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
9761         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9762         Fix adjustment of offset when receiving incomplete responses from GDB
9763         (bug#14129).
9765 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9767         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9768         python-mode-abbrev-table.
9769         (python-skeleton-define): Adjust accordingly.
9770         (python-mode-abbrev-table): New table that inherits from it so that
9771         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9773         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9774         (abbrev-symbol): Use it.
9775         (abbrev--before-point): Use it since we already handle inheritance.
9777 2013-04-16  Leo Liu  <sdl.web@gmail.com>
9779         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9780         binding to info-lookup-symbol.
9782 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
9784         * minibuffer.el (completion--twq-all):
9785         * term/ns-win.el (ns-initialize-window-system):
9786         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9788 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9790         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9791         global bindings.
9793         * doc-view.el (doc-view-start-process): Handle url-handler directories.
9795 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
9797         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9798         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9799         to nil.
9800         (ruby-end-of-defun): Remove the unused arg, change the docstring
9801         to reflect that this function is only used as the value of
9802         `end-of-defun-function'.
9803         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9804         to reflect an earlier change that beginning/end-of-defun functions
9805         jump between methods in a class definition, as well as top-level
9806         functions.
9808 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9810         * minibuffer.el (minibuffer-complete): Don't just scroll
9811         a *Completions* that's been iconified.
9812         (minibuffer-force-complete): Make sure repetitions do cycle when going
9813         through completion-in-region -> minibuffer-complete.
9815 2013-04-15  Alan Mackenzie  <acm@muc.de>
9817         Correct the placement of c-cpp-delimiters when there're #s not at
9818         col 0.
9820         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9821         place a submatch around the #.
9822         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9823         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
9824         on the #, not BOL.
9826 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9828         * emacs-lisp/nadvice.el: Properly test names when adding advice.
9829         (advice--member-p): New arg `name'.
9830         (advice--add-function, advice-member-p): Use it (bug#14202).
9832 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
9834         Reformulate java imenu-generic-expression.
9835         The old expression contained ill formed regexps.
9837         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9838         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9839         (cc-imenu-java-method-arg-regexp): New defconsts.
9840         (cc-imenu-java-build-type-args-regex): New defun.
9841         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9842         handling of spaces in the regexp.
9844 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9846         * textmodes/ispell.el (ispell-command-loop): Remove
9847         flyspell highlight of a word when ispell accepts it (bug #14178).
9849 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
9851         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9852         uses code from the previous `ange-ftp-run-real-handler'.
9853         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9854         only in case that function exist.  This is needed for proper
9855         unloading of Tramp.
9857 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
9859         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9861         * textmodes/reftex.el (reftex-compile-variables): Use it.
9863 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9865         * files.el (normal-mode): Only use default major-mode if no other mode
9866         was specified.
9868         * emacs-lisp/trace.el (trace-values): New function.
9870         * files.el: Allow : in local variables (bug#14089).
9871         (hack-local-variable-regexp): New var.
9872         (hack-local-variables-prop-line, hack-local-variables): Use it.
9874 2013-04-13  Roland Winkler  <winkler@gnu.org>
9876         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
9877         data before it gets modified by bibtex-beginning-of-entry.
9879 2013-04-13  Roland Winkler  <winkler@gnu.org>
9881         * textmodes/bibtex.el (bibtex-url): Doc fix.
9883 2013-04-13  Roland Winkler  <winkler@gnu.org>
9885         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9886         does not visit a BibTeX file, exclude it from the list of buffers
9887         returned by bibtex-initialize.
9889 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
9891         * window.el (split-window): Remove interactive form, since as a
9892         command this function is a special case of split-window-below.
9893         Correct doc string.
9895 2013-04-12  Roland Winkler  <winkler@gnu.org>
9897         * faces.el (read-face-name): Do not override value of arg default.
9898         Allow single faces and strings as default values.  Remove those
9899         elements from return value that are not faces.
9900         (describe-face): Simplify.
9901         (face-at-point): New optional args thing and multiple so that this
9902         function can provide the same functionality previously provided by
9903         read-face-name.
9904         (make-face-bold, make-face-unbold, make-face-italic)
9905         (make-face-unitalic, make-face-bold-italic, invert-face)
9906         (modify-face, read-face-and-attribute): Use face-at-point.
9908         * cus-edit.el (customize-face, customize-face-other-window)
9909         * cus-theme.el (custom-theme-add-face)
9910         * face-remap.el (buffer-face-set)
9911         * facemenu.el (facemenu-set-face): Use face-at-point.
9913 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
9915         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9917 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
9919         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9920         off leading { and trailing } from field values.
9922 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9924         * emacs-lisp/timer.el (timer--check): New function.
9925         (timer--time, timer-set-function, timer-event-handler): Use it.
9926         (timer-set-idle-time): Simplify.
9927         (timer--activate): CSE.
9928         (timer-event-handler): Give more info in error message.
9929         (internal-timer-start-idle): New function, moved from C.
9931         * mpc.el (mpc-proc): Add `restart' argument.
9932         (mpc-proc-cmd): Use it.
9933         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9934         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9935         less often.
9937 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
9939         * progmodes/sh-script.el: Implement `sh-mode' own
9940         `add-log-current-defun-function' (bug#14112).
9941         (sh-current-defun-name): New function.
9942         (sh-mode): Use the function.
9944 2013-04-09  Bastien Guerry  <bzg@gnu.org>
9946         * simple.el (choose-completion-string): Fix docstring (bug#14163).
9948 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9950         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9952         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9953         timer (bug#14156).
9955 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
9957         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9958         declaration.
9960 2013-04-07  Leo Liu  <sdl.web@gmail.com>
9962         * pcmpl-x.el: New file.
9964 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
9966         Do not set x-display-name until X connection is established.
9967         This is needed to prevent from weird situation described at
9968         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9969         * frame.el (make-frame): Set x-display-name after call to
9970         window system initialization function, not before.
9971         * term/x-win.el (x-initialize-window-system): Add optional
9972         display argument and use it.
9973         * term/w32-win.el (w32-initialize-window-system):
9974         * term/ns-win.el (ns-initialize-window-system):
9975         * term/pc-win.el (msdos-initialize-window-system):
9976         Add compatible optional display argument.
9978 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
9980         * files.el (normal-backup-enable-predicate): On MS-Windows and
9981         MS-DOS compare truenames of temporary-file-directory and of the
9982         file, so that 8+3 aliases (usually found in $TEMP on Windows)
9983         don't fail comparison by compare-strings.  Also, compare file
9984         names case-insensitively on MS-Windows and MS-DOS.
9986 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9988         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9989         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9991 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
9993         * whitespace.el (whitespace-color-on, whitespace-color-off):
9994         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9996 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
9998         * ispell.el (ispell-set-spellchecker-params):
9999         Really set `ispell-args' for all equivs.
10001 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10003         * ido.el (ido-completions): Use extra elements of ido-decorations
10004         (bug#14143).
10005         (ido-decorations): Update docstring.
10007 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
10009         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10010         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
10011         nil during initialization, in order not to miss changes since the
10012         file was opened.  (Bug#14140)
10014 2013-04-05  Leo Liu  <sdl.web@gmail.com>
10016         * kmacro.el (kmacro-call-macro): Fix bug#14135.
10018 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
10020         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
10022 2013-04-04  Glenn Morris  <rgm@gnu.org>
10024         * electric.el (electric-pair-inhibit-predicate): Add :version.
10026 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10028         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
10029         when a package is required several times (bug#14082).
10031 2013-04-04  Roland Winkler  <winkler@gnu.org>
10033         * faces.el (read-face-name): Behave as promised by the docstring.
10034         Assume that arg default is a list of faces.
10035         (describe-face): Call read-face-name with list of default faces.
10037 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10039         * bookmark.el: Fix deletion of bookmarks (bug#13972).
10040         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
10041         (bookmark-bmenu-execute-deletions): Only skip first line if it's
10042         the header.
10043         (bookmark-exit-hook-internal): Save even if list is empty.
10045 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
10047         * emacs-lisp/package.el (package-pinned-packages): New var.
10048         (package--add-to-archive-contents): Obey it (bug#14118).
10050 2013-04-03  Alan Mackenzie  <acm@muc.de>
10052         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
10053         Also adapt to the new values of element 7 of a parse state.
10055         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
10056         parameter `not-in-delimiter'.  Handle being inside comment opener.
10057         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
10058         character in case we're typing a '*' after a '/'.
10059         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
10060         instead by passing the parameter to c-state-pp-to-literal.
10062         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
10063         for elt. 7 of a parse state.
10065 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
10067         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10068         * international/latin1-disp.el, international/mule-util.el:
10069         * language/cyril-util.el, language/european.el, language/ind-util.el:
10070         * language/lao-util.el, language/thai.el, language/tibet-util.el:
10071         * language/tibetan.el, language/viet-util.el:
10072         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10074 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10076         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10077         (electric-pair-post-self-insert-function): Use it.
10078         (electric-pair-default-inhibit): New function, extracted from
10079         electric-pair-post-self-insert-function.
10081 2013-03-31  Roland Winkler  <winkler@gnu.org>
10083         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10085 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10087         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10089 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
10091         Un-indent after "pass" and "return" statements (Bug#13888)
10092         * progmodes/python.el (python-indent-block-enders): New var.
10093         (python-indent-calculate-indentation): Use it.
10095 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
10097         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10098         defun.  Defining it as defalias could introduce too eager
10099         byte-compiler optimization.  (Bug#14030)
10101 2013-03-30  Chong Yidong  <cyd@gnu.org>
10103         * iswitchb.el (iswitchb-read-buffer): Fix typo.
10105 2013-03-30  Leo Liu  <sdl.web@gmail.com>
10107         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10108         (kmacro-execute-from-register): Pass the keyboard macro to
10109         kmacro-call-macro or repeating won't work correctly.
10111 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
10113         * progmodes/subword.el: Back to using `forward-symbol'.
10115         * subr.el (forward-whitespace, forward-symbol)
10116         (forward-same-syntax): Move from thingatpt.el.
10118 2013-03-29  Leo Liu  <sdl.web@gmail.com>
10120         * kmacro.el (kmacro-to-register): New command.
10121         (kmacro-execute-from-register): New function.
10122         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
10124 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10126         * mpc.el: Use defvar-local and setq-local.
10127         (mpc--proc-connect): Connection failures are not bugs.
10128         (mpc-mode-map): `follow-link' only applies to the buffer's content.
10129         (mpc-volume-map): Bind to the up-events.
10131 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10133         * progmodes/subword.el (superword-mode): Use `forward-sexp'
10134         instead of `forward-symbol'.
10136 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10138         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10139         (edebug--recursive-edit): Use it.
10140         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10141         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10143 2013-03-28  Leo Liu  <sdl.web@gmail.com>
10145         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
10147 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
10149         * facemenu.el (list-colors-callback): New defvar.
10150         (list-colors-redisplay): New function.
10151         (list-colors-display): Install list-colors-redisplay as the
10152         revert-buffer-function.  (Bug#14063)
10154 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10156         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10157         and suffixes don't overlap (bug#14061).
10159         * case-table.el: Use lexical-binding.
10160         (case-table-get-table): New function.
10161         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
10163 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10165         * progmodes/subword.el: Add `superword-mode' to do word motion
10166         over symbol_words (parallels and leverages `subword-mode' which
10167         does word motion inside MixedCaseWords).
10169 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
10171         * eshell/em-unix.el: Move su and sudo to...
10172         * eshell/em-tramp.el: ...Eshell tramp module.
10174 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10176         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10177         Change return value to be a sexp.  Delay `get-buffer' to after
10178         restoring the desktop (bug#13951).
10180 2013-03-26  Leo Liu  <sdl.web@gmail.com>
10182         * register.el: Move semantic tag handling back to
10183         cedet/semantic/senator.el.  (Bug#14052)
10185 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10187         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10188         into the prompt either (bug#13963).
10190 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10192         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10193         part of "(error-foo)".
10195 2013-03-24  Juri Linkov  <juri@jurta.org>
10197         * replace.el (list-matching-lines-prefix-face): New defcustom.
10198         (occur-1): Pass `list-matching-lines-prefix-face' to the function
10199         `occur-engine' if `face-differs-from-default-p' returns t.
10200         (occur-engine): Add `,' inside backquote construct to evaluate
10201         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
10202         Pass `prefix-face' to the functions `occur-context-lines' and
10203         `occur-engine-add-prefix'.
10204         (occur-engine-add-prefix, occur-context-lines): Add optional arg
10205         `prefix-face' and propertize the prefix with `prefix-face'.
10206         (Bug#14017)
10208 2013-03-24  Leo Liu  <sdl.web@gmail.com>
10210         * nxml/rng-valid.el (rng-validate-while-idle)
10211         (rng-validate-quick-while-idle): Guard against deleted buffer.
10212         (Bug#13999)
10214         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10215         is the last entry in kill-buffer-hook.
10217         * files.el (kill-buffer-hook): Doc fix.
10219 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
10221         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10222         Make it safe-local.
10224         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10226 2013-03-23  Leo Liu  <sdl.web@gmail.com>
10228         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10229         Remove.
10231         * nxml/rng-valid.el (rng-validate-mode)
10232         (rng-after-change-function, rng-do-some-validation):
10233         * nxml/rng-maint.el (rng-validate-buffer):
10234         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10235         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10236         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10237         (nxml-extend-after-change-region): Use with-silent-modifications.
10239         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10240         timer-idle-list.
10242         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10243         (rng-next-error-1, rng-previous-error-1): Do not let-bind
10244         timer-idle-list.  (Bug#13999)
10246 2013-03-23  Juri Linkov  <juri@jurta.org>
10248         * info.el (info-index-match): New face.
10249         (Info-index, Info-apropos-matches): Add a nested subgroup to the
10250         main pattern and add text properties with the new face to matches
10251         in index entries relative to the beginning of the index entry.
10252         (Bug#14015)
10254 2013-03-21  Eric Ludlam  <zappo@gnu.org>
10256         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10257         Inhibit read only while inserting objects.
10259 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10261         * progmodes/cfengine.el: Update docs to mention
10262         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
10263         symbol motion.  Remove "_" from the word syntax.
10265 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
10267         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10268         syntax for both `cfengine2-mode' and `cfengine3-mode'.
10270 2013-03-20  Juri Linkov  <juri@jurta.org>
10272         * info.el (Info-next-reference-or-link)
10273         (Info-prev-reference-or-link): New functions.
10274         (Info-next-reference, Info-prev-reference): Use them.
10275         (Info-try-follow-nearest-node): Handle footnote navigation.
10276         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
10278 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10280         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10281         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10283 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
10285         Suppress unnecessary non-ASCII chatter during build process.
10286         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10287         (batch-skkdic-convert): Suppress most of the chatter.
10288         It's not needed so much now that machines are faster,
10289         and its non-ASCII component was confusing; see Dmitry Gutov in
10290         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10292 2013-03-20  Leo Liu  <sdl.web@gmail.com>
10294         * ido.el (ido-chop): Fix bug#10994.
10296 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
10298         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10299         Remove vars.
10300         (whitespace-color-on, whitespace-color-off):
10301         Use `font-lock-fontify-buffer' (Bug#13817).
10303 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10305         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10306         remapping in mode-line.
10307         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10309 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
10311         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10312         value for `whitespace-line' face (Bug#13875).
10313         (whitespace-font-lock-keywords): Change description.
10314         (whitespace-color-on): Don't save `font-lock-keywords' value, save
10315         the constructed keywords instead.
10316         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10318 2013-03-19  Leo Liu  <sdl.web@gmail.com>
10320         * progmodes/compile.el (compilation-display-error): New command.
10321         (compilation-mode-map, compilation-minor-mode-map): Bind it to
10322         C-o.  (Bug#13992)
10324 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
10326         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10328 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
10330         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10332 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
10334         * net/tramp-compat.el (tramp-compat-user-error): New defun.
10336         * net/tramp-adb.el (tramp-adb-handle-shell-command):
10337         * net/tramp-gvfs.el (top):
10338         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10339         (tramp-handle-shell-command): Use it.
10340         (tramp-dissect-file-name): Raise an error when hostname is a
10341         method name, and neither method nor user is specified.
10343         * net/trampver.el: Update release number.
10345 2013-03-18  Leo Liu  <sdl.web@gmail.com>
10347         Make sure eldoc can be turned off properly.
10348         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10349         eldoc-mode.
10350         (eldoc-display-message-p): Revert last change.
10351         (eldoc-display-message-no-interference-p)
10352         (eldoc-print-current-symbol-info): Tweak.
10354 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
10356         * doc-view.el (doc-view-new-window-function): Check the new window
10357         overlay's display property instead the char property of the
10358         buffer's first char.  Use `with-selected-window' instead of
10359         `save-window-excursion' with `select-window'.
10360         (doc-view-document->bitmap): Check the current doc-view overlay's
10361         display property instead the char property of the buffer's first char.
10363 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
10365         Automate the build of ja-dic.el (Bug#13984).
10366         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10367         from the input, rather than assume that it's been done for us by the
10368         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
10369         the current date into a ja-dic.el comment, as that complicates
10370         regression testing.
10372 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10374         * whitespace.el: Fix double evaluation.
10375         (whitespace-space, whitespace-hspace, whitespace-tab)
10376         (whitespace-newline, whitespace-trailing, whitespace-line)
10377         (whitespace-space-before-tab, whitespace-indentation)
10378         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10379         obsolete defvars.
10380         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10381         (whitespace-color-on): Use a single font-lock-add-keywords call.
10382         Fix double-evaluation of face variables.
10384 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
10386         * net/tramp-adb.el (tramp-adb-parse-device-names):
10387         Use `start-process' instead of `call-process'.  Otherwise, the
10388         function might be blocked under MS Windows.  (Bug#13299)
10390 2013-03-17  Leo Liu  <sdl.web@gmail.com>
10392         Extend eldoc to display info in the mode-line.  (Bug#13978)
10393         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10394         (eldoc-mode-line-string): New variable.
10395         (eldoc-minibuffer-message): New function.
10396         (eldoc-message-function): New variable.
10397         (eldoc-message): Use it.
10398         (eldoc-display-message-p)
10399         (eldoc-display-message-no-interference-p):
10400         Support eldoc-post-insert-mode.
10402         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10403         (eval-expression): Run it.
10405 2013-03-17  Roland Winkler  <winkler@gnu.org>
10407         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10408         strings in the list of return values.
10410 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
10412         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10413         radix before checking for HMS forms.
10415 2013-03-16  Leo Liu  <sdl.web@gmail.com>
10417         * progmodes/scheme.el: Add indentation and font-locking for λ.
10418         (Bug#13975)
10420 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10422         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10423         token before point (bug#13942).
10425 2013-03-16  Leo Liu  <sdl.web@gmail.com>
10427         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
10429 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
10431         * startup.el (command-line-normalize-file-name): Fix handling of
10432         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
10433         <xfq.free@gmail.com> in
10434         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10436 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
10438         Sync with Tramp 2.2.7.
10440         * net/trampver.el: Update release number.
10442 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
10444         * doc-view.el: Fix bug#13887.
10445         (doc-view-insert-image): Don't modify overlay associated to
10446         non-live windows, and implement horizontal centering of image in
10447         case it's smaller than the window.
10448         (doc-view-new-window-function): Force redisplay of new windows on
10449         doc-view buffers.
10451 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
10453         * saveplace.el (save-place-alist-to-file): Don't sort
10454         `save-place-alist', just pretty-print it (bug#13882).
10456 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
10458         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10459         Check whether `default-file-name-coding-system' is bound.
10460         It isn't in XEmacs.
10462 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10464         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10465         backquotes for `obsolete' (bug#13929).
10467         * international/mule.el (find-auto-coding): Include file name in
10468         obsolescence warning (bug#13922).
10470 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10472         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10473         for CFEngine 3-specific indentation.
10474         (cfengine3-indent-line): Use it.  Fix up category regex.
10475         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10477 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10479         * type-break.el (type-break-file-name):
10480         * textmodes/remember.el (remember-data-file):
10481         * strokes.el (strokes-file):
10482         * shadowfile.el (shadow-initialize):
10483         * saveplace.el (save-place-file):
10484         * ps-bdf.el (bdf-cache-file):
10485         * progmodes/idlwave.el (idlwave-config-directory):
10486         * net/quickurl.el (quickurl-url-file):
10487         * international/kkc.el (kkc-init-file-name):
10488         * ido.el (ido-save-directory-list-file):
10489         * emulation/viper.el (viper-custom-file-name):
10490         * emulation/vip.el (vip-startup-file):
10491         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10492         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10494 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
10496         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10497         * language/thai-word.el: Switch to UTF-8.
10499 See ChangeLog.16 for earlier changes.
10501 ;; Local Variables:
10502 ;; coding: utf-8
10503 ;; End:
10505   Copyright (C) 2011-2013 Free Software Foundation, Inc.
10507   This file is part of GNU Emacs.
10509   GNU Emacs is free software: you can redistribute it and/or modify
10510   it under the terms of the GNU General Public License as published by
10511   the Free Software Foundation, either version 3 of the License, or
10512   (at your option) any later version.
10514   GNU Emacs is distributed in the hope that it will be useful,
10515   but WITHOUT ANY WARRANTY; without even the implied warranty of
10516   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10517   GNU General Public License for more details.
10519   You should have received a copy of the GNU General Public License
10520   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.