lisp/net/eww.el (eww-render): Don't pass arg to eww-display-image
[emacs/old-mirror.git] / lisp / ChangeLog
blob243c4df010f0ed02df06c272db871fd1d01d0db4
1 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5 2013-12-03  Juri Linkov  <juri@jurta.org>
7         * progmodes/compile.el (compilation-start): Rename window alist
8         entry `no-display-ok' to `allow-no-window'.
10         * simple.el (shell-command): Add window alist entry
11         `allow-no-window' to `display-buffer'.
12         (async-shell-command): Doc fix.
14         * window.el (display-buffer-no-window): New action function.
15         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
17 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
19         * vc/log-edit.el (log-edit-set-header): Extract from
20         `log-edit-toggle-header'.
21         (log-edit-extract-headers): Separate the summary, when extracted
22         from header, from the rest of the message with an empty line.
24         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
25         line, if present, to the Summary header.
27 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
29         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
30         in current-buffer (bug#16029).
32 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
34         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
35         (debugger-mode-map): Bind it.
36         (debugger--backtrace-base): New function.
37         (debugger-eval-expression): Use it.
38         (debugger-frame-number): Skip local vars when present.
39         (debugger--locals-visible-p, debugger--insert-locals)
40         (debugger--show-locals, debugger--hide-locals): New functions.
42 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
44         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
45         "LC_ALL".
46         (tramp-get-remote-locale): New defun.
47         (tramp-open-connection-setup-interactive-shell): Use it.
49 2013-12-02  Leo Liu  <sdl.web@gmail.com>
51         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
53         * progmodes/sh-script.el (sh-shell-process):
54         * progmodes/octave.el (inferior-octave-process-live-p):
55         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
56         (gdb-inferior-io-sentinel):
57         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
59 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
61         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
62         `save-selected-window' to `log-edit-hide-buf'.  This makes
63         `log-edit-show-files' idempotent.
64         (log-edit-show-files): Mark the new window as dedicated.
66 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
68         * vc/log-edit.el (log-edit-mode-map): Add binding for
69         `log-edit-kill-biffer'.
70         (log-edit-hide-buf): Add a FIXME comment.
71         (log-edit-add-new-comment): New function, extracted from
72         `log-edit-done'.
73         (log-edit-done, log-edit-add-to-changelog): Use it.
74         (log-edit-kill-buffer): New command.
76 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
79         instead of killing the buffer.
81 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
83         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
85 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
87         * net/eww.el (eww-form-checkbox-selected-symbol)
88         (eww-form-checkbox-symbol): New customizable variable.
89         (eww-form-checkbox, eww-toggle-checkbox):
90         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
92         * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
93         (shr--get-media-pref, shr--extract-best-source): New function.
94         (shr-tag-video, shr-tag-audio):  Use `shr--extract-best-source' when
95         no :src tag was specified.
97         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
98         (eww-render): Handle `eww-use-external-browser-for-content-type'.
99         Use \\` to match beginning of string instead of ^.
100         (eww-browse-with-external-browser): Provide optional URL parameter.
101         (eww-render): Set `eww-current-title' back to "".
103         * net/shr.el (shr-tag-video): Display content for video if no
104         poster is available.
105         (shr-tag-audio): Add support for <audio> tag.
107         * net/eww.el (eww-text-input-types): : New const.
108         (eww-process-text-input): Treat input types in
109         `eww-text-input-types' as text.
111         * net/shr.el (shr-tag-table): Fix comment typo.
113 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115         * net/eww.el (eww-follow-link): New command to avoid reloading
116         pages when we follow #target links (bug#15243).
117         (eww-quit): Special mode buffers shouldn't query before exiting.
119 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
121         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
122         forms.
124 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126         * net/eww.el (eww-restore-history): Update the window title after
127         moving in the history.
128         (eww-current-dom): New variable used to save the current DOM.
130 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
132         * vc/log-edit.el (log-edit-mode-map): Add binding for
133         `log-edit-beginning-of-line'.
134         (log-edit-setup-add-author): New user option.
135         (log-edit-beginning-of-line): New command.
136         (log-edit): Move major mode call above the contents setup so that
137         the local variable values are already applied.
138         (log-edit): Only insert "Author: " when
139         `log-edit-setup-add-author' is non-nil.
140         (log-edit): When SETUP is non-nil, position point after ": "
141         instead of point-min.
143 2013-12-01  Glenn Morris  <rgm@gnu.org>
145         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
147 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
149         * startup.el (fancy-splash-frame): On MS-Windows, trigger
150         redisplay to make sure the initial frame gets a chance to become
151         visible.  (Bug#16014)
153 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
155         Support resizing frames and windows pixelwise.
156         * cus-start.el (frame-resize-pixelwise)
157         (window-resize-pixelwise): New entries.
158         * emacs-lisp/debug.el (debug): Use window-total-height instead
159         of window-total-size.
160         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
161         * help.el (describe-bindings-internal): Call help-buffer
162         (temp-buffer-max-width): New option.
163         (resize-temp-buffer-window, help-window-setup)
164         (with-help-window): Rewrite.
165         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
166         dragging dividers.
167         * window.el (frame-char-size, window-min-pixel-height)
168         (window-safe-min-pixel-height, window-safe-min-pixel-width)
169         (window-min-pixel-width, window-safe-min-pixel-size)
170         (window-combination-p, window-safe-min-size)
171         (window-resizable-p, window--size-to-pixel)
172         (window--pixel-to-size, window--resize-apply-p): New functions.
173         (window-safe-min-height): Fix doc-string.
174         (window-size, window-min-size, window--min-size-1)
175         (window-sizable, window-sizable-p, window--min-delta-1)
176         (window-min-delta, window--max-delta-1, window-max-delta)
177         (window--resizable, window--resizable-p, window-resizable)
178         (window-full-height-p, window-full-width-p, window-at-side-p)
179         (window--in-direction-2, window-in-direction)
180         (window--resize-reset-1, window--resize-mini-window)
181         (window-resize, window-resize-no-error)
182         (window--resize-child-windows-normal)
183         (window--resize-child-windows, window--resize-siblings)
184         (window--resize-this-window, window--resize-root-window)
185         (window--resize-root-window-vertically)
186         (adjust-window-trailing-edge, enlarge-window, shrink-window)
187         (maximize-window, minimize-window, delete-window)
188         (quit-restore-window, window-split-min-size, split-window)
189         (balance-windows-2, balance-windows)
190         (balance-windows-area-adjust, balance-windows-area)
191         (window--state-get-1, window-state-get, window--state-put-1)
192         (window--state-put-2, window-state-put)
193         (display-buffer-record-window, window--display-buffer):
194         Make functions handle pixelwise sizing of windows.
195         (display-buffer--action-function-custom-type)
196         (display-buffer-fallback-action):
197         Add display-buffer-in-previous-window.
198         (display-buffer-use-some-window): Resize window to height it had
199         before.
200         (fit-window-to-buffer-horizontally): New option.
201         (fit-frame-to-buffer): Describe new values.
202         (fit-frame-to-buffer-bottom-margin): Replace with
203         fit-frame-to-buffer-margins.
204         (window--sanitize-margin): New function.
205         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
206         using window-text-pixel-size.
208 2013-11-30  Glenn Morris  <rgm@gnu.org>
210         * emacs-lisp/bytecomp.el (byte-compile-form):
211         Make the `interactive-only' warning like the `obsolete' one.
212         * comint.el (comint-run):
213         * files.el (insert-file-literally, insert-file):
214         * replace.el (replace-string, replace-regexp):
215         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
216         (goto-line, insert-buffer, next-line, previous-line):
217         Tweak `interactive-only' spec.
219         Stop keeping (most) generated cedet grammar files in the repository.
220         * Makefile.in (semantic): New.
221         (compile-main): Depend on semantic.
223 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
226         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
228         * uniquify.el (uniquify-buffer-name-style): Change default.
230         * loadup.el: Preload "uniquify".
232         * time.el (display-time-update): Update all mode lines (bug#15999).
234         * electric.el (electric-indent-mode): Enable by default.
235         * loadup.el: Preload "electric".
237 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
239         * emacs-lisp/helpers.el (string-empty-p): New function.
240         (string-blank-p): New function.
242 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
244         * imenu.el (imenu--index-alist): Add missing dot to the docstring
245         (Bug#14029).
247 2013-11-29  Andreas Politz  <politza@fh-trier.de>
248         * imenu.el (imenu--subalist-p): Don't error on non-conses and
249         allow non-lambda lists as functions.
250         (imenu--in-alist): Don't recurse into non-subalists.
251         (imenu): Don't pass function itself as an argument (Bug#14029).
253 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
255         * progmodes/python.el (python-mode-map): Remove binding for ":".
256         (python-indent-electric-colon): Remove command.
257         (python-indent-post-self-insert-function): Integrate the previous code
258         of python-indent-electric-colon.  Make it conditional on
259         electric-indent-mode.
260         (python-mode): Add ?: to electric-indent-chars.
261         Move python-indent-post-self-insert-function to the end of
262         post-self-insert-hook.
264 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
266         * doc-view.el (doc-view-goto-page): Update mode-line.
268         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
270 2013-11-27  Glenn Morris  <rgm@gnu.org>
272         * international/charprop.el, international/uni-bidi.el:
273         * international/uni-category.el, international/uni-combining.el:
274         * international/uni-comment.el, international/uni-decimal.el:
275         * international/uni-decomposition.el, international/uni-digit.el:
276         * international/uni-lowercase.el, international/uni-mirrored.el:
277         * international/uni-name.el, international/uni-numeric.el:
278         * international/uni-old-name.el, international/uni-titlecase.el:
279         * international/uni-uppercase.el:
280         Remove generated files from VCS repository.
282 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
284         * filenotify.el (file-notify-add-watch): Don't special-case
285         w32notify when computing the directory to watch.
287 2013-11-27  Glenn Morris  <rgm@gnu.org>
289         Make bootstrap without generated uni-*.el files possible again.
290         * loadup.el: Update command-line-args checking for unidata-gen.
291         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
292         * composite.el, international/characters.el:
293         Handle unicode tables being undefined.
295         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
296         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
297         (compile-main): Depend on leim rule.
298         (leim): New rule.
299         * loadup.el: Move leim-list.el to leim/ subdirectory.
300         * startup.el (normal-top-level): No more leim directory.
301         * international/ja-dic-cnv.el (skkdic-convert):
302         Disable version-control and autoloads in output files.
303         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
304         Disable version-control and autoloads in output files.
305         * leim/quail: Move here from ../leim.
306         * leim/quail/hangul.el (hangul-input-method-activate):
307         Add autoload cookie.
308         (generated-autoload-load-name): Set file-local value.
309         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
310         (generated-autoload-load-name): Set file-local value.
312 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>  (tiny change)
314         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
315         (eww-add-bookmark): ask confirmation when add to bookmarks
316         (eww-quit): ask confirmation before quitting eww
318 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
320         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
321         reading output from Diff on MS-Windows and MS-DOS.
323 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
325         * emacs-lisp/helpers.el (string-reverse): New function.
327 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
329         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
330         names on MS Windows, like "/[::1]:".
332         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
333         SWITCHES.
335 2013-11-26  Glenn Morris  <rgm@gnu.org>
337         * progmodes/python.el (python-indent-guess-indent-offset):
338         Avoid corner-case error.  (Bug#15975)
340         Preload leim-list.el.  (Bug#4789)
341         * loadup.el: Load leim-list.el when found.
342         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
344 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
346         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
348         * emacs-lisp/helpers.el (string-join): New function.
350 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
352         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
353         Mark as obsolete and replace it with a symbol property.
354         (byte-compile-form): Use new 'interactive-only property.
355         * comint.el, files.el, replace.el, simple.el:
356         Apply new 'interactive-only properly.
358 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
360         * window.el (display-buffer-at-bottom): Make sure that
361         split-window-sensibly creates the new window on bottom
362         (Bug#15961).
364 2013-11-23  David Kastrup  <dak@gnu.org>
366         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
367         on the conflict markers when available.
368         (smerge--get-marker): New function.
369         (smerge-end-re, smerge-base-re): Add subgroup.
371 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
373         * frame.el (handle-focus-in, handle-focus-out): Add missing
374         interactive spec.
376 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
378         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
379         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
381 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
383         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
384         (gomoku--last-pos): New var.
385         (gomoku--intangible-chars): New const.
386         (gomoku--intangible): New function.
387         (gomoku-mode): Use it.  Derive from special-mode.
388         (gomoku-move-up): Adjust line count.
389         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
390         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
391         Simplify accordingly.
393         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
394         Remove blink-cursor code.
395         (blink-cursor-timer-function, blink-cursor-suspend):
396         Don't special-case GUIs.
397         (blink-cursor-mode): Use focus-in/out-hook.
399 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
401         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
402         work when annotation is invisible (Bug#13886).
404 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
406         * json.el (json-alist-p): Only return non-nil if the alist has
407         simple keys (Bug#13518).
409 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
411         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
412         when control-statement is the first statement in a buffer (Bug#15956).
414 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
416         * imenu.el (imenu-generic-skip-comments-and-strings):
417         New option (Bug#15560).
418         (imenu--generic-function): Use it.
420 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
422         * minibuffer.el (completion--in-region-1): Scroll the correct
423         window. (Bug#13898)
425 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
427         * emacs-lisp/helpers.el: Add some string helpers.
428         (string-trim-left): Removes leading whitespace.
429         (string-trim-right): Removes trailing whitespace.
430         (string-trim): Removes leading and trailing whitespace.
432         * subr.el (string-suffix-p): New function.
434 2013-11-23  Glenn Morris  <rgm@gnu.org>
436         * progmodes/python.el (python-shell-send-file):
437         Add option to delete file when done.  (Bug#15647)
438         (python-shell-send-string, python-shell-send-region): Use it.
440 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
442         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
443         to set buffer-read-only to t, never to nil.  (Bug#15938)
445         * textmodes/tex-mode.el (latex-noindent-environments):
446         Add safe-local-variable property.  (Bug#15936)
448 2013-11-23  Glenn Morris  <rgm@gnu.org>
450         * textmodes/enriched.el (enriched-mode): Doc fix.
451         * emacs-lisp/authors.el (authors-renamed-files-alist):
452         Add enriched.doc -> enriched.txt.
454         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
456 2013-11-22  Leo Liu  <sdl.web@gmail.com>
458         * progmodes/octave.el (inferior-octave-startup): Spit out error
459         message.
461 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
463         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
464         Improve docstring.
465         Add :version.
466         (ruby-encoding-magic-comment-style): Add :version.
468 2013-11-22  Leo Liu  <sdl.web@gmail.com>
470         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
471         (Bug#15076)
472         (octave-help-mode): Adapt to change to help-mode-finish to use
473         derived-mode-p on 2013-09-17.
474         (inferior-octave-prompt): Also match octave-gui.
475         (octave-kill-process): Don't ask twice.  (Bug#10564)
477 2013-11-22  Leo Liu  <sdl.web@gmail.com>
479         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
480         (inferior-octave-startup, inferior-octave-check-process)
481         (inferior-octave-track-window-width-change)
482         (octave-completion-at-point, octave-eldoc-function): Use it.
483         (octave-kill-process): Provide confirmation.  (Bug#10564)
485 2013-11-21  Leo Liu  <sdl.web@gmail.com>
487         * progmodes/octave.el (octave-mode, inferior-octave-mode):
488         Fix obsolete variable comment-use-global-state.
490 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
492         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
493         Add `octave-source-file'.
494         (octave-source-file): New function.  (Bug#15935)
496 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>  (tiny change)
498         * net/eww.el (eww-local-regex): New variable.
499         (eww): Use it to detect localhost and similar.
501 2013-11-21  Leo Liu  <sdl.web@gmail.com>
503         Add completion for command `ag'.
504         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
505         (pcomplete/ag): New function.
506         (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
508 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
510         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
511         (bug#14646).
512         (make-obsolete): Remove interactive spec.
514 2013-11-21  Glenn Morris  <rgm@gnu.org>
516         * startup.el (command-line-1): Use path-separator with -L.
518 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
520         * emacs-lisp/package.el (describe-package-1): Add package archive
521         to shown fields.
523 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
525         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
526         Change default to "# encoding: %s" to differentiate it from the
527         default Ruby encoding comment template.
529 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
531         * ses.el (ses-mode): Doc fix.  (Bug#14748)
533 2013-11-20  Leo Liu  <sdl.web@gmail.com>
535         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
537 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
539         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
540         when rebase or bisect are in progress.
542 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
544         * filenotify.el (file-notify-add-watch): Doc fix.
546 2013-11-19  Leo Liu  <sdl.web@gmail.com>
548         * obsolete/rcompile.el: Mark obsolete.
550         * progmodes/compile.el (compilation-start)
551         (compilation-goto-locus, compilation-find-file):
552         Pass no-display-ok and handle nil value from display-buffer.
553         (Bug#13594)
555         * window.el (display-buffer-alist, display-buffer): Document the
556         new parameter no-display-ok.  Return either a window or nil
557         but never a non-window value.
559 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
561         * electric.el (electric-indent-mode-map): Remove.
562         (electric-indent-mode): Change the global-map instead (bug#15915).
564         * textmodes/text-mode.el (paragraph-indent-minor-mode):
565         Use add-function.
567 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
569         * emacs-lisp/nadvice.el (remove-function): Align with
570         add-function's behavior.
572         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
573         (gdb--string-regexp): New constant.
574         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
575         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
576         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
577         submatch 1.
578         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
579         Adjust use accordingly.
580         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
582 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
584         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
585         interpolation curlies (Bug#15914).
587 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
589         * calc/calc.el (calc-context-sensitive-enter): New variable.
590         (calc-enter): Use `calc-context-sensitive-enter'.
592 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
594         * progmodes/cfengine.el: Version bump.
595         (cfengine-cf-promises): New defcustom to locate cf-promises.
596         (cfengine3-vartypes): Add new "data" type.
597         (cfengine3--current-word): New function to get current name-like
598         word or its bounds.
599         (cfengine3--current-function): New function to look up a CFEngine
600         function's definition.
601         (cfengine3-format-function-docstring): New function.
602         (cfengine3-make-syntax-cache): New function.
603         (cfengine3-documentation-function): New function: ElDoc glue.
604         (cfengine3-completion-function): New function: completion glue.
605         (cfengine3-mode): Set `compile-command',
606         `eldoc-documentation-function', and add to
607         `completion-at-point-functions'.
609 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
611         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
612         `tramp-current-connection'.
614 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
616         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
617         nil/self/true/false with "end of symbol".
619 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
621         * subr.el (version-regexp-alist): Fix a typo.
623 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
625         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
626         "en_US.utf8" and "LC_CTYPE" to "".
627         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
628         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
630 2013-11-15  Leo Liu  <sdl.web@gmail.com>
632         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
634 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
636         * progmodes/gud.el (ctl-x-map):
637         Remove C-x SPC binding.  (Bug#12342)
638         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
640 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
642         * subr.el (version-regexp-alist):
643         Recognize hg, svn and darcs versions as snapshot versions.
645         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
646         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
647         (ruby--encoding-comment-required-p): Extract from
648         `ruby-mode-set-encoding'.
649         (ruby-mode-set-encoding): Add the ability to always insert an
650         utf-8 encoding comment.  Fix and simplify coding comment update
651         logic.
653 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
655         * net/tramp-gvfs.el (top): Run init code only when
656         `tramp-gvfs-enabled' is not nil.
657         (tramp-gvfs-enabled): Check also :system bus.
659 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
661         Sync with upstream verilog-mode revision 78e66ba.
662         * progmodes/verilog-mode.el (verilog-end-of-defun)
663         (verilog-type-completion, verilog-get-list): Remove unused funcs.
664         (verilog-get-end-of-defun): Remove unused argument.
665         (verilog-comment-depth): Remove unused local `e'.
666         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
667         Don't pass arg to verilog-get-end-of-defun.
669 2013-11-14  Glenn Morris  <rgm@gnu.org>
671         * obsolete/assoc.el (aget): Prefix dynamic variable.
673         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
675 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
677         * widget.el, hfy-cmap.el: Remove bogus package version number.
679 2013-11-13  Glenn Morris  <rgm@gnu.org>
681         * replace.el (replace-eval-replacement):
682         Try to give more helpful error message.  (Bug#15836)
684         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
685         (archive-7z-update): Avoid custom type mismatches.
687         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
689 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
691         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
692         address can be empty.
694         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
695         Accept nil SWITCHES.
696         (tramp-gvfs-handle-write-region): Implement APPEND.
698 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
700         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
701         binary "|" operator and closing block args delimiter.
702         Remove FIXME comment referring to Ruby 1.8-only syntax.
703         (ruby-smie--implicit-semi-p): Not after "|" operator.
704         (ruby-smie--closing-pipe-p): New function.
705         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
706         (ruby-smie-rules): Indent after "|".
708 2013-11-12  Glenn Morris  <rgm@gnu.org>
710         * ps-print.el (ps-face-attribute-list):
711         Handle anonymous faces.  (Bug#15827)
713 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
715         * window.el (display-buffer-other-frame): Fix doc-string.
716         (Bug#15868)
718 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
720         * subr.el (force-mode-line-update): Delete, move to buffer.c.
722 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
724         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
725         (tramp-sh-handle-file-local-copy): Don't write a message when
726         saving temporary files.
728         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
729         both directories are remote.
730         (tramp-smb-handle-directory-files): Do not return double entries.
731         Do not expand full file names.
732         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
733         (tramp-smb-handle-write-region): Implement APPEND.
734         (tramp-smb-get-stat-capability): Fix a stupid bug.
736 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
738         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
740 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
742         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
743         throwing error over malformed let/let* (bug#15814).
745 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
747         * iswitchb.el (iswitchb-mode): Mark obsolete.
749 2013-11-11  Glenn Morris  <rgm@gnu.org>
751         * international/uni-bidi.el, international/uni-category.el:
752         * international/uni-name.el, international/uni-numeric.el:
753         Regenerate for Unicode 6.3.0.
755 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
757         * net/tramp.el (tramp-methods):
758         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
759         2013-10-29 (r114834).
761 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
763         * progmodes/sh-script.el (sh-font-lock-keywords-var):
764         Force highlighting text after Summary keyword in doc face for rpm.
766 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
768         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
769         available and the word has no wildcards, append one to the grep pattern.
770         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
771         (ispell-complete-word): Call `ispell-lookup-words' with the value
772         independent of `ispell-look-p'.
774 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
776         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
777         Not after "||".
778         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
779         their parent.
781 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
783         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
784         (ruby-font-lock-keywords): Use backquote.
786 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
788         * progmodes/ruby-mode.el (ruby-smie--forward-token)
789         (ruby-smie--backward-token): Only consider full-string matches.
791 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
793         * faces.el (describe-face): Add distant-foreground.
795 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
797         * progmodes/ruby-mode.el: Improve encoding comment handling.
798         (ruby-encoding-magic-comment-style): New option.
799         (ruby-custom-encoding-magic-comment-template): New option.
800         (ruby--insert-coding-comment, ruby--detect-encoding):
801         New functions extracted from `ruby-mode-set-encoding'.
802         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
803         to control the style of the auto-inserted encoding comment.
805 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
807         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
808         Use `smie-backward-sexp' with token argument.
810 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
812         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
813         Remove instrumentation code.
815 2013-11-08  Glenn Morris  <rgm@gnu.org>
817         * progmodes/autoconf.el (autoconf-mode):
818         Tweak comment-start-skip.  (Bug#15822)
820 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
822         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
823         at bobp (bug#15826).
824         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
826 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
828         * man.el (Man-start-calling): New macro, extracted from
829         Man-getpage-in-background.
830         (Man-getpage-in-background): Use it.
831         (Man-update-manpage): New command.
832         (Man-mode-map): Bind it.
834 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
836         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
837         of "and", "or", "&&" and "||".
838         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
839         argument.  Prohibit opening curly brace because it could only be a
840         block opener in that position.
841         (ruby-smie--forward-token, ruby-smie--backward-token):
842         Separate "|" from "&" or "*" going after it.  That can happen in block
843         arguments.
844         (ruby-smie--indent-to-stmt): New function, seeks the end of
845         previous statement or beginning of buffer.
846         (ruby-smie-rules): Use it.
847         (ruby-smie-rules): Check if there's a ":" before a curly block
848         opener candidate; if there is, it's a hash.
850 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
852         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
853         (cl--block-wrapper): Fix last accidental change.
855 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
857         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
858         Instrument, in order to hunt failure on hydra.
860 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
862         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
863         malformed bindings form (bug#15814).
865 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
867         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
868         "." compared to " @ ".  This incidentally fixes some indentation
869         examples with "do".
870         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
871         (ruby-smie-grammar): New tokens: "and" and "or".
872         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
873         Exclude "and" and "or".  Remove "do" in order to work around token
874         priorities.
875         (ruby-smie-rules): Add all infix tokens.  Handle the case of
876         beginning-of-buffer.
878 2013-11-06  Glenn Morris  <rgm@gnu.org>
880         * Makefile.in (setwins_almost, setwins_for_subdirs):
881         Avoid accidental matches.
883 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
885         * menu-bar.el (popup-menu): Use key-binding.
887 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
889         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
890         menus, support also the menus produced by minor modes.
891         (Bug#15817)
893 2013-11-06  Leo Liu  <sdl.web@gmail.com>
895         * thingatpt.el (thing-at-point-looking-at): Add optional arg
896         DISTANCE to bound the search. All uses changed.  (Bug#15808)
898 2013-11-06  Glenn Morris  <rgm@gnu.org>
900         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
901         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
902         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
904 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * electric.el (electric-indent-just-newline): New command.
907         (electric-indent-mode-map): New keymap.
908         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
909         Re-add :group which weren't redundant.
911         * electric.el (electric-indent-local-mode): New minor mode.
912         (electric-indent-functions-without-reindent): New var.
913         (electric-indent-post-self-insert-function): Use it.
914         * emacs-lisp/gv.el (buffer-local-value): Add setter.
916 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
918         * international/quail.el (quail-help): Be more explicit about the
919         meaning of the labels shown on the keys.  (Bug#15800)
921         * startup.el (normal-top-level): Load the subdirs.el files before
922         setting the locale environment.  (Bug#15805)
924 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
927         via arguments so as to get the right ones (bug#15418).
929         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
931 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
933         Fix problems found while writing a test suite.
935         * net/tramp-compat.el (tramp-compat-load): New defun.
936         * net/tramp.el (tramp-handle-load): Use it.
938         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
939         "(numberp ok-if-already-exists)" correctly.
941 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
943         * international/characters.el (glyphless-char-display-control):
944         Add usage note.
946 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
948         * progmodes/python.el (python-mode):
949         * progmodes/scheme.el (scheme-mode):
950         * progmodes/prolog.el (prolog-mode):
951         * progmodes/ruby-mode.el (ruby-mode):
952         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
953         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
955 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
957         * rect.el (rectangle--highlight-for-redisplay):
958         * emacs-lisp/smie.el (smie--next-indent-change):
959         Use buffer-chars-modified-tick.
961         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
963         * electric.el (electric-indent-post-self-insert-function):
964         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
966 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
968         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
970 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
972         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
973         (bug#15786).
975 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
977         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
979         * progmodes/python.el: Fix up last change.
980         (python-shell--save-temp-file): New function.
981         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
982         `string' comes from the current buffer.
983         (python-shell-send-string-no-output): Remove `msg' arg.
984         (python--use-fake-loc): New var.
985         (python-shell-buffer-substring): Obey it.  Try to compensate for the
986         extra coding line added by python-shell--save-temp-file.
987         (python-shell-send-region): Use python-shell--save-temp-file and
988         python-shell-send-file directly.  Add `nomain' argument.
989         (python-shell-send-buffer): Use python-shell-send-region.
990         (python-electric-pair-string-delimiter): New function.
991         (python-mode): Use it.
993 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
995         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
996         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
997         environment and decoding all of the default-directory's to here
998         from command-line.
999         (command-line): Decode also argv[0].
1001         * loadup.el: Error out if default-directory is a multibyte string
1002         when we are dumping.
1004         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
1006 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
1008         * emacs-lisp/package.el (package-menu-mode)
1009         (package-menu--print-info, package-menu--archive-predicate):
1010         Add Archive column to package list.
1012 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
1014         Fix problems found while writing a test suite.
1016         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1017         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1018         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1019         to nil when running original file name handler.  Otherwise,
1020         there are problems with constructs like "$$FOO".
1022         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1023         for `localname'.
1025 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
1027         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1029         * subr.el (version<, version<=, version=):
1030         Update docstrings with information for snapshot versions.
1032         * helpers.el: New library for misc helper functions.
1033         (hash-table-keys): New function returning a list of hash keys.
1034         (hash-table-values): New function returning a list of hash values.
1036 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
1038         * progmodes/ruby-mode.el (ruby-smie--forward-token)
1039         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1041 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
1043         * textmodes/fill.el (fill-single-char-nobreak-p): New function
1044         checking whether point is after a 1-letter word.
1046 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1048         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1049         Don't infloop when expanding region over `multiline' syntax-type that
1050         begins a line (bug#15778).
1052 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1054         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1055         Make it into a proper minor mode.
1056         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1057         (rectangle-mark-mode-map): New keymap.
1058         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1060 2013-11-04  Glenn Morris  <rgm@gnu.org>
1062         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1064 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1067         (ruby-smie-rules): Use smie-rule-parent instead.
1069         * emacs-lisp/smie.el (smie-rule-parent): Always call
1070         smie-indent-virtual rather than only for hanging tokens.
1071         (smie--next-indent-change): New helper command.
1073 2013-11-03  Glenn Morris  <rgm@gnu.org>
1075         * Makefile.in (abs_srcdir): Remove.
1076         (emacs): Unset EMACSLOADPATH.
1078 2013-11-02  Glenn Morris  <rgm@gnu.org>
1080         * Makefile.in (EMACS): Use a relative filename.
1081         (abs_top_builddir): Remove.
1082         (custom-deps, finder-data, autoloads): Use --chdir.
1084         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1086         Use relative filenames in TAGS files.
1087         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1088         (lisptagsfiles4, TAGS): Use relative file names.
1089         (TAGS-LISP): Remove.
1090         (maintainer-clean): No more TAGS-LISP file.
1092         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1093         (lisptagsfiles4): Use absolute filenames again.
1094         (TAGS, TAGS-LISP): Not everything needs to run in one line.
1095         Remove all *loaddefs files, not just the first.  Remove esh-groups.
1096         (maintainer-clean): Delete TAGS, TAGS-LISP.
1098 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1100         * emacs-lisp/package.el (package-version-join):
1101         Recognize snapshot versions.
1103 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1105         * subr.el (version-regexp-alist): Add support for snapshot versions.
1107 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
1109         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1110         New function, replacement for `smie-rule-parent' for when we want to
1111         skip over our direct parent if it's an assignment token..
1112         (ruby-smie-rules): Use it.
1114 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
1116         * progmodes/ruby-mode.el Use `syntax-propertize-function'
1117         unconditionally.  Remove now unnecessary forward declarations.
1118         Remove XEmacs-specific setup.
1119         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1120         (ruby-font-lock-syntactic-keywords)
1121         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1122         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1123         (ruby-here-doc-end-syntax): Remove.
1124         (ruby-mode): Don't check whether `syntax-propertize-rules' is
1125         defined as function.
1127 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1129         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1131 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
1133         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1134         table and abbrev table, `define-derived-mode' does that for us
1135         anyway.
1137 2013-11-01  Glenn Morris  <rgm@gnu.org>
1139         * Makefile.in: Remove manual mh-e dependencies (writing .elc
1140         files is atomic for some time, so no parallel compilation issues).
1142 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1144         * faces.el (face-x-resources): Add :distant-foreground.
1145         (region): Use :distant-foreground for gtk and ns.
1147 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
1149         Allow multiple bibliographies when BibLaTeX is used rather than
1150         BibTeX.
1151         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1152         (reftex-locate-bibliography-files): Us it.
1154 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
1156         * image.el (image-type-header-regexps): Fix the 'pbm' part to
1157         allow comments in pbm files.
1159         * term/w32-win.el (dynamic-library-alist): Support newer versions
1160         of libjpeg starting with v7: look only for the DLL from the
1161         version against which Emacs was built.
1162         Support versions of libpng beyond 1.4.x.
1163         Support libtiff v4.x.
1165 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
1167         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1168         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1169         Add property :safe.
1170         (ruby-deep-arglist): Add property :type.
1172 2013-10-31  Glenn Morris  <rgm@gnu.org>
1174         * Makefile.in (custom-deps, finder-data): No need to setq the target
1175         variables, we are in the right directory and the defaults work fine.
1177 2013-10-30  Glenn Morris  <rgm@gnu.org>
1179         * Makefile.in (autoloads): Do not use abs_lisp.
1181         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1182         `newline' does not respect `standard-output', so use `princ'.
1184 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
1186         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
1187         * buff-menu.el (Buffer-menu--unmark): New function.
1188         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1190 2013-10-30  Glenn Morris  <rgm@gnu.org>
1192         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1194         * emacs-lisp/package.el (lm-homepage): Declare.
1196         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1197         Fix doc typos.
1199         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1201         * Makefile.in (finder-data, autoloads, update-subdirs)
1202         (compile-main, compile-clean, compile-always, bootstrap-clean):
1203         Check return value of cd.
1204         (compile-calc): Remove.
1206 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1208         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1210         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1211         (byte-compile-and-folded): New function.
1212         (=, <, >, <=, >=): Use it.
1214         * dos-w32.el (minibuffer-history-case-insensitive-variables)
1215         (path-separator, null-device, buffer-file-coding-system)
1216         (lpr-headers-switches): Check system-type before modifying them.
1217         (find-buffer-file-type-coding-system): Mark obsolete.
1218         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1219         find-file-not-found-set-buffer-file-coding-system.
1220         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1221         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1222         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1223         (w32-direct-print-region-helper, w32-direct-print-region-function)
1224         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1225         * startup.el (normal-top-level-add-subdirs-to-load-path):
1226         * ps-print.el (ps-print-region-function):
1227         * lpr.el (print-region-function): Use new name.
1229         * subr.el (custom-declare-variable-early): Remove function.
1230         (custom-declare-variable-list): Remove var.
1231         (error, user-error): Remove `while' loop.
1232         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1233         (user-emacs-directory-warning, locate-user-emacs-file):
1234         Move to files.el.
1235         * simple.el (read-quoted-char-radix, read-quoted-char):
1236         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1237         Move from subr.el.
1238         * custom.el (custom-declare-variable-list): Don't process
1239         custom-declare-variable-list.
1241         * progmodes/python.el (python-shell-get-buffer): New function.
1242         (python-shell-get-process): Use it.
1243         (python-shell-send-string): Always use utf-8 and add a cookie to tell
1244         Python which encoding was used.  Don't split-string since we only care
1245         about the first line.  Return the temp-file, if applicable.
1246         (python-shell-send-region): Tell compile.el how to turn locations in
1247         the temp-file into locations in the source buffer.
1249 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1251         * subr.el (undefined): Add missing behavior from the C code for
1252         unbound keys.
1254         * rect.el: Use lexical-binding.  Add new rectangular region support.
1255         (rectangle-mark): New command.
1256         (rectangle--region): New var.
1257         (deactivate-mark-hook): Reset rectangle--region.
1258         (rectangle--extract-region, rectangle--insert-for-yank)
1259         (rectangle--highlight-for-redisplay)
1260         (rectangle--unhighlight-for-redisplay): New functions.
1261         (region-extract-function, redisplay-unhighlight-region-function)
1262         (redisplay-highlight-region-function): Use them to handle
1263         rectangular region.
1264         * simple.el (region-extract-function): New var.
1265         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1266         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1267         (kill-region): Replace obsolete `yank-handler' arg with `region'.
1268         (copy-region-as-kill, kill-ring-save): Add `region' argument.
1269         (redisplay-unhighlight-region-function)
1270         (redisplay-highlight-region-function): New vars.
1271         (redisplay--update-region-highlight): New function.
1272         (pre-redisplay-function): Use it.
1273         (exchange-point-and-mark): Don't deactivate the mark before
1274         reactivate-it anyway.
1275         * comint.el (comint-kill-region): Remove yank-handler argument.
1276         * delsel.el (delete-backward-char, backward-delete-char-untabify)
1277         (delete-char): Remove property, since it's now part of their
1278         default behavior.
1279         (self-insert-iso): Remove property since this command doesn't exist.
1281         * emacs-lisp/package.el (package--download-one-archive)
1282         (describe-package-1): Don't query the user about final newline.
1284 2013-10-29  Daniel Colascione  <dancol@dancol.org>
1286         * net/tramp.el (tramp-methods): Document new functionality.
1287         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1288         tramp-hostname-checker if method provides one instead of scanning
1289         argument list for "%h" to decide hostname acceptability.
1291 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
1293         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1294         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1295         Handle COPY-CONTENTS.  (Bug#15737)
1297 2013-10-28  Daiki Ueno  <ueno@gnu.org>
1299         * epa-file.el
1300         (epa-file-cache-passphrase-for-symmetric-encryption):
1301         Document that this option has no effect with GnuPG 2.0 (bug#15552).
1303 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
1305         * image.el (defimage):
1306         (image-load-path): Doc fixes.
1308 2013-10-27  Alan Mackenzie  <acm@muc.de>
1310         Indent statements in macros following "##" correctly.
1311         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1312         Modify the "#" arm of a cond form to handle "#" and "##" operators.
1314 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1316         * linum.el (linum-update-window): Fix boundary test (bug#13446).
1318 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
1320         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1321         after `=' is probably a new expression.
1323 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1325         * man.el (man-imenu-title): New option.
1326         (Man-mode-map): Add menu.  (Bug#15722)
1327         (Man-mode): Add imenu to menu.
1329 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1331         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1332         specific in what the first arg can be: a non-keyword word,
1333         string/regexp/percent literal opener, opening paren, or unary
1334         operator followed directly by word.
1336 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1338         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1339         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1340         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1341         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1342         Remove vars, they do not apply any more.
1343         (prolog-mode-abbrev-table): Remove redundant declaration.
1344         (prolog-upper-case-string, prolog-lower-case-string): Remove.
1345         (prolog-use-smie): Remove.
1346         (prolog-smie-rules): Add indentation rule for the if-then-else layout
1347         supported by prolog-electric-if-then-else-flag.
1348         (prolog-mode-variables, prolog-menu): Use setq-local.
1349         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1350         Remove binding to `Backspace' since this key doesn't exist anyway.
1351         Remove bindings for electric self-inserting keys.
1352         (prog-mode): Assume it's defined.
1353         (prolog-post-self-insert): New function.
1354         (prolog-mode): Use it.
1355         (prolog-indent-line, prolog-indent-level)
1356         (prolog-find-indent-of-matching-paren)
1357         (prolog-indentation-level-of-line, prolog-goto-comment-column)
1358         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1359         (prolog-goto-next-paren, prolog-in-string-or-comment)
1360         (prolog-tokenize, prolog-inside-mline-comment)
1361         (prolog-find-start-of-mline-comment): Remove functions.
1362         (prolog-find-unmatched-paren, prolog-clause-end)
1363         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1364         (prolog-electric--if-then-else): Rename from
1365         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1366         (prolog-tokenize-searchkey): Remove const.
1367         (prolog-clause-info): Use forward-sexp.
1368         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1369         (prolog-electric-if-then-else): Remove commands.
1370         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1371         for use in post-self-insert-hook.
1372         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1373         for use in post-self-insert-hook.
1374         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1375         for use in post-self-insert-hook.
1376         (prolog-electric--underscore): Rename from prolog-electric--underscore;
1377         adapt it for use in post-self-insert-hook.
1379 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
1381         * emacs-lisp/ert.el (ert-run-tests-interactively):
1382         Use `completing-read'.  (Bug#9756)
1384 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
1386         * simple.el (line-move): Call line-move-1 instead of
1387         line-move-visual when the current window hscroll is zero, but
1388         temporary-goal-column indicates we will need to hscroll as result
1389         of the movement.  (Bug#15712)
1391 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
1393         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1394         capitalization.  Use :visible instead of :active.
1395         Fix `ruby-indent-exp' reference.  Add menu items for the generic
1396         commands that are used with SMIE.
1397         (ruby-do-end-to-brace): Insert space after `{'.
1399 2013-10-25  John Anthony  <john@jo.hnanthony.com>
1401         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
1403         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
1405 2013-10-25  Glenn Morris  <rgm@gnu.org>
1407         * vc/vc.el (vc-print-log): Don't use a working revision unless
1408         one was explicitly specified.  (Bug#15322)
1410 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1412         * subr.el (add-to-list): Preserve return value in compiler-macro
1413         (bug#15692).
1415 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1417         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1418         result.  Ask user to retry using '-all' flag.  (Bug#15701)
1420 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1422         * emacs-lisp/smie.el: New smie-config system.
1423         (smie-config): New defcustom.
1424         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1425         (smie-config-guess, smie-config-save): New commands.
1426         (smie-config--mode-local, smie-config--buffer-local)
1427         (smie-config--trace, smie-config--modefuns): New vars.
1428         (smie-config--advice, smie-config--mode-hook)
1429         (smie-config--setter, smie-config-local, smie-config--get-trace)
1430         (smie-config--guess-value, smie-config--guess): New functions.
1431         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1432         text properties.  Treat "string fence" syntax like string syntax.
1434         * progmodes/sh-script.el (sh-use-smie): Change default.
1435         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1436         (sh-var-value): Simplify by CSE.
1437         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1438         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1439         is used.
1440         (sh-guess-basic-offset): Use cl-incf.
1441         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1443 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
1445         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1446         (bug#15699).
1448 2013-10-24  Glenn Morris  <rgm@gnu.org>
1450         * Makefile.in (abs_top_srcdir): Remove.
1451         (update-subdirs): Use relative path to update-subdirs.
1453 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
1455         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1456         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1457         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1458         Call unmsys--file-name before expand-file-name, not after it.
1460 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1462         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1463         (ert-test-skipped): New error.
1464         (ert-skip, ert-stats-skipped): New defuns.
1465         (ert--skip-unless): New macro.
1466         (ert-test-skipped): New struct.
1467         (ert--run-test-debugger, ert-test-result-type-p)
1468         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1469         (ert--stats-set-test-and-result, ert-char-for-test-result)
1470         (ert-string-for-test-result, ert-run-tests-batch)
1471         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1472         Handle skipped tests.  (Bug#9803)
1474 2013-10-24  Glenn Morris  <rgm@gnu.org>
1476         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1478         * Makefile.in (abs_top_srcdir): New, set by configure.
1479         (update-subdirs): Correct build-aux location.
1481 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1483         * vc/vc.el (vc-print-root-log): Always set `default-directory'
1484         value, whether we could auto-deduce `backend', or not.
1486         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1487         with parameters" example.  Simplify the "is it block or is it
1488         hash" check, but also make it more thorough.
1490 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
1492         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
1494 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1496         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1497         { if it is hanging.
1499         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1500         :before ";".
1502 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
1504         * progmodes/compile.el (compilation-directory-matcher)
1505         (compilation-page-delimiter):
1506         Support GNU Make-4.0 directory quoting.  (Bug#15678)
1508 2013-10-23  Leo Liu  <sdl.web@gmail.com>
1510         * ido.el (ido-tidy): Handle read-only text.
1512 2013-10-23  Glenn Morris  <rgm@gnu.org>
1514         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1515         (emacs, compile, compile-always):
1516         Quote entities that might contain whitespace.
1517         (custom-deps, finder-data, autoloads): Use abs_lisp.
1518         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1519         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1520         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1522 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
1524         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1525         Use `following-char'.
1527 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1529         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1530         * progmodes/ruby-mode.el (ruby-smie-rules):
1531         Remove corresponding workaround.  Fix indentation rule of ";" so it
1532         also applies when ";" is the parent.
1534 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
1536         * frame.el (display-screens, display-pixel-height)
1537         (display-pixel-width, display-mm-width, display-backing-store)
1538         (display-save-under, display-planes, display-color-cells)
1539         (display-visual-class, display-monitor-attributes-list):
1540         Mention the optional ‘display’ argument in doc strings.
1542 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
1544         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1545         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
1547 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1549         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1550         TODO.  Add "." after " @ ".
1551         (ruby-smie--at-dot-call): New function.  Checks if point at method
1552         call with explicit target.
1553         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1554         to the method name tokens when it precedes them.
1555         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1556         (ruby-smie-rules): Add rule for indentation before and after "."
1557         token.
1559 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         * textmodes/remember.el (remember-diary-extract-entries):
1562         Avoid add-to-list.
1564         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1565         an instruction.
1567 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1569         * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1570         (ruby-smie--implicit-semi-p): Add new operator chars.
1572         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1573         `smie-down-list'.
1574         (ruby-smie--args-separator-p): Check that there's no newline
1575         between method call and its arguments.
1577 2013-10-20  Alan Mackenzie  <acm@muc.de>
1579         Allow comma separated lists after Java "implements".
1581         * progmodes/cc-engine.el (c-backward-over-enum-header):
1582         Parse commas.
1583         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1584         from a "disallowed" list in enum fontification.
1586 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
1588         * startup.el (default-frame-background-mode): Remove unused defvar.
1590         * progmodes/verilog-mode.el (verilog-mode): Don't set
1591         comment-indent-function globally.
1593 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
1595         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1596         Move Info menu item creation to ns-win.el.
1598         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1599         in menu bar.
1601         * menu-bar.el: Move GNUStep specific menus...
1603         * term/ns-win.el (ns-initialize-window-system): ... to here.
1605 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1607         * simple.el (newline): Only run post-self-insert-hook when
1608         called interactively.
1610 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
1612         * icomplete.el (icomplete-with-completion-tables): Add :version.
1614 2013-10-19  Alan Mackenzie  <acm@muc.de>
1616         Fix fontification bugs with constructors and const.
1618         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1619         CASE 2) Remove the check for the absence of a suffix construct
1620         after a function declaration with only types (no identifiers) in
1621         the parentheses.  Also, accept a function declaration with just a
1622         type inside the parentheses, if this type can be positively
1623         recognised as such, or if a prefix keyword like "explicit" nails
1624         down the construct as a declaration.
1626 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
1628         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1629         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
1630         the problem whereby selecting a menu item that leads to a
1631         minibuffer prompt moves the cursor out of the minibuffer window,
1632         making it hard to type at the prompt.  Suggested by Stefan Monnier
1633         <monnier@iro.umontreal.ca>.
1635 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
1637         * menu-bar.el: Don't make Services menu.
1639 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1641         * ffap.el: Handle "/usr/include/c++/<version>" directories.
1642         (ffap-alist): Use ffap-c++-mode for c++-mode.
1643         (ffap-c++-path): New variable.
1644         (ffap-c++-mode): New function.
1646 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
1648         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
1650 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
1652         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1653         introduced on 2013-09-08, which results in an infinite loop
1654         requesting a password.
1656 2013-10-18  Glenn Morris  <rgm@gnu.org>
1658         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1660 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
1662         Sync with upstream verilog-mode revision 1a6ecec7.
1663         * progmodes/verilog-mode.el (verilog-mode-version): Update.
1664         (verilog-mode-release-date): Remove.
1665         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1666         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1667         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1668         (verilog-auto-tieoff-ignore-regexp)
1669         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1670         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1671         (verilog-signals-with, verilog-dir-cache-preserving)
1672         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1673         Doc fixes.
1674         (verilog-case-fold): New option, to control case folding in
1675         regexp searches, bug597.
1676         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1677         (verilog-string-match-fold, verilog-in-paren-count)
1678         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1679         (verilog-at-close-struct-p): New functions.
1680         (verilog-beg-block-re-ordered, verilog-extended-case-re)
1681         (verilog-forward-sexp, verilog-set-auto-endcomments):
1682         (verilog-leap-to-case-head): Handle "unique0" case.
1683         (verilog-in-constraint-re): New constant.
1684         (verilog-keywords, verilog-type-font-keywords):
1685         Add some SystemVerilog 1800-2012 keywords.
1686         (verilog-label-be): Remove unimplemented argument, bug669.
1687         (verilog-batch-execute-func): When batch expanding clear
1688         create-lockfiles to prevent spurious user locks when a file ends
1689         up not changing.
1690         (verilog-calculate-indent, verilog-calc-1)
1691         (verilog-at-close-constraint-p, verilog-at-constraint-p)
1692         (verilog-do-indent): Fix indentation of nested constraints
1693         and structures.
1694         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1695         (verilog-auto-inst-param): Use verilog-string-match-fold.
1696         (verilog-read-inst-module-matcher):
1697         Fix AUTOINST on gate primitives with #1.
1698         (verilog-read-decls): Fix double-declaring user-defined typed signals.
1699         Reads all user-defined typed variables.
1700         (verilog-read-defines): Fix reading definitions inside comments, bug647.
1701         (verilog-signals-matching-regexp)
1702         (verilog-signals-not-matching-regexp, verilog-auto):
1703         Respect verilog-case-fold.
1704         (verilog-diff-report): Fix line count.
1705         (verilog-auto-assign-modport): Remove unused local `modi'.
1706         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1707         better handle multidimensional arrays.
1708         Fix packed array ports misadding bit index in AUTOINST, bug637.
1709         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1710         to not double-declare existing outputs and inputs, respectively.
1711         (verilog-template-map): Bind U to verilog-sk-uvm-component.
1712         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1713         (verilog-sk-uvm-component): New skeleton.
1714         (verilog-submit-bug-report): Add verilog-case-fold,
1715         remove verilog-mode-release-date.
1717 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1719         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1720         as before.
1722 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
1724         * textmodes/remember.el (remember): set buffer-offer-save in
1725         remember buffers (bug#13566).
1727 2013-10-18  Daniel Colascione  <dancol@dancol.org>
1729         When evaluating forms in ielm, direct standard output to ielm
1730         buffer.  Add new ielm-return-for-effect command.  Remove trailing
1731         whitespace throughout.
1733         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1734         (ielm-return-for-effect): New command.
1735         (ielm-send-input): Accept optional `for-effect' parameter.
1736         (ielm-eval-input): Accept optional `for-effect' parameter.
1737         Bind `standard-output' to stream we create using
1738         `ielm-standard-output-impl'.  Suppress printing result when
1739         `for-effect'.
1740         (ielm-standard-output-impl): New function.
1741         (inferior-emacs-lisp-mode): Explain new features in documentation.
1743 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
1745         Code cleanup.
1747         * net/tramp.el (tramp-debug-message): Do not check for connection
1748         buffer.
1749         (tramp-message): Use "vector" connection property.
1751         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1752         (tramp-equal-remote, tramp-eshell-directory-change)
1753         * net/tramp-adb.el (tramp-adb-handle-copy-file)
1754         (tramp-adb-handle-rename-file)
1755         * net/tramp-cmds.el (tramp-list-remote-buffers)
1756         (tramp-cleanup-connection, tramp-cleanup-this-connection)
1757         * net/tramp-compat.el (tramp-compat-process-running-p)
1758         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1759         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1760         (tramp-gvfs-handle-rename-file)
1761         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1762         (tramp-set-file-uid-gid)
1763         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1764         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1765         of `file-remote-p'.
1767         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1768         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1769         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1770         (tramp-gw-open-network-stream): Suppress unrelated traces.
1772         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1773         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1774         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1775         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1776         connection property.
1778         * net/tramp-cache.el (top): Suppress traces when reading
1779         persistency file.
1781         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1782         Refactor common code.  Improve debug message.
1783         (tramp-maybe-open-connection)
1784         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1785         connection buffer too early.
1787         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1788         from `tramp-smb-actions-with-acl'.
1789         (tramp-smb-actions-set-acl): New defconst.
1790         (tramp-smb-handle-copy-directory)
1791         (tramp-smb-action-get-acl): New defun, renamed from
1792         `tramp-smb-action-with-acl'.
1793         (tramp-smb-action-set-acl): New defun.
1794         (tramp-smb-handle-set-file-acl): Rewrite.
1796 2013-10-17  Glenn Morris  <rgm@gnu.org>
1798         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
1800 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1802         * skeleton.el (skeleton-newline): Remove.
1803         (skeleton-internal-1): Use (insert "\n") instead.
1805         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1806         let-bindings.
1808         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1809         forward-sexp-function while we redo its job (bug#15613).
1811 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
1813         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1814         represented by lists.
1816 2013-10-16  Glenn Morris  <rgm@gnu.org>
1818         * tmm.el (tmm--history): New dynamic variable.
1819         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
1821 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
1823         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1824         (tramp-smb-errors): Add error messages.
1825         (tramp-smb-actions-with-acl): New defconst.
1826         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1827         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1828         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1829         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1830         (tramp-smb-get-stat-capability): Fix tests.
1832 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1834         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1835         (bug#15580).
1837 2013-10-16  Glenn Morris  <rgm@gnu.org>
1839         * ansi-color.el (ansi-color-drop-regexp):
1840         Add 1J, 1K, 2K.  (Bug#15617)
1842         * files.el (hack-local-variables--warned-lexical): New.
1843         (hack-local-variables):
1844         Warn about misplaced lexical-binding.  (Bug#15616)
1846         * net/eww.el (eww-render): Always set eww-current-url,
1847         and update header line.  (Bug#15622)
1848         (eww-display-html): ... Rather than just doing it here.
1850 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
1852         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1853         menu navigations commands.
1855 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1857         * progmodes/subword.el (subword-capitalize): Be careful when
1858         the search for [[:alpha:]] fails (bug#15580).
1860 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
1862         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1863         to commands that scroll the menu.
1865 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1867         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1868         Handle methods ending with `?' and `!'.
1870 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
1872         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1873         `japanese-cp932' to `cp932' to fix the problem where saving a
1874         source file written in Shift_JIS twice would end up having
1875         `coding: japanese-cp932' which Ruby could not recognize.
1876         (ruby-mode-set-encoding): Add support for encodings mapped to nil
1877         in `ruby-encoding-map'.
1878         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1879         doesn't need to be explicitly declared in magic comment.
1880         (ruby-encoding-map): Add type declaration for better customize UI.
1882 2013-10-13  Glenn Morris  <rgm@gnu.org>
1884         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1885         Occur buffers are read-only.  http://bugs.debian.org/720775
1887         * emacs-lisp/authors.el (authors-fixed-entries):
1888         Comment out old alpha stuff.
1890 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
1892         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1893         to `after-save-hook' instead of `before-save-hook'.
1894         (ruby-mode-set-encoding): Use the value of coding system used to
1895         write the file.  Call `basic-save-buffer-1' after modifying the
1896         buffer.
1898 2013-10-13  Alan Mackenzie  <acm@muc.de>
1900         Fix indentation/fontification of Java enum with
1901         "implements"/generic.
1903         * progmodes/cc-engine.el (c-backward-over-enum-header):
1904         Extracted from the three other places and enhanced to handle generics.
1905         (c-inside-bracelist-p): Uses new function above.
1906         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1907         function above.
1908         (c-font-lock-enum-tail): Uses new function above.
1910 2013-10-13  Kenichi Handa  <handa@gnu.org>
1912         * international/mule-cmds.el (select-safe-coding-system): Remove a
1913         superfluous condition in chekcing whether a coding system is safe
1914         or not.
1916 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
1918         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
1920 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
1922         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
1924 2013-10-13  Glenn Morris  <rgm@gnu.org>
1926         * menu-bar.el (menu-bar-update-buffers):
1927         Unify Buffers menu prompt string.  (Bug#15576)
1929         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
1931         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1932         Add some entries.
1933         (authors-fixed-entries): Use accented form of name.
1935 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1937         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1938         method calls (bug#15594).
1939         (ruby-smie--args-separator-p): New function.
1940         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1941         recognize paren-free method calls.
1943         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1944         internals of universal-argument.
1946 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
1948         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1949         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1950         dropped menu on second mouse click on the menu bar.
1952 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1954         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1955         (explicit-shell-file-name): Declare.
1956         (sh--vars-before-point, sh--cmd-completion-table): New functions.
1957         (sh-completion-at-point-function): New function.
1958         (sh-mode): Use it.
1959         (sh-smie--keyword-p): Remove unused argument.
1960         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1961         vars.
1962         (sh-set-shell): Always setup SMIE, even if we use the
1963         old indentation code.
1965 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1967         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1968         cases of ? and =.
1969         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
1970         predicate would return nil are almost non-existent.
1971         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1973         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1974         cache also after commands that modify the buffer but don't move
1975         point.
1977 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1979         * env.el (substitute-env-in-file-name): New function.
1980         (substitute-env-vars): Extend the meaning of the optional arg.
1982 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
1984         * term/w32-win.el (dynamic-library-alist): Define separate lists
1985         of GIF DLLs for versions before and after 5.0.0 of giflib.
1986         (Bug#15531)
1988 2013-10-10  João Távora  <joaotavora@gmail.com>
1990         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1991         not locked, use last revision and current source as
1992         defaults.  (Bug#15569)
1994 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
1996         * menu-bar.el (menu-bar-open): Don't use popup-menu if
1997         menu-bar is hidden.
1999 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
2001         * window.el (pop-to-buffer-same-window): Fix doc-string.
2002         (Bug#15492)
2004 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2006         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2008 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
2010         * calendar/icalendar.el (icalendar-import-file):
2011         Fix interactive spec.  (Bug#15482)
2013 2013-10-10  Glenn Morris  <rgm@gnu.org>
2015         * desktop.el (desktop-save): Default to saving in .emacs.d,
2016         since PWD is no longer in desktop-path by default.  (Bug#15319)
2018         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2019         now that text mode has a menu with the same entry.
2020         (menu-bar-text-mode-auto-fill): Remove now unused func.
2021         * textmodes/text-mode.el (text-mode-map):
2022         Use auto-fill help text from menu-bar.el.
2024 2013-10-10  John Anthony  <john@jo.hnanthony.com>
2026         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
2028 2013-10-09  Juri Linkov  <juri@jurta.org>
2030         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2031         instead of this-command-keys.  Add universal-argument-more and
2032         universal-argument-minus to the list of prefix commands.  (Bug#15568)
2034 2013-10-09  Glenn Morris  <rgm@gnu.org>
2036         * vc/vc-svn.el (vc-svn-create-repo):
2037         Expand paths in file://... url.  (Bug#15446)
2039         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2040         Add some entries.
2041         (authors): Remove unused local variables.
2043 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2045         * profiler.el: Create a more coherent calltree from partial backtraces.
2046         (profiler-format): Hide the tail with `invisible' so that C-s can still
2047         find the hidden elements.
2048         (profiler-calltree-depth): Don't recurse so enthusiastically.
2049         (profiler-function-equal): New hash-table-test.
2050         (profiler-calltree-build-unified): New function.
2051         (profiler-calltree-build): Use it.
2052         (profiler-report-make-name-part): Indent the calltree less.
2053         (profiler-report-mode): Add visibility specs for profiler-format.
2054         (profiler-report-expand-entry, profiler-report-toggle-entry):
2055         Expand the whole subtree when provided with a prefix arg.
2057 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
2059         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2060         iuwu-mod token.
2061         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2062         hanging iuwu-mod token.
2063         (ruby-smie--forward-token): Do not include a dot after a token in
2064         that token.
2065         (ruby-smie--backward-token): Likewise.
2067 2013-10-08  Juri Linkov  <juri@jurta.org>
2069         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2070         to isearch-other-control-char.
2071         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2072         and isearch-post-command-hook to post-command-hook.
2073         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2074         and isearch-post-command-hook from post-command-hook.
2075         (isearch-unread-key-sequence)
2076         (isearch-reread-key-sequence-naturally)
2077         (isearch-lookup-scroll-key, isearch-other-control-char)
2078         (isearch-other-meta-char): Remove functions.
2079         (isearch-pre-command-hook, isearch-post-command-hook):
2080         New functions based on isearch-other-meta-char rewritten
2081         relying on the new behavior of overriding-terminal-local-map
2082         that does not replace the local keymaps any more.  (Bug#15200)
2084 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
2086         Support menus on text-mode terminals.
2087         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2088         functionality.
2090         * tooltip.el (tooltip-mode): Don't error out on TTYs.
2092         * menu-bar.el (popup-menu, popup-menu-normalize-position):
2093         Move here from mouse.el.
2094         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2095         and arrow keys.
2096         (tty-menu-navigation-map): New map for TTY menu navigation.
2098         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2100         * frame.el (display-mouse-p): Report text-mode mouse as available
2101         on w32.
2102         (display-popup-menus-p): Report availability if mouse is
2103         available; don't condition on window-system.
2105         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2106         (tty-menu-selected-face): New faces.
2108 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2111         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2112         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2113         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2114         New constants.
2115         (lisp-mode-variables): New `elisp' argument.
2116         (emacs-lisp-mode): Use it.
2117         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2118         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2120         * indent.el: Use lexical-binding.
2121         (indent-region): Add progress reporter.
2122         (tab-stop-list): Make it implicitly extend to infinity by repeating the
2123         last step.
2124         (indent--next-tab-stop): New function to implement this behavior.
2125         (tab-to-tab-stop, move-to-tab-stop): Use it.
2127 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
2129         * indent.el (indent-rigidly--current-indentation): New function.
2130         (indent-rigidly-map): New var.
2131         (indent-rigidly): Use it to provide interactive mode (bug#8196).
2133 2013-10-08  Bastien Guerry  <bzg@gnu.org>
2135         * register.el (insert-register): Fix revno:114543.
2137 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2139         * progmodes/perl-mode.el: Use lexical-binding.
2140         Remove redundant :group args.
2141         (perl-nochange): Change default to be closer to other major modes's
2142         standard behavior.
2143         (perl-indent-line): Don't consider text on current line as a
2144         valid beginning of function from which to indent.
2146         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2147         with more than one argument (bug#15538).
2149         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2151         * vc/pcvs.el: Use lexical-binding.
2152         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2153         environment of `eval'.
2154         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2155         than a list of expressions.  Adjust callers.
2156         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2158 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
2160         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2161         case of the dot in a chained method call being on the following line.
2163 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * electric.el (electric-indent-inhibit): New var.
2166         (electric-indent-post-self-insert-function): Use it.
2167         * progmodes/python.el (python-mode): Set it.
2169         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2170         open braces.
2172         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2174         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2175         (css-mode): Use electric-indent-chars.
2177         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2178         (font-lock-beg, font-lock-end): Move before first use.
2179         (nxml-mode): Use syntax-propertize-function.
2180         (nxml-after-change, nxml-after-change1): Adjust accordingly.
2181         (nxml-extend-after-change-region): Remove.
2182         * nxml/xmltok.el: Use lexical-binding.
2183         (xmltok-save): Use `declare'.
2184         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2185         * nxml/nxml-util.el: Use lexical-binding.
2186         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2187         Use `declare'.
2188         * nxml/nxml-ns.el: Use lexical-binding.
2189         (nxml-ns-save): Use `declare'.
2190         (nxml-ns-prefixes-for): Avoid add-to-list.
2191         * nxml/rng-match.el: Use lexical-binding.
2192         (rng--ipattern): Use cl-defstruct.
2193         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2194         (rng-cons-group-after, rng-subst-group-after)
2195         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2196         Use closures instead of `(lambda...).
2198 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
2200         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2201         of BEG and END.
2203         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2204         Use `tramp-handle-insert-file-contents'.
2205         (tramp-gvfs-handle-insert-file-contents): Remove function.
2207         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2208         Use `save-restriction' in order to keep markers.
2210         * net/trampver.el: Update release number.
2212 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2214         * progmodes/compile.el (compilation-parse-errors):
2215         Use compilation--put-prop.
2216         (compilation--ensure-parse): Check compilation-multiline.
2218         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2220         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2221         lexical-binding.
2223         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2225         * progmodes/ruby-mode.el: Fix recently added tests.
2226         (ruby-smie-grammar): Add - and +.
2227         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2228         (ruby-smie--backward-id): New functions.
2229         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2230         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
2231         any more.
2233 2013-10-07  Leo Liu  <sdl.web@gmail.com>
2235         * register.el (register-preview-delay)
2236         (register-preview-functions): New variables.
2237         (register-read-with-preview, register-preview)
2238         (register-describe-oneline): New functions.
2239         (point-to-register, window-configuration-to-register)
2240         (frame-configuration-to-register, jump-to-register)
2241         (number-to-register, view-register, insert-register)
2242         (copy-to-register, append-to-register, prepend-to-register)
2243         (copy-rectangle-to-register): Use register-read-with-preview to
2244         read register.  (Bug#15525)
2246 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
2248         * net/network-stream.el (network-stream-open-starttls): Don't add
2249         --insecure if it's already present, because that gnutls-cli
2250         rejects getting that parameter twice.
2252 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
2254         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2255         keyword, too.
2257 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
2259         * newcomment.el (comment-use-global-state): Change default value
2260         to t, mark obsolete (Bug#15251).
2261         (comment-beginning): In addition to `comment-to-syntax', check the
2262         value of `comment-use-global-state'.
2264 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2266         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2267         (ruby-comment-column): Follow the global default, by default.
2268         (ruby-smie-grammar): Add assignment syntax.
2269         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2270         open-paren, a comma, or a \.
2271         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2272         and line continuations.
2273         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2274         followed by implicit semi-colons.  Add rule for string concatenation
2275         and for indentation at BOB.
2276         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2278         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2279         calling next-sexp, since next-token may have skipped chars which
2280         next-sexp doesn't know should be skipped!
2282 2013-10-05  Leo Liu  <sdl.web@gmail.com>
2284         * progmodes/octave.el (octave-send-region):
2285         Call compilation-forget-errors.
2287 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
2289         * vc/vc-svn.el (vc-svn-find-admin-dir):
2290         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2291         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2292         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2293         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2295 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2297         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2299 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2301         * subr.el (read-passwd): Hide chars even when called within a context
2302         where after-change-functions is disabled (bug#15501).
2303         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2304         until we removed ourself from overriding-terminal-local-map.
2306 2013-10-04  Leo Liu  <sdl.web@gmail.com>
2308         * progmodes/octave.el (inferior-octave-mode):
2309         Call compilation-forget-errors.
2311 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
2313         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2315 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
2317         * net/secrets.el (secrets-create-collection): Add optional
2318         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
2319         dbus-call-method argument.  (Bug#15516)
2321 2013-10-04  Leo Liu  <sdl.web@gmail.com>
2323         * progmodes/octave.el (inferior-octave-error-regexp-alist)
2324         (inferior-octave-compilation-font-lock-keywords): New variables.
2325         (compilation-error-regexp-alist)
2326         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2327         (inferior-octave-mode): Use compilation-shell-minor-mode.
2329 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
2331         * minibuffer.el (completion--replace): Be careful that `end' might be
2332         a marker.
2334 2013-10-03  Daiki Ueno  <ueno@gnu.org>
2336         Add support for package signature checking.
2337         * emacs-lisp/package.el (url-http-file-exists-p)
2338         (epg-make-context, epg-context-set-home-directory)
2339         (epg-verify-string, epg-context-result-for)
2340         (epg-signature-status, epg-signature-to-string)
2341         (epg-check-configuration, epg-configuration)
2342         (epg-import-keys-from-file): Declare.
2343         (package-check-signature): New user option.
2344         (package-unsigned-archives): New user option.
2345         (package-desc): Add `signed' field.
2346         (package-load-descriptor): Set `signed' field if .signed file exists.
2347         (package--archive-file-exists-p): New function.
2348         (package--check-signature): New function.
2349         (package-install-from-archive): Check package signature.
2350         (package--download-one-archive): Check archive signature.
2351         (package-delete): Remove .signed file.
2352         (package-import-keyring): New command.
2353         (package-refresh-contents): Import default keyring.
2354         (package-desc-status): Add "unsigned" status.
2355         (describe-package-1, package-menu--print-info)
2356         (package-menu-mark-delete, package-menu--find-upgrades)
2357         (package-menu--status-predicate): Support "unsigned" status.
2359 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2361         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2362         the new compilation scheme using the new byte-codes.
2364         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2365         (byte-pophandler): New byte codes.
2366         (byte-goto-ops): Adjust accordingly.
2367         (byte-compile--use-old-handlers): New var.
2368         (byte-compile-catch): Use new byte codes depending on
2369         byte-compile--use-old-handlers.
2370         (byte-compile-condition-case--old): Rename from
2371         byte-compile-condition-case.
2372         (byte-compile-condition-case--new): New function.
2373         (byte-compile-condition-case): New function that dispatches depending
2374         on byte-compile--use-old-handlers.
2375         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2376         when we can.
2378         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2379         Optimize under `condition-case' and `catch' if
2380         byte-compile--use-old-handlers is nil.
2381         (disassemble-offset): Handle new bytecodes.
2383 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2385         * subr.el (error): Use `declare'.
2386         (decode-char, encode-char): Use advertised-calling-convention instead
2387         of the docstring to discourage use of the `restriction' arg.
2389 2013-10-03  Daiki Ueno  <ueno@gnu.org>
2391         * epg.el (epg-verify-file): Add a comment saying that it does not
2392         notify verification error as a return value nor a signal.
2393         (epg-verify-string): Ditto.
2395 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2397         * progmodes/compile.el (compilation-start): Try globbing the arg to
2398         `cd' (bug#15417).
2400 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
2402         Sync with Tramp 2.2.8.
2404         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2405         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2406         * net/trampver.el: Update release number.
2408 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
2410         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2411         and default-process-coding-system for darwin only.
2413 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2415         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2417 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
2419         * vc/vc-git.el (vc-git-grep): Disable pager.
2421 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
2423         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2424         Use :url instead of :homepage, as per
2425         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2427         * newcomment.el (comment-beginning): When `comment-use-syntax' is
2428         non-nil, use `syntax-ppss' (Bug#15251).
2430 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2432         * progmodes/octave.el (inferior-octave-startup-file):
2433         Prefer ~/.emacs.d/init_octave.m.
2435 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
2437         * emacs-lisp/package.el (package-desc-from-define):
2438         Accept additional arguments as plist, convert them to an alist and store
2439         them in the `extras' slot.
2440         (package-generate-description-file): Convert extras alist back to
2441         plist and append to the `define-package' form arguments.
2442         (package--alist-to-plist): New function.
2443         (package--ac-desc): Add `extras' slot.
2444         (package--add-to-archive-contents): Check if the archive-contents
2445         vector is long enough, and if it is, pass its `extras' slot value
2446         to `package-desc-create'.
2447         (package-buffer-info): Call `lm-homepage', pass the returned value
2448         to `package-desc-from-define'.
2449         (describe-package-1): Render the homepage button (Bug#13291).
2451         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2452         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2454 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
2456         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2457         and default-process-coding-system to utf-8-unix (Bug#15402).
2459 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
2461         * subr.el (looking-back): Do not recommend using looking-back.
2463 2013-09-28  Alan Mackenzie  <acm@muc.de>
2465         Fix indentation/fontification of Java enum with "implements".
2467         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2468         regexp which matches "implements", etc., in Java.
2469         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2470         specifier clauses coming after "enum".
2471         * progmodes/cc-fonts.el (c-font-lock-declarations)
2472         (c-font-lock-enum-tail): Check for extra specifier clauses coming
2473         after "enum".
2475 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
2477         * faces.el (region): Change ns_selection_color to
2478         ns_selection_fg_color, add ns_selection_bg_color.
2480 2013-09-28  Leo Liu  <sdl.web@gmail.com>
2482         * progmodes/octave.el (inferior-octave-completion-table)
2483         (inferior-octave-completion-at-point): Minor tweaks.
2485         * textmodes/ispell.el (ispell-lookup-words): Rename from
2486         lookup-words.  (Bug#15460)
2487         (lookup-words): Obsolete.
2488         (ispell-complete-word, ispell-command-loop): All uses changed.
2490 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2492         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2493         (octave-mode-menu): Add octave-send-buffer.
2494         (octave-send-buffer): New function.
2496 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2498         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2499         octave-lookfor.
2500         (octave-mode-menu): Add octave-lookfor.
2501         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2502         octave-lookfor.
2503         (octave-lookfor): New function.
2505 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2507         * emacs-lisp/cl-macs.el:
2508         (cl--loop-destr-temps): Remove.
2509         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2510         its convention.
2511         (cl--loop-set-iterator-function): New function.
2512         (cl-loop): Adjust accordingly, so as not to use cl-subst.
2513         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2514         Bind `it' with `let' instead of substituting it with `cl-subst'.
2515         (cl--unused-var-p): New function.
2516         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2517         Eliminate some unused variable warnings (bug#15326).
2519 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
2521         * doc-view.el (doc-view-scale-reset): Rename from
2522         `doc-view-reset-zoom-level'.
2523         (doc-view-scale-adjust): New command.
2524         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2525         `doc-view-scale-adjust'.
2527 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
2529         * doc-view.el (doc-view-reset-zoom-level): New command.
2530         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2531         zoom commands (bug#15466).
2533 2013-09-26  Kenichi Handa  <handa@gnu.org>
2535         * international/quail.el (quail-help): Make it not a command.
2537 2013-09-26  Leo Liu  <sdl.web@gmail.com>
2539         * minibuffer.el (completion-all-sorted-completions): Make args
2540         optional as they are.
2542 2013-09-25  Daniel Colascione  <dancol@dancol.org>
2544         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2545         specs are and that they're not evaluated.
2547 2013-09-24  Sam Steingold  <sds@gnu.org>
2549         * midnight.el (clean-buffer-list-kill-regexps)
2550         (clean-buffer-list-kill-buffer-names): Update for the new Man
2551         buffer naming which includes the object name.
2553 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2555         * eshell/esh-cmd.el (eshell--sep-terms): New var.
2556         (eshell-parse-command, eshell-parse-pipeline): Use it since
2557         eshell-separate-commands requires a dynamic scoped var.
2558         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2560 2013-09-23  Leo Liu  <sdl.web@gmail.com>
2562         * autoinsert.el (auto-insert-alist): Make the value of
2563         lexical-binding match its file setting.
2565 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
2567         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2569         * autoarg.el (autoarg-kp-digit-argument):
2570         * electric.el (Electric-command-loop):
2571         * kmacro.el (kmacro-step-edit-insert):
2572         Do not set universal-argument-num-events.
2574 2013-09-22  Leo Liu  <sdl.web@gmail.com>
2576         * files.el (interpreter-mode-alist): Add octave.
2578 2013-09-21  Alan Mackenzie  <acm@muc.de>
2580         C++: fontify identifier in declaration following "public:" correctly.
2581         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2582         to match "public", etc.
2583         (c-decl-prefix-re): Add ":" into the C++ value.
2584         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2585         bit.  Add a check for a ":" preceded by "public", etc.
2587 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
2589         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2590         recognized by GDB 7.5 and later.
2592 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
2594         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2596 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2598         * subr.el (internal--call-interactively): New const.
2599         (called-interactively-p): Use it (bug#3984).
2601 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
2603         * vc/pcvs.el (cvs-mode-ignore):
2604         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2605         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2607 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2609         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
2610         (eshell-ls-orig-insert-directory): Remove.
2611         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
2612         (eshell-ls-use-in-dired): Use advice-add/remove.
2613         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2614         Add `orig-fun' arg for use in :around advice.
2615         Make it check (redundantly) eshell-ls-use-in-dired.
2617 2013-09-19  Glenn Morris  <rgm@gnu.org>
2619         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2621         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2623         * emacs-lisp/eieio.el (class-parent): Undo previous change.
2625 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
2627         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2628         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2629         (tramp-get-remote-python): New defuns.
2630         (tramp-get-remote-uid-with-perl)
2631         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
2632         contributed by yary <not.com@gmail.com> (tiny change).
2633         (tramp-get-remote-uid-with-python)
2634         (tramp-get-remote-gid-with-python): New defuns.  Python code
2635         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2636         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2638 2013-09-19  Glenn Morris  <rgm@gnu.org>
2640         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2642         * eshell/em-unix.el (eshell-remove-entries):
2643         Rename argument to avoid name-clash with global `top-level'.
2645         * eshell/esh-proc.el (eshell-kill-process-function):
2646         Remove eshell-reset-after-proc from eshell-kill-hook if present.
2647         (eshell-reset-after-proc): Remove unused arg `proc'.
2649         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2650         (directory-files-and-attributes): Mark unused arg.
2652         * eshell/em-unix.el (eshell-remove-entries):
2653         Remove unused arg `path'.  Update callers.
2655         * eshell/em-hist.el (eshell-hist-parse-arguments):
2656         Remove unused arg `silent'.  Update callers.
2658         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2659         Fix (f)boundp mix-up.
2661         * eshell/em-smart.el (eshell-smart-scroll-window)
2662         (eshell-disable-after-change):
2663         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2665 2013-09-18  Alan Mackenzie  <acm@muc.de>
2667         Fix fontification of type when followed by "const".
2668         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2669         "known" types from fontification.
2671 2013-09-18  Glenn Morris  <rgm@gnu.org>
2673         * emacs-lisp/chart.el (x-display-color-cells): Declare.
2674         (chart-face-list): Drop Emacsen without display-color-p.
2676         * net/eww.el (libxml-parse-html-region): Declare.
2677         (eww-display-html): Explicit error if no libxml2 support.
2679         * doc-view.el (doc-view-mode): Silence --without-x compilation.
2681         * image.el (image-type-from-buffer, image-multi-frame-p):
2682         Remove --without-x warning/error.
2684         * mouse.el (mouse-yank-primary):
2685         * term.el (term-mouse-paste):
2686         Reorder to silence --without-x compilation.
2688         * mpc.el (doc-view-mode): Silence --without-x compilation.
2690         * mail/rmailmm.el (rmail-mime-set-bulk-data):
2691         Silence --without-x compilation.
2693         * progmodes/gud.el (gud-find-file, gud-mode):
2694         Silence --without-x compilation.
2695         (tooltip-mode): Declare.
2697         * wdired.el (dired-backup-overwrite): Remove declaration.
2698         (wdired-mode-map): Add doc string.
2700         * custom.el (x-get-resource): Declare.
2702         * eshell/em-glob.el (ange-cache):
2703         * eshell/em-unix.el (ange-cache): Declare.
2705         * faces.el (x-display-list, x-open-connection, x-get-resource):
2706         Declare.
2708         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2709         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2710         Declare.
2712         * frame.el (x-display-grayscale-p, x-display-name): Declare.
2714         * net/gnutls.el (gnutls-log-level): Declare.
2716         * net/shr.el (image-size, image-animate): Declare.
2718         * simple.el (font-info): Declare.
2720         * subr.el (x-popup-dialog): Declare.
2722         * term/common-win.el (x-select-enable-primary)
2723         (x-last-selected-text-primary, x-last-selected-text-clipboard):
2724         Declare.
2726         * term/ns-win.el (x-handle-args): Declare.
2728         * term/x-win.el (x-select-enable-clipboard): Declare.
2730         * term/w32-win.el (create-default-fontset): Declare.
2732         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2733         Declare.
2735         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2736         (fit-frame-to-buffer): Explicit error if --without-x.
2737         (mouse-autoselect-window-select): Silence compiler.
2739         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2741         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2742         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2743         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2744         * eshell/esh-util.el (eshell-sublist):
2745         Remove unused local variables.
2747         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2749         * textmodes/two-column.el: Make 2C-split work for --without-x.
2750         (scroll-bar-columns): Autoload.
2751         (top-level): Require fringe when compiling.
2753 2013-09-18  Leo Liu  <sdl.web@gmail.com>
2755         * subr.el (add-hook): Robustify to handle closure as well.
2757 2013-09-17  Glenn Morris  <rgm@gnu.org>
2759         * simple.el (messages-buffer-mode-map): Unbind "g".
2761 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2763         * help-mode.el (help-mode-finish): Use derived-mode-p.
2764         Remove obsolete highlighting.
2766         * play/life.el (life-mode): Use define-derived-mode.  Derive from
2767         special-mode.
2768         (life): Let-bind inhibit-read-only.
2769         (life-setup): Avoid `setq'.  Use `life-mode'.
2771         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2772         which should not be needed any more.
2773         (package-menu-refresh, package-menu-describe-package): Use user-error.
2775         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2776         (eshell-post-rewrite-command-hook): Make obsolete.
2777         (eshell-parse-command): Simplify.
2778         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2779         (eshell--cmd): Declare.
2780         (eshell-parse-pipeline): Remove unused var `final-p'.
2781         Pass a dynvar to eshell-post-rewrite-command-hook.
2782         Implement the new eshell-post-rewrite-command-function.
2783         (eshell-invoke-directly): Remove unused arg `input'.
2784         * eshell/esh-io.el (eshell-io-initialize):
2785         Use eshell-post-rewrite-command-function (bug#15399).
2786         (eshell--apply-redirections): Rename from eshell-apply-redirections;
2787         adjust to new calling convention.
2788         (eshell-create-handles): Rename args to avoid clashing with dynvar
2789         `standard-output'.
2791 2013-09-17  Glenn Morris  <rgm@gnu.org>
2793         * simple.el (messages-buffer-mode): New major mode.
2794         (messages-buffer): New function.
2795         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2796         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2797         (ert-run-test): Use `messages-buffer' function.
2798         (ert--force-message-log-buffer-truncation): Ignore read-only.
2799         * help.el (view-echo-area-messages): Use `messages-buffer' function.
2800         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2802 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2804         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2806         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2808 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2810         * icomplete.el (icomplete-in-buffer): New var.
2811         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2812         vars and replace them with functions.
2813         (icomplete-minibuffer-setup): Adjust accordingly.
2814         (icomplete--completion-table, icomplete--completion-predicate)
2815         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2816         New functions.
2817         (icomplete-forward-completions, icomplete-backward-completions)
2818         (icomplete-simple-completing-p, icomplete-exhibit)
2819         (icomplete-completions): Use them.
2820         (icomplete--in-region-buffer): New var.
2821         (icomplete--in-region-setup): New function.
2822         (icomplete-mode): Use it.
2824         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2825         (bug#15379).
2826         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2827         return args and options.
2828         (eshell-eval-using-options): Use the new return value of
2829         eshell--do-opts to set the options's vars in their scope.
2830         (eshell--set-option): Rename from eshell-set-option.
2831         Add arg `opt-vals'.
2832         (eshell--process-option): Rename from eshell-process-option.
2833         Add arg `opt-vals'.
2834         (eshell--process-args): Use an `opt-vals' alist to store the options's
2835         values during their processing and return them additionally to the
2836         remaining args.
2838 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
2840         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2841         continuation character an operator, as far as indentation is
2842         concerned (Bug#15369).
2844 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
2846         * window.el (window--state-put-2): Don't process buffer state
2847         when buffer doesn't exist any more (Bug#15382).
2849 2013-09-15  Glenn Morris  <rgm@gnu.org>
2851         * eshell/em-unix.el (eshell/rm):
2852         Make -f ignore missing files.  (Bug#15373)
2854         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
2855         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2856         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2858 2013-09-14  Glenn Morris  <rgm@gnu.org>
2860         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2862 2013-09-13  Glenn Morris  <rgm@gnu.org>
2864         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2865         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
2867 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
2869         * frame.el (x-focus-frame): Mark as declared in frame.c.
2871 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2873         * ls-lisp.el: Use advice-add.
2874         (original-insert-directory): Remove.
2875         (ls-lisp--insert-directory): Rename from insert-directory; add
2876         `orig-fun' argument.
2877         (insert-directory): Advise.
2879 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
2881         * term.el (term-emulate-terminal): Decode the command string
2882         before passing it to term-command-hook.  (Bug#15337)
2884 2013-09-13  Glenn Morris  <rgm@gnu.org>
2886         * eshell/esh-util.el (ange-cache): Move declaration earlier.
2888         * eshell/esh-ext.el (eshell-search-path): Declare.
2890         * eshell/em-prompt.el (eshell/pwd): Autoload it.
2891         Otherwise an error occurs if eshell-dirs module not loaded.
2893         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2895 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
2897         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2898         `tramp-check-proper-host'.  Check for a valid method name.
2900         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2901         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2902         * net/tramp-sh.el (tramp-maybe-open-connection):
2903         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2905         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2906         also for hash values.
2908 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2910         * term/ns-win.el (parameters): Don't declare as dynamic.
2911         (before-make-frame-hook): Don't add ineffective function.
2913         * eshell/*.el: Use lexical-binding (bug#15231).
2915 2013-09-12  Kenichi Handa  <handa@gnu.org>
2917         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2919 2013-09-12  Glenn Morris  <rgm@gnu.org>
2921         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2922         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2924         * subr.el (do-after-load-evaluation): Also give compiler warnings
2925         when obsolete files are used (except by obsolete files).
2927         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2928         in the status output, assume `filename' is the first.  (Bug#15322)
2930         * vc/vc.el (vc-deduce-fileset): Doc fix.
2932         * calc/calc-help.el (Info-goto-node):
2933         * progmodes/cperl-mode.el (Info-find-node):
2934         * vc/ediff.el (Info-goto-node): Update declarations.
2936         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2938         * vc/vc-bzr.el (vc-compilation-mode): Declare.
2939         (vc-bzr-pull): Require vc-dispatcher.
2940         * vc/vc-git.el (vc-compilation-mode): Declare.
2941         (vc-git-pull): Require vc-dispatcher.
2943         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2945         * progmodes/octave.el (help-button-action): Declare.
2947         * shell.el (shell-directory-tracker): Output error as a message
2948         rather than just returning it as a string.
2949         (shell-process-pushd): Remove useless use of message.
2951         * dframe.el (dframe-timer-fn):
2952         * files.el (dir-locals-read-from-file):
2953         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2954         (mpc-format):
2955         * reveal.el (reveal-post-command):
2956         * saveplace.el (load-save-place-alist-from-file):
2957         * shell.el (shell-resync-dirs):
2958         * w32-common-fns.el (x-get-selection-value):
2959         * emacs-lisp/copyright.el (copyright-find-copyright):
2960         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2961         * emulation/tpu-edt.el (tpu-copy-keyfile):
2962         * play/bubbles.el (bubbles--mark-neighbourhood):
2963         * progmodes/executable.el
2964         (executable-make-buffer-file-executable-if-script-p):
2965         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2967 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         Cleanup Eshell to rely less on dynamic scoping.
2970         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2971         last-value, and ext-command here.  Bind `args' closer to `body'.
2972         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2973         (eshell--args): Declare new dynamic var.
2974         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
2975         last-value, and ext-command.  Pass `args' to `body'.
2976         (eshell-process-args): Bind eshell--args.
2977         (eshell-set-option): Use eshell--args.
2978         * eshell/eshell.el (eshell): Use derived-mode-p.
2979         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2980         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2981         (eshell-glob-function): Declare.
2982         * eshell/esh-util.el: Require cl-lib.
2983         (eshell-read-hosts-file): Avoid add-to-list.
2984         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2985         `err'.
2986         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2987         Declare.
2988         (eshell/diff): Remove unused var `err'.
2989         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2990         `killflag'.
2991         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2992         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2993         first use.
2994         * eshell/em-glob.el (eshell-glob-matches, message-shown):
2995         Move declaration before first use.
2996         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2997         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2998         rely on cl-return.
3000 2013-09-12  Glenn Morris  <rgm@gnu.org>
3002         * term/ns-win.el (global-map): Remove binding for ispell-next,
3003         deleted 1999-05-29.  (Bug#15357)
3005 2013-09-11  Glenn Morris  <rgm@gnu.org>
3007         * echistory.el (electric-command-history): Remove call to deleted func.
3009         * play/landmark.el (landmark-mode): Fix typos.
3011         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3012         Check cvs-sort-ignore-file is bound.
3014         * savehist.el: No need for cl when compiling on Emacs.
3016 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3018         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3019         (bug#15338).
3020         (eshell-self-insert-command, eshell-send-invisible):
3021         Remove unused argument.
3022         (eshell-handle-control-codes): Remove unused var `orig'.
3023         Avoid delete-backward-char.
3025         * files.el (set-auto-mode): Simplify a bit further.
3027 2013-09-11  Glenn Morris  <rgm@gnu.org>
3029         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3030         (set-auto-mode): Don't regexp-quote elements.
3031         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3032         * progmodes/cc-mode.el (interpreter-mode-alist):
3033         * progmodes/ruby-mode.el (interpreter-mode-alist):
3034         Revert previous change.
3036 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3038         * play/snake.el (snake-mode):
3039         * play/mpuz.el (mpuz-mode):
3040         * play/landmark.el (lm-mode):
3041         * play/blackbox.el (blackbox-mode):
3042         * play/5x5.el (5x5-mode):
3043         * obsolete/options.el (Edit-options-mode):
3044         * net/quickurl.el (quickurl-list-mode):
3045         * net/newst-treeview.el (newsticker-treeview-mode):
3046         * mail/rmailsum.el (rmail-summary-mode):
3047         * mail/mspools.el (mspools-mode):
3048         * locate.el (locate-mode):
3049         * ibuffer.el (ibuffer-mode):
3050         * emulation/ws-mode.el (wordstar-mode):
3051         * emacs-lisp/debug.el (debugger-mode):
3052         * array.el (array-mode):
3053         * net/eudc.el (eudc-mode): Use define-derived-mode.
3054         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3055         Move initialization into declaration.
3056         (mairix-searches-mode): Use define-derived-mode.
3057         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3058         (eudc-edit-hotlist): Use dolist.
3059         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3060         (Man-mode): Use define-derived-mode.
3061         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3062         (Info-edit-mode): Use define-derived-mode.
3063         (Info-cease-edit): Use Info-mode.
3064         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3065         into declaration.
3066         (eshell-mode): Use define-derived-mode.
3067         * chistory.el (command-history-mode-map): Rename from
3068         command-history-map.
3069         (command-history-mode): Use define-derived-mode.
3070         (Command-history-setup): Remove function.
3071         * calc/calc.el (calc-trail-mode-map): New var.
3072         (calc-trail-mode): Use define-derived-mode.
3073         (calc-trail-buffer): Set calc-main-buffer manually.
3074         * bookmark.el (bookmark-insert-annotation): New function.
3075         (bookmark-edit-annotation): Use it.
3076         (bookmark-edit-annotation-mode): Make it a proper major mode.
3077         (bookmark-send-edited-annotation): Use derived-mode-p.
3078         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3079         closer to its ideal place.  Use \' to match EOS.
3081         * profiler.el (profiler-calltree-find): Use function-equal.
3083 2013-09-10  Glenn Morris  <rgm@gnu.org>
3085         * files.el (interpreter-mode-alist): Convert to regexps.
3086         (set-auto-mode): Adapt for this.  (Bug#15306)
3087         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3088         Comment out unused variable.
3089         * progmodes/cc-mode.el (interpreter-mode-alist):
3090         * progmodes/python.el (interpreter-mode-alist):
3091         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3092         * progmodes/sh-script.el (sh-set-shell):
3093         No longer use interpreter-mode-alist to get list of shells.
3095         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3097 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3099         * simple.el: Use set-temporary-overlay-map for universal-argument.
3100         (universal-argument-map): Don't use default-bindings (bug#15317).
3101         Bind switch-frame explicitly.  Replace universal-argument-minus with
3102         a conditional binding.
3103         (universal-argument-num-events, saved-overriding-map): Remove.
3104         (restore-overriding-map): Remove.
3105         (universal-argument--mode): Rename from save&set-overriding-map,
3106         and rewrite.
3107         (universal-argument, universal-argument-more, negative-argument)
3108         (digit-argument): Adjust accordingly.
3109         (universal-argument-minus): Remove.
3110         (universal-argument-other-key): Remove.
3112         * subr.el (with-demoted-errors): Add `format' argument.
3114 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
3116         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
3117         `tramp-cleanup-connection'.
3119         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3120         parameters KEEP-DEBUG and KEEP-PASSWORD.
3122         * net/tramp.el (tramp-file-name-handler):
3123         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3124         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3125         (tramp-maybe-open-connection):
3126         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3127         Use `tramp-cleanup-connection'.
3129         * net/tramp-sh.el (tramp-maybe-open-connection):
3130         Catch 'uname-changed inside the progress reporter.
3132 2013-09-10  Glenn Morris  <rgm@gnu.org>
3134         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
3136         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3137         returns "alternate access method" in mode (eg "-rw-r--r--.").
3139 2013-09-08  Glenn Morris  <rgm@gnu.org>
3141         * saveplace.el (load-save-place-alist-from-file):
3142         Demote errors.  (Bug#15305)
3144 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
3146         Improve compatibility with older Emacsen, and XEmacs.
3148         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3149         only if it is bound.  It isn't for XEmacs.
3150         (with-tramp-progress-reporter): Do not let-bind `result'.
3151         This yields to scoping errors in XEmacs.
3152         (tramp-handle-make-auto-save-file-name): New function, moved from
3153         tramp-sh.el.
3155         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3156         for `make-auto-save-file-name'.
3157         (tramp-adb--gnu-switches-to-ash):
3158         Use `tramp-compat-replace-regexp-in-string'.
3160         * net/tramp-cache.el (tramp-cache-print): Call
3161         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
3163         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3164         bound.  It isn't for XEmacs.
3166         * net/tramp-compat.el (tramp-compat-copy-file):
3167         Catch `wrong-number-of-arguments' error.
3168         (tramp-compat-replace-regexp-in-string): New defun.
3170         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3171         for `make-auto-save-file-name'.
3172         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3173         `copy-file'.
3174         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3175         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3176         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3178         * net/tramp-gw.el (tramp-gw-open-network-stream):
3179         Use `tramp-compat-replace-regexp-in-string'.
3181         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3182         Call `tramp-handle-make-auto-save-file-name'.
3183         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3184         (tramp-sh-file-gvfs-monitor-dir-process-filter)
3185         (tramp-sh-file-inotifywait-process-filter):
3186         Use `tramp-compat-replace-regexp-in-string'.
3187         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3189         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3190         for `make-auto-save-file-name'.
3191         (tramp-smb-handle-copy-directory):
3192         Call `tramp-compat-replace-regexp-in-string'.
3193         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3194         (tramp-smb-handle-copy-file): Improve error message.
3195         (tramp-smb-handle-rename-file): Rename directly only in case
3196         `newname' does not exist yet.  This is a restriction of smbclient.
3197         (tramp-smb-maybe-open-connection): Rerun the function only when
3198         `auth-sources' is non-nil.
3200 2013-09-08  Kenichi Handa  <handa@gnu.org>
3202         * international/characters.el: Set category "^" (Combining) for
3203         more characters.
3205 2013-09-07  Alan Mackenzie  <acm@muc.de>
3207         Correctly fontify Java class constructors.
3208         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3209         in Java Mode.
3210         (c-recognize-typeless-decls): Set the Java value to t.
3211         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3212         While handling a "(", add a check for, effectively, Java, and handle a
3213         "typeless" declaration there.
3215 2013-09-07  Roland Winkler  <winkler@gnu.org>
3217         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3218         field subtitle for entry type book.
3220 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * minibuffer.el: Make minibuffer-complete call completion-in-region
3223         rather than other way around.
3224         (completion--some, completion-pcm--find-all-completions):
3225         Don't delay signals when debugging.
3226         (minibuffer-completion-contents): Beware fields within the
3227         minibuffer contents.
3228         (completion-all-sorted-completions): Use defvar-local.
3229         (completion--do-completion, completion--cache-all-sorted-completions)
3230         (completion-all-sorted-completions, minibuffer-force-complete):
3231         Add args `beg' and `end'.
3232         (completion--in-region-1): New fun, extracted from minibuffer-complete.
3233         (minibuffer-complete): Use completion-in-region.
3234         (completion-complete-and-exit): New fun, extracted from
3235         minibuffer-complete-and-exit.
3236         (minibuffer-complete-and-exit): Use it.
3237         (completion--complete-and-exit): Rename from
3238         minibuffer--complete-and-exit.
3239         (completion-in-region--single-word): New function, extracted from
3240         minibuffer-complete-word.
3241         (minibuffer-complete-word): Use it.
3242         (display-completion-list): Make `common-substring' argument obsolete.
3243         (completion--in-region): Call completion--in-region-1 instead of
3244         minibuffer-complete.
3245         (completion-help-at-point): Pass boundaries to
3246         minibuffer-completion-help as args rather than via an overlay.
3247         (completion-pcm--string->pattern): Use `any-delim'.
3248         (completion-pcm--optimize-pattern): New function.
3249         (completion-pcm--pattern->regex): Handle `any-delim'.
3250         * icomplete.el (icomplete-forward-completions)
3251         (icomplete-backward-completions, icomplete-completions):
3252         Adjust calls to completion-all-sorted-completions and
3253         completion--cache-all-sorted-completions.
3254         (icomplete-with-completion-tables): Default to t.
3255         * emacs-lisp/crm.el (crm--current-element): Rename from
3256         crm--select-current-element.  Don't put an overlay but return the
3257         boundaries instead.
3258         (crm--completion-command): Take two new args to bind to the boundaries.
3259         (crm-completion-help): Adjust accordingly.
3260         (crm-complete): Use completion-in-region.
3261         (crm-complete-word): Use completion-in-region--single-word.
3262         (crm-complete-and-exit): Use completion-complete-and-exit.
3264 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3266         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3267         than dynamically.
3269 2013-09-06  Juri Linkov  <juri@jurta.org>
3271         * info.el (Info-display-images-node): When image file doesn't exist
3272         display text version of the image if it's provided in the Info file.
3273         Otherwise, display the location of missing image from SRC attribute.
3274         Add help-echo text property from ALT attribute.  (Bug#15279)
3276 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3278         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3279         (edit-abbrevs-mode): Use define-derived-mode.
3281         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3282         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3283         that it's defined.
3284         (epa-key-list-mode, epa-key-mode, epa-info-mode):
3285         Use define-derived-mode.
3287         * epg.el (epg-start-encrypt): Minor CSE simplification.
3289 2013-09-06  William Xu  <william.xwl@gmail.com>
3291         * arc-mode.el: Add support for 7za (bug#15264).
3292         (archive-7z-program): New var.
3293         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3294         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3295         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3297 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
3299         Remove URL syntax.
3301         * net/tramp.el (tramp-syntax, tramp-prefix-format)
3302         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3303         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3304         (tramp-postfix-host-format, tramp-file-name-regexp)
3305         (tramp-completion-file-name-regexp)
3306         (tramp-completion-dissect-file-name)
3307         (tramp-handle-substitute-in-file-name): Remove 'url case.
3308         (tramp-file-name-regexp-url)
3309         (tramp-completion-file-name-regexp-url): Remove constants.
3311 2013-09-06  Glenn Morris  <rgm@gnu.org>
3313         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
3315 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
3317         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3318         keywords" below "here-doc beginnings" (Bug#15270).
3320 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3322         * subr.el (pop): Use `car-safe'.
3323         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3324         to detect unused `pop' return value.
3326         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3327         var `block-regexp'.
3328         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3329         (python-fill-string): Remove unused var `marker'.
3330         (python-skeleton-add-menu-items): Remove unused var `items'.
3332         * international/mule-cmds.el: Require CL.
3333         (find-coding-systems-for-charsets): Avoid add-to-list.
3334         (sanitize-coding-system-list): New function, extracted from
3335         select-safe-coding-system-interactively.
3336         (select-safe-coding-system-interactively): Use it.
3337         (read-input-method-name): Accept symbols for `default'.
3339         * emacs-lisp/advice.el (defadvice): Add indent rule.
3341 2013-09-05  Daniel Hackney  <dan@haxney.org>
3343         * dired-x.el:
3344         * net/ange-ftp.el:
3345         * net/browse-url.el:
3346         * net/dbus.el:
3347         * net/eudc.el:
3348         * net/eudcb-ldap.el:
3349         * net/eww.el:
3350         * net/imap.el:
3351         * printing.el:
3352         * vc/ediff-diff.el:
3353         * vc/ediff-init.el:
3354         * vc/ediff-merg.el:
3355         * vc/ediff-mult.el:
3356         * vc/ediff-util.el:
3357         * vc/ediff-wind.el:
3358         * vc/ediff.el:
3359         * vc/emerge.el:
3360         * vc/pcvs.el:
3361         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3362         byte compiler.  Remove some unused let-bound variables.
3364 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3366         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3367         a "ref-cell", since it gets better optimized (bug#14883).
3369 2013-09-05  Glenn Morris  <rgm@gnu.org>
3371         * progmodes/cc-awk.el (c-forward-sws): Declare.
3373 2013-09-04  Glenn Morris  <rgm@gnu.org>
3375         * generic-x.el [rul-generic-mode]: Require cc-mode.
3376         (c++-mode-syntax-table): Declare.
3377         (rul-generic-mode-syntax-table): Init in the defvar.
3379 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3381         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3382         (vc-do-command, vc-set-async-update):
3383         * vc/vc-mtn.el (vc-mtn-dir-status):
3384         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3385         (vc-hg-pull, vc-hg-merge-branch):
3386         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3387         (vc-git-merge-branch):
3388         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3389         (vc-cvs-dir-status-files):
3390         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3391         (vc-bzr-dir-status-files):
3392         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3393         * vc/vc-annotate.el: Use lexical-binding.
3394         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3395         (vc-sentinel-movepoint): Declare.
3396         (vc-annotate): Don't use `goto-line'.
3397         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3398         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3399         (vc-sentinel-movepoint): Declare.
3400         * vc/vc-svn.el: Use lexical-binding.
3401         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3402         * vc/vc-sccs.el:
3403         * vc/vc-rcs.el: Use lexical-binding.
3405         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3406         `deleted'.  Don't drop errors silently.
3408         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3410 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
3412         * vc/vc.el (vc-ignore): Rewrite.
3413         (vc-default-ignore): New function.
3414         (vc-default-ignore-completion-table): Use find-ignore-file.
3416         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3417         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3418         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3419         Remove.  Most code moved to vc.el.
3421 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3423         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3424         * net/tramp-smb.el (tramp-smb-get-file-entries):
3425         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3426         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3428         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3429         Update call to it.
3430         (eww-change-select): Remove unused var `properties'.
3431         (eww-make-unique-file-name): Remove unused var `base'.
3433         * finder.el (finder-compile-keywords): Don't mess with windows.
3435         * calculator.el (calculator-funcall): Fix typo in last change.
3437         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3439         * emacs-lisp/package.el (package-activate-1): Don't let a missing
3440         <pkg>-autoloads.el file stop us.
3442         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3443         warnings, and factor out common code.
3445 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
3447         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3448         two-character operators and whether the character preceding them
3449         changes their meaning (Bug#15208).
3451 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3453         Format code sent to Python shell for robustness.
3454         * progmodes/python.el (python-shell-buffer-substring):
3455         New function.
3456         (python-shell-send-region, python-shell-send-buffer): Use it.
3458 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
3460         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3461         * net/tramp.el (tramp-user-error): ... here.
3462         (tramp-find-method, tramp-check-proper-host)
3463         (tramp-dissect-file-name, tramp-debug-message)
3464         (tramp-handle-shell-command):
3465         * net/tramp-adb.el (tramp-adb-handle-shell-command):
3466         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3468         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3470 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
3472         * avoid.el (mouse-avoidance-point-position)
3473         (mouse-avoidance-too-close-p): Handle case where posn-at-point
3474         returns nil.
3476 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3478         * progmodes/python.el (python-shell-completion-get-completions):
3479         Drop use of deleted `comint-last-prompt-overlay'.
3480         (python-nav-if-name-main): New command.
3482 2013-09-01  Glenn Morris  <rgm@gnu.org>
3484         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3485         Avoid leading space in $wins.  Otherwise the sed command used by
3486         eg compile-main ends up containing "/*.el".  (Bug#15170)
3488         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
3490 2013-08-30  Glenn Morris  <rgm@gnu.org>
3492         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3493         Fix is-this-a-directory logic.  (Bug#15220)
3495 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3497         * textmodes/css-mode.el: Use SMIE.
3498         (css-smie-grammar): New var.
3499         (css-smie--forward-token, css-smie--backward-token)
3500         (css-smie-rules): New functions.
3501         (css-mode): Use them.
3502         (css-navigation-syntax-table): Remove var.
3503         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3504         (css-indent-calculate, css-indent-line): Remove functions.
3506         Misc changes to reduce use of `(lambda...); and other cleanups.
3507         * cus-edit.el: Use lexical-binding.
3508         (customize-push-and-save, customize-apropos)
3509         (custom-buffer-create-internal): Use closures.
3510         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3511         * progmodes/ada-xref.el: Use setq.
3512         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3513         * dframe.el: Use lexical-binding.
3514         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
3515         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3516         * descr-text.el: Use lexical-binding.
3517         (describe-text-widget, describe-text-sexp, describe-property-list):
3518         Use closures.
3519         * comint.el (comint-history-isearch-push-state): Use a closure.
3520         * calculator.el: Use lexical-binding.
3521         (calculator-number-to-string): Make it work with lexical-binding.
3522         (calculator-funcall): Same and use cl-letf.
3524         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3525         (lisp--company-doc-string, lisp--company-location): New functions.
3526         (lisp-completion-at-point): Use them to improve Company support.
3528         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3529         params of lambda expressions.
3530         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3531         (ruby-smie--opening-pipe-p): New function.
3532         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3533         symbols and matched |...| for formal params.
3534         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3535         from being treated as hanging.  Handle "rescue".
3537 2013-08-29  Glenn Morris  <rgm@gnu.org>
3539         * progmodes/cc-engine.el (c-pull-open-brace):
3540         Move definition before use.
3542 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3544         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3545         are immutable.  Don't use `unsafe' any more.
3546         (cl--defsubst-expand): Don't substitute at the same time as keeping
3547         a residual unused let-binding.  Don't use `unsafe' any more.
3549 2013-08-29  Glenn Morris  <rgm@gnu.org>
3551         * calendar/cal-china.el (calendar-chinese-year-cache):
3552         Recenter on 2015.
3554         * nxml/nxml-util.el (nxml-debug-clear-inside):
3555         Use cl-loop rather than loop.
3557         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3559         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3561 2013-08-28  Glenn Morris  <rgm@gnu.org>
3563         * progmodes/antlr-mode.el: No need to require cc-mode twice.
3565         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3567         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3569 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3571         * simple.el (repeat-complex-command--called-interactively-skip):
3572         New function.
3573         (repeat-complex-command): Use it (bug#14136).
3575         * progmodes/cc-mode.el: Minor cleanup of var declarations.
3576         (c-define-abbrev-table): Add `doc' argument.
3577         (c-mode-abbrev-table, c++-mode-abbrev-table)
3578         (objc-mode-abbrev-table, java-mode-abbrev-table)
3579         (idl-mode-abbrev-table, pike-mode-abbrev-table)
3580         (awk-mode-abbrev-table): Use it.
3581         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3582         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3583         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3584         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3585         Move initialization into the declaration; and remove any
3586         autoload cookie.
3588         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3589         and dynamic let binding.
3591         * vc/smerge-mode.el: Remove redundant :group args.
3593         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3594         to load-path.
3596 2013-08-28  Juri Linkov  <juri@jurta.org>
3598         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3599         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3600         (isearch-other-meta-char): Handle an undefined shifted printing
3601         character by downshifting it.  (Bug#15200)
3603 2013-08-28  Juri Linkov  <juri@jurta.org>
3605         * isearch.el (isearch-search): Change regexp error message for
3606         non-regexp searches.  (Bug#15166)
3608 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3610         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3611         for portability to hosts where /bin/sh has problems.
3613 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3615         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3617 2013-08-27  Juri Linkov  <juri@jurta.org>
3619         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3620         in the keyboard macro.  (Bug#15126)
3622 2013-08-27  Juri Linkov  <juri@jurta.org>
3624         * isearch.el (isearch-quote-char): Comment out converting unibyte
3625         to multibyte, thus syncing with its `quoted-insert' counterpart.
3626         (Bug#15166)
3628 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
3630         * window.el (display-buffer-use-some-window): Add missing
3631         argument in call of get-largest-window (Bug#15185).
3632         Reported by Stephen Leake.
3634 2013-08-27  Glenn Morris  <rgm@gnu.org>
3636         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3638 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3640         * progmodes/python.el (python-font-lock-keywords): Don't return nil
3641         from a matcher-function unless there's no more matches (bug#15161).
3643 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
3645         * minibuffer.el: Revert change from 2013-08-20.
3647         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3648         with text property `tramp-default', if appropriate.
3649         (tramp-check-proper-host): New defun.
3650         (tramp-dissect-file-name): Do not check hostname.  Revert change
3651         of 2013-03-18.
3652         (tramp-backtrace): Make VEC-OR-PROC optional.
3654         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3655         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3656         * net/tramp-sh.el (tramp-maybe-open-connection):
3657         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3658         Apply `tramp-check-proper-host'.
3660 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
3662         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3663         lambda expression in order to have `describe-variable' display it.
3665 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
3667         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3668         BUF can be optional.  (Bug#15186)
3670 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
3672         * progmodes/flymake.el (flymake-get-real-file-name-function):
3673         Fix broken customization.  (Bug#15184)
3675 2013-08-25  Alan Mackenzie  <acm@muc.de>
3677         Improve indentation of bracelists defined by macros (without "=").
3679         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3680         expansion begins with "{", regard it as bracelist when it doesn't
3681         contain a ";".
3683         Parse C++ inher-intro when there's a template split over 2 lines.
3685         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3686         rigorously the search for "class" etc. followed by ":".
3688         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3689         random languages a regexp which never matches rather than nil.
3691         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3693         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3694         (c-awk-regexp-one-line-possibly-open-char-list-re)
3695         (c-awk-one-line-possibly-open-regexp-re)
3696         (c-awk-one-line-non-syn-ws*-re): Remove.
3697         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3698         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3699         (c-awk-space*-unclosed-regexp-/-re): New constants.
3700         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3701         aren't regexp delimiters.
3703         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3704         handling for a rare situation in AWK Mode involving unterminated
3705         strings/regexps.
3707 2013-08-23  Glenn Morris  <rgm@gnu.org>
3709         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3711         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3713         * files.el (create-file-buffer): If the result would begin with
3714         spaces, prepend a "|" instead of removing them.  (Bug#15162)
3716 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3718         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3719         text-properties (bug#15155).
3721         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3722         exist any more.
3723         (calc-keypad-redraw): Remove unused var `pad'.
3724         (calc-keypad-press): Remove unused var `menu'.
3726 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
3728         * window.el (display-buffer-pop-up-frame):
3729         Call pop-up-frame-function with BUFFER current so `make-frame' will
3730         use it as the new frame's buffer (Bug#15133).
3732 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3734         * calendar/timeclock.el: Minor cleanups.
3735         (timeclock-ask-before-exiting, timeclock-use-display-time):
3736         Use `symbol'.
3737         (timeclock-modeline-display): Define as alias before the
3738         actual definition.
3739         (timeclock-mode-line-display): Use define-minor-mode.
3740         (timeclock-day-list-template): Make it a function, add an argument.
3741         (timeclock-day-list-required, timeclock-day-list-length)
3742         (timeclock-day-list-debt, timeclock-day-list-span)
3743         (timeclock-day-list-break): Adjust calls accordingly.
3745 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3748         Use read--expression so that completion works again.
3750 2013-08-21  Sam Steingold  <sds@gnu.org>
3752         Add rudimentary inferior shell interaction
3753         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3754         (sh-set-shell): Reset it.
3755         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3756         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3758 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3760         * align.el: Use lexical-binding.
3761         (align-region): Simplify accordingly.
3763 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
3765         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3767         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3768         `non-essential' up.
3770 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
3772         * net/tramp.el:
3773         * net/tramp-adb.el:
3774         * net/tramp-cmds.el:
3775         * net/tramp-ftp.el:
3776         * net/tramp-gvfs.el:
3777         * net/tramp-gw.el:
3778         * net/tramp-sh.el: Don't wrap external variable declarations by
3779         `eval-when-compile'.
3781 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3783         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3784         now that Emacs supports ImageMagick animations.
3786 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
3788         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3789         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3791 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
3793         * window.el (mouse-autoselect-window-select): Do autoselect when
3794         mouse pointer is on margin.
3796 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
3798         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
3800 2013-08-16  Glenn Morris  <rgm@gnu.org>
3802         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3803         Handle "Remote Directory" response of some clients.  (Bug#15058)
3805         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3806         Tweak warning.  (Bug#14926)
3808         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3809         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
3811         * image-mode.el (image-mode-map): Add menu items to reverse,
3812         increase, decrease, reset animation speed.
3813         (image--set-speed, image-increase-speed, image-decrease-speed)
3814         (image-reverse-speed, image-reset-speed): New functions.
3815         (image-mode-map): Add bindings for speed commands.
3817         * image.el (image-animate-get-speed, image-animate-set-speed):
3818         New functions.
3819         (image-animate-timeout): Respect image :speed property.
3821 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3823         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3824         previous line (bug#15101).
3825         (debugger-eval-expression, debugger-record-expression):
3826         Use read--expression (bug#15102).
3828 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
3830         Remove byte compiler warnings, visible when compiling with
3831         `byte-compile-force-lexical-warnings' set to t.
3833         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3834         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3835         (tramp-handle-unhandled-file-name-directory)
3836         (tramp-handle-file-notify-add-watch, tramp-action-login)
3837         (tramp-action-succeed, tramp-action-permission-denied)
3838         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3839         arguments with "_".
3841         * net/tramp-adb.el (tramp-adb-parse-device-names)
3842         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3843         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3844         (tramp-adb-handle-file-truename): Remove unused arguments.
3846         * net/tramp-cache.el (tramp-flush-directory-property)
3847         (tramp-flush-connection-property, tramp-list-connections)
3848         (tramp-parse-connection-properties): Prefix unused arguments with "_".
3850         * net/tramp-compat.el (tramp-compat-make-temp-file):
3851         Rename FILENAME to F.
3853         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3854         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3855         (tramp-zeroconf-parse-workstation-device-names)
3856         (tramp-zeroconf-parse-webdav-device-names)
3857         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3859         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3860         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3862         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3863         arguments.
3864         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3865         (tramp-sh-handle-insert-file-contents-literally)
3866         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3867         with "_".
3868         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3869         Remove unused variables.
3871         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3872         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3873         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3875         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3876         Make them a defconst.
3877         (tramp-uuencode-region): Remove unused variable.
3879 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
3881         * frameset.el (frameset--prop-setter): New function.
3882         (frameset-prop): Add gv-setter declaration.
3883         (frameset-filter-minibuffer): Deal with the case that the minibuffer
3884         parameter was already set in FILTERED.  Doc fix.
3885         (frameset--record-minibuffer-relationships): Allow saving a
3886         minibufferless frame without its corresponding minibuffer frame.
3887         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3888         frame, if the frame id matches.
3889         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3890         frames before orphaned ones.
3891         (frameset-restore): Warn about orphaned windows, instead of error out.
3893 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
3895         * window.el (window-make-atom): Don't overwrite parameter
3896         already present.
3897         (display-buffer-in-atom-window): Handle special case where we
3898         split an already atomic window.
3899         (window--major-non-side-window, display-buffer-in-side-window)
3900         (window--side-check): Ignore minibuffer window when walking
3901         window tree.
3902         (window-deletable-p): Return 'frame only if no other frame uses
3903         our minibuffer window.
3904         (record-window-buffer): Run buffer-list-update-hook.
3905         (split-window): Make sure window--check-frame won't destroy an
3906         existing atomic window in case the new window gets nested
3907         inside.
3908         (display-buffer-at-bottom): Ignore minibuffer window when
3909         walking window tree.  Don't split a side window.
3910         (pop-to-buffer): Don't set-buffer here, the select-window call
3911         should do that.
3912         (mouse-autoselect-window-select): Autoselect only if we are in the
3913         text portion of the window.
3915 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917         * net/shr.el (shr-parse-image-data): New function to grab both the
3918         data itself and the Content-Type.
3919         (shr-put-image): Use it.
3921         * net/eww.el (eww-display-image): Ditto.
3923         * image.el (image-content-type-suffixes): New variable.
3925 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3927         * progmodes/python.el (python-imenu--build-tree)
3928         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3930 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
3932         * simple.el (backward-word): Mention the optional argument.
3934 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3936         * frameset.el (frameset--make): Rename constructor from make-frameset.
3937         (frameset-p, frameset-valid-p): Don't autoload.
3938         (frameset-valid-p): Use normal accessors.
3940 2013-08-13  Glenn Morris  <rgm@gnu.org>
3942         * progmodes/compile.el (compile-command): Tweak example in doc.
3943         * obsolete/scribe.el (scribe-mode):
3944         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
3946         * mail/feedmail.el (feedmail-confirm-outgoing)
3947         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3949         * cus-start.el (truncate-partial-width-windows): Fix type.
3951         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3953         * net/shr.el (shr-table-horizontal-line): Fix custom type.
3955 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         * emacs-lisp/timer.el (timer--time-setter): New function.
3958         (timer--time): Use it as gv-setter.
3960         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3961         setter is not a symbol.
3963 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
3965         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3966         if sending fails.  This makes debugging easier.
3968 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
3970         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3971         revno:113793, which breaks the test suite).
3972         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3974 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
3976         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3978 2013-08-12  Glenn Morris  <rgm@gnu.org>
3980         * format.el (format-annotate-function):
3981         Handle read-only text properties in the source.  (Bug#14887)
3983 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985         * net/eww.el (eww-display-html): Ignore coding system errors.
3986         One web site uses "utf-8lias" as the coding system.
3988 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
3990         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3992 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
3994         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3995         (tutorial--detailed-help): Remove unused local variables.
3996         (tutorial--save-tutorial-to): Use ignore-errors.
3997         (help-with-tutorial): Use looking-at-p.
3999         * view.el (view-buffer-other-window, view-buffer-other-frame):
4000         Mark unused arguments.
4002         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4003         (woman-select-symbol-fonts, woman, woman-find-file)
4004         (woman-insert-file-contents, woman-non-underline-faces):
4005         Use string-match-p.
4006         (woman1-unquote): Move declaration.
4008         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4009         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
4010         argument.  Remove unused local variable.
4011         (xml-parse-elem-type): Use string-match-p.
4012         (xml-substitute-numeric-entities): Use ignore-errors.
4014         * calculator.el (calculator): Mark unused argument.
4015         (calculator-paste, calculator-quit, calculator-integer-p):
4016         Use ignore-errors.
4017         (calculator-string-to-number, calculator-decimal, calculator-exp)
4018         (calculator-op-or-exp): Use string-match-p.
4020         * dired.el (dired-buffer-more-recently-used-p): Declare.
4021         (dired-insert-set-properties, dired-insert-old-subdirs):
4022         Use ignore-errors.
4024         * dired-aux.el (dired-compress): Use ignore-errors.
4025         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4026         (dired-do-async-shell-command, dired-do-shell-command)
4027         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4028         (dired-insert-subdir-validate): Use string-match-p.
4029         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4030         (dired-add-entry): Use string-match-p, looking-at-p.
4031         (dired-insert-subdir-newpos): Remove unused local variable.
4033         * filenotify.el (file-notify-callback): Remove unused local variable.
4035         * filesets.el (filesets-error): Mark unused argument.
4036         (filesets-which-command-p, filesets-filter-dir-names)
4037         (filesets-directory-files, filesets-get-external-viewer)
4038         (filesets-ingroup-get-data): Use string-match-p.
4040         * find-file.el (ff-other-file-name, ff-other-file-name)
4041         (ff-find-the-other-file, ff-cc-hh-converter):
4042         Remove unused local variables.
4043         (ff-get-file-name): Use string-match-p.
4044         (ff-all-dirs-under): Use ignore-errors.
4046         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4047         (follow-select-if-visible): Remove unused local variable.
4049         * forms.el (read-file-filter): Move declaration.
4050         (forms--make-format, forms--make-parser, forms-insert-record):
4051         Quote function with #'.
4052         (forms--update): Use string-match-p.  Quote function with #'.
4054         * help-mode.el (help-dir-local-var-def): Mark unused argument.
4055         (help-make-xrefs): Use looking-at-p.
4056         (help-xref-on-pp): Use looking-at-p, ignore-errors.
4058         * ibuffer.el (ibuffer-ext-visible-p): Declare.
4059         (ibuffer-confirm-operation-on): Use string-match-p.
4061         * msb.el (msb-item-handler, msb-dired-item-handler):
4062         Mark unused arguments.
4064         * ses.el (ses-decode-cell-symbol)
4065         (ses-kill-override): Remove unused local variable.
4066         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4067         (ses-load): Use ignore-errors, looking-at-p.
4068         (ses-jump-safe): Use ignore-errors.
4069         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4071         * tabify.el (untabify, tabify): Mark unused arguments.
4073         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4074         Mark unused argument.
4075         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4076         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4078         * emacs-lisp/timer.el (timer--time): Define setter with
4079         gv-define-setter to avoid deprecation warning.
4081         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
4082         (*record-cmpl-statistics-p*): Remove (was commented out).
4083         (cmpl-statistics-block): Remove (body was commented out).
4084         All callers changed.
4085         (add-completions-from-buffer, load-completions-from-file):
4086         Remove unused variables.
4088 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
4090         * filecache.el (file-cache-delete-file-list):
4091         Print message only when told so.
4092         (file-cache-files-matching): Use #' in mapconcat argument.
4094         * ffap.el (ffap-url-at-point): Fix reference to variable
4095         thing-at-point-default-mail-uri-scheme.
4097 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4099         * subr.el (define-error): New function.
4100         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4101         error-file-not-found and define with define-error.
4102         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4103         and define with define-error.
4104         * userlock.el (file-locked, file-supersession):
4105         * simple.el (mark-inactive):
4106         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4107         * progmodes/ada-mode.el (ada-mode-errors):
4108         * play/life.el (life-extinct):
4109         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4110         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4111         * nxml/rng-util.el (rng-error):
4112         * nxml/rng-uri.el (rng-uri-error):
4113         * nxml/rng-match.el (rng-compile-error):
4114         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4115         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4116         * nxml/nxml-rap.el (nxml-scan-error):
4117         * nxml/nxml-outln.el (nxml-outline-error):
4118         * net/soap-client.el (soap-error):
4119         * net/gnutls.el (gnutls-error):
4120         * net/ange-ftp.el (ftp-error):
4121         * mpc.el (mpc-proc-error):
4122         * json.el (json-error, json-readtable-error, json-unknown-keyword)
4123         (json-number-format, json-string-escape, json-string-format)
4124         (json-key-format, json-object-format):
4125         * jka-compr.el (compression-error):
4126         * international/quail.el (quail-error):
4127         * international/kkc.el (kkc-error):
4128         * emacs-lisp/ert.el (ert-test-failed):
4129         * calc/calc.el (calc-error, inexact-result, math-overflow)
4130         (math-underflow):
4131         * bookmark.el (bookmark-error-no-filename):
4132         * epg.el (epg-error): Define with define-error.
4134         * time.el (display-time-event-handler)
4135         (display-time-next-load-average): Don't call sit-for since it seems
4136         unnecessary (bug#15045).
4138         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4139         Use #' instead of ' to quote functions.
4140         (checkdoc-output-mode): Use setq-local.
4141         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4142         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4143         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4144         (checkdoc-ispell, checkdoc-ispell-current-buffer)
4145         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4146         (checkdoc-ispell-message-text, checkdoc-ispell-start)
4147         (checkdoc-ispell-continue, checkdoc-ispell-comments)
4148         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4150         * ido.el (ido-completion-help): Fix up compiler warning.
4152 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
4154         * frameset.el (frameset-p): Add autoload cookie.
4155         (frameset--jump-to-register): New function, based on code moved from
4156         register.el.
4157         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
4159         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4160         (frameset-restore, frameset-save, frameset-session-filter-alist):
4161         Remove declarations.
4162         (register-alist): Doc fix.
4163         (frameset-to-register): Move to frameset.el.
4164         (jump-to-register, describe-register-1): Remove frameset-specific code.
4166 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4168         * allout-widgets.el (allout-widgets-pre-command-business)
4169         (allout-widgets-post-command-business)
4170         (allout-widgets-after-change-handler)
4171         (allout-decorate-item-and-context, allout-set-boundary-marker)
4172         (allout-body-modification-handler)
4173         (allout-graphics-modification-handler): Mark ignored arguments.
4174         (allout-widgets-post-command-business)
4175         (allout-widgets-exposure-change-processor)
4176         (allout-widgets-exposure-undo-processor)
4177         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4178         (allout-parse-item-at-point, allout-decorate-item-guides)
4179         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4180         * allout.el (epa-passphrase-callback-function): Declare.
4181         (allout-overlay-insert-in-front-handler)
4182         (allout-overlay-interior-modification-handler)
4183         (allout-isearch-end-handler, allout-chart-siblings)
4184         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4185         (allout-yank-processing, allout-process-exposed)
4186         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4187         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4188         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4189         (lisp-indent-defform): Mark ignored arguments.
4190         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
4191         (calculate-lisp-indent): Remove unused variables.
4192         * international/characters.el (indian-2-column, arabic-2-column)
4193         (tibetan): Mark ignored arguments.
4194         (use-cjk-char-width-table): Mark ignored arguments.
4195         Remove unused variables.
4196         * international/fontset.el (build-default-fontset-data)
4197         (x-compose-font-name, create-fontset-from-fontset-spec):
4198         Mark ignored arguments.
4199         (fontset-plain-name): Remove unused variables.
4200         * international/mule.el (charset-id, charset-bytes, generic-char-p)
4201         (keyboard-coding-system): Mark ignored arguments.
4202         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
4203         * help.el (resize-temp-buffer-window):
4204         * window.el (display-buffer-in-major-side-window)
4205         (display-buffer-in-side-window, display-buffer-in-previous-window):
4206         Remove unused variables.
4207         * isearch.el (isearch-forward-symbol):
4208         * version.el (emacs-bzr-version-bzr):
4209         * international/mule-cmds.el (current-language-environment):
4210         * term/common-win.el (x-handle-iconic, x-handle-geometry)
4211         (x-handle-display):
4212         * term/pc-win.el (x-list-fonts, x-display-planes)
4213         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4214         (x-server-version, x-display-screens, x-display-mm-height)
4215         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4216         (x-selection-owner-p, x-own-selection-internal)
4217         (x-disown-selection-internal, x-get-selection-internal)
4218         (msdos-initialize-window-system):
4219         * term/tty-colors.el (tty-color-alist, tty-color-clear):
4220         * term/x-win.el (x-handle-no-bitmap-icon):
4221         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4222         (vc-default-find-file-hook, vc-default-extra-menu):
4223         Mark ignored arguments.
4225 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4227         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4228         break-condition in the context of the debugged code (bug#12685).
4230 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
4232         * comint.el:
4233         Do not use an overlay to highlight the last prompt.  (Bug#14744)
4234         (comint-mode): Make comint-last-prompt buffer local.
4235         (comint-last-prompt): New variable.
4236         (comint-last-prompt-overlay): Remove.  Superseded by
4237         comint-last-prompt.
4238         (comint-snapshot-last-prompt, comint-output-filter):
4239         Use comint-last-prompt.
4241 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4243         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
4244         (frameset-save): Check validity of the resulting frameset.
4246 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
4248         * ido.el (ido-record-command): Add doc string.
4250 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4252         * frameset.el (frameset): Do not disable creation of the default
4253         frameset-p predicate.  Doc fix.
4254         (frameset-valid-p): New function, copied from the old predicate-p.
4255         Add additional checks.
4256         (frameset-restore): Check with frameset-valid-p.
4257         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4258         (frameset-name, frameset-description, frameset-properties)
4259         (frameset-states): Add docstring.
4260         (frameset-session-filter-alist, frameset-persistent-filter-alist)
4261         (frameset-filter-alist): Doc fixes.
4263 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4265         * frameset.el (frameset-p, frameset-prop): Doc fixes.
4267 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4269         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4270         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4271         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4272         (byte-compile-normal-call): Remove obsolescence check.
4274 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4276         * frameset.el (frameset-restore): Doc fix.
4278         * register.el (frameset-frame-id, frameset-frame-with-id)
4279         (frameset-p, frameset-restore, frameset-save): Declare.
4280         (register-alist): Document framesets.
4281         (frameset-session-filter-alist): Declare.
4282         (frameset-to-register): New function.
4283         (jump-to-register): Implement jumping to framesets.  Doc fix.
4284         (describe-register-1): Describe framesets.
4286         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4288 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
4290         * desktop.el (desktop-save-frameset): Use new frameset-save args.
4291         Use lexical-binding.
4293         * frameset.el (frameset): Use type vector, not list (incompatible
4294         change).  Do not declare a new constructor, use the default one.
4295         Upgrade suggested properties `app', `name' and `desc' to slots `app',
4296         `name' and `description', respectively, and add read-only slot
4297         `timestamp'.  Doc fixes.
4298         (frameset-copy, frameset-persistent-filter-alist)
4299         (frameset-filter-alist, frameset-switch-to-gui-p)
4300         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4301         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4302         (frameset-filter-iconified, frameset-keep-original-display-p):
4303         Doc fixes.
4304         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4305         Rename from frameset-filter-(save|restore)-param.  All callers changed.
4306         Doc fix.
4307         (frameset-p): Adapt to change to vector and be more thorough.
4308         Change arg name to OBJECT.  Doc fix.
4309         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
4310         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4311         All callers changed.
4312         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4313         All callers changed.
4314         (frameset--record-minibuffer-relationships): Rename from
4315         frameset--process-minibuffer-frames.  All callers changed.
4316         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4317         Use new default constructor (again).  Doc fix.
4318         (frameset--find-frame-if): Rename from `frameset--find-frame.
4319         All callers changed.
4320         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4321         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4322         Doc fix.
4323         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4324         PARAMETERS and WINDOW-STATE, respectively.
4325         (frameset-restore): Add new keyword argument PREDICATE.
4326         Reset frameset--target-display to nil.  Doc fix.
4328 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4330         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4331         (bat-mode): Use it.
4332         (bat-mode-syntax-table): Mark \n as end-of-comment.
4333         (bat-font-lock-keywords): Remove comment rule.
4335         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
4336         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
4338         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4339         (byte-compile-callargs-warn): Use `push'.
4340         (byte-compile-arglist-warn): Ignore higher-order "calls".
4341         (byte-compile-file-form-autoload): Use `pcase'.
4342         (byte-compile-function-form): If quoting a symbol, check that it exists.
4344 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
4346         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4347         and add a few popular commands found in batch files.
4348         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4349         (dos-mode): Doc fixes.
4351 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4353         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4354         (dos-mode): Use setq-local.  Add space after "rem".
4355         (dos-mode-syntax-table): Don't use "w" for symbol chars.
4356         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4358 2013-08-07  Arni Magnusson  <arnima@hafro.is>
4360         * progmodes/dos.el: New file.
4361         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4362         dos-mode.
4364 2013-08-06  Glenn Morris  <rgm@gnu.org>
4366         * calendar/calendar.el: Add new faces, and day-header-array.
4367         (calendar-weekday-header, calendar-weekend-header)
4368         (calendar-month-header): New faces.
4369         (calendar-day-header-construct): New function.
4370         (calendar-day-header-width): Also :set calendar-day-header-array.
4371         (calendar-american-month-header, calendar-european-month-header)
4372         (calendar-iso-month-header): Use calendar- faces.
4373         (calendar-generate-month):
4374         Use calendar-day-header-array for day headers; apply faces to them.
4375         (calendar-mode): Check calendar-font-lock-keywords non-nil.
4376         (calendar-abbrev-construct): Add optional maxlen argument.
4377         (calendar-day-name-array): Doc fix.
4378         (calendar-day-name-array, calendar-abbrev-length)
4379         (calendar-day-abbrev-array):
4380         Also :set calendar-day-header-array, and maybe redraw.
4381         (calendar-day-header-array): New option.  (Bug#15007)
4382         (calendar-font-lock-keywords): Set to nil and make obsolete.
4383         (calendar-day-name): Add option to use header array.
4385 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387         * net/shr.el (shr-render-td): Remove debugging.
4388         (shr-render-td): Make width computation consistent by defaulting
4389         all zero-width columns to 10 characters.  This may not be optimal,
4390         but it's at least consistent.
4391         (shr-make-table-1): Redo last change to fix the real problem in
4392         colspan handling.
4394 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
4396         * files.el (cache-long-line-scans):
4397         Make obsolete alias to `cache-long-scans'.
4399 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
4401         * frameset.el (frameset, frameset-filter-alist)
4402         (frameset-filter-params, frameset-save, frameset--reuse-frame)
4403         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4404         (frameset-compute-pos): Rename from frameset--compute-pos,
4405         and add docstring.
4406         (frameset-move-onscreen): Use frameset-compute-pos.
4407         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4409         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4410         Fix typos in docstrings.
4412 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
4414         * frame.el (get-other-frame): Tiny cleanup.
4416 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
4418         * vc/vc.el (vc-default-ignore-completion-table):
4419         Silence byte-compiler warning.
4421         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4422         slot , which can indeed be nil.
4423         (frameset-live-filter-alist, frameset-persistent-filter-alist):
4424         Move entry for `left' from persistent to live filter alist.
4425         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4426         Doc fixes.
4427         (frameset-filter-params): When restoring a frame, copy items added to
4428         `filtered', to avoid unwittingly modifying the original parameters.
4429         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
4430         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4432         * dired.el (dired-insert-directory): Revert change in revno:113117
4433         to use looking-at-p instead of looking-at.  (Bug#15028)
4435 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4437         Revert introduction of isearch-filter-predicates (bug#14714).
4438         Rely on add-function instead.
4439         * isearch.el (isearch-filter-predicates): Rename it back to
4440         isearch-filter-predicate.
4441         (isearch-message-prefix): Use advice-function-mapc and advice
4442         properties to get the isearch-message-prefix.
4443         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4444         instead of run-hook-with-args-until-failure.
4445         (isearch-filter-visible): Not obsolete any more.
4446         * loadup.el: Preload nadvice.
4447         * replace.el (perform-replace): Revert to funcall
4448         instead of run-hook-with-args-until-failure.
4449         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4450         * dired-aux.el (dired-isearch-filenames-mode): Rename from
4451         dired-isearch-filenames-toggle; make it into a proper minor mode.
4452         Use add/remove-function.
4453         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4454         Call the minor-mode rather than add/remove-hook.
4455         (dired-isearch-filter-filenames):
4456         Remove isearch-message-prefix property.
4457         * info.el (Info--search-loop): New function, extracted from Info-search.
4458         Funcall isearch-filter-predicate instead of
4459         run-hook-with-args-until-failure isearch-filter-predicates.
4460         (Info-search): Use it.
4461         (Info-mode): Use isearch-filter-predicate instead of
4462         isearch-filter-predicates.
4464 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
4466         Do not call to `selected-window' where it is assumed by default.
4467         Affected functions are `window-minibuffer-p', `window-dedicated-p',
4468         `window-hscroll', `window-width', `window-height', `window-buffer',
4469         `window-frame', `window-start', `window-point', `next-window'
4470         and `window-display-table'.
4471         * abbrev.el (abbrev--default-expand):
4472         * bs.el (bs--show-with-configuration):
4473         * buff-menu.el (Buffer-menu-mouse-select):
4474         * calc/calc.el (calc):
4475         * calendar/calendar.el (calendar-generate-window):
4476         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4477         (diary-make-entry):
4478         * comint.el (send-invisible, comint-dynamic-complete-filename)
4479         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4480         * completion.el (complete):
4481         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4482         * disp-table.el (describe-current-display-table):
4483         * doc-view.el (doc-view-insert-image):
4484         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4485         * ehelp.el (with-electric-help):
4486         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4487         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4488         * emacs-lisp/helper.el (Helper-help-scroller):
4489         * emulation/cua-base.el (cua--post-command-handler-1):
4490         * eshell/esh-mode.el (eshell-output-filter):
4491         * ffap.el (ffap-gnus-wrapper):
4492         * help-macro.el (make-help-screen):
4493         * hilit-chg.el (highlight-compare-buffers):
4494         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4495         * hl-line.el (global-hl-line-highlight):
4496         * icomplete.el (icomplete-simple-completing-p):
4497         * isearch.el (isearch-done):
4498         * jit-lock.el (jit-lock-stealth-fontify):
4499         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4500         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4501         * mpc.el (mpc-tagbrowser, mpc):
4502         * net/rcirc.el (rcirc-any-buffer):
4503         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4504         * play/landmark.el (landmark-max-width, landmark-max-height):
4505         * play/zone.el (zone):
4506         * progmodes/compile.el (compilation-goto-locus):
4507         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4508         * progmodes/etags.el (find-tag-other-window):
4509         * progmodes/fortran.el (fortran-column-ruler):
4510         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4511         * progmodes/verilog-mode.el (verilog-point-text):
4512         * reposition.el (reposition-window):
4513         * rot13.el (toggle-rot13-mode):
4514         * server.el (server-switch-buffer):
4515         * shell.el (shell-dynamic-complete-command)
4516         (shell-dynamic-complete-environment-variable):
4517         * simple.el (insert-buffer, set-selective-display)
4518         (delete-completion-window):
4519         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4520         (speedbar-recenter):
4521         * startup.el (fancy-splash-head):
4522         * textmodes/ispell.el (ispell-command-loop):
4523         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4524         * tutorial.el (help-with-tutorial):
4525         * vc/add-log.el (add-change-log-entry):
4526         * vc/compare-w.el (compare-windows):
4527         * vc/ediff-help.el (ediff-indent-help-message):
4528         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4529         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4530         (ediff-setup-control-frame):
4531         * vc/emerge.el (emerge-position-region):
4532         * vc/pcvs-util.el (cvs-bury-buffer):
4533         * window.el (walk-windows, mouse-autoselect-window-select):
4534         * winner.el (winner-set-conf, winner-undo): Related users changed.
4536 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
4538         * frameset.el (frameset--set-id): Doc fix.
4539         (frameset-frame-id, frameset-frame-id-equal-p)
4540         (frameset-locate-frame-id): New functions.
4541         (frameset--process-minibuffer-frames, frameset--reuse-frame)
4542         (frameset-restore): Use them.
4544 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
4546         Do not call to `selected-frame' where it is assumed by default.
4547         Affected functions are `raise-frame', `redraw-frame',
4548         `frame-first-window', `frame-terminal' and `delete-frame'.
4549         * calendar/appt.el (appt-disp-window):
4550         * epg.el (epg-wait-for-completion):
4551         * follow.el (follow-delete-other-windows-and-split)
4552         (follow-avoid-tail-recenter):
4553         * international/mule.el (set-terminal-coding-system):
4554         * mail/rmail.el (rmail-mail-return):
4555         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4556         * progmodes/f90.el (f90-add-imenu-menu):
4557         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4558         * server.el (server-switch-buffer):
4559         * simple.el (delete-completion-window):
4560         * talk.el (talk):
4561         * term/xterm.el (terminal-init-xterm-modify-other-keys)
4562         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4563         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4564         * vc/ediff.el (ediff-documentation): Related users changed.
4565         * frame.el (selected-terminal): Remove the leftover.
4567 2013-08-05  Glenn Morris  <rgm@gnu.org>
4569         * calendar/calendar.el (calendar-generate-month):
4570         Fix for calendar-column-width != 1 + calendar-day-digit-width.
4571         (calendar-generate-month, calendar-font-lock-keywords):
4572         Fix for calendar-day-header-width > length of any day name.
4574 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
4576         * desktop.el (desktop-clear): Use new name of sort predicate.
4578         * frameset.el (frameset): Add docstring.  Move :version property to its
4579         own `version' slot.
4580         (frameset-copy): Rename from copy-frameset.
4581         (frameset-p): Check more thoroughly.
4582         (frameset-prop): Do not check for :version, which is no longer a prop.
4583         (frameset-live-filter-alist, frameset-persistent-filter-alist):
4584         Use new :never value instead of t.
4585         (frameset-filter-alist): Expand and clarify docstring.
4586         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4587         (frameset-filter-minibuffer, frameset-filter-save-param)
4588         (frameset-filter-restore-param, frameset-filter-iconified):
4589         Add pointer to docstring of frameset-filter-alist.
4590         (frameset-filter-params): Rename filter values to be more meaningful:
4591         :never instead of t, and reverse the meanings of :save and :restore.
4592         (frameset--process-minibuffer-frames): Clarify error message.
4593         (frameset-save): Avoid unnecessary and confusing call to framep.
4594         Use new BOA constructor for framesets.
4595         (frameset--reuse-list): Doc fix.
4596         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
4597         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4598         (frameset-minibufferless-first-p): Doc fix.
4599         Rename from frameset-sort-frames-for-deletion.
4600         (frameset-restore): Doc fixes.  Use new function names.
4601         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4603 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
4605         * desktop.el (desktop-restore-forces-onscreen)
4606         (desktop-restore-reuses-frames): Document :keyword constant values.
4607         (desktop-filter-parameters-alist): Remove, now identical to
4608         frameset-filter-alist.
4609         (desktop--filter-tty*): Remove, moved to frameset.el.
4610         (desktop-save-frameset, desktop-restore-frameset):
4611         Do not pass :filters argument.
4613         * frameset.el (frameset-live-filter-alist)
4614         (frameset-persistent-filter-alist): New variables.
4615         (frameset-filter-alist): Use them.  Add autoload cookie.
4616         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4617         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4618         `frameset--id' (it's supposed to be internal to frameset.el).
4619         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
4620         (frameset--initial-params): New function.
4621         (frameset--get-frame): Use it.  Doc fix.
4622         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4623         Accept :all, not 'all.
4624         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4625         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
4626         with fbound symbols.  Fix frame id matching, and remove matching ids if
4627         the frame being restored is deleted.  Obey :delete.
4629 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4631         * subr.el (macrop): New function.
4632         (text-clone--maintaining): New var.
4633         (text-clone--maintain): Rename from text-clone-maintain.  Use it
4634         instead of inhibit-modification-hooks.
4636         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4637         a proxy, so as handle autoloads and redefinitions of the target.
4638         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4640         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4641         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
4642         (pcase--mutually-exclusive-p): New function.
4643         (pcase--split-consp): Use it.
4644         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
4645         mutually exclusive with the current predicate.
4647         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4648         (edebug-macrop): Remove.  Use `macrop' instead.
4649         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
4650         (ad-macro-p):
4651         * eshell/esh-cmd.el (eshell-macrop):
4652         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
4654 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4656         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4657         (advice-mapc): New function, using it.
4658         (advice-function-member-p): New function.
4659         (advice--normalize): Store the cdr in advice--saved-rewrite since
4660         that's the part that will be changed.
4661         (advice--symbol-function): New function.
4662         (advice-remove): Handle removal before the function is defined.
4663         Adjust to new advice--saved-rewrite.
4664         (advice-member-p): Use advice-function-member-p and
4665         advice--symbol-function.
4667 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
4669         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4670         (frameset-filter-minibuffer): Doc fix.
4671         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
4672         (frameset--set-id, frameset--process-minibuffer-frames)
4673         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4674         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4676         * desktop.el (desktop-clear): Only delete frames when called
4677         interactively and desktop-restore-frames is non-nil.  Doc fix.
4678         (desktop-read): Set desktop-saved-frameset to nil.
4680 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
4682         * vc/vc.el (vc-ignore): Rewrite.
4683         (vc-default-ignore-completion-table):
4684         (vc--read-lines):
4685         (vc--add-line, vc--remove-regexp): New functions.
4687         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4688         (vc-svn-ignore-completion-table): New function.
4690         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4691         (vc-hg-ignore-completion-table):
4692         (vc-hg-find-ignore-file): New functions.
4694         * vc/vc-git.el (vc-git-ignore): Rewrite.
4695         (vc-git-ignore-completion-table):
4696         (vc-git-find-ignore-file): New functions.
4698         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4700         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4701         (vc-bzr-ignore-completion-table):
4702         (vc-bzr-find-ignore-file): New functions.
4704 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
4706         * frameset.el (frameset-prop): New function and setter.
4707         (frameset-save): Do not modify frame list passed by the caller.
4709 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4711         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4713 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4715         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4716         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4718         * custom.el (custom-initialize-default, custom-initialize-set)
4719         (custom-initialize-reset, custom-initialize-changed): Affect the
4720         toplevel-default-value (bug#6275, bug#14586).
4721         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4722         for bug#6275.
4724 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
4726         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4727         Add cl-def* expressions.
4729         * frameset.el (frameset-filter-params): Fix order of arguments.
4731 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
4733         Move code related to saving frames to frameset.el.
4734         * desktop.el: Require frameset.
4735         (desktop-restore-frames): Doc fix.
4736         (desktop-restore-reuses-frames): Rename from
4737         desktop-restoring-reuses-frames.
4738         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4739         (desktop-clear): Clear frames too.
4740         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4741         (desktop--filter-tty*, desktop-save, desktop-read):
4742         Use frameset functions.
4743         (desktop-before-saving-frames-functions, desktop--filter-*-color)
4744         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4745         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4746         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4747         (desktop--process-minibuffer-frames, desktop-save-frames)
4748         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4749         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4750         (desktop--sort-states, desktop-restoring-frames-p)
4751         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
4752         (desktop-restoring-frameset-p, desktop-restore-frameset)
4753         (desktop--check-dont-save, desktop-save-frameset): New functions.
4754         (desktop--app-id): New constant.
4755         (desktop-first-buffer, desktop-buffer-ok-count)
4756         (desktop-buffer-fail-count): Move before first use.
4757         * frameset.el: New file.
4759 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4761         * files.el: Use lexical-binding.
4762         (dir-locals-read-from-file): Remove unused `err' variable.
4763         (hack-dir-local-variables--warned-coding): New var.
4764         (hack-dir-local-variables): Use it to avoid repeated warnings.
4765         (make-backup-file-name--default-function): New function.
4766         (make-backup-file-name-function): Use it as default.
4767         (buffer-stale--default-function): New function.
4768         (buffer-stale-function): Use it as default.
4769         (revert-buffer-insert-file-contents--default-function): New function.
4770         (revert-buffer-insert-file-contents-function): Use it as default.
4771         (insert-directory): Avoid add-to-list.
4773         * autorevert.el (auto-revert-handler): Simplify.
4774         Use buffer-stale--default-function.
4776 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
4778         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4780         * whitespace.el (whitespace-ensure-local-variables): New function.
4781         (whitespace-cleanup-region): Call it.
4782         (whitespace-turn-on): Call it.
4784 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
4786         Complete file name handlers.
4788         * net/tramp.el (tramp-handle-set-visited-file-modtime)
4789         (tramp-handle-verify-visited-file-modtime)
4790         (tramp-handle-file-notify-rm-watch): New functions.
4791         (tramp-call-process): Do not bind `default-directory'.
4793         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4794         Order alphabetically.
4795         [access-file, add-name-to-file, dired-call-process]:
4796         [dired-compress-file, file-acl, file-notify-rm-watch]:
4797         [file-ownership-preserved-p, file-selinux-context]:
4798         [make-directory-internal, make-symbolic-link, set-file-acl]:
4799         [set-file-selinux-context, set-visited-file-modtime]:
4800         [verify-visited-file-modtime]: Add handler.
4801         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4803         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4804         [file-notify-add-watch, file-notify-rm-watch]:
4805         [set-file-times, set-visited-file-modtime]:
4806         [verify-visited-file-modtime]: Add handler.
4807         (with-tramp-gvfs-error-message)
4808         (tramp-gvfs-handle-set-visited-file-modtime)
4809         (tramp-gvfs-fuse-file-name): Remove.
4810         (tramp-gvfs-handle-file-notify-add-watch)
4811         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4812         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4814         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4815         Order alphabetically.
4816         [file-notify-rm-watch ]: Use default Tramp handler.
4817         [executable-find]: Remove private handler.
4818         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4819         `default-directory'.
4820         (tramp-sh-handle-executable-find)
4821         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4822         (tramp-sh-file-gvfs-monitor-dir-process-filter)
4823         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4824         Do not use `format' in `tramp-message'.
4826         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4827         [file-notify-rm-watch, set-visited-file-modtime]:
4828         [verify-visited-file-modtime]: Add handler.
4829         (tramp-smb-call-winexe): Do not bind `default-directory'.
4831 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
4833         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4835 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
4837         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4838         use it.
4839         (log-view-diff-changeset): Same.
4840         (log-view-diff-common): Call backend command `previous-revision'
4841         to find out the previous revision, in both cases.  Swap the
4842         variables `to' and `fr', so that `fr' usually refers to the
4843         earlier revision (Bug#14989).
4845 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
4847         * ibuf-ext.el (ibuffer-filter-by-filename):
4848         Make it work with dired buffers too.
4850 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
4852         * emacs-lisp/re-builder.el (reb-color-display-p):
4853         * files.el (save-buffers-kill-terminal):
4854         * net/browse-url.el (browse-url):
4855         * server.el (server-save-buffers-kill-terminal):
4856         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4857         Prefer nil to selected-frame for the first arg of frame-parameter.
4859 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
4861         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4863 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
4865         * minibuffer.el (completion--twq-all): Try and preserve each
4866         completion's case choice (bug#14907).
4868 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870         * net/network-stream.el (open-network-stream): Mention the new
4871         :nogreeting parameter.
4872         (network-stream-open-starttls): Use the :nogreeting parameter
4873         (bug#14938).
4875         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4877         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4878         more natural than popping.
4880         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4881         (shr-urlify): Highlight under mouse.
4883 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
4885         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4887         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4889         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
4890         buffer for output.
4892         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
4893         point-min==1.  Fix search string.  Fix parentheses missing.
4895         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
4896         assume point-min==1.  Fix search string.  Fix parentheses missing.
4898         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4900         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
4901         buffer for output.
4903 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
4905         * frame.el (frame-notice-user-settings): Avoid inflooping when the
4906         initial frame is minibuffer-less.  (Bug#14841)
4908 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
4910         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4911         option.
4913         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4914         (tramp-maybe-open-connection): Use it.
4916 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
4918         * desktop.el (desktop--make-frame): Include `minibuffer' in the
4919         minimal set of parameters passed when creating a frame, because
4920         the minibuffer status of a frame cannot be changed later.
4922 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
4924         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4925         replace-regexp-in-string and inadvertent omissions in previous change.
4926         (todo-filter-items): Ensure only file names are comma-separated in
4927         name of filtered items buffer.
4929 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
4931         * desktop.el: Optionally force offscreen frames back onscreen.
4932         (desktop-restoring-reuses-frames): New option.
4933         (desktop--compute-pos, desktop--move-onscreen): New functions.
4934         (desktop--make-frame): Use desktop--move-onscreen.
4936 2013-07-27  Alan Mackenzie  <acm@muc.de>
4938         Fontify a Java generic method as a function.
4939         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4940         value to t.
4942 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
4944         * calendar/todo-mode.el: Add command to rename todo files.
4945         (todo-rename-file): New command.
4946         (todo-key-bindings-t): Add key binding for it.  Change the
4947         bindings of todo-filter-regexp-items(-multifile) to use `x'
4948         instead of `r', since the latter is better suited to the new
4949         renaming command.
4951 2013-07-27  Alan Mackenzie  <acm@muc.de>
4953         Make Java try-with-resources statement parse properly.
4954         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4955         (c-block-stmt-1-2-key): New language constants/variables.
4956         * progmodes/cc-engine.el (c-beginning-of-statement-1)
4957         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4958         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4959         with c-block-stmt-1-2-key.
4961 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
4963         * desktop.el (desktop--make-frame): Apply most frame parameters after
4964         creating the frame to force (partially or totally) offscreen frames to
4965         be restored as such.
4967 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
4969         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4970         (Bug#14948)
4972 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4974         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4975         `base' arg of backtrace-frame.
4977 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
4979         * simple.el (list-processes): Doc fix.
4981 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
4983         * desktop.el (desktop--select-frame):
4984         Try harder to reuse existing frames.
4986 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4988         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4989         (edebug-eval): Use backtrace-eval.
4990         (edebug--display, edebug--recursive-edit): Don't let-bind the
4991         edebug-outer-* vars that keep track of variables we locally let-bind.
4992         (edebug-outside-excursion): Don't restore outside values of locally
4993         let-bound vars.
4994         (edebug--display): Use user-error.
4995         (cl-lexical-debug, cl-debug-env): Remove.
4997 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
4999         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5000         are restored to be sure that they are visible before deleting any
5001         remaining ones.
5003 2013-07-26  Matthias Meulien  <orontee@gmail.com>
5005         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5006         vc-print-root-log.  (Bug#14948)
5008 2013-07-26  Richard Stallman  <rms@gnu.org>
5010         Add aliases for encrypting mail.
5011         * epa.el (epa-mail-aliases): New option.
5012         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5013         Bind inhibit-read-only so read-only text doesn't ruin everything.
5014         (epa-mail-default-recipients): New subroutine broken out.
5015         Handle epa-mail-aliases.
5017 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5019         Add support for lexical variables to the debugger's `e' command.
5020         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5021         vars, except for debugger-outer-match-data.
5022         (debugger-frame-number): Move check for "on a function call" from
5023         callers into it.  Add `skip-base' argument.
5024         (debugger-frame, debugger-frame-clear): Simplify accordingly.
5025         (debugger-env-macro): Only reset the state stored in non-variables,
5026         i.e. current-buffer and match-data.
5027         (debugger-eval-expression): Rewrite using backtrace-eval.
5028         * subr.el (internal--called-interactively-p--get-frame): Remove.
5029         (called-interactively-p):
5030         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5031         `base' arg of backtrace-frame instead.
5033 2013-07-26  Glenn Morris  <rgm@gnu.org>
5035         * align.el (align-regexp): Doc fix.  (Bug#14857)
5036         (align-region): Explicit error if subexpression missing/does not match.
5038         * simple.el (global-visual-line-mode):
5039         Do not duplicate the mode lighter.  (Bug#14858)
5041 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
5043         * window.el (display-buffer): In display-buffer bind
5044         split-window-keep-point to t, bug#14829.
5046 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
5048         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5049         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5050         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5051         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5052         Change accordingly.
5053         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5054         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
5056 2013-07-25  Glenn Morris  <rgm@gnu.org>
5058         * dired-x.el (dired-mark-extension): Convert comment to doc string.
5060 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
5062         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5063         parameter to modify-frame-parameters if the value has not changed;
5064         this is a workaround for bug#14949.
5065         (desktop--make-frame): On cl-delete-if call, check parameter name,
5066         not full parameter.
5068 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
5070         * vc/vc.el (vc-ignore): New function.
5072         * vc/vc-svn.el (vc-svn-ignore): New function.
5074         * vc/vc-hg.el (vc-hg-ignore): New function.
5076         * vc/vc-git.el (vc-git-ignore): New function.
5078         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5079         (vc-dir-ignore): New function.
5081         * vc/vc-cvs.el (vc-cvs-ignore): New function.
5082         (cvs-append-to-ignore): Move here from pcvs.el.
5084         * vc/vc-bzr.el (vc-bzr-ignore): New function.
5086         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5088 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
5090         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5091         (desktop-restore-frames): Warn when deleting an existing frame failed.
5093 2013-07-24  Glenn Morris  <rgm@gnu.org>
5095         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
5097 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
5099         * filenotify.el (file-notify-supported-p):
5100         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5101         Remove functions.
5103         * autorevert.el (auto-revert-use-notify):
5104         (auto-revert-notify-add-watch):
5105         * net/tramp.el (tramp-file-name-for-operation):
5106         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5107         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5108         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5109         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5110         Remove `file-notify-supported-p' entry.
5112 2013-07-24  Glenn Morris  <rgm@gnu.org>
5114         * printing.el: Replace all uses of deleted ps-windows-system,
5115         ps-lp-system, ps-flatten-list with lpr- versions.
5117 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5119         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5120         checked with memq (bug#14935).
5122         * files.el (revert-buffer-function): Use a non-nil default.
5123         (revert-buffer-preserve-modes): Declare var to
5124         provide access to the `preserve-modes' argument.
5125         (revert-buffer): Let-bind it.
5126         (revert-buffer--default): New function, extracted from revert-buffer.
5128 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5130         * lpr.el: Signal print errors more prominently.
5131         (print-region-function): Don't default to nil.
5132         (lpr-print-region): New function, extracted from print-region-1.
5133         Check lpr's return value and signal an error in case of problem.
5134         (print-region-1): Use it.
5135         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
5136         versions instead.
5137         (ps-printer-name): Default to nil.
5138         (ps-printer-name-option): Default to lpr-printer-switch.
5139         (ps-print-region-function): Don't default to nil.
5140         (ps-postscript-code-directory): Simplify default.
5141         (ps-do-despool): Use lpr-print-region to properly check the outcome.
5142         (ps-string-list, ps-eval-switch, ps-flatten-list)
5143         (ps-flatten-list-1): Remove.
5144         (ps-multibyte-buffer): Avoid setq.
5145         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5146         (print-region-function, ps-print-region-function): Don't set them here.
5148 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
5150         * ido.el (ido-fractionp):
5151         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5152         (ido-max-file-prompt-width, ido-unc-hosts-cache)
5153         (ido-max-directory-size, ido-max-dir-file-cache)
5154         (ido-decorations): Doc fix.
5156         * ansi-color.el: Fix old URL.
5158 2013-07-23  Michael R. Mauger  <michael@mauger.com>
5160         * progmodes/sql.el: Version 3.3
5161         (sql-product-alist): Improve oracle :prompt-cont-regexp.
5162         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5163         (sql-interactive-remove-continuation-prompt): Rewrite, use
5164         functions above.  Fix continuation prompt and complete output line
5165         handling.
5166         (sql-redirect-one, sql-execute): Use `read-only-mode' on
5167         redirected output buffer.
5168         (sql-mode): Restore deleted code (Bug#13591).
5170 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
5172         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5174 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
5176         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5178         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5179         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5180         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5182 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
5184         * desktop.el (desktop-clear): Simplify; remove useless checks
5185         against invalid buffer names.
5186         (desktop-list*): Use cl-list*.
5187         (desktop-buffer-info, desktop-create-buffer): Simplify.
5189 2013-07-23  Leo Liu  <sdl.web@gmail.com>
5191         * bookmark.el (bookmark-make-record): Restore NAME as a default
5192         value.  (Bug#14933)
5194 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5196         * emacs-lisp/autoload.el (autoload--setup-output): New function,
5197         extracted from autoload--insert-text.
5198         (autoload--insert-text): Remove.
5199         (autoload--print-cookie-text): New function, extracted from
5200         autoload--insert-cookie-text.
5201         (autoload--insert-cookie-text): Remove.
5202         (autoload-generate-file-autoloads): Adjust calls accordingly.
5204         * winner.el (winner-hook-installed-p): Remove.
5205         (winner-mode): Simplify accordingly.
5207         * subr.el (add-to-list): Fix compiler-macro when `append' is
5208         not constant.  Don't use `cl-member' for the base case.
5210         * progmodes/subword.el: Fix boundary case (bug#13758).
5211         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
5212         own group.
5213         (subword-backward-regexp): Make it a constant.
5214         (subword-forward-internal): Don't treat a trailing capital as the
5215         beginning of a word.
5217 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
5219         * emacs-lisp/package.el (package-menu-mode): Don't modify the
5220         global value of tabulated-list-revert-hook (bug#14930).
5222 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
5224         * desktop.el: Require 'cl-lib.
5225         (desktop-before-saving-frames-functions): New hook.
5226         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5227         for frames being saved.  Rename from desktop--save-minibuffer-frames.
5228         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5229         Do not save frames with non-nil `desktop-dont-save' parameter.
5230         Filter out deleted frames.
5231         (desktop--find-frame): Use cl-find-if.
5232         (desktop--select-frame): Use cl-(first|second|third) to access values
5233         of desktop-mini.
5234         (desktop--make-frame): Use cl-delete-if.
5235         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5236         (desktop-restore-frames): Use cl-(first|second|third) to access values
5237         of desktop-mini.  Look for visible frame at the end, not while
5238         restoring frames.
5240         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5241         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5242         Use string-match-p, looking-at-p (bug#14927).
5244 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
5246         * desktop.el (desktop-saved-frame-states):
5247         Rename from desktop--saved-states; all users changed.
5248         (desktop-save-frames): Rename from desktop--save-frames.
5249         Do not save state to desktop file.
5250         (desktop-save): Save desktop-saved-frame-states to desktop file
5251         and reset to nil.
5252         (desktop-restoring-frames-p): New function.
5253         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
5254         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
5255         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
5257         * desktop.el: Correctly restore iconified frames.
5258         (desktop--filter-iconified-position): New function.
5259         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5261 2013-07-20  Glenn Morris  <rgm@gnu.org>
5263         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5264         Let `message' do the formatting.
5265         (def-gdb-preempt-display-buffer): Add explicit format.
5267         * image-dired.el (image-dired-track-original-file):
5268         Use with-current-buffer.
5269         (image-dired-track-thumbnail): Use with-current-buffer.
5270         Avoid changing point of wrong window.
5272         * image-dired.el (image-dired-track-original-file):
5273         Avoid changing point of wrong window.  (Bug#14909)
5275 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
5277         * progmodes/gdb-mi.el (gdb-done-or-error):
5278         Guard against "%" in gdb output.  (Bug#14127)
5280 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
5282         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5283         (Bug#14826)
5285         * international/mule.el (coding-system-iso-2022-flags): Fix last
5286         change.
5288 2013-07-20  Kenichi Handa  <handa@gnu.org>
5290         * international/mule.el (coding-system-iso-2022-flags):
5291         Add `8-bit-level-4'.  (Bug#8522)
5293 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5295         * net/shr.el (shr-mouse-browse-url): New command and keystroke
5296         (bug#14815).
5298         * net/eww.el (eww-process-text-input): Allow inputting when the
5299         point is at the start of the line, as the properties aren't
5300         front-sticky.
5302         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5303         degenerate widths.
5305 2013-07-19  Richard Stallman  <rms@gnu.org>
5307         * epa.el (epa-popup-info-window): Doc fix.
5309         * subr.el (split-string): New arg TRIM.
5311 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
5313         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5314         Add check for W32 (followup to revno:113431).
5316 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
5318         * filenotify.el (file-notify--library): Rename from
5319         `file-notify-support'.  Do not autoload.  Adapt all uses.
5320         (file-notify-supported-p): New defun.
5322         * autorevert.el (auto-revert-use-notify):
5323         Use `file-notify-supported-p' instead of `file-notify-support'.
5324         Adapt docstring.
5325         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5327         * net/tramp.el (tramp-file-name-for-operation):
5328         Add `file-notify-supported-p'.
5330         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5331         New defun.
5332         (tramp-sh-file-name-handler-alist): Add it as handler for
5333         `file-notify-supported-p '.
5335         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5336         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5337         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5338         Add `ignore' as handler for `file-notify-*' functions.
5340 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
5342         * simple.el (line-move-partial, line-move): Don't start vscroll or
5343         scroll-up if the current line is not taller than the window.
5344         (Bug#14881)
5346 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
5348         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5349         highlight question marks in the method names as strings.
5350         (ruby-block-beg-keywords): Inline.
5351         (ruby-font-lock-keyword-beg-re): Extract from
5352         `ruby-font-lock-keywords'.
5354 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
5356         * frame.el (blink-cursor-blinks): New defcustom.
5357         (blink-cursor-blinks-done): New defvar.
5358         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5359         (blink-cursor-timer-function): Check if number of blinks has been
5360         done on X and NS.
5361         (blink-cursor-suspend, blink-cursor-check): New defuns.
5363 2013-07-15  Glenn Morris  <rgm@gnu.org>
5365         * edmacro.el (edmacro-format-keys): Fix previous change.
5367 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
5369         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5370         The hack didn't work outside English locales anyway.
5372 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
5374         * simple.el (define-alternatives): Rename from alternatives-define,
5375         per RMS' suggestion.
5377 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
5379         * desktop.el (desktop-restore-frames): Change default to t.
5380         (desktop-restore-in-current-display): Now offer more options.
5381         (desktop-restoring-reuses-frames): New customization option.
5382         (desktop--saved-states): Doc fix.
5383         (desktop-filter-parameters-alist): New variable, renamed and expanded
5384         from desktop--excluded-frame-parameters.
5385         (desktop--target-display): New variable.
5386         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5387         (desktop--filter-tty*, desktop--filter-*-color)
5388         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5389         (desktop--filter-save-desktop-parm)
5390         (desktop-restore-in-original-display-p): New functions.
5391         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5392         (desktop--save-minibuffer-frames): New function, inspired by a similar
5393         function from Martin Rudalics.
5394         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5395         (desktop--restore-in-this-display-p): Remove.
5396         (desktop--find-frame): Rename from desktop--find-frame-in-display
5397         and add predicate argument.
5398         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5399         (desktop--reuse-list): New variable.
5400         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5401         New functions.
5402         (desktop--restore-frames): Add support for "minibuffer-special" frames.
5404 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
5406         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5408 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
5410         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5411         Highlight conversion methods on Kernel.
5413 2013-07-13  Alan Mackenzie  <acm@muc.de>
5415         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5416         and comment it out.  This out-commenting enables certain C++
5417         declarations to be parsed correctly.
5419 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
5421         * international/mule.el (define-coding-system): Doc fix.
5423         * simple.el (default-font-height): Don't call font-info if the
5424         frame's default font didn't change since the frame was created.
5425         (Bug#14838)
5427 2013-07-13  Leo Liu  <sdl.web@gmail.com>
5429         * ido.el (ido-read-file-name): Guard against non-symbol value.
5431 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5433         * progmodes/python.el (python-imenu--build-tree): Fix corner case
5434         in nested defuns.
5436 2013-07-13  Leo Liu  <sdl.web@gmail.com>
5438         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5439         ido-set-matches call.  (Bug#6852)
5441 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
5443         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5444         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5445         Ruby 2.0.
5446         (ruby-font-lock-keywords): Distinguish calls to functions with
5447         module-like names from module references.  Highlight character
5448         literals.
5450 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
5452         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5453         (gdb-send): Handle continued commands.  (Bug#14847)
5455 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
5457         * desktop.el (desktop--v2s): Remove unused local variable.
5458         (desktop-save-buffer): Make defvar-local; adjust docstring.
5459         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5460         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5462 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
5464         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5466 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
5468         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5469         (Bug#14842)
5471 2013-07-12  Glenn Morris  <rgm@gnu.org>
5473         * doc-view.el: Require cl-lib at runtime too.
5474         (doc-view-remove-if): Remove.
5475         (doc-view-search-next-match, doc-view-search-previous-match):
5476         Use cl-remove-if.
5478         * edmacro.el: Require cl-lib at runtime too.
5479         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5480         (edmacro-mismatch, edmacro-subseq): Remove.
5482         * shadowfile.el: Require cl-lib.
5483         (shadow-remove-if): Remove.
5484         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5485         Use cl-remove-if.
5487         * wid-edit.el: Require cl-lib.
5488         (widget-choose): Use cl-remove-if.
5489         (widget-remove-if): Remove.
5491         * progmodes/ebrowse.el: Require cl-lib at runtime too.
5492         (ebrowse-delete-if-not): Remove.
5493         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5494         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5495         Use cl-delete-if-not.
5497 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
5499         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5500         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5502 2013-07-12  Leo Liu  <sdl.web@gmail.com>
5504         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
5506 2013-07-11  Glenn Morris  <rgm@gnu.org>
5508         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5509         (edebug-gensym-index, edebug-gensym):
5510         Remove reimplementation of cl-gensym.
5511         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5513         * thumbs.el: Require cl-lib at run-time too.
5514         (thumbs-gensym-counter, thumbs-gensym):
5515         Remove reimplementation of cl-gensym.
5516         (thumbs-temp-file): Use cl-gensym.
5518         * emacs-lisp/ert.el: Require cl-lib at runtime too.
5519         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5520         (ert--intersection, ert--set-difference, ert--set-difference-eq)
5521         (ert--union, ert--gensym-counter, ert--gensym-counter)
5522         (ert--coerce-to-vector, ert--remove*, ert--string-position)
5523         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5524         (ert-make-test-unbound, ert--expand-should-1)
5525         (ert--expand-should, ert--should-error-handle-error)
5526         (should-error, ert--explain-equal-rec)
5527         (ert--plist-difference-explanation, ert-select-tests)
5528         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5529         Use cl-lib functions rather than reimplementations.
5531 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
5533         * net/tramp.el (tramp-methods): Extend docstring.
5534         (tramp-connection-timeout): New defcustom.
5535         (tramp-error-with-buffer): Reset timestamp only when appropriate.
5536         (with-tramp-progress-reporter): Simplify.
5537         (tramp-process-actions): Improve messages.
5539         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5540         * net/tramp-sh.el (tramp-maybe-open-connection):
5541         Use `tramp-connection-timeout'.
5542         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5543         (Bug#14808)
5545 2013-07-11  Leo Liu  <sdl.web@gmail.com>
5547         * ido.el (ido-read-file-name): Conform to the requirements of
5548         read-file-name.  (Bug#11861)
5549         (ido-read-directory-name): Conform to the requirements of
5550         read-directory-name.
5552 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
5554         * subr.el (delay-warning): New function.
5556 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
5558         * simple.el (default-line-height): New function.
5559         (line-move-partial, line-move): Use it instead of computing the
5560         line height inline.
5561         (line-move-partial): Always compute ROWH.  If the last line is
5562         partially-visible, but its text is completely visible, allow
5563         cursor to enter such a partially-visible line.
5565 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
5567         Improve error messages.  (Bug#14808)
5569         * net/tramp.el (tramp-current-connection): New defvar, moved from
5570         tramp-sh.el.
5571         (tramp-message-show-progress-reporter-message): Remove, not
5572         needed anymore.
5573         (tramp-error-with-buffer): Show message in minibuffer.
5574         Discard input before waiting.  Reset connection timestamp.
5575         (with-tramp-progress-reporter): Improve messages.
5576         (tramp-process-actions): Use progress reporter.  Delete process in
5577         case of error.  Improve messages.
5579         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5580         Call `tramp-error-with-buffer' with vector and buffer.
5581         (tramp-current-connection): Remove.
5582         (tramp-maybe-open-connection): The car of
5583         `tramp-current-connection' are the first 3 slots of the vector.
5585 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
5587         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5588         inside continued strings.
5590 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5592         Timestamp fixes for undo (Bug#14824).
5593         * files.el (clear-visited-file-modtime): Move here from fileio.c.
5595 2013-07-10  Leo Liu  <sdl.web@gmail.com>
5597         * files.el (require-final-newline): Allow safe local value.
5598         (Bug#14834)
5600 2013-07-09  Leo Liu  <sdl.web@gmail.com>
5602         * ido.el (ido-read-directory-name): Handle fallback.
5603         (ido-read-file-name): Update DIR to ido-current-directory.
5604         (Bug#1516)
5605         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
5607 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
5609         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5610         "autoload".  Remove "warn lower camel case" section, previously
5611         commented out.  Highlight negation char.  Do not highlight the
5612         target in singleton method definitions.
5614 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5616         * faces.el (tty-setup-hook): Declare the hook.
5618         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5619         and detect when a guard/pred depends on local vars (bug#14773).
5620         (pcase--u1): Adjust caller.
5622 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
5624         * simple.el (line-move-partial, line-move): Account for
5625         line-spacing.
5626         (line-move-partial): Avoid setting vscroll when the last
5627         partially-visible line in window is of default height.
5629 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5631         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5632         been used a while.
5634 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
5636         * subr.el (read-quoted-char): Remove unused local variable `char'.
5638 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5640         * ediff.el (ediff-version): Version update.
5641         (ediff-files-command, ediff3-files-command, ediff-merge-command)
5642         (ediff-merge-with-ancestor-command, ediff-directories-command)
5643         (ediff-directories3-command, ediff-merge-directories-command)
5644         (ediff-merge-directories-with-ancestor-command): New functions.
5645         All are command-line interfaces to ediff: to facilitate calling
5646         Emacs with the appropriate ediff functions invoked.
5648         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5649         (viper-save-kill-buffer): Check if buffer is modified.
5651         * viper.el (viper-version): Version update.
5652         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5654 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5656         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5657         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5658         (viper-intercept-ESC-key): Simplify.
5659         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5660         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5661         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5662         (viper-setup-ESC-to-escape): New functions.
5663         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5664         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
5666 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
5668         * simple.el (default-font-height, window-screen-lines):
5669         New functions.
5670         (line-move, line-move-partial): Use them instead of
5671         frame-char-height and window-text-height.  This makes scrolling
5672         text smoother when the buffer's default face uses a font that is
5673         different from the frame's default font.
5675 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
5677         * files.el (write-file): Do not display confirm dialog for NS,
5678         it does its own dialog, which can't be cancelled (Bug#14578).
5680 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
5682         * simple.el (line-move-partial): Adjust the row returned by
5683         posn-at-point for the current window-vscroll.  (Bug#14567)
5685 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
5687         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5688         (tramp-sh-file-inotifywait-process-filter): Handle file names with
5689         spaces.
5691 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
5693         * window.el (window-state-put-stale-windows): New variable.
5694         (window--state-put-2): Save list of windows without matching buffer.
5695         (window-state-put): Remove "bufferless" windows if possible.
5697 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
5699         * simple.el (alternatives-define): Remove leftover :group keyword.
5700         Tweak docstring.
5702 2013-07-06  Leo Liu  <sdl.web@gmail.com>
5704         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5705         (ido-enable-virtual-buffers): New variable.
5706         (ido-buffer-internal, ido-toggle-virtual-buffers)
5707         (ido-make-buffer-list): Use it.
5708         (ido-exhibit): Support turning on and off virtual buffers
5709         automatically.
5711 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
5713         * simple.el (alternatives-define): New macro.
5715 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5717         * subr.el (read-quoted-char): Use read-key.
5718         (sit-for): Let read-event decode tty input (bug#14782).
5720 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
5722         * calendar/todo-mode.el: Add handling of file deletion, both by
5723         mode command and externally.  Fix various related bugs.
5724         Clarify Commentary and improve some documentation strings and code.
5725         (todo-delete-file): New command.
5726         (todo-check-file): New function.
5727         (todo-show): Handle external deletion of the file we're trying to
5728         show (bug#14688).  Replace called-interactively-p by an optional
5729         prefix argument to avoid problematic interaction with catch form
5730         when byte compiled (bug#14702).
5731         (todo-quit): Handle external deletion of the archive's todo file.
5732         Make sure the buffer that was visiting the archive file is still
5733         live before trying to bury it.
5734         (todo-category-completions): Handle external deletion of any
5735         category completion files.
5736         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5737         of todo files, in case of external deletion.
5738         (todo-add-file): Replace unnecessary setq by let-binding.
5739         (todo-find-archive): Check whether there are any archives.
5740         Replace unnecessary setq by let-binding.
5741         (todo-archive-done-item): Use find-file-noselect to get the
5742         archive buffer whether or not the archive already exists.
5743         Remove superfluous code.  Use file size instead of buffer-file-name to
5744         check if the archive is new; if it is, update list of archives.
5745         (todo-default-todo-file): Allow nil to be a valid value for when
5746         there are no todo files.
5747         (todo-reevaluate-default-file-defcustom): Use corrected definition
5748         of todo-default-todo-file.
5749         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5750         (todo-delete-category, todo-show-categories-table)
5751         (todo-category-number): Clarify comment.
5752         (todo-filter-items): Clarify documentation string.
5753         (todo-show-current-file, todo-display-as-todo-file)
5754         (todo-reset-and-enable-done-separator): Tweak documentation string.
5755         (todo-done-separator): Make separator length window-width, since
5756         bug#2749 is now fixed.
5758 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
5760         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5761         Support both "gvfs-monitor-dir" and "inotifywait".
5762         (tramp-sh-file-inotifywait-process-filter): Rename from
5763         `tramp-sh-file-notify-process-filter'.
5764         (tramp-sh-file-gvfs-monitor-dir-process-filter)
5765         (tramp-get-remote-gvfs-monitor-dir): New defuns.
5767 2013-07-05  Leo Liu  <sdl.web@gmail.com>
5769         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5771 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5773         * frame.el (display-pixel-height, display-pixel-width)
5774         (display-mm-height, display-mm-width): Mention behavior on
5775         multi-monitor setups in docstrings.
5776         (w32-display-monitor-attributes-list): Declare function.
5777         (display-monitor-attributes-list): Use it.
5779 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
5781         * filenotify.el: New package.
5783         * autorevert.el (top): Require filenotify.el.
5784         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
5785         instead.
5786         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5787         (auto-revert-notify-handler): Use `file-notify-*' functions.
5789         * subr.el (file-notify-handle-event): Move function to filenotify.el.
5791         * net/tramp.el (tramp-file-name-for-operation):
5792         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5794         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5795         for `file-notify-add-watch' and `file-notify-rm-watch'.
5796         (tramp-process-sentinel): Improve trace.
5797         (tramp-sh-handle-file-notify-add-watch)
5798         (tramp-sh-file-notify-process-filter)
5799         (tramp-sh-handle-file-notify-rm-watch)
5800         (tramp-get-remote-inotifywait): New defuns.
5802 2013-07-03  Juri Linkov  <juri@jurta.org>
5804         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5805         call of `occur-read-primary-args' to interactive spec.
5807         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5808         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
5810 2013-07-03  Matthias Meulien  <orontee@gmail.com>
5812         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5813         `Buffer-menu-multi-occur'.  Add it to the menu.
5814         (Buffer-menu-mode): Document it in docstring.
5815         (Buffer-menu-multi-occur): New command.  (Bug#14673)
5817 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
5819         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5820         keywords and built-ins.
5822 2013-07-03  Glenn Morris  <rgm@gnu.org>
5824         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
5826         Make info-xref checks case-sensitive by default
5827         * info.el (Info-find-node, Info-find-in-tag-table)
5828         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5829         Add option for exact case matching of nodes.
5830         * info-xref.el (info-xref): New custom group.
5831         (info-xref-case-fold): New option.
5832         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5834 2013-07-03  Leo Liu  <sdl.web@gmail.com>
5836         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5838 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
5840         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5841         middle of block statement initially, lower the depth.  Remove
5842         FIXME comment, not longer valid.  Remove middle of block statement
5843         detection, no need to do that anymore since we've been using
5844         `ruby-parse-region' here.
5846 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
5848         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5850 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5852         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5854 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
5856         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5857         (desktop-restore-in-current-display): New customization option.
5858         (desktop--excluded-frame-parameters): Add `font'.
5859         (desktop--save-frames): Rename from desktop--save-windows.
5860         (desktop--restore-in-this-display-p): New function.
5861         (desktop--make-full-frame): Remove unwanted width/height from
5862         full(width|height) frames.
5863         (desktop--restore-frames): Rename from desktop--restore-windows.
5864         Obey desktop-restore-current-display.  Do not delete old frames or
5865         select a new frame unless we were able to restore at least one frame.
5867 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
5869         * files.el (find-file-noselect): Simplify conditional expression.
5871         * remember.el (remember-append-to-file):
5872         Don't mix `find-buffer-visiting' and `get-file-buffer'.
5874         Add `remember-notes' function to store random notes across Emacs
5875         restarts.
5876         * remember.el (remember-data-file): Add :set callback to affect
5877         notes buffer (if any).
5878         (remember-notes): New command.
5879         (remember-notes-buffer-name, bury-remember-notes-on-kill):
5880         New defcustoms for the `remember-notes' function.
5881         (remember-notes-save-and-bury-buffer): New command.
5882         (remember-notes-mode-map): New variable.
5883         (remember-mode): New minor mode.
5884         (remember-notes--kill-buffer-query): New function.
5885         * startup.el (initial-buffer-choice): Add notes to custom type.
5887 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
5889         * bindings.el (right-char, left-char): Don't call sit-for, this is
5890         no longer needed.  Use arithmetic comparison only for numerical
5891         arguments.
5893         * international/mule-cmds.el (select-safe-coding-system):
5894         Handle the case of FROM being a string correctly.  (Bug#14755)
5896 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5898         * net/shr.el (shr-make-table-1): Add a sanity check that allows
5899         progression on degenerate tables.
5900         (shr-rescale-image): ImageMagick animated images currently don't work.
5902 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
5904         Some fixes and improvements for desktop frame restoration.
5905         It is still experimental and disabled by default.
5906         * desktop.el (desktop--save-windows): Put the selected frame at
5907         the head of the list.
5908         (desktop--make-full-frame): New function.
5909         (desktop--restore-windows): Try to re-select the frame that was
5910         selected upon saving.  Do not abort if some frames fail to restore,
5911         just show an error message and continue.  Set up maximized frames
5912         so they have default non-maximized dimensions.
5914 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
5916         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5917         Don't start heredoc inside a string or comment.
5919 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
5921         * bindings.el (visual-order-cursor-movement): New defcustom.
5922         (right-char, left-char): Provide visual-order cursor motion by
5923         calling move-point-visually.  Update the doc strings.
5925 2013-06-28  Kenichi Handa  <handa@gnu.org>
5927         * international/mule.el (define-coding-system): New coding system
5928         properties :inhibit-null-byte-detection,
5929         :inhibit-iso-escape-detection, and :prefer-utf-8.
5930         (set-buffer-file-coding-system): If :charset-list property of
5931         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5932         appropriate for setting.
5934         * international/mule-cmds.el (select-safe-coding-system):
5935         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5936         multibyte characters, return utf-8 (or one of its siblings).
5938         * international/mule-conf.el (prefer-utf-8): New coding system.
5939         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5940         files.
5942 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
5944         * net/shr.el (shr-render-region): New function.
5946         * net/eww.el: Autoload `eww-browse-url'.
5948 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
5950         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5951         Adapt to `package-desc-version' being a list.
5952         Use `package--ac-desc-version' to retrieve version from a package
5953         archive element.
5955 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
5957         New experimental feature to save&restore window and frame setup.
5958         * desktop.el (desktop-save-windows): New defcustom.
5959         (desktop--saved-states): New var.
5960         (desktop--excluded-frame-parameters): New defconst.
5961         (desktop--filter-frame-parms, desktop--find-frame-in-display)
5962         (desktop--restore-windows, desktop--save-windows): New functions.
5963         (desktop-save): Call `desktop--save-windows'.
5964         (desktop-read): Call `desktop--restore-windows'.
5966 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968         * net/shr.el (add-face-text-property): Remove compat definition.
5970 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
5972         * info.el (Info-try-follow-nearest-node): Move search for footnote
5973         above search for node name to prevent missing a footnote (bug#14717).
5975 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
5977         * obsolete/otodo-mode.el: Add obsolescence info to file header.
5979 2013-06-27  Leo Liu  <sdl.web@gmail.com>
5981         * net/eww.el (eww-read-bookmarks): Check file size.
5983 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5985         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5986         advice--pending if newdef is nil or an autoload (bug#13820).
5987         (advice-mapc): New function.
5989 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5991         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5992         probably.
5993         (eww-mode-map): Add a menu bar.
5994         (eww-add-bookmark): New command.
5995         (eww-bookmark-mode): New mode and commands.
5996         (eww-add-bookmark): Remove newlines from the title.
5997         (eww-bookmark-browse): Don't bug out if it's the only window.
5999 2013-06-26  Glenn Morris  <rgm@gnu.org>
6001         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6002         (hfy-size): Handle ttys.  (Bug#14668)
6004         * info-xref.el: Update for Texinfo 5 change in *note format.
6005         (info-xref-node-re, info-xref-note-re): New constants.
6006         (info-xref-check-buffer): Use info-xref-note-re.
6008 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6010         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6012         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6013         nil terminate the loop (bug#14718).
6015 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017         * net/eww.el: Rework history traversal.  When going forward/back,
6018         put these actions into the history, too, so that they can be
6019         replayed.
6020         (eww-render): Move the history reset to the correct buffer.
6022 2013-06-25  Juri Linkov  <juri@jurta.org>
6024         * files-x.el (modify-dir-local-variable): Change the header comment
6025         in the file with directory local variables.  (Bug#14692)
6027         * files-x.el (read-file-local-variable-value): Add `default'.
6028         (Bug#14710)
6030 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032         * net/eww.el (eww-make-unique-file-name): Create a unique file
6033         name before saving to entering `y' accidentally asynchronously.
6035 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
6037         * net/eww.el (eww-download): New command and keystroke.
6039 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041         * net/eww.el (eww-copy-page-url): Change name of command.
6043         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6044         be more consistent with Info and dired.
6046         * net/eww.el (eww-mode-map): Ditto.
6048 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6050         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
6051         packages from archives.
6052         (package-archive-contents): Change format; include obsolete packages.
6053         (package-desc): Use `dir' to mark builtin packages.
6054         (package--from-builtin): Set the `dir' field to `builtin'.
6055         (generated-autoload-file, version-control): Declare.
6056         (package-compute-transaction): Change first arg and return value to be
6057         lists of package-descs.  Adjust to new package-archive-contents format.
6058         (package--add-to-archive-contents): Adjust to new
6059         package-archive-contents format.
6060         (package-download-transaction): Arg is now a list of package-descs.
6061         (package-install): If `pkg' is a package name, pass it as
6062         a requirement, so it is subject to the usual (e.g. disabled) checks.
6063         (describe-package): Accept package-desc as well.
6064         (describe-package-1): Describe a specific package-desc.  Add links to
6065         other package-descs for the same package name.
6066         (package-menu-describe-package): Pass the actual package-desc.
6067         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6068         works correctly.
6069         (package-desc-status): New function.
6070         (package-menu--refresh): New function, extracted
6071         from package-menu--generate.
6072         (package-menu--generate): Use it.
6073         (package-delete): Update package-alist.
6074         (package-menu-execute): Don't call package-initialize.
6076         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6077         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6078         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6079         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6080         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6081         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6083 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
6085         * window.el (window--state-get-1): Workaround for bug#14527.
6086         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6088 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6090         * net/eww.el (eww-back-url): Implement the history by stashing all
6091         the data into a list.
6092         (eww-forward-url): Allow going forward in the history, too.
6094 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6096         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6097         for values and use read--expression for expressions (bug#14710).
6098         (read-file-local-variable): Avoid setq.
6099         (read-file-local-variable-mode): Use minor-mode-list.
6101 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6103         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6104         for DOI URLs.
6106 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6108         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6109         Update imenu-support when dialect changes.
6111 2013-06-25  Leo Liu  <sdl.web@gmail.com>
6113         * ido.el (ido-read-internal): Allow forward slash on windows.
6115 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117         * net/eww.el (eww): Start of strings is \\`, not ^.
6119 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
6121         * net/shr.el (shr-browse-url): Fix interactive spec.
6123         * net/eww.el (eww): Add a trailing slash to domain names.
6125 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
6127         * faces.el (face-spec-recalc): Revert part of revno:113147 (bug#14705).
6129 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6131         * net/shr.el (shr-browse-url): Use an external browser if given a
6132         prefix.
6134         * net/eww.el (eww-external-browser): Move to shr.
6136 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
6138         * net/eww.el (eww): Work more correctly for file: URLs.
6139         (eww-detect-charset): Allow quoted charsets.
6140         (eww-yank-page-url): New command and keystroke.
6142 2013-06-24  Daiki Ueno  <ueno@gnu.org>
6144         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6145         file name of gpg executable.
6146         (epg-context-program): New function.
6147         (epg-context-home-directory): New function.
6148         (epg-context-set-program): New function.
6149         (epg-context-set-home-directory): New function.
6150         (epg--start): Use `epg-context-program' instead of
6151         'epg-gpg-program'.
6152         (epg--list-keys-1): Likewise.
6154 2013-06-24  Leo Liu  <sdl.web@gmail.com>
6156         * ido.el (ido-read-internal): Fix bug#14620.
6158 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
6160         * faces.el (face-documentation): Simplify.
6161         (read-face-attribute, tty-find-type, x-resolve-font-name):
6162         Use `string-match-p'.
6163         (list-faces-display): Use `string-match-p'.  Simplify.
6164         (face-spec-recalc): Check face to avoid face alias loops.
6165         (read-color): Use `string-match-p' and non-capturing parenthesis.
6167 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6169         * net/shr.el (shr-rescale-image): Use the new
6170         :max-width/:max-height functionality.
6172 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
6174         * net/eww.el (eww-search-prefix): New variable.
6175         (eww): Use it.
6176         (eww-external-browser): New variable.
6177         (eww-mode-map): New keystroke.
6178         (eww-browse-with-external-browser): New command.
6180         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6182 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
6184         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6185         Don't skip aligning the next header field when padding is 0;
6186         otherwise, field width is not respected unless the title is as
6187         wide as the field.
6189 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * emacs-lisp/package.el (package-el-version): Remove.
6192         (package-process-define-package): Fix inf-loop.
6193         (package-install): Allow symbols as arguments again.
6195 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
6197         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6198         add some more keyword-like methods.
6199         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6201 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
6203         * bs.el (bs-buffer-show-mark): Make defvar-local.
6204         (bs-mode): Use setq-local.
6206         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6207         (emacs-lock--try-unlocking): Make defvar-local.
6209 2013-06-22  Glenn Morris  <rgm@gnu.org>
6211         * play/cookie1.el (cookie-apropos): Minor simplification.
6213         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6215 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
6217         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6218         `regexp-opt', it breaks the build during dumping.
6220 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
6222         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6223         Highlight keyword-like methods on Kernel and Module with
6224         font-lock-builtin-face.
6225         (auto-mode-alist): Consolidate different entries into one regexp
6226         and add more *file-s.
6228 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
6230         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6232         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6233         (diary-entry): Use it in the action of this button type instead of
6234         diary-goto-entry.
6236         * calendar/todo-mode.el: New version.
6237         (todo-add-category): Append new category to end of file and give
6238         it the highest number, instead of putting it at the beginning and
6239         giving it 0.  Incorporate noninteractive functionality.
6240         (todo-forward-category): Adapt to 1-based category numbering.
6241         Allow skipping over archived categories.
6242         (todo-backward-category): Derive from todo-forward-category.
6243         (todo-backward-item, todo-forward-item): Make noninteractive and
6244         delegate interactive part to new commands.  Make sensitive to done items.
6245         (todo-categories): Make value an alist of category names and
6246         vectors of item counts.
6247         (todo-category-beg): Make a defconst.
6248         (todo-category-number): Use 1 instead of 0 as initial value.
6249         (todo-category-select): Make sensitive to overlays, optional item
6250         highlighting and done items.
6251         (todo-delete-item): Make sensitive to overlays and marked and done items.
6252         (todo-edit-item): Make sensitive to overlays and editing of
6253         date/time header optional.  Add format checks.
6254         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
6255         no-op if point is not on an item.  Advertise using todo-edit-quit.
6256         (todo-edit-mode): Make sensitive to new format, font-locking, and
6257         multiple todo files.
6258         (todo-insert-item, todo-insert-item-here): Derive from
6259         todo-basic-insert-item and extend functionality.
6260         (todo-item-end, todo-item-start): Make sensitive to done items.
6261         (todo-item-string): Don't return text properties.  Restore point.
6262         (todo-jump-to-category): Make sensitive to multiple todo files and
6263         todo archives.  Use extended category completion.
6264         (todo-lower-item, todo-raise-item): Rename to *-priority and
6265         derive from todo-set-item-priority.
6266         (todo-mode): Derive from special-mode.  Make sensitive to new
6267         format, font-locking and multiple todo files.  Make read-only.
6268         (todo-mode-map): Don't suppress digit keys, so they can supply
6269         prefix arguments.  Add many new key bindings.
6270         (todo-prefix): Insert as an overlay instead of file text.
6271         Change semantics from diary date expression to purely visual mark.
6272         (todo-print): Rename to todo-print-buffer.  Make buffer display
6273         features printable.  Remove option to restrict number of items
6274         printed.  Add option to print to file.
6275         (todo-print-function): Rename to todo-print-buffer-function.
6276         (todo-quit): Extend to handle exiting new todo modes.
6277         (todo-remove-item): Make sensitive to overlays.
6278         (todo-save): Extend to buffers of filtered items.
6279         (todo-show): Make sensitive to done items, multiple todo files and
6280         new todo modes.  Offer to convert legacy todo file before creating
6281         first new todo file.
6282         (todo-show-priorities): Rename to todo-top-priorities.
6283         Change semantics of value 0.
6284         (todo-top-priorities): Rename to todo-filter-top-priorities,
6285         derive from todo-filter-items and extend functionality.
6286         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6287         and extend functionality to other types of filtered items.
6288         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6289         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6290         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6291         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6292         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6293         (todo-edit-mode-hook, todo-entry-prefix-function)
6294         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6295         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6296         (todo-initials, todo-insert-threshold, todo-item-string-start)
6297         (todo-line-string, todo-menu, todo-mode-hook)
6298         (todo-more-important-p, todo-previous-answer, todo-previous-line)
6299         (todo-print-priorities, todo-remove-separator)
6300         (todo-save-top-priorities-too, todo-string-count-lines)
6301         (todo-string-multiline-p, todo-time-string-format)
6302         (todo-tmp-buffer-name): Remove.
6303         (todo-add-file, todo-archive-done-item, todo-choose-archive)
6304         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6305         (todo-edit-category-diary-inclusion)
6306         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6307         (todo-edit-file, todo-edit-item-date-day)
6308         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6309         (todo-edit-item-date-month, todo-edit-item-date-to-today)
6310         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6311         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6312         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6313         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6314         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6315         (todo-filter-top-priorities-multifile, todo-find-archive)
6316         (todo-find-filtered-items-file, todo-go-to-source-item)
6317         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6318         (todo-jump-to-archive-category, todo-lower-category)
6319         (todo-mark-category, todo-marked-item-p, todo-merge-category)
6320         (todo-move-category, todo-move-item, todo-next-button)
6321         (todo-next-item, todo-padded-string, todo-powerset)
6322         (todo-previous-button, todo-previous-item)
6323         (todo-print-buffer-to-file, todo-raise-category)
6324         (todo-rename-category, todo-repair-categories-sexp, todo-search)
6325         (todo-set-category-number, todo-set-item-priority)
6326         (todo-set-top-priorities-in-category)
6327         (todo-set-top-priorities-in-file, todo-show-categories-table)
6328         (todo-sort-categories-alphabetically-or-numerically)
6329         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6330         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6331         (todo-toggle-item-header, todo-toggle-item-highlighting)
6332         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6333         (todo-toggle-view-done-items, todo-toggle-view-done-only)
6334         (todo-unarchive-items, todo-unmark-category): New commands.
6335         (todo-absolute-file-name, todo-add-to-buffer-list)
6336         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6337         (todo-basic-insert-item, todo-category-completions)
6338         (todo-category-number, todo-category-string-matcher-1)
6339         (todo-category-string-matcher-2, todo-check-filtered-items-file)
6340         (todo-check-format, todo-clear-matches)
6341         (todo-comment-string-matcher, todo-convert-legacy-date-time)
6342         (todo-current-category, todo-date-string-matcher)
6343         (todo-define-insertion-command, todo-diary-expired-matcher)
6344         (todo-diary-goto-entry, todo-diary-item-p)
6345         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6346         (todo-display-categories, todo-display-sorted, todo-done-item-p)
6347         (todo-done-item-section-p, todo-done-separator)
6348         (todo-done-string-matcher, todo-files, todo-filter-items)
6349         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6350         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6351         (todo-insert-category-line, todo-insert-item-from-calendar)
6352         (todo-insert-sort-button, todo-insert-with-overlays)
6353         (todo-insertion-command-name, todo-insertion-key-bindings)
6354         (todo-label-to-key, todo-longest-category-name-length)
6355         (todo-make-categories-list, todo-mode-external-set)
6356         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6357         (todo-modes-set-3, todo-multiple-filter-files)
6358         (todo-nondiary-marker-matcher, todo-prefix-overlays)
6359         (todo-read-category, todo-read-date, todo-read-dayname)
6360         (todo-read-file-name, todo-read-time)
6361         (todo-reevaluate-category-completions-files-defcustom)
6362         (todo-reevaluate-default-file-defcustom)
6363         (todo-reevaluate-filelist-defcustoms)
6364         (todo-reevaluate-filter-files-defcustom)
6365         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6366         (todo-reset-done-separator, todo-reset-done-separator-string)
6367         (todo-reset-done-string, todo-reset-global-current-todo-file)
6368         (todo-reset-highlight-item, todo-reset-nondiary-marker)
6369         (todo-reset-prefix, todo-set-categories)
6370         (todo-set-date-from-calendar, todo-set-show-current-file)
6371         (todo-set-top-priorities, todo-short-file-name)
6372         (todo-show-current-file, todo-sort, todo-time-string-matcher)
6373         (todo-total-item-counts, todo-update-buffer-list)
6374         (todo-update-categories-display, todo-update-categories-sexp)
6375         (todo-update-count, todo-validate-name, todo-y-or-n-p):
6376         New functions.
6377         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6378         New major modes.
6379         (todo-categories, todo-display, todo-edit, todo-faces)
6380         (todo-filtered): New defgroups.
6381         (todo-archived-only, todo-button, todo-category-string, todo-date)
6382         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6383         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6384         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6385         (todo-add-item-if-new-category, todo-always-add-time-string)
6386         (todo-categories-align, todo-categories-archived-label)
6387         (todo-categories-category-label, todo-categories-diary-label)
6388         (todo-categories-done-label, todo-categories-number-separator)
6389         (todo-categories-todo-label, todo-categories-totals-label)
6390         (todo-category-completions-files, todo-completion-ignore-case)
6391         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6392         (todo-done-separator-string, todo-done-string)
6393         (todo-files-function, todo-filter-done-items, todo-filter-files)
6394         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6395         (todo-initial-category, todo-initial-file, todo-item-mark)
6396         (todo-legacy-date-time-regexp, todo-mode-line-function)
6397         (todo-nondiary-marker, todo-number-prefix)
6398         (todo-print-buffer-function, todo-show-current-file)
6399         (todo-show-done-only, todo-show-first, todo-show-with-done)
6400         (todo-skip-archived-categories, todo-top-priorities-overrides)
6401         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6402         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6403         New defcustoms.
6404         (todo-category-done, todo-date-pattern, todo-date-string-start)
6405         (todo-diary-items-buffer, todo-done-string-start)
6406         (todo-filtered-items-buffer, todo-item-start)
6407         (todo-month-abbrev-array, todo-month-name-array)
6408         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6409         (todo-top-priorities-buffer): New defconsts.
6410         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6411         (todo-categories-with-marks, todo-category-string-face)
6412         (todo-comment-face, todo-comment-string, todo-current-todo-file)
6413         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6414         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6415         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6416         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6417         (todo-font-lock-keywords, todo-global-current-todo-file)
6418         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6419         (todo-insertion-commands-args)
6420         (todo-insertion-commands-args-genlist)
6421         (todo-insertion-commands-names, todo-insertion-map)
6422         (todo-key-bindings-t, todo-key-bindings-t+a)
6423         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6424         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6425         (todo-nondiary-face, todo-print-buffer, todo-time-face)
6426         (todo-visited): New variables.
6428 2013-06-21  Glenn Morris  <rgm@gnu.org>
6430         * play/cookie1.el (cookie-apropos): Add optional display argument.
6431         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6432         (psychoanalyze-pinhead): Use cookie-doctor.
6434 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6436         * emacs-lisp/package.el (tar-get-file-descriptor)
6437         (tar--extract): Declare.
6439 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
6441         Extend flymake's warning predicate to be a function (bug#14217).
6442         * progmodes/flymake.el (flymake-warning-predicate): New.
6443         (flymake-parse-line): Use it.
6444         (flymake-warning-re): Make obsolete alias to
6445         `flymake-warning-predicate'.
6447 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6449         * emacs-lisp/package.el (package-alist): Include obsolete packages.
6450         (package-obsolete-list): Remove.
6451         (package-activate): Remove min-version argument.  Add `force' argument.
6452         Adjust to new package-alist format.
6453         (package-mark-obsolete): Remove.
6454         (package-unpack): Force reload of the package's autoloads.
6455         (package-installed-p): Check builtins if the installed package is not
6456         recent enough.
6457         (package-initialize): Don't reset package-obsolete-list.
6458         Don't specify which package version to activate.
6459         (package-process-define-package, describe-package-1)
6460         (package-menu--generate): Adjust to new package-alist format.
6462 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6464         * allout-widgets.el (allout-widgets-mode-off)
6465         (allout-widgets-mode-on, allout-widgets-pre-command-business)
6466         (allout-widgets-post-command-business)
6467         (allout-widgets-after-copy-or-kill-function)
6468         (allout-widgets-after-undo-function, allout-test-range-overlaps)
6469         (allout-decorate-item-and-context)
6470         (allout-graphics-modification-handler): Fix typos in docstrings.
6471         (allout-get-or-create-parent-widget): Use `looking-at-p'.
6473         * cmuscheme.el (scheme-start-file): Doc fix.
6474         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6475         (scheme-input-filter): Use `string-match-p'.
6477         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6479         * dired-x.el: Use Dired consistently in docstrings.
6481         * dired.el: Use Dired consistently in docstrings.
6482         (dired-readin, dired-mode): Use `setq-local'.
6483         (dired-switches-alist): Make defvar-local.
6484         (dired-buffers-for-dir): Use `zerop'.
6485         (dired-safe-switches-p, dired-switches-escape-p)
6486         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6487         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6488         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6489         (dired-goto-next-nontrivial-file): Use `string-match-p'.
6490         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6491         (dired-toggle-marks, dired-mark-files-containing-regexp)
6492         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6493         (dired-flag-auto-save-files, dired-flag-backup-files):
6494         Use `looking-at-p'.
6495         (dired-mark-files-regexp, dired-build-subdir-alist):
6496         Use `string-match-p', `looking-at-p'.
6498         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6499         (direct-print-region-helper): Use `string-match-p'.
6501 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6503         * comint.el (comint-redirect-results-list-from-process):
6504         Fix infinite loop.
6506 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6508         * net/eww.el (eww-update-header-line-format): Quote % characters.
6510 2013-06-21  Glenn Morris  <rgm@gnu.org>
6512         * play/cookie1.el (cookie): New custom group.
6513         (cookie-file): New option.
6514         (cookie-check-file): New function.
6515         (cookie): Make it interactive.  Make start and end messages optional.
6516         Interactively, display the result.  Default to cookie-file.
6517         (cookie-insert): Default to cookie-file.
6518         (cookie-snarf): Make start and end messages optional.
6519         Default to cookie-file.  Use with-temp-buffer.
6520         (cookie-read): Rename from read-cookie.
6521         Make start and end messages optional.  Default to cookie-file.
6522         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
6523         Do not autoload it.
6524         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6525         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6527 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6529         * progmodes/octave.el (octave-mode): Backward compatibility fix.
6531 2013-06-21  Glenn Morris  <rgm@gnu.org>
6533         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6535 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6536             Daniel Hackney  <dan@haxney.org>
6538         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6539         Consolidate the single-file vs tarball code.
6540         (package-desc-suffix): New function.
6541         (package-desc-full-name): Don't bother inlining it.
6542         (package-load-descriptor): Return the new package-desc.
6543         (package-mark-obsolete): Remove unused arg `package'.
6544         (package-unpack): Make it work for single files as well.
6545         Make it update package-alist.
6546         (package--make-autoloads-and-stuff): Rename from
6547         package--make-autoloads-and-compile.  Don't compile any more.
6548         (package--compile): New function.
6549         (package-generate-description-file): New function, extracted from
6550         package-unpack-single.
6551         (package-unpack-single): Remove.
6552         (package--with-work-buffer): Add indentation and debugging info.
6553         (package-download-single): Remove.
6554         (package-install-from-archive): Rename from package-download-tar, make
6555         it take a pkg-desc, and make it work for single files as well.
6556         (package-download-transaction): Simplify.
6557         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
6558         external tar program.
6559         (package-install-from-buffer): Remove `pkg-desc' argument.
6560         Use package-tar-file-info for tar-mode buffers.
6561         (package-install-file): Simplify accordingly.
6562         (package-archive-base): Change to take a pkg-desc.
6563         * tar-mode.el (tar--check-descriptor): New function, extracted from
6564         tar-get-descriptor.
6565         (tar-get-descriptor): Use it.
6566         (tar-get-file-descriptor): New function.
6567         (tar--extract): New function, extracted from tar-extract.
6568         (tar--extract): Use it.
6569         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6570         case the summary uses non-ascii.  Adjust to new calling convention of
6571         package-tar-file-info.
6573 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6575         * comint.el (comint-redirect-results-list-from-process):
6576         Fix random delay.  (Bug#14681)
6578 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6580         * profiler.el (profiler-format-number): Use log, not log10.
6582 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6584         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6586 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6588         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6589         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6590         yet available.
6591         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6592         (AUTOGENEL): ... here.
6593         * emacs-lisp/cl-macs.el (cl--sublis): New function.
6594         (cl--defsubst-expand): Use it.
6596 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6598         * subr.el (log10): Move here from C code, and declare as obsolete.
6599         All uses of (log10 X) replaced with (log X 10).
6601 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6603         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6604         Declare with `defvar-local'.
6605         (tabulated-list-use-header-line, tabulated-list-entries)
6606         (tabulated-list-padding, tabulated-list-printer)
6607         (tabulated-list-sort-key): Declare with `defvar-local'.
6608         (tabulated-list-init-header, tabulated-list-print-fake-header):
6609         Use `setq-local'.
6611 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
6613         * arc-mode.el (archive-mode): Add `archive-write-file' to
6614         `write-contents-functions' also for remote files.  (Bug#14652)
6616 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6618         * cus-edit.el (custom-commands): Fix typos.
6619         (custom-display): Fix tooltip text.
6620         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6621         Fix typos in docstrings.
6622         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6623         (custom-unlispify-menu-entry, custom-magic-value-create)
6624         (custom-add-see-also, custom-group-value-create): Use ?\s.
6625         (custom-guess-type, customize-apropos, editable-field)
6626         (custom-face-value-create): Use `string-match-p'.
6627         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6629         * custom.el (custom-load-symbol): Use `string-match-p'.
6631         * ansi-color.el: Convert to lexical binding.
6632         (ansi-colors): Fix URL.
6633         (ansi-color-context, ansi-color-context-region): Use defvar-local.
6634         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6635         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6637 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6641         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6643 2013-06-19  Tom Tromey  <tromey@redhat.com>
6645         * net/eww.el (eww-top-url): Remove.
6646         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6647         (eww-render): Set new variables.  Don't set eww-top-url.
6648         (eww-handle-link): Handle "prev", "home", and "contents".
6649         Downcase the rel text.
6650         (eww-top-url): Choose best top URL.
6652 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6654         * net/eww.el: Rewrite to implement form elements "by hand" instead of
6655         relying in widget.el.  Using widget.el leads to too many
6656         user interface inconsistencies.
6657         (eww-self-insert): Implement entering commands in text fields.
6658         (eww-process-text-input): New function to make text input field editing
6659         work.
6660         (eww-submit): Rewrite to use the new-style form methods.
6661         (eww-select-display): Display the correct selected item.
6662         (eww-change-select): Implement changing the select value.
6663         (eww-toggle-checkbox): Implement radio/checkboxes.
6664         (eww-update-field): Fix compilation error.
6665         (eww-tag-textarea): Implement <textarea>.
6667         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6668         we don't shadow mode-specific bindings.
6670         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6671         nothing to push.
6673         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6675 2013-06-19  Glenn Morris  <rgm@gnu.org>
6677         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6679 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
6681         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6682         not needed.
6684         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6686 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6688         * net/browse-url.el (browse-url-browser-function):
6689         `eww-browse-url' has the right calling signature, `eww' does not.
6691 2013-06-19  Glenn Morris  <rgm@gnu.org>
6693         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6694         Only eval autoloaded macros.
6695         (byte-compile-autoload): Only give the macro warning for macros.
6697         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6698         (ps-underlined-faces): Declare.
6700         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6701         (speedbar-add-supported-extension): Declare.
6703         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6704         Don't include a date stamp in the header of the generated file;
6705         it leads to needless differences between output files.
6707 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
6709         * net/secrets.el (secrets-struct-secret-content-type):
6710         Replace check of introspection data by a test call of "CreateItem".
6711         Some servers do not offer introspection.
6713 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6715         * electric.el (electric-pair-mode): Improve interaction with
6716         electric-layout-mode.
6717         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6718         (electric-pair-syntax): Use text-mode-syntax-table in comments
6719         and strings.
6720         (electric-pair--insert): New function.
6721         (electric-pair-post-self-insert-function): Use it and
6722         electric--after-char-pos.
6724 2013-06-19  Leo Liu  <sdl.web@gmail.com>
6726         * progmodes/octave.el (octave-help): Fix regexp.
6728 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6730         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6731         (shr-table-horizontal-line): Allow nil as a value, and change the
6732         default.
6733         (shr-insert-table-ruler): Respect the nil value.
6735 2013-06-18  Tom Tromey  <tromey@barimba>
6737         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6738         New defvars.
6739         (eww-open-file): New defun.
6740         (eww-render): Initialize new variables.
6741         (eww-display-html): Handle "link" and "a".
6742         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6743         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
6744         (eww-back-url): Rename from eww-previous-url.
6745         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6746         New defuns.
6748 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
6750         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6751         Distinguish ternary operator tokens from slash symbol and slash
6752         char literal.
6754 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
6756         Convert symbol prettification into minor mode and global minor mode.
6758         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6759         `prog-prettify-symbols', and make a local defvar instead of defcustom.
6760         (prettify-symbols--keywords): Rename from
6761         `prog-prettify-symbols-alist' and make a local defvar.
6762         (prettify-symbols--compose-symbol): Rename from
6763         `prog--prettify-font-lock-compose-symbol'.
6764         (prettify-symbols--make-keywords): Rename from
6765         `prog-prettify-font-lock-symbols-keywords' and simplify.
6766         (prog-prettify-install): Remove.
6767         (prettify-symbols-mode): New minor mode, based on
6768         `prog-prettify-install'.
6769         (turn-on-prettify-symbols-mode): New function.
6770         (global-prettify-symbols-mode): New globalized minor mode.
6772         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6773         * progmodes/cfengine.el (cfengine3-mode):
6774         * progmodes/perl-mode.el (perl-mode): Don't call
6775         `prog-prettify-install'; set `prettify-symbols-alist' instead.
6777 2013-06-18  Juri Linkov  <juri@jurta.org>
6779         * files-x.el (modify-file-local-variable-message): New function.
6780         (modify-file-local-variable)
6781         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6782         and call `modify-file-local-variable-message' when it's non-nil.
6783         (add-file-local-variable, delete-file-local-variable)
6784         (add-file-local-variable-prop-line)
6785         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6786         and use it.  (Bug#9820)
6788 2013-06-18  Juri Linkov  <juri@jurta.org>
6790         * emulation/vi.el (vi-shell-op):
6791         * emulation/vip.el (vip-execute-com, ex-command):
6792         * emulation/viper-cmd.el (viper-exec-bang):
6793         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6794         the call of `shell-command-on-region'.  (Bug#14637)
6796         * simple.el (shell-command-on-region): Doc fix.
6798 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6800         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6801         (bug#14633).
6803 2013-06-18  Glenn Morris  <rgm@gnu.org>
6805         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6807         * newcomment.el (comment-search-forward, comment-search-backward):
6808         Doc fix.  (Bug#14376)
6810 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
6812         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6813         (buffer-face-mode-invoke): Doc fix.
6815 2013-06-18  Matthias Meulien  <orontee@gmail.com>
6817         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6818         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6820 2013-06-18  Glenn Morris  <rgm@gnu.org>
6822         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6823         Replace obsolete function generic-make-keywords with its expansion.
6825         * progmodes/python.el (ffap-alist): Declare.
6827         * textmodes/reftex.el (bibtex-mode-map): Declare.
6829 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6832         (package-unpack, package-unpack-single): Return the pkg-dir.
6833         (package-download-transaction): Use it to update package-alist.
6835 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6837         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6838         possible choice.
6840 2013-06-17  Juri Linkov  <juri@jurta.org>
6842         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6844 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
6846         * emacs-lisp/package.el (package-load-descriptor):
6847         Remove `with-syntax-table' call, `read' doesn't need it.
6848         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6850 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
6852         * startup.el (command-line): Expand package name returned by
6853         `package--description-file' (bug#14639).
6855 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
6857         * emacs-lisp/package.el (package-load-descriptor): Do not call
6858         `emacs-lisp-mode', just use its syntax table.
6860 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
6862         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6863         `font-lock-extra-managed-props' if any prettifying keyword is added.
6864         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6865         (prog-mode): Use `setq-local'.
6867 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6869         * international/characters.el (standard-case-table): Set syntax of ?»
6870         and ?« to punctuation.
6872 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
6874         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6875         Save relevant match data before calling `syntax-ppss' (bug#14595).
6877 2013-06-15  Juri Linkov  <juri@jurta.org>
6879         * files-x.el (modify-file-local-variable-prop-line): Add local
6880         variables to the end of the existing comment on the first line.
6881         Use `file-auto-mode-skip' to skip interpreter magic line,
6882         and also skip XML declaration.
6884 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6886         * startup.el (package--builtin-versions): New var.
6887         (package-subdirectory-regexp): Remove.
6888         (package--description-file): Hard code its value instead.
6890         * emacs-lisp/package.el: Don't activate packages older than builtin.
6891         (package-obsolete-list): Rename from package-obsolete-alist, and make
6892         it into a simple list of package-desc.
6893         (package-strip-version): Remove.
6894         (package-built-in-p): Use package--builtin-versions.
6895         (package-mark-obsolete): Simplify.
6896         (package-process-define-package): Mark it obsolete if older than the
6897         builtin version.
6898         (package-handle-response): Use line-end-position.
6899         (package-read-archive-contents, package--download-one-archive):
6900         Simplify.
6901         (package--add-to-archive-contents): Skip if older than the builtin or
6902         installed version.
6903         (package-menu-describe-package): Fix last change.
6904         (package-list-unversioned): New var.
6905         (package-menu--generate): Use it.
6907         * emacs-lisp/autoload.el: Manage package--builtin-versions.
6908         (autoload--insert-text, autoload--insert-cookie-text): New functions.
6909         (autoload-builtin-package-versions): New variable.
6910         (autoload-generate-file-autoloads): Use them.
6911         Remove the list of autoloaded functions/macros from the
6912         (autoload...) comments.
6914         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6916 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
6918         * simple.el (line-move-partial): Don't jump to the next screen
6919         line as soon as it becomes visible.  Instead, continue enlarging
6920         the vscroll until the portion of a tall screen line that's left on
6921         display is about the height of the frame's default font.
6922         (Bug#14567)
6924 2013-06-15  Glenn Morris  <rgm@gnu.org>
6926         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6927         compilation-error-regexp-alist void, or local while let-bound.
6929         * progmodes/make-mode.el (makefile-mode-syntax-table):
6930         Treat "=" as punctuation.  (Bug#14614)
6932 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
6934         * help-fns.el (describe-variable):
6935         Add extra line for permanent-local variables.
6937 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
6939         * progmodes/scheme.el (scheme-font-lock-keywords-2):
6940         Add export, import, library.  (Bug#9164)
6941         (library): Set indent function.
6943 2013-06-14  Glenn Morris  <rgm@gnu.org>
6945         * term/xterm.el (xterm--query):
6946         Stop after first matching handler.  (Bug#14615)
6948 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
6950         Add support for dired in saveplace.
6951         * dired.el (dired-initial-position-hook): New variable.
6952         (dired-initial-position): Call hook to place cursor position.
6953         * saveplace.el (save-place-to-alist): Add dired position.
6954         (save-place-dired-hook): New function.
6956 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6958         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6959         through a symbol rather than letrec.
6961         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
6962         (package-desc): Add `dir' field.
6963         (package-desc-full-name): New function.
6964         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
6965         (package-maybe-load-descriptor): Remove.
6966         (package-load-all-descriptors): Just call package-load-descriptor.
6967         (package--disabled-p): New function.
6968         (package-desc-vers, package-desc-doc): Remove aliases.
6969         (package--dir): Remove function.
6970         (package-activate): Check if a package is disabled.
6971         (package-process-define-package): New function, extracted from
6972         define-package.
6973         (define-package): Turn into a place holder.
6974         (package-unpack-single, package-tar-file-info):
6975         Use package--description-file.
6976         (package-compute-transaction): Use package--disabled-p.
6977         (package-download-transaction): Don't call
6978         package-maybe-load-descriptor since they're all loaded anyway.
6979         (package-install): Change argument to be a pkg-desc.
6980         (package-delete): Use a single pkg-desc argument.
6981         (describe-package-1): Use package-desc-dir instead of package--dir.
6982         Use package-desc property instead of package-symbol.
6983         (package-install-button-action): Adjust accordingly.
6984         (package--push): Rewrite.
6985         (package-menu--print-info): Adjust accordingly.  Change the ID format
6986         to be a pkg-desc.
6987         (package-menu-describe-package, package-menu-get-status)
6988         (package-menu--find-upgrades, package-menu-mark-upgrades)
6989         (package-menu-execute, package-menu--name-predicate):
6990         Adjust accordingly.
6991         * startup.el (package--description-file): New function.
6992         (command-line): Use it.
6993         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6994         Use package-desc-version.
6996         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6997         (byte-compile-preprocess): Use it.
6998         (byte-compile-file-form-defalias): Try a bit harder to use macros we
6999         can't quite recognize.
7000         (byte-compile-add-to-list): Remove.
7001         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7002         (cconv-closure-convert): Add assertion.
7004         * emacs-lisp/map-ynp.el: Use lexical-binding.
7005         (map-y-or-n-p): Remove unused vars `tail' and `object'.
7006         Factor out some repeated code.
7008 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7010         * subr.el (with-eval-after-load): New macro.
7011         (eval-after-load): Allow form to be a function.
7012         take advantage of lexical-binding.
7013         (do-after-load-evaluation): Use dolist and adjust to new format.
7014         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7016 2013-06-13  Juri Linkov  <juri@jurta.org>
7018         * replace.el (perform-replace): Display "symbol " and other search
7019         modes from `isearch-message-prefix' in the *Help* buffer.
7021         * isearch.el (isearch-query-replace): Add " symbol" and other
7022         possible search modes from `isearch-message-prefix' to the prompt.
7023         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7024         when reading a regexp to collect.
7026 2013-06-13  Juri Linkov  <juri@jurta.org>
7028         * isearch.el (word-search-regexp): Match whitespace if the search
7029         string begins or ends in whitespace.  The LAX arg is applied to
7030         both ends of the search string.  Use `regexp-quote' and explicit
7031         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
7032         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7033         boundaries are replaced with symbol boundaries, and characters
7034         between symbols match non-word non-symbol syntax.  (Bug#14602)
7036 2013-06-13  Juri Linkov  <juri@jurta.org>
7038         * isearch.el (isearch-del-char): Don't exceed the length of
7039         `isearch-string' by the prefix arg.  (Bug#14563)
7041 2013-06-13  Juri Linkov  <juri@jurta.org>
7043         * isearch.el (isearch-yank-word, isearch-yank-line)
7044         (isearch-char-by-name, isearch-quote-char)
7045         (isearch-printing-char, isearch-process-search-char):
7046         Add optional count prefix arg.  (Bug#14563)
7048         * international/isearch-x.el
7049         (isearch-process-search-multibyte-characters):
7050         Add optional count prefix arg.
7052 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7055         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7056         lexical-binding.
7058 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
7060         * subr.el (set-temporary-overlay-map): Add on-exit argument.
7062 2013-06-13  Glenn Morris  <rgm@gnu.org>
7064         * startup.el (tty-handle-args):
7065         Don't just discard "--" and anything after.  (Bug#14608)
7067         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7069 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
7071         Implement changes in Secret Service API.  Make it backward compatible.
7072         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7073         (secrets-create-item): Use it.  Prefix properties with interface.
7075 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
7077         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
7078         (term-emulate-terminal): Respect term-suppress-hard-newline.
7080 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
7082         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7083         Only remove a `thumb-file' overlay.  (Bug#14548)
7085 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
7087         * mail/reporter.el (reporter-submit-bug-report):
7088         Handle missing package-name.  (Bug#14600)
7090 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7092         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7093         (reftex-citation-prompt, reftex-default-bibliography)
7094         (reftex-bib-or-thebib, reftex-get-bibfile-list)
7095         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7096         (reftex-bib-sort-author, reftex-bib-sort-year)
7097         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7098         (reftex-extract-bib-entries-from-thebibliography)
7099         (reftex-get-bibkey-default, reftex-get-bib-names)
7100         (reftex-parse-bibtex-entry, reftex-get-bib-field)
7101         (reftex-format-bib-entry, reftex-parse-bibitem)
7102         (reftex-format-bibitem, reftex-do-citation)
7103         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7104         (reftex-restrict-bib-matches, reftex-extract-bib-file)
7105         (reftex-insert-bib-matches, reftex-format-citation)
7106         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7107         (reftex-create-bibtex-file): Add docstrings, mostly by converting
7108         existing comments into docstrings.
7110 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
7112         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7114 2013-06-12  Andreas Schwab  <schwab@suse.de>
7116         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7117         for auto-save files.
7119 2013-06-12  Glenn Morris  <rgm@gnu.org>
7121         * ido.el (ido-delete-ignored-files): Remove.
7122         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7123         Go back to calling ido-ignore-item-p directly.
7125 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
7127         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7129         * ido.el (ido-delete-ignored-files): New function,
7130         split from ido-make-file-list-1.
7131         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
7132         (ido-make-file-list-1): Use ido-delete-ignored-files.
7134 2013-06-12  Leo Liu  <sdl.web@gmail.com>
7136         * progmodes/octave.el (inferior-octave-startup)
7137         (inferior-octave-completion-table)
7138         (inferior-octave-track-window-width-change)
7139         (octave-eldoc-function-signatures, octave-help)
7140         (octave-find-definition): Use single quoted strings.
7141         (inferior-octave-startup-args): Change default value.
7142         (inferior-octave-startup): Do not hard code "-i" and
7143         "--no-line-editing".
7144         (inferior-octave-resync-dirs): Add optional arg NOERROR.
7145         (inferior-octave-directory-tracker): Use it.
7146         (octave-goto-function-definition): Robustify.
7147         (octave-help): Support highlighting operators in 'See also'.
7148         (octave-find-definition): Find subfunctions only in Octave mode.
7150 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7152         * help-fns.el (help-fns--compiler-macro): If the handler function is
7153         named, then put a link to it.
7154         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7155         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7156         (cl-typep): Use it.
7157         (cl-eval-when): Simplify debug spec.
7158         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
7159         compiler-macro function instead of setting `compiler-macro-file'.
7161 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
7163         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7164         * vc/vc-hooks.el (vc-stay-local): Doc fix.
7166 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7167             Daniel Hackney  <dan@haxney.org>
7169         First part of Daniel Hackney's patch to package.el.
7170         * emacs-lisp/package.el: Use defstruct.
7171         (package-desc): New, main struct.
7172         (package--bi-desc, package--ac-desc): New structs, used to describe the
7173         format in external files.
7174         (package-desc-vers): Replace with package-desc-version accessor.
7175         (package-desc-doc): Replace with package-desc-summary accessor.
7176         (package-activate-1): Remove `package' arg since the pkg-vec now
7177         includes the name.
7178         (define-package): Use package-desc-from-define.
7179         (package-unpack-single): Change file-name arg to be a symbol.
7180         (package--add-to-archive-contents): Use package-desc-create and new
7181         accessor functions to package--ac-desc.
7182         (package-buffer-info, package-tar-file-info): Return a package-desc.
7183         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
7184         arg to be a package-desc.
7185         (package-install-file): Adjust accordingly.  Use \' to match EOS.
7186         (package--from-builtin): New function.
7187         (describe-package-1, package-menu--generate): Use it.
7188         (package--make-autoloads-and-compile): Change name arg to be a symbol.
7189         (package-generate-autoloads): Idem and return the name of the file.
7190         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7191         Change pkg-info arg to be a package-desc.
7192         Use package-make-ac-desc.
7193         (package-upload-file): Use \' to match EOS.
7194         * finder.el (finder-compile-keywords): Use package-make-builtin.
7196 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7198         * vc/vc.el (vc-deduce-fileset): Change error message.
7199         (vc-read-backend): New function.
7200         (vc-next-action): Use it.
7202         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7204         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7205         (prolog-font-lock-keywords): Use regexp-opt instead.
7206         Don't manually highlight strings.
7207         (prolog-mode-variables): Simplify comment-start-skip.
7208         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
7210         * emacs-lisp/generic.el (generic--normalise-comments)
7211         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7212         (generic-mode-set-comments): Use them.
7213         (generic-bracket-support): Use setq-local.
7214         (generic-make-keywords-list): Declare obsolete.
7216 2013-06-11  Glenn Morris  <rgm@gnu.org>
7218         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7219         Prettify after setting font-lock-defaults.  (Bug#14574)
7221 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
7223         * replace.el (query-replace, occur-read-regexp-defaults-function)
7224         (replace-search):
7225         * subr.el (declare-function, number-sequence, local-set-key)
7226         (substitute-key-definition, locate-user-emacs-file)
7227         (with-silent-modifications, split-string, eval-after-load):
7228         Fix typos, remove unneeded backslashes and reflow some docstrings.
7230 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7232         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7233         default for Elisp files.
7235 2013-06-11  Glenn Morris  <rgm@gnu.org>
7237         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7238         although define-derived-mode was doing this anyway.  (Bug#14583)
7240 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
7242         * allout.el (allout-encryption-plaintext-sanitization-regexps):
7243         Fix make-variable-buffer-local call to refer to the correct variable.
7245 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
7247         * eshell/em-term.el (eshell-visual-commands)
7248         (eshell-visual-subcommands, eshell-visual-options):
7249         Add summary line to docstrings.  Add cross-references.
7251 2013-06-10  Glenn Morris  <rgm@gnu.org>
7253         * epa.el (epa-read-file-name): New function.  (Bug#14510)
7254         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
7256 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
7258         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7259         output redirection to be ignored with visual commands.
7261 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
7263         * eshell/em-term.el (eshell-visual-command-p): New function.
7264         (eshell-term-initialize): Move long lambda to separate function
7265         eshell-visual-command-p.
7266         * eshell/em-dirs.el (eshell-dirs-initialise):
7267         * eshell/em-script.el (eshell-script-initialize):
7268         Add missing #' to lambda.
7270 2013-06-08  Leo Liu  <sdl.web@gmail.com>
7272         * progmodes/octave.el (octave-add-log-current-defun): New function.
7273         (octave-mode): Set add-log-current-defun-function.
7274         (octave-goto-function-definition): Do not move point if not found.
7275         (octave-find-definition): Enhance to try subfunctions first.
7277 2013-06-08  Glenn Morris  <rgm@gnu.org>
7279         * emacs-lisp/bytecomp.el (byte-compile-char-before)
7280         (byte-compile-backward-char, byte-compile-backward-word):
7281         Improve previous change, to handle non-explicit nil.
7283 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7285         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7286         (smie--opener/closer-at-point): New function.
7287         (smie--matching-block-data): Use it.  Don't match from right after an
7288         opener or right before a closer.  Obey smie-blink-matching-inners.
7289         Don't signal a mismatch for repeated inners like "switch..case..case".
7291 2013-06-07  Leo Liu  <sdl.web@gmail.com>
7293         * progmodes/octave.el (octave-mode): Set comment-use-global-state
7294         to t.  (Bug#14303)
7295         (octave-function-header-regexp): Fix.  (Bug#14570)
7296         (octave-help-mode-finish-hook, octave-help-mode-finish):
7297         Remove.  Just use temp-buffer-show-hook.
7299         * newcomment.el (comment-search-backward): Revert last change.
7300         (Bug#14434)
7302         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7304 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
7306         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7307         through xargs, to avoid failure due to MS-Windows limitations on
7308         command-line length.
7310 2013-06-06  Glenn Morris  <rgm@gnu.org>
7312         * font-lock.el (lisp-font-lock-keywords-2):
7313         Treat user-error like error.
7315         * emacs-lisp/bytecomp.el (byte-compile-char-before)
7316         (byte-compile-backward-char, byte-compile-backward-word):
7317         Handle explicit nil arguments.  (Bug#14565)
7319 2013-06-05  Alan Mackenzie  <acm@muc.de>
7321         * isearch.el (isearch-allow-prefix): New user option.
7322         (isearch-other-meta-char): Don't exit isearch when a prefix
7323         argument is typed whilst `isearch-allow-prefix' is non-nil.
7324         (Bug#9706)
7326 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7328         * autorevert.el (auto-revert-notify-handler): Use memq.
7329         Hide assertion failure.
7331         * skeleton.el: Use cl-lib.
7332         (skeleton-further-elements): Use defvar-local.
7333         (skeleton-insert): Use cl-progv.
7335 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7337         * progmodes/prog-mode.el (prog-prettify-symbols)
7338         (prog-prettify-install): Update docstrings.
7340 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7342         * simple.el: Move all the prog-mode code to prog-mode.el.
7343         * progmodes/prog-mode.el: New file.
7344         * loadup.el: Add prog-mode.el.
7346 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7348         * simple.el (prog-prettify-symbols): Add version.
7349         (prog-prettify-install): Add convenience function to prettify symbols.
7351         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7352         (perl--augmented-font-lock-keywords-1)
7353         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7354         variables and use it.
7356         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7357         (cfengine3-mode): Remove unneeded variable and use it.
7359         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7360         (lisp--augmented-font-lock-keywords-1)
7361         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7362         Remove unneeded variables and use it.
7364 2013-06-05  João Távora  <joaotavora@gmail.com>
7366         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7367         to point when opening the connection.  (Bug#14380)
7369 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7371         * subr.el (load-history-regexp, load-history-filename-element)
7372         (eval-after-load, after-load-functions, do-after-load-evaluation)
7373         (eval-next-after-load, display-delayed-warnings)
7374         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7375         definition of save-match-data.
7376         (overriding-local-map): Remove accidental obsolescence declaration.
7378         * emacs-lisp/edebug.el (edebug-result): Move before first use.
7380 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7382         Generalize symbol prettify support to prog-mode and implement it
7383         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7384         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7385         (prog--prettify-font-lock-compose-symbol)
7386         (prog-prettify-font-lock-symbols-keywords): New variables and
7387         functions to support symbol prettification.
7388         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7389         (lisp--augmented-font-lock-keywords-1)
7390         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7391         (lisp--prettify-symbols-alist): Implement prettify of lambda.
7392         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7393         (cfengine3--prettify-symbols-alist, cfengine3-mode):
7394         Implement prettify of -> => :: strings.
7395         * progmodes/perl-mode.el (perl-prettify-symbols)
7396         (perl--font-lock-compose-symbol)
7397         (perl--font-lock-symbols-keywords): Move to prog-mode.
7398         (perl--prettify-symbols-alist): Prettify -> => :: strings.
7399         (perl-font-lock-keywords-1)
7400         (perl-font-lock-keywords-2): Remove explicit prettify support.
7401         (perl--augmented-font-lock-keywords)
7402         (perl--augmented-font-lock-keywords-1)
7403         (perl--augmented-font-lock-keywords-2, perl-mode):
7404         Implement prettify support.
7406 2013-06-05  Leo Liu  <sdl.web@gmail.com>
7408         Re-implement smie matching block highlight using
7409         show-paren-data-function.  (Bug#14395)
7410         * emacs-lisp/smie.el (smie-matching-block-highlight)
7411         (smie--highlight-matching-block-overlay)
7412         (smie--highlight-matching-block-lastpos)
7413         (smie-highlight-matching-block)
7414         (smie-highlight-matching-block-mode): Remove.
7415         (smie--matching-block-data-cache): New variable.
7416         (smie--matching-block-data): New function.
7417         (smie-setup): Use smie--matching-block-data for
7418         show-paren-data-function.
7420         * progmodes/octave.el (octave-mode-menu): Fix.
7421         (octave-find-definition): Skip garbage lines.
7423 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7425         Fix compilation error with simultaneous dynamic+lexical scoping.
7426         Add warning when a defvar appears after the first let-binding.
7427         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7428         (byte-compile-close-variables): Initialize it.
7429         (byte-compile--declare-var): New function.
7430         (byte-compile-file-form-defvar)
7431         (byte-compile-file-form-define-abbrev-table)
7432         (byte-compile-file-form-custom-declare-variable): Use it.
7433         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
7434         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7435         (byte-compile-bind): Handle dynamic bindings that shadow
7436         lexical bindings.
7437         (byte-compile-unbind): Make arg non-optional.
7438         (byte-compile-let): Simplify.
7439         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7440         (cconv--analyse-function, cconv-analyse-form): Populate it.
7441         Protect byte-compile-bound-variables to limit the scope of defvars.
7442         (cconv-analyse-form): Add missing rule for (defvar <foo>).
7443         Remove unneeded rule for `declare'.
7445         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7446         so as to avoid depending on cl-adjoin at run-time.
7447         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7449         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7450         (macroexp--warn-and-return): Use it.
7452 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7454         * lisp/subr.el: Convert to lexical binding.
7455         (overriding-local-map): Make obsolete.
7456         (add-to-list): Doc fix.  Add compiler macro.
7457         (read-key): Swap values of local maps.
7459 2013-06-05  Leo Liu  <sdl.web@gmail.com>
7461         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7463 2013-06-04  Leo Liu  <sdl.web@gmail.com>
7465         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7466         (compilation-auto-jump): Suppress the "Mark set" message to give
7467         way to exit message.
7469 2013-06-04  Alan Mackenzie  <acm@muc.de>
7471         Remove faulty optimisation from indentation calculation.
7472         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7473         search limit based on 2000 characters back from indent-point.
7475 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
7477         * eshell/em-term.el (cl-lib): Require `cl-lib'.
7479 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7481         * emacs-lisp/lisp.el: Use lexical-binding.
7482         (lisp--local-variables-1, lisp--local-variables): New functions.
7483         (lisp--local-variables-completion-table): New var.
7484         (lisp-completion-at-point): Use it complete let-bound vars.
7486         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7487         eagerly (bug#14422).
7489 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
7491         * autorevert.el (auto-revert-notify-enabled)
7492         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7493         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7494         (auto-revert-notify-handler): Handle also gfilenotify.
7496         * subr.el (file-notify-handle-event): New defun.  Replacing ...
7497         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7498         Remove.
7500 2013-06-03  Juri Linkov  <juri@jurta.org>
7502         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7503         `M-s h .'.  (Bug#14427)
7505         * hi-lock.el (highlight-symbol-at-point): New alias for the new
7506         command `hi-lock-face-symbol-at-point'.
7507         (hi-lock-face-symbol-at-point): New command.
7508         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7509         (hi-lock-menu): Add `highlight-symbol-at-point'.
7510         (hi-lock-mode): Doc fix.
7512         * isearch.el (isearch-forward-symbol-at-point): New command.
7513         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7514         (isearch-highlight-regexp): Add a regexp which matches
7515         words/symbols for word/symbol mode.
7517         * subr.el (find-tag-default-bounds): New function with the body
7518         mostly moved from `find-tag-default'.
7519         (find-tag-default): Move most code to `find-tag-default-bounds',
7520         call it and apply `buffer-substring-no-properties' afterwards.
7522 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
7524         * eshell/em-term.el (eshell-term-initialize):
7525         Use `cl-intersection' rather than `intersection'.
7527 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
7529         * vc/log-view.el: Doc fix.
7530         (log-view-mode-map): Copy keymap from `special-mode-map'.
7532 2013-06-02  Eric Ludlam  <zappo@gnu.org>
7534         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7535         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7536         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7537         (eieio-unbound, eieio-default-superclass)
7538         (eieio--define-field-accessors, method-static, method-before)
7539         (method-primary, method-after, method-num-lists)
7540         (method-generic-before, method-generic-primary)
7541         (method-generic-after, method-num-slots)
7542         (eieio-specialized-key-to-generic-key)
7543         (eieio--check-type, class-v, class-p)
7544         (eieio-class-name, define-obsolete-function-alias)
7545         (eieio-class-parents-fast, eieio-class-children-fast)
7546         (same-class-fast-p, class-constructor, generic-p)
7547         (generic-primary-only-p, generic-primary-only-one-p)
7548         (class-option-assoc, class-option, eieio-object-p)
7549         (class-abstract-p, class-method-invocation-order)
7550         (eieio-defclass-autoload-map, eieio-defclass-autoload)
7551         (eieio-class-un-autoload, eieio-defclass)
7552         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7553         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7554         (eieio--defgeneric-init-form, eieio-defgeneric-form)
7555         (eieio-defgeneric-reset-generic-form)
7556         (eieio-defgeneric-form-primary-only)
7557         (eieio-defgeneric-reset-generic-form-primary-only)
7558         (eieio-defgeneric-form-primary-only-one)
7559         (eieio-defgeneric-reset-generic-form-primary-only-one)
7560         (eieio-unbind-method-implementations)
7561         (eieio--defmethod, eieio--typep)
7562         (eieio-perform-slot-validation, eieio-validate-slot-value)
7563         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7564         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7565         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7566         (eieio-slot-name-index, eieio-class-slot-name-index)
7567         (eieio-set-defaults, eieio-initarg-to-attribute)
7568         (eieio-attribute-to-initarg, eieio-c3-candidate)
7569         (eieio-c3-merge-lists, eieio-class-precedence-c3)
7570         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7571         (eieio-class-precedence-list, eieio-generic-call-methodname)
7572         (eieio-generic-call-arglst, eieio-generic-call-key)
7573         (eieio-generic-call-next-method-list)
7574         (eieio-pre-method-execution-functions, eieio-generic-call)
7575         (eieio-generic-call-primary-only, eieiomt-method-list)
7576         (eieiomt-optimizing-obarray, eieiomt-install)
7577         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7578         (eieio-generic-form, eieio-defmethod, make-obsolete)
7579         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7580         (defclass): Remove `eval-and-compile' from macro.
7581         (call-next-method, shared-initialize): Instead of using
7582         `scoped-class' variable, use new eieio--scoped-class, and
7583         eieio--with-scoped-class.
7584         (initialize-instance): Rename local variable 'scoped-class' to
7585         'this-class' to remove ambiguitity from old global.
7587         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
7588         eieio.el.
7589         (eieio--scoped-class-stack): New variable.
7590         (eieio--scoped-class): New fcn.
7591         (eieio--with-scoped-class): New scoping macro.
7592         (eieio-defclass): Use pushnew instead of add-to-list.
7593         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7594         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7595         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7596         `scoped-class' variable, use new eieio--scoped-class, and
7597         eieio--with-scoped-class.
7599         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7601 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
7603         * eshell/esh-ext.el (eshell-external-command): Pass args to
7604         `eshell-find-interpreter'.
7605         (eshell-find-interpreter): Add new second parameter ARGS.
7607         * eshell/em-script.el (eshell-script-initialize): Add second arg
7608         to the function added as MATCH to `eshell-interpreter-alist'.
7610         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7611         the function added as MATCH to `eshell-interpreter-alist'.
7613         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7614         (eshell-visual-options): New defcustom.
7615         (eshell-escape-control-x): Adapt docstring.
7616         (eshell-term-initialize): Test `eshell-visual-subcommands' and
7617         `eshell-visual-options' in addition to `eshell-visual-commands'.
7618         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7620 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7622         * progmodes/python.el (python-indent-block-enders): Add break,
7623         continue and raise keywords.
7625 2013-06-01  Glenn Morris  <rgm@gnu.org>
7627         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7629         Plain (f)boundp silences compilation warnings since Emacs 22.1.
7630         * progmodes/cc-cmds.el (delete-forward-p):
7631         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7632         * progmodes/cc-engine.el (buffer-syntactic-context):
7633         * progmodes/cc-fonts.el (face-property-instance):
7634         * progmodes/cc-mode.el (set-keymap-parents):
7635         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7636         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7637         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7638         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7639         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7641         * progmodes/cc-vars.el (other): Emacs has this widget since
7642         at least 21.1, so don't (re)define it.
7644         * eshell/em-cmpl.el (eshell-cmpl-initialize):
7645         Replace the obsolete alias pcomplete-arg-quote-list.
7647 2013-06-01  Leo Liu  <sdl.web@gmail.com>
7649         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7650         punctuation syntax.
7651         (inferior-octave-minimal-columns)
7652         (inferior-octave-last-column-width): New variables.
7653         (inferior-octave-track-window-width-change): New function.
7654         (inferior-octave-mode): Adjust column width so that Octave output,
7655         for example from 'ls', can fit into the window nicely.
7657 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
7659         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7660         Highlight expansions inside regexp literals.
7662 2013-05-31  Glenn Morris  <rgm@gnu.org>
7664         * obsolete/sym-comp.el (symbol-complete):
7665         Replace obsolete completion-annotate-function.
7667         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7669 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
7671         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7672         New function, checks if point is inside a literal that allows
7673         expression expansion.
7674         (ruby-syntax-propertize-expansion): Use it.
7675         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7676         around the body.
7678 2013-05-30  Juri Linkov  <juri@jurta.org>
7680         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7681         to "\M-si".
7682         (isearch-invisible): New variable.
7683         (isearch-forward): Doc fix.
7684         (isearch-mode): Set `isearch-invisible'
7685         to the value of `search-invisible'.
7686         (isearch-toggle-case-fold): Doc fix.
7687         (isearch-toggle-invisible): New command.
7688         (isearch-query-replace): Let-bind `search-invisible'
7689         to the value of `isearch-invisible'.
7690         (isearch-search): Use `isearch-invisible' instead of
7691         `search-invisible'.  Let-bind `search-invisible'
7692         to the value of `isearch-invisible'.  (Bug#11378)
7694 2013-05-30  Juri Linkov  <juri@jurta.org>
7696         * replace.el (perform-replace): Avoid `isearch-range-invisible'
7697         call when `query-flag' is nil and `search-invisible' is non-nil.
7698         (Bug#11746)
7700 2013-05-30  Glenn Morris  <rgm@gnu.org>
7702         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7704         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7705         (cc-require): Suppress spurious "noruntime" warnings.
7706         (cc-require-when-compile): Use fboundp, for sake of compiler.
7708         * progmodes/cc-mode.el: Move load of cc-vars before that of
7709         cc-langs (which in turn loads cc-vars), to quieten compiler.
7711 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7713         * paren.el: Simplify the code.
7714         (show-paren-mode): Always start the timer.
7715         (show-paren--idle-timer): Rename from show-paren-idle-timer.
7716         (show-paren--overlay, show-paren--overlay-1): Rename from
7717         show-paren-overlay and show-paren-overlay-1, and initialize to an
7718         overlay rather than to nil.
7719         (show-paren-function): Misc cleanup and simplifications.
7721 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7723         * paren.el (show-paren-data-function): New hook.
7724         (show-paren--default): New function, extracted from show-paren-function.
7725         (show-paren-function): Use show-paren-data-function.
7727 2013-05-30  Glenn Morris  <rgm@gnu.org>
7729         * ielm.el (ielm-map, ielm-complete-symbol):
7730         Use completion-at-point rather than obsolete functions.
7731         (inferior-emacs-lisp-mode): Doc fix.
7732         Set completion-at-point-functions, rather than
7733         comint-dynamic-complete-functions.
7735         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7736         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7737         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7739         * image.el (image-animated-p): Tweak definition.
7741         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7742         (rlogin-process-connection-type): Tweak default.  Add set-after.
7743         (rlogin-host): Doc fix.
7744         (rlogin): Tweak prompt.
7745         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7747         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7748         * progmodes/tcl.el (inferior-tcl-mode-map):
7749         Use completion-at-point rather than obsolete alias.
7751         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7753         * minibuffer.el (read-file-name-completion-ignore-case):
7754         Move before completion--in-region, for eager macro expansion.
7756 2013-05-29  Juri Linkov  <juri@jurta.org>
7758         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7759         for total count of matching lines.  Add `global-matches' for total
7760         count of matches.  Rename `matches' to `lines' for count of
7761         matching lines.  Add `matches' for count of matches.
7762         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
7763         to `prev-line' for line number of prev match endpt.
7764         Increment `matches' for every match.  Print the number of
7765         matching lines in the header.
7766         (occur-context-lines): Rename `lines' to `curr-line'.
7767         Rename `prev-lines' to `prev-line'.  (Bug#14017)
7769 2013-05-29  Juri Linkov  <juri@jurta.org>
7771         * replace.el (perform-replace): Add `skip-read-only-count',
7772         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7773         Increment them for corresponding conditions and report the number
7774         of skipped occurrences in the final message.  (Bug#11746)
7775         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7776         (replace-string, replace-regexp): Doc fix.
7778 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7780         * emacs-lisp/trace.el (trace--read-args): Provide a default.
7782         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7783         prog-mode-map (bug#14504).
7785 2013-05-29  Leo Liu  <sdl.web@gmail.com>
7787         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7788         (octave-help): Small simplification.
7790         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7791         off the highlight first.
7793 2013-05-29  Glenn Morris  <rgm@gnu.org>
7795         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7796         Handle idlwave-last-system-routine-info-cons-cell being nil.
7798         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7799         (idlwave-write-paths): Simplify via with-temp-buffer.
7801         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7802         * emulation/cua-rect.el: Also load cua-base at run time.
7804         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7805         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7806         (cperl-imenu-on-info): Require imenu.
7808 2013-05-28  Alan Mackenzie  <acm@muc.de>
7810         Handle "capitalised keywords" correctly.
7811         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7813 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
7815         * eshell/em-unix.el: Add -r option to cp.
7817 2013-05-28  Glenn Morris  <rgm@gnu.org>
7819         * vc/vc-arch.el (vc-exec-after): Declare.
7820         (vc-switches): Autoload.
7821         * vc/vc-bzr.el: No need to require vc when compiling.
7822         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7823         (vc-resynch-buffer, vc-dir-refresh): Declare.
7824         (vc-setup-buffer, vc-switches): Autoload.
7825         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7826         (vc-resynch-buffer): Declare.
7827         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7828         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7829         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7830         (grep-read-regexp, grep-read-files, grep-expand-template)
7831         (vc-dir-refresh): Declare.
7832         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7833         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7834         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7835         * vc/vc-mtn.el (vc-exec-after): Declare.
7836         (vc-switches): Autoload.
7837         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7838         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7839         (vc-file-tree-walk): Declare.
7840         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7841         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7842         (vc-tag-precondition, vc-rename-master): Autoload.
7843         * vc/vc-svn.el (vc-exec-after): Declare.
7844         (vc-switches, vc-setup-buffer): Autoload.
7845         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7846         Autoload.
7847         (vc-resynch-buffer): Declare.
7849         * obsolete/fast-lock.el (byte-compile-warnings):
7850         Don't warn about obsolete features in this obsolete file.
7852         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7853         Move definition before use.
7855         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7856         (dun-unix-verbs): Remove dun-zippy.
7857         (dun-zippy): Remove function.
7859         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7861 2013-05-27  Juri Linkov  <juri@jurta.org>
7863         * replace.el (replace-search): New function with code moved out
7864         from `perform-replace'.
7865         (replace-highlight, replace-dehighlight): Move function definitions
7866         up closer to `replace-search'.  (Bug#11746)
7868 2013-05-27  Juri Linkov  <juri@jurta.org>
7870         * replace.el (perform-replace): Ignore invisible matches.
7871         In addition to checking `query-replace-skip-read-only', also
7872         filter out matches by calling `run-hook-with-args-until-failure'
7873         on `isearch-filter-predicates', and also check `search-invisible'
7874         for t or call `isearch-range-invisible'.
7875         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
7877 2013-05-27  Juri Linkov  <juri@jurta.org>
7879         * isearch.el (isearch-filter-predicates): Rename from
7880         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
7881         (isearch-message-prefix): Display text from the property
7882         `isearch-message-prefix' of the currently active filters.
7883         (isearch-search): Don't compare `isearch-filter-predicate' with
7884         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
7885         on `isearch-filter-predicates'.  Also check `search-invisible' for t
7886         or call `isearch-range-invisible'.
7887         (isearch-filter-visible): Make obsolete.
7888         (isearch-lazy-highlight-search):
7889         Call `run-hook-with-args-until-failure' on
7890         `isearch-filter-predicates' and use `isearch-range-invisible'.
7892         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7893         `isearch-filter-predicates' instead of `funcall'ing
7894         `isearch-filter-predicate'.
7895         (Info-mode): Set `Info-isearch-filter' to
7896         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7898         * dired-aux.el (dired-isearch-filter-predicate-orig):
7899         Remove variable.
7900         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7901         (dired-isearch-filenames-end): Add and remove
7902         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7903         instead of changing the value of `isearch-filter-predicate'.
7904         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7905         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7906         Put property `isearch-message-prefix' to "filename " on
7907         `dired-isearch-filter-filenames'.
7909         * wdired.el (wdired-change-to-wdired-mode):
7910         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7911         locally instead of changing `isearch-filter-predicate'.
7912         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7914 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
7916         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7917         return the commit hash (Bug#14459).  Also set the
7918         `vc-git-detached' property.
7919         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7920         (vc-git-mode-line-string): Use the same help-echo format whether
7921         in detached mode or not, because we know the actual revision now.
7922         When in detached mode, shorten the revision to 7 chars.
7924 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7926         * emacs-lisp/easy-mmode.el (define-minor-mode):
7927         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7928         mode hook and provide a docstring.
7930 2013-05-27  Alan Mackenzie  <acm@muc.de>
7932         Remove spurious syntax-table text properties inserted by C-y.
7933         * progmodes/cc-mode.el (c-after-change): Also clear hard
7934         syntax-table property with value nil.
7936 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
7938         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7939         when reading the events; the buffer layout shall not be changed.
7941 2013-05-27  Leo Liu  <sdl.web@gmail.com>
7943         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7944         New variable.
7945         (inferior-octave-directory-tracker): Automatically re-sync
7946         default-directory.
7947         (octave-help): Improve handling of 'See also'.
7949 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7951         * doc-view.el: Minor naming convention tweaks.
7952         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7954         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7955         even if there's no `display' property yet (bug#14435).
7957 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
7959         * subr.el (unmsys--file-name): Rename from reveal-filename.
7961         * Makefile.in (custom-deps, finder-data, autoloads)
7962         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7963         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7964         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7966 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7968         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7969         error-completion on the first 2 args of condition-case (bug#14446).
7970         Don't burp at EOB.
7972 2013-05-25  Leo Liu  <sdl.web@gmail.com>
7974         * comint.el (comint-previous-matching-input): Do not flood the
7975         *Messages* buffer with trivial messages.
7977 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7979         * progmodes/flymake.el (flymake-nop): Don't return a string.
7980         (flymake-set-at): Fix typo.
7982         * simple.el (read--expression): New function, extracted from
7983         eval-expression.  Set completion-at-point-functions (bug#14465).
7984         (eval-expression, eval-minibuffer): Use it.
7986 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
7988         * progmodes/flymake.el (flymake-save-buffer-in-file)
7989         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7990         (flymake-selected-frame, flymake-log, flymake-ins-after)
7991         (flymake-set-at, flymake-get-buildfile-from-cache)
7992         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7993         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7994         Refine the doc string.
7995         (flymake-get-file-name-mode-and-masks): Reformat.
7996         (flymake-get-real-file-name-function): Fix a minor bug.
7998 2013-05-24  Juri Linkov  <juri@jurta.org>
8000         * progmodes/grep.el (grep-mode-font-lock-keywords):
8001         Support =linenumber= format used by git-grep for lines with
8002         function names.  (Bug#13549)
8004 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8006         * progmodes/octave.el (octave-smie-rules): Return nil rather than
8007         0 after a semi-colon; it works better for smie-auto-fill.
8008         (octave--indent-new-comment-line): New function.
8009         (octave-indent-new-comment-line): Use it (indirectly).
8010         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
8011         modify comment-line-break-function.
8013         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8014         (smie-setup): Use add-function to set it.
8016 2013-05-24  Sam Steingold  <sds@gnu.org>
8018         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8019         argument (before the `interactive' argument).
8021 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8023         * image-mode.el (image-mode-winprops): Add winprops to
8024         image-mode-winprops-alist before running
8025         image-mode-new-window-functions.
8026         * doc-view.el (doc-view-new-window-function): Don't delay
8027         doc-view-goto-page via timers (bug#14435).
8029 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
8031         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
8032         (doc-view-desktop-save-buffer): New function.
8033         (doc-view-restore-desktop-buffer): New function.
8034         (desktop-buffer-mode-handlers):
8035         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
8036         handler.
8037         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8038         `desktop-save-buffer' function.
8040 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
8042         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8043         (tramp-gvfs-file-name-handler): Raise a user error when
8044         `tramp-gvfs-enabled' is nil.
8045         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8046         Do not raise a user error when loading package.  (Bug#14447)
8048         * net/xesam.el: Move to obsolete/.
8050 2013-05-24  Glenn Morris  <rgm@gnu.org>
8052         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8054         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8056         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8057         (Info-find-node, Man-getpage-in-background): Declare.
8059         * mail/unrmail.el (unrmail):
8060         Replace obsolete detect-coding-with-priority.
8062         * net/socks.el (socks-split-string): Use this rather than split-string.
8063         (socks-nslookup-host): Update for above change.
8064         (dynamic-choice, s5-dynamic-choice-match)
8065         (s5-dynamic-choice-match-inline, s5-widget-value-create):
8066         Comment out unused code.
8068         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8069         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8070         (gud-tooltip-echo-area): Make obsolete.
8071         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8073         * progmodes/js.el (js--optimize-arglist): Declare.
8075         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8077         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8078         (ediff-window-C): Declare.
8080         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8081         Tweak requires to silence compiler.
8083         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8084         (he-search-string, he-tried-table, he-expand-list)
8085         (he-init-string, he-string-member, he-substitute-string)
8086         (he-reset-string): Declare.
8088         * obsolete/options.el (list-options): Use custom-variable-p,
8089         rather than obsolete alias.
8091 2013-05-23  Sam Steingold  <sds@gnu.org>
8093         * simple.el (shell-command-on-region): Pass the `replace' argument
8094         down to `call-process-region' to comply with the doc as reported on
8095         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8097 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8099         * emacs-lisp/smie.el (smie-indent-forward-token)
8100         (smie-indent-backward-token): Handle string tokens (bug#14381).
8102 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8104         * ielm.el (ielm-menu): New menu.
8105         (inferior-emacs-lisp-mode): Set comment-start.
8107 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8109         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8110         Fix deactivate action.
8112         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8113         Add cleveref macros.
8115         * lisp/textmodes/reftex-parse.el
8116         (reftex-locate-bibliography-files): Accept options for
8117         bibliography commands.
8118         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8119         Add addbibresource.  Basic Biblatex support.
8121 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
8123         * net/tramp-gvfs.el (top):
8124         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8125         when loading package.  (Bug#14447)
8127 2013-05-23  Glenn Morris  <rgm@gnu.org>
8129         * progmodes/js.el: No need to load comint when compiling.
8130         (ring-insert, comint-send-string, comint-send-input)
8131         (comint-last-input-end, ido-chop): Declare.
8133         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8134         * vc/ediff-mult.el: Adjust requires.
8135         (ediff-directories-internal, ediff-directory-revisions-internal)
8136         (ediff-patch-file-internal): Declare.
8137         * vc/ediff-ptch.el: Adjust requires.
8138         (ediff-use-last-dir, ediff-buffers-internal): Declare.
8139         (ediff-find-file): Autoload.
8140         * vc/ediff-util.el: No need to load ediff when compiling.
8141         (ediff-regions-internal): Declare.
8142         * vc/ediff-wind.el: Adjust requires.
8143         (ediff-compute-toolbar-width): Define when compiling.
8144         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8145         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8146         (dired-get-filename, dired-get-marked-files)
8147         (ediff-last-dir-patch, ediff-patch-default-directory)
8148         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8149         (ediff-patch-buffer-internal): Declare.
8151         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8152         (ispell-process, ispell-buffer-local-words, lm-summary)
8153         (lm-section-start, lm-section-end): Declare.
8154         (checkdoc-ispell-init): Simplify.
8156         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8157         (he-string-member, he-reset-string, he-substitute-string): Declare.
8159         * eshell/em-ls.el: Adjust requires.
8160         (eshell-glob-regexp): Declare.
8161         * eshell/em-tramp.el: Adjust requires.
8162         (eshell-parse-command): Autoload.
8163         * eshell/em-xtra.el: Adjust requires.
8164         (eshell-parse-command): Autoload.
8165         * eshell/esh-ext.el: Adjust requires.
8166         (eshell-parse-command, eshell-close-handles): Autoload.
8167         * eshell/esh-io.el: Adjust requires.
8168         (eshell-output-filter): Autoload.
8169         * eshell/esh-util.el: No need to load tramp when compiling.
8170         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8171         Declare.
8172         (eshell-parse-ange-ls): Require ange-ftp and tramp.
8173         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8174         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8175         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8176         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8177         * eshell/esh-opt.el, eshell/esh-proc.el:
8178         * eshell/esh-var.el: Adjust requires.
8179         * eshell/eshell.el: Do not require esh-util twice.
8180         (eshell-add-input-to-history): Declare.
8181         (eshell-command): Check history module is active before using it.
8183         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8185 2013-05-22  Leo Liu  <sdl.web@gmail.com>
8187         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8189 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
8191         * autorevert.el (auto-revert-notify-add-watch)
8192         (auto-revert-notify-handler): Add `attrib' for the inotify case,
8193         it indicates changes in file modification time.
8195 2013-05-22  Glenn Morris  <rgm@gnu.org>
8197         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8198         Always delete the autoloaded function from the noruntime and
8199         unresolved functions lists.
8201         * allout.el: No need to load epa, epg, overlay when compiling.
8202         (epg-context-set-passphrase-callback, epg-list-keys)
8203         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8204         (epg-key-user-id-list): Declare.
8206         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8207         (viper-set-parsing-style-toggling-macro)
8208         (viper-set-emacs-state-searchstyle-macros):
8209         Use called-interactively-p on Emacs.
8210         (viper-looking-back): Make it an obsolete alias.  Update callers.
8211         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8212         Use looking-back rather than viper-looking-back.
8213         (viper-tmp-insert-at-eob, viper-enlarge-region)
8214         (viper-read-string-with-history, viper-register-to-point)
8215         (viper-append-to-register, viper-change-state-to-vi)
8216         (viper-backward-char-carefully, viper-forward-char-carefully)
8217         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8218         (viper-change-state-to-emacs): Declare.
8219         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8220         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8221         * emulation/viper-mous.el: Do not load viper-cmd.
8222         (viper-backward-char-carefully, viper-forward-char-carefully)
8223         (viper-forward-word, viper-adjust-window): Declare.
8225         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8227         * progmodes/idlw-help.el (idlwave-help-fontify):
8228         Use called-interactively-p.
8230         * term/w32console.el (w32-get-console-codepage)
8231         (w32-get-console-output-codepage): Declare.
8233         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8234         Remove unnecessary declarations.
8235         (dframe-message): Doc fix.
8237         * info.el (dframe-select-attached-frame, dframe-current-frame):
8238         Declare.
8240         * speedbar.el (speedbar-message): Make it an obsolete alias.
8241         Update all callers.
8242         (speedbar-with-attached-buffer)
8243         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8244         (speedbar-with-writable): Use backquote.
8245         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8246         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8247         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8248         rather than speedbar- aliases.
8249         * mail/rmail.el: Load dframe rather than speedbar when compiling.
8250         (speedbar-make-specialized-keymap, speedbar-insert-button)
8251         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8252         (speedbar-do-function-pointer): Declare.
8253         (rmail-speedbar-button, rmail-speedbar-find-file)
8254         (rmail-speedbar-move-message):
8255         Use dframe-with-attached-buffer rather than speedbar- alias.
8256         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8257         (dframe-message, speedbar-make-specialized-keymap)
8258         (speedbar-add-expansion-list, speedbar-mode-functions-list)
8259         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8260         (speedbar-insert-button, dframe-select-attached-frame)
8261         (dframe-maybee-jump-to-attached-frame)
8262         (speedbar-change-initial-expansion-list)
8263         (speedbar-previously-used-expansion-list-name): Declare.
8264         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8265         Use dframe-message, dframe-with-attached-buffer rather than
8266         speedbar- aliases.
8267         (gud-sentinel): Silence compiler.
8268         * progmodes/vhdl-mode.el (speedbar-refresh)
8269         (speedbar-do-function-pointer, speedbar-add-supported-extension)
8270         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8271         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8272         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8273         (speedbar-file-lists, speedbar-make-tag-line)
8274         (speedbar-line-directory, speedbar-goto-this-file)
8275         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8276         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8277         (speedbar-make-button, speedbar-reset-scanners)
8278         (speedbar-files-item-info, speedbar-line-text)
8279         (speedbar-find-file-in-frame, speedbar-set-timer)
8280         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8281         (speedbar-with-writable): Do not (re)define it.
8282         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8283         rather than speedbar- alias.
8285 2013-05-21  Leo Liu  <sdl.web@gmail.com>
8287         * progmodes/octave.el (octave-mode-menu): Update and re-organize
8288         menu items.
8289         (octave-mode): Tweak fill-nobreak-predicate.
8290         (inferior-octave-startup): Check process to avoid infinite loop.
8291         (inferior-octave): Pop to buffer first to show abornmal process
8292         exit information.
8294 2013-05-21  Glenn Morris  <rgm@gnu.org>
8296         * printing.el (pr-menu-bar): Define when compiling.
8298 2013-05-21  Leo Liu  <sdl.web@gmail.com>
8300         * progmodes/octave.el (octave-auto-fill): Remove.
8301         (octave-indent-new-comment-line): Improve.
8302         (octave-mode): Use auto fill mode through
8303         comment-line-break-function and fill-nobreak-predicate.
8304         (octave-goto-function-definition): Support DEFUN_DLD.
8305         (octave-beginning-of-defun): Small tweak.
8306         (octave-help): Show parent directory.
8308 2013-05-21  Glenn Morris  <rgm@gnu.org>
8310         * files.el (dired-unmark):
8311         * progmodes/gud.el (gdb-input): Update declarations.
8313         * calculator.el (electric, ehelp): No need to load when compiling.
8314         (Electric-command-loop, electric-describe-mode): Declare.
8316         * doc-view.el (doc-view-current-converter-processes): Move before use.
8318         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8319         Move MODE-set-explicitly definition before use.
8321         * international/mule-diag.el (mule-diag):
8322         Don't use obsolete window-system-version.
8324         * mail/feedmail.el (smtpmail): No need to load when compiling.
8325         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8327         * mail/mail-utils.el (rfc822): No need to load when compiling.
8328         (rfc822-addresses): Autoload it.
8329         (mail-strip-quoted-names): Trivial simplification.
8331         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8332         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8334         * net/snmp-mode.el (tempo): Don't duplicate requires.
8336         * progmodes/prolog.el (info): No need to load when compiling.
8337         (comint): Require before shell requires it.
8338         (Info-goto-node): Autoload it.
8339         (Info-follow-nearest-node): Declare.
8340         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8342         * textmodes/artist.el (picture-mode-exit): Declare.
8344         * textmodes/reftex-parse.el (reftex-parse-from-file):
8345         Trivial rewrite so the compiler can parse it better.
8347 2013-05-20  Leo Liu  <sdl.web@gmail.com>
8349         * progmodes/octave.el (octave-help-mode-map)
8350         (octave-help-mode-finish-hook): New variables.
8351         (octave-help-mode, octave-help-mode-finish): New functions.
8352         (octave-help): Use octave-help-mode.
8354 2013-05-20  Glenn Morris  <rgm@gnu.org>
8356         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
8358 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
8360         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8361         start at point, so that expansion starting right after opening
8362         slash in a regexp is recognized.
8363         (ruby-syntax-before-regexp-re): New defvar, extracted from
8364         ruby-syntax-propertize-function.  Since the value of this regexp
8365         is looked up at runtime now, we should be able to turn
8366         `ruby-syntax-methods-before-regexp' into a defcustom later.
8367         (ruby-syntax-propertize-function): Split regexp matching into two
8368         parts, for opening and closing slashes.  That allows us to skip
8369         over string interpolations and support multiline regexps.
8370         Don't call `ruby-syntax-propertize-expansions', instead use another rule
8371         for them, which calls `ruby-syntax-propertize-expansion'.
8372         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8373         call to `ruby-syntax-propertize-function'.
8374         (ruby-syntax-propertize-expansion): Extracted from
8375         `ruby-syntax-propertize-expansions'.  Handles one expansion.
8376         (ruby-syntax-propertize-percent-literal): Leave point right after
8377         the percent symbol, so that the expression expansion rule can
8378         propertize the contents.
8379         (ruby-syntax-propertize-heredoc): Leave point at bol following the
8380         heredoc openers.
8381         (ruby-syntax-propertize-expansions): Remove.
8383 2013-05-18  Juri Linkov  <juri@jurta.org>
8385         * man.el (Man-default-man-entry): Remove `-' from the end
8386         of the default value.  (Bug#14400)
8388 2013-05-18  Glenn Morris  <rgm@gnu.org>
8390         * comint.el (comint-password-prompt-regexp):
8391         Allow "password for XXX" where XXX contains colons (eg https://...).
8393 2013-05-18  Leo Liu  <sdl.web@gmail.com>
8395         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8396         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
8397         (octave-source-directories): Don't check process.
8398         (octave-source-directories, octave-find-definition): Doc fix.
8400 2013-05-18  Glenn Morris  <rgm@gnu.org>
8402         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8403         Remove backspace/delete bindings.  (Bug#14392)
8405         * cus-dep.el (custom-make-dependencies): Sort the output.
8406         (custom-versions-load-alist): Convert comment to doc.
8408 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8410         * newcomment.el (comment-search-backward): Stricter in finding
8411         comment start.  (Bug#14303)
8413         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8414         (octave-comment-start-skip): Properly anchored.
8416 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8418         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8419         Clean up when turned off.  (Bug#14395)
8420         (smie--highlight-matching-block-overlay): No longer buffer-local.
8421         (smie-highlight-matching-block): Adjust.
8423 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
8425         Doc string fix for "nanoseconds" (Bug#14406).
8426         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8427         Fix doc string typo that had "nanoseconds" instead of "microseconds".
8429 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
8431         * calc/calc-units.el (math-extract-units): Preserve powers
8432         of units.
8434 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8436         * subr.el (delete-consecutive-dups): New function.
8437         * ido.el (ido-set-matches-1): Use it.
8438         * progmodes/octave.el (inferior-octave-completion-table): Use it.
8439         * ido.el (ido-remove-consecutive-dups): Remove.
8441 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8443         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8444         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8445         regexp-opt's `words'.
8447 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8449         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8450         (smie--highlight-matching-block-overlay)
8451         (smie--highlight-matching-block-lastpos)
8452         (smie--highlight-matching-block-timer): New variables.
8453         (smie-highlight-matching-block): New function.
8454         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
8455         (smie-setup): Conditionally enable smie-blink-matching-open.
8457 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
8459         Sync with upstream verilog-mode r840.
8460         * progmodes/verilog-mode.el (verilog-mode-version)
8461         (verilog-mode-release-date): Update.
8462         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8463         (verilog-sig-tieoff): Fix string error on
8464         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
8465         (verilog-read-decls): Fix parameters confusing
8466         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
8468 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
8470         * subr.el (reveal-filename): New function.
8472         * loadup.el: Compute Emacs executable versions on MS-Windows,
8473         where executables have the .exe extension.  Add a hard link
8474         emacs-XX.YY.ZZ.exe on MS-Windows.
8476         * Makefile.in (XARGS_LIMIT): New variable.
8477         (custom-deps, finder-data, autoloads)
8478         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8479         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8480         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8481         (compile-main): Limit xargs according to $(XARGS_LIMIT).
8483 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8485         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8486         (octave-mode-menu, octave-mode-map): Remove its uses.
8488 2013-05-16  Reto Zimmermann  <reto@gnu.org>
8490         Sync with upstream vhdl mode v3.34.2.
8491         * progmodes/vhdl-mode.el: Use `push' throughout.
8492         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8493         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8494         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
8495         (vhdl-actual-generic-name): New option to derive actual generic name.
8496         (vhdl-port-paste-signals): Replace formal by actual generics.
8497         (vhdl-beautify): New name for old group vhdl-align.  Update users.
8498         (vhdl-beautify-options): New option.
8499         (vhdl-last-input-event): New compat alias.  Use throughout.
8500         (vhdl-goto-line): Replace user level function `goto-line'.
8501         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8502         vhdl-fix-statement-buffer.
8503         (vhdl-create-mode-menu): Add some entries.
8504         (vhdl-align-region-groups): Respect vhdl-beautify-options.
8505         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8506         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8507         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8508         to force statements on one line.
8509         (vhdl-remove-trailing-spaces-region):
8510         New, split from vhdl-remove-trailing-spaces.
8511         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8512         Respect vhdl-beautify-options.
8513         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8514         (vhdl-update-sensitivity-list): Not add with index if exists without.
8515         Not include array index with signal.  Ignore keywords in comments.
8516         (vhdl-get-visible-signals): Regexp tweaks.
8517         (vhdl-template-component-inst): Handle empty library.
8518         (vhdl-template-type): Add template for 'enum' type.
8519         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8520         Use vhdl-replace-string.
8521         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8522         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8523         (vhdl-speedbar-initialize): Update for above name change.
8524         (vhdl-compose-wire-components): Fix in handling of constants.
8525         (vhdl-error-regexp-emacs-alist): New variable.
8526         (vhdl-error-regexp-add-emacs): New function;
8527         adds support for new compile.el (Emacs 22+)
8528         (vhdl-generate-makefile-1): Change target order for single lib. units.
8529         Allow use of absolute file names.
8531 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8533         * simple.el (prog-indent-sexp): Indent enclosing defun.
8535 2013-05-15  Glenn Morris  <rgm@gnu.org>
8537         * cus-start.el (show-trailing-whitespace): Move to editing basics.
8538         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8539         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8540         (whitespace-highlight): Move to whitespace group.
8542         * comint.el (comint-source):
8543         * pcmpl-linux.el (pcmpl-linux):
8544         * shell.el (shell-faces):
8545         * eshell/esh-opt.el (eshell-opt):
8546         * international/ccl.el (ccl): Remove empty custom groups.
8548         * completion.el (dynamic-completion-mode):
8549         * jit-lock.el (jit-lock-debug-mode):
8550         * minibuffer.el (completion-in-region-mode):
8551         * type-break.el (type-break-mode-line-message-mode)
8552         (type-break-query-mode):
8553         * emulation/tpu-edt.el (tpu-edt-mode):
8554         * progmodes/subword.el (global-subword-mode, global-superword-mode):
8555         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8556         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8558         * term/xterm.el (xterm): Change parent group to terminals.
8560         * master.el (master): Remove empty custom group.
8561         (master-mode): Remove unused :group argument.
8562         * textmodes/refill.el (refill): Remove empty custom group.
8563         (refill-mode): Remove unused :group argument.
8565         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8567         * cus-dep.el: Provide a feature.
8568         (custom-make-dependencies): Ignore dotfiles (dir-locals).
8569         Don't mistakenly ignore files whose basenames match a basename
8570         from preloaded-file-list (eg cedet/ede/simple.el).
8571         Add a fallback method for getting :group.
8573 2013-05-15  Juri Linkov  <juri@jurta.org>
8575         * isearch.el (isearch-char-by-name): Rename from
8576         `isearch-insert-char-by-name'.  Doc fix.
8577         (isearch-forward): Mention `isearch-char-by-name' in
8578         the docstring.  (Bug#13348)
8580         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8581         `exit-minibuffer' instead of
8582         `isearch-nonincremental-exit-minibuffer'.
8583         (isearch-edit-string): Remove mention of
8584         `isearch-nonincremental-exit-minibuffer' from docstring.
8585         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8586         (isearch-forward-exit-minibuffer)
8587         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
8589 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8591         * loadup.el: Just use unversioned DOC.
8593         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8594         literals as extending to EOB.
8595         (nxml-last-fontify-end): Remove unused variable.
8596         (nxml-after-change1): Use with-silent-modifications.
8597         (nxml-extend-after-change-region): Simplify.
8598         (nxml-extend-after-change-region1): Remove function.
8599         (nxml-after-change1): Don't adjust for dependent regions.
8600         (nxml-fontify-matcher): Simplify.
8601         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8602         (xmltok-add-dependent): Remove function.
8603         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8604         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8605         (xmltok-scan-prolog-after-processing-instruction-open): Treat
8606         unclosed <[[, <?, comment, and other literals as extending to EOB.
8607         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8608         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8609         Remove functions.
8610         (rng-do-some-validation-1): Don't mark dependent regions.
8611         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8612         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8613         (nxml-clear-dependent-regions): Remove functions.
8614         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8615         (nxml-ensure-scan-up-to-date):
8616         Don't clear&mark dependent regions.
8618 2013-05-15  Leo Liu  <sdl.web@gmail.com>
8620         * progmodes/octave.el (octave-goto-function-definition):
8621         Improve and fix callers.
8623 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8625         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8626         the setter (bug#14387).
8628         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8629         surrounding group (bug#14402).
8631 2013-05-14  Juri Linkov  <juri@jurta.org>
8633         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8634         (Bug#14390)
8636 2013-05-14  Glenn Morris  <rgm@gnu.org>
8638         * progmodes/f90.el (f90-imenu-generic-expression):
8639         Fix typo in 2013-05-08 change.  (Bug#14402)
8641 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8643         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8644         Remove signals for which replies are never received.
8646 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8648         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8649         (gdb-handler-alist, gdb-handler-number): Remove variables.
8650         (gdb-handler-list): New variable.
8651         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8652         (gdb-pending-handler-p, gdb-handle-reply)
8653         (gdb-remove-all-pending-triggers): New functions.
8654         (gdb-discard-unordered-replies): New defcustom.
8655         (gdb-handler): New defstruct.
8656         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
8657         instead of gdb-pending-triggers.  Update docstring.
8658         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
8659         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8660         (gdb-var-update-handler, def-gdb-auto-update-trigger)
8661         (def-gdb-auto-update-handler, gdb-get-changed-registers)
8662         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8663         (gdb-frame-handler): Pending triggers are now automatically managed.
8664         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8665         Remove argument.
8666         (gdb-input): Automatically handles pending triggers.  Update docstring.
8667         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8668         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8669         Update comments.
8670         (gdb-done-or-error): Now use gdb-handle-reply.
8672 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8674         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8675         gdb-debug-log.
8677 2013-05-14  Glenn Morris  <rgm@gnu.org>
8679         * subr.el (user-emacs-directory-warning): New option.
8680         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
8682 2013-05-14  Leo Liu  <sdl.web@gmail.com>
8684         * progmodes/octave.el (octave-font-lock-keywords): Fix error
8685         during redisplay.
8686         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8687         (octave-font-lock-texinfo-comment): Fix invalid search bound
8688         error: wrong side of point.
8690 2013-05-14  Glenn Morris  <rgm@gnu.org>
8692         * progmodes/flymake.el (flymake-xml-program): New option.
8693         (flymake-xml-init): Use it.
8695         * term/xterm.el: Provide a feature.
8697         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
8699 2013-05-13  Glenn Morris  <rgm@gnu.org>
8701         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8702         Add compat aliases as a hack workaround.  (Bug#14384)
8704 2013-05-13  Leo Liu  <sdl.web@gmail.com>
8706         * progmodes/octave.el (octave-indent-comment): Fix indentation for
8707         ###, and %!.
8708         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8709         C-M-q.
8710         (octave-comment-start-skip): Include %!.
8711         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8713 2013-05-12  Leo Liu  <sdl.web@gmail.com>
8715         * progmodes/octave.el (inferior-octave-startup): Store the value
8716         of __octave_srcdir__ for octave-source-directories.
8717         (inferior-octave-check-process): New function refactored out of
8718         inferior-octave-send-list-and-digest.
8719         (octave-source-directories)
8720         (octave-find-definition-filename-function): New variables.
8721         (octave-source-directories)
8722         (octave-find-definition-default-filename): New functions.
8723         (octave-find-definition): Improve to find functions implemented in C++.
8725 2013-05-12  Glenn Morris  <rgm@gnu.org>
8727         * calendar/diary-lib.el (diary-outlook-format-1):
8728         Don't include dayname in the output.  (Bug#14349)
8730 2013-05-11  Glenn Morris  <rgm@gnu.org>
8732         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8734         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8735         Treat cc-provide like provide.
8737 2013-05-11  Kevin Ryde  <user42@zip.com.au>
8739         * cus-dep.el (custom-make-dependencies):
8740         Use generated-autoload-load-name for the sake of files such
8741         such cedet/semantic/bovine/c.el, where the base file name
8742         is not in load-path.  (Bug#5277)
8744 2013-05-11  Glenn Morris  <rgm@gnu.org>
8746         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8747         Provide features.
8749 2013-05-11  Leo Liu  <sdl.web@gmail.com>
8751         * progmodes/octave.el (octave-indent-comment): Improve.
8752         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8753         (octave-eldoc-function-signatures, octave-eldoc-function):
8754         New functions.
8755         (octave-mode, inferior-octave-mode): Add eldoc support.
8757 2013-05-11  Richard Stallman  <rms@gnu.org>
8759         * epa.el (epa-decrypt-file): Take output file name as argument
8760         and read it using `interactive'.
8762 2013-05-11  Leo Liu  <sdl.web@gmail.com>
8764         * progmodes/octave.el (octave-beginning-of-line)
8765         (octave-end-of-line): Check before using up-list because it jumps
8766         out of more syntactic contructs since moving to smie.
8767         (octave-indent-comment): New function.
8768         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
8769         (octave-begin-keywords, octave-end-keywords)
8770         (octave-reserved-words, octave-smie-bnf-table)
8771         (octave-smie-rules): Add new keywords from Octave 3.6.4.
8773 2013-05-11  Glenn Morris  <rgm@gnu.org>
8775         * faces.el (internal-face-x-get-resource):
8776         * frame.el (ns-display-monitor-attributes-list):
8777         * calc/calc-aent.el (math-to-radians-2):
8778         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8779         Fix declarations.
8781         * calc/calc-menu.el: Make it loadable in isolation.
8783         * net/eudcb-bbdb.el: Make it loadable without bbdb.
8784         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8785         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8786         (eudc-bbdb-query-internal): Require 'bbdb.
8788         * lpr.el (lpr-headers-switches):
8789         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8791         * progmodes/sql.el (sql-login-params): Fix and improve :type.
8793         * emulation/edt-mapper.el: In batch mode, error rather than hang.
8795         * term.el (term-set-escape-char): Make it idempotent.
8797 2013-05-10  Leo Liu  <sdl.web@gmail.com>
8799         * progmodes/octave.el (inferior-octave-completion-table):
8800         No longer a function and all uses changed.  Use cache to speed up
8801         completion due to bug#11906.
8802         (octave-beginning-of-defun): Re-write to be more general.
8804 2013-05-10  Glenn Morris  <rgm@gnu.org>
8806         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8808 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8810         * comint.el (comint-redirect-send-command-to-process): Use :around
8811         rather than :override for comint-redirect-filter.
8812         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8813         Call it instead of comint-redirect-original-filter-function (which
8814         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
8816 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
8818         * frame.el (display-monitor-attributes-list): Add NS case.
8819         (ns-display-monitor-attributes-list): Declare.
8821 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
8823         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
8825 2013-05-09  Glenn Morris  <rgm@gnu.org>
8827         * international/fontset.el (vertical-centering-font-regexp):
8828         Set standard-value.
8830         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8832         * bookmark.el (bookmark-search-delay):
8833         * cus-start.el (vertical-centering-font-regexp):
8834         * ps-mule.el (ps-mule-font-info-database-default):
8835         * ps-print.el (ps-default-fg, ps-default-bg):
8836         * type-break.el (type-break-good-break-interval):
8837         * whitespace.el (whitespace-indentation-regexp)
8838         (whitespace-space-after-tab-regexp):
8839         * emacs-lisp/testcover.el (testcover-1value-functions)
8840         (testcover-noreturn-functions, testcover-progn-functions)
8841         (testcover-prog1-functions):
8842         * emulation/viper-init.el (viper-emacs-state-cursor-color):
8843         * eshell/em-glob.el (eshell-glob-translate-alist):
8844         * play/tetris.el (tetris-tty-colors):
8845         * progmodes/cpp.el (cpp-face-default-list):
8846         * progmodes/flymake.el (flymake-allowed-file-name-masks):
8847         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8848         (idlwave-help-browser-generic-args):
8849         * progmodes/make-mode.el (makefile-special-targets-list):
8850         * progmodes/python.el (python-shell-virtualenv-path):
8851         * progmodes/verilog-mode.el (verilog-active-low-regexp)
8852         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8853         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8854         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8855         * textmodes/reftex-vars.el (reftex-format-label-function):
8856         * textmodes/remember.el (remember-diary-file): Fix custom types.
8858         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8859         Add :version.
8861 2013-05-09  Leo Liu  <sdl.web@gmail.com>
8863         * progmodes/octave.el (inferior-octave-completion-at-point):
8864         Restore file completion.  (Bug#14300)
8865         (inferior-octave-startup): Fix incorrect highlighting for the
8866         first prompt.
8868 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8870         * progmodes/ruby-mode.el: First cut at SMIE support.
8871         (ruby-use-smie): New var.
8872         (ruby-smie-grammar): New constant.
8873         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8874         (ruby-smie--forward-token, ruby-smie--backward-token)
8875         (ruby-smie-rules): New functions.
8876         (ruby-mode-variables): Setup SMIE if applicable.
8878 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
8880         * simple.el (line-move-visual): Signal beginning/end of buffer
8881         only if vertical-motion moved less than it was requested.  Avoids
8882         silly incorrect error messages when there are display strings with
8883         multiple newlines at EOL.
8885 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8887         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8888         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8889         (prolog-char-quote-workaround):
8890         * progmodes/cperl-mode.el (cperl-under-as-char):
8891         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8892         Mark as obsolete.
8893         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8894         their declaration.
8895         (vhdl-mode-syntax-table-init): Remove.
8897         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8898         last change.
8900         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8901         syntax for "_".
8902         (ld-script-font-lock-keywords):
8903         Change regexps to use things like \_< and \_>.
8905         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8906         Change all regexps to use things like \_< and \_>.
8908         * progmodes/autoconf.el (autoconf-definition-regexp)
8909         (autoconf-font-lock-keywords, autoconf-current-defun-function):
8910         Handle a _ with symbol syntax.
8911         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8913         * progmodes/ada-mode.el (ada-mode-abbrev-table):
8914         Consolidate declaration.
8915         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8916         the declaration.
8917         (ada-create-syntax-table): Remove.
8918         (ada-capitalize-word): Don't mess with the syntax of "_" since it
8919         already has the right syntax nowadays.
8920         (ada-goto-next-word): Don't change the syntax of "_".
8922         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8923         with-wrapper-hook.
8925 2013-05-08  Sam Steingold  <sds@gnu.org>
8927         * thingatpt.el (thing-at-point): Accept optional second argument
8928         NO-PROPERTIES to strip the text properties from the return value.
8929         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8930         to `thing-at-point' instead of stripping the properties ourselves.
8931         Also, when `thing-at-point' fails to find a url, prepend "http://"
8932         to the filename at point on the assumption that the user is
8933         pointing at something like gnu.org/gnu.
8935 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
8937         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8938         * faces.el (crm-separator):
8939         Silence byte-compiler.
8941         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8942         (tool-bar-map): Remove unneeded defvars.
8944 2013-05-08  Leo Liu  <sdl.web@gmail.com>
8946         Re-work a fix for bug#10994 based on Le Wang's patch.
8947         * ido.el (ido-remove-consecutive-dups): New helper.
8948         (ido-completing-read): Use it.
8949         (ido-chop): Revert fix for bug#10994.
8951 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
8953         * cus-edit.el (custom-save-variables):
8954         Pretty-print long values.  (Bug#14187)
8956 2013-05-08  Glenn Morris  <rgm@gnu.org>
8958         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8959         (m4-mode-syntax-table): Init in the defvar.
8960         (m4-mode-abbrev-table): Let define-derived-mode define it.
8962 2013-05-08  Tom Tromey  <tromey@redhat.com>
8964         * progmodes/m4-mode.el (m4-mode-syntax-table):
8965         Do not treat "_" as word constituent.  (Bug#14167)
8967 2013-05-07  Glenn Morris  <rgm@gnu.org>
8969         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8970         Remove explicit eshell-isearch-cancel-map.
8972         * progmodes/f90.el (f90-smart-end-names): New option.
8973         (f90-smart-end): Doc fix.
8974         (f90-end-block-optional-name): New constant.
8975         (f90-block-match): Respect f90-smart-end-names.
8977 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8979         * progmodes/octave.el (octave-smie-forward-token): Be more careful
8980         about implicit semi-colons (bug#14218).
8982 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8984         * frame.el (display-monitor-attributes-list)
8985         (frame-monitor-attributes): New functions.
8987 2013-05-06  Leo Liu  <sdl.web@gmail.com>
8989         * progmodes/octave.el (octave-syntax-propertize-function): Change
8990         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
8991         (octave-font-lock-keywords): Use octave-operator-regexp.
8992         (octave-completion-at-point): Rename from
8993         octave-completion-at-point-function.
8994         (inferior-octave-directory-tracker): Robustify.
8995         (octave-text-functions): Remove and fix its uses.  No such things
8996         any more.
8998 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9000         * emacs-lisp/trace.el (trace--display-buffer): New function.
9001         (trace-make-advice): Use it.
9003 2013-05-06  Juri Linkov  <juri@jurta.org>
9005         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
9006         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9007         Doc fix.
9008         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9009         in the help string.  (Bug#12985)
9011 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
9013         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
9015 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9017         * progmodes/perl-mode.el: Add support for here documents.
9018         (perl-syntax-propertize-function): Match here-doc markers.
9019         (perl-syntax-propertize-special-constructs): Find their end.
9020         (perl-imenu-generic-expression): Use [:alnum:].
9022         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9023         (advice--add-function): Refresh the advice if already present
9024         (bug#14317).
9026 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
9028         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
9030 2013-05-06  Glenn Morris  <rgm@gnu.org>
9032         * w32-fns.el (w32-charset-info-alist): Declare.
9034         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9035         of its defcustom properties.
9036         (eshell-cmpl-initialize): No need to load pcomplete.
9038         * generic-x.el: No need to require comint when compiling.
9040         * net/eudc-export.el: Make it loadable without bbdb.
9041         (top-level): Use require rather than load-library.
9042         (eudc-create-bbdb-record, eudc-bbdbify-phone)
9043         (eudc-batch-export-records-to-bbdb)
9044         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9045         Require bbdb.
9047 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9049         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9050         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9051         some tweaks, instead.
9053 2013-05-05  Leo Liu  <sdl.web@gmail.com>
9055         * progmodes/octave.el (octave-font-lock-keywords)
9056         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9057         (inferior-octave-send-list-and-digest): Improve error message.
9058         (octave-mode, inferior-octave-mode): Use setq-local.
9059         (octave-help): Set info-lookup-mode.
9061 2013-05-05  Richard Stallman  <rms@gnu.org>
9063         * vc/compare-w.el (compare-windows-whitespace):
9064         Treat no-break space as whitespace.
9066         * mail/rmailsum.el (rmail-summary-rmail-update):
9067         Detect empty summary and don't change selected message.
9068         (rmail-summary-goto-msg): Likewise.
9070         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9071         Doc fixes, rename args.
9073 2013-05-05  Alan Mackenzie  <acm@muc.de>
9075         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9077 2013-05-05  Juri Linkov  <juri@jurta.org>
9079         * info.el (Info-read-subfile): Use (point-min) instead of (point)
9080         to not add the length of the summary segment to the return value.
9081         (Bug#14125)
9083 2013-05-05  Leo Liu  <sdl.web@gmail.com>
9085         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9086         (inferior-octave-output-filter): Remove.
9087         (octave-send-region, inferior-octave-startup): Fix callers.
9088         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9089         (octave-binary-file-extensions): New user variable.
9090         (octave-find-definition): Confirm if opening binary files.
9091         (octave-help-file): Use octave-find-definition to get the binary
9092         confirmation.
9093         (octave-help): Adjust for octave-help-file change.
9095 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9097         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9098         Merge the two entries that handle function definitions.
9099         (pascal--syntax-propertize): New const.
9100         (pascal-mode): Use it.  Use setq-local.
9102 2013-05-04  Glenn Morris  <rgm@gnu.org>
9104         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9105         (diary-from-outlook): Respect diary-from-outlook-function.
9107 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9109         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9110         Move the declaration from C.
9111         (read-minibuffer, eval-minibuffer): Move from C.
9112         (completion-setup-function): Avoid minibuffer-completion-contents.
9114 2013-05-03  Leo Liu  <sdl.web@gmail.com>
9116         * progmodes/octave.el (octave-font-lock-keywords): Do not
9117         dehighlight 'end' in comments or strings.
9118         (octave-completing-read, octave-goto-function-definition):
9119         New helpers.
9120         (octave-help-buffer): New user variable.
9121         (octave-help-file, octave-help-function): New button types.
9122         (octave-help): New command and bind it to C-h ;.
9123         (octave-find-definition): New command and bind it to M-.
9124         (user-error): Alias to error if not defined.
9126 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9128         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9129         for \.  (bug#14332)
9130         (octave-font-lock-keywords): Include [ and {.
9132 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9134         * progmodes/octave.el (inferior-octave-startup-file): Change default.
9135         (inferior-octave): Remove calling comint-mode and return the buffer.
9136         (inferior-octave-startup): Cosmetic changes.
9138 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9140         * progmodes/octave.el (octave-syntax-propertize-function):
9141         Include the case when ' is at line beginning.  (Bug#14336)
9143 2013-05-02  Glenn Morris  <rgm@gnu.org>
9145         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9146         * desktop.el (vc-dir-mode): Just autoload it here.
9148 2013-05-02  Alan Mackenzie  <acm@muc.de>
9150         Eliminate variable c-standard-font-lock-fontify-region-function.
9151         * progmodes/cc-mode.el
9152         (c-standard-font-lock-fontify-region-function): Remove.
9153         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9155 2013-05-01  Leo Liu  <sdl.web@gmail.com>
9157         * progmodes/octave.el: Compatible with older emacs-24 releases.
9158         (inferior-octave-has-built-in-variables): Remove.  Built-in
9159         variables were removed from Octave in 2007.
9160         (inferior-octave-startup): Fix uses.
9161         (comint-line-beginning-position): Remove compatibility code for
9162         emacs 21.
9164 2013-05-01  Juri Linkov  <juri@jurta.org>
9166         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
9168 2013-05-01  Juri Linkov  <juri@jurta.org>
9170         * comint.el (comint-previous-matching-input): Don't print message
9171         "History item: %d" when `isearch-mode' is active.
9172         (comint-history-isearch-message): Print message "History item: %d"
9173         when `comint-input-ring-index' is not empty and this function is
9174         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
9176 2013-05-01  Leo Liu  <sdl.web@gmail.com>
9178         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9179         definitions.  Use completion-at-point to insert keywords.
9180         (octave-abbrev-start): Remove.
9181         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9183 2013-04-30  Leo Liu  <sdl.web@gmail.com>
9185         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9186         change.
9188 2013-04-30  Alan Mackenzie  <acm@muc.de>
9190         Handle arbitrarily long C++ member initialisation lists.
9191         * progmodes/cc-engine.el (c-back-over-member-initializers):
9192         new function.
9193         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9194         (most) member init lists.
9196 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9198         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9199         variable.
9201 2013-04-30  Leo Liu  <sdl.web@gmail.com>
9203         * progmodes/octave.el (octave-variables): Remove.  No builtin
9204         variables any more.  All converted to functions.
9205         (octave-font-lock-keywords, octave-completion-at-point-function):
9206         Fix uses.
9207         (octave-font-lock-texinfo-comment): New user variable.
9208         (octave-texinfo-font-lock-keywords): New variable for texinfo
9209         comment block.
9210         (octave-function-comment-block): New face.
9211         (octave-font-lock-texinfo-comment): New function.
9212         (octave-mode): Font lock texinfo comment block.
9214 2013-04-29  Leo Liu  <sdl.web@gmail.com>
9216         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9217         indexing expression.
9218         (octave-continuation-string): Do not use \.
9219         (inferior-octave-complete-impossible): Remove.
9220         (inferior-octave-completion-table)
9221         (inferior-octave-completion-at-point): Remove its uses.
9222         (inferior-octave-startup): completion_matches was introduced to
9223         Octave in 1996 so safe to assume it.
9224         (octave-function-file-comment): Improve to follow how Octave does it.
9225         (octave-update-function-file-comment): Tweak.
9227 2013-04-29  Leo Liu  <sdl.web@gmail.com>
9229         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9230         (inferior-octave-startup): Remove inferior-octave-startup-hook.
9231         (octave-function-file-comment): Fix typo.
9232         (octave-sync-function-file-names): Use read-char-choice.
9234 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
9236         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9237         to t for the less important warnings.
9239 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
9241         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
9243 2013-04-27  Glenn Morris  <rgm@gnu.org>
9245         * vc/log-view.el (log-view-current-entry):
9246         Treat "---" separator lines as part of the following rev.  (Bug#14169)
9248 2013-04-27  Juri Linkov  <juri@jurta.org>
9250         * subr.el (read-number): Doc fix about using it by interactive
9251         code letter `n'.  (Bug#14254)
9253 2013-04-27  Juri Linkov  <juri@jurta.org>
9255         * desktop.el (desktop-auto-save-timeout): New option.
9256         (desktop-file-checksum): New variable.
9257         (desktop-save): Add optional arg `auto-save' and don't auto-save
9258         if nothing changed.
9259         (desktop-auto-save-timer): New variable.
9260         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9261         (after-init-hook): Call `desktop-auto-save-set-timer'.
9262         Suggested by Reuben Thomas <rrt@sc3d.org> in
9263         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9265 2013-04-27  Leo Liu  <sdl.web@gmail.com>
9267         * progmodes/octave.el (octave-function-file-p)
9268         (octave-skip-comment-forward, octave-function-file-comment)
9269         (octave-update-function-file-comment): New functions.
9270         (octave-mode-map): Bind C-c ; to
9271         octave-update-function-file-comment.
9272         (octave-mode-menu): Add octave-update-function-file-comment.
9273         (octave-mode, inferior-octave-mode): Fix doc-string.
9274         (octave-insert-defun): Conform to Octave's coding convention.
9275         (Bug#14285)
9277         * files.el (basic-save-buffer): Don't let errors in
9278         before-save-hook prevent saving buffer.
9280 2013-04-20  Roland Winkler  <winkler@gnu.org>
9282         * faces.el (read-face-name): Use completing-read if arg multiple
9283         is nil.
9285 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
9287         * ls-lisp.el (ls-lisp-insert-directory): If no files are
9288         displayed, move point to after the totals line.
9289         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9290         for the details.
9292 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9294         * emacs-lisp/package.el (package-autoload-ensure-default-file):
9295         Add current dir to the load-path.
9296         (package-generate-autoloads): Don't rely on
9297         autoload-ensure-default-file.
9299 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
9301         * textmodes/remember.el (remember-store-in-files): Document that
9302         the file name format is passed to `format-time-string'.
9304 2013-04-26  Leo Liu  <sdl.web@gmail.com>
9306         * progmodes/octave.el (octave-sync-function-file-names): New function.
9307         (octave-mode): Use it in before-save-hook.
9309 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9311         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9312         (bug#14274).
9314         * progmodes/octave.el (octave-smie-forward-token): Properly skip
9315         \n and comment, even if it's not an implicit ; (bug#14218).
9317 2013-04-26  Glenn Morris  <rgm@gnu.org>
9319         * subr.el (read-number): Once more use `read' rather than
9320         `string-to-number', to trap non-numeric input.  (Bug#14254)
9322 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
9324         * emacs-lisp/syntax.el (syntax-propertize-multiline):
9325         Use `syntax-multiline' text property consistently instead of
9326         `font-lock-multiline'.  (Bug#14237)
9328 2013-04-26  Glenn Morris  <rgm@gnu.org>
9330         * emacs-lisp/shadow.el (list-load-path-shadows):
9331         No longer necessary to check for duplicate simple.el, since
9332         2012-07-07 change to init_lread to not include installation lisp
9333         directories in load-path when running uninstalled.  (Bug#14270)
9335 2013-04-26  Leo Liu  <sdl.web@gmail.com>
9337         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9338         (octave-mode, inferior-octave-mode): Use setq-local.
9339         (octave-not-in-string-or-comment-p): Rename to
9340         octave-in-string-or-comment-p.
9341         (octave-in-comment-p, octave-in-string-p)
9342         (octave-in-string-or-comment-p): Replace defsubst with defun.
9344 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9346         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9348 2013-04-25  Bastien Guerry  <bzg@gnu.org>
9350         * textmodes/remember.el (remember-data-directory)
9351         (remember-directory-file-name-format): Fix custom types.
9353 2013-04-25  Leo Liu  <sdl.web@gmail.com>
9355         * progmodes/octave.el (octave-completion-at-point-function):
9356         Make use of inferior octave process.
9357         (octave-initialize-completions): Remove.
9358         (inferior-octave-completion-table): New function.
9359         (inferior-octave-completion-at-point): Use it.
9360         (octave-completion-alist): Remove.
9362 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9364         * progmodes/opascal.el: Use font-lock and syntax-propertize.
9365         (opascal-mode-syntax-table): New var.
9366         (opascal-literal-kind, opascal-is-literal-end)
9367         (opascal-literal-token-at): Rewrite.
9368         (opascal--literal-start-re, opascal-font-lock-keywords)
9369         (opascal--syntax-propertize): New constants.
9370         (opascal-font-lock-defaults): Adjust.
9371         (opascal-mode): Use them.  Set comment-<foo> variables as well.
9372         (delphi-comment-face, opascal-comment-face, delphi-string-face)
9373         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9374         (delphi-other-face, opascal-other-face): Remove face variables.
9375         (opascal-save-state): Remove macro.
9376         (opascal-fontifying-progress-step): Remove constant.
9377         (opascal--ignore-changes): Remove var.
9378         (opascal-set-token-property, opascal-parse-next-literal)
9379         (opascal-is-stable-literal, opascal-complete-literal)
9380         (opascal-is-literal-start, opascal-face-of)
9381         (opascal-parse-region, opascal-parse-region-until-stable)
9382         (opascal-fontify-region, opascal-after-change)
9383         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9384         (opascal-debug-parse-region, opascal-debug-parse-window)
9385         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9386         (opascal-debug-fontify-buffer): Remove.
9387         (opascal-debug-mode-map): Adjust accordingly.
9389 2013-04-25  Leo Liu  <sdl.web@gmail.com>
9391         Merge octave-mod.el and octave-inf.el into octave.el with some
9392         cleanups.
9393         * progmodes/octave.el: New file renamed from octave-mod.el.
9394         * progmodes/octave-inf.el: Merged into octave.el.
9395         * progmodes/octave-mod.el: Renamed to octave.el.
9397 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
9399         * textmodes/reftex-vars.el
9400         (reftex-label-ignored-macros-and-environments): New defcustom.
9402         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9404 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9406         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9407         (smie-indent-keyword): Improve the check to ensure that the next
9408         comment is really on the same line.
9409         (smie-indent-comment): Don't align with a subsequent closer (or eob).
9411         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9412         semi-colons if the line is not otherwise empty (bug#14218).
9414 2013-04-25  Glenn Morris  <rgm@gnu.org>
9416         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9418 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9420         * progmodes/opascal.el (opascal-set-token-property): Rename from
9421         opascal-set-text-properties and only set `token' (bug#14134).
9422         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9423         (opascal-literal-text-properties): Remove.
9424         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9425         Adjust callers.
9427 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
9429         * textmodes/remember.el (remember-handler-functions): Add an
9430         option for a new handler `remember-store-in-files'.
9431         (remember-data-directory, remember-directory-file-name-format):
9432         New options.
9433         (remember-store-in-files): New function to store remember notes
9434         as separate files within a directory.
9436 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
9438         * progmodes/compile.el (compilation-next-error-function):
9439         Pass "formats" to compilation-find-file (bug#11777).
9441 2013-04-24  Glenn Morris  <rgm@gnu.org>
9443         * vc/vc-bzr.el (vc-bzr-print-log):
9444         * vc/vc-hg.el (vc-hg-print-log):
9445         * vc/vc-svn.el (vc-svn-print-log):
9446         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
9448         * vc/vc-bzr.el (vc-bzr-print-log):
9449         * vc/vc-cvs.el (vc-cvs-print-log):
9450         * vc/vc-git.el (vc-git-print-log):
9451         * vc/vc-hg.el (vc-hg-print-log):
9452         * vc/vc-mtn.el (vc-mtn-print-log):
9453         * vc/vc-rcs.el (vc-rcs-print-log):
9454         * vc/vc-sccs.el (vc-sccs-print-log):
9455         * vc/vc-svn.el (vc-svn-print-log):
9456         * vc/vc.el (vc-print-log-internal): Doc fixes.
9458 2013-04-23  Glenn Morris  <rgm@gnu.org>
9460         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9461         Remove venerable code attempting to avoid substitute-command-keys.
9463 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
9465         * textmodes/reftex-vars.el (reftex-label-regexps):
9466         Call `reftex-compile-variables' after changes to this variable.
9468 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9470         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9471         Use lexical-binding.
9472         (jit-lock-force-redisplay): Use markers, check buffer's continued
9473         existence and beware narrowed buffers.
9474         (jit-lock-fontify-now): Adjust call accordingly.
9476 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9478         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9479         to avoid misleading the user.
9481 2013-04-22  Leo Liu  <sdl.web@gmail.com>
9483         * info-look.el: Prefer latex2e.info.  (Bug#14240)
9485 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
9487         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
9489         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9490         * net/tramp.el (tramp-call-process): ... here.
9491         (tramp-set-completion-function, tramp-parse-putty):
9492         * net/tramp-adb.el (tramp-adb-execute-adb-command):
9493         * net/tramp-gvfs.el (tramp-gvfs-send-command):
9494         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9495         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9496         (tramp-call-local-coding-command): Use `tramp-call-process'
9497         instead of `tramp-compat-call-process'.
9499         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9500         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9501         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9502         (tramp-find-inline-compress): Improve traces.
9503         (tramp-maybe-send-script): Check for Perl binary.
9504         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9506 2013-04-22  Daiki Ueno  <ueno@gnu.org>
9508         * epg.el (epg-context-pinentry-mode): New function.
9509         (epg-context-set-pinentry-mode): New function.
9510         (epg--start): Pass --pinentry-mode option to gpg command.
9512 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
9514         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9515         `comint-dynamic-complete' is obsolete since 24.1, replaced by
9516         `completion-at-point'.  (Bug#13774)
9518         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9519         default key binding for `describe-distribution' has been moved to
9520         `C-h C-o'.  (Bug#13970)
9522 2013-04-21  Glenn Morris  <rgm@gnu.org>
9524         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9525         Add doc strings.
9526         (vc-print-log): Clarify interactive prompt.
9528 2013-04-20  Glenn Morris  <rgm@gnu.org>
9530         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9531         No longer include timestamp etc information.
9533 2013-04-20  Roland Winkler  <winkler@gnu.org>
9535         * faces.el (read-face-name): Bug fix, return just one face if arg
9536         multiple is nil.  (Bug#14209)
9538 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9540         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9541         (remove-function): Autoload.
9543         * comint.el (comint-redirect-original-filter-function): Remove.
9544         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9545         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9546         (vc-cvs-annotate-command):
9547         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9548         * progmodes/prolog.el (prolog-consult-compile):
9549         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9550         Use add/remove-function instead.
9551         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9552         (gud-tooltip-process-output, gud-tooltip-tips):
9553         Use add/remove-function instead.
9554         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9555         (scheme-interaction-mode, exit-scheme-interaction-mode):
9556         Use add/remove-function instead.
9558         * vc/vc-dispatcher.el: Use lexical-binding.
9559         (vc--process-sentinel): Rename from vc-process-sentinel.
9560         Change last arg to be the code to run.  Don't use vc-previous-sentinel
9561         and vc-sentinel-commands any more.
9562         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
9563         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9565 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
9567         * progmodes/sh-script.el (sh-imenu-generic-expression):
9568         Handle function names with a single character.   (Bug#14111)
9570 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
9572         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9573         for subroutines defined in an eval (bug#14182).
9575 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9577         * bookmark.el (bookmark-completing-read): Improve handling of empty
9578         string (bug#14176).
9580 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9582         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9584 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9586         New faster Imenu implementation (bug#14058).
9587         * progmodes/python.el:
9588         (python-imenu-prev-index-position):
9589         (python-imenu-format-item-label-function)
9590         (python-imenu-format-parent-item-label-function)
9591         (python-imenu-format-parent-item-jump-label-function):
9592         New vars.
9593         (python-imenu-format-item-label)
9594         (python-imenu-format-parent-item-label)
9595         (python-imenu-format-parent-item-jump-label)
9596         (python-imenu--put-parent, python-imenu--build-tree)
9597         (python-imenu-create-index, python-imenu-create-flat-index)
9598         (python-util-popn): New functions.
9599         (python-mode): Set imenu-create-index-function to
9600         python-imenu-create-index.
9602 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9604         * winner.el (winner-active-region): Use region-active-p, activate-mark
9605         and deactivate-mark (bug#14225).
9607         * simple.el (deactivate-mark): Don't inline it.
9609 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
9611         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9613 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
9615         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9616         file extensions from the archive-mode entry in order to prefer
9617         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9619 2013-04-18  Leo Liu  <sdl.web@gmail.com>
9621         * bindings.el (help-event-list): Add ?\?.
9623 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9625         * subr.el (with-wrapper-hook): Declare obsolete.
9626         * simple.el (filter-buffer-substring-function): New hook.
9627         (filter-buffer-substring): Use it.
9628         (filter-buffer-substring-functions): Mark obsolete.
9629         * minibuffer.el (completion-in-region-function): New hook.
9630         (completion-in-region): Use it.
9631         (completion-in-region-functions): Mark obsolete.
9632         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9633         * abbrev.el (abbrev-expand-function): New hook.
9634         (expand-abbrev): Use it.
9635         (abbrev-expand-functions): Mark obsolete.
9636         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9637         and :filter-return.
9639 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9641         * progmodes/python.el (python-nav--syntactically): Fix cornercases
9642         and do not care about match data.
9644 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9646         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9647         completion tables when completing error conditions and
9648         `declare' arguments.
9649         (lisp-complete-symbol, field-complete): Mark as obsolete.
9650         (check-parens): Unmatched parens are user errors.
9651         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9653 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
9655         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9656         command changed buffer (ie. `flyspell-pre-buffer' is not current
9657         buffer), which prevents making decisions based on invalid value of
9658         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
9659         cause an error when `flyspell-pre-point' was nil after switching
9660         buffers.
9661         (flyspell-post-command-hook): No longer needs to change buffers when
9662         checking pre-word.  While at it remove unnecessary progn.
9664 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
9666         * textmodes/ispell.el (ispell-add-per-file-word-list):
9667         Fix `flyspell-correct-word-before-point' error when accepting
9668         words and `coment-padding' is an integer by using
9669         `comment-normalize-vars' (Bug #14214).
9671 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9673         New defun movement commands.
9674         * progmodes/python.el (python-nav--syntactically)
9675         (python-nav--forward-defun, python-nav-backward-defun)
9676         (python-nav-forward-defun): New functions.
9678 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9680         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9681         (python-syntax-context): Use named compiler-macro for backwards
9682         compatibility with Emacs 24.x.
9684 2013-04-17  Leo Liu  <sdl.web@gmail.com>
9686         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9687         octave-hide-process-buffer.
9689 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9692         (bug#14216).
9694 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
9696         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9697         Fix adjustment of offset when receiving incomplete responses from GDB
9698         (bug#14129).
9700 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9703         python-mode-abbrev-table.
9704         (python-skeleton-define): Adjust accordingly.
9705         (python-mode-abbrev-table): New table that inherits from it so that
9706         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9708         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9709         (abbrev-symbol): Use it.
9710         (abbrev--before-point): Use it since we already handle inheritance.
9712 2013-04-16  Leo Liu  <sdl.web@gmail.com>
9714         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9715         binding to info-lookup-symbol.
9717 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
9719         * minibuffer.el (completion--twq-all):
9720         * term/ns-win.el (ns-initialize-window-system):
9721         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9723 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9725         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9726         global bindings.
9728         * doc-view.el (doc-view-start-process): Handle url-handler directories.
9730 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
9732         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9733         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9734         to nil.
9735         (ruby-end-of-defun): Remove the unused arg, change the docstring
9736         to reflect that this function is only used as the value of
9737         `end-of-defun-function'.
9738         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9739         to reflect an earlier change that beginning/end-of-defun functions
9740         jump between methods in a class definition, as well as top-level
9741         functions.
9743 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9745         * minibuffer.el (minibuffer-complete): Don't just scroll
9746         a *Completions* that's been iconified.
9747         (minibuffer-force-complete): Make sure repetitions do cycle when going
9748         through completion-in-region -> minibuffer-complete.
9750 2013-04-15  Alan Mackenzie  <acm@muc.de>
9752         Correct the placement of c-cpp-delimiters when there're #s not at
9753         col 0.
9755         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9756         place a submatch around the #.
9757         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9758         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
9759         on the #, not BOL.
9761 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9763         * emacs-lisp/nadvice.el: Properly test names when adding advice.
9764         (advice--member-p): New arg `name'.
9765         (advice--add-function, advice-member-p): Use it (bug#14202).
9767 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
9769         Reformulate java imenu-generic-expression.
9770         The old expression contained ill formed regexps.
9772         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9773         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9774         (cc-imenu-java-method-arg-regexp): New defconsts.
9775         (cc-imenu-java-build-type-args-regex): New defun.
9776         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9777         handling of spaces in the regexp.
9779 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9781         * textmodes/ispell.el (ispell-command-loop): Remove
9782         flyspell highlight of a word when ispell accepts it (bug #14178).
9784 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
9786         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9787         uses code from the previous `ange-ftp-run-real-handler'.
9788         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9789         only in case that function exist.  This is needed for proper
9790         unloading of Tramp.
9792 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
9794         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9796         * textmodes/reftex.el (reftex-compile-variables): Use it.
9798 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9800         * files.el (normal-mode): Only use default major-mode if no other mode
9801         was specified.
9803         * emacs-lisp/trace.el (trace-values): New function.
9805         * files.el: Allow : in local variables (bug#14089).
9806         (hack-local-variable-regexp): New var.
9807         (hack-local-variables-prop-line, hack-local-variables): Use it.
9809 2013-04-13  Roland Winkler  <winkler@gnu.org>
9811         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
9812         data before it gets modified by bibtex-beginning-of-entry.
9814 2013-04-13  Roland Winkler  <winkler@gnu.org>
9816         * textmodes/bibtex.el (bibtex-url): Doc fix.
9818 2013-04-13  Roland Winkler  <winkler@gnu.org>
9820         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9821         does not visit a BibTeX file, exclude it from the list of buffers
9822         returned by bibtex-initialize.
9824 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
9826         * window.el (split-window): Remove interactive form, since as a
9827         command this function is a special case of split-window-below.
9828         Correct doc string.
9830 2013-04-12  Roland Winkler  <winkler@gnu.org>
9832         * faces.el (read-face-name): Do not override value of arg default.
9833         Allow single faces and strings as default values.  Remove those
9834         elements from return value that are not faces.
9835         (describe-face): Simplify.
9836         (face-at-point): New optional args thing and multiple so that this
9837         function can provide the same functionality previously provided by
9838         read-face-name.
9839         (make-face-bold, make-face-unbold, make-face-italic)
9840         (make-face-unitalic, make-face-bold-italic, invert-face)
9841         (modify-face, read-face-and-attribute): Use face-at-point.
9843         * cus-edit.el (customize-face, customize-face-other-window)
9844         * cus-theme.el (custom-theme-add-face)
9845         * face-remap.el (buffer-face-set)
9846         * facemenu.el (facemenu-set-face): Use face-at-point.
9848 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
9850         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9852 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
9854         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9855         off leading { and trailing } from field values.
9857 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9859         * emacs-lisp/timer.el (timer--check): New function.
9860         (timer--time, timer-set-function, timer-event-handler): Use it.
9861         (timer-set-idle-time): Simplify.
9862         (timer--activate): CSE.
9863         (timer-event-handler): Give more info in error message.
9864         (internal-timer-start-idle): New function, moved from C.
9866         * mpc.el (mpc-proc): Add `restart' argument.
9867         (mpc-proc-cmd): Use it.
9868         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9869         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9870         less often.
9872 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
9874         * progmodes/sh-script.el: Implement `sh-mode' own
9875         `add-log-current-defun-function' (bug#14112).
9876         (sh-current-defun-name): New function.
9877         (sh-mode): Use the function.
9879 2013-04-09  Bastien Guerry  <bzg@gnu.org>
9881         * simple.el (choose-completion-string): Fix docstring (bug#14163).
9883 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9885         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9887         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9888         timer (bug#14156).
9890 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
9892         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9893         declaration.
9895 2013-04-07  Leo Liu  <sdl.web@gmail.com>
9897         * pcmpl-x.el: New file.
9899 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
9901         Do not set x-display-name until X connection is established.
9902         This is needed to prevent from weird situation described at
9903         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9904         * frame.el (make-frame): Set x-display-name after call to
9905         window system initialization function, not before.
9906         * term/x-win.el (x-initialize-window-system): Add optional
9907         display argument and use it.
9908         * term/w32-win.el (w32-initialize-window-system):
9909         * term/ns-win.el (ns-initialize-window-system):
9910         * term/pc-win.el (msdos-initialize-window-system):
9911         Add compatible optional display argument.
9913 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
9915         * files.el (normal-backup-enable-predicate): On MS-Windows and
9916         MS-DOS compare truenames of temporary-file-directory and of the
9917         file, so that 8+3 aliases (usually found in $TEMP on Windows)
9918         don't fail comparison by compare-strings.  Also, compare file
9919         names case-insensitively on MS-Windows and MS-DOS.
9921 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9923         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9924         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9926 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
9928         * whitespace.el (whitespace-color-on, whitespace-color-off):
9929         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9931 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
9933         * ispell.el (ispell-set-spellchecker-params):
9934         Really set `ispell-args' for all equivs.
9936 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9938         * ido.el (ido-completions): Use extra elements of ido-decorations
9939         (bug#14143).
9940         (ido-decorations): Update docstring.
9942 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
9944         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9945         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9946         nil during initialization, in order not to miss changes since the
9947         file was opened.  (Bug#14140)
9949 2013-04-05  Leo Liu  <sdl.web@gmail.com>
9951         * kmacro.el (kmacro-call-macro): Fix bug#14135.
9953 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
9955         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9957 2013-04-04  Glenn Morris  <rgm@gnu.org>
9959         * electric.el (electric-pair-inhibit-predicate): Add :version.
9961 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9963         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9964         when a package is required several times (bug#14082).
9966 2013-04-04  Roland Winkler  <winkler@gnu.org>
9968         * faces.el (read-face-name): Behave as promised by the docstring.
9969         Assume that arg default is a list of faces.
9970         (describe-face): Call read-face-name with list of default faces.
9972 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9974         * bookmark.el: Fix deletion of bookmarks (bug#13972).
9975         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9976         (bookmark-bmenu-execute-deletions): Only skip first line if it's
9977         the header.
9978         (bookmark-exit-hook-internal): Save even if list is empty.
9980 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
9982         * emacs-lisp/package.el (package-pinned-packages): New var.
9983         (package--add-to-archive-contents): Obey it (bug#14118).
9985 2013-04-03  Alan Mackenzie  <acm@muc.de>
9987         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9988         Also adapt to the new values of element 7 of a parse state.
9990         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9991         parameter `not-in-delimiter'.  Handle being inside comment opener.
9992         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9993         character in case we're typing a '*' after a '/'.
9994         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9995         instead by passing the parameter to c-state-pp-to-literal.
9997         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9998         for elt. 7 of a parse state.
10000 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
10002         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10003         * international/latin1-disp.el, international/mule-util.el:
10004         * language/cyril-util.el, language/european.el, language/ind-util.el:
10005         * language/lao-util.el, language/thai.el, language/tibet-util.el:
10006         * language/tibetan.el, language/viet-util.el:
10007         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10009 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10011         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10012         (electric-pair-post-self-insert-function): Use it.
10013         (electric-pair-default-inhibit): New function, extracted from
10014         electric-pair-post-self-insert-function.
10016 2013-03-31  Roland Winkler  <winkler@gnu.org>
10018         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10020 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10022         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10024 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
10026         Un-indent after "pass" and "return" statements (Bug#13888)
10027         * progmodes/python.el (python-indent-block-enders): New var.
10028         (python-indent-calculate-indentation): Use it.
10030 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
10032         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10033         defun.  Defining it as defalias could introduce too eager
10034         byte-compiler optimization.  (Bug#14030)
10036 2013-03-30  Chong Yidong  <cyd@gnu.org>
10038         * iswitchb.el (iswitchb-read-buffer): Fix typo.
10040 2013-03-30  Leo Liu  <sdl.web@gmail.com>
10042         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10043         (kmacro-execute-from-register): Pass the keyboard macro to
10044         kmacro-call-macro or repeating won't work correctly.
10046 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
10048         * progmodes/subword.el: Back to using `forward-symbol'.
10050         * subr.el (forward-whitespace, forward-symbol)
10051         (forward-same-syntax): Move from thingatpt.el.
10053 2013-03-29  Leo Liu  <sdl.web@gmail.com>
10055         * kmacro.el (kmacro-to-register): New command.
10056         (kmacro-execute-from-register): New function.
10057         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
10059 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * mpc.el: Use defvar-local and setq-local.
10062         (mpc--proc-connect): Connection failures are not bugs.
10063         (mpc-mode-map): `follow-link' only applies to the buffer's content.
10064         (mpc-volume-map): Bind to the up-events.
10066 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10068         * progmodes/subword.el (superword-mode): Use `forward-sexp'
10069         instead of `forward-symbol'.
10071 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10073         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10074         (edebug--recursive-edit): Use it.
10075         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10076         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10078 2013-03-28  Leo Liu  <sdl.web@gmail.com>
10080         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
10082 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
10084         * facemenu.el (list-colors-callback): New defvar.
10085         (list-colors-redisplay): New function.
10086         (list-colors-display): Install list-colors-redisplay as the
10087         revert-buffer-function.  (Bug#14063)
10089 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10091         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10092         and suffixes don't overlap (bug#14061).
10094         * case-table.el: Use lexical-binding.
10095         (case-table-get-table): New function.
10096         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
10098 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10100         * progmodes/subword.el: Add `superword-mode' to do word motion
10101         over symbol_words (parallels and leverages `subword-mode' which
10102         does word motion inside MixedCaseWords).
10104 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
10106         * eshell/em-unix.el: Move su and sudo to...
10107         * eshell/em-tramp.el: ...Eshell tramp module.
10109 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10111         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10112         Change return value to be a sexp.  Delay `get-buffer' to after
10113         restoring the desktop (bug#13951).
10115 2013-03-26  Leo Liu  <sdl.web@gmail.com>
10117         * register.el: Move semantic tag handling back to
10118         cedet/semantic/senator.el.  (Bug#14052)
10120 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10122         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10123         into the prompt either (bug#13963).
10125 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10127         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10128         part of "(error-foo)".
10130 2013-03-24  Juri Linkov  <juri@jurta.org>
10132         * replace.el (list-matching-lines-prefix-face): New defcustom.
10133         (occur-1): Pass `list-matching-lines-prefix-face' to the function
10134         `occur-engine' if `face-differs-from-default-p' returns t.
10135         (occur-engine): Add `,' inside backquote construct to evaluate
10136         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
10137         Pass `prefix-face' to the functions `occur-context-lines' and
10138         `occur-engine-add-prefix'.
10139         (occur-engine-add-prefix, occur-context-lines): Add optional arg
10140         `prefix-face' and propertize the prefix with `prefix-face'.
10141         (Bug#14017)
10143 2013-03-24  Leo Liu  <sdl.web@gmail.com>
10145         * nxml/rng-valid.el (rng-validate-while-idle)
10146         (rng-validate-quick-while-idle): Guard against deleted buffer.
10147         (Bug#13999)
10149         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10150         is the last entry in kill-buffer-hook.
10152         * files.el (kill-buffer-hook): Doc fix.
10154 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
10156         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10157         Make it safe-local.
10159         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10161 2013-03-23  Leo Liu  <sdl.web@gmail.com>
10163         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10164         Remove.
10166         * nxml/rng-valid.el (rng-validate-mode)
10167         (rng-after-change-function, rng-do-some-validation):
10168         * nxml/rng-maint.el (rng-validate-buffer):
10169         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10170         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10171         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10172         (nxml-extend-after-change-region): Use with-silent-modifications.
10174         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10175         timer-idle-list.
10177         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10178         (rng-next-error-1, rng-previous-error-1): Do not let-bind
10179         timer-idle-list.  (Bug#13999)
10181 2013-03-23  Juri Linkov  <juri@jurta.org>
10183         * info.el (info-index-match): New face.
10184         (Info-index, Info-apropos-matches): Add a nested subgroup to the
10185         main pattern and add text properties with the new face to matches
10186         in index entries relative to the beginning of the index entry.
10187         (Bug#14015)
10189 2013-03-21  Eric Ludlam  <zappo@gnu.org>
10191         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10192         Inhibit read only while inserting objects.
10194 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10196         * progmodes/cfengine.el: Update docs to mention
10197         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
10198         symbol motion.  Remove "_" from the word syntax.
10200 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
10202         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10203         syntax for both `cfengine2-mode' and `cfengine3-mode'.
10205 2013-03-20  Juri Linkov  <juri@jurta.org>
10207         * info.el (Info-next-reference-or-link)
10208         (Info-prev-reference-or-link): New functions.
10209         (Info-next-reference, Info-prev-reference): Use them.
10210         (Info-try-follow-nearest-node): Handle footnote navigation.
10211         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
10213 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10215         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10216         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10218 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
10220         Suppress unnecessary non-ASCII chatter during build process.
10221         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10222         (batch-skkdic-convert): Suppress most of the chatter.
10223         It's not needed so much now that machines are faster,
10224         and its non-ASCII component was confusing; see Dmitry Gutov in
10225         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10227 2013-03-20  Leo Liu  <sdl.web@gmail.com>
10229         * ido.el (ido-chop): Fix bug#10994.
10231 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
10233         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10234         Remove vars.
10235         (whitespace-color-on, whitespace-color-off):
10236         Use `font-lock-fontify-buffer' (Bug#13817).
10238 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10240         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10241         remapping in mode-line.
10242         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10244 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
10246         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10247         value for `whitespace-line' face (Bug#13875).
10248         (whitespace-font-lock-keywords): Change description.
10249         (whitespace-color-on): Don't save `font-lock-keywords' value, save
10250         the constructed keywords instead.
10251         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10253 2013-03-19  Leo Liu  <sdl.web@gmail.com>
10255         * progmodes/compile.el (compilation-display-error): New command.
10256         (compilation-mode-map, compilation-minor-mode-map): Bind it to
10257         C-o.  (Bug#13992)
10259 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
10261         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10263 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
10265         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10267 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
10269         * net/tramp-compat.el (tramp-compat-user-error): New defun.
10271         * net/tramp-adb.el (tramp-adb-handle-shell-command):
10272         * net/tramp-gvfs.el (top):
10273         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10274         (tramp-handle-shell-command): Use it.
10275         (tramp-dissect-file-name): Raise an error when hostname is a
10276         method name, and neither method nor user is specified.
10278         * net/trampver.el: Update release number.
10280 2013-03-18  Leo Liu  <sdl.web@gmail.com>
10282         Make sure eldoc can be turned off properly.
10283         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10284         eldoc-mode.
10285         (eldoc-display-message-p): Revert last change.
10286         (eldoc-display-message-no-interference-p)
10287         (eldoc-print-current-symbol-info): Tweak.
10289 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
10291         * doc-view.el (doc-view-new-window-function): Check the new window
10292         overlay's display property instead the char property of the
10293         buffer's first char.  Use `with-selected-window' instead of
10294         `save-window-excursion' with `select-window'.
10295         (doc-view-document->bitmap): Check the current doc-view overlay's
10296         display property instead the char property of the buffer's first char.
10298 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
10300         Automate the build of ja-dic.el (Bug#13984).
10301         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10302         from the input, rather than assume that it's been done for us by the
10303         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
10304         the current date into a ja-dic.el comment, as that complicates
10305         regression testing.
10307 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10309         * whitespace.el: Fix double evaluation.
10310         (whitespace-space, whitespace-hspace, whitespace-tab)
10311         (whitespace-newline, whitespace-trailing, whitespace-line)
10312         (whitespace-space-before-tab, whitespace-indentation)
10313         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10314         obsolete defvars.
10315         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10316         (whitespace-color-on): Use a single font-lock-add-keywords call.
10317         Fix double-evaluation of face variables.
10319 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
10321         * net/tramp-adb.el (tramp-adb-parse-device-names):
10322         Use `start-process' instead of `call-process'.  Otherwise, the
10323         function might be blocked under MS Windows.  (Bug#13299)
10325 2013-03-17  Leo Liu  <sdl.web@gmail.com>
10327         Extend eldoc to display info in the mode-line.  (Bug#13978)
10328         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10329         (eldoc-mode-line-string): New variable.
10330         (eldoc-minibuffer-message): New function.
10331         (eldoc-message-function): New variable.
10332         (eldoc-message): Use it.
10333         (eldoc-display-message-p)
10334         (eldoc-display-message-no-interference-p):
10335         Support eldoc-post-insert-mode.
10337         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10338         (eval-expression): Run it.
10340 2013-03-17  Roland Winkler  <winkler@gnu.org>
10342         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10343         strings in the list of return values.
10345 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
10347         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10348         radix before checking for HMS forms.
10350 2013-03-16  Leo Liu  <sdl.web@gmail.com>
10352         * progmodes/scheme.el: Add indentation and font-locking for λ.
10353         (Bug#13975)
10355 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10357         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10358         token before point (bug#13942).
10360 2013-03-16  Leo Liu  <sdl.web@gmail.com>
10362         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
10364 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
10366         * startup.el (command-line-normalize-file-name): Fix handling of
10367         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
10368         <xfq.free@gmail.com> in
10369         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10371 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
10373         Sync with Tramp 2.2.7.
10375         * net/trampver.el: Update release number.
10377 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
10379         * doc-view.el: Fix bug#13887.
10380         (doc-view-insert-image): Don't modify overlay associated to
10381         non-live windows, and implement horizontal centering of image in
10382         case it's smaller than the window.
10383         (doc-view-new-window-function): Force redisplay of new windows on
10384         doc-view buffers.
10386 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
10388         * saveplace.el (save-place-alist-to-file): Don't sort
10389         `save-place-alist', just pretty-print it (bug#13882).
10391 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
10393         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10394         Check whether `default-file-name-coding-system' is bound.
10395         It isn't in XEmacs.
10397 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10399         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10400         backquotes for `obsolete' (bug#13929).
10402         * international/mule.el (find-auto-coding): Include file name in
10403         obsolescence warning (bug#13922).
10405 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10407         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10408         for CFEngine 3-specific indentation.
10409         (cfengine3-indent-line): Use it.  Fix up category regex.
10410         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10412 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10414         * type-break.el (type-break-file-name):
10415         * textmodes/remember.el (remember-data-file):
10416         * strokes.el (strokes-file):
10417         * shadowfile.el (shadow-initialize):
10418         * saveplace.el (save-place-file):
10419         * ps-bdf.el (bdf-cache-file):
10420         * progmodes/idlwave.el (idlwave-config-directory):
10421         * net/quickurl.el (quickurl-url-file):
10422         * international/kkc.el (kkc-init-file-name):
10423         * ido.el (ido-save-directory-list-file):
10424         * emulation/viper.el (viper-custom-file-name):
10425         * emulation/vip.el (vip-startup-file):
10426         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10427         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10429 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
10431         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10432         * language/thai-word.el: Switch to UTF-8.
10434 See ChangeLog.16 for earlier changes.
10436 ;; Local Variables:
10437 ;; coding: utf-8
10438 ;; End:
10440   Copyright (C) 2011-2013 Free Software Foundation, Inc.
10442   This file is part of GNU Emacs.
10444   GNU Emacs is free software: you can redistribute it and/or modify
10445   it under the terms of the GNU General Public License as published by
10446   the Free Software Foundation, either version 3 of the License, or
10447   (at your option) any later version.
10449   GNU Emacs is distributed in the hope that it will be useful,
10450   but WITHOUT ANY WARRANTY; without even the implied warranty of
10451   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10452   GNU General Public License for more details.
10454   You should have received a copy of the GNU General Public License
10455   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.