Option to always use external-browser for certain content.
[emacs.git] / lisp / ChangeLog
bloba6340b7fd03960e6a2aaa735caf2c78088f6c1b0
1 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3         * net/eww.el (eww-use-external-browser-for-content-type): New
4         variable.
5         (eww-render): Handle `eww-use-external-browser-for-content-type'.
6         Use \\` to match beginning of string instead of ^.
7         (eww-browse-with-external-browser): Provide optional URL parameter.
9         * net/shr.el (shr-tag-video): Display content for video if no
10         poster is available.
11         (shr-tag-audio): Add support for <audio> tag.
13         * net/eww.el (eww-text-input-types): : New const.
14         (eww-process-text-input): Treat input types in
15         `eww-text-input-types' as text.
17         * net/shr.el (shr-tag-table): Fix comment typo.
19 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21         * net/eww.el (eww-follow-link): New command to avoid reloading
22         pages when we follow #target links (bug#15243).
23         (eww-quit): Special mode buffers shouldn't query before exiting.
25 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
27         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
28         forms.
30 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32         * net/eww.el (eww-restore-history): Update the window title after
33         moving in the history.
34         (eww-current-dom): New variable used to save the current DOM.
36 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
38         * vc/log-edit.el (log-edit-mode-map): Add binding for
39         `log-edit-beginning-of-line'.
40         (log-edit-setup-add-author): New user option.
41         (log-edit-beginning-of-line): New command.
42         (log-edit): Move major mode call above the contents setup so that
43         the local variable values are already applied.
44         (log-edit): Only insert "Author: " when
45         `log-edit-setup-add-author' is non-nil.
46         (log-edit): When SETUP is non-nil, position point after ": "
47         instead of point-min.
49 2013-12-01  Glenn Morris  <rgm@gnu.org>
51         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
53 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
55         * startup.el (fancy-splash-frame): On MS-Windows, trigger
56         redisplay to make sure the initial frame gets a chance to become
57         visible.  (Bug#16014)
59 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
61         Support resizing frames and windows pixelwise.
62         * cus-start.el (frame-resize-pixelwise)
63         (window-resize-pixelwise): New entries.
64         * emacs-lisp/debug.el (debug): Use window-total-height instead
65         of window-total-size.
66         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
67         * help.el (describe-bindings-internal): Call help-buffer
68         (temp-buffer-max-width): New option.
69         (resize-temp-buffer-window, help-window-setup)
70         (with-help-window): Rewrite.
71         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
72         dragging dividers.
73         * window.el (frame-char-size, window-min-pixel-height)
74         (window-safe-min-pixel-height, window-safe-min-pixel-width)
75         (window-min-pixel-width, window-safe-min-pixel-size)
76         (window-combination-p, window-safe-min-size)
77         (window-resizable-p, window--size-to-pixel)
78         (window--pixel-to-size, window--resize-apply-p): New functions.
79         (window-safe-min-height): Fix doc-string.
80         (window-size, window-min-size, window--min-size-1)
81         (window-sizable, window-sizable-p, window--min-delta-1)
82         (window-min-delta, window--max-delta-1, window-max-delta)
83         (window--resizable, window--resizable-p, window-resizable)
84         (window-full-height-p, window-full-width-p, window-at-side-p)
85         (window--in-direction-2, window-in-direction)
86         (window--resize-reset-1, window--resize-mini-window)
87         (window-resize, window-resize-no-error)
88         (window--resize-child-windows-normal)
89         (window--resize-child-windows, window--resize-siblings)
90         (window--resize-this-window, window--resize-root-window)
91         (window--resize-root-window-vertically)
92         (adjust-window-trailing-edge, enlarge-window, shrink-window)
93         (maximize-window, minimize-window, delete-window)
94         (quit-restore-window, window-split-min-size, split-window)
95         (balance-windows-2, balance-windows)
96         (balance-windows-area-adjust, balance-windows-area)
97         (window--state-get-1, window-state-get, window--state-put-1)
98         (window--state-put-2, window-state-put)
99         (display-buffer-record-window, window--display-buffer): Make
100         functions handle pixelwise sizing of windows.
101         (display-buffer--action-function-custom-type)
102         (display-buffer-fallback-action): Add
103         display-buffer-in-previous-window.
104         (display-buffer-use-some-window): Resize window to height it had
105         before.
106         (fit-window-to-buffer-horizontally): New option.
107         (fit-frame-to-buffer): Describe new values.
108         (fit-frame-to-buffer-bottom-margin): Replace with
109         fit-frame-to-buffer-margins.
110         (window--sanitize-margin): New function.
111         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
112         using window-text-pixel-size.
114 2013-11-30  Glenn Morris  <rgm@gnu.org>
116         * emacs-lisp/bytecomp.el (byte-compile-form):
117         Make the `interactive-only' warning like the `obsolete' one.
118         * comint.el (comint-run):
119         * files.el (insert-file-literally, insert-file):
120         * replace.el (replace-string, replace-regexp):
121         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
122         (goto-line, insert-buffer, next-line, previous-line):
123         Tweak `interactive-only' spec.
125         Stop keeping (most) generated cedet grammar files in the repository.
126         * Makefile.in (semantic): New.
127         (compile-main): Depend on semantic.
129 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
131         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
132         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
134         * uniquify.el (uniquify-buffer-name-style): Change default.
136         * loadup.el: Preload "uniquify".
138         * time.el (display-time-update): Update all mode lines (bug#15999).
140         * electric.el (electric-indent-mode): Enable by default.
141         * loadup.el: Preload "electric".
143 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
145         * emacs-lisp/helpers.el (string-empty-p): New function.
146         (string-blank-p): New function.
148 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
150         * imenu.el (imenu--index-alist): Add missing dot to the docstring
151         (Bug#14029).
153 2013-11-29  Andreas Politz  <politza@fh-trier.de>
154         * imenu.el (imenu--subalist-p): Don't error on non-conses and
155         allow non-lambda lists as functions.
156         (imenu--in-alist): Don't recurse into non-subalists.
157         (imenu): Don't pass function itself as an argument (Bug#14029).
159 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
161         * progmodes/python.el (python-mode-map): Remove binding for ":".
162         (python-indent-electric-colon): Remove command.
163         (python-indent-post-self-insert-function): Integrate the previous code
164         of python-indent-electric-colon.  Make it conditional on
165         electric-indent-mode.
166         (python-mode): Add ?: to electric-indent-chars.
167         Move python-indent-post-self-insert-function to the end of
168         post-self-insert-hook.
170 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
172         * doc-view.el (doc-view-goto-page): Update mode-line.
174         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
176 2013-11-27  Glenn Morris  <rgm@gnu.org>
178         * international/charprop.el, international/uni-bidi.el:
179         * international/uni-category.el, international/uni-combining.el:
180         * international/uni-comment.el, international/uni-decimal.el:
181         * international/uni-decomposition.el, international/uni-digit.el:
182         * international/uni-lowercase.el, international/uni-mirrored.el:
183         * international/uni-name.el, international/uni-numeric.el:
184         * international/uni-old-name.el, international/uni-titlecase.el:
185         * international/uni-uppercase.el:
186         Remove generated files from VCS repository.
188 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
190         * filenotify.el (file-notify-add-watch): Don't special-case
191         w32notify when computing the directory to watch.
193 2013-11-27  Glenn Morris  <rgm@gnu.org>
195         Make bootstrap without generated uni-*.el files possible again.
196         * loadup.el: Update command-line-args checking for unidata-gen.
197         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
198         * composite.el, international/characters.el:
199         Handle unicode tables being undefined.
201         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
202         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
203         (compile-main): Depend on leim rule.
204         (leim): New rule.
205         * loadup.el: Move leim-list.el to leim/ subdirectory.
206         * startup.el (normal-top-level): No more leim directory.
207         * international/ja-dic-cnv.el (skkdic-convert):
208         Disable version-control and autoloads in output files.
209         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
210         Disable version-control and autoloads in output files.
211         * leim/quail: Move here from ../leim.
212         * leim/quail/hangul.el (hangul-input-method-activate):
213         Add autoload cookie.
214         (generated-autoload-load-name): Set file-local value.
215         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
216         (generated-autoload-load-name): Set file-local value.
218 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>  (tiny change)
220         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
221         (eww-add-bookmark): ask confirmation when add to bookmarks
222         (eww-quit): ask confirmation before quitting eww
224 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
226         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
227         reading output from Diff on MS-Windows and MS-DOS.
229 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
231         * emacs-lisp/helpers.el (string-reverse): New function.
233 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
235         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
236         names on MS Windows, like "/[::1]:".
238         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
239         SWITCHES.
241 2013-11-26  Glenn Morris  <rgm@gnu.org>
243         * progmodes/python.el (python-indent-guess-indent-offset):
244         Avoid corner-case error.  (Bug#15975)
246         Preload leim-list.el.  (Bug#4789)
247         * loadup.el: Load leim-list.el when found.
248         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
250 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
252         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
254         * emacs-lisp/helpers.el (string-join): New function.
256 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
258         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
259         Mark as obsolete and replace it with a symbol property.
260         (byte-compile-form): Use new 'interactive-only property.
261         * comint.el, files.el, replace.el, simple.el:
262         Apply new 'interactive-only properly.
264 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
266         * window.el (display-buffer-at-bottom): Make sure that
267         split-window-sensibly creates the new window on bottom
268         (Bug#15961).
270 2013-11-23  David Kastrup  <dak@gnu.org>
272         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
273         on the conflict markers when available.
274         (smerge--get-marker): New function.
275         (smerge-end-re, smerge-base-re): Add subgroup.
277 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * frame.el (handle-focus-in, handle-focus-out): Add missing
280         interactive spec.
282 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
284         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
285         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
287 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
290         (gomoku--last-pos): New var.
291         (gomoku--intangible-chars): New const.
292         (gomoku--intangible): New function.
293         (gomoku-mode): Use it.  Derive from special-mode.
294         (gomoku-move-up): Adjust line count.
295         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
296         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
297         Simplify accordingly.
299         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
300         Remove blink-cursor code.
301         (blink-cursor-timer-function, blink-cursor-suspend):
302         Don't special-case GUIs.
303         (blink-cursor-mode): Use focus-in/out-hook.
305 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
307         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
308         work when annotation is invisible (Bug#13886).
310 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
312         * json.el (json-alist-p): Only return non-nil if the alist has
313         simple keys (Bug#13518).
315 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
317         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
318         when control-statement is the first statement in a buffer (Bug#15956).
320 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
322         * imenu.el (imenu-generic-skip-comments-and-strings):
323         New option (Bug#15560).
324         (imenu--generic-function): Use it.
326 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
328         * minibuffer.el (completion--in-region-1): Scroll the correct
329         window. (Bug#13898)
331 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
333         * emacs-lisp/helpers.el: Add some string helpers.
334         (string-trim-left): Removes leading whitespace.
335         (string-trim-right): Removes trailing whitespace.
336         (string-trim): Removes leading and trailing whitespace.
338         * subr.el (string-suffix-p): New function.
340 2013-11-23  Glenn Morris  <rgm@gnu.org>
342         * progmodes/python.el (python-shell-send-file):
343         Add option to delete file when done.  (Bug#15647)
344         (python-shell-send-string, python-shell-send-region): Use it.
346 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
348         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
349         to set buffer-read-only to t, never to nil.  (Bug#15938)
351         * textmodes/tex-mode.el (latex-noindent-environments):
352         Add safe-local-variable property.  (Bug#15936)
354 2013-11-23  Glenn Morris  <rgm@gnu.org>
356         * textmodes/enriched.el (enriched-mode): Doc fix.
357         * emacs-lisp/authors.el (authors-renamed-files-alist):
358         Add enriched.doc -> enriched.txt.
360         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
362 2013-11-22  Leo Liu  <sdl.web@gmail.com>
364         * progmodes/octave.el (inferior-octave-startup): Spit out error
365         message.
367 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
369         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
370         Improve docstring.
371         Add :version.
372         (ruby-encoding-magic-comment-style): Add :version.
374 2013-11-22  Leo Liu  <sdl.web@gmail.com>
376         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
377         (Bug#15076)
378         (octave-help-mode): Adapt to change to help-mode-finish to use
379         derived-mode-p on 2013-09-17.
380         (inferior-octave-prompt): Also match octave-gui.
381         (octave-kill-process): Don't ask twice.  (Bug#10564)
383 2013-11-22  Leo Liu  <sdl.web@gmail.com>
385         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
386         (inferior-octave-startup, inferior-octave-check-process)
387         (inferior-octave-track-window-width-change)
388         (octave-completion-at-point, octave-eldoc-function): Use it.
389         (octave-kill-process): Provide confirmation.  (Bug#10564)
391 2013-11-21  Leo Liu  <sdl.web@gmail.com>
393         * progmodes/octave.el (octave-mode, inferior-octave-mode):
394         Fix obsolete variable comment-use-global-state.
396 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
398         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
399         Add `octave-source-file'.
400         (octave-source-file): New function.  (Bug#15935)
402 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>  (tiny change)
404         * net/eww.el (eww-local-regex): New variable.
405         (eww): Use it to detect localhost and similar.
407 2013-11-21  Leo Liu  <sdl.web@gmail.com>
409         Add completion for command `ag'.
410         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
411         (pcomplete/ag): New function.
412         (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
414 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
417         (bug#14646).
418         (make-obsolete): Remove interactive spec.
420 2013-11-21  Glenn Morris  <rgm@gnu.org>
422         * startup.el (command-line-1): Use path-separator with -L.
424 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
426         * emacs-lisp/package.el (describe-package-1): Add package archive
427         to shown fields.
429 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
431         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
432         Change default to "# encoding: %s" to differentiate it from the
433         default Ruby encoding comment template.
435 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
437         * ses.el (ses-mode): Doc fix.  (Bug#14748)
439 2013-11-20  Leo Liu  <sdl.web@gmail.com>
441         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
443 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
445         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
446         when rebase or bisect are in progress.
448 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
450         * filenotify.el (file-notify-add-watch): Doc fix.
452 2013-11-19  Leo Liu  <sdl.web@gmail.com>
454         * obsolete/rcompile.el: Mark obsolete.
456         * progmodes/compile.el (compilation-start)
457         (compilation-goto-locus, compilation-find-file):
458         Pass no-display-ok and handle nil value from display-buffer.
459         (Bug#13594)
461         * window.el (display-buffer-alist, display-buffer): Document the
462         new parameter no-display-ok.
464 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
466         * electric.el (electric-indent-mode-map): Remove.
467         (electric-indent-mode): Change the global-map instead (bug#15915).
469         * textmodes/text-mode.el (paragraph-indent-minor-mode):
470         Use add-function.
472 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
474         * emacs-lisp/nadvice.el (remove-function): Align with
475         add-function's behavior.
477         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
478         (gdb--string-regexp): New constant.
479         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
480         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
481         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
482         submatch 1.
483         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
484         Adjust use accordingly.
485         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
487 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
489         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
490         interpolation curlies (Bug#15914).
492 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
494         * calc/calc.el (calc-context-sensitive-enter): New variable.
495         (calc-enter): Use `calc-context-sensitive-enter'.
497 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
499         * progmodes/cfengine.el: Version bump.
500         (cfengine-cf-promises): New defcustom to locate cf-promises.
501         (cfengine3-vartypes): Add new "data" type.
502         (cfengine3--current-word): New function to get current name-like
503         word or its bounds.
504         (cfengine3--current-function): New function to look up a CFEngine
505         function's definition.
506         (cfengine3-format-function-docstring): New function.
507         (cfengine3-make-syntax-cache): New function.
508         (cfengine3-documentation-function): New function: ElDoc glue.
509         (cfengine3-completion-function): New function: completion glue.
510         (cfengine3-mode): Set `compile-command',
511         `eldoc-documentation-function', and add to
512         `completion-at-point-functions'.
514 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
516         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
517         `tramp-current-connection'.
519 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
521         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
522         nil/self/true/false with "end of symbol".
524 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
526         * subr.el (version-regexp-alist): Fix a typo.
528 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
530         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
531         "en_US.utf8" and "LC_CTYPE" to "".
532         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
533         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
535 2013-11-15  Leo Liu  <sdl.web@gmail.com>
537         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
539 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
541         * progmodes/gud.el (ctl-x-map):
542         Remove C-x SPC binding.  (Bug#12342)
543         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
545 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
547         * subr.el (version-regexp-alist):
548         Recognize hg, svn and darcs versions as snapshot versions.
550         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
551         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
552         (ruby--encoding-comment-required-p): Extract from
553         `ruby-mode-set-encoding'.
554         (ruby-mode-set-encoding): Add the ability to always insert an
555         utf-8 encoding comment.  Fix and simplify coding comment update
556         logic.
558 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
560         * net/tramp-gvfs.el (top): Run init code only when
561         `tramp-gvfs-enabled' is not nil.
562         (tramp-gvfs-enabled): Check also :system bus.
564 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
566         Sync with upstream verilog-mode revision 78e66ba.
567         * progmodes/verilog-mode.el (verilog-end-of-defun)
568         (verilog-type-completion, verilog-get-list): Remove unused funcs.
569         (verilog-get-end-of-defun): Remove unused argument.
570         (verilog-comment-depth): Remove unused local `e'.
571         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
572         Don't pass arg to verilog-get-end-of-defun.
574 2013-11-14  Glenn Morris  <rgm@gnu.org>
576         * obsolete/assoc.el (aget): Prefix dynamic variable.
578         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
580 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
582         * widget.el, hfy-cmap.el: Remove bogus package version number.
584 2013-11-13  Glenn Morris  <rgm@gnu.org>
586         * replace.el (replace-eval-replacement):
587         Try to give more helpful error message.  (Bug#15836)
589         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
590         (archive-7z-update): Avoid custom type mismatches.
592         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
594 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
596         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
597         address can be empty.
599         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
600         Accept nil SWITCHES.
601         (tramp-gvfs-handle-write-region): Implement APPEND.
603 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
605         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
606         binary "|" operator and closing block args delimiter.
607         Remove FIXME comment referring to Ruby 1.8-only syntax.
608         (ruby-smie--implicit-semi-p): Not after "|" operator.
609         (ruby-smie--closing-pipe-p): New function.
610         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
611         (ruby-smie-rules): Indent after "|".
613 2013-11-12  Glenn Morris  <rgm@gnu.org>
615         * ps-print.el (ps-face-attribute-list):
616         Handle anonymous faces.  (Bug#15827)
618 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
620         * window.el (display-buffer-other-frame): Fix doc-string.
621         (Bug#15868)
623 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
625         * subr.el (force-mode-line-update): Delete, move to buffer.c.
627 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
629         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
630         (tramp-sh-handle-file-local-copy): Don't write a message when
631         saving temporary files.
633         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
634         both directories are remote.
635         (tramp-smb-handle-directory-files): Do not return double entries.
636         Do not expand full file names.
637         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
638         (tramp-smb-handle-write-region): Implement APPEND.
639         (tramp-smb-get-stat-capability): Fix a stupid bug.
641 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
645 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
647         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
648         throwing error over malformed let/let* (bug#15814).
650 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * iswitchb.el (iswitchb-mode): Mark obsolete.
654 2013-11-11  Glenn Morris  <rgm@gnu.org>
656         * international/uni-bidi.el, international/uni-category.el:
657         * international/uni-name.el, international/uni-numeric.el:
658         Regenerate for Unicode 6.3.0.
660 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
662         * net/tramp.el (tramp-methods):
663         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
664         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
666 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
668         * progmodes/sh-script.el (sh-font-lock-keywords-var):
669         Force highlighting text after Summary keyword in doc face for rpm.
671 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
673         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
674         available and the word has no wildcards, append one to the grep pattern.
675         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
676         (ispell-complete-word): Call `ispell-lookup-words' with the value
677         independent of `ispell-look-p'.
679 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
681         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
682         Not after "||".
683         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
684         their parent.
686 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
688         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
689         (ruby-font-lock-keywords): Use backquote.
691 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
693         * progmodes/ruby-mode.el (ruby-smie--forward-token)
694         (ruby-smie--backward-token): Only consider full-string matches.
696 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
698         * faces.el (describe-face): Add distant-foreground.
700 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
702         * progmodes/ruby-mode.el: Improve encoding comment handling.
703         (ruby-encoding-magic-comment-style): New option.
704         (ruby-custom-encoding-magic-comment-template): New option.
705         (ruby--insert-coding-comment, ruby--detect-encoding):
706         New functions extracted from `ruby-mode-set-encoding'.
707         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
708         to control the style of the auto-inserted encoding comment.
710 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
712         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
713         Use `smie-backward-sexp' with token argument.
715 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
717         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
718         Remove instrumentation code.
720 2013-11-08  Glenn Morris  <rgm@gnu.org>
722         * progmodes/autoconf.el (autoconf-mode):
723         Tweak comment-start-skip.  (Bug#15822)
725 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
728         at bobp (bug#15826).
729         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
731 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
733         * man.el (Man-start-calling): New macro, extracted from
734         Man-getpage-in-background.
735         (Man-getpage-in-background): Use it.
736         (Man-update-manpage): New command.
737         (Man-mode-map): Bind it.
739 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
741         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
742         of "and", "or", "&&" and "||".
743         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
744         argument.  Prohibit opening curly brace because it could only be a
745         block opener in that position.
746         (ruby-smie--forward-token, ruby-smie--backward-token):
747         Separate "|" from "&" or "*" going after it.  That can happen in block
748         arguments.
749         (ruby-smie--indent-to-stmt): New function, seeks the end of
750         previous statement or beginning of buffer.
751         (ruby-smie-rules): Use it.
752         (ruby-smie-rules): Check if there's a ":" before a curly block
753         opener candidate; if there is, it's a hash.
755 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
757         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
758         (cl--block-wrapper): Fix last accidental change.
760 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
762         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
763         Instrument, in order to hunt failure on hydra.
765 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
767         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
768         malformed bindings form (bug#15814).
770 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
772         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
773         "." compared to " @ ".  This incidentally fixes some indentation
774         examples with "do".
775         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
776         (ruby-smie-grammar): New tokens: "and" and "or".
777         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
778         Exclude "and" and "or".  Remove "do" in order to work around token
779         priorities.
780         (ruby-smie-rules): Add all infix tokens.  Handle the case of
781         beginning-of-buffer.
783 2013-11-06  Glenn Morris  <rgm@gnu.org>
785         * Makefile.in (setwins_almost, setwins_for_subdirs):
786         Avoid accidental matches.
788 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
790         * menu-bar.el (popup-menu): Use key-binding.
792 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
794         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
795         menus, support also the menus produced by minor modes.
796         (Bug#15817)
798 2013-11-06  Leo Liu  <sdl.web@gmail.com>
800         * thingatpt.el (thing-at-point-looking-at): Add optional arg
801         DISTANCE to bound the search. All uses changed.  (Bug#15808)
803 2013-11-06  Glenn Morris  <rgm@gnu.org>
805         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
806         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
807         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
809 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * electric.el (electric-indent-just-newline): New command.
812         (electric-indent-mode-map): New keymap.
813         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
814         Re-add :group which weren't redundant.
816         * electric.el (electric-indent-local-mode): New minor mode.
817         (electric-indent-functions-without-reindent): New var.
818         (electric-indent-post-self-insert-function): Use it.
819         * emacs-lisp/gv.el (buffer-local-value): Add setter.
821 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
823         * international/quail.el (quail-help): Be more explicit about the
824         meaning of the labels shown on the keys.  (Bug#15800)
826         * startup.el (normal-top-level): Load the subdirs.el files before
827         setting the locale environment.  (Bug#15805)
829 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
831         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
832         via arguments so as to get the right ones (bug#15418).
834         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
836 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
838         Fix problems found while writing a test suite.
840         * net/tramp-compat.el (tramp-compat-load): New defun.
841         * net/tramp.el (tramp-handle-load): Use it.
843         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
844         "(numberp ok-if-already-exists)" correctly.
846 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
848         * international/characters.el (glyphless-char-display-control):
849         Add usage note.
851 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
853         * progmodes/python.el (python-mode):
854         * progmodes/scheme.el (scheme-mode):
855         * progmodes/prolog.el (prolog-mode):
856         * progmodes/ruby-mode.el (ruby-mode):
857         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
858         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
860 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
862         * rect.el (rectangle--highlight-for-redisplay):
863         * emacs-lisp/smie.el (smie--next-indent-change):
864         Use buffer-chars-modified-tick.
866         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
868         * electric.el (electric-indent-post-self-insert-function):
869         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
871 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
873         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
875 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
877         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
878         (bug#15786).
880 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
882         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
884         * progmodes/python.el: Fix up last change.
885         (python-shell--save-temp-file): New function.
886         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
887         `string' comes from the current buffer.
888         (python-shell-send-string-no-output): Remove `msg' arg.
889         (python--use-fake-loc): New var.
890         (python-shell-buffer-substring): Obey it.  Try to compensate for the
891         extra coding line added by python-shell--save-temp-file.
892         (python-shell-send-region): Use python-shell--save-temp-file and
893         python-shell-send-file directly.  Add `nomain' argument.
894         (python-shell-send-buffer): Use python-shell-send-region.
895         (python-electric-pair-string-delimiter): New function.
896         (python-mode): Use it.
898 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
900         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
901         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
902         environment and decoding all of the default-directory's to here
903         from command-line.
904         (command-line): Decode also argv[0].
906         * loadup.el: Error out if default-directory is a multibyte string
907         when we are dumping.
909         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
911 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
913         * emacs-lisp/package.el (package-menu-mode)
914         (package-menu--print-info, package-menu--archive-predicate):
915         Add Archive column to package list.
917 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
919         Fix problems found while writing a test suite.
921         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
922         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
923         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
924         to nil when running original file name handler.  Otherwise,
925         there are problems with constructs like "$$FOO".
927         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
928         for `localname'.
930 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
932         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
934         * subr.el (version<, version<=, version=):
935         Update docstrings with information for snapshot versions.
937         * helpers.el: New library for misc helper functions.
938         (hash-table-keys): New function returning a list of hash keys.
939         (hash-table-values): New function returning a list of hash values.
941 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
943         * progmodes/ruby-mode.el (ruby-smie--forward-token)
944         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
946 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
948         * textmodes/fill.el (fill-single-char-nobreak-p): New function
949         checking whether point is after a 1-letter word.
951 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
953         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
954         Don't infloop when expanding region over `multiline' syntax-type that
955         begins a line (bug#15778).
957 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
959         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
960         Make it into a proper minor mode.
961         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
962         (rectangle-mark-mode-map): New keymap.
963         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
965 2013-11-04  Glenn Morris  <rgm@gnu.org>
967         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
969 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
972         (ruby-smie-rules): Use smie-rule-parent instead.
974         * emacs-lisp/smie.el (smie-rule-parent): Always call
975         smie-indent-virtual rather than only for hanging tokens.
976         (smie--next-indent-change): New helper command.
978 2013-11-03  Glenn Morris  <rgm@gnu.org>
980         * Makefile.in (abs_srcdir): Remove.
981         (emacs): Unset EMACSLOADPATH.
983 2013-11-02  Glenn Morris  <rgm@gnu.org>
985         * Makefile.in (EMACS): Use a relative filename.
986         (abs_top_builddir): Remove.
987         (custom-deps, finder-data, autoloads): Use --chdir.
989         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
991         Use relative filenames in TAGS files.
992         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
993         (lisptagsfiles4, TAGS): Use relative file names.
994         (TAGS-LISP): Remove.
995         (maintainer-clean): No more TAGS-LISP file.
997         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
998         (lisptagsfiles4): Use absolute filenames again.
999         (TAGS, TAGS-LISP): Not everything needs to run in one line.
1000         Remove all *loaddefs files, not just the first.  Remove esh-groups.
1001         (maintainer-clean): Delete TAGS, TAGS-LISP.
1003 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1005         * emacs-lisp/package.el (package-version-join):
1006         Recognize snapshot versions.
1008 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1010         * subr.el (version-regexp-alist): Add support for snapshot versions.
1012 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
1014         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1015         New function, replacement for `smie-rule-parent' for when we want to
1016         skip over our direct parent if it's an assignment token..
1017         (ruby-smie-rules): Use it.
1019 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
1021         * progmodes/ruby-mode.el Use `syntax-propertize-function'
1022         unconditionally.  Remove now unnecessary forward declarations.
1023         Remove XEmacs-specific setup.
1024         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1025         (ruby-font-lock-syntactic-keywords)
1026         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1027         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1028         (ruby-here-doc-end-syntax): Remove.
1029         (ruby-mode): Don't check whether `syntax-propertize-rules' is
1030         defined as function.
1032 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
1034         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1036 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
1038         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1039         table and abbrev table, `define-derived-mode' does that for us
1040         anyway.
1042 2013-11-01  Glenn Morris  <rgm@gnu.org>
1044         * Makefile.in: Remove manual mh-e dependencies (writing .elc
1045         files is atomic for some time, so no parallel compilation issues).
1047 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1049         * faces.el (face-x-resources): Add :distant-foreground.
1050         (region): Use :distant-foreground for gtk and ns.
1052 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
1054         Allow multiple bibliographies when BibLaTeX is used rather than
1055         BibTeX.
1056         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1057         (reftex-locate-bibliography-files): Us it.
1059 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
1061         * image.el (image-type-header-regexps): Fix the 'pbm' part to
1062         allow comments in pbm files.
1064         * term/w32-win.el (dynamic-library-alist): Support newer versions
1065         of libjpeg starting with v7: look only for the DLL from the
1066         version against which Emacs was built.
1067         Support versions of libpng beyond 1.4.x.
1068         Support libtiff v4.x.
1070 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
1072         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1073         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1074         Add property :safe.
1075         (ruby-deep-arglist): Add property :type.
1077 2013-10-31  Glenn Morris  <rgm@gnu.org>
1079         * Makefile.in (custom-deps, finder-data): No need to setq the target
1080         variables, we are in the right directory and the defaults work fine.
1082 2013-10-30  Glenn Morris  <rgm@gnu.org>
1084         * Makefile.in (autoloads): Do not use abs_lisp.
1086         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1087         `newline' does not respect `standard-output', so use `princ'.
1089 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
1091         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
1092         * buff-menu.el (Buffer-menu--unmark): New function.
1093         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1095 2013-10-30  Glenn Morris  <rgm@gnu.org>
1097         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1099         * emacs-lisp/package.el (lm-homepage): Declare.
1101         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1102         Fix doc typos.
1104         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1106         * Makefile.in (finder-data, autoloads, update-subdirs)
1107         (compile-main, compile-clean, compile-always, bootstrap-clean):
1108         Check return value of cd.
1109         (compile-calc): Remove.
1111 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1113         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1115         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1116         (byte-compile-and-folded): New function.
1117         (=, <, >, <=, >=): Use it.
1119         * dos-w32.el (minibuffer-history-case-insensitive-variables)
1120         (path-separator, null-device, buffer-file-coding-system)
1121         (lpr-headers-switches): Check system-type before modifying them.
1122         (find-buffer-file-type-coding-system): Mark obsolete.
1123         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1124         find-file-not-found-set-buffer-file-coding-system.
1125         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1126         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1127         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1128         (w32-direct-print-region-helper, w32-direct-print-region-function)
1129         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1130         * startup.el (normal-top-level-add-subdirs-to-load-path):
1131         * ps-print.el (ps-print-region-function):
1132         * lpr.el (print-region-function): Use new name.
1134         * subr.el (custom-declare-variable-early): Remove function.
1135         (custom-declare-variable-list): Remove var.
1136         (error, user-error): Remove `while' loop.
1137         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1138         (user-emacs-directory-warning, locate-user-emacs-file):
1139         Move to files.el.
1140         * simple.el (read-quoted-char-radix, read-quoted-char):
1141         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1142         Move from subr.el.
1143         * custom.el (custom-declare-variable-list): Don't process
1144         custom-declare-variable-list.
1146         * progmodes/python.el (python-shell-get-buffer): New function.
1147         (python-shell-get-process): Use it.
1148         (python-shell-send-string): Always use utf-8 and add a cookie to tell
1149         Python which encoding was used.  Don't split-string since we only care
1150         about the first line.  Return the temp-file, if applicable.
1151         (python-shell-send-region): Tell compile.el how to turn locations in
1152         the temp-file into locations in the source buffer.
1154 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1156         * subr.el (undefined): Add missing behavior from the C code for
1157         unbound keys.
1159         * rect.el: Use lexical-binding.  Add new rectangular region support.
1160         (rectangle-mark): New command.
1161         (rectangle--region): New var.
1162         (deactivate-mark-hook): Reset rectangle--region.
1163         (rectangle--extract-region, rectangle--insert-for-yank)
1164         (rectangle--highlight-for-redisplay)
1165         (rectangle--unhighlight-for-redisplay): New functions.
1166         (region-extract-function, redisplay-unhighlight-region-function)
1167         (redisplay-highlight-region-function): Use them to handle
1168         rectangular region.
1169         * simple.el (region-extract-function): New var.
1170         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
1171         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
1172         (kill-region): Replace obsolete `yank-handler' arg with `region'.
1173         (copy-region-as-kill, kill-ring-save): Add `region' argument.
1174         (redisplay-unhighlight-region-function)
1175         (redisplay-highlight-region-function): New vars.
1176         (redisplay--update-region-highlight): New function.
1177         (pre-redisplay-function): Use it.
1178         (exchange-point-and-mark): Don't deactivate the mark before
1179         reactivate-it anyway.
1180         * comint.el (comint-kill-region): Remove yank-handler argument.
1181         * delsel.el (delete-backward-char, backward-delete-char-untabify)
1182         (delete-char): Remove property, since it's now part of their
1183         default behavior.
1184         (self-insert-iso): Remove property since this command doesn't exist.
1186         * emacs-lisp/package.el (package--download-one-archive)
1187         (describe-package-1): Don't query the user about final newline.
1189 2013-10-29  Daniel Colascione  <dancol@dancol.org>
1191         * net/tramp.el (tramp-methods): Document new functionality.
1192         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
1193         tramp-hostname-checker if method provides one instead of scanning
1194         argument list for "%h" to decide hostname acceptability.
1196 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
1198         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1199         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1200         Handle COPY-CONTENTS.  (Bug#15737)
1202 2013-10-28  Daiki Ueno  <ueno@gnu.org>
1204         * epa-file.el
1205         (epa-file-cache-passphrase-for-symmetric-encryption):
1206         Document that this option has no effect with GnuPG 2.0 (bug#15552).
1208 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
1210         * image.el (defimage):
1211         (image-load-path): Doc fixes.
1213 2013-10-27  Alan Mackenzie  <acm@muc.de>
1215         Indent statements in macros following "##" correctly.
1216         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1217         Modify the "#" arm of a cond form to handle "#" and "##" operators.
1219 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1221         * linum.el (linum-update-window): Fix boundary test (bug#13446).
1223 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
1225         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
1226         after `=' is probably a new expression.
1228 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1230         * man.el (man-imenu-title): New option.
1231         (Man-mode-map): Add menu.  (Bug#15722)
1232         (Man-mode): Add imenu to menu.
1234 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
1236         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
1237         specific in what the first arg can be: a non-keyword word,
1238         string/regexp/percent literal opener, opening paren, or unary
1239         operator followed directly by word.
1241 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1243         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
1244         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
1245         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
1246         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
1247         Remove vars, they do not apply any more.
1248         (prolog-mode-abbrev-table): Remove redundant declaration.
1249         (prolog-upper-case-string, prolog-lower-case-string): Remove.
1250         (prolog-use-smie): Remove.
1251         (prolog-smie-rules): Add indentation rule for the if-then-else layout
1252         supported by prolog-electric-if-then-else-flag.
1253         (prolog-mode-variables, prolog-menu): Use setq-local.
1254         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
1255         Remove binding to `Backspace' since this key doesn't exist anyway.
1256         Remove bindings for electric self-inserting keys.
1257         (prog-mode): Assume it's defined.
1258         (prolog-post-self-insert): New function.
1259         (prolog-mode): Use it.
1260         (prolog-indent-line, prolog-indent-level)
1261         (prolog-find-indent-of-matching-paren)
1262         (prolog-indentation-level-of-line, prolog-goto-comment-column)
1263         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
1264         (prolog-goto-next-paren, prolog-in-string-or-comment)
1265         (prolog-tokenize, prolog-inside-mline-comment)
1266         (prolog-find-start-of-mline-comment): Remove functions.
1267         (prolog-find-unmatched-paren, prolog-clause-end)
1268         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
1269         (prolog-electric--if-then-else): Rename from
1270         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
1271         (prolog-tokenize-searchkey): Remove const.
1272         (prolog-clause-info): Use forward-sexp.
1273         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
1274         (prolog-electric-if-then-else): Remove commands.
1275         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
1276         for use in post-self-insert-hook.
1277         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
1278         for use in post-self-insert-hook.
1279         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
1280         for use in post-self-insert-hook.
1281         (prolog-electric--underscore): Rename from prolog-electric--underscore;
1282         adapt it for use in post-self-insert-hook.
1284 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
1286         * emacs-lisp/ert.el (ert-run-tests-interactively):
1287         Use `completing-read'.  (Bug#9756)
1289 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
1291         * simple.el (line-move): Call line-move-1 instead of
1292         line-move-visual when the current window hscroll is zero, but
1293         temporary-goal-column indicates we will need to hscroll as result
1294         of the movement.  (Bug#15712)
1296 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
1298         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
1299         capitalization.  Use :visible instead of :active.
1300         Fix `ruby-indent-exp' reference.  Add menu items for the generic
1301         commands that are used with SMIE.
1302         (ruby-do-end-to-brace): Insert space after `{'.
1304 2013-10-25  John Anthony  <john@jo.hnanthony.com>
1306         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
1308         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
1310 2013-10-25  Glenn Morris  <rgm@gnu.org>
1312         * vc/vc.el (vc-print-log): Don't use a working revision unless
1313         one was explicitly specified.  (Bug#15322)
1315 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1317         * subr.el (add-to-list): Preserve return value in compiler-macro
1318         (bug#15692).
1320 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1322         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
1323         result.  Ask user to retry using '-all' flag.  (Bug#15701)
1325 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1327         * emacs-lisp/smie.el: New smie-config system.
1328         (smie-config): New defcustom.
1329         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
1330         (smie-config-guess, smie-config-save): New commands.
1331         (smie-config--mode-local, smie-config--buffer-local)
1332         (smie-config--trace, smie-config--modefuns): New vars.
1333         (smie-config--advice, smie-config--mode-hook)
1334         (smie-config--setter, smie-config-local, smie-config--get-trace)
1335         (smie-config--guess-value, smie-config--guess): New functions.
1336         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
1337         text properties.  Treat "string fence" syntax like string syntax.
1339         * progmodes/sh-script.el (sh-use-smie): Change default.
1340         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
1341         (sh-var-value): Simplify by CSE.
1342         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
1343         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
1344         is used.
1345         (sh-guess-basic-offset): Use cl-incf.
1346         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
1348 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
1350         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
1351         (bug#15699).
1353 2013-10-24  Glenn Morris  <rgm@gnu.org>
1355         * Makefile.in (abs_top_srcdir): Remove.
1356         (update-subdirs): Use relative path to update-subdirs.
1358 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
1360         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1361         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1362         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1363         Call unmsys--file-name before expand-file-name, not after it.
1365 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
1367         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
1368         (ert-test-skipped): New error.
1369         (ert-skip, ert-stats-skipped): New defuns.
1370         (ert--skip-unless): New macro.
1371         (ert-test-skipped): New struct.
1372         (ert--run-test-debugger, ert-test-result-type-p)
1373         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
1374         (ert--stats-set-test-and-result, ert-char-for-test-result)
1375         (ert-string-for-test-result, ert-run-tests-batch)
1376         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
1377         Handle skipped tests.  (Bug#9803)
1379 2013-10-24  Glenn Morris  <rgm@gnu.org>
1381         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
1383         * Makefile.in (abs_top_srcdir): New, set by configure.
1384         (update-subdirs): Correct build-aux location.
1386 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
1388         * vc/vc.el (vc-print-root-log): Always set `default-directory'
1389         value, whether we could auto-deduce `backend', or not.
1391         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
1392         with parameters" example.  Simplify the "is it block or is it
1393         hash" check, but also make it more thorough.
1395 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
1397         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
1399 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1401         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
1402         { if it is hanging.
1404         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
1405         :before ";".
1407 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
1409         * progmodes/compile.el (compilation-directory-matcher)
1410         (compilation-page-delimiter):
1411         Support GNU Make-4.0 directory quoting.  (Bug#15678)
1413 2013-10-23  Leo Liu  <sdl.web@gmail.com>
1415         * ido.el (ido-tidy): Handle read-only text.
1417 2013-10-23  Glenn Morris  <rgm@gnu.org>
1419         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
1420         (emacs, compile, compile-always):
1421         Quote entities that might contain whitespace.
1422         (custom-deps, finder-data, autoloads): Use abs_lisp.
1423         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1424         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1425         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
1427 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
1429         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
1430         Use `following-char'.
1432 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1434         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
1435         * progmodes/ruby-mode.el (ruby-smie-rules):
1436         Remove corresponding workaround.  Fix indentation rule of ";" so it
1437         also applies when ";" is the parent.
1439 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
1441         * frame.el (display-screens, display-pixel-height)
1442         (display-pixel-width, display-mm-width, display-backing-store)
1443         (display-save-under, display-planes, display-color-cells)
1444         (display-visual-class, display-monitor-attributes-list):
1445         Mention the optional ‘display’ argument in doc strings.
1447 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
1449         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
1450         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
1452 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1454         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
1455         TODO.  Add "." after " @ ".
1456         (ruby-smie--at-dot-call): New function.  Checks if point at method
1457         call with explicit target.
1458         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
1459         to the method name tokens when it precedes them.
1460         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
1461         (ruby-smie-rules): Add rule for indentation before and after "."
1462         token.
1464 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1466         * textmodes/remember.el (remember-diary-extract-entries):
1467         Avoid add-to-list.
1469         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
1470         an instruction.
1472 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
1474         * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
1475         (ruby-smie--implicit-semi-p): Add new operator chars.
1477         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
1478         `smie-down-list'.
1479         (ruby-smie--args-separator-p): Check that there's no newline
1480         between method call and its arguments.
1482 2013-10-20  Alan Mackenzie  <acm@muc.de>
1484         Allow comma separated lists after Java "implements".
1486         * progmodes/cc-engine.el (c-backward-over-enum-header):
1487         Parse commas.
1488         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
1489         from a "disallowed" list in enum fontification.
1491 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
1493         * startup.el (default-frame-background-mode): Remove unused defvar.
1495         * progmodes/verilog-mode.el (verilog-mode): Don't set
1496         comment-indent-function globally.
1498 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
1500         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
1501         Move Info menu item creation to ns-win.el.
1503         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
1504         in menu bar.
1506         * menu-bar.el: Move GNUStep specific menus...
1508         * term/ns-win.el (ns-initialize-window-system): ... to here.
1510 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * simple.el (newline): Only run post-self-insert-hook when
1513         called interactively.
1515 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
1517         * icomplete.el (icomplete-with-completion-tables): Add :version.
1519 2013-10-19  Alan Mackenzie  <acm@muc.de>
1521         Fix fontification bugs with constructors and const.
1523         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
1524         CASE 2) Remove the check for the absence of a suffix construct
1525         after a function declaration with only types (no identifiers) in
1526         the parentheses.  Also, accept a function declaration with just a
1527         type inside the parentheses, if this type can be positively
1528         recognised as such, or if a prefix keyword like "explicit" nails
1529         down the construct as a declaration.
1531 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
1533         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
1534         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
1535         the problem whereby selecting a menu item that leads to a
1536         minibuffer prompt moves the cursor out of the minibuffer window,
1537         making it hard to type at the prompt.  Suggested by Stefan Monnier
1538         <monnier@iro.umontreal.ca>.
1540 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
1542         * menu-bar.el: Don't make Services menu.
1544 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1546         * ffap.el: Handle "/usr/include/c++/<version>" directories.
1547         (ffap-alist): Use ffap-c++-mode for c++-mode.
1548         (ffap-c++-path): New variable.
1549         (ffap-c++-mode): New function.
1551 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
1553         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
1555 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
1557         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
1558         introduced on 2013-09-08, which results in an infinite loop
1559         requesting a password.
1561 2013-10-18  Glenn Morris  <rgm@gnu.org>
1563         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
1565 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
1567         Sync with upstream verilog-mode revision 1a6ecec7.
1568         * progmodes/verilog-mode.el (verilog-mode-version): Update.
1569         (verilog-mode-release-date): Remove.
1570         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
1571         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
1572         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
1573         (verilog-auto-tieoff-ignore-regexp)
1574         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
1575         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
1576         (verilog-signals-with, verilog-dir-cache-preserving)
1577         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
1578         Doc fixes.
1579         (verilog-case-fold): New option, to control case folding in
1580         regexp searches, bug597.
1581         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
1582         (verilog-string-match-fold, verilog-in-paren-count)
1583         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
1584         (verilog-at-close-struct-p): New functions.
1585         (verilog-beg-block-re-ordered, verilog-extended-case-re)
1586         (verilog-forward-sexp, verilog-set-auto-endcomments):
1587         (verilog-leap-to-case-head): Handle "unique0" case.
1588         (verilog-in-constraint-re): New constant.
1589         (verilog-keywords, verilog-type-font-keywords):
1590         Add some SystemVerilog 1800-2012 keywords.
1591         (verilog-label-be): Remove unimplemented argument, bug669.
1592         (verilog-batch-execute-func): When batch expanding clear
1593         create-lockfiles to prevent spurious user locks when a file ends
1594         up not changing.
1595         (verilog-calculate-indent, verilog-calc-1)
1596         (verilog-at-close-constraint-p, verilog-at-constraint-p)
1597         (verilog-do-indent): Fix indentation of nested constraints
1598         and structures.
1599         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
1600         (verilog-auto-inst-param): Use verilog-string-match-fold.
1601         (verilog-read-inst-module-matcher):
1602         Fix AUTOINST on gate primitives with #1.
1603         (verilog-read-decls): Fix double-declaring user-defined typed signals.
1604         Reads all user-defined typed variables.
1605         (verilog-read-defines): Fix reading definitions inside comments, bug647.
1606         (verilog-signals-matching-regexp)
1607         (verilog-signals-not-matching-regexp, verilog-auto):
1608         Respect verilog-case-fold.
1609         (verilog-diff-report): Fix line count.
1610         (verilog-auto-assign-modport): Remove unused local `modi'.
1611         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
1612         better handle multidimensional arrays.
1613         Fix packed array ports misadding bit index in AUTOINST, bug637.
1614         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
1615         to not double-declare existing outputs and inputs, respectively.
1616         (verilog-template-map): Bind U to verilog-sk-uvm-component.
1617         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
1618         (verilog-sk-uvm-component): New skeleton.
1619         (verilog-submit-bug-report): Add verilog-case-fold,
1620         remove verilog-mode-release-date.
1622 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
1624         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
1625         as before.
1627 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
1629         * textmodes/remember.el (remember): set buffer-offer-save in
1630         remember buffers (bug#13566).
1632 2013-10-18  Daniel Colascione  <dancol@dancol.org>
1634         When evaluating forms in ielm, direct standard output to ielm
1635         buffer.  Add new ielm-return-for-effect command.  Remove trailing
1636         whitespace throughout.
1638         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
1639         (ielm-return-for-effect): New command.
1640         (ielm-send-input): Accept optional `for-effect' parameter.
1641         (ielm-eval-input): Accept optional `for-effect' parameter.
1642         Bind `standard-output' to stream we create using
1643         `ielm-standard-output-impl'.  Suppress printing result when
1644         `for-effect'.
1645         (ielm-standard-output-impl): New function.
1646         (inferior-emacs-lisp-mode): Explain new features in documentation.
1648 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
1650         Code cleanup.
1652         * net/tramp.el (tramp-debug-message): Do not check for connection
1653         buffer.
1654         (tramp-message): Use "vector" connection property.
1656         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
1657         (tramp-equal-remote, tramp-eshell-directory-change)
1658         * net/tramp-adb.el (tramp-adb-handle-copy-file)
1659         (tramp-adb-handle-rename-file)
1660         * net/tramp-cmds.el (tramp-list-remote-buffers)
1661         (tramp-cleanup-connection, tramp-cleanup-this-connection)
1662         * net/tramp-compat.el (tramp-compat-process-running-p)
1663         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
1664         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
1665         (tramp-gvfs-handle-rename-file)
1666         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
1667         (tramp-set-file-uid-gid)
1668         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1669         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
1670         of `file-remote-p'.
1672         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
1673         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1674         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
1675         (tramp-gw-open-network-stream): Suppress unrelated traces.
1677         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
1678         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1679         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1680         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
1681         connection property.
1683         * net/tramp-cache.el (top): Suppress traces when reading
1684         persistency file.
1686         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1687         Refactor common code.  Improve debug message.
1688         (tramp-maybe-open-connection)
1689         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
1690         connection buffer too early.
1692         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
1693         from `tramp-smb-actions-with-acl'.
1694         (tramp-smb-actions-set-acl): New defconst.
1695         (tramp-smb-handle-copy-directory)
1696         (tramp-smb-action-get-acl): New defun, renamed from
1697         `tramp-smb-action-with-acl'.
1698         (tramp-smb-action-set-acl): New defun.
1699         (tramp-smb-handle-set-file-acl): Rewrite.
1701 2013-10-17  Glenn Morris  <rgm@gnu.org>
1703         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
1705 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1707         * skeleton.el (skeleton-newline): Remove.
1708         (skeleton-internal-1): Use (insert "\n") instead.
1710         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
1711         let-bindings.
1713         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
1714         forward-sexp-function while we redo its job (bug#15613).
1716 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
1718         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
1719         represented by lists.
1721 2013-10-16  Glenn Morris  <rgm@gnu.org>
1723         * tmm.el (tmm--history): New dynamic variable.
1724         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
1726 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
1728         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
1729         (tramp-smb-errors): Add error messages.
1730         (tramp-smb-actions-with-acl): New defconst.
1731         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
1732         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
1733         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
1734         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
1735         (tramp-smb-get-stat-capability): Fix tests.
1737 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1739         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
1740         (bug#15580).
1742 2013-10-16  Glenn Morris  <rgm@gnu.org>
1744         * ansi-color.el (ansi-color-drop-regexp):
1745         Add 1J, 1K, 2K.  (Bug#15617)
1747         * files.el (hack-local-variables--warned-lexical): New.
1748         (hack-local-variables):
1749         Warn about misplaced lexical-binding.  (Bug#15616)
1751         * net/eww.el (eww-render): Always set eww-current-url,
1752         and update header line.  (Bug#15622)
1753         (eww-display-html): ... Rather than just doing it here.
1755 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
1757         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
1758         menu navigations commands.
1760 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1762         * progmodes/subword.el (subword-capitalize): Be careful when
1763         the search for [[:alpha:]] fails (bug#15580).
1765 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
1767         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
1768         to commands that scroll the menu.
1770 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
1772         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
1773         Handle methods ending with `?' and `!'.
1775 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
1777         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
1778         `japanese-cp932' to `cp932' to fix the problem where saving a
1779         source file written in Shift_JIS twice would end up having
1780         `coding: japanese-cp932' which Ruby could not recognize.
1781         (ruby-mode-set-encoding): Add support for encodings mapped to nil
1782         in `ruby-encoding-map'.
1783         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
1784         doesn't need to be explicitly declared in magic comment.
1785         (ruby-encoding-map): Add type declaration for better customize UI.
1787 2013-10-13  Glenn Morris  <rgm@gnu.org>
1789         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
1790         Occur buffers are read-only.  http://bugs.debian.org/720775
1792         * emacs-lisp/authors.el (authors-fixed-entries):
1793         Comment out old alpha stuff.
1795 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
1797         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
1798         to `after-save-hook' instead of `before-save-hook'.
1799         (ruby-mode-set-encoding): Use the value of coding system used to
1800         write the file.  Call `basic-save-buffer-1' after modifying the
1801         buffer.
1803 2013-10-13  Alan Mackenzie  <acm@muc.de>
1805         Fix indentation/fontification of Java enum with
1806         "implements"/generic.
1808         * progmodes/cc-engine.el (c-backward-over-enum-header):
1809         Extracted from the three other places and enhanced to handle generics.
1810         (c-inside-bracelist-p): Uses new function above.
1811         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
1812         function above.
1813         (c-font-lock-enum-tail): Uses new function above.
1815 2013-10-13  Kenichi Handa  <handa@gnu.org>
1817         * international/mule-cmds.el (select-safe-coding-system): Remove a
1818         superfluous condition in chekcing whether a coding system is safe
1819         or not.
1821 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
1823         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
1825 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
1827         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
1829 2013-10-13  Glenn Morris  <rgm@gnu.org>
1831         * menu-bar.el (menu-bar-update-buffers):
1832         Unify Buffers menu prompt string.  (Bug#15576)
1834         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
1836         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
1837         Add some entries.
1838         (authors-fixed-entries): Use accented form of name.
1840 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1842         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
1843         method calls (bug#15594).
1844         (ruby-smie--args-separator-p): New function.
1845         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
1846         recognize paren-free method calls.
1848         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
1849         internals of universal-argument.
1851 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
1853         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
1854         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
1855         dropped menu on second mouse click on the menu bar.
1857 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1859         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
1860         (explicit-shell-file-name): Declare.
1861         (sh--vars-before-point, sh--cmd-completion-table): New functions.
1862         (sh-completion-at-point-function): New function.
1863         (sh-mode): Use it.
1864         (sh-smie--keyword-p): Remove unused argument.
1865         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
1866         vars.
1867         (sh-set-shell): Always setup SMIE, even if we use the
1868         old indentation code.
1870 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
1872         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
1873         cases of ? and =.
1874         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
1875         predicate would return nil are almost non-existent.
1876         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
1878         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
1879         cache also after commands that modify the buffer but don't move
1880         point.
1882 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1884         * env.el (substitute-env-in-file-name): New function.
1885         (substitute-env-vars): Extend the meaning of the optional arg.
1887 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
1889         * term/w32-win.el (dynamic-library-alist): Define separate lists
1890         of GIF DLLs for versions before and after 5.0.0 of giflib.
1891         (Bug#15531)
1893 2013-10-10  João Távora  <joaotavora@gmail.com>
1895         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
1896         not locked, use last revision and current source as
1897         defaults.  (Bug#15569)
1899 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
1901         * menu-bar.el (menu-bar-open): Don't use popup-menu if
1902         menu-bar is hidden.
1904 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
1906         * window.el (pop-to-buffer-same-window): Fix doc-string.
1907         (Bug#15492)
1909 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1911         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
1913 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
1915         * calendar/icalendar.el (icalendar-import-file):
1916         Fix interactive spec.  (Bug#15482)
1918 2013-10-10  Glenn Morris  <rgm@gnu.org>
1920         * desktop.el (desktop-save): Default to saving in .emacs.d,
1921         since PWD is no longer in desktop-path by default.  (Bug#15319)
1923         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
1924         now that text mode has a menu with the same entry.
1925         (menu-bar-text-mode-auto-fill): Remove now unused func.
1926         * textmodes/text-mode.el (text-mode-map):
1927         Use auto-fill help text from menu-bar.el.
1929 2013-10-10  John Anthony  <john@jo.hnanthony.com>
1931         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
1933 2013-10-09  Juri Linkov  <juri@jurta.org>
1935         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
1936         instead of this-command-keys.  Add universal-argument-more and
1937         universal-argument-minus to the list of prefix commands.  (Bug#15568)
1939 2013-10-09  Glenn Morris  <rgm@gnu.org>
1941         * vc/vc-svn.el (vc-svn-create-repo):
1942         Expand paths in file://... url.  (Bug#15446)
1944         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1945         Add some entries.
1946         (authors): Remove unused local variables.
1948 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1950         * profiler.el: Create a more coherent calltree from partial backtraces.
1951         (profiler-format): Hide the tail with `invisible' so that C-s can still
1952         find the hidden elements.
1953         (profiler-calltree-depth): Don't recurse so enthusiastically.
1954         (profiler-function-equal): New hash-table-test.
1955         (profiler-calltree-build-unified): New function.
1956         (profiler-calltree-build): Use it.
1957         (profiler-report-make-name-part): Indent the calltree less.
1958         (profiler-report-mode): Add visibility specs for profiler-format.
1959         (profiler-report-expand-entry, profiler-report-toggle-entry):
1960         Expand the whole subtree when provided with a prefix arg.
1962 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
1964         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
1965         iuwu-mod token.
1966         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
1967         hanging iuwu-mod token.
1968         (ruby-smie--forward-token): Do not include a dot after a token in
1969         that token.
1970         (ruby-smie--backward-token): Likewise.
1972 2013-10-08  Juri Linkov  <juri@jurta.org>
1974         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
1975         to isearch-other-control-char.
1976         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
1977         and isearch-post-command-hook to post-command-hook.
1978         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
1979         and isearch-post-command-hook from post-command-hook.
1980         (isearch-unread-key-sequence)
1981         (isearch-reread-key-sequence-naturally)
1982         (isearch-lookup-scroll-key, isearch-other-control-char)
1983         (isearch-other-meta-char): Remove functions.
1984         (isearch-pre-command-hook, isearch-post-command-hook):
1985         New functions based on isearch-other-meta-char rewritten
1986         relying on the new behavior of overriding-terminal-local-map
1987         that does not replace the local keymaps any more.  (Bug#15200)
1989 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
1991         Support menus on text-mode terminals.
1992         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
1993         functionality.
1995         * tooltip.el (tooltip-mode): Don't error out on TTYs.
1997         * menu-bar.el (popup-menu, popup-menu-normalize-position):
1998         Move here from mouse.el.
1999         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2000         and arrow keys.
2001         (tty-menu-navigation-map): New map for TTY menu navigation.
2003         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2005         * frame.el (display-mouse-p): Report text-mode mouse as available
2006         on w32.
2007         (display-popup-menus-p): Report availability if mouse is
2008         available; don't condition on window-system.
2010         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2011         (tty-menu-selected-face): New faces.
2013 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2016         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2017         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2018         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2019         New constants.
2020         (lisp-mode-variables): New `elisp' argument.
2021         (emacs-lisp-mode): Use it.
2022         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2023         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2025         * indent.el: Use lexical-binding.
2026         (indent-region): Add progress reporter.
2027         (tab-stop-list): Make it implicitly extend to infinity by repeating the
2028         last step.
2029         (indent--next-tab-stop): New function to implement this behavior.
2030         (tab-to-tab-stop, move-to-tab-stop): Use it.
2032 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
2034         * indent.el (indent-rigidly--current-indentation): New function.
2035         (indent-rigidly-map): New var.
2036         (indent-rigidly): Use it to provide interactive mode (bug#8196).
2038 2013-10-08  Bastien Guerry  <bzg@gnu.org>
2040         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2042 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2044         * progmodes/perl-mode.el: Use lexical-binding.
2045         Remove redundant :group args.
2046         (perl-nochange): Change default to be closer to other major modes's
2047         standard behavior.
2048         (perl-indent-line): Don't consider text on current line as a
2049         valid beginning of function from which to indent.
2051         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2052         with more than one argument (bug#15538).
2054         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2056         * vc/pcvs.el: Use lexical-binding.
2057         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2058         environment of `eval'.
2059         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2060         than a list of expressions.  Adjust callers.
2061         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2063 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
2065         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
2066         case of the dot in a chained method call being on the following line.
2068 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2070         * electric.el (electric-indent-inhibit): New var.
2071         (electric-indent-post-self-insert-function): Use it.
2072         * progmodes/python.el (python-mode): Set it.
2074         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2075         open braces.
2077         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2079         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2080         (css-mode): Use electric-indent-chars.
2082         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2083         (font-lock-beg, font-lock-end): Move before first use.
2084         (nxml-mode): Use syntax-propertize-function.
2085         (nxml-after-change, nxml-after-change1): Adjust accordingly.
2086         (nxml-extend-after-change-region): Remove.
2087         * nxml/xmltok.el: Use lexical-binding.
2088         (xmltok-save): Use `declare'.
2089         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2090         * nxml/nxml-util.el: Use lexical-binding.
2091         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2092         Use `declare'.
2093         * nxml/nxml-ns.el: Use lexical-binding.
2094         (nxml-ns-save): Use `declare'.
2095         (nxml-ns-prefixes-for): Avoid add-to-list.
2096         * nxml/rng-match.el: Use lexical-binding.
2097         (rng--ipattern): Use cl-defstruct.
2098         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2099         (rng-cons-group-after, rng-subst-group-after)
2100         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2101         Use closures instead of `(lambda...).
2103 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
2105         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2106         of BEG and END.
2108         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2109         Use `tramp-handle-insert-file-contents'.
2110         (tramp-gvfs-handle-insert-file-contents): Remove function.
2112         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2113         Use `save-restriction' in order to keep markers.
2115         * net/trampver.el: Update release number.
2117 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * progmodes/compile.el (compilation-parse-errors):
2120         Use compilation--put-prop.
2121         (compilation--ensure-parse): Check compilation-multiline.
2123         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2125         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2126         lexical-binding.
2128         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2130         * progmodes/ruby-mode.el: Fix recently added tests.
2131         (ruby-smie-grammar): Add - and +.
2132         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2133         (ruby-smie--backward-id): New functions.
2134         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2135         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
2136         any more.
2138 2013-10-07  Leo Liu  <sdl.web@gmail.com>
2140         * register.el (register-preview-delay)
2141         (register-preview-functions): New variables.
2142         (register-read-with-preview, register-preview)
2143         (register-describe-oneline): New functions.
2144         (point-to-register, window-configuration-to-register)
2145         (frame-configuration-to-register, jump-to-register)
2146         (number-to-register, view-register, insert-register)
2147         (copy-to-register, append-to-register, prepend-to-register)
2148         (copy-rectangle-to-register): Use register-read-with-preview to
2149         read register.  (Bug#15525)
2151 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
2153         * net/network-stream.el (network-stream-open-starttls): Don't add
2154         --insecure if it's already present, because that gnutls-cli
2155         rejects getting that parameter twice.
2157 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
2159         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2160         keyword, too.
2162 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
2164         * newcomment.el (comment-use-global-state): Change default value
2165         to t, mark obsolete (Bug#15251).
2166         (comment-beginning): In addition to `comment-to-syntax', check the
2167         value of `comment-use-global-state'.
2169 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2171         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
2172         (ruby-comment-column): Follow the global default, by default.
2173         (ruby-smie-grammar): Add assignment syntax.
2174         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
2175         open-paren, a comma, or a \.
2176         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
2177         and line continuations.
2178         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
2179         followed by implicit semi-colons.  Add rule for string concatenation
2180         and for indentation at BOB.
2181         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
2183         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
2184         calling next-sexp, since next-token may have skipped chars which
2185         next-sexp doesn't know should be skipped!
2187 2013-10-05  Leo Liu  <sdl.web@gmail.com>
2189         * progmodes/octave.el (octave-send-region):
2190         Call compilation-forget-errors.
2192 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
2194         * vc/vc-svn.el (vc-svn-find-admin-dir):
2195         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
2196         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
2197         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
2198         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
2200 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2202         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
2204 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2206         * subr.el (read-passwd): Hide chars even when called within a context
2207         where after-change-functions is disabled (bug#15501).
2208         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
2209         until we removed ourself from overriding-terminal-local-map.
2211 2013-10-04  Leo Liu  <sdl.web@gmail.com>
2213         * progmodes/octave.el (inferior-octave-mode):
2214         Call compilation-forget-errors.
2216 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
2218         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2220 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
2222         * net/secrets.el (secrets-create-collection): Add optional
2223         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
2224         dbus-call-method argument.  (Bug#15516)
2226 2013-10-04  Leo Liu  <sdl.web@gmail.com>
2228         * progmodes/octave.el (inferior-octave-error-regexp-alist)
2229         (inferior-octave-compilation-font-lock-keywords): New variables.
2230         (compilation-error-regexp-alist)
2231         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
2232         (inferior-octave-mode): Use compilation-shell-minor-mode.
2234 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
2236         * minibuffer.el (completion--replace): Be careful that `end' might be
2237         a marker.
2239 2013-10-03  Daiki Ueno  <ueno@gnu.org>
2241         Add support for package signature checking.
2242         * emacs-lisp/package.el (url-http-file-exists-p)
2243         (epg-make-context, epg-context-set-home-directory)
2244         (epg-verify-string, epg-context-result-for)
2245         (epg-signature-status, epg-signature-to-string)
2246         (epg-check-configuration, epg-configuration)
2247         (epg-import-keys-from-file): Declare.
2248         (package-check-signature): New user option.
2249         (package-unsigned-archives): New user option.
2250         (package-desc): Add `signed' field.
2251         (package-load-descriptor): Set `signed' field if .signed file exists.
2252         (package--archive-file-exists-p): New function.
2253         (package--check-signature): New function.
2254         (package-install-from-archive): Check package signature.
2255         (package--download-one-archive): Check archive signature.
2256         (package-delete): Remove .signed file.
2257         (package-import-keyring): New command.
2258         (package-refresh-contents): Import default keyring.
2259         (package-desc-status): Add "unsigned" status.
2260         (describe-package-1, package-menu--print-info)
2261         (package-menu-mark-delete, package-menu--find-upgrades)
2262         (package-menu--status-predicate): Support "unsigned" status.
2264 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2266         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
2267         the new compilation scheme using the new byte-codes.
2269         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
2270         (byte-pophandler): New byte codes.
2271         (byte-goto-ops): Adjust accordingly.
2272         (byte-compile--use-old-handlers): New var.
2273         (byte-compile-catch): Use new byte codes depending on
2274         byte-compile--use-old-handlers.
2275         (byte-compile-condition-case--old): Rename from
2276         byte-compile-condition-case.
2277         (byte-compile-condition-case--new): New function.
2278         (byte-compile-condition-case): New function that dispatches depending
2279         on byte-compile--use-old-handlers.
2280         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
2281         when we can.
2283         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2284         Optimize under `condition-case' and `catch' if
2285         byte-compile--use-old-handlers is nil.
2286         (disassemble-offset): Handle new bytecodes.
2288 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2290         * subr.el (error): Use `declare'.
2291         (decode-char, encode-char): Use advertised-calling-convention instead
2292         of the docstring to discourage use of the `restriction' arg.
2294 2013-10-03  Daiki Ueno  <ueno@gnu.org>
2296         * epg.el (epg-verify-file): Add a comment saying that it does not
2297         notify verification error as a return value nor a signal.
2298         (epg-verify-string): Ditto.
2300 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2302         * progmodes/compile.el (compilation-start): Try globbing the arg to
2303         `cd' (bug#15417).
2305 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
2307         Sync with Tramp 2.2.8.
2309         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2310         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
2311         * net/trampver.el: Update release number.
2313 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
2315         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2316         and default-process-coding-system for darwin only.
2318 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2320         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
2322 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
2324         * vc/vc-git.el (vc-git-grep): Disable pager.
2326 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
2328         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
2329         Use :url instead of :homepage, as per
2330         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
2332         * newcomment.el (comment-beginning): When `comment-use-syntax' is
2333         non-nil, use `syntax-ppss' (Bug#15251).
2335 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2337         * progmodes/octave.el (inferior-octave-startup-file):
2338         Prefer ~/.emacs.d/init_octave.m.
2340 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
2342         * emacs-lisp/package.el (package-desc-from-define):
2343         Accept additional arguments as plist, convert them to an alist and store
2344         them in the `extras' slot.
2345         (package-generate-description-file): Convert extras alist back to
2346         plist and append to the `define-package' form arguments.
2347         (package--alist-to-plist): New function.
2348         (package--ac-desc): Add `extras' slot.
2349         (package--add-to-archive-contents): Check if the archive-contents
2350         vector is long enough, and if it is, pass its `extras' slot value
2351         to `package-desc-create'.
2352         (package-buffer-info): Call `lm-homepage', pass the returned value
2353         to `package-desc-from-define'.
2354         (describe-package-1): Render the homepage button (Bug#13291).
2356         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2357         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
2359 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
2361         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
2362         and default-process-coding-system to utf-8-unix (Bug#15402).
2364 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
2366         * subr.el (looking-back): Do not recommend using looking-back.
2368 2013-09-28  Alan Mackenzie  <acm@muc.de>
2370         Fix indentation/fontification of Java enum with "implements".
2372         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
2373         regexp which matches "implements", etc., in Java.
2374         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
2375         specifier clauses coming after "enum".
2376         * progmodes/cc-fonts.el (c-font-lock-declarations)
2377         (c-font-lock-enum-tail): Check for extra specifier clauses coming
2378         after "enum".
2380 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
2382         * faces.el (region): Change ns_selection_color to
2383         ns_selection_fg_color, add ns_selection_bg_color.
2385 2013-09-28  Leo Liu  <sdl.web@gmail.com>
2387         * progmodes/octave.el (inferior-octave-completion-table)
2388         (inferior-octave-completion-at-point): Minor tweaks.
2390         * textmodes/ispell.el (ispell-lookup-words): Rename from
2391         lookup-words.  (Bug#15460)
2392         (lookup-words): Obsolete.
2393         (ispell-complete-word, ispell-command-loop): All uses changed.
2395 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2397         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
2398         (octave-mode-menu): Add octave-send-buffer.
2399         (octave-send-buffer): New function.
2401 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2403         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
2404         octave-lookfor.
2405         (octave-mode-menu): Add octave-lookfor.
2406         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
2407         octave-lookfor.
2408         (octave-lookfor): New function.
2410 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2412         * emacs-lisp/cl-macs.el:
2413         (cl--loop-destr-temps): Remove.
2414         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
2415         its convention.
2416         (cl--loop-set-iterator-function): New function.
2417         (cl-loop): Adjust accordingly, so as not to use cl-subst.
2418         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
2419         Bind `it' with `let' instead of substituting it with `cl-subst'.
2420         (cl--unused-var-p): New function.
2421         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
2422         Eliminate some unused variable warnings (bug#15326).
2424 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
2426         * doc-view.el (doc-view-scale-reset): Rename from
2427         `doc-view-reset-zoom-level'.
2428         (doc-view-scale-adjust): New command.
2429         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
2430         `doc-view-scale-adjust'.
2432 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
2434         * doc-view.el (doc-view-reset-zoom-level): New command.
2435         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
2436         zoom commands (bug#15466).
2438 2013-09-26  Kenichi Handa  <handa@gnu.org>
2440         * international/quail.el (quail-help): Make it not a command.
2442 2013-09-26  Leo Liu  <sdl.web@gmail.com>
2444         * minibuffer.el (completion-all-sorted-completions): Make args
2445         optional as they are.
2447 2013-09-25  Daniel Colascione  <dancol@dancol.org>
2449         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
2450         specs are and that they're not evaluated.
2452 2013-09-24  Sam Steingold  <sds@gnu.org>
2454         * midnight.el (clean-buffer-list-kill-regexps)
2455         (clean-buffer-list-kill-buffer-names): Update for the new Man
2456         buffer naming which includes the object name.
2458 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2460         * eshell/esh-cmd.el (eshell--sep-terms): New var.
2461         (eshell-parse-command, eshell-parse-pipeline): Use it since
2462         eshell-separate-commands requires a dynamic scoped var.
2463         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
2465 2013-09-23  Leo Liu  <sdl.web@gmail.com>
2467         * autoinsert.el (auto-insert-alist): Make the value of
2468         lexical-binding match its file setting.
2470 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
2472         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
2474         * autoarg.el (autoarg-kp-digit-argument):
2475         * electric.el (Electric-command-loop):
2476         * kmacro.el (kmacro-step-edit-insert):
2477         Do not set universal-argument-num-events.
2479 2013-09-22  Leo Liu  <sdl.web@gmail.com>
2481         * files.el (interpreter-mode-alist): Add octave.
2483 2013-09-21  Alan Mackenzie  <acm@muc.de>
2485         C++: fontify identifier in declaration following "public:" correctly.
2486         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
2487         to match "public", etc.
2488         (c-decl-prefix-re): Add ":" into the C++ value.
2489         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
2490         bit.  Add a check for a ":" preceded by "public", etc.
2492 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
2494         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
2495         recognized by GDB 7.5 and later.
2497 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
2499         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
2501 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2503         * subr.el (internal--call-interactively): New const.
2504         (called-interactively-p): Use it (bug#3984).
2506 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
2508         * vc/pcvs.el (cvs-mode-ignore):
2509         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
2510         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
2512 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
2515         (eshell-ls-orig-insert-directory): Remove.
2516         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
2517         (eshell-ls-use-in-dired): Use advice-add/remove.
2518         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
2519         Add `orig-fun' arg for use in :around advice.
2520         Make it check (redundantly) eshell-ls-use-in-dired.
2522 2013-09-19  Glenn Morris  <rgm@gnu.org>
2524         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
2526         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
2528         * emacs-lisp/eieio.el (class-parent): Undo previous change.
2530 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
2532         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
2533         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
2534         (tramp-get-remote-python): New defuns.
2535         (tramp-get-remote-uid-with-perl)
2536         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
2537         contributed by yary <not.com@gmail.com> (tiny change).
2538         (tramp-get-remote-uid-with-python)
2539         (tramp-get-remote-gid-with-python): New defuns.  Python code
2540         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
2541         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
2543 2013-09-19  Glenn Morris  <rgm@gnu.org>
2545         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
2547         * eshell/em-unix.el (eshell-remove-entries):
2548         Rename argument to avoid name-clash with global `top-level'.
2550         * eshell/esh-proc.el (eshell-kill-process-function):
2551         Remove eshell-reset-after-proc from eshell-kill-hook if present.
2552         (eshell-reset-after-proc): Remove unused arg `proc'.
2554         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
2555         (directory-files-and-attributes): Mark unused arg.
2557         * eshell/em-unix.el (eshell-remove-entries):
2558         Remove unused arg `path'.  Update callers.
2560         * eshell/em-hist.el (eshell-hist-parse-arguments):
2561         Remove unused arg `silent'.  Update callers.
2563         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
2564         Fix (f)boundp mix-up.
2566         * eshell/em-smart.el (eshell-smart-scroll-window)
2567         (eshell-disable-after-change):
2568         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
2570 2013-09-18  Alan Mackenzie  <acm@muc.de>
2572         Fix fontification of type when followed by "const".
2573         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
2574         "known" types from fontification.
2576 2013-09-18  Glenn Morris  <rgm@gnu.org>
2578         * emacs-lisp/chart.el (x-display-color-cells): Declare.
2579         (chart-face-list): Drop Emacsen without display-color-p.
2581         * net/eww.el (libxml-parse-html-region): Declare.
2582         (eww-display-html): Explicit error if no libxml2 support.
2584         * doc-view.el (doc-view-mode): Silence --without-x compilation.
2586         * image.el (image-type-from-buffer, image-multi-frame-p):
2587         Remove --without-x warning/error.
2589         * mouse.el (mouse-yank-primary):
2590         * term.el (term-mouse-paste):
2591         Reorder to silence --without-x compilation.
2593         * mpc.el (doc-view-mode): Silence --without-x compilation.
2595         * mail/rmailmm.el (rmail-mime-set-bulk-data):
2596         Silence --without-x compilation.
2598         * progmodes/gud.el (gud-find-file, gud-mode):
2599         Silence --without-x compilation.
2600         (tooltip-mode): Declare.
2602         * wdired.el (dired-backup-overwrite): Remove declaration.
2603         (wdired-mode-map): Add doc string.
2605         * custom.el (x-get-resource): Declare.
2607         * eshell/em-glob.el (ange-cache):
2608         * eshell/em-unix.el (ange-cache): Declare.
2610         * faces.el (x-display-list, x-open-connection, x-get-resource):
2611         Declare.
2613         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
2614         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
2615         Declare.
2617         * frame.el (x-display-grayscale-p, x-display-name): Declare.
2619         * net/gnutls.el (gnutls-log-level): Declare.
2621         * net/shr.el (image-size, image-animate): Declare.
2623         * simple.el (font-info): Declare.
2625         * subr.el (x-popup-dialog): Declare.
2627         * term/common-win.el (x-select-enable-primary)
2628         (x-last-selected-text-primary, x-last-selected-text-clipboard):
2629         Declare.
2631         * term/ns-win.el (x-handle-args): Declare.
2633         * term/x-win.el (x-select-enable-clipboard): Declare.
2635         * term/w32-win.el (create-default-fontset): Declare.
2637         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
2638         Declare.
2640         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
2641         (fit-frame-to-buffer): Explicit error if --without-x.
2642         (mouse-autoselect-window-select): Silence compiler.
2644         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
2646         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
2647         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
2648         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
2649         * eshell/esh-util.el (eshell-sublist):
2650         Remove unused local variables.
2652         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
2654         * textmodes/two-column.el: Make 2C-split work for --without-x.
2655         (scroll-bar-columns): Autoload.
2656         (top-level): Require fringe when compiling.
2658 2013-09-18  Leo Liu  <sdl.web@gmail.com>
2660         * subr.el (add-hook): Robustify to handle closure as well.
2662 2013-09-17  Glenn Morris  <rgm@gnu.org>
2664         * simple.el (messages-buffer-mode-map): Unbind "g".
2666 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * help-mode.el (help-mode-finish): Use derived-mode-p.
2669         Remove obsolete highlighting.
2671         * play/life.el (life-mode): Use define-derived-mode.  Derive from
2672         special-mode.
2673         (life): Let-bind inhibit-read-only.
2674         (life-setup): Avoid `setq'.  Use `life-mode'.
2676         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
2677         which should not be needed any more.
2678         (package-menu-refresh, package-menu-describe-package): Use user-error.
2680         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
2681         (eshell-post-rewrite-command-hook): Make obsolete.
2682         (eshell-parse-command): Simplify.
2683         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
2684         (eshell--cmd): Declare.
2685         (eshell-parse-pipeline): Remove unused var `final-p'.
2686         Pass a dynvar to eshell-post-rewrite-command-hook.
2687         Implement the new eshell-post-rewrite-command-function.
2688         (eshell-invoke-directly): Remove unused arg `input'.
2689         * eshell/esh-io.el (eshell-io-initialize):
2690         Use eshell-post-rewrite-command-function (bug#15399).
2691         (eshell--apply-redirections): Rename from eshell-apply-redirections;
2692         adjust to new calling convention.
2693         (eshell-create-handles): Rename args to avoid clashing with dynvar
2694         `standard-output'.
2696 2013-09-17  Glenn Morris  <rgm@gnu.org>
2698         * simple.el (messages-buffer-mode): New major mode.
2699         (messages-buffer): New function.
2700         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
2701         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
2702         (ert-run-test): Use `messages-buffer' function.
2703         (ert--force-message-log-buffer-truncation): Ignore read-only.
2704         * help.el (view-echo-area-messages): Use `messages-buffer' function.
2705         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
2707 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2709         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
2711         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
2713 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2715         * icomplete.el (icomplete-in-buffer): New var.
2716         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
2717         vars and replace them with functions.
2718         (icomplete-minibuffer-setup): Adjust accordingly.
2719         (icomplete--completion-table, icomplete--completion-predicate)
2720         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
2721         New functions.
2722         (icomplete-forward-completions, icomplete-backward-completions)
2723         (icomplete-simple-completing-p, icomplete-exhibit)
2724         (icomplete-completions): Use them.
2725         (icomplete--in-region-buffer): New var.
2726         (icomplete--in-region-setup): New function.
2727         (icomplete-mode): Use it.
2729         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
2730         (bug#15379).
2731         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
2732         return args and options.
2733         (eshell-eval-using-options): Use the new return value of
2734         eshell--do-opts to set the options's vars in their scope.
2735         (eshell--set-option): Rename from eshell-set-option.
2736         Add arg `opt-vals'.
2737         (eshell--process-option): Rename from eshell-process-option.
2738         Add arg `opt-vals'.
2739         (eshell--process-args): Use an `opt-vals' alist to store the options's
2740         values during their processing and return them additionally to the
2741         remaining args.
2743 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
2745         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
2746         continuation character an operator, as far as indentation is
2747         concerned (Bug#15369).
2749 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
2751         * window.el (window--state-put-2): Don't process buffer state
2752         when buffer doesn't exist any more (Bug#15382).
2754 2013-09-15  Glenn Morris  <rgm@gnu.org>
2756         * eshell/em-unix.el (eshell/rm):
2757         Make -f ignore missing files.  (Bug#15373)
2759         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
2760         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
2761         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
2763 2013-09-14  Glenn Morris  <rgm@gnu.org>
2765         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
2767 2013-09-13  Glenn Morris  <rgm@gnu.org>
2769         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
2770         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
2772 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
2774         * frame.el (x-focus-frame): Mark as declared in frame.c.
2776 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2778         * ls-lisp.el: Use advice-add.
2779         (original-insert-directory): Remove.
2780         (ls-lisp--insert-directory): Rename from insert-directory; add
2781         `orig-fun' argument.
2782         (insert-directory): Advise.
2784 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
2786         * term.el (term-emulate-terminal): Decode the command string
2787         before passing it to term-command-hook.  (Bug#15337)
2789 2013-09-13  Glenn Morris  <rgm@gnu.org>
2791         * eshell/esh-util.el (ange-cache): Move declaration earlier.
2793         * eshell/esh-ext.el (eshell-search-path): Declare.
2795         * eshell/em-prompt.el (eshell/pwd): Autoload it.
2796         Otherwise an error occurs if eshell-dirs module not loaded.
2798         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
2800 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
2802         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
2803         `tramp-check-proper-host'.  Check for a valid method name.
2805         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2806         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2807         * net/tramp-sh.el (tramp-maybe-open-connection):
2808         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
2810         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
2811         also for hash values.
2813 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * term/ns-win.el (parameters): Don't declare as dynamic.
2816         (before-make-frame-hook): Don't add ineffective function.
2818         * eshell/*.el: Use lexical-binding (bug#15231).
2820 2013-09-12  Kenichi Handa  <handa@gnu.org>
2822         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
2824 2013-09-12  Glenn Morris  <rgm@gnu.org>
2826         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
2827         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
2829         * subr.el (do-after-load-evaluation): Also give compiler warnings
2830         when obsolete files are used (except by obsolete files).
2832         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
2833         in the status output, assume `filename' is the first.  (Bug#15322)
2835         * vc/vc.el (vc-deduce-fileset): Doc fix.
2837         * calc/calc-help.el (Info-goto-node):
2838         * progmodes/cperl-mode.el (Info-find-node):
2839         * vc/ediff.el (Info-goto-node): Update declarations.
2841         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
2843         * vc/vc-bzr.el (vc-compilation-mode): Declare.
2844         (vc-bzr-pull): Require vc-dispatcher.
2845         * vc/vc-git.el (vc-compilation-mode): Declare.
2846         (vc-git-pull): Require vc-dispatcher.
2848         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
2850         * progmodes/octave.el (help-button-action): Declare.
2852         * shell.el (shell-directory-tracker): Output error as a message
2853         rather than just returning it as a string.
2854         (shell-process-pushd): Remove useless use of message.
2856         * dframe.el (dframe-timer-fn):
2857         * files.el (dir-locals-read-from-file):
2858         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
2859         (mpc-format):
2860         * reveal.el (reveal-post-command):
2861         * saveplace.el (load-save-place-alist-from-file):
2862         * shell.el (shell-resync-dirs):
2863         * w32-common-fns.el (x-get-selection-value):
2864         * emacs-lisp/copyright.el (copyright-find-copyright):
2865         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2866         * emulation/tpu-edt.el (tpu-copy-keyfile):
2867         * play/bubbles.el (bubbles--mark-neighbourhood):
2868         * progmodes/executable.el
2869         (executable-make-buffer-file-executable-if-script-p):
2870         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
2872 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2874         Cleanup Eshell to rely less on dynamic scoping.
2875         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
2876         last-value, and ext-command here.  Bind `args' closer to `body'.
2877         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
2878         (eshell--args): Declare new dynamic var.
2879         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
2880         last-value, and ext-command.  Pass `args' to `body'.
2881         (eshell-process-args): Bind eshell--args.
2882         (eshell-set-option): Use eshell--args.
2883         * eshell/eshell.el (eshell): Use derived-mode-p.
2884         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
2885         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
2886         (eshell-glob-function): Declare.
2887         * eshell/esh-util.el: Require cl-lib.
2888         (eshell-read-hosts-file): Avoid add-to-list.
2889         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
2890         `err'.
2891         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
2892         Declare.
2893         (eshell/diff): Remove unused var `err'.
2894         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
2895         `killflag'.
2896         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
2897         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
2898         first use.
2899         * eshell/em-glob.el (eshell-glob-matches, message-shown):
2900         Move declaration before first use.
2901         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
2902         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
2903         rely on cl-return.
2905 2013-09-12  Glenn Morris  <rgm@gnu.org>
2907         * term/ns-win.el (global-map): Remove binding for ispell-next,
2908         deleted 1999-05-29.  (Bug#15357)
2910 2013-09-11  Glenn Morris  <rgm@gnu.org>
2912         * echistory.el (electric-command-history): Remove call to deleted func.
2914         * play/landmark.el (landmark-mode): Fix typos.
2916         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
2917         Check cvs-sort-ignore-file is bound.
2919         * savehist.el: No need for cl when compiling on Emacs.
2921 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2923         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
2924         (bug#15338).
2925         (eshell-self-insert-command, eshell-send-invisible):
2926         Remove unused argument.
2927         (eshell-handle-control-codes): Remove unused var `orig'.
2928         Avoid delete-backward-char.
2930         * files.el (set-auto-mode): Simplify a bit further.
2932 2013-09-11  Glenn Morris  <rgm@gnu.org>
2934         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
2935         (set-auto-mode): Don't regexp-quote elements.
2936         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
2937         * progmodes/cc-mode.el (interpreter-mode-alist):
2938         * progmodes/ruby-mode.el (interpreter-mode-alist):
2939         Revert previous change.
2941 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2943         * play/snake.el (snake-mode):
2944         * play/mpuz.el (mpuz-mode):
2945         * play/landmark.el (lm-mode):
2946         * play/blackbox.el (blackbox-mode):
2947         * play/5x5.el (5x5-mode):
2948         * obsolete/options.el (Edit-options-mode):
2949         * net/quickurl.el (quickurl-list-mode):
2950         * net/newst-treeview.el (newsticker-treeview-mode):
2951         * mail/rmailsum.el (rmail-summary-mode):
2952         * mail/mspools.el (mspools-mode):
2953         * locate.el (locate-mode):
2954         * ibuffer.el (ibuffer-mode):
2955         * emulation/ws-mode.el (wordstar-mode):
2956         * emacs-lisp/debug.el (debugger-mode):
2957         * array.el (array-mode):
2958         * net/eudc.el (eudc-mode): Use define-derived-mode.
2959         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
2960         Move initialization into declaration.
2961         (mairix-searches-mode): Use define-derived-mode.
2962         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
2963         (eudc-edit-hotlist): Use dolist.
2964         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
2965         (Man-mode): Use define-derived-mode.
2966         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
2967         (Info-edit-mode): Use define-derived-mode.
2968         (Info-cease-edit): Use Info-mode.
2969         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
2970         into declaration.
2971         (eshell-mode): Use define-derived-mode.
2972         * chistory.el (command-history-mode-map): Rename from
2973         command-history-map.
2974         (command-history-mode): Use define-derived-mode.
2975         (Command-history-setup): Remove function.
2976         * calc/calc.el (calc-trail-mode-map): New var.
2977         (calc-trail-mode): Use define-derived-mode.
2978         (calc-trail-buffer): Set calc-main-buffer manually.
2979         * bookmark.el (bookmark-insert-annotation): New function.
2980         (bookmark-edit-annotation): Use it.
2981         (bookmark-edit-annotation-mode): Make it a proper major mode.
2982         (bookmark-send-edited-annotation): Use derived-mode-p.
2983         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
2984         closer to its ideal place.  Use \' to match EOS.
2986         * profiler.el (profiler-calltree-find): Use function-equal.
2988 2013-09-10  Glenn Morris  <rgm@gnu.org>
2990         * files.el (interpreter-mode-alist): Convert to regexps.
2991         (set-auto-mode): Adapt for this.  (Bug#15306)
2992         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
2993         Comment out unused variable.
2994         * progmodes/cc-mode.el (interpreter-mode-alist):
2995         * progmodes/python.el (interpreter-mode-alist):
2996         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
2997         * progmodes/sh-script.el (sh-set-shell):
2998         No longer use interpreter-mode-alist to get list of shells.
3000         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3002 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3004         * simple.el: Use set-temporary-overlay-map for universal-argument.
3005         (universal-argument-map): Don't use default-bindings (bug#15317).
3006         Bind switch-frame explicitly.  Replace universal-argument-minus with
3007         a conditional binding.
3008         (universal-argument-num-events, saved-overriding-map): Remove.
3009         (restore-overriding-map): Remove.
3010         (universal-argument--mode): Rename from save&set-overriding-map,
3011         and rewrite.
3012         (universal-argument, universal-argument-more, negative-argument)
3013         (digit-argument): Adjust accordingly.
3014         (universal-argument-minus): Remove.
3015         (universal-argument-other-key): Remove.
3017         * subr.el (with-demoted-errors): Add `format' argument.
3019 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
3021         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
3022         `tramp-cleanup-connection'.
3024         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3025         parameters KEEP-DEBUG and KEEP-PASSWORD.
3027         * net/tramp.el (tramp-file-name-handler):
3028         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3029         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3030         (tramp-maybe-open-connection):
3031         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3032         Use `tramp-cleanup-connection'.
3034         * net/tramp-sh.el (tramp-maybe-open-connection):
3035         Catch 'uname-changed inside the progress reporter.
3037 2013-09-10  Glenn Morris  <rgm@gnu.org>
3039         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
3041         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3042         returns "alternate access method" in mode (eg "-rw-r--r--.").
3044 2013-09-08  Glenn Morris  <rgm@gnu.org>
3046         * saveplace.el (load-save-place-alist-from-file):
3047         Demote errors.  (Bug#15305)
3049 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
3051         Improve compatibility with older Emacsen, and XEmacs.
3053         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3054         only if it is bound.  It isn't for XEmacs.
3055         (with-tramp-progress-reporter): Do not let-bind `result'.
3056         This yields to scoping errors in XEmacs.
3057         (tramp-handle-make-auto-save-file-name): New function, moved from
3058         tramp-sh.el.
3060         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3061         for `make-auto-save-file-name'.
3062         (tramp-adb--gnu-switches-to-ash):
3063         Use `tramp-compat-replace-regexp-in-string'.
3065         * net/tramp-cache.el (tramp-cache-print): Call
3066         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
3068         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3069         bound.  It isn't for XEmacs.
3071         * net/tramp-compat.el (tramp-compat-copy-file):
3072         Catch `wrong-number-of-arguments' error.
3073         (tramp-compat-replace-regexp-in-string): New defun.
3075         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3076         for `make-auto-save-file-name'.
3077         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3078         `copy-file'.
3079         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3080         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3081         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3083         * net/tramp-gw.el (tramp-gw-open-network-stream):
3084         Use `tramp-compat-replace-regexp-in-string'.
3086         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3087         Call `tramp-handle-make-auto-save-file-name'.
3088         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3089         (tramp-sh-file-gvfs-monitor-dir-process-filter)
3090         (tramp-sh-file-inotifywait-process-filter):
3091         Use `tramp-compat-replace-regexp-in-string'.
3092         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3094         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3095         for `make-auto-save-file-name'.
3096         (tramp-smb-handle-copy-directory):
3097         Call `tramp-compat-replace-regexp-in-string'.
3098         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3099         (tramp-smb-handle-copy-file): Improve error message.
3100         (tramp-smb-handle-rename-file): Rename directly only in case
3101         `newname' does not exist yet.  This is a restriction of smbclient.
3102         (tramp-smb-maybe-open-connection): Rerun the function only when
3103         `auth-sources' is non-nil.
3105 2013-09-08  Kenichi Handa  <handa@gnu.org>
3107         * international/characters.el: Set category "^" (Combining) for
3108         more characters.
3110 2013-09-07  Alan Mackenzie  <acm@muc.de>
3112         Correctly fontify Java class constructors.
3113         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3114         in Java Mode.
3115         (c-recognize-typeless-decls): Set the Java value to t.
3116         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3117         While handling a "(", add a check for, effectively, Java, and handle a
3118         "typeless" declaration there.
3120 2013-09-07  Roland Winkler  <winkler@gnu.org>
3122         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3123         field subtitle for entry type book.
3125 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3127         * minibuffer.el: Make minibuffer-complete call completion-in-region
3128         rather than other way around.
3129         (completion--some, completion-pcm--find-all-completions):
3130         Don't delay signals when debugging.
3131         (minibuffer-completion-contents): Beware fields within the
3132         minibuffer contents.
3133         (completion-all-sorted-completions): Use defvar-local.
3134         (completion--do-completion, completion--cache-all-sorted-completions)
3135         (completion-all-sorted-completions, minibuffer-force-complete):
3136         Add args `beg' and `end'.
3137         (completion--in-region-1): New fun, extracted from minibuffer-complete.
3138         (minibuffer-complete): Use completion-in-region.
3139         (completion-complete-and-exit): New fun, extracted from
3140         minibuffer-complete-and-exit.
3141         (minibuffer-complete-and-exit): Use it.
3142         (completion--complete-and-exit): Rename from
3143         minibuffer--complete-and-exit.
3144         (completion-in-region--single-word): New function, extracted from
3145         minibuffer-complete-word.
3146         (minibuffer-complete-word): Use it.
3147         (display-completion-list): Make `common-substring' argument obsolete.
3148         (completion--in-region): Call completion--in-region-1 instead of
3149         minibuffer-complete.
3150         (completion-help-at-point): Pass boundaries to
3151         minibuffer-completion-help as args rather than via an overlay.
3152         (completion-pcm--string->pattern): Use `any-delim'.
3153         (completion-pcm--optimize-pattern): New function.
3154         (completion-pcm--pattern->regex): Handle `any-delim'.
3155         * icomplete.el (icomplete-forward-completions)
3156         (icomplete-backward-completions, icomplete-completions):
3157         Adjust calls to completion-all-sorted-completions and
3158         completion--cache-all-sorted-completions.
3159         (icomplete-with-completion-tables): Default to t.
3160         * emacs-lisp/crm.el (crm--current-element): Rename from
3161         crm--select-current-element.  Don't put an overlay but return the
3162         boundaries instead.
3163         (crm--completion-command): Take two new args to bind to the boundaries.
3164         (crm-completion-help): Adjust accordingly.
3165         (crm-complete): Use completion-in-region.
3166         (crm-complete-word): Use completion-in-region--single-word.
3167         (crm-complete-and-exit): Use completion-complete-and-exit.
3169 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3171         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
3172         than dynamically.
3174 2013-09-06  Juri Linkov  <juri@jurta.org>
3176         * info.el (Info-display-images-node): When image file doesn't exist
3177         display text version of the image if it's provided in the Info file.
3178         Otherwise, display the location of missing image from SRC attribute.
3179         Add help-echo text property from ALT attribute.  (Bug#15279)
3181 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3183         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
3184         (edit-abbrevs-mode): Use define-derived-mode.
3186         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
3187         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
3188         that it's defined.
3189         (epa-key-list-mode, epa-key-mode, epa-info-mode):
3190         Use define-derived-mode.
3192         * epg.el (epg-start-encrypt): Minor CSE simplification.
3194 2013-09-06  William Xu  <william.xwl@gmail.com>
3196         * arc-mode.el: Add support for 7za (bug#15264).
3197         (archive-7z-program): New var.
3198         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
3199         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
3200         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
3202 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
3204         Remove URL syntax.
3206         * net/tramp.el (tramp-syntax, tramp-prefix-format)
3207         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
3208         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
3209         (tramp-postfix-host-format, tramp-file-name-regexp)
3210         (tramp-completion-file-name-regexp)
3211         (tramp-completion-dissect-file-name)
3212         (tramp-handle-substitute-in-file-name): Remove 'url case.
3213         (tramp-file-name-regexp-url)
3214         (tramp-completion-file-name-regexp-url): Remove constants.
3216 2013-09-06  Glenn Morris  <rgm@gnu.org>
3218         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
3220 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
3222         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
3223         keywords" below "here-doc beginnings" (Bug#15270).
3225 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3227         * subr.el (pop): Use `car-safe'.
3228         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
3229         to detect unused `pop' return value.
3231         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
3232         var `block-regexp'.
3233         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
3234         (python-fill-string): Remove unused var `marker'.
3235         (python-skeleton-add-menu-items): Remove unused var `items'.
3237         * international/mule-cmds.el: Require CL.
3238         (find-coding-systems-for-charsets): Avoid add-to-list.
3239         (sanitize-coding-system-list): New function, extracted from
3240         select-safe-coding-system-interactively.
3241         (select-safe-coding-system-interactively): Use it.
3242         (read-input-method-name): Accept symbols for `default'.
3244         * emacs-lisp/advice.el (defadvice): Add indent rule.
3246 2013-09-05  Daniel Hackney  <dan@haxney.org>
3248         * dired-x.el:
3249         * net/ange-ftp.el:
3250         * net/browse-url.el:
3251         * net/dbus.el:
3252         * net/eudc.el:
3253         * net/eudcb-ldap.el:
3254         * net/eww.el:
3255         * net/imap.el:
3256         * printing.el:
3257         * vc/ediff-diff.el:
3258         * vc/ediff-init.el:
3259         * vc/ediff-merg.el:
3260         * vc/ediff-mult.el:
3261         * vc/ediff-util.el:
3262         * vc/ediff-wind.el:
3263         * vc/ediff.el:
3264         * vc/emerge.el:
3265         * vc/pcvs.el:
3266         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
3267         byte compiler.  Remove some unused let-bound variables.
3269 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3271         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
3272         a "ref-cell", since it gets better optimized (bug#14883).
3274 2013-09-05  Glenn Morris  <rgm@gnu.org>
3276         * progmodes/cc-awk.el (c-forward-sws): Declare.
3278 2013-09-04  Glenn Morris  <rgm@gnu.org>
3280         * generic-x.el [rul-generic-mode]: Require cc-mode.
3281         (c++-mode-syntax-table): Declare.
3282         (rul-generic-mode-syntax-table): Init in the defvar.
3284 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3286         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
3287         (vc-do-command, vc-set-async-update):
3288         * vc/vc-mtn.el (vc-mtn-dir-status):
3289         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
3290         (vc-hg-pull, vc-hg-merge-branch):
3291         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
3292         (vc-git-merge-branch):
3293         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
3294         (vc-cvs-dir-status-files):
3295         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
3296         (vc-bzr-dir-status-files):
3297         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
3298         * vc/vc-annotate.el: Use lexical-binding.
3299         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
3300         (vc-sentinel-movepoint): Declare.
3301         (vc-annotate): Don't use `goto-line'.
3302         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
3303         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
3304         (vc-sentinel-movepoint): Declare.
3305         * vc/vc-svn.el: Use lexical-binding.
3306         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
3307         * vc/vc-sccs.el:
3308         * vc/vc-rcs.el: Use lexical-binding.
3310         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
3311         `deleted'.  Don't drop errors silently.
3313         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
3315 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
3317         * vc/vc.el (vc-ignore): Rewrite.
3318         (vc-default-ignore): New function.
3319         (vc-default-ignore-completion-table): Use find-ignore-file.
3321         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
3322         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
3323         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
3324         Remove.  Most code moved to vc.el.
3326 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3328         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
3329         * net/tramp-smb.el (tramp-smb-get-file-entries):
3330         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
3331         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
3333         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
3334         Update call to it.
3335         (eww-change-select): Remove unused var `properties'.
3336         (eww-make-unique-file-name): Remove unused var `base'.
3338         * finder.el (finder-compile-keywords): Don't mess with windows.
3340         * calculator.el (calculator-funcall): Fix typo in last change.
3342         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
3344         * emacs-lisp/package.el (package-activate-1): Don't let a missing
3345         <pkg>-autoloads.el file stop us.
3347         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
3348         warnings, and factor out common code.
3350 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
3352         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
3353         two-character operators and whether the character preceding them
3354         changes their meaning (Bug#15208).
3356 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3358         Format code sent to Python shell for robustness.
3359         * progmodes/python.el (python-shell-buffer-substring):
3360         New function.
3361         (python-shell-send-region, python-shell-send-buffer): Use it.
3363 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
3365         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
3366         * net/tramp.el (tramp-user-error): ... here.
3367         (tramp-find-method, tramp-check-proper-host)
3368         (tramp-dissect-file-name, tramp-debug-message)
3369         (tramp-handle-shell-command):
3370         * net/tramp-adb.el (tramp-adb-handle-shell-command):
3371         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
3373         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
3375 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
3377         * avoid.el (mouse-avoidance-point-position)
3378         (mouse-avoidance-too-close-p): Handle case where posn-at-point
3379         returns nil.
3381 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3383         * progmodes/python.el (python-shell-completion-get-completions):
3384         Drop use of deleted `comint-last-prompt-overlay'.
3385         (python-nav-if-name-main): New command.
3387 2013-09-01  Glenn Morris  <rgm@gnu.org>
3389         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3390         Avoid leading space in $wins.  Otherwise the sed command used by
3391         eg compile-main ends up containing "/*.el".  (Bug#15170)
3393         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
3395 2013-08-30  Glenn Morris  <rgm@gnu.org>
3397         * emacs-lisp/bytecomp.el (byte-recompile-directory):
3398         Fix is-this-a-directory logic.  (Bug#15220)
3400 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3402         * textmodes/css-mode.el: Use SMIE.
3403         (css-smie-grammar): New var.
3404         (css-smie--forward-token, css-smie--backward-token)
3405         (css-smie-rules): New functions.
3406         (css-mode): Use them.
3407         (css-navigation-syntax-table): Remove var.
3408         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
3409         (css-indent-calculate, css-indent-line): Remove functions.
3411         Misc changes to reduce use of `(lambda...); and other cleanups.
3412         * cus-edit.el: Use lexical-binding.
3413         (customize-push-and-save, customize-apropos)
3414         (custom-buffer-create-internal): Use closures.
3415         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
3416         * progmodes/ada-xref.el: Use setq.
3417         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
3418         * dframe.el: Use lexical-binding.
3419         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
3420         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
3421         * descr-text.el: Use lexical-binding.
3422         (describe-text-widget, describe-text-sexp, describe-property-list):
3423         Use closures.
3424         * comint.el (comint-history-isearch-push-state): Use a closure.
3425         * calculator.el: Use lexical-binding.
3426         (calculator-number-to-string): Make it work with lexical-binding.
3427         (calculator-funcall): Same and use cl-letf.
3429         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
3430         (lisp--company-doc-string, lisp--company-location): New functions.
3431         (lisp-completion-at-point): Use them to improve Company support.
3433         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
3434         params of lambda expressions.
3435         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
3436         (ruby-smie--opening-pipe-p): New function.
3437         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
3438         symbols and matched |...| for formal params.
3439         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
3440         from being treated as hanging.  Handle "rescue".
3442 2013-08-29  Glenn Morris  <rgm@gnu.org>
3444         * progmodes/cc-engine.el (c-pull-open-brace):
3445         Move definition before use.
3447 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3449         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
3450         are immutable.  Don't use `unsafe' any more.
3451         (cl--defsubst-expand): Don't substitute at the same time as keeping
3452         a residual unused let-binding.  Don't use `unsafe' any more.
3454 2013-08-29  Glenn Morris  <rgm@gnu.org>
3456         * calendar/cal-china.el (calendar-chinese-year-cache):
3457         Recenter on 2015.
3459         * nxml/nxml-util.el (nxml-debug-clear-inside):
3460         Use cl-loop rather than loop.
3462         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
3464         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
3466 2013-08-28  Glenn Morris  <rgm@gnu.org>
3468         * progmodes/antlr-mode.el: No need to require cc-mode twice.
3470         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
3472         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
3474 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3476         * simple.el (repeat-complex-command--called-interactively-skip):
3477         New function.
3478         (repeat-complex-command): Use it (bug#14136).
3480         * progmodes/cc-mode.el: Minor cleanup of var declarations.
3481         (c-define-abbrev-table): Add `doc' argument.
3482         (c-mode-abbrev-table, c++-mode-abbrev-table)
3483         (objc-mode-abbrev-table, java-mode-abbrev-table)
3484         (idl-mode-abbrev-table, pike-mode-abbrev-table)
3485         (awk-mode-abbrev-table): Use it.
3486         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
3487         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
3488         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
3489         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
3490         Move initialization into the declaration; and remove any
3491         autoload cookie.
3493         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
3494         and dynamic let binding.
3496         * vc/smerge-mode.el: Remove redundant :group args.
3498         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
3499         to load-path.
3501 2013-08-28  Juri Linkov  <juri@jurta.org>
3503         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
3504         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
3505         (isearch-other-meta-char): Handle an undefined shifted printing
3506         character by downshifting it.  (Bug#15200)
3508 2013-08-28  Juri Linkov  <juri@jurta.org>
3510         * isearch.el (isearch-search): Change regexp error message for
3511         non-regexp searches.  (Bug#15166)
3513 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3515         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
3516         for portability to hosts where /bin/sh has problems.
3518 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3520         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
3522 2013-08-27  Juri Linkov  <juri@jurta.org>
3524         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
3525         in the keyboard macro.  (Bug#15126)
3527 2013-08-27  Juri Linkov  <juri@jurta.org>
3529         * isearch.el (isearch-quote-char): Comment out converting unibyte
3530         to multibyte, thus syncing with its `quoted-insert' counterpart.
3531         (Bug#15166)
3533 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
3535         * window.el (display-buffer-use-some-window): Add missing
3536         argument in call of get-largest-window (Bug#15185).
3537         Reported by Stephen Leake.
3539 2013-08-27  Glenn Morris  <rgm@gnu.org>
3541         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
3543 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3545         * progmodes/python.el (python-font-lock-keywords): Don't return nil
3546         from a matcher-function unless there's no more matches (bug#15161).
3548 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
3550         * minibuffer.el: Revert change from 2013-08-20.
3552         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
3553         with text property `tramp-default', if appropriate.
3554         (tramp-check-proper-host): New defun.
3555         (tramp-dissect-file-name): Do not check hostname.  Revert change
3556         of 2013-03-18.
3557         (tramp-backtrace): Make VEC-OR-PROC optional.
3559         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3560         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3561         * net/tramp-sh.el (tramp-maybe-open-connection):
3562         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3563         Apply `tramp-check-proper-host'.
3565 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
3567         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
3568         lambda expression in order to have `describe-variable' display it.
3570 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
3572         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
3573         BUF can be optional.  (Bug#15186)
3575 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
3577         * progmodes/flymake.el (flymake-get-real-file-name-function):
3578         Fix broken customization.  (Bug#15184)
3580 2013-08-25  Alan Mackenzie  <acm@muc.de>
3582         Improve indentation of bracelists defined by macros (without "=").
3584         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
3585         expansion begins with "{", regard it as bracelist when it doesn't
3586         contain a ";".
3588         Parse C++ inher-intro when there's a template split over 2 lines.
3590         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
3591         rigorously the search for "class" etc. followed by ":".
3593         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
3594         random languages a regexp which never matches rather than nil.
3596         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
3598         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
3599         (c-awk-regexp-one-line-possibly-open-char-list-re)
3600         (c-awk-one-line-possibly-open-regexp-re)
3601         (c-awk-one-line-non-syn-ws*-re): Remove.
3602         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
3603         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
3604         (c-awk-space*-unclosed-regexp-/-re): New constants.
3605         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
3606         aren't regexp delimiters.
3608         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
3609         handling for a rare situation in AWK Mode involving unterminated
3610         strings/regexps.
3612 2013-08-23  Glenn Morris  <rgm@gnu.org>
3614         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
3616         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
3618         * files.el (create-file-buffer): If the result would begin with
3619         spaces, prepend a "|" instead of removing them.  (Bug#15162)
3621 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3623         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
3624         text-properties (bug#15155).
3626         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
3627         exist any more.
3628         (calc-keypad-redraw): Remove unused var `pad'.
3629         (calc-keypad-press): Remove unused var `menu'.
3631 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
3633         * window.el (display-buffer-pop-up-frame):
3634         Call pop-up-frame-function with BUFFER current so `make-frame' will
3635         use it as the new frame's buffer (Bug#15133).
3637 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3639         * calendar/timeclock.el: Minor cleanups.
3640         (timeclock-ask-before-exiting, timeclock-use-display-time):
3641         Use `symbol'.
3642         (timeclock-modeline-display): Define as alias before the
3643         actual definition.
3644         (timeclock-mode-line-display): Use define-minor-mode.
3645         (timeclock-day-list-template): Make it a function, add an argument.
3646         (timeclock-day-list-required, timeclock-day-list-length)
3647         (timeclock-day-list-debt, timeclock-day-list-span)
3648         (timeclock-day-list-break): Adjust calls accordingly.
3650 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3652         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
3653         Use read--expression so that completion works again.
3655 2013-08-21  Sam Steingold  <sds@gnu.org>
3657         Add rudimentary inferior shell interaction
3658         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
3659         (sh-set-shell): Reset it.
3660         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
3661         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
3663 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3665         * align.el: Use lexical-binding.
3666         (align-region): Simplify accordingly.
3668 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
3670         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
3672         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
3673         `non-essential' up.
3675 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
3677         * net/tramp.el:
3678         * net/tramp-adb.el:
3679         * net/tramp-cmds.el:
3680         * net/tramp-ftp.el:
3681         * net/tramp-gvfs.el:
3682         * net/tramp-gw.el:
3683         * net/tramp-sh.el: Don't wrap external variable declarations by
3684         `eval-when-compile'.
3686 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
3689         now that Emacs supports ImageMagick animations.
3691 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
3693         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
3694         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
3696 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
3698         * window.el (mouse-autoselect-window-select): Do autoselect when
3699         mouse pointer is on margin.
3701 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
3703         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
3705 2013-08-16  Glenn Morris  <rgm@gnu.org>
3707         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
3708         Handle "Remote Directory" response of some clients.  (Bug#15058)
3710         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
3711         Tweak warning.  (Bug#14926)
3713         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
3714         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
3716         * image-mode.el (image-mode-map): Add menu items to reverse,
3717         increase, decrease, reset animation speed.
3718         (image--set-speed, image-increase-speed, image-decrease-speed)
3719         (image-reverse-speed, image-reset-speed): New functions.
3720         (image-mode-map): Add bindings for speed commands.
3722         * image.el (image-animate-get-speed, image-animate-set-speed):
3723         New functions.
3724         (image-animate-timeout): Respect image :speed property.
3726 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3728         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
3729         previous line (bug#15101).
3730         (debugger-eval-expression, debugger-record-expression):
3731         Use read--expression (bug#15102).
3733 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
3735         Remove byte compiler warnings, visible when compiling with
3736         `byte-compile-force-lexical-warnings' set to t.
3738         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
3739         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
3740         (tramp-handle-unhandled-file-name-directory)
3741         (tramp-handle-file-notify-add-watch, tramp-action-login)
3742         (tramp-action-succeed, tramp-action-permission-denied)
3743         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
3744         arguments with "_".
3746         * net/tramp-adb.el (tramp-adb-parse-device-names)
3747         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
3748         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
3749         (tramp-adb-handle-file-truename): Remove unused arguments.
3751         * net/tramp-cache.el (tramp-flush-directory-property)
3752         (tramp-flush-connection-property, tramp-list-connections)
3753         (tramp-parse-connection-properties): Prefix unused arguments with "_".
3755         * net/tramp-compat.el (tramp-compat-make-temp-file):
3756         Rename FILENAME to F.
3758         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3759         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
3760         (tramp-zeroconf-parse-workstation-device-names)
3761         (tramp-zeroconf-parse-webdav-device-names)
3762         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
3764         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3765         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
3767         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
3768         arguments.
3769         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
3770         (tramp-sh-handle-insert-file-contents-literally)
3771         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
3772         with "_".
3773         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
3774         Remove unused variables.
3776         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
3777         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
3778         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
3780         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
3781         Make them a defconst.
3782         (tramp-uuencode-region): Remove unused variable.
3784 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
3786         * frameset.el (frameset--prop-setter): New function.
3787         (frameset-prop): Add gv-setter declaration.
3788         (frameset-filter-minibuffer): Deal with the case that the minibuffer
3789         parameter was already set in FILTERED.  Doc fix.
3790         (frameset--record-minibuffer-relationships): Allow saving a
3791         minibufferless frame without its corresponding minibuffer frame.
3792         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
3793         frame, if the frame id matches.
3794         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
3795         frames before orphaned ones.
3796         (frameset-restore): Warn about orphaned windows, instead of error out.
3798 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
3800         * window.el (window-make-atom): Don't overwrite parameter
3801         already present.
3802         (display-buffer-in-atom-window): Handle special case where we
3803         split an already atomic window.
3804         (window--major-non-side-window, display-buffer-in-side-window)
3805         (window--side-check): Ignore minibuffer window when walking
3806         window tree.
3807         (window-deletable-p): Return 'frame only if no other frame uses
3808         our minibuffer window.
3809         (record-window-buffer): Run buffer-list-update-hook.
3810         (split-window): Make sure window--check-frame won't destroy an
3811         existing atomic window in case the new window gets nested
3812         inside.
3813         (display-buffer-at-bottom): Ignore minibuffer window when
3814         walking window tree.  Don't split a side window.
3815         (pop-to-buffer): Don't set-buffer here, the select-window call
3816         should do that.
3817         (mouse-autoselect-window-select): Autoselect only if we are in the
3818         text portion of the window.
3820 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822         * net/shr.el (shr-parse-image-data): New function to grab both the
3823         data itself and the Content-Type.
3824         (shr-put-image): Use it.
3826         * net/eww.el (eww-display-image): Ditto.
3828         * image.el (image-content-type-suffixes): New variable.
3830 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3832         * progmodes/python.el (python-imenu--build-tree)
3833         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
3835 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
3837         * simple.el (backward-word): Mention the optional argument.
3839 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3841         * frameset.el (frameset--make): Rename constructor from make-frameset.
3842         (frameset-p, frameset-valid-p): Don't autoload.
3843         (frameset-valid-p): Use normal accessors.
3845 2013-08-13  Glenn Morris  <rgm@gnu.org>
3847         * progmodes/compile.el (compile-command): Tweak example in doc.
3848         * obsolete/scribe.el (scribe-mode):
3849         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
3851         * mail/feedmail.el (feedmail-confirm-outgoing)
3852         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
3854         * cus-start.el (truncate-partial-width-windows): Fix type.
3856         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
3858         * net/shr.el (shr-table-horizontal-line): Fix custom type.
3860 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3862         * emacs-lisp/timer.el (timer--time-setter): New function.
3863         (timer--time): Use it as gv-setter.
3865         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
3866         setter is not a symbol.
3868 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
3870         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
3871         if sending fails.  This makes debugging easier.
3873 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
3875         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
3876         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
3877         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
3879 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
3881         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
3883 2013-08-12  Glenn Morris  <rgm@gnu.org>
3885         * format.el (format-annotate-function):
3886         Handle read-only text properties in the source.  (Bug#14887)
3888 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890         * net/eww.el (eww-display-html): Ignore coding system errors.
3891         One web site uses "utf-8lias" as the coding system.
3893 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
3895         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
3897 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
3899         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
3900         (tutorial--detailed-help): Remove unused local variables.
3901         (tutorial--save-tutorial-to): Use ignore-errors.
3902         (help-with-tutorial): Use looking-at-p.
3904         * view.el (view-buffer-other-window, view-buffer-other-frame):
3905         Mark unused arguments.
3907         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
3908         (woman-select-symbol-fonts, woman, woman-find-file)
3909         (woman-insert-file-contents, woman-non-underline-faces):
3910         Use string-match-p.
3911         (woman1-unquote): Move declaration.
3913         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
3914         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
3915         argument.  Remove unused local variable.
3916         (xml-parse-elem-type): Use string-match-p.
3917         (xml-substitute-numeric-entities): Use ignore-errors.
3919         * calculator.el (calculator): Mark unused argument.
3920         (calculator-paste, calculator-quit, calculator-integer-p):
3921         Use ignore-errors.
3922         (calculator-string-to-number, calculator-decimal, calculator-exp)
3923         (calculator-op-or-exp): Use string-match-p.
3925         * dired.el (dired-buffer-more-recently-used-p): Declare.
3926         (dired-insert-set-properties, dired-insert-old-subdirs):
3927         Use ignore-errors.
3929         * dired-aux.el (dired-compress): Use ignore-errors.
3930         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
3931         (dired-do-async-shell-command, dired-do-shell-command)
3932         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
3933         (dired-insert-subdir-validate): Use string-match-p.
3934         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
3935         (dired-add-entry): Use string-match-p, looking-at-p.
3936         (dired-insert-subdir-newpos): Remove unused local variable.
3938         * filenotify.el (file-notify-callback): Remove unused local variable.
3940         * filesets.el (filesets-error): Mark unused argument.
3941         (filesets-which-command-p, filesets-filter-dir-names)
3942         (filesets-directory-files, filesets-get-external-viewer)
3943         (filesets-ingroup-get-data): Use string-match-p.
3945         * find-file.el (ff-other-file-name, ff-other-file-name)
3946         (ff-find-the-other-file, ff-cc-hh-converter):
3947         Remove unused local variables.
3948         (ff-get-file-name): Use string-match-p.
3949         (ff-all-dirs-under): Use ignore-errors.
3951         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
3952         (follow-select-if-visible): Remove unused local variable.
3954         * forms.el (read-file-filter): Move declaration.
3955         (forms--make-format, forms--make-parser, forms-insert-record):
3956         Quote function with #'.
3957         (forms--update): Use string-match-p.  Quote function with #'.
3959         * help-mode.el (help-dir-local-var-def): Mark unused argument.
3960         (help-make-xrefs): Use looking-at-p.
3961         (help-xref-on-pp): Use looking-at-p, ignore-errors.
3963         * ibuffer.el (ibuffer-ext-visible-p): Declare.
3964         (ibuffer-confirm-operation-on): Use string-match-p.
3966         * msb.el (msb-item-handler, msb-dired-item-handler):
3967         Mark unused arguments.
3969         * ses.el (ses-decode-cell-symbol)
3970         (ses-kill-override): Remove unused local variable.
3971         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
3972         (ses-load): Use ignore-errors, looking-at-p.
3973         (ses-jump-safe): Use ignore-errors.
3974         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
3976         * tabify.el (untabify, tabify): Mark unused arguments.
3978         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
3979         Mark unused argument.
3980         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
3981         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
3983         * emacs-lisp/timer.el (timer--time): Define setter with
3984         gv-define-setter to avoid deprecation warning.
3986         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
3987         (*record-cmpl-statistics-p*): Remove (was commented out).
3988         (cmpl-statistics-block): Remove (body was commented out).
3989         All callers changed.
3990         (add-completions-from-buffer, load-completions-from-file):
3991         Remove unused variables.
3993 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
3995         * filecache.el (file-cache-delete-file-list):
3996         Print message only when told so.
3997         (file-cache-files-matching): Use #' in mapconcat argument.
3999         * ffap.el (ffap-url-at-point): Fix reference to variable
4000         thing-at-point-default-mail-uri-scheme.
4002 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4004         * subr.el (define-error): New function.
4005         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4006         error-file-not-found and define with define-error.
4007         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4008         and define with define-error.
4009         * userlock.el (file-locked, file-supersession):
4010         * simple.el (mark-inactive):
4011         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4012         * progmodes/ada-mode.el (ada-mode-errors):
4013         * play/life.el (life-extinct):
4014         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4015         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4016         * nxml/rng-util.el (rng-error):
4017         * nxml/rng-uri.el (rng-uri-error):
4018         * nxml/rng-match.el (rng-compile-error):
4019         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4020         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4021         * nxml/nxml-rap.el (nxml-scan-error):
4022         * nxml/nxml-outln.el (nxml-outline-error):
4023         * net/soap-client.el (soap-error):
4024         * net/gnutls.el (gnutls-error):
4025         * net/ange-ftp.el (ftp-error):
4026         * mpc.el (mpc-proc-error):
4027         * json.el (json-error, json-readtable-error, json-unknown-keyword)
4028         (json-number-format, json-string-escape, json-string-format)
4029         (json-key-format, json-object-format):
4030         * jka-compr.el (compression-error):
4031         * international/quail.el (quail-error):
4032         * international/kkc.el (kkc-error):
4033         * emacs-lisp/ert.el (ert-test-failed):
4034         * calc/calc.el (calc-error, inexact-result, math-overflow)
4035         (math-underflow):
4036         * bookmark.el (bookmark-error-no-filename):
4037         * epg.el (epg-error): Define with define-error.
4039         * time.el (display-time-event-handler)
4040         (display-time-next-load-average): Don't call sit-for since it seems
4041         unnecessary (bug#15045).
4043         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4044         Use #' instead of ' to quote functions.
4045         (checkdoc-output-mode): Use setq-local.
4046         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4047         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4048         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4049         (checkdoc-ispell, checkdoc-ispell-current-buffer)
4050         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4051         (checkdoc-ispell-message-text, checkdoc-ispell-start)
4052         (checkdoc-ispell-continue, checkdoc-ispell-comments)
4053         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4055         * ido.el (ido-completion-help): Fix up compiler warning.
4057 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
4059         * frameset.el (frameset-p): Add autoload cookie.
4060         (frameset--jump-to-register): New function, based on code moved from
4061         register.el.
4062         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
4064         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4065         (frameset-restore, frameset-save, frameset-session-filter-alist):
4066         Remove declarations.
4067         (register-alist): Doc fix.
4068         (frameset-to-register): Move to frameset.el.
4069         (jump-to-register, describe-register-1): Remove frameset-specific code.
4071 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4073         * allout-widgets.el (allout-widgets-pre-command-business)
4074         (allout-widgets-post-command-business)
4075         (allout-widgets-after-change-handler)
4076         (allout-decorate-item-and-context, allout-set-boundary-marker)
4077         (allout-body-modification-handler)
4078         (allout-graphics-modification-handler): Mark ignored arguments.
4079         (allout-widgets-post-command-business)
4080         (allout-widgets-exposure-change-processor)
4081         (allout-widgets-exposure-undo-processor)
4082         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4083         (allout-parse-item-at-point, allout-decorate-item-guides)
4084         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4085         * allout.el (epa-passphrase-callback-function): Declare.
4086         (allout-overlay-insert-in-front-handler)
4087         (allout-overlay-interior-modification-handler)
4088         (allout-isearch-end-handler, allout-chart-siblings)
4089         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4090         (allout-yank-processing, allout-process-exposed)
4091         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
4092         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
4093         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4094         (lisp-indent-defform): Mark ignored arguments.
4095         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
4096         (calculate-lisp-indent): Remove unused variables.
4097         * international/characters.el (indian-2-column, arabic-2-column)
4098         (tibetan): Mark ignored arguments.
4099         (use-cjk-char-width-table): Mark ignored arguments.
4100         Remove unused variables.
4101         * international/fontset.el (build-default-fontset-data)
4102         (x-compose-font-name, create-fontset-from-fontset-spec):
4103         Mark ignored arguments.
4104         (fontset-plain-name): Remove unused variables.
4105         * international/mule.el (charset-id, charset-bytes, generic-char-p)
4106         (keyboard-coding-system): Mark ignored arguments.
4107         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
4108         * help.el (resize-temp-buffer-window):
4109         * window.el (display-buffer-in-major-side-window)
4110         (display-buffer-in-side-window, display-buffer-in-previous-window):
4111         Remove unused variables.
4112         * isearch.el (isearch-forward-symbol):
4113         * version.el (emacs-bzr-version-bzr):
4114         * international/mule-cmds.el (current-language-environment):
4115         * term/common-win.el (x-handle-iconic, x-handle-geometry)
4116         (x-handle-display):
4117         * term/pc-win.el (x-list-fonts, x-display-planes)
4118         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4119         (x-server-version, x-display-screens, x-display-mm-height)
4120         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4121         (x-selection-owner-p, x-own-selection-internal)
4122         (x-disown-selection-internal, x-get-selection-internal)
4123         (msdos-initialize-window-system):
4124         * term/tty-colors.el (tty-color-alist, tty-color-clear):
4125         * term/x-win.el (x-handle-no-bitmap-icon):
4126         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4127         (vc-default-find-file-hook, vc-default-extra-menu):
4128         Mark ignored arguments.
4130 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4132         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4133         break-condition in the context of the debugged code (bug#12685).
4135 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
4137         * comint.el:
4138         Do not use an overlay to highlight the last prompt.  (Bug#14744)
4139         (comint-mode): Make comint-last-prompt buffer local.
4140         (comint-last-prompt): New variable.
4141         (comint-last-prompt-overlay): Remove.  Superseded by
4142         comint-last-prompt.
4143         (comint-snapshot-last-prompt, comint-output-filter):
4144         Use comint-last-prompt.
4146 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4148         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
4149         (frameset-save): Check validity of the resulting frameset.
4151 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
4153         * ido.el (ido-record-command): Add doc string.
4155 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4157         * frameset.el (frameset): Do not disable creation of the default
4158         frameset-p predicate.  Doc fix.
4159         (frameset-valid-p): New function, copied from the old predicate-p.
4160         Add additional checks.
4161         (frameset-restore): Check with frameset-valid-p.
4162         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4163         (frameset-name, frameset-description, frameset-properties)
4164         (frameset-states): Add docstring.
4165         (frameset-session-filter-alist, frameset-persistent-filter-alist)
4166         (frameset-filter-alist): Doc fixes.
4168 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4170         * frameset.el (frameset-p, frameset-prop): Doc fixes.
4172 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4174         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
4175         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
4176         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
4177         (byte-compile-normal-call): Remove obsolescence check.
4179 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
4181         * frameset.el (frameset-restore): Doc fix.
4183         * register.el (frameset-frame-id, frameset-frame-with-id)
4184         (frameset-p, frameset-restore, frameset-save): Declare.
4185         (register-alist): Document framesets.
4186         (frameset-session-filter-alist): Declare.
4187         (frameset-to-register): New function.
4188         (jump-to-register): Implement jumping to framesets.  Doc fix.
4189         (describe-register-1): Describe framesets.
4191         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
4193 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
4195         * desktop.el (desktop-save-frameset): Use new frameset-save args.
4196         Use lexical-binding.
4198         * frameset.el (frameset): Use type vector, not list (incompatible
4199         change).  Do not declare a new constructor, use the default one.
4200         Upgrade suggested properties `app', `name' and `desc' to slots `app',
4201         `name' and `description', respectively, and add read-only slot
4202         `timestamp'.  Doc fixes.
4203         (frameset-copy, frameset-persistent-filter-alist)
4204         (frameset-filter-alist, frameset-switch-to-gui-p)
4205         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
4206         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
4207         (frameset-filter-iconified, frameset-keep-original-display-p):
4208         Doc fixes.
4209         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
4210         Rename from frameset-filter-(save|restore)-param.  All callers changed.
4211         Doc fix.
4212         (frameset-p): Adapt to change to vector and be more thorough.
4213         Change arg name to OBJECT.  Doc fix.
4214         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
4215         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
4216         All callers changed.
4217         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
4218         All callers changed.
4219         (frameset--record-minibuffer-relationships): Rename from
4220         frameset--process-minibuffer-frames.  All callers changed.
4221         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
4222         Use new default constructor (again).  Doc fix.
4223         (frameset--find-frame-if): Rename from `frameset--find-frame.
4224         All callers changed.
4225         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
4226         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
4227         Doc fix.
4228         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
4229         PARAMETERS and WINDOW-STATE, respectively.
4230         (frameset-restore): Add new keyword argument PREDICATE.
4231         Reset frameset--target-display to nil.  Doc fix.
4233 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4235         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
4236         (bat-mode): Use it.
4237         (bat-mode-syntax-table): Mark \n as end-of-comment.
4238         (bat-font-lock-keywords): Remove comment rule.
4240         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
4241         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
4243         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
4244         (byte-compile-callargs-warn): Use `push'.
4245         (byte-compile-arglist-warn): Ignore higher-order "calls".
4246         (byte-compile-file-form-autoload): Use `pcase'.
4247         (byte-compile-function-form): If quoting a symbol, check that it exists.
4249 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
4251         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
4252         and add a few popular commands found in batch files.
4253         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
4254         (dos-mode): Doc fixes.
4256 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4258         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
4259         (dos-mode): Use setq-local.  Add space after "rem".
4260         (dos-mode-syntax-table): Don't use "w" for symbol chars.
4261         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
4263 2013-08-07  Arni Magnusson  <arnima@hafro.is>
4265         * progmodes/dos.el: New file.
4266         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
4267         dos-mode.
4269 2013-08-06  Glenn Morris  <rgm@gnu.org>
4271         * calendar/calendar.el: Add new faces, and day-header-array.
4272         (calendar-weekday-header, calendar-weekend-header)
4273         (calendar-month-header): New faces.
4274         (calendar-day-header-construct): New function.
4275         (calendar-day-header-width): Also :set calendar-day-header-array.
4276         (calendar-american-month-header, calendar-european-month-header)
4277         (calendar-iso-month-header): Use calendar- faces.
4278         (calendar-generate-month):
4279         Use calendar-day-header-array for day headers; apply faces to them.
4280         (calendar-mode): Check calendar-font-lock-keywords non-nil.
4281         (calendar-abbrev-construct): Add optional maxlen argument.
4282         (calendar-day-name-array): Doc fix.
4283         (calendar-day-name-array, calendar-abbrev-length)
4284         (calendar-day-abbrev-array):
4285         Also :set calendar-day-header-array, and maybe redraw.
4286         (calendar-day-header-array): New option.  (Bug#15007)
4287         (calendar-font-lock-keywords): Set to nil and make obsolete.
4288         (calendar-day-name): Add option to use header array.
4290 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292         * net/shr.el (shr-render-td): Remove debugging.
4293         (shr-render-td): Make width computation consistent by defaulting
4294         all zero-width columns to 10 characters.  This may not be optimal,
4295         but it's at least consistent.
4296         (shr-make-table-1): Redo last change to fix the real problem in
4297         colspan handling.
4299 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
4301         * files.el (cache-long-line-scans):
4302         Make obsolete alias to `cache-long-scans'.
4304 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
4306         * frameset.el (frameset, frameset-filter-alist)
4307         (frameset-filter-params, frameset-save, frameset--reuse-frame)
4308         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
4309         (frameset-compute-pos): Rename from frameset--compute-pos,
4310         and add docstring.
4311         (frameset-move-onscreen): Use frameset-compute-pos.
4312         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4314         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
4315         Fix typos in docstrings.
4317 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
4319         * frame.el (get-other-frame): Tiny cleanup.
4321 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
4323         * vc/vc.el (vc-default-ignore-completion-table):
4324         Silence byte-compiler warning.
4326         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
4327         slot , which can indeed be nil.
4328         (frameset-live-filter-alist, frameset-persistent-filter-alist):
4329         Move entry for `left' from persistent to live filter alist.
4330         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
4331         Doc fixes.
4332         (frameset-filter-params): When restoring a frame, copy items added to
4333         `filtered', to avoid unwittingly modifying the original parameters.
4334         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
4335         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
4337         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
4338         to use looking-at-p instead of looking-at.  (Bug#15028)
4340 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4342         Revert introduction of isearch-filter-predicates (bug#14714).
4343         Rely on add-function instead.
4344         * isearch.el (isearch-filter-predicates): Rename it back to
4345         isearch-filter-predicate.
4346         (isearch-message-prefix): Use advice-function-mapc and advice
4347         properties to get the isearch-message-prefix.
4348         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
4349         instead of run-hook-with-args-until-failure.
4350         (isearch-filter-visible): Not obsolete any more.
4351         * loadup.el: Preload nadvice.
4352         * replace.el (perform-replace): Revert to funcall
4353         instead of run-hook-with-args-until-failure.
4354         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
4355         * dired-aux.el (dired-isearch-filenames-mode): Rename from
4356         dired-isearch-filenames-toggle; make it into a proper minor mode.
4357         Use add/remove-function.
4358         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
4359         Call the minor-mode rather than add/remove-hook.
4360         (dired-isearch-filter-filenames):
4361         Remove isearch-message-prefix property.
4362         * info.el (Info--search-loop): New function, extracted from Info-search.
4363         Funcall isearch-filter-predicate instead of
4364         run-hook-with-args-until-failure isearch-filter-predicates.
4365         (Info-search): Use it.
4366         (Info-mode): Use isearch-filter-predicate instead of
4367         isearch-filter-predicates.
4369 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
4371         Do not call to `selected-window' where it is assumed by default.
4372         Affected functions are `window-minibuffer-p', `window-dedicated-p',
4373         `window-hscroll', `window-width', `window-height', `window-buffer',
4374         `window-frame', `window-start', `window-point', `next-window'
4375         and `window-display-table'.
4376         * abbrev.el (abbrev--default-expand):
4377         * bs.el (bs--show-with-configuration):
4378         * buff-menu.el (Buffer-menu-mouse-select):
4379         * calc/calc.el (calc):
4380         * calendar/calendar.el (calendar-generate-window):
4381         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
4382         (diary-make-entry):
4383         * comint.el (send-invisible, comint-dynamic-complete-filename)
4384         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
4385         * completion.el (complete):
4386         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
4387         * disp-table.el (describe-current-display-table):
4388         * doc-view.el (doc-view-insert-image):
4389         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
4390         * ehelp.el (with-electric-help):
4391         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4392         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
4393         * emacs-lisp/helper.el (Helper-help-scroller):
4394         * emulation/cua-base.el (cua--post-command-handler-1):
4395         * eshell/esh-mode.el (eshell-output-filter):
4396         * ffap.el (ffap-gnus-wrapper):
4397         * help-macro.el (make-help-screen):
4398         * hilit-chg.el (highlight-compare-buffers):
4399         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
4400         * hl-line.el (global-hl-line-highlight):
4401         * icomplete.el (icomplete-simple-completing-p):
4402         * isearch.el (isearch-done):
4403         * jit-lock.el (jit-lock-stealth-fontify):
4404         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
4405         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
4406         * mpc.el (mpc-tagbrowser, mpc):
4407         * net/rcirc.el (rcirc-any-buffer):
4408         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
4409         * play/landmark.el (landmark-max-width, landmark-max-height):
4410         * play/zone.el (zone):
4411         * progmodes/compile.el (compilation-goto-locus):
4412         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
4413         * progmodes/etags.el (find-tag-other-window):
4414         * progmodes/fortran.el (fortran-column-ruler):
4415         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
4416         * progmodes/verilog-mode.el (verilog-point-text):
4417         * reposition.el (reposition-window):
4418         * rot13.el (toggle-rot13-mode):
4419         * server.el (server-switch-buffer):
4420         * shell.el (shell-dynamic-complete-command)
4421         (shell-dynamic-complete-environment-variable):
4422         * simple.el (insert-buffer, set-selective-display)
4423         (delete-completion-window):
4424         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
4425         (speedbar-recenter):
4426         * startup.el (fancy-splash-head):
4427         * textmodes/ispell.el (ispell-command-loop):
4428         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
4429         * tutorial.el (help-with-tutorial):
4430         * vc/add-log.el (add-change-log-entry):
4431         * vc/compare-w.el (compare-windows):
4432         * vc/ediff-help.el (ediff-indent-help-message):
4433         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
4434         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
4435         (ediff-setup-control-frame):
4436         * vc/emerge.el (emerge-position-region):
4437         * vc/pcvs-util.el (cvs-bury-buffer):
4438         * window.el (walk-windows, mouse-autoselect-window-select):
4439         * winner.el (winner-set-conf, winner-undo): Related users changed.
4441 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
4443         * frameset.el (frameset--set-id): Doc fix.
4444         (frameset-frame-id, frameset-frame-id-equal-p)
4445         (frameset-locate-frame-id): New functions.
4446         (frameset--process-minibuffer-frames, frameset--reuse-frame)
4447         (frameset-restore): Use them.
4449 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
4451         Do not call to `selected-frame' where it is assumed by default.
4452         Affected functions are `raise-frame', `redraw-frame',
4453         `frame-first-window', `frame-terminal' and `delete-frame'.
4454         * calendar/appt.el (appt-disp-window):
4455         * epg.el (epg-wait-for-completion):
4456         * follow.el (follow-delete-other-windows-and-split)
4457         (follow-avoid-tail-recenter):
4458         * international/mule.el (set-terminal-coding-system):
4459         * mail/rmail.el (rmail-mail-return):
4460         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
4461         * progmodes/f90.el (f90-add-imenu-menu):
4462         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
4463         * server.el (server-switch-buffer):
4464         * simple.el (delete-completion-window):
4465         * talk.el (talk):
4466         * term/xterm.el (terminal-init-xterm-modify-other-keys)
4467         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
4468         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
4469         * vc/ediff.el (ediff-documentation): Related users changed.
4470         * frame.el (selected-terminal): Remove the leftover.
4472 2013-08-05  Glenn Morris  <rgm@gnu.org>
4474         * calendar/calendar.el (calendar-generate-month):
4475         Fix for calendar-column-width != 1 + calendar-day-digit-width.
4476         (calendar-generate-month, calendar-font-lock-keywords):
4477         Fix for calendar-day-header-width > length of any day name.
4479 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
4481         * desktop.el (desktop-clear): Use new name of sort predicate.
4483         * frameset.el (frameset): Add docstring.  Move :version property to its
4484         own `version' slot.
4485         (frameset-copy): Rename from copy-frameset.
4486         (frameset-p): Check more thoroughly.
4487         (frameset-prop): Do not check for :version, which is no longer a prop.
4488         (frameset-live-filter-alist, frameset-persistent-filter-alist):
4489         Use new :never value instead of t.
4490         (frameset-filter-alist): Expand and clarify docstring.
4491         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
4492         (frameset-filter-minibuffer, frameset-filter-save-param)
4493         (frameset-filter-restore-param, frameset-filter-iconified):
4494         Add pointer to docstring of frameset-filter-alist.
4495         (frameset-filter-params): Rename filter values to be more meaningful:
4496         :never instead of t, and reverse the meanings of :save and :restore.
4497         (frameset--process-minibuffer-frames): Clarify error message.
4498         (frameset-save): Avoid unnecessary and confusing call to framep.
4499         Use new BOA constructor for framesets.
4500         (frameset--reuse-list): Doc fix.
4501         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
4502         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
4503         (frameset-minibufferless-first-p): Doc fix.
4504         Rename from frameset-sort-frames-for-deletion.
4505         (frameset-restore): Doc fixes.  Use new function names.
4506         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
4508 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
4510         * desktop.el (desktop-restore-forces-onscreen)
4511         (desktop-restore-reuses-frames): Document :keyword constant values.
4512         (desktop-filter-parameters-alist): Remove, now identical to
4513         frameset-filter-alist.
4514         (desktop--filter-tty*): Remove, moved to frameset.el.
4515         (desktop-save-frameset, desktop-restore-frameset):
4516         Do not pass :filters argument.
4518         * frameset.el (frameset-live-filter-alist)
4519         (frameset-persistent-filter-alist): New variables.
4520         (frameset-filter-alist): Use them.  Add autoload cookie.
4521         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
4522         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
4523         `frameset--id' (it's supposed to be internal to frameset.el).
4524         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
4525         (frameset--initial-params): New function.
4526         (frameset--get-frame): Use it.  Doc fix.
4527         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
4528         Accept :all, not 'all.
4529         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
4530         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
4531         with fbound symbols.  Fix frame id matching, and remove matching ids if
4532         the frame being restored is deleted.  Obey :delete.
4534 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4536         * subr.el (macrop): New function.
4537         (text-clone--maintaining): New var.
4538         (text-clone--maintain): Rename from text-clone-maintain.  Use it
4539         instead of inhibit-modification-hooks.
4541         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
4542         a proxy, so as handle autoloads and redefinitions of the target.
4543         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
4545         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
4546         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
4547         (pcase--mutually-exclusive-p): New function.
4548         (pcase--split-consp): Use it.
4549         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
4550         mutually exclusive with the current predicate.
4552         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
4553         (edebug-macrop): Remove.  Use `macrop' instead.
4554         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
4555         (ad-macro-p):
4556         * eshell/esh-cmd.el (eshell-macrop):
4557         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
4559 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4561         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
4562         (advice-mapc): New function, using it.
4563         (advice-function-member-p): New function.
4564         (advice--normalize): Store the cdr in advice--saved-rewrite since
4565         that's the part that will be changed.
4566         (advice--symbol-function): New function.
4567         (advice-remove): Handle removal before the function is defined.
4568         Adjust to new advice--saved-rewrite.
4569         (advice-member-p): Use advice-function-member-p and
4570         advice--symbol-function.
4572 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
4574         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
4575         (frameset-filter-minibuffer): Doc fix.
4576         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
4577         (frameset--set-id, frameset--process-minibuffer-frames)
4578         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
4579         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
4581         * desktop.el (desktop-clear): Only delete frames when called
4582         interactively and desktop-restore-frames is non-nil.  Doc fix.
4583         (desktop-read): Set desktop-saved-frameset to nil.
4585 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
4587         * vc/vc.el (vc-ignore): Rewrite.
4588         (vc-default-ignore-completion-table):
4589         (vc--read-lines):
4590         (vc--add-line, vc--remove-regexp): New functions.
4592         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
4593         (vc-svn-ignore-completion-table): New function.
4595         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
4596         (vc-hg-ignore-completion-table):
4597         (vc-hg-find-ignore-file): New functions.
4599         * vc/vc-git.el (vc-git-ignore): Rewrite.
4600         (vc-git-ignore-completion-table):
4601         (vc-git-find-ignore-file): New functions.
4603         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
4605         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
4606         (vc-bzr-ignore-completion-table):
4607         (vc-bzr-find-ignore-file): New functions.
4609 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
4611         * frameset.el (frameset-prop): New function and setter.
4612         (frameset-save): Do not modify frame list passed by the caller.
4614 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4616         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
4618 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
4621         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
4623         * custom.el (custom-initialize-default, custom-initialize-set)
4624         (custom-initialize-reset, custom-initialize-changed): Affect the
4625         toplevel-default-value (bug#6275, bug#14586).
4626         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
4627         for bug#6275.
4629 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
4631         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4632         Add cl-def* expressions.
4634         * frameset.el (frameset-filter-params): Fix order of arguments.
4636 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
4638         Move code related to saving frames to frameset.el.
4639         * desktop.el: Require frameset.
4640         (desktop-restore-frames): Doc fix.
4641         (desktop-restore-reuses-frames): Rename from
4642         desktop-restoring-reuses-frames.
4643         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
4644         (desktop-clear): Clear frames too.
4645         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
4646         (desktop--filter-tty*, desktop-save, desktop-read):
4647         Use frameset functions.
4648         (desktop-before-saving-frames-functions, desktop--filter-*-color)
4649         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4650         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
4651         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
4652         (desktop--process-minibuffer-frames, desktop-save-frames)
4653         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
4654         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
4655         (desktop--sort-states, desktop-restoring-frames-p)
4656         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
4657         (desktop-restoring-frameset-p, desktop-restore-frameset)
4658         (desktop--check-dont-save, desktop-save-frameset): New functions.
4659         (desktop--app-id): New constant.
4660         (desktop-first-buffer, desktop-buffer-ok-count)
4661         (desktop-buffer-fail-count): Move before first use.
4662         * frameset.el: New file.
4664 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4666         * files.el: Use lexical-binding.
4667         (dir-locals-read-from-file): Remove unused `err' variable.
4668         (hack-dir-local-variables--warned-coding): New var.
4669         (hack-dir-local-variables): Use it to avoid repeated warnings.
4670         (make-backup-file-name--default-function): New function.
4671         (make-backup-file-name-function): Use it as default.
4672         (buffer-stale--default-function): New function.
4673         (buffer-stale-function): Use it as default.
4674         (revert-buffer-insert-file-contents--default-function): New function.
4675         (revert-buffer-insert-file-contents-function): Use it as default.
4676         (insert-directory): Avoid add-to-list.
4678         * autorevert.el (auto-revert-handler): Simplify.
4679         Use buffer-stale--default-function.
4681 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
4683         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
4685         * whitespace.el (whitespace-ensure-local-variables): New function.
4686         (whitespace-cleanup-region): Call it.
4687         (whitespace-turn-on): Call it.
4689 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
4691         Complete file name handlers.
4693         * net/tramp.el (tramp-handle-set-visited-file-modtime)
4694         (tramp-handle-verify-visited-file-modtime)
4695         (tramp-handle-file-notify-rm-watch): New functions.
4696         (tramp-call-process): Do not bind `default-directory'.
4698         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4699         Order alphabetically.
4700         [access-file, add-name-to-file, dired-call-process]:
4701         [dired-compress-file, file-acl, file-notify-rm-watch]:
4702         [file-ownership-preserved-p, file-selinux-context]:
4703         [make-directory-internal, make-symbolic-link, set-file-acl]:
4704         [set-file-selinux-context, set-visited-file-modtime]:
4705         [verify-visited-file-modtime]: Add handler.
4706         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
4708         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4709         [file-notify-add-watch, file-notify-rm-watch]:
4710         [set-file-times, set-visited-file-modtime]:
4711         [verify-visited-file-modtime]: Add handler.
4712         (with-tramp-gvfs-error-message)
4713         (tramp-gvfs-handle-set-visited-file-modtime)
4714         (tramp-gvfs-fuse-file-name): Remove.
4715         (tramp-gvfs-handle-file-notify-add-watch)
4716         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
4717         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
4719         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4720         Order alphabetically.
4721         [file-notify-rm-watch ]: Use default Tramp handler.
4722         [executable-find]: Remove private handler.
4723         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
4724         `default-directory'.
4725         (tramp-sh-handle-executable-find)
4726         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
4727         (tramp-sh-file-gvfs-monitor-dir-process-filter)
4728         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
4729         Do not use `format' in `tramp-message'.
4731         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
4732         [file-notify-rm-watch, set-visited-file-modtime]:
4733         [verify-visited-file-modtime]: Add handler.
4734         (tramp-smb-call-winexe): Do not bind `default-directory'.
4736 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
4738         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
4740 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
4742         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
4743         use it.
4744         (log-view-diff-changeset): Same.
4745         (log-view-diff-common): Call backend command `previous-revision'
4746         to find out the previous revision, in both cases.  Swap the
4747         variables `to' and `fr', so that `fr' usually refers to the
4748         earlier revision (Bug#14989).
4750 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
4752         * ibuf-ext.el (ibuffer-filter-by-filename):
4753         Make it work with dired buffers too.
4755 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
4757         * emacs-lisp/re-builder.el (reb-color-display-p):
4758         * files.el (save-buffers-kill-terminal):
4759         * net/browse-url.el (browse-url):
4760         * server.el (server-save-buffers-kill-terminal):
4761         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
4762         Prefer nil to selected-frame for the first arg of frame-parameter.
4764 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
4766         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
4768 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
4770         * minibuffer.el (completion--twq-all): Try and preserve each
4771         completion's case choice (bug#14907).
4773 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775         * net/network-stream.el (open-network-stream): Mention the new
4776         :nogreeting parameter.
4777         (network-stream-open-starttls): Use the :nogreeting parameter
4778         (bug#14938).
4780         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
4782         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
4783         more natural than popping.
4785         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
4786         (shr-urlify): Highlight under mouse.
4788 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
4790         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
4792         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
4794         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
4795         buffer for output.
4797         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
4798         point-min==1.  Fix search string.  Fix parentheses missing.
4800         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
4801         assume point-min==1.  Fix search string.  Fix parentheses missing.
4803         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
4805         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
4806         buffer for output.
4808 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
4810         * frame.el (frame-notice-user-settings): Avoid inflooping when the
4811         initial frame is minibuffer-less.  (Bug#14841)
4813 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
4815         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
4816         option.
4818         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4819         (tramp-maybe-open-connection): Use it.
4821 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
4823         * desktop.el (desktop--make-frame): Include `minibuffer' in the
4824         minimal set of parameters passed when creating a frame, because
4825         the minibuffer status of a frame cannot be changed later.
4827 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
4829         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
4830         replace-regexp-in-string and inadvertent omissions in previous change.
4831         (todo-filter-items): Ensure only file names are comma-separated in
4832         name of filtered items buffer.
4834 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
4836         * desktop.el: Optionally force offscreen frames back onscreen.
4837         (desktop-restoring-reuses-frames): New option.
4838         (desktop--compute-pos, desktop--move-onscreen): New functions.
4839         (desktop--make-frame): Use desktop--move-onscreen.
4841 2013-07-27  Alan Mackenzie  <acm@muc.de>
4843         Fontify a Java generic method as a function.
4844         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
4845         value to t.
4847 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
4849         * calendar/todo-mode.el: Add command to rename todo files.
4850         (todo-rename-file): New command.
4851         (todo-key-bindings-t): Add key binding for it.  Change the
4852         bindings of todo-filter-regexp-items(-multifile) to use `x'
4853         instead of `r', since the latter is better suited to the new
4854         renaming command.
4856 2013-07-27  Alan Mackenzie  <acm@muc.de>
4858         Make Java try-with-resources statement parse properly.
4859         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
4860         (c-block-stmt-1-2-key): New language constants/variables.
4861         * progmodes/cc-engine.el (c-beginning-of-statement-1)
4862         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
4863         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
4864         with c-block-stmt-1-2-key.
4866 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
4868         * desktop.el (desktop--make-frame): Apply most frame parameters after
4869         creating the frame to force (partially or totally) offscreen frames to
4870         be restored as such.
4872 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
4874         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
4875         (Bug#14948)
4877 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4879         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
4880         `base' arg of backtrace-frame.
4882 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
4884         * simple.el (list-processes): Doc fix.
4886 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
4888         * desktop.el (desktop--select-frame):
4889         Try harder to reuse existing frames.
4891 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4893         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
4894         (edebug-eval): Use backtrace-eval.
4895         (edebug--display, edebug--recursive-edit): Don't let-bind the
4896         edebug-outer-* vars that keep track of variables we locally let-bind.
4897         (edebug-outside-excursion): Don't restore outside values of locally
4898         let-bound vars.
4899         (edebug--display): Use user-error.
4900         (cl-lexical-debug, cl-debug-env): Remove.
4902 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
4904         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
4905         are restored to be sure that they are visible before deleting any
4906         remaining ones.
4908 2013-07-26  Matthias Meulien  <orontee@gmail.com>
4910         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
4911         vc-print-root-log.  (Bug#14948)
4913 2013-07-26  Richard Stallman  <rms@gnu.org>
4915         Add aliases for encrypting mail.
4916         * epa.el (epa-mail-aliases): New option.
4917         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
4918         Bind inhibit-read-only so read-only text doesn't ruin everything.
4919         (epa-mail-default-recipients): New subroutine broken out.
4920         Handle epa-mail-aliases.
4922 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4924         Add support for lexical variables to the debugger's `e' command.
4925         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
4926         vars, except for debugger-outer-match-data.
4927         (debugger-frame-number): Move check for "on a function call" from
4928         callers into it.  Add `skip-base' argument.
4929         (debugger-frame, debugger-frame-clear): Simplify accordingly.
4930         (debugger-env-macro): Only reset the state stored in non-variables,
4931         i.e. current-buffer and match-data.
4932         (debugger-eval-expression): Rewrite using backtrace-eval.
4933         * subr.el (internal--called-interactively-p--get-frame): Remove.
4934         (called-interactively-p):
4935         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
4936         `base' arg of backtrace-frame instead.
4938 2013-07-26  Glenn Morris  <rgm@gnu.org>
4940         * align.el (align-regexp): Doc fix.  (Bug#14857)
4941         (align-region): Explicit error if subexpression missing/does not match.
4943         * simple.el (global-visual-line-mode):
4944         Do not duplicate the mode lighter.  (Bug#14858)
4946 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
4948         * window.el (display-buffer): In display-buffer bind
4949         split-window-keep-point to t, bug#14829.
4951 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
4953         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
4954         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
4955         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
4956         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4957         Change accordingly.
4958         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
4959         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
4961 2013-07-25  Glenn Morris  <rgm@gnu.org>
4963         * dired-x.el (dired-mark-extension): Convert comment to doc string.
4965 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
4967         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
4968         parameter to modify-frame-parameters if the value has not changed;
4969         this is a workaround for bug#14949.
4970         (desktop--make-frame): On cl-delete-if call, check parameter name,
4971         not full parameter.
4973 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
4975         * vc/vc.el (vc-ignore): New function.
4977         * vc/vc-svn.el (vc-svn-ignore): New function.
4979         * vc/vc-hg.el (vc-hg-ignore): New function.
4981         * vc/vc-git.el (vc-git-ignore): New function.
4983         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
4984         (vc-dir-ignore): New function.
4986         * vc/vc-cvs.el (vc-cvs-ignore): New function.
4987         (cvs-append-to-ignore): Move here from pcvs.el.
4989         * vc/vc-bzr.el (vc-bzr-ignore): New function.
4991         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
4993 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
4995         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
4996         (desktop-restore-frames): Warn when deleting an existing frame failed.
4998 2013-07-24  Glenn Morris  <rgm@gnu.org>
5000         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
5002 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
5004         * filenotify.el (file-notify-supported-p):
5005         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5006         Remove functions.
5008         * autorevert.el (auto-revert-use-notify):
5009         (auto-revert-notify-add-watch):
5010         * net/tramp.el (tramp-file-name-for-operation):
5011         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5012         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5013         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5014         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5015         Remove `file-notify-supported-p' entry.
5017 2013-07-24  Glenn Morris  <rgm@gnu.org>
5019         * printing.el: Replace all uses of deleted ps-windows-system,
5020         ps-lp-system, ps-flatten-list with lpr- versions.
5022 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5024         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5025         checked with memq (bug#14935).
5027         * files.el (revert-buffer-function): Use a non-nil default.
5028         (revert-buffer-preserve-modes): Declare var to
5029         provide access to the `preserve-modes' argument.
5030         (revert-buffer): Let-bind it.
5031         (revert-buffer--default): New function, extracted from revert-buffer.
5033 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5035         * lpr.el: Signal print errors more prominently.
5036         (print-region-function): Don't default to nil.
5037         (lpr-print-region): New function, extracted from print-region-1.
5038         Check lpr's return value and signal an error in case of problem.
5039         (print-region-1): Use it.
5040         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
5041         versions instead.
5042         (ps-printer-name): Default to nil.
5043         (ps-printer-name-option): Default to lpr-printer-switch.
5044         (ps-print-region-function): Don't default to nil.
5045         (ps-postscript-code-directory): Simplify default.
5046         (ps-do-despool): Use lpr-print-region to properly check the outcome.
5047         (ps-string-list, ps-eval-switch, ps-flatten-list)
5048         (ps-flatten-list-1): Remove.
5049         (ps-multibyte-buffer): Avoid setq.
5050         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5051         (print-region-function, ps-print-region-function): Don't set them here.
5053 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
5055         * ido.el (ido-fractionp):
5056         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5057         (ido-max-file-prompt-width, ido-unc-hosts-cache)
5058         (ido-max-directory-size, ido-max-dir-file-cache)
5059         (ido-decorations): Doc fix.
5061         * ansi-color.el: Fix old URL.
5063 2013-07-23  Michael R. Mauger  <michael@mauger.com>
5065         * progmodes/sql.el: Version 3.3
5066         (sql-product-alist): Improve oracle :prompt-cont-regexp.
5067         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5068         (sql-interactive-remove-continuation-prompt): Rewrite, use
5069         functions above.  Fix continuation prompt and complete output line
5070         handling.
5071         (sql-redirect-one, sql-execute): Use `read-only-mode' on
5072         redirected output buffer.
5073         (sql-mode): Restore deleted code (Bug#13591).
5075 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
5077         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5079 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
5081         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5083         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5084         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5085         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5087 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
5089         * desktop.el (desktop-clear): Simplify; remove useless checks
5090         against invalid buffer names.
5091         (desktop-list*): Use cl-list*.
5092         (desktop-buffer-info, desktop-create-buffer): Simplify.
5094 2013-07-23  Leo Liu  <sdl.web@gmail.com>
5096         * bookmark.el (bookmark-make-record): Restore NAME as a default
5097         value.  (Bug#14933)
5099 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * emacs-lisp/autoload.el (autoload--setup-output): New function,
5102         extracted from autoload--insert-text.
5103         (autoload--insert-text): Remove.
5104         (autoload--print-cookie-text): New function, extracted from
5105         autoload--insert-cookie-text.
5106         (autoload--insert-cookie-text): Remove.
5107         (autoload-generate-file-autoloads): Adjust calls accordingly.
5109         * winner.el (winner-hook-installed-p): Remove.
5110         (winner-mode): Simplify accordingly.
5112         * subr.el (add-to-list): Fix compiler-macro when `append' is
5113         not constant.  Don't use `cl-member' for the base case.
5115         * progmodes/subword.el: Fix boundary case (bug#13758).
5116         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
5117         own group.
5118         (subword-backward-regexp): Make it a constant.
5119         (subword-forward-internal): Don't treat a trailing capital as the
5120         beginning of a word.
5122 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
5124         * emacs-lisp/package.el (package-menu-mode): Don't modify the
5125         global value of tabulated-list-revert-hook (bug#14930).
5127 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
5129         * desktop.el: Require 'cl-lib.
5130         (desktop-before-saving-frames-functions): New hook.
5131         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5132         for frames being saved.  Rename from desktop--save-minibuffer-frames.
5133         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
5134         Do not save frames with non-nil `desktop-dont-save' parameter.
5135         Filter out deleted frames.
5136         (desktop--find-frame): Use cl-find-if.
5137         (desktop--select-frame): Use cl-(first|second|third) to access values
5138         of desktop-mini.
5139         (desktop--make-frame): Use cl-delete-if.
5140         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5141         (desktop-restore-frames): Use cl-(first|second|third) to access values
5142         of desktop-mini.  Look for visible frame at the end, not while
5143         restoring frames.
5145         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5146         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5147         Use string-match-p, looking-at-p (bug#14927).
5149 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
5151         * desktop.el (desktop-saved-frame-states):
5152         Rename from desktop--saved-states; all users changed.
5153         (desktop-save-frames): Rename from desktop--save-frames.
5154         Do not save state to desktop file.
5155         (desktop-save): Save desktop-saved-frame-states to desktop file
5156         and reset to nil.
5157         (desktop-restoring-frames-p): New function.
5158         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
5159         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
5160         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
5162         * desktop.el: Correctly restore iconified frames.
5163         (desktop--filter-iconified-position): New function.
5164         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5166 2013-07-20  Glenn Morris  <rgm@gnu.org>
5168         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
5169         Let `message' do the formatting.
5170         (def-gdb-preempt-display-buffer): Add explicit format.
5172         * image-dired.el (image-dired-track-original-file):
5173         Use with-current-buffer.
5174         (image-dired-track-thumbnail): Use with-current-buffer.
5175         Avoid changing point of wrong window.
5177         * image-dired.el (image-dired-track-original-file):
5178         Avoid changing point of wrong window.  (Bug#14909)
5180 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
5182         * progmodes/gdb-mi.el (gdb-done-or-error):
5183         Guard against "%" in gdb output.  (Bug#14127)
5185 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
5187         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
5188         (Bug#14826)
5190         * international/mule.el (coding-system-iso-2022-flags): Fix last
5191         change.
5193 2013-07-20  Kenichi Handa  <handa@gnu.org>
5195         * international/mule.el (coding-system-iso-2022-flags):
5196         Add `8-bit-level-4'.  (Bug#8522)
5198 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200         * net/shr.el (shr-mouse-browse-url): New command and keystroke
5201         (bug#14815).
5203         * net/eww.el (eww-process-text-input): Allow inputting when the
5204         point is at the start of the line, as the properties aren't
5205         front-sticky.
5207         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
5208         degenerate widths.
5210 2013-07-19  Richard Stallman  <rms@gnu.org>
5212         * epa.el (epa-popup-info-window): Doc fix.
5214         * subr.el (split-string): New arg TRIM.
5216 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
5218         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
5219         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
5221 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
5223         * filenotify.el (file-notify--library): Rename from
5224         `file-notify-support'.  Do not autoload.  Adapt all uses.
5225         (file-notify-supported-p): New defun.
5227         * autorevert.el (auto-revert-use-notify):
5228         Use `file-notify-supported-p' instead of `file-notify-support'.
5229         Adapt docstring.
5230         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
5232         * net/tramp.el (tramp-file-name-for-operation):
5233         Add `file-notify-supported-p'.
5235         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5236         New defun.
5237         (tramp-sh-file-name-handler-alist): Add it as handler for
5238         `file-notify-supported-p '.
5240         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5241         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5242         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5243         Add `ignore' as handler for `file-notify-*' functions.
5245 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
5247         * simple.el (line-move-partial, line-move): Don't start vscroll or
5248         scroll-up if the current line is not taller than the window.
5249         (Bug#14881)
5251 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
5253         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
5254         highlight question marks in the method names as strings.
5255         (ruby-block-beg-keywords): Inline.
5256         (ruby-font-lock-keyword-beg-re): Extract from
5257         `ruby-font-lock-keywords'.
5259 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
5261         * frame.el (blink-cursor-blinks): New defcustom.
5262         (blink-cursor-blinks-done): New defvar.
5263         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
5264         (blink-cursor-timer-function): Check if number of blinks has been
5265         done on X and NS.
5266         (blink-cursor-suspend, blink-cursor-check): New defuns.
5268 2013-07-15  Glenn Morris  <rgm@gnu.org>
5270         * edmacro.el (edmacro-format-keys): Fix previous change.
5272 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
5274         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
5275         The hack didn't work outside English locales anyway.
5277 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
5279         * simple.el (define-alternatives): Rename from alternatives-define,
5280         per RMS' suggestion.
5282 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
5284         * desktop.el (desktop-restore-frames): Change default to t.
5285         (desktop-restore-in-current-display): Now offer more options.
5286         (desktop-restoring-reuses-frames): New customization option.
5287         (desktop--saved-states): Doc fix.
5288         (desktop-filter-parameters-alist): New variable, renamed and expanded
5289         from desktop--excluded-frame-parameters.
5290         (desktop--target-display): New variable.
5291         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
5292         (desktop--filter-tty*, desktop--filter-*-color)
5293         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5294         (desktop--filter-save-desktop-parm)
5295         (desktop-restore-in-original-display-p): New functions.
5296         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
5297         (desktop--save-minibuffer-frames): New function, inspired by a similar
5298         function from Martin Rudalics.
5299         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
5300         (desktop--restore-in-this-display-p): Remove.
5301         (desktop--find-frame): Rename from desktop--find-frame-in-display
5302         and add predicate argument.
5303         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
5304         (desktop--reuse-list): New variable.
5305         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
5306         New functions.
5307         (desktop--restore-frames): Add support for "minibuffer-special" frames.
5309 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
5311         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
5313 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
5315         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5316         Highlight conversion methods on Kernel.
5318 2013-07-13  Alan Mackenzie  <acm@muc.de>
5320         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
5321         and comment it out.  This out-commenting enables certain C++
5322         declarations to be parsed correctly.
5324 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
5326         * international/mule.el (define-coding-system): Doc fix.
5328         * simple.el (default-font-height): Don't call font-info if the
5329         frame's default font didn't change since the frame was created.
5330         (Bug#14838)
5332 2013-07-13  Leo Liu  <sdl.web@gmail.com>
5334         * ido.el (ido-read-file-name): Guard against non-symbol value.
5336 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5338         * progmodes/python.el (python-imenu--build-tree): Fix corner case
5339         in nested defuns.
5341 2013-07-13  Leo Liu  <sdl.web@gmail.com>
5343         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
5344         ido-set-matches call.  (Bug#6852)
5346 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
5348         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
5349         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
5350         Ruby 2.0.
5351         (ruby-font-lock-keywords): Distinguish calls to functions with
5352         module-like names from module references.  Highlight character
5353         literals.
5355 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
5357         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
5358         (gdb-send): Handle continued commands.  (Bug#14847)
5360 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
5362         * desktop.el (desktop--v2s): Remove unused local variable.
5363         (desktop-save-buffer): Make defvar-local; adjust docstring.
5364         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
5365         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
5367 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
5369         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
5371 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
5373         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
5374         (Bug#14842)
5376 2013-07-12  Glenn Morris  <rgm@gnu.org>
5378         * doc-view.el: Require cl-lib at runtime too.
5379         (doc-view-remove-if): Remove.
5380         (doc-view-search-next-match, doc-view-search-previous-match):
5381         Use cl-remove-if.
5383         * edmacro.el: Require cl-lib at runtime too.
5384         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
5385         (edmacro-mismatch, edmacro-subseq): Remove.
5387         * shadowfile.el: Require cl-lib.
5388         (shadow-remove-if): Remove.
5389         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
5390         Use cl-remove-if.
5392         * wid-edit.el: Require cl-lib.
5393         (widget-choose): Use cl-remove-if.
5394         (widget-remove-if): Remove.
5396         * progmodes/ebrowse.el: Require cl-lib at runtime too.
5397         (ebrowse-delete-if-not): Remove.
5398         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
5399         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
5400         Use cl-delete-if-not.
5402 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
5404         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
5405         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
5407 2013-07-12  Leo Liu  <sdl.web@gmail.com>
5409         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
5411 2013-07-11  Glenn Morris  <rgm@gnu.org>
5413         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
5414         (edebug-gensym-index, edebug-gensym):
5415         Remove reimplementation of cl-gensym.
5416         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
5418         * thumbs.el: Require cl-lib at run-time too.
5419         (thumbs-gensym-counter, thumbs-gensym):
5420         Remove reimplementation of cl-gensym.
5421         (thumbs-temp-file): Use cl-gensym.
5423         * emacs-lisp/ert.el: Require cl-lib at runtime too.
5424         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
5425         (ert--intersection, ert--set-difference, ert--set-difference-eq)
5426         (ert--union, ert--gensym-counter, ert--gensym-counter)
5427         (ert--coerce-to-vector, ert--remove*, ert--string-position)
5428         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
5429         (ert-make-test-unbound, ert--expand-should-1)
5430         (ert--expand-should, ert--should-error-handle-error)
5431         (should-error, ert--explain-equal-rec)
5432         (ert--plist-difference-explanation, ert-select-tests)
5433         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
5434         Use cl-lib functions rather than reimplementations.
5436 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
5438         * net/tramp.el (tramp-methods): Extend docstring.
5439         (tramp-connection-timeout): New defcustom.
5440         (tramp-error-with-buffer): Reset timestamp only when appropriate.
5441         (with-tramp-progress-reporter): Simplify.
5442         (tramp-process-actions): Improve messages.
5444         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5445         * net/tramp-sh.el (tramp-maybe-open-connection):
5446         Use `tramp-connection-timeout'.
5447         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
5448         (Bug#14808)
5450 2013-07-11  Leo Liu  <sdl.web@gmail.com>
5452         * ido.el (ido-read-file-name): Conform to the requirements of
5453         read-file-name.  (Bug#11861)
5454         (ido-read-directory-name): Conform to the requirements of
5455         read-directory-name.
5457 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
5459         * subr.el (delay-warning): New function.
5461 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
5463         * simple.el (default-line-height): New function.
5464         (line-move-partial, line-move): Use it instead of computing the
5465         line height inline.
5466         (line-move-partial): Always compute ROWH.  If the last line is
5467         partially-visible, but its text is completely visible, allow
5468         cursor to enter such a partially-visible line.
5470 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
5472         Improve error messages.  (Bug#14808)
5474         * net/tramp.el (tramp-current-connection): New defvar, moved from
5475         tramp-sh.el.
5476         (tramp-message-show-progress-reporter-message): Remove, not
5477         needed anymore.
5478         (tramp-error-with-buffer): Show message in minibuffer.
5479         Discard input before waiting.  Reset connection timestamp.
5480         (with-tramp-progress-reporter): Improve messages.
5481         (tramp-process-actions): Use progress reporter.  Delete process in
5482         case of error.  Improve messages.
5484         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
5485         Call `tramp-error-with-buffer' with vector and buffer.
5486         (tramp-current-connection): Remove.
5487         (tramp-maybe-open-connection): The car of
5488         `tramp-current-connection' are the first 3 slots of the vector.
5490 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
5492         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
5493         inside continued strings.
5495 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5497         Timestamp fixes for undo (Bug#14824).
5498         * files.el (clear-visited-file-modtime): Move here from fileio.c.
5500 2013-07-10  Leo Liu  <sdl.web@gmail.com>
5502         * files.el (require-final-newline): Allow safe local value.
5503         (Bug#14834)
5505 2013-07-09  Leo Liu  <sdl.web@gmail.com>
5507         * ido.el (ido-read-directory-name): Handle fallback.
5508         (ido-read-file-name): Update DIR to ido-current-directory.
5509         (Bug#1516)
5510         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
5512 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
5514         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
5515         "autoload".  Remove "warn lower camel case" section, previously
5516         commented out.  Highlight negation char.  Do not highlight the
5517         target in singleton method definitions.
5519 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5521         * faces.el (tty-setup-hook): Declare the hook.
5523         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
5524         and detect when a guard/pred depends on local vars (bug#14773).
5525         (pcase--u1): Adjust caller.
5527 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
5529         * simple.el (line-move-partial, line-move): Account for
5530         line-spacing.
5531         (line-move-partial): Avoid setting vscroll when the last
5532         partially-visible line in window is of default height.
5534 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
5537         been used a while.
5539 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
5541         * subr.el (read-quoted-char): Remove unused local variable `char'.
5543 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5545         * ediff.el (ediff-version): Version update.
5546         (ediff-files-command, ediff3-files-command, ediff-merge-command)
5547         (ediff-merge-with-ancestor-command, ediff-directories-command)
5548         (ediff-directories3-command, ediff-merge-directories-command)
5549         (ediff-merge-directories-with-ancestor-command): New functions.
5550         All are command-line interfaces to ediff: to facilitate calling
5551         Emacs with the appropriate ediff functions invoked.
5553         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
5554         (viper-save-kill-buffer): Check if buffer is modified.
5556         * viper.el (viper-version): Version update.
5557         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5559 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5561         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
5562         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
5563         (viper-intercept-ESC-key): Simplify.
5564         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
5565         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
5566         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
5567         (viper-setup-ESC-to-escape): New functions.
5568         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
5569         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
5571 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
5573         * simple.el (default-font-height, window-screen-lines):
5574         New functions.
5575         (line-move, line-move-partial): Use them instead of
5576         frame-char-height and window-text-height.  This makes scrolling
5577         text smoother when the buffer's default face uses a font that is
5578         different from the frame's default font.
5580 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
5582         * files.el (write-file): Do not display confirm dialog for NS,
5583         it does its own dialog, which can't be cancelled (Bug#14578).
5585 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
5587         * simple.el (line-move-partial): Adjust the row returned by
5588         posn-at-point for the current window-vscroll.  (Bug#14567)
5590 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
5592         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
5593         (tramp-sh-file-inotifywait-process-filter): Handle file names with
5594         spaces.
5596 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
5598         * window.el (window-state-put-stale-windows): New variable.
5599         (window--state-put-2): Save list of windows without matching buffer.
5600         (window-state-put): Remove "bufferless" windows if possible.
5602 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
5604         * simple.el (alternatives-define): Remove leftover :group keyword.
5605         Tweak docstring.
5607 2013-07-06  Leo Liu  <sdl.web@gmail.com>
5609         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
5610         (ido-enable-virtual-buffers): New variable.
5611         (ido-buffer-internal, ido-toggle-virtual-buffers)
5612         (ido-make-buffer-list): Use it.
5613         (ido-exhibit): Support turning on and off virtual buffers
5614         automatically.
5616 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
5618         * simple.el (alternatives-define): New macro.
5620 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5622         * subr.el (read-quoted-char): Use read-key.
5623         (sit-for): Let read-event decode tty input (bug#14782).
5625 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
5627         * calendar/todo-mode.el: Add handling of file deletion, both by
5628         mode command and externally.  Fix various related bugs.
5629         Clarify Commentary and improve some documentation strings and code.
5630         (todo-delete-file): New command.
5631         (todo-check-file): New function.
5632         (todo-show): Handle external deletion of the file we're trying to
5633         show (bug#14688).  Replace called-interactively-p by an optional
5634         prefix argument to avoid problematic interaction with catch form
5635         when byte compiled (bug#14702).
5636         (todo-quit): Handle external deletion of the archive's todo file.
5637         Make sure the buffer that was visiting the archive file is still
5638         live before trying to bury it.
5639         (todo-category-completions): Handle external deletion of any
5640         category completion files.
5641         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
5642         of todo files, in case of external deletion.
5643         (todo-add-file): Replace unnecessary setq by let-binding.
5644         (todo-find-archive): Check whether there are any archives.
5645         Replace unnecessary setq by let-binding.
5646         (todo-archive-done-item): Use find-file-noselect to get the
5647         archive buffer whether or not the archive already exists.
5648         Remove superfluous code.  Use file size instead of buffer-file-name to
5649         check if the archive is new; if it is, update list of archives.
5650         (todo-default-todo-file): Allow nil to be a valid value for when
5651         there are no todo files.
5652         (todo-reevaluate-default-file-defcustom): Use corrected definition
5653         of todo-default-todo-file.
5654         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
5655         (todo-delete-category, todo-show-categories-table)
5656         (todo-category-number): Clarify comment.
5657         (todo-filter-items): Clarify documentation string.
5658         (todo-show-current-file, todo-display-as-todo-file)
5659         (todo-reset-and-enable-done-separator): Tweak documentation string.
5660         (todo-done-separator): Make separator length window-width, since
5661         bug#2749 is now fixed.
5663 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
5665         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5666         Support both "gvfs-monitor-dir" and "inotifywait".
5667         (tramp-sh-file-inotifywait-process-filter): Rename from
5668         `tramp-sh-file-notify-process-filter'.
5669         (tramp-sh-file-gvfs-monitor-dir-process-filter)
5670         (tramp-get-remote-gvfs-monitor-dir): New defuns.
5672 2013-07-05  Leo Liu  <sdl.web@gmail.com>
5674         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
5676 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5678         * frame.el (display-pixel-height, display-pixel-width)
5679         (display-mm-height, display-mm-width): Mention behavior on
5680         multi-monitor setups in docstrings.
5681         (w32-display-monitor-attributes-list): Declare function.
5682         (display-monitor-attributes-list): Use it.
5684 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
5686         * filenotify.el: New package.
5688         * autorevert.el (top): Require filenotify.el.
5689         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
5690         instead.
5691         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5692         (auto-revert-notify-handler): Use `file-notify-*' functions.
5694         * subr.el (file-notify-handle-event): Move function to filenotify.el.
5696         * net/tramp.el (tramp-file-name-for-operation):
5697         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
5699         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5700         for `file-notify-add-watch' and `file-notify-rm-watch'.
5701         (tramp-process-sentinel): Improve trace.
5702         (tramp-sh-handle-file-notify-add-watch)
5703         (tramp-sh-file-notify-process-filter)
5704         (tramp-sh-handle-file-notify-rm-watch)
5705         (tramp-get-remote-inotifywait): New defuns.
5707 2013-07-03  Juri Linkov  <juri@jurta.org>
5709         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
5710         call of `occur-read-primary-args' to interactive spec.
5712         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
5713         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
5715 2013-07-03  Matthias Meulien  <orontee@gmail.com>
5717         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
5718         `Buffer-menu-multi-occur'.  Add it to the menu.
5719         (Buffer-menu-mode): Document it in docstring.
5720         (Buffer-menu-multi-occur): New command.  (Bug#14673)
5722 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
5724         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
5725         keywords and built-ins.
5727 2013-07-03  Glenn Morris  <rgm@gnu.org>
5729         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
5731         Make info-xref checks case-sensitive by default
5732         * info.el (Info-find-node, Info-find-in-tag-table)
5733         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
5734         Add option for exact case matching of nodes.
5735         * info-xref.el (info-xref): New custom group.
5736         (info-xref-case-fold): New option.
5737         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
5739 2013-07-03  Leo Liu  <sdl.web@gmail.com>
5741         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
5743 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
5745         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
5746         middle of block statement initially, lower the depth.  Remove
5747         FIXME comment, not longer valid.  Remove middle of block statement
5748         detection, no need to do that anymore since we've been using
5749         `ruby-parse-region' here.
5751 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
5753         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
5755 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5757         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
5759 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
5761         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
5762         (desktop-restore-in-current-display): New customization option.
5763         (desktop--excluded-frame-parameters): Add `font'.
5764         (desktop--save-frames): Rename from desktop--save-windows.
5765         (desktop--restore-in-this-display-p): New function.
5766         (desktop--make-full-frame): Remove unwanted width/height from
5767         full(width|height) frames.
5768         (desktop--restore-frames): Rename from desktop--restore-windows.
5769         Obey desktop-restore-current-display.  Do not delete old frames or
5770         select a new frame unless we were able to restore at least one frame.
5772 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
5774         * files.el (find-file-noselect): Simplify conditional expression.
5776         * remember.el (remember-append-to-file):
5777         Don't mix `find-buffer-visiting' and `get-file-buffer'.
5779         Add `remember-notes' function to store random notes across Emacs
5780         restarts.
5781         * remember.el (remember-data-file): Add :set callback to affect
5782         notes buffer (if any).
5783         (remember-notes): New command.
5784         (remember-notes-buffer-name, bury-remember-notes-on-kill):
5785         New defcustoms for the `remember-notes' function.
5786         (remember-notes-save-and-bury-buffer): New command.
5787         (remember-notes-mode-map): New variable.
5788         (remember-mode): New minor mode.
5789         (remember-notes--kill-buffer-query): New function.
5790         * startup.el (initial-buffer-choice): Add notes to custom type.
5792 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
5794         * bindings.el (right-char, left-char): Don't call sit-for, this is
5795         no longer needed.  Use arithmetic comparison only for numerical
5796         arguments.
5798         * international/mule-cmds.el (select-safe-coding-system):
5799         Handle the case of FROM being a string correctly.  (Bug#14755)
5801 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803         * net/shr.el (shr-make-table-1): Add a sanity check that allows
5804         progression on degenerate tables.
5805         (shr-rescale-image): ImageMagick animated images currently don't work.
5807 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
5809         Some fixes and improvements for desktop frame restoration.
5810         It is still experimental and disabled by default.
5811         * desktop.el (desktop--save-windows): Put the selected frame at
5812         the head of the list.
5813         (desktop--make-full-frame): New function.
5814         (desktop--restore-windows): Try to re-select the frame that was
5815         selected upon saving.  Do not abort if some frames fail to restore,
5816         just show an error message and continue.  Set up maximized frames
5817         so they have default non-maximized dimensions.
5819 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
5821         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5822         Don't start heredoc inside a string or comment.
5824 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
5826         * bindings.el (visual-order-cursor-movement): New defcustom.
5827         (right-char, left-char): Provide visual-order cursor motion by
5828         calling move-point-visually.  Update the doc strings.
5830 2013-06-28  Kenichi Handa  <handa@gnu.org>
5832         * international/mule.el (define-coding-system): New coding system
5833         properties :inhibit-null-byte-detection,
5834         :inhibit-iso-escape-detection, and :prefer-utf-8.
5835         (set-buffer-file-coding-system): If :charset-list property of
5836         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
5837         appropriate for setting.
5839         * international/mule-cmds.el (select-safe-coding-system):
5840         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
5841         multibyte characters, return utf-8 (or one of its siblings).
5843         * international/mule-conf.el (prefer-utf-8): New coding system.
5844         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
5845         files.
5847 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
5849         * net/shr.el (shr-render-region): New function.
5851         * net/eww.el: Autoload `eww-browse-url'.
5853 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
5855         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5856         Adapt to `package-desc-version' being a list.
5857         Use `package--ac-desc-version' to retrieve version from a package
5858         archive element.
5860 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
5862         New experimental feature to save&restore window and frame setup.
5863         * desktop.el (desktop-save-windows): New defcustom.
5864         (desktop--saved-states): New var.
5865         (desktop--excluded-frame-parameters): New defconst.
5866         (desktop--filter-frame-parms, desktop--find-frame-in-display)
5867         (desktop--restore-windows, desktop--save-windows): New functions.
5868         (desktop-save): Call `desktop--save-windows'.
5869         (desktop-read): Call `desktop--restore-windows'.
5871 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873         * net/shr.el (add-face-text-property): Remove compat definition.
5875 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
5877         * info.el (Info-try-follow-nearest-node): Move search for footnote
5878         above search for node name to prevent missing a footnote (bug#14717).
5880 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
5882         * obsolete/otodo-mode.el: Add obsolescence info to file header.
5884 2013-06-27  Leo Liu  <sdl.web@gmail.com>
5886         * net/eww.el (eww-read-bookmarks): Check file size.
5888 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5890         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
5891         advice--pending if newdef is nil or an autoload (bug#13820).
5892         (advice-mapc): New function.
5894 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
5897         probably.
5898         (eww-mode-map): Add a menu bar.
5899         (eww-add-bookmark): New command.
5900         (eww-bookmark-mode): New mode and commands.
5901         (eww-add-bookmark): Remove newlines from the title.
5902         (eww-bookmark-browse): Don't bug out if it's the only window.
5904 2013-06-26  Glenn Morris  <rgm@gnu.org>
5906         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
5907         (hfy-size): Handle ttys.  (Bug#14668)
5909         * info-xref.el: Update for Texinfo 5 change in *note format.
5910         (info-xref-node-re, info-xref-note-re): New constants.
5911         (info-xref-check-buffer): Use info-xref-note-re.
5913 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5915         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
5917         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
5918         nil terminate the loop (bug#14718).
5920 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922         * net/eww.el: Rework history traversal.  When going forward/back,
5923         put these actions into the history, too, so that they can be
5924         replayed.
5925         (eww-render): Move the history reset to the correct buffer.
5927 2013-06-25  Juri Linkov  <juri@jurta.org>
5929         * files-x.el (modify-dir-local-variable): Change the header comment
5930         in the file with directory local variables.  (Bug#14692)
5932         * files-x.el (read-file-local-variable-value): Add `default'.
5933         (Bug#14710)
5935 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5937         * net/eww.el (eww-make-unique-file-name): Create a unique file
5938         name before saving to entering `y' accidentally asynchronously.
5940 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
5942         * net/eww.el (eww-download): New command and keystroke.
5944 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5946         * net/eww.el (eww-copy-page-url): Change name of command.
5948         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
5949         be more consistent with Info and dired.
5951         * net/eww.el (eww-mode-map): Ditto.
5953 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
5956         packages from archives.
5957         (package-archive-contents): Change format; include obsolete packages.
5958         (package-desc): Use `dir' to mark builtin packages.
5959         (package--from-builtin): Set the `dir' field to `builtin'.
5960         (generated-autoload-file, version-control): Declare.
5961         (package-compute-transaction): Change first arg and return value to be
5962         lists of package-descs.  Adjust to new package-archive-contents format.
5963         (package--add-to-archive-contents): Adjust to new
5964         package-archive-contents format.
5965         (package-download-transaction): Arg is now a list of package-descs.
5966         (package-install): If `pkg' is a package name, pass it as
5967         a requirement, so it is subject to the usual (e.g. disabled) checks.
5968         (describe-package): Accept package-desc as well.
5969         (describe-package-1): Describe a specific package-desc.  Add links to
5970         other package-descs for the same package name.
5971         (package-menu-describe-package): Pass the actual package-desc.
5972         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
5973         works correctly.
5974         (package-desc-status): New function.
5975         (package-menu--refresh): New function, extracted
5976         from package-menu--generate.
5977         (package-menu--generate): Use it.
5978         (package-delete): Update package-alist.
5979         (package-menu-execute): Don't call package-initialize.
5981         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
5982         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
5983         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
5984         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
5985         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
5986         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
5988 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
5990         * window.el (window--state-get-1): Workaround for bug#14527.
5991         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
5993 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995         * net/eww.el (eww-back-url): Implement the history by stashing all
5996         the data into a list.
5997         (eww-forward-url): Allow going forward in the history, too.
5999 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6001         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6002         for values and use read--expression for expressions (bug#14710).
6003         (read-file-local-variable): Avoid setq.
6004         (read-file-local-variable-mode): Use minor-mode-list.
6006 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6008         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
6009         for DOI URLs.
6011 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6013         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
6014         Update imenu-support when dialect changes.
6016 2013-06-25  Leo Liu  <sdl.web@gmail.com>
6018         * ido.el (ido-read-internal): Allow forward slash on windows.
6020 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6022         * net/eww.el (eww): Start of strings is \\`, not ^.
6024 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
6026         * net/shr.el (shr-browse-url): Fix interactive spec.
6028         * net/eww.el (eww): Add a trailing slash to domain names.
6030 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
6032         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6034 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6036         * net/shr.el (shr-browse-url): Use an external browser if given a
6037         prefix.
6039         * net/eww.el (eww-external-browser): Move to shr.
6041 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
6043         * net/eww.el (eww): Work more correctly for file: URLs.
6044         (eww-detect-charset): Allow quoted charsets.
6045         (eww-yank-page-url): New command and keystroke.
6047 2013-06-24  Daiki Ueno  <ueno@gnu.org>
6049         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6050         file name of gpg executable.
6051         (epg-context-program): New function.
6052         (epg-context-home-directory): New function.
6053         (epg-context-set-program): New function.
6054         (epg-context-set-home-directory): New function.
6055         (epg--start): Use `epg-context-program' instead of
6056         'epg-gpg-program'.
6057         (epg--list-keys-1): Likewise.
6059 2013-06-24  Leo Liu  <sdl.web@gmail.com>
6061         * ido.el (ido-read-internal): Fix bug#14620.
6063 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
6065         * faces.el (face-documentation): Simplify.
6066         (read-face-attribute, tty-find-type, x-resolve-font-name):
6067         Use `string-match-p'.
6068         (list-faces-display): Use `string-match-p'.  Simplify.
6069         (face-spec-recalc): Check face to avoid face alias loops.
6070         (read-color): Use `string-match-p' and non-capturing parenthesis.
6072 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6074         * net/shr.el (shr-rescale-image): Use the new
6075         :max-width/:max-height functionality.
6077 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
6079         * net/eww.el (eww-search-prefix): New variable.
6080         (eww): Use it.
6081         (eww-external-browser): New variable.
6082         (eww-mode-map): New keystroke.
6083         (eww-browse-with-external-browser): New command.
6085         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6087 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
6089         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6090         Don't skip aligning the next header field when padding is 0;
6091         otherwise, field width is not respected unless the title is as
6092         wide as the field.
6094 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6096         * emacs-lisp/package.el (package-el-version): Remove.
6097         (package-process-define-package): Fix inf-loop.
6098         (package-install): Allow symbols as arguments again.
6100 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
6102         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6103         add some more keyword-like methods.
6104         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6106 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
6108         * bs.el (bs-buffer-show-mark): Make defvar-local.
6109         (bs-mode): Use setq-local.
6111         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6112         (emacs-lock--try-unlocking): Make defvar-local.
6114 2013-06-22  Glenn Morris  <rgm@gnu.org>
6116         * play/cookie1.el (cookie-apropos): Minor simplification.
6118         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6120 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
6122         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6123         `regexp-opt', it breaks the build during dumping.
6125 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
6127         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6128         Highlight keyword-like methods on Kernel and Module with
6129         font-lock-builtin-face.
6130         (auto-mode-alist): Consolidate different entries into one regexp
6131         and add more *file-s.
6133 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
6135         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6137         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6138         (diary-entry): Use it in the action of this button type instead of
6139         diary-goto-entry.
6141         * calendar/todo-mode.el: New version.
6142         (todo-add-category): Append new category to end of file and give
6143         it the highest number, instead of putting it at the beginning and
6144         giving it 0.  Incorporate noninteractive functionality.
6145         (todo-forward-category): Adapt to 1-based category numbering.
6146         Allow skipping over archived categories.
6147         (todo-backward-category): Derive from todo-forward-category.
6148         (todo-backward-item, todo-forward-item): Make noninteractive and
6149         delegate interactive part to new commands.  Make sensitive to done items.
6150         (todo-categories): Make value an alist of category names and
6151         vectors of item counts.
6152         (todo-category-beg): Make a defconst.
6153         (todo-category-number): Use 1 instead of 0 as initial value.
6154         (todo-category-select): Make sensitive to overlays, optional item
6155         highlighting and done items.
6156         (todo-delete-item): Make sensitive to overlays and marked and done items.
6157         (todo-edit-item): Make sensitive to overlays and editing of
6158         date/time header optional.  Add format checks.
6159         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
6160         no-op if point is not on an item.  Advertise using todo-edit-quit.
6161         (todo-edit-mode): Make sensitive to new format, font-locking, and
6162         multiple todo files.
6163         (todo-insert-item, todo-insert-item-here): Derive from
6164         todo-basic-insert-item and extend functionality.
6165         (todo-item-end, todo-item-start): Make sensitive to done items.
6166         (todo-item-string): Don't return text properties.  Restore point.
6167         (todo-jump-to-category): Make sensitive to multiple todo files and
6168         todo archives.  Use extended category completion.
6169         (todo-lower-item, todo-raise-item): Rename to *-priority and
6170         derive from todo-set-item-priority.
6171         (todo-mode): Derive from special-mode.  Make sensitive to new
6172         format, font-locking and multiple todo files.  Make read-only.
6173         (todo-mode-map): Don't suppress digit keys, so they can supply
6174         prefix arguments.  Add many new key bindings.
6175         (todo-prefix): Insert as an overlay instead of file text.
6176         Change semantics from diary date expression to purely visual mark.
6177         (todo-print): Rename to todo-print-buffer.  Make buffer display
6178         features printable.  Remove option to restrict number of items
6179         printed.  Add option to print to file.
6180         (todo-print-function): Rename to todo-print-buffer-function.
6181         (todo-quit): Extend to handle exiting new todo modes.
6182         (todo-remove-item): Make sensitive to overlays.
6183         (todo-save): Extend to buffers of filtered items.
6184         (todo-show): Make sensitive to done items, multiple todo files and
6185         new todo modes.  Offer to convert legacy todo file before creating
6186         first new todo file.
6187         (todo-show-priorities): Rename to todo-top-priorities.
6188         Change semantics of value 0.
6189         (todo-top-priorities): Rename to todo-filter-top-priorities,
6190         derive from todo-filter-items and extend functionality.
6191         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
6192         and extend functionality to other types of filtered items.
6193         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
6194         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
6195         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
6196         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
6197         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
6198         (todo-edit-mode-hook, todo-entry-prefix-function)
6199         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
6200         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
6201         (todo-initials, todo-insert-threshold, todo-item-string-start)
6202         (todo-line-string, todo-menu, todo-mode-hook)
6203         (todo-more-important-p, todo-previous-answer, todo-previous-line)
6204         (todo-print-priorities, todo-remove-separator)
6205         (todo-save-top-priorities-too, todo-string-count-lines)
6206         (todo-string-multiline-p, todo-time-string-format)
6207         (todo-tmp-buffer-name): Remove.
6208         (todo-add-file, todo-archive-done-item, todo-choose-archive)
6209         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
6210         (todo-edit-category-diary-inclusion)
6211         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
6212         (todo-edit-file, todo-edit-item-date-day)
6213         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
6214         (todo-edit-item-date-month, todo-edit-item-date-to-today)
6215         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
6216         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
6217         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
6218         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
6219         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
6220         (todo-filter-top-priorities-multifile, todo-find-archive)
6221         (todo-find-filtered-items-file, todo-go-to-source-item)
6222         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
6223         (todo-jump-to-archive-category, todo-lower-category)
6224         (todo-mark-category, todo-marked-item-p, todo-merge-category)
6225         (todo-move-category, todo-move-item, todo-next-button)
6226         (todo-next-item, todo-padded-string, todo-powerset)
6227         (todo-previous-button, todo-previous-item)
6228         (todo-print-buffer-to-file, todo-raise-category)
6229         (todo-rename-category, todo-repair-categories-sexp, todo-search)
6230         (todo-set-category-number, todo-set-item-priority)
6231         (todo-set-top-priorities-in-category)
6232         (todo-set-top-priorities-in-file, todo-show-categories-table)
6233         (todo-sort-categories-alphabetically-or-numerically)
6234         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
6235         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
6236         (todo-toggle-item-header, todo-toggle-item-highlighting)
6237         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
6238         (todo-toggle-view-done-items, todo-toggle-view-done-only)
6239         (todo-unarchive-items, todo-unmark-category): New commands.
6240         (todo-absolute-file-name, todo-add-to-buffer-list)
6241         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
6242         (todo-basic-insert-item, todo-category-completions)
6243         (todo-category-number, todo-category-string-matcher-1)
6244         (todo-category-string-matcher-2, todo-check-filtered-items-file)
6245         (todo-check-format, todo-clear-matches)
6246         (todo-comment-string-matcher, todo-convert-legacy-date-time)
6247         (todo-current-category, todo-date-string-matcher)
6248         (todo-define-insertion-command, todo-diary-expired-matcher)
6249         (todo-diary-goto-entry, todo-diary-item-p)
6250         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
6251         (todo-display-categories, todo-display-sorted, todo-done-item-p)
6252         (todo-done-item-section-p, todo-done-separator)
6253         (todo-done-string-matcher, todo-files, todo-filter-items)
6254         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
6255         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
6256         (todo-insert-category-line, todo-insert-item-from-calendar)
6257         (todo-insert-sort-button, todo-insert-with-overlays)
6258         (todo-insertion-command-name, todo-insertion-key-bindings)
6259         (todo-label-to-key, todo-longest-category-name-length)
6260         (todo-make-categories-list, todo-mode-external-set)
6261         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
6262         (todo-modes-set-3, todo-multiple-filter-files)
6263         (todo-nondiary-marker-matcher, todo-prefix-overlays)
6264         (todo-read-category, todo-read-date, todo-read-dayname)
6265         (todo-read-file-name, todo-read-time)
6266         (todo-reevaluate-category-completions-files-defcustom)
6267         (todo-reevaluate-default-file-defcustom)
6268         (todo-reevaluate-filelist-defcustoms)
6269         (todo-reevaluate-filter-files-defcustom)
6270         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
6271         (todo-reset-done-separator, todo-reset-done-separator-string)
6272         (todo-reset-done-string, todo-reset-global-current-todo-file)
6273         (todo-reset-highlight-item, todo-reset-nondiary-marker)
6274         (todo-reset-prefix, todo-set-categories)
6275         (todo-set-date-from-calendar, todo-set-show-current-file)
6276         (todo-set-top-priorities, todo-short-file-name)
6277         (todo-show-current-file, todo-sort, todo-time-string-matcher)
6278         (todo-total-item-counts, todo-update-buffer-list)
6279         (todo-update-categories-display, todo-update-categories-sexp)
6280         (todo-update-count, todo-validate-name, todo-y-or-n-p):
6281         New functions.
6282         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
6283         New major modes.
6284         (todo-categories, todo-display, todo-edit, todo-faces)
6285         (todo-filtered): New defgroups.
6286         (todo-archived-only, todo-button, todo-category-string, todo-date)
6287         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
6288         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
6289         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
6290         (todo-add-item-if-new-category, todo-always-add-time-string)
6291         (todo-categories-align, todo-categories-archived-label)
6292         (todo-categories-category-label, todo-categories-diary-label)
6293         (todo-categories-done-label, todo-categories-number-separator)
6294         (todo-categories-todo-label, todo-categories-totals-label)
6295         (todo-category-completions-files, todo-completion-ignore-case)
6296         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
6297         (todo-done-separator-string, todo-done-string)
6298         (todo-files-function, todo-filter-done-items, todo-filter-files)
6299         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
6300         (todo-initial-category, todo-initial-file, todo-item-mark)
6301         (todo-legacy-date-time-regexp, todo-mode-line-function)
6302         (todo-nondiary-marker, todo-number-prefix)
6303         (todo-print-buffer-function, todo-show-current-file)
6304         (todo-show-done-only, todo-show-first, todo-show-with-done)
6305         (todo-skip-archived-categories, todo-top-priorities-overrides)
6306         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
6307         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
6308         New defcustoms.
6309         (todo-category-done, todo-date-pattern, todo-date-string-start)
6310         (todo-diary-items-buffer, todo-done-string-start)
6311         (todo-filtered-items-buffer, todo-item-start)
6312         (todo-month-abbrev-array, todo-month-name-array)
6313         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
6314         (todo-top-priorities-buffer): New defconsts.
6315         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
6316         (todo-categories-with-marks, todo-category-string-face)
6317         (todo-comment-face, todo-comment-string, todo-current-todo-file)
6318         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
6319         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
6320         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
6321         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
6322         (todo-font-lock-keywords, todo-global-current-todo-file)
6323         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
6324         (todo-insertion-commands-args)
6325         (todo-insertion-commands-args-genlist)
6326         (todo-insertion-commands-names, todo-insertion-map)
6327         (todo-key-bindings-t, todo-key-bindings-t+a)
6328         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
6329         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
6330         (todo-nondiary-face, todo-print-buffer, todo-time-face)
6331         (todo-visited): New variables.
6333 2013-06-21  Glenn Morris  <rgm@gnu.org>
6335         * play/cookie1.el (cookie-apropos): Add optional display argument.
6336         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
6337         (psychoanalyze-pinhead): Use cookie-doctor.
6339 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6341         * emacs-lisp/package.el (tar-get-file-descriptor)
6342         (tar--extract): Declare.
6344 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
6346         Extend flymake's warning predicate to be a function (bug#14217).
6347         * progmodes/flymake.el (flymake-warning-predicate): New.
6348         (flymake-parse-line): Use it.
6349         (flymake-warning-re): Make obsolete alias to
6350         `flymake-warning-predicate'.
6352 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6354         * emacs-lisp/package.el (package-alist): Include obsolete packages.
6355         (package-obsolete-list): Remove.
6356         (package-activate): Remove min-version argument.  Add `force' argument.
6357         Adjust to new package-alist format.
6358         (package-mark-obsolete): Remove.
6359         (package-unpack): Force reload of the package's autoloads.
6360         (package-installed-p): Check builtins if the installed package is not
6361         recent enough.
6362         (package-initialize): Don't reset package-obsolete-list.
6363         Don't specify which package version to activate.
6364         (package-process-define-package, describe-package-1)
6365         (package-menu--generate): Adjust to new package-alist format.
6367 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6369         * allout-widgets.el (allout-widgets-mode-off)
6370         (allout-widgets-mode-on, allout-widgets-pre-command-business)
6371         (allout-widgets-post-command-business)
6372         (allout-widgets-after-copy-or-kill-function)
6373         (allout-widgets-after-undo-function, allout-test-range-overlaps)
6374         (allout-decorate-item-and-context)
6375         (allout-graphics-modification-handler): Fix typos in docstrings.
6376         (allout-get-or-create-parent-widget): Use `looking-at-p'.
6378         * cmuscheme.el (scheme-start-file): Doc fix.
6379         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
6380         (scheme-input-filter): Use `string-match-p'.
6382         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
6384         * dired-x.el: Use Dired consistently in docstrings.
6386         * dired.el: Use Dired consistently in docstrings.
6387         (dired-readin, dired-mode): Use `setq-local'.
6388         (dired-switches-alist): Make defvar-local.
6389         (dired-buffers-for-dir): Use `zerop'.
6390         (dired-safe-switches-p, dired-switches-escape-p)
6391         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
6392         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
6393         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
6394         (dired-goto-next-nontrivial-file): Use `string-match-p'.
6395         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
6396         (dired-toggle-marks, dired-mark-files-containing-regexp)
6397         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
6398         (dired-flag-auto-save-files, dired-flag-backup-files):
6399         Use `looking-at-p'.
6400         (dired-mark-files-regexp, dired-build-subdir-alist):
6401         Use `string-match-p', `looking-at-p'.
6403         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
6404         (direct-print-region-helper): Use `string-match-p'.
6406 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6408         * comint.el (comint-redirect-results-list-from-process):
6409         Fix infinite loop.
6411 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6413         * net/eww.el (eww-update-header-line-format): Quote % characters.
6415 2013-06-21  Glenn Morris  <rgm@gnu.org>
6417         * play/cookie1.el (cookie): New custom group.
6418         (cookie-file): New option.
6419         (cookie-check-file): New function.
6420         (cookie): Make it interactive.  Make start and end messages optional.
6421         Interactively, display the result.  Default to cookie-file.
6422         (cookie-insert): Default to cookie-file.
6423         (cookie-snarf): Make start and end messages optional.
6424         Default to cookie-file.  Use with-temp-buffer.
6425         (cookie-read): Rename from read-cookie.
6426         Make start and end messages optional.  Default to cookie-file.
6427         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
6428         Do not autoload it.
6429         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
6430         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
6432 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6434         * progmodes/octave.el (octave-mode): Backward compatibility fix.
6436 2013-06-21  Glenn Morris  <rgm@gnu.org>
6438         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
6440 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6441             Daniel Hackney  <dan@haxney.org>
6443         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
6444         Consolidate the single-file vs tarball code.
6445         (package-desc-suffix): New function.
6446         (package-desc-full-name): Don't bother inlining it.
6447         (package-load-descriptor): Return the new package-desc.
6448         (package-mark-obsolete): Remove unused arg `package'.
6449         (package-unpack): Make it work for single files as well.
6450         Make it update package-alist.
6451         (package--make-autoloads-and-stuff): Rename from
6452         package--make-autoloads-and-compile.  Don't compile any more.
6453         (package--compile): New function.
6454         (package-generate-description-file): New function, extracted from
6455         package-unpack-single.
6456         (package-unpack-single): Remove.
6457         (package--with-work-buffer): Add indentation and debugging info.
6458         (package-download-single): Remove.
6459         (package-install-from-archive): Rename from package-download-tar, make
6460         it take a pkg-desc, and make it work for single files as well.
6461         (package-download-transaction): Simplify.
6462         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
6463         external tar program.
6464         (package-install-from-buffer): Remove `pkg-desc' argument.
6465         Use package-tar-file-info for tar-mode buffers.
6466         (package-install-file): Simplify accordingly.
6467         (package-archive-base): Change to take a pkg-desc.
6468         * tar-mode.el (tar--check-descriptor): New function, extracted from
6469         tar-get-descriptor.
6470         (tar-get-descriptor): Use it.
6471         (tar-get-file-descriptor): New function.
6472         (tar--extract): New function, extracted from tar-extract.
6473         (tar--extract): Use it.
6474         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
6475         case the summary uses non-ascii.  Adjust to new calling convention of
6476         package-tar-file-info.
6478 2013-06-21  Leo Liu  <sdl.web@gmail.com>
6480         * comint.el (comint-redirect-results-list-from-process):
6481         Fix random delay.  (Bug#14681)
6483 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
6485         * profiler.el (profiler-format-number): Use log, not log10.
6487 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6489         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
6491 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6493         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
6494         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
6495         yet available.
6496         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
6497         (AUTOGENEL): ... here.
6498         * emacs-lisp/cl-macs.el (cl--sublis): New function.
6499         (cl--defsubst-expand): Use it.
6501 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6503         * subr.el (log10): Move here from C code, and declare as obsolete.
6504         All uses of (log10 X) replaced with (log X 10).
6506 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6508         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
6509         Declare with `defvar-local'.
6510         (tabulated-list-use-header-line, tabulated-list-entries)
6511         (tabulated-list-padding, tabulated-list-printer)
6512         (tabulated-list-sort-key): Declare with `defvar-local'.
6513         (tabulated-list-init-header, tabulated-list-print-fake-header):
6514         Use `setq-local'.
6516 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
6518         * arc-mode.el (archive-mode): Add `archive-write-file' to
6519         `write-contents-functions' also for remote files.  (Bug#14652)
6521 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
6523         * cus-edit.el (custom-commands): Fix typos.
6524         (custom-display): Fix tooltip text.
6525         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
6526         Fix typos in docstrings.
6527         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
6528         (custom-unlispify-menu-entry, custom-magic-value-create)
6529         (custom-add-see-also, custom-group-value-create): Use ?\s.
6530         (custom-guess-type, customize-apropos, editable-field)
6531         (custom-face-value-create): Use `string-match-p'.
6532         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
6534         * custom.el (custom-load-symbol): Use `string-match-p'.
6536         * ansi-color.el: Convert to lexical binding.
6537         (ansi-colors): Fix URL.
6538         (ansi-color-context, ansi-color-context-region): Use defvar-local.
6539         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
6540         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
6542 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6544         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
6546         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
6548 2013-06-19  Tom Tromey  <tromey@redhat.com>
6550         * net/eww.el (eww-top-url): Remove.
6551         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
6552         (eww-render): Set new variables.  Don't set eww-top-url.
6553         (eww-handle-link): Handle "prev", "home", and "contents".
6554         Downcase the rel text.
6555         (eww-top-url): Choose best top URL.
6557 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6559         * net/eww.el: Rewrite to implement form elements "by hand" instead of
6560         relying in widget.el.  Using widget.el leads to too many
6561         user interface inconsistencies.
6562         (eww-self-insert): Implement entering commands in text fields.
6563         (eww-process-text-input): New function to make text input field editing
6564         work.
6565         (eww-submit): Rewrite to use the new-style form methods.
6566         (eww-select-display): Display the correct selected item.
6567         (eww-change-select): Implement changing the select value.
6568         (eww-toggle-checkbox): Implement radio/checkboxes.
6569         (eww-update-field): Fix compilation error.
6570         (eww-tag-textarea): Implement <textarea>.
6572         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
6573         we don't shadow mode-specific bindings.
6575         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
6576         nothing to push.
6578         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
6580 2013-06-19  Glenn Morris  <rgm@gnu.org>
6582         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
6584 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
6586         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
6587         not needed.
6589         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
6591 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6593         * net/browse-url.el (browse-url-browser-function):
6594         `eww-browse-url' has the right calling signature, `eww' does not.
6596 2013-06-19  Glenn Morris  <rgm@gnu.org>
6598         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6599         Only eval autoloaded macros.
6600         (byte-compile-autoload): Only give the macro warning for macros.
6602         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
6603         (ps-underlined-faces): Declare.
6605         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
6606         (speedbar-add-supported-extension): Declare.
6608         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
6609         Don't include a date stamp in the header of the generated file;
6610         it leads to needless differences between output files.
6612 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
6614         * net/secrets.el (secrets-struct-secret-content-type):
6615         Replace check of introspection data by a test call of "CreateItem".
6616         Some servers do not offer introspection.
6618 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6620         * electric.el (electric-pair-mode): Improve interaction with
6621         electric-layout-mode.
6622         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
6623         (electric-pair-syntax): Use text-mode-syntax-table in comments
6624         and strings.
6625         (electric-pair--insert): New function.
6626         (electric-pair-post-self-insert-function): Use it and
6627         electric--after-char-pos.
6629 2013-06-19  Leo Liu  <sdl.web@gmail.com>
6631         * progmodes/octave.el (octave-help): Fix regexp.
6633 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6635         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
6636         (shr-table-horizontal-line): Allow nil as a value, and change the
6637         default.
6638         (shr-insert-table-ruler): Respect the nil value.
6640 2013-06-18  Tom Tromey  <tromey@barimba>
6642         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6643         New defvars.
6644         (eww-open-file): New defun.
6645         (eww-render): Initialize new variables.
6646         (eww-display-html): Handle "link" and "a".
6647         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
6648         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
6649         (eww-back-url): Rename from eww-previous-url.
6650         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
6651         New defuns.
6653 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
6655         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
6656         Distinguish ternary operator tokens from slash symbol and slash
6657         char literal.
6659 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
6661         Convert symbol prettification into minor mode and global minor mode.
6663         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
6664         `prog-prettify-symbols', and make a local defvar instead of defcustom.
6665         (prettify-symbols--keywords): Rename from
6666         `prog-prettify-symbols-alist' and make a local defvar.
6667         (prettify-symbols--compose-symbol): Rename from
6668         `prog--prettify-font-lock-compose-symbol'.
6669         (prettify-symbols--make-keywords): Rename from
6670         `prog-prettify-font-lock-symbols-keywords' and simplify.
6671         (prog-prettify-install): Remove.
6672         (prettify-symbols-mode): New minor mode, based on
6673         `prog-prettify-install'.
6674         (turn-on-prettify-symbols-mode): New function.
6675         (global-prettify-symbols-mode): New globalized minor mode.
6677         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6678         * progmodes/cfengine.el (cfengine3-mode):
6679         * progmodes/perl-mode.el (perl-mode): Don't call
6680         `prog-prettify-install'; set `prettify-symbols-alist' instead.
6682 2013-06-18  Juri Linkov  <juri@jurta.org>
6684         * files-x.el (modify-file-local-variable-message): New function.
6685         (modify-file-local-variable)
6686         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
6687         and call `modify-file-local-variable-message' when it's non-nil.
6688         (add-file-local-variable, delete-file-local-variable)
6689         (add-file-local-variable-prop-line)
6690         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
6691         and use it.  (Bug#9820)
6693 2013-06-18  Juri Linkov  <juri@jurta.org>
6695         * emulation/vi.el (vi-shell-op):
6696         * emulation/vip.el (vip-execute-com, ex-command):
6697         * emulation/viper-cmd.el (viper-exec-bang):
6698         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
6699         the call of `shell-command-on-region'.  (Bug#14637)
6701         * simple.el (shell-command-on-region): Doc fix.
6703 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6705         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
6706         (bug#14633).
6708 2013-06-18  Glenn Morris  <rgm@gnu.org>
6710         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
6712         * newcomment.el (comment-search-forward, comment-search-backward):
6713         Doc fix.  (Bug#14376)
6715 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
6717         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
6718         (buffer-face-mode-invoke): Doc fix.
6720 2013-06-18  Matthias Meulien  <orontee@gmail.com>
6722         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
6723         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
6725 2013-06-18  Glenn Morris  <rgm@gnu.org>
6727         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
6728         Replace obsolete function generic-make-keywords with its expansion.
6730         * progmodes/python.el (ffap-alist): Declare.
6732         * textmodes/reftex.el (bibtex-mode-map): Declare.
6734 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6736         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
6737         (package-unpack, package-unpack-single): Return the pkg-dir.
6738         (package-download-transaction): Use it to update package-alist.
6740 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
6743         possible choice.
6745 2013-06-17  Juri Linkov  <juri@jurta.org>
6747         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
6749 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
6751         * emacs-lisp/package.el (package-load-descriptor):
6752         Remove `with-syntax-table' call, `read' doesn't need it.
6753         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
6755 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
6757         * startup.el (command-line): Expand package name returned by
6758         `package--description-file' (bug#14639).
6760 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
6762         * emacs-lisp/package.el (package-load-descriptor): Do not call
6763         `emacs-lisp-mode', just use its syntax table.
6765 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
6767         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
6768         `font-lock-extra-managed-props' if any prettifying keyword is added.
6769         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
6770         (prog-mode): Use `setq-local'.
6772 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6774         * international/characters.el (standard-case-table): Set syntax of ?»
6775         and ?« to punctuation.
6777 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
6779         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
6780         Save relevant match data before calling `syntax-ppss' (bug#14595).
6782 2013-06-15  Juri Linkov  <juri@jurta.org>
6784         * files-x.el (modify-file-local-variable-prop-line): Add local
6785         variables to the end of the existing comment on the first line.
6786         Use `file-auto-mode-skip' to skip interpreter magic line,
6787         and also skip XML declaration.
6789 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6791         * startup.el (package--builtin-versions): New var.
6792         (package-subdirectory-regexp): Remove.
6793         (package--description-file): Hard code its value instead.
6795         * emacs-lisp/package.el: Don't activate packages older than builtin.
6796         (package-obsolete-list): Rename from package-obsolete-alist, and make
6797         it into a simple list of package-desc.
6798         (package-strip-version): Remove.
6799         (package-built-in-p): Use package--builtin-versions.
6800         (package-mark-obsolete): Simplify.
6801         (package-process-define-package): Mark it obsolete if older than the
6802         builtin version.
6803         (package-handle-response): Use line-end-position.
6804         (package-read-archive-contents, package--download-one-archive):
6805         Simplify.
6806         (package--add-to-archive-contents): Skip if older than the builtin or
6807         installed version.
6808         (package-menu-describe-package): Fix last change.
6809         (package-list-unversioned): New var.
6810         (package-menu--generate): Use it.
6812         * emacs-lisp/autoload.el: Manage package--builtin-versions.
6813         (autoload--insert-text, autoload--insert-cookie-text): New functions.
6814         (autoload-builtin-package-versions): New variable.
6815         (autoload-generate-file-autoloads): Use them.
6816         Remove the list of autoloaded functions/macros from the
6817         (autoload...) comments.
6819         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
6821 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
6823         * simple.el (line-move-partial): Don't jump to the next screen
6824         line as soon as it becomes visible.  Instead, continue enlarging
6825         the vscroll until the portion of a tall screen line that's left on
6826         display is about the height of the frame's default font.
6827         (Bug#14567)
6829 2013-06-15  Glenn Morris  <rgm@gnu.org>
6831         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
6832         compilation-error-regexp-alist void, or local while let-bound.
6834         * progmodes/make-mode.el (makefile-mode-syntax-table):
6835         Treat "=" as punctuation.  (Bug#14614)
6837 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
6839         * help-fns.el (describe-variable):
6840         Add extra line for permanent-local variables.
6842 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
6844         * progmodes/scheme.el (scheme-font-lock-keywords-2):
6845         Add export, import, library.  (Bug#9164)
6846         (library): Set indent function.
6848 2013-06-14  Glenn Morris  <rgm@gnu.org>
6850         * term/xterm.el (xterm--query):
6851         Stop after first matching handler.  (Bug#14615)
6853 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
6855         Add support for dired in saveplace.
6856         * dired.el (dired-initial-position-hook): New variable.
6857         (dired-initial-position): Call hook to place cursor position.
6858         * saveplace.el (save-place-to-alist): Add dired position.
6859         (save-place-dired-hook): New function.
6861 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6863         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
6864         through a symbol rather than letrec.
6866         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
6867         (package-desc): Add `dir' field.
6868         (package-desc-full-name): New function.
6869         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
6870         (package-maybe-load-descriptor): Remove.
6871         (package-load-all-descriptors): Just call package-load-descriptor.
6872         (package--disabled-p): New function.
6873         (package-desc-vers, package-desc-doc): Remove aliases.
6874         (package--dir): Remove function.
6875         (package-activate): Check if a package is disabled.
6876         (package-process-define-package): New function, extracted from
6877         define-package.
6878         (define-package): Turn into a place holder.
6879         (package-unpack-single, package-tar-file-info):
6880         Use package--description-file.
6881         (package-compute-transaction): Use package--disabled-p.
6882         (package-download-transaction): Don't call
6883         package-maybe-load-descriptor since they're all loaded anyway.
6884         (package-install): Change argument to be a pkg-desc.
6885         (package-delete): Use a single pkg-desc argument.
6886         (describe-package-1): Use package-desc-dir instead of package--dir.
6887         Use package-desc property instead of package-symbol.
6888         (package-install-button-action): Adjust accordingly.
6889         (package--push): Rewrite.
6890         (package-menu--print-info): Adjust accordingly.  Change the ID format
6891         to be a pkg-desc.
6892         (package-menu-describe-package, package-menu-get-status)
6893         (package-menu--find-upgrades, package-menu-mark-upgrades)
6894         (package-menu-execute, package-menu--name-predicate):
6895         Adjust accordingly.
6896         * startup.el (package--description-file): New function.
6897         (command-line): Use it.
6898         * emacs-lisp/package-x.el (package-upload-buffer-internal):
6899         Use package-desc-version.
6901         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
6902         (byte-compile-preprocess): Use it.
6903         (byte-compile-file-form-defalias): Try a bit harder to use macros we
6904         can't quite recognize.
6905         (byte-compile-add-to-list): Remove.
6906         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
6907         (cconv-closure-convert): Add assertion.
6909         * emacs-lisp/map-ynp.el: Use lexical-binding.
6910         (map-y-or-n-p): Remove unused vars `tail' and `object'.
6911         Factor out some repeated code.
6913 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6915         * subr.el (with-eval-after-load): New macro.
6916         (eval-after-load): Allow form to be a function.
6917         take advantage of lexical-binding.
6918         (do-after-load-evaluation): Use dolist and adjust to new format.
6919         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
6921 2013-06-13  Juri Linkov  <juri@jurta.org>
6923         * replace.el (perform-replace): Display "symbol " and other search
6924         modes from `isearch-message-prefix' in the *Help* buffer.
6926         * isearch.el (isearch-query-replace): Add " symbol" and other
6927         possible search modes from `isearch-message-prefix' to the prompt.
6928         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
6929         when reading a regexp to collect.
6931 2013-06-13  Juri Linkov  <juri@jurta.org>
6933         * isearch.el (word-search-regexp): Match whitespace if the search
6934         string begins or ends in whitespace.  The LAX arg is applied to
6935         both ends of the search string.  Use `regexp-quote' and explicit
6936         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
6937         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
6938         boundaries are replaced with symbol boundaries, and characters
6939         between symbols match non-word non-symbol syntax.  (Bug#14602)
6941 2013-06-13  Juri Linkov  <juri@jurta.org>
6943         * isearch.el (isearch-del-char): Don't exceed the length of
6944         `isearch-string' by the prefix arg.  (Bug#14563)
6946 2013-06-13  Juri Linkov  <juri@jurta.org>
6948         * isearch.el (isearch-yank-word, isearch-yank-line)
6949         (isearch-char-by-name, isearch-quote-char)
6950         (isearch-printing-char, isearch-process-search-char):
6951         Add optional count prefix arg.  (Bug#14563)
6953         * international/isearch-x.el
6954         (isearch-process-search-multibyte-characters):
6955         Add optional count prefix arg.
6957 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6959         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
6960         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
6961         lexical-binding.
6963 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
6965         * subr.el (set-temporary-overlay-map): Add on-exit argument.
6967 2013-06-13  Glenn Morris  <rgm@gnu.org>
6969         * startup.el (tty-handle-args):
6970         Don't just discard "--" and anything after.  (Bug#14608)
6972         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
6974 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
6976         Implement changes in Secret Service API.  Make it backward compatible.
6977         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
6978         (secrets-create-item): Use it.  Prefix properties with interface.
6980 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
6982         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
6983         (term-emulate-terminal): Respect term-suppress-hard-newline.
6985 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
6987         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
6988         Only remove a `thumb-file' overlay.  (Bug#14548)
6990 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
6992         * mail/reporter.el (reporter-submit-bug-report):
6993         Handle missing package-name.  (Bug#14600)
6995 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6997         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
6998         (reftex-citation-prompt, reftex-default-bibliography)
6999         (reftex-bib-or-thebib, reftex-get-bibfile-list)
7000         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7001         (reftex-bib-sort-author, reftex-bib-sort-year)
7002         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7003         (reftex-extract-bib-entries-from-thebibliography)
7004         (reftex-get-bibkey-default, reftex-get-bib-names)
7005         (reftex-parse-bibtex-entry, reftex-get-bib-field)
7006         (reftex-format-bib-entry, reftex-parse-bibitem)
7007         (reftex-format-bibitem, reftex-do-citation)
7008         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7009         (reftex-restrict-bib-matches, reftex-extract-bib-file)
7010         (reftex-insert-bib-matches, reftex-format-citation)
7011         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7012         (reftex-create-bibtex-file): Add docstrings, mostly by converting
7013         existing comments into docstrings.
7015 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
7017         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7019 2013-06-12  Andreas Schwab  <schwab@suse.de>
7021         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7022         for auto-save files.
7024 2013-06-12  Glenn Morris  <rgm@gnu.org>
7026         * ido.el (ido-delete-ignored-files): Remove.
7027         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7028         Go back to calling ido-ignore-item-p directly.
7030 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
7032         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7034         * ido.el (ido-delete-ignored-files): New function,
7035         split from ido-make-file-list-1.
7036         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
7037         (ido-make-file-list-1): Use ido-delete-ignored-files.
7039 2013-06-12  Leo Liu  <sdl.web@gmail.com>
7041         * progmodes/octave.el (inferior-octave-startup)
7042         (inferior-octave-completion-table)
7043         (inferior-octave-track-window-width-change)
7044         (octave-eldoc-function-signatures, octave-help)
7045         (octave-find-definition): Use single quoted strings.
7046         (inferior-octave-startup-args): Change default value.
7047         (inferior-octave-startup): Do not hard code "-i" and
7048         "--no-line-editing".
7049         (inferior-octave-resync-dirs): Add optional arg NOERROR.
7050         (inferior-octave-directory-tracker): Use it.
7051         (octave-goto-function-definition): Robustify.
7052         (octave-help): Support highlighting operators in 'See also'.
7053         (octave-find-definition): Find subfunctions only in Octave mode.
7055 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7057         * help-fns.el (help-fns--compiler-macro): If the handler function is
7058         named, then put a link to it.
7059         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7060         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7061         (cl-typep): Use it.
7062         (cl-eval-when): Simplify debug spec.
7063         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
7064         compiler-macro function instead of setting `compiler-macro-file'.
7066 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
7068         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7069         * vc/vc-hooks.el (vc-stay-local): Doc fix.
7071 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7072             Daniel Hackney  <dan@haxney.org>
7074         First part of Daniel Hackney's patch to package.el.
7075         * emacs-lisp/package.el: Use defstruct.
7076         (package-desc): New, main struct.
7077         (package--bi-desc, package--ac-desc): New structs, used to describe the
7078         format in external files.
7079         (package-desc-vers): Replace with package-desc-version accessor.
7080         (package-desc-doc): Replace with package-desc-summary accessor.
7081         (package-activate-1): Remove `package' arg since the pkg-vec now
7082         includes the name.
7083         (define-package): Use package-desc-from-define.
7084         (package-unpack-single): Change file-name arg to be a symbol.
7085         (package--add-to-archive-contents): Use package-desc-create and new
7086         accessor functions to package--ac-desc.
7087         (package-buffer-info, package-tar-file-info): Return a package-desc.
7088         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
7089         arg to be a package-desc.
7090         (package-install-file): Adjust accordingly.  Use \' to match EOS.
7091         (package--from-builtin): New function.
7092         (describe-package-1, package-menu--generate): Use it.
7093         (package--make-autoloads-and-compile): Change name arg to be a symbol.
7094         (package-generate-autoloads): Idem and return the name of the file.
7095         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7096         Change pkg-info arg to be a package-desc.
7097         Use package-make-ac-desc.
7098         (package-upload-file): Use \' to match EOS.
7099         * finder.el (finder-compile-keywords): Use package-make-builtin.
7101 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7103         * vc/vc.el (vc-deduce-fileset): Change error message.
7104         (vc-read-backend): New function.
7105         (vc-next-action): Use it.
7107         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7109         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7110         (prolog-font-lock-keywords): Use regexp-opt instead.
7111         Don't manually highlight strings.
7112         (prolog-mode-variables): Simplify comment-start-skip.
7113         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
7115         * emacs-lisp/generic.el (generic--normalise-comments)
7116         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7117         (generic-mode-set-comments): Use them.
7118         (generic-bracket-support): Use setq-local.
7119         (generic-make-keywords-list): Declare obsolete.
7121 2013-06-11  Glenn Morris  <rgm@gnu.org>
7123         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7124         Prettify after setting font-lock-defaults.  (Bug#14574)
7126 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
7128         * replace.el (query-replace, occur-read-regexp-defaults-function)
7129         (replace-search):
7130         * subr.el (declare-function, number-sequence, local-set-key)
7131         (substitute-key-definition, locate-user-emacs-file)
7132         (with-silent-modifications, split-string, eval-after-load):
7133         Fix typos, remove unneeded backslashes and reflow some docstrings.
7135 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7138         default for Elisp files.
7140 2013-06-11  Glenn Morris  <rgm@gnu.org>
7142         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7143         although define-derived-mode was doing this anyway.  (Bug#14583)
7145 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
7147         * allout.el (allout-encryption-plaintext-sanitization-regexps):
7148         Fix make-variable-buffer-local call to refer to the correct variable.
7150 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
7152         * eshell/em-term.el (eshell-visual-commands)
7153         (eshell-visual-subcommands, eshell-visual-options):
7154         Add summary line to docstrings.  Add cross-references.
7156 2013-06-10  Glenn Morris  <rgm@gnu.org>
7158         * epa.el (epa-read-file-name): New function.  (Bug#14510)
7159         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
7161 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
7163         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7164         output redirection to be ignored with visual commands.
7166 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
7168         * eshell/em-term.el (eshell-visual-command-p): New function.
7169         (eshell-term-initialize): Move long lambda to separate function
7170         eshell-visual-command-p.
7171         * eshell/em-dirs.el (eshell-dirs-initialise):
7172         * eshell/em-script.el (eshell-script-initialize):
7173         Add missing #' to lambda.
7175 2013-06-08  Leo Liu  <sdl.web@gmail.com>
7177         * progmodes/octave.el (octave-add-log-current-defun): New function.
7178         (octave-mode): Set add-log-current-defun-function.
7179         (octave-goto-function-definition): Do not move point if not found.
7180         (octave-find-definition): Enhance to try subfunctions first.
7182 2013-06-08  Glenn Morris  <rgm@gnu.org>
7184         * emacs-lisp/bytecomp.el (byte-compile-char-before)
7185         (byte-compile-backward-char, byte-compile-backward-word):
7186         Improve previous change, to handle non-explicit nil.
7188 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7190         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
7191         (smie--opener/closer-at-point): New function.
7192         (smie--matching-block-data): Use it.  Don't match from right after an
7193         opener or right before a closer.  Obey smie-blink-matching-inners.
7194         Don't signal a mismatch for repeated inners like "switch..case..case".
7196 2013-06-07  Leo Liu  <sdl.web@gmail.com>
7198         * progmodes/octave.el (octave-mode): Set comment-use-global-state
7199         to t.  (Bug#14303)
7200         (octave-function-header-regexp): Fix.  (Bug#14570)
7201         (octave-help-mode-finish-hook, octave-help-mode-finish):
7202         Remove.  Just use temp-buffer-show-hook.
7204         * newcomment.el (comment-search-backward): Revert last change.
7205         (Bug#14434)
7207         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
7209 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
7211         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
7212         through xargs, to avoid failure due to MS-Windows limitations on
7213         command-line length.
7215 2013-06-06  Glenn Morris  <rgm@gnu.org>
7217         * font-lock.el (lisp-font-lock-keywords-2):
7218         Treat user-error like error.
7220         * emacs-lisp/bytecomp.el (byte-compile-char-before)
7221         (byte-compile-backward-char, byte-compile-backward-word):
7222         Handle explicit nil arguments.  (Bug#14565)
7224 2013-06-05  Alan Mackenzie  <acm@muc.de>
7226         * isearch.el (isearch-allow-prefix): New user option.
7227         (isearch-other-meta-char): Don't exit isearch when a prefix
7228         argument is typed whilst `isearch-allow-prefix' is non-nil.
7229         (Bug#9706)
7231 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7233         * autorevert.el (auto-revert-notify-handler): Use memq.
7234         Hide assertion failure.
7236         * skeleton.el: Use cl-lib.
7237         (skeleton-further-elements): Use defvar-local.
7238         (skeleton-insert): Use cl-progv.
7240 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7242         * progmodes/prog-mode.el (prog-prettify-symbols)
7243         (prog-prettify-install): Update docstrings.
7245 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7247         * simple.el: Move all the prog-mode code to prog-mode.el.
7248         * progmodes/prog-mode.el: New file.
7249         * loadup.el: Add prog-mode.el.
7251 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7253         * simple.el (prog-prettify-symbols): Add version.
7254         (prog-prettify-install): Add convenience function to prettify symbols.
7256         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
7257         (perl--augmented-font-lock-keywords-1)
7258         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
7259         variables and use it.
7261         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7262         (cfengine3-mode): Remove unneeded variable and use it.
7264         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7265         (lisp--augmented-font-lock-keywords-1)
7266         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
7267         Remove unneeded variables and use it.
7269 2013-06-05  João Távora  <joaotavora@gmail.com>
7271         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
7272         to point when opening the connection.  (Bug#14380)
7274 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7276         * subr.el (load-history-regexp, load-history-filename-element)
7277         (eval-after-load, after-load-functions, do-after-load-evaluation)
7278         (eval-next-after-load, display-delayed-warnings)
7279         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
7280         definition of save-match-data.
7281         (overriding-local-map): Remove accidental obsolescence declaration.
7283         * emacs-lisp/edebug.el (edebug-result): Move before first use.
7285 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
7287         Generalize symbol prettify support to prog-mode and implement it
7288         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
7289         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
7290         (prog--prettify-font-lock-compose-symbol)
7291         (prog-prettify-font-lock-symbols-keywords): New variables and
7292         functions to support symbol prettification.
7293         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
7294         (lisp--augmented-font-lock-keywords-1)
7295         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
7296         (lisp--prettify-symbols-alist): Implement prettify of lambda.
7297         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
7298         (cfengine3--prettify-symbols-alist, cfengine3-mode):
7299         Implement prettify of -> => :: strings.
7300         * progmodes/perl-mode.el (perl-prettify-symbols)
7301         (perl--font-lock-compose-symbol)
7302         (perl--font-lock-symbols-keywords): Move to prog-mode.
7303         (perl--prettify-symbols-alist): Prettify -> => :: strings.
7304         (perl-font-lock-keywords-1)
7305         (perl-font-lock-keywords-2): Remove explicit prettify support.
7306         (perl--augmented-font-lock-keywords)
7307         (perl--augmented-font-lock-keywords-1)
7308         (perl--augmented-font-lock-keywords-2, perl-mode):
7309         Implement prettify support.
7311 2013-06-05  Leo Liu  <sdl.web@gmail.com>
7313         Re-implement smie matching block highlight using
7314         show-paren-data-function.  (Bug#14395)
7315         * emacs-lisp/smie.el (smie-matching-block-highlight)
7316         (smie--highlight-matching-block-overlay)
7317         (smie--highlight-matching-block-lastpos)
7318         (smie-highlight-matching-block)
7319         (smie-highlight-matching-block-mode): Remove.
7320         (smie--matching-block-data-cache): New variable.
7321         (smie--matching-block-data): New function.
7322         (smie-setup): Use smie--matching-block-data for
7323         show-paren-data-function.
7325         * progmodes/octave.el (octave-mode-menu): Fix.
7326         (octave-find-definition): Skip garbage lines.
7328 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7330         Fix compilation error with simultaneous dynamic+lexical scoping.
7331         Add warning when a defvar appears after the first let-binding.
7332         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
7333         (byte-compile-close-variables): Initialize it.
7334         (byte-compile--declare-var): New function.
7335         (byte-compile-file-form-defvar)
7336         (byte-compile-file-form-define-abbrev-table)
7337         (byte-compile-file-form-custom-declare-variable): Use it.
7338         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
7339         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
7340         (byte-compile-bind): Handle dynamic bindings that shadow
7341         lexical bindings.
7342         (byte-compile-unbind): Make arg non-optional.
7343         (byte-compile-let): Simplify.
7344         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
7345         (cconv--analyse-function, cconv-analyse-form): Populate it.
7346         Protect byte-compile-bound-variables to limit the scope of defvars.
7347         (cconv-analyse-form): Add missing rule for (defvar <foo>).
7348         Remove unneeded rule for `declare'.
7350         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
7351         so as to avoid depending on cl-adjoin at run-time.
7352         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
7354         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
7355         (macroexp--warn-and-return): Use it.
7357 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7359         * lisp/subr.el: Convert to lexical binding.
7360         (overriding-local-map): Make obsolete.
7361         (add-to-list): Doc fix.  Add compiler macro.
7362         (read-key): Swap values of local maps.
7364 2013-06-05  Leo Liu  <sdl.web@gmail.com>
7366         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
7368 2013-06-04  Leo Liu  <sdl.web@gmail.com>
7370         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
7371         (compilation-auto-jump): Suppress the "Mark set" message to give
7372         way to exit message.
7374 2013-06-04  Alan Mackenzie  <acm@muc.de>
7376         Remove faulty optimisation from indentation calculation.
7377         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
7378         search limit based on 2000 characters back from indent-point.
7380 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
7382         * eshell/em-term.el (cl-lib): Require `cl-lib'.
7384 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7386         * emacs-lisp/lisp.el: Use lexical-binding.
7387         (lisp--local-variables-1, lisp--local-variables): New functions.
7388         (lisp--local-variables-completion-table): New var.
7389         (lisp-completion-at-point): Use it complete let-bound vars.
7391         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
7392         eagerly (bug#14422).
7394 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
7396         * autorevert.el (auto-revert-notify-enabled)
7397         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7398         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
7399         (auto-revert-notify-handler): Handle also gfilenotify.
7401         * subr.el (file-notify-handle-event): New defun.  Replacing ...
7402         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
7403         Remove.
7405 2013-06-03  Juri Linkov  <juri@jurta.org>
7407         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
7408         `M-s h .'.  (Bug#14427)
7410         * hi-lock.el (highlight-symbol-at-point): New alias for the new
7411         command `hi-lock-face-symbol-at-point'.
7412         (hi-lock-face-symbol-at-point): New command.
7413         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
7414         (hi-lock-menu): Add `highlight-symbol-at-point'.
7415         (hi-lock-mode): Doc fix.
7417         * isearch.el (isearch-forward-symbol-at-point): New command.
7418         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
7419         (isearch-highlight-regexp): Add a regexp which matches
7420         words/symbols for word/symbol mode.
7422         * subr.el (find-tag-default-bounds): New function with the body
7423         mostly moved from `find-tag-default'.
7424         (find-tag-default): Move most code to `find-tag-default-bounds',
7425         call it and apply `buffer-substring-no-properties' afterwards.
7427 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
7429         * eshell/em-term.el (eshell-term-initialize):
7430         Use `cl-intersection' rather than `intersection'.
7432 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
7434         * vc/log-view.el: Doc fix.
7435         (log-view-mode-map): Copy keymap from `special-mode-map'.
7437 2013-06-02  Eric Ludlam  <zappo@gnu.org>
7439         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
7440         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
7441         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
7442         (eieio-unbound, eieio-default-superclass)
7443         (eieio--define-field-accessors, method-static, method-before)
7444         (method-primary, method-after, method-num-lists)
7445         (method-generic-before, method-generic-primary)
7446         (method-generic-after, method-num-slots)
7447         (eieio-specialized-key-to-generic-key)
7448         (eieio--check-type, class-v, class-p)
7449         (eieio-class-name, define-obsolete-function-alias)
7450         (eieio-class-parents-fast, eieio-class-children-fast)
7451         (same-class-fast-p, class-constructor, generic-p)
7452         (generic-primary-only-p, generic-primary-only-one-p)
7453         (class-option-assoc, class-option, eieio-object-p)
7454         (class-abstract-p, class-method-invocation-order)
7455         (eieio-defclass-autoload-map, eieio-defclass-autoload)
7456         (eieio-class-un-autoload, eieio-defclass)
7457         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
7458         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
7459         (eieio--defgeneric-init-form, eieio-defgeneric-form)
7460         (eieio-defgeneric-reset-generic-form)
7461         (eieio-defgeneric-form-primary-only)
7462         (eieio-defgeneric-reset-generic-form-primary-only)
7463         (eieio-defgeneric-form-primary-only-one)
7464         (eieio-defgeneric-reset-generic-form-primary-only-one)
7465         (eieio-unbind-method-implementations)
7466         (eieio--defmethod, eieio--typep)
7467         (eieio-perform-slot-validation, eieio-validate-slot-value)
7468         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
7469         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
7470         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
7471         (eieio-slot-name-index, eieio-class-slot-name-index)
7472         (eieio-set-defaults, eieio-initarg-to-attribute)
7473         (eieio-attribute-to-initarg, eieio-c3-candidate)
7474         (eieio-c3-merge-lists, eieio-class-precedence-c3)
7475         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
7476         (eieio-class-precedence-list, eieio-generic-call-methodname)
7477         (eieio-generic-call-arglst, eieio-generic-call-key)
7478         (eieio-generic-call-next-method-list)
7479         (eieio-pre-method-execution-functions, eieio-generic-call)
7480         (eieio-generic-call-primary-only, eieiomt-method-list)
7481         (eieiomt-optimizing-obarray, eieiomt-install)
7482         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
7483         (eieio-generic-form, eieio-defmethod, make-obsolete)
7484         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
7485         (defclass): Remove `eval-and-compile' from macro.
7486         (call-next-method, shared-initialize): Instead of using
7487         `scoped-class' variable, use new eieio--scoped-class, and
7488         eieio--with-scoped-class.
7489         (initialize-instance): Rename local variable 'scoped-class' to
7490         'this-class' to remove ambiguitity from old global.
7492         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
7493         eieio.el.
7494         (eieio--scoped-class-stack): New variable.
7495         (eieio--scoped-class): New fcn.
7496         (eieio--with-scoped-class): New scoping macro.
7497         (eieio-defclass): Use pushnew instead of add-to-list.
7498         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
7499         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
7500         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
7501         `scoped-class' variable, use new eieio--scoped-class, and
7502         eieio--with-scoped-class.
7504         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
7506 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
7508         * eshell/esh-ext.el (eshell-external-command): Pass args to
7509         `eshell-find-interpreter'.
7510         (eshell-find-interpreter): Add new second parameter ARGS.
7512         * eshell/em-script.el (eshell-script-initialize): Add second arg
7513         to the function added as MATCH to `eshell-interpreter-alist'.
7515         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
7516         the function added as MATCH to `eshell-interpreter-alist'.
7518         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
7519         (eshell-visual-options): New defcustom.
7520         (eshell-escape-control-x): Adapt docstring.
7521         (eshell-term-initialize): Test `eshell-visual-subcommands' and
7522         `eshell-visual-options' in addition to `eshell-visual-commands'.
7523         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
7525 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7527         * progmodes/python.el (python-indent-block-enders): Add break,
7528         continue and raise keywords.
7530 2013-06-01  Glenn Morris  <rgm@gnu.org>
7532         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
7534         Plain (f)boundp silences compilation warnings since Emacs 22.1.
7535         * progmodes/cc-cmds.el (delete-forward-p):
7536         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
7537         * progmodes/cc-engine.el (buffer-syntactic-context):
7538         * progmodes/cc-fonts.el (face-property-instance):
7539         * progmodes/cc-mode.el (set-keymap-parents):
7540         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
7541         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
7542         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
7543         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
7544         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
7546         * progmodes/cc-vars.el (other): Emacs has this widget since
7547         at least 21.1, so don't (re)define it.
7549         * eshell/em-cmpl.el (eshell-cmpl-initialize):
7550         Replace the obsolete alias pcomplete-arg-quote-list.
7552 2013-06-01  Leo Liu  <sdl.web@gmail.com>
7554         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
7555         punctuation syntax.
7556         (inferior-octave-minimal-columns)
7557         (inferior-octave-last-column-width): New variables.
7558         (inferior-octave-track-window-width-change): New function.
7559         (inferior-octave-mode): Adjust column width so that Octave output,
7560         for example from 'ls', can fit into the window nicely.
7562 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
7564         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7565         Highlight expansions inside regexp literals.
7567 2013-05-31  Glenn Morris  <rgm@gnu.org>
7569         * obsolete/sym-comp.el (symbol-complete):
7570         Replace obsolete completion-annotate-function.
7572         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
7574 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
7576         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
7577         New function, checks if point is inside a literal that allows
7578         expression expansion.
7579         (ruby-syntax-propertize-expansion): Use it.
7580         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
7581         around the body.
7583 2013-05-30  Juri Linkov  <juri@jurta.org>
7585         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
7586         to "\M-si".
7587         (isearch-invisible): New variable.
7588         (isearch-forward): Doc fix.
7589         (isearch-mode): Set `isearch-invisible'
7590         to the value of `search-invisible'.
7591         (isearch-toggle-case-fold): Doc fix.
7592         (isearch-toggle-invisible): New command.
7593         (isearch-query-replace): Let-bind `search-invisible'
7594         to the value of `isearch-invisible'.
7595         (isearch-search): Use `isearch-invisible' instead of
7596         `search-invisible'.  Let-bind `search-invisible'
7597         to the value of `isearch-invisible'.  (Bug#11378)
7599 2013-05-30  Juri Linkov  <juri@jurta.org>
7601         * replace.el (perform-replace): Avoid `isearch-range-invisible'
7602         call when `query-flag' is nil and `search-invisible' is non-nil.
7603         (Bug#11746)
7605 2013-05-30  Glenn Morris  <rgm@gnu.org>
7607         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
7609         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
7610         (cc-require): Suppress spurious "noruntime" warnings.
7611         (cc-require-when-compile): Use fboundp, for sake of compiler.
7613         * progmodes/cc-mode.el: Move load of cc-vars before that of
7614         cc-langs (which in turn loads cc-vars), to quieten compiler.
7616 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7618         * paren.el: Simplify the code.
7619         (show-paren-mode): Always start the timer.
7620         (show-paren--idle-timer): Rename from show-paren-idle-timer.
7621         (show-paren--overlay, show-paren--overlay-1): Rename from
7622         show-paren-overlay and show-paren-overlay-1, and initialize to an
7623         overlay rather than to nil.
7624         (show-paren-function): Misc cleanup and simplifications.
7626 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7628         * paren.el (show-paren-data-function): New hook.
7629         (show-paren--default): New function, extracted from show-paren-function.
7630         (show-paren-function): Use show-paren-data-function.
7632 2013-05-30  Glenn Morris  <rgm@gnu.org>
7634         * ielm.el (ielm-map, ielm-complete-symbol):
7635         Use completion-at-point rather than obsolete functions.
7636         (inferior-emacs-lisp-mode): Doc fix.
7637         Set completion-at-point-functions, rather than
7638         comint-dynamic-complete-functions.
7640         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
7641         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
7642         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
7644         * image.el (image-animated-p): Tweak definition.
7646         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
7647         (rlogin-process-connection-type): Tweak default.  Add set-after.
7648         (rlogin-host): Doc fix.
7649         (rlogin): Tweak prompt.
7650         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
7652         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
7653         * progmodes/tcl.el (inferior-tcl-mode-map):
7654         Use completion-at-point rather than obsolete alias.
7656         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
7658         * minibuffer.el (read-file-name-completion-ignore-case):
7659         Move before completion--in-region, for eager macro expansion.
7661 2013-05-29  Juri Linkov  <juri@jurta.org>
7663         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
7664         for total count of matching lines.  Add `global-matches' for total
7665         count of matches.  Rename `matches' to `lines' for count of
7666         matching lines.  Add `matches' for count of matches.
7667         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
7668         to `prev-line' for line number of prev match endpt.
7669         Increment `matches' for every match.  Print the number of
7670         matching lines in the header.
7671         (occur-context-lines): Rename `lines' to `curr-line'.
7672         Rename `prev-lines' to `prev-line'.  (Bug#14017)
7674 2013-05-29  Juri Linkov  <juri@jurta.org>
7676         * replace.el (perform-replace): Add `skip-read-only-count',
7677         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
7678         Increment them for corresponding conditions and report the number
7679         of skipped occurrences in the final message.  (Bug#11746)
7680         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7681         (replace-string, replace-regexp): Doc fix.
7683 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7685         * emacs-lisp/trace.el (trace--read-args): Provide a default.
7687         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
7688         prog-mode-map (bug#14504).
7690 2013-05-29  Leo Liu  <sdl.web@gmail.com>
7692         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
7693         (octave-help): Small simplification.
7695         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
7696         off the highlight first.
7698 2013-05-29  Glenn Morris  <rgm@gnu.org>
7700         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
7701         Handle idlwave-last-system-routine-info-cons-cell being nil.
7703         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7704         (idlwave-write-paths): Simplify via with-temp-buffer.
7706         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
7707         * emulation/cua-rect.el: Also load cua-base at run time.
7709         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
7710         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
7711         (cperl-imenu-on-info): Require imenu.
7713 2013-05-28  Alan Mackenzie  <acm@muc.de>
7715         Handle "capitalised keywords" correctly.
7716         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
7718 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
7720         * eshell/em-unix.el: Add -r option to cp.
7722 2013-05-28  Glenn Morris  <rgm@gnu.org>
7724         * vc/vc-arch.el (vc-exec-after): Declare.
7725         (vc-switches): Autoload.
7726         * vc/vc-bzr.el: No need to require vc when compiling.
7727         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
7728         (vc-resynch-buffer, vc-dir-refresh): Declare.
7729         (vc-setup-buffer, vc-switches): Autoload.
7730         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
7731         (vc-resynch-buffer): Declare.
7732         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
7733         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
7734         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
7735         (grep-read-regexp, grep-read-files, grep-expand-template)
7736         (vc-dir-refresh): Declare.
7737         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
7738         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
7739         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
7740         * vc/vc-mtn.el (vc-exec-after): Declare.
7741         (vc-switches): Autoload.
7742         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
7743         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
7744         (vc-file-tree-walk): Declare.
7745         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
7746         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
7747         (vc-tag-precondition, vc-rename-master): Autoload.
7748         * vc/vc-svn.el (vc-exec-after): Declare.
7749         (vc-switches, vc-setup-buffer): Autoload.
7750         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
7751         Autoload.
7752         (vc-resynch-buffer): Declare.
7754         * obsolete/fast-lock.el (byte-compile-warnings):
7755         Don't warn about obsolete features in this obsolete file.
7757         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
7758         Move definition before use.
7760         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
7761         (dun-unix-verbs): Remove dun-zippy.
7762         (dun-zippy): Remove function.
7764         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
7766 2013-05-27  Juri Linkov  <juri@jurta.org>
7768         * replace.el (replace-search): New function with code moved out
7769         from `perform-replace'.
7770         (replace-highlight, replace-dehighlight): Move function definitions
7771         up closer to `replace-search'.  (Bug#11746)
7773 2013-05-27  Juri Linkov  <juri@jurta.org>
7775         * replace.el (perform-replace): Ignore invisible matches.
7776         In addition to checking `query-replace-skip-read-only', also
7777         filter out matches by calling `run-hook-with-args-until-failure'
7778         on `isearch-filter-predicates', and also check `search-invisible'
7779         for t or call `isearch-range-invisible'.
7780         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
7782 2013-05-27  Juri Linkov  <juri@jurta.org>
7784         * isearch.el (isearch-filter-predicates): Rename from
7785         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
7786         (isearch-message-prefix): Display text from the property
7787         `isearch-message-prefix' of the currently active filters.
7788         (isearch-search): Don't compare `isearch-filter-predicate' with
7789         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
7790         on `isearch-filter-predicates'.  Also check `search-invisible' for t
7791         or call `isearch-range-invisible'.
7792         (isearch-filter-visible): Make obsolete.
7793         (isearch-lazy-highlight-search):
7794         Call `run-hook-with-args-until-failure' on
7795         `isearch-filter-predicates' and use `isearch-range-invisible'.
7797         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
7798         `isearch-filter-predicates' instead of `funcall'ing
7799         `isearch-filter-predicate'.
7800         (Info-mode): Set `Info-isearch-filter' to
7801         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
7803         * dired-aux.el (dired-isearch-filter-predicate-orig):
7804         Remove variable.
7805         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
7806         (dired-isearch-filenames-end): Add and remove
7807         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
7808         instead of changing the value of `isearch-filter-predicate'.
7809         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
7810         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
7811         Put property `isearch-message-prefix' to "filename " on
7812         `dired-isearch-filter-filenames'.
7814         * wdired.el (wdired-change-to-wdired-mode):
7815         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
7816         locally instead of changing `isearch-filter-predicate'.
7817         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
7819 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
7821         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
7822         return the commit hash (Bug#14459).  Also set the
7823         `vc-git-detached' property.
7824         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
7825         (vc-git-mode-line-string): Use the same help-echo format whether
7826         in detached mode or not, because we know the actual revision now.
7827         When in detached mode, shorten the revision to 7 chars.
7829 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7831         * emacs-lisp/easy-mmode.el (define-minor-mode):
7832         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
7833         mode hook and provide a docstring.
7835 2013-05-27  Alan Mackenzie  <acm@muc.de>
7837         Remove spurious syntax-table text properties inserted by C-y.
7838         * progmodes/cc-mode.el (c-after-change): Also clear hard
7839         syntax-table property with value nil.
7841 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
7843         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
7844         when reading the events; the buffer layout shall not be changed.
7846 2013-05-27  Leo Liu  <sdl.web@gmail.com>
7848         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
7849         New variable.
7850         (inferior-octave-directory-tracker): Automatically re-sync
7851         default-directory.
7852         (octave-help): Improve handling of 'See also'.
7854 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7856         * doc-view.el: Minor naming convention tweaks.
7857         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
7859         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
7860         even if there's no `display' property yet (bug#14435).
7862 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
7864         * subr.el (unmsys--file-name): Rename from reveal-filename.
7866         * Makefile.in (custom-deps, finder-data, autoloads)
7867         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7868         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7869         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
7871 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7873         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
7874         error-completion on the first 2 args of condition-case (bug#14446).
7875         Don't burp at EOB.
7877 2013-05-25  Leo Liu  <sdl.web@gmail.com>
7879         * comint.el (comint-previous-matching-input): Do not flood the
7880         *Messages* buffer with trivial messages.
7882 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7884         * progmodes/flymake.el (flymake-nop): Don't return a string.
7885         (flymake-set-at): Fix typo.
7887         * simple.el (read--expression): New function, extracted from
7888         eval-expression.  Set completion-at-point-functions (bug#14465).
7889         (eval-expression, eval-minibuffer): Use it.
7891 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
7893         * progmodes/flymake.el (flymake-save-buffer-in-file)
7894         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
7895         (flymake-selected-frame, flymake-log, flymake-ins-after)
7896         (flymake-set-at, flymake-get-buildfile-from-cache)
7897         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
7898         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
7899         Refine the doc string.
7900         (flymake-get-file-name-mode-and-masks): Reformat.
7901         (flymake-get-real-file-name-function): Fix a minor bug.
7903 2013-05-24  Juri Linkov  <juri@jurta.org>
7905         * progmodes/grep.el (grep-mode-font-lock-keywords):
7906         Support =linenumber= format used by git-grep for lines with
7907         function names.  (Bug#13549)
7909 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7911         * progmodes/octave.el (octave-smie-rules): Return nil rather than
7912         0 after a semi-colon; it works better for smie-auto-fill.
7913         (octave--indent-new-comment-line): New function.
7914         (octave-indent-new-comment-line): Use it (indirectly).
7915         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
7916         modify comment-line-break-function.
7918         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
7919         (smie-setup): Use add-function to set it.
7921 2013-05-24  Sam Steingold  <sds@gnu.org>
7923         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
7924         argument (before the `interactive' argument).
7926 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7928         * image-mode.el (image-mode-winprops): Add winprops to
7929         image-mode-winprops-alist before running
7930         image-mode-new-window-functions.
7931         * doc-view.el (doc-view-new-window-function): Don't delay
7932         doc-view-goto-page via timers (bug#14435).
7934 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
7936         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
7937         (doc-view-desktop-save-buffer): New function.
7938         (doc-view-restore-desktop-buffer): New function.
7939         (desktop-buffer-mode-handlers):
7940         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
7941         handler.
7942         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
7943         `desktop-save-buffer' function.
7945 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
7947         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
7948         (tramp-gvfs-file-name-handler): Raise a user error when
7949         `tramp-gvfs-enabled' is nil.
7950         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
7951         Do not raise a user error when loading package.  (Bug#14447)
7953         * net/xesam.el: Move to obsolete/.
7955 2013-05-24  Glenn Morris  <rgm@gnu.org>
7957         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
7959         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
7961         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
7962         (Info-find-node, Man-getpage-in-background): Declare.
7964         * mail/unrmail.el (unrmail):
7965         Replace obsolete detect-coding-with-priority.
7967         * net/socks.el (socks-split-string): Use this rather than split-string.
7968         (socks-nslookup-host): Update for above change.
7969         (dynamic-choice, s5-dynamic-choice-match)
7970         (s5-dynamic-choice-match-inline, s5-widget-value-create):
7971         Comment out unused code.
7973         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
7974         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
7975         (gud-tooltip-echo-area): Make obsolete.
7976         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
7978         * progmodes/js.el (js--optimize-arglist): Declare.
7980         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
7982         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
7983         (ediff-window-C): Declare.
7985         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
7986         Tweak requires to silence compiler.
7988         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
7989         (he-search-string, he-tried-table, he-expand-list)
7990         (he-init-string, he-string-member, he-substitute-string)
7991         (he-reset-string): Declare.
7993         * obsolete/options.el (list-options): Use custom-variable-p,
7994         rather than obsolete alias.
7996 2013-05-23  Sam Steingold  <sds@gnu.org>
7998         * simple.el (shell-command-on-region): Pass the `replace' argument
7999         down to `call-process-region' to comply with the doc as reported on
8000         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8002 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8004         * emacs-lisp/smie.el (smie-indent-forward-token)
8005         (smie-indent-backward-token): Handle string tokens (bug#14381).
8007 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8009         * ielm.el (ielm-menu): New menu.
8010         (inferior-emacs-lisp-mode): Set comment-start.
8012 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8014         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8015         Fix deactivate action.
8017         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8018         Add cleveref macros.
8020         * lisp/textmodes/reftex-parse.el
8021         (reftex-locate-bibliography-files): Accept options for
8022         bibliography commands.
8023         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8024         Add addbibresource.  Basic Biblatex support.
8026 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
8028         * net/tramp-gvfs.el (top):
8029         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8030         when loading package.  (Bug#14447)
8032 2013-05-23  Glenn Morris  <rgm@gnu.org>
8034         * progmodes/js.el: No need to load comint when compiling.
8035         (ring-insert, comint-send-string, comint-send-input)
8036         (comint-last-input-end, ido-chop): Declare.
8038         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8039         * vc/ediff-mult.el: Adjust requires.
8040         (ediff-directories-internal, ediff-directory-revisions-internal)
8041         (ediff-patch-file-internal): Declare.
8042         * vc/ediff-ptch.el: Adjust requires.
8043         (ediff-use-last-dir, ediff-buffers-internal): Declare.
8044         (ediff-find-file): Autoload.
8045         * vc/ediff-util.el: No need to load ediff when compiling.
8046         (ediff-regions-internal): Declare.
8047         * vc/ediff-wind.el: Adjust requires.
8048         (ediff-compute-toolbar-width): Define when compiling.
8049         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8050         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8051         (dired-get-filename, dired-get-marked-files)
8052         (ediff-last-dir-patch, ediff-patch-default-directory)
8053         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8054         (ediff-patch-buffer-internal): Declare.
8056         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8057         (ispell-process, ispell-buffer-local-words, lm-summary)
8058         (lm-section-start, lm-section-end): Declare.
8059         (checkdoc-ispell-init): Simplify.
8061         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8062         (he-string-member, he-reset-string, he-substitute-string): Declare.
8064         * eshell/em-ls.el: Adjust requires.
8065         (eshell-glob-regexp): Declare.
8066         * eshell/em-tramp.el: Adjust requires.
8067         (eshell-parse-command): Autoload.
8068         * eshell/em-xtra.el: Adjust requires.
8069         (eshell-parse-command): Autoload.
8070         * eshell/esh-ext.el: Adjust requires.
8071         (eshell-parse-command, eshell-close-handles): Autoload.
8072         * eshell/esh-io.el: Adjust requires.
8073         (eshell-output-filter): Autoload.
8074         * eshell/esh-util.el: No need to load tramp when compiling.
8075         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8076         Declare.
8077         (eshell-parse-ange-ls): Require ange-ftp and tramp.
8078         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8079         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8080         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8081         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8082         * eshell/esh-opt.el, eshell/esh-proc.el:
8083         * eshell/esh-var.el: Adjust requires.
8084         * eshell/eshell.el: Do not require esh-util twice.
8085         (eshell-add-input-to-history): Declare.
8086         (eshell-command): Check history module is active before using it.
8088         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8090 2013-05-22  Leo Liu  <sdl.web@gmail.com>
8092         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8094 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
8096         * autorevert.el (auto-revert-notify-add-watch)
8097         (auto-revert-notify-handler): Add `attrib' for the inotify case,
8098         it indicates changes in file modification time.
8100 2013-05-22  Glenn Morris  <rgm@gnu.org>
8102         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8103         Always delete the autoloaded function from the noruntime and
8104         unresolved functions lists.
8106         * allout.el: No need to load epa, epg, overlay when compiling.
8107         (epg-context-set-passphrase-callback, epg-list-keys)
8108         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8109         (epg-key-user-id-list): Declare.
8111         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8112         (viper-set-parsing-style-toggling-macro)
8113         (viper-set-emacs-state-searchstyle-macros):
8114         Use called-interactively-p on Emacs.
8115         (viper-looking-back): Make it an obsolete alias.  Update callers.
8116         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8117         Use looking-back rather than viper-looking-back.
8118         (viper-tmp-insert-at-eob, viper-enlarge-region)
8119         (viper-read-string-with-history, viper-register-to-point)
8120         (viper-append-to-register, viper-change-state-to-vi)
8121         (viper-backward-char-carefully, viper-forward-char-carefully)
8122         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8123         (viper-change-state-to-emacs): Declare.
8124         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8125         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8126         * emulation/viper-mous.el: Do not load viper-cmd.
8127         (viper-backward-char-carefully, viper-forward-char-carefully)
8128         (viper-forward-word, viper-adjust-window): Declare.
8130         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8132         * progmodes/idlw-help.el (idlwave-help-fontify):
8133         Use called-interactively-p.
8135         * term/w32console.el (w32-get-console-codepage)
8136         (w32-get-console-output-codepage): Declare.
8138         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8139         Remove unnecessary declarations.
8140         (dframe-message): Doc fix.
8142         * info.el (dframe-select-attached-frame, dframe-current-frame):
8143         Declare.
8145         * speedbar.el (speedbar-message): Make it an obsolete alias.
8146         Update all callers.
8147         (speedbar-with-attached-buffer)
8148         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8149         (speedbar-with-writable): Use backquote.
8150         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8151         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8152         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8153         rather than speedbar- aliases.
8154         * mail/rmail.el: Load dframe rather than speedbar when compiling.
8155         (speedbar-make-specialized-keymap, speedbar-insert-button)
8156         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8157         (speedbar-do-function-pointer): Declare.
8158         (rmail-speedbar-button, rmail-speedbar-find-file)
8159         (rmail-speedbar-move-message):
8160         Use dframe-with-attached-buffer rather than speedbar- alias.
8161         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8162         (dframe-message, speedbar-make-specialized-keymap)
8163         (speedbar-add-expansion-list, speedbar-mode-functions-list)
8164         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8165         (speedbar-insert-button, dframe-select-attached-frame)
8166         (dframe-maybee-jump-to-attached-frame)
8167         (speedbar-change-initial-expansion-list)
8168         (speedbar-previously-used-expansion-list-name): Declare.
8169         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
8170         Use dframe-message, dframe-with-attached-buffer rather than
8171         speedbar- aliases.
8172         (gud-sentinel): Silence compiler.
8173         * progmodes/vhdl-mode.el (speedbar-refresh)
8174         (speedbar-do-function-pointer, speedbar-add-supported-extension)
8175         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
8176         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
8177         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
8178         (speedbar-file-lists, speedbar-make-tag-line)
8179         (speedbar-line-directory, speedbar-goto-this-file)
8180         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
8181         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
8182         (speedbar-make-button, speedbar-reset-scanners)
8183         (speedbar-files-item-info, speedbar-line-text)
8184         (speedbar-find-file-in-frame, speedbar-set-timer)
8185         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
8186         (speedbar-with-writable): Do not (re)define it.
8187         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
8188         rather than speedbar- alias.
8190 2013-05-21  Leo Liu  <sdl.web@gmail.com>
8192         * progmodes/octave.el (octave-mode-menu): Update and re-organize
8193         menu items.
8194         (octave-mode): Tweak fill-nobreak-predicate.
8195         (inferior-octave-startup): Check process to avoid infinite loop.
8196         (inferior-octave): Pop to buffer first to show abornmal process
8197         exit information.
8199 2013-05-21  Glenn Morris  <rgm@gnu.org>
8201         * printing.el (pr-menu-bar): Define when compiling.
8203 2013-05-21  Leo Liu  <sdl.web@gmail.com>
8205         * progmodes/octave.el (octave-auto-fill): Remove.
8206         (octave-indent-new-comment-line): Improve.
8207         (octave-mode): Use auto fill mode through
8208         comment-line-break-function and fill-nobreak-predicate.
8209         (octave-goto-function-definition): Support DEFUN_DLD.
8210         (octave-beginning-of-defun): Small tweak.
8211         (octave-help): Show parent directory.
8213 2013-05-21  Glenn Morris  <rgm@gnu.org>
8215         * files.el (dired-unmark):
8216         * progmodes/gud.el (gdb-input): Update declarations.
8218         * calculator.el (electric, ehelp): No need to load when compiling.
8219         (Electric-command-loop, electric-describe-mode): Declare.
8221         * doc-view.el (doc-view-current-converter-processes): Move before use.
8223         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8224         Move MODE-set-explicitly definition before use.
8226         * international/mule-diag.el (mule-diag):
8227         Don't use obsolete window-system-version.
8229         * mail/feedmail.el (smtpmail): No need to load when compiling.
8230         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
8232         * mail/mail-utils.el (rfc822): No need to load when compiling.
8233         (rfc822-addresses): Autoload it.
8234         (mail-strip-quoted-names): Trivial simplification.
8236         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
8237         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
8239         * net/snmp-mode.el (tempo): Don't duplicate requires.
8241         * progmodes/prolog.el (info): No need to load when compiling.
8242         (comint): Require before shell requires it.
8243         (Info-goto-node): Autoload it.
8244         (Info-follow-nearest-node): Declare.
8245         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
8247         * textmodes/artist.el (picture-mode-exit): Declare.
8249         * textmodes/reftex-parse.el (reftex-parse-from-file):
8250         Trivial rewrite so the compiler can parse it better.
8252 2013-05-20  Leo Liu  <sdl.web@gmail.com>
8254         * progmodes/octave.el (octave-help-mode-map)
8255         (octave-help-mode-finish-hook): New variables.
8256         (octave-help-mode, octave-help-mode-finish): New functions.
8257         (octave-help): Use octave-help-mode.
8259 2013-05-20  Glenn Morris  <rgm@gnu.org>
8261         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
8263 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
8265         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
8266         start at point, so that expansion starting right after opening
8267         slash in a regexp is recognized.
8268         (ruby-syntax-before-regexp-re): New defvar, extracted from
8269         ruby-syntax-propertize-function.  Since the value of this regexp
8270         is looked up at runtime now, we should be able to turn
8271         `ruby-syntax-methods-before-regexp' into a defcustom later.
8272         (ruby-syntax-propertize-function): Split regexp matching into two
8273         parts, for opening and closing slashes.  That allows us to skip
8274         over string interpolations and support multiline regexps.
8275         Don't call `ruby-syntax-propertize-expansions', instead use another rule
8276         for them, which calls `ruby-syntax-propertize-expansion'.
8277         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
8278         call to `ruby-syntax-propertize-function'.
8279         (ruby-syntax-propertize-expansion): Extracted from
8280         `ruby-syntax-propertize-expansions'.  Handles one expansion.
8281         (ruby-syntax-propertize-percent-literal): Leave point right after
8282         the percent symbol, so that the expression expansion rule can
8283         propertize the contents.
8284         (ruby-syntax-propertize-heredoc): Leave point at bol following the
8285         heredoc openers.
8286         (ruby-syntax-propertize-expansions): Remove.
8288 2013-05-18  Juri Linkov  <juri@jurta.org>
8290         * man.el (Man-default-man-entry): Remove `-' from the end
8291         of the default value.  (Bug#14400)
8293 2013-05-18  Glenn Morris  <rgm@gnu.org>
8295         * comint.el (comint-password-prompt-regexp):
8296         Allow "password for XXX" where XXX contains colons (eg https://...).
8298 2013-05-18  Leo Liu  <sdl.web@gmail.com>
8300         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
8301         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
8302         (octave-source-directories): Don't check process.
8303         (octave-source-directories, octave-find-definition): Doc fix.
8305 2013-05-18  Glenn Morris  <rgm@gnu.org>
8307         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8308         Remove backspace/delete bindings.  (Bug#14392)
8310         * cus-dep.el (custom-make-dependencies): Sort the output.
8311         (custom-versions-load-alist): Convert comment to doc.
8313 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8315         * newcomment.el (comment-search-backward): Stricter in finding
8316         comment start.  (Bug#14303)
8318         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
8319         (octave-comment-start-skip): Properly anchored.
8321 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8323         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
8324         Clean up when turned off.  (Bug#14395)
8325         (smie--highlight-matching-block-overlay): No longer buffer-local.
8326         (smie-highlight-matching-block): Adjust.
8328 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
8330         Doc string fix for "nanoseconds" (Bug#14406).
8331         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
8332         Fix doc string typo that had "nanoseconds" instead of "microseconds".
8334 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
8336         * calc/calc-units.el (math-extract-units): Preserve powers
8337         of units.
8339 2013-05-17  Leo Liu  <sdl.web@gmail.com>
8341         * subr.el (delete-consecutive-dups): New function.
8342         * ido.el (ido-set-matches-1): Use it.
8343         * progmodes/octave.el (inferior-octave-completion-table): Use it.
8344         * ido.el (ido-remove-consecutive-dups): Remove.
8346 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8348         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8349         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
8350         regexp-opt's `words'.
8352 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8354         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
8355         (smie--highlight-matching-block-overlay)
8356         (smie--highlight-matching-block-lastpos)
8357         (smie--highlight-matching-block-timer): New variables.
8358         (smie-highlight-matching-block): New function.
8359         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
8360         (smie-setup): Conditionally enable smie-blink-matching-open.
8362 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
8364         Sync with upstream verilog-mode r840.
8365         * progmodes/verilog-mode.el (verilog-mode-version)
8366         (verilog-mode-release-date): Update.
8367         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
8368         (verilog-sig-tieoff): Fix string error on
8369         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
8370         (verilog-read-decls): Fix parameters confusing
8371         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
8373 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
8375         * subr.el (reveal-filename): New function.
8377         * loadup.el: Compute Emacs executable versions on MS-Windows,
8378         where executables have the .exe extension.  Add a hard link
8379         emacs-XX.YY.ZZ.exe on MS-Windows.
8381         * Makefile.in (XARGS_LIMIT): New variable.
8382         (custom-deps, finder-data, autoloads)
8383         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8384         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8385         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
8386         (compile-main): Limit xargs according to $(XARGS_LIMIT).
8388 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8390         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
8391         (octave-mode-menu, octave-mode-map): Remove its uses.
8393 2013-05-16  Reto Zimmermann  <reto@gnu.org>
8395         Sync with upstream vhdl mode v3.34.2.
8396         * progmodes/vhdl-mode.el: Use `push' throughout.
8397         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
8398         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
8399         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
8400         (vhdl-actual-generic-name): New option to derive actual generic name.
8401         (vhdl-port-paste-signals): Replace formal by actual generics.
8402         (vhdl-beautify): New name for old group vhdl-align.  Update users.
8403         (vhdl-beautify-options): New option.
8404         (vhdl-last-input-event): New compat alias.  Use throughout.
8405         (vhdl-goto-line): Replace user level function `goto-line'.
8406         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
8407         vhdl-fix-statement-buffer.
8408         (vhdl-create-mode-menu): Add some entries.
8409         (vhdl-align-region-groups): Respect vhdl-beautify-options.
8410         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
8411         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
8412         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
8413         to force statements on one line.
8414         (vhdl-remove-trailing-spaces-region):
8415         New, split from vhdl-remove-trailing-spaces.
8416         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
8417         Respect vhdl-beautify-options.
8418         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
8419         (vhdl-update-sensitivity-list): Not add with index if exists without.
8420         Not include array index with signal.  Ignore keywords in comments.
8421         (vhdl-get-visible-signals): Regexp tweaks.
8422         (vhdl-template-component-inst): Handle empty library.
8423         (vhdl-template-type): Add template for 'enum' type.
8424         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
8425         Use vhdl-replace-string.
8426         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
8427         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
8428         (vhdl-speedbar-initialize): Update for above name change.
8429         (vhdl-compose-wire-components): Fix in handling of constants.
8430         (vhdl-error-regexp-emacs-alist): New variable.
8431         (vhdl-error-regexp-add-emacs): New function;
8432         adds support for new compile.el (Emacs 22+)
8433         (vhdl-generate-makefile-1): Change target order for single lib. units.
8434         Allow use of absolute file names.
8436 2013-05-16  Leo Liu  <sdl.web@gmail.com>
8438         * simple.el (prog-indent-sexp): Indent enclosing defun.
8440 2013-05-15  Glenn Morris  <rgm@gnu.org>
8442         * cus-start.el (show-trailing-whitespace): Move to editing basics.
8443         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
8444         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
8445         (whitespace-highlight): Move to whitespace group.
8447         * comint.el (comint-source):
8448         * pcmpl-linux.el (pcmpl-linux):
8449         * shell.el (shell-faces):
8450         * eshell/esh-opt.el (eshell-opt):
8451         * international/ccl.el (ccl): Remove empty custom groups.
8453         * completion.el (dynamic-completion-mode):
8454         * jit-lock.el (jit-lock-debug-mode):
8455         * minibuffer.el (completion-in-region-mode):
8456         * type-break.el (type-break-mode-line-message-mode)
8457         (type-break-query-mode):
8458         * emulation/tpu-edt.el (tpu-edt-mode):
8459         * progmodes/subword.el (global-subword-mode, global-superword-mode):
8460         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8461         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
8463         * term/xterm.el (xterm): Change parent group to terminals.
8465         * master.el (master): Remove empty custom group.
8466         (master-mode): Remove unused :group argument.
8467         * textmodes/refill.el (refill): Remove empty custom group.
8468         (refill-mode): Remove unused :group argument.
8470         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
8472         * cus-dep.el: Provide a feature.
8473         (custom-make-dependencies): Ignore dotfiles (dir-locals).
8474         Don't mistakenly ignore files whose basenames match a basename
8475         from preloaded-file-list (eg cedet/ede/simple.el).
8476         Add a fallback method for getting :group.
8478 2013-05-15  Juri Linkov  <juri@jurta.org>
8480         * isearch.el (isearch-char-by-name): Rename from
8481         `isearch-insert-char-by-name'.  Doc fix.
8482         (isearch-forward): Mention `isearch-char-by-name' in
8483         the docstring.  (Bug#13348)
8485         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
8486         `exit-minibuffer' instead of
8487         `isearch-nonincremental-exit-minibuffer'.
8488         (isearch-edit-string): Remove mention of
8489         `isearch-nonincremental-exit-minibuffer' from docstring.
8490         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
8491         (isearch-forward-exit-minibuffer)
8492         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
8494 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8496         * loadup.el: Just use unversioned DOC.
8498         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
8499         literals as extending to EOB.
8500         (nxml-last-fontify-end): Remove unused variable.
8501         (nxml-after-change1): Use with-silent-modifications.
8502         (nxml-extend-after-change-region): Simplify.
8503         (nxml-extend-after-change-region1): Remove function.
8504         (nxml-after-change1): Don't adjust for dependent regions.
8505         (nxml-fontify-matcher): Simplify.
8506         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
8507         (xmltok-add-dependent): Remove function.
8508         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
8509         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
8510         (xmltok-scan-prolog-after-processing-instruction-open): Treat
8511         unclosed <[[, <?, comment, and other literals as extending to EOB.
8512         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
8513         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
8514         Remove functions.
8515         (rng-do-some-validation-1): Don't mark dependent regions.
8516         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
8517         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
8518         (nxml-clear-dependent-regions): Remove functions.
8519         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
8520         (nxml-ensure-scan-up-to-date):
8521         Don't clear&mark dependent regions.
8523 2013-05-15  Leo Liu  <sdl.web@gmail.com>
8525         * progmodes/octave.el (octave-goto-function-definition):
8526         Improve and fix callers.
8528 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8530         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
8531         the setter (bug#14387).
8533         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
8534         surrounding group (bug#14402).
8536 2013-05-14  Juri Linkov  <juri@jurta.org>
8538         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
8539         (Bug#14390)
8541 2013-05-14  Glenn Morris  <rgm@gnu.org>
8543         * progmodes/f90.el (f90-imenu-generic-expression):
8544         Fix typo in 2013-05-08 change.  (Bug#14402)
8546 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8548         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
8549         Remove signals for which replies are never received.
8551 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8553         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
8554         (gdb-handler-alist, gdb-handler-number): Remove variables.
8555         (gdb-handler-list): New variable.
8556         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
8557         (gdb-pending-handler-p, gdb-handle-reply)
8558         (gdb-remove-all-pending-triggers): New functions.
8559         (gdb-discard-unordered-replies): New defcustom.
8560         (gdb-handler): New defstruct.
8561         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
8562         instead of gdb-pending-triggers.  Update docstring.
8563         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
8564         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
8565         (gdb-var-update-handler, def-gdb-auto-update-trigger)
8566         (def-gdb-auto-update-handler, gdb-get-changed-registers)
8567         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
8568         (gdb-frame-handler): Pending triggers are now automatically managed.
8569         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
8570         Remove argument.
8571         (gdb-input): Automatically handles pending triggers.  Update docstring.
8572         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
8573         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
8574         Update comments.
8575         (gdb-done-or-error): Now use gdb-handle-reply.
8577 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
8579         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
8580         gdb-debug-log.
8582 2013-05-14  Glenn Morris  <rgm@gnu.org>
8584         * subr.el (user-emacs-directory-warning): New option.
8585         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
8587 2013-05-14  Leo Liu  <sdl.web@gmail.com>
8589         * progmodes/octave.el (octave-font-lock-keywords): Fix error
8590         during redisplay.
8591         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
8592         (octave-font-lock-texinfo-comment): Fix invalid search bound
8593         error: wrong side of point.
8595 2013-05-14  Glenn Morris  <rgm@gnu.org>
8597         * progmodes/flymake.el (flymake-xml-program): New option.
8598         (flymake-xml-init): Use it.
8600         * term/xterm.el: Provide a feature.
8602         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
8604 2013-05-13  Glenn Morris  <rgm@gnu.org>
8606         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
8607         Add compat aliases as a hack workaround.  (Bug#14384)
8609 2013-05-13  Leo Liu  <sdl.web@gmail.com>
8611         * progmodes/octave.el (octave-indent-comment): Fix indentation for
8612         ###, and %!.
8613         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
8614         C-M-q.
8615         (octave-comment-start-skip): Include %!.
8616         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
8618 2013-05-12  Leo Liu  <sdl.web@gmail.com>
8620         * progmodes/octave.el (inferior-octave-startup): Store the value
8621         of __octave_srcdir__ for octave-source-directories.
8622         (inferior-octave-check-process): New function refactored out of
8623         inferior-octave-send-list-and-digest.
8624         (octave-source-directories)
8625         (octave-find-definition-filename-function): New variables.
8626         (octave-source-directories)
8627         (octave-find-definition-default-filename): New functions.
8628         (octave-find-definition): Improve to find functions implemented in C++.
8630 2013-05-12  Glenn Morris  <rgm@gnu.org>
8632         * calendar/diary-lib.el (diary-outlook-format-1):
8633         Don't include dayname in the output.  (Bug#14349)
8635 2013-05-11  Glenn Morris  <rgm@gnu.org>
8637         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
8639         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
8640         Treat cc-provide like provide.
8642 2013-05-11  Kevin Ryde  <user42@zip.com.au>
8644         * cus-dep.el (custom-make-dependencies):
8645         Use generated-autoload-load-name for the sake of files such
8646         such cedet/semantic/bovine/c.el, where the base file name
8647         is not in load-path.  (Bug#5277)
8649 2013-05-11  Glenn Morris  <rgm@gnu.org>
8651         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
8652         Provide features.
8654 2013-05-11  Leo Liu  <sdl.web@gmail.com>
8656         * progmodes/octave.el (octave-indent-comment): Improve.
8657         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
8658         (octave-eldoc-function-signatures, octave-eldoc-function):
8659         New functions.
8660         (octave-mode, inferior-octave-mode): Add eldoc support.
8662 2013-05-11  Richard Stallman  <rms@gnu.org>
8664         * epa.el (epa-decrypt-file): Take output file name as argument
8665         and read it using `interactive'.
8667 2013-05-11  Leo Liu  <sdl.web@gmail.com>
8669         * progmodes/octave.el (octave-beginning-of-line)
8670         (octave-end-of-line): Check before using up-list because it jumps
8671         out of more syntactic contructs since moving to smie.
8672         (octave-indent-comment): New function.
8673         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
8674         (octave-begin-keywords, octave-end-keywords)
8675         (octave-reserved-words, octave-smie-bnf-table)
8676         (octave-smie-rules): Add new keywords from Octave 3.6.4.
8678 2013-05-11  Glenn Morris  <rgm@gnu.org>
8680         * faces.el (internal-face-x-get-resource):
8681         * frame.el (ns-display-monitor-attributes-list):
8682         * calc/calc-aent.el (math-to-radians-2):
8683         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
8684         Fix declarations.
8686         * calc/calc-menu.el: Make it loadable in isolation.
8688         * net/eudcb-bbdb.el: Make it loadable without bbdb.
8689         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
8690         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
8691         (eudc-bbdb-query-internal): Require 'bbdb.
8693         * lpr.el (lpr-headers-switches):
8694         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
8696         * progmodes/sql.el (sql-login-params): Fix and improve :type.
8698         * emulation/edt-mapper.el: In batch mode, error rather than hang.
8700         * term.el (term-set-escape-char): Make it idempotent.
8702 2013-05-10  Leo Liu  <sdl.web@gmail.com>
8704         * progmodes/octave.el (inferior-octave-completion-table):
8705         No longer a function and all uses changed.  Use cache to speed up
8706         completion due to bug#11906.
8707         (octave-beginning-of-defun): Re-write to be more general.
8709 2013-05-10  Glenn Morris  <rgm@gnu.org>
8711         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
8713 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8715         * comint.el (comint-redirect-send-command-to-process): Use :around
8716         rather than :override for comint-redirect-filter.
8717         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
8718         Call it instead of comint-redirect-original-filter-function (which
8719         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
8721 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
8723         * frame.el (display-monitor-attributes-list): Add NS case.
8724         (ns-display-monitor-attributes-list): Declare.
8726 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
8728         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
8730 2013-05-09  Glenn Morris  <rgm@gnu.org>
8732         * international/fontset.el (vertical-centering-font-regexp):
8733         Set standard-value.
8735         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
8737         * bookmark.el (bookmark-search-delay):
8738         * cus-start.el (vertical-centering-font-regexp):
8739         * ps-mule.el (ps-mule-font-info-database-default):
8740         * ps-print.el (ps-default-fg, ps-default-bg):
8741         * type-break.el (type-break-good-break-interval):
8742         * whitespace.el (whitespace-indentation-regexp)
8743         (whitespace-space-after-tab-regexp):
8744         * emacs-lisp/testcover.el (testcover-1value-functions)
8745         (testcover-noreturn-functions, testcover-progn-functions)
8746         (testcover-prog1-functions):
8747         * emulation/viper-init.el (viper-emacs-state-cursor-color):
8748         * eshell/em-glob.el (eshell-glob-translate-alist):
8749         * play/tetris.el (tetris-tty-colors):
8750         * progmodes/cpp.el (cpp-face-default-list):
8751         * progmodes/flymake.el (flymake-allowed-file-name-masks):
8752         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
8753         (idlwave-help-browser-generic-args):
8754         * progmodes/make-mode.el (makefile-special-targets-list):
8755         * progmodes/python.el (python-shell-virtualenv-path):
8756         * progmodes/verilog-mode.el (verilog-active-low-regexp)
8757         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
8758         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
8759         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
8760         * textmodes/reftex-vars.el (reftex-format-label-function):
8761         * textmodes/remember.el (remember-diary-file): Fix custom types.
8763         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
8764         Add :version.
8766 2013-05-09  Leo Liu  <sdl.web@gmail.com>
8768         * progmodes/octave.el (inferior-octave-completion-at-point):
8769         Restore file completion.  (Bug#14300)
8770         (inferior-octave-startup): Fix incorrect highlighting for the
8771         first prompt.
8773 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8775         * progmodes/ruby-mode.el: First cut at SMIE support.
8776         (ruby-use-smie): New var.
8777         (ruby-smie-grammar): New constant.
8778         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
8779         (ruby-smie--forward-token, ruby-smie--backward-token)
8780         (ruby-smie-rules): New functions.
8781         (ruby-mode-variables): Setup SMIE if applicable.
8783 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
8785         * simple.el (line-move-visual): Signal beginning/end of buffer
8786         only if vertical-motion moved less than it was requested.  Avoids
8787         silly incorrect error messages when there are display strings with
8788         multiple newlines at EOL.
8790 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8792         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
8793         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
8794         (prolog-char-quote-workaround):
8795         * progmodes/cperl-mode.el (cperl-under-as-char):
8796         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
8797         Mark as obsolete.
8798         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
8799         their declaration.
8800         (vhdl-mode-syntax-table-init): Remove.
8802         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
8803         last change.
8805         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
8806         syntax for "_".
8807         (ld-script-font-lock-keywords):
8808         Change regexps to use things like \_< and \_>.
8810         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
8811         Change all regexps to use things like \_< and \_>.
8813         * progmodes/autoconf.el (autoconf-definition-regexp)
8814         (autoconf-font-lock-keywords, autoconf-current-defun-function):
8815         Handle a _ with symbol syntax.
8816         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
8818         * progmodes/ada-mode.el (ada-mode-abbrev-table):
8819         Consolidate declaration.
8820         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
8821         the declaration.
8822         (ada-create-syntax-table): Remove.
8823         (ada-capitalize-word): Don't mess with the syntax of "_" since it
8824         already has the right syntax nowadays.
8825         (ada-goto-next-word): Don't change the syntax of "_".
8827         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
8828         with-wrapper-hook.
8830 2013-05-08  Sam Steingold  <sds@gnu.org>
8832         * thingatpt.el (thing-at-point): Accept optional second argument
8833         NO-PROPERTIES to strip the text properties from the return value.
8834         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
8835         to `thing-at-point' instead of stripping the properties ourselves.
8836         Also, when `thing-at-point' fails to find a url, prepend "http://"
8837         to the filename at point on the assumption that the user is
8838         pointing at something like gnu.org/gnu.
8840 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
8842         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8843         * faces.el (crm-separator):
8844         Silence byte-compiler.
8846         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
8847         (tool-bar-map): Remove unneeded defvars.
8849 2013-05-08  Leo Liu  <sdl.web@gmail.com>
8851         Re-work a fix for bug#10994 based on Le Wang's patch.
8852         * ido.el (ido-remove-consecutive-dups): New helper.
8853         (ido-completing-read): Use it.
8854         (ido-chop): Revert fix for bug#10994.
8856 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
8858         * cus-edit.el (custom-save-variables):
8859         Pretty-print long values.  (Bug#14187)
8861 2013-05-08  Glenn Morris  <rgm@gnu.org>
8863         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
8864         (m4-mode-syntax-table): Init in the defvar.
8865         (m4-mode-abbrev-table): Let define-derived-mode define it.
8867 2013-05-08  Tom Tromey  <tromey@redhat.com>
8869         * progmodes/m4-mode.el (m4-mode-syntax-table):
8870         Do not treat "_" as word constituent.  (Bug#14167)
8872 2013-05-07  Glenn Morris  <rgm@gnu.org>
8874         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
8875         Remove explicit eshell-isearch-cancel-map.
8877         * progmodes/f90.el (f90-smart-end-names): New option.
8878         (f90-smart-end): Doc fix.
8879         (f90-end-block-optional-name): New constant.
8880         (f90-block-match): Respect f90-smart-end-names.
8882 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8884         * progmodes/octave.el (octave-smie-forward-token): Be more careful
8885         about implicit semi-colons (bug#14218).
8887 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8889         * frame.el (display-monitor-attributes-list)
8890         (frame-monitor-attributes): New functions.
8892 2013-05-06  Leo Liu  <sdl.web@gmail.com>
8894         * progmodes/octave.el (octave-syntax-propertize-function): Change
8895         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
8896         (octave-font-lock-keywords): Use octave-operator-regexp.
8897         (octave-completion-at-point): Rename from
8898         octave-completion-at-point-function.
8899         (inferior-octave-directory-tracker): Robustify.
8900         (octave-text-functions): Remove and fix its uses.  No such things
8901         any more.
8903 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8905         * emacs-lisp/trace.el (trace--display-buffer): New function.
8906         (trace-make-advice): Use it.
8908 2013-05-06  Juri Linkov  <juri@jurta.org>
8910         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
8911         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
8912         Doc fix.
8913         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
8914         in the help string.  (Bug#12985)
8916 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
8918         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
8920 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8922         * progmodes/perl-mode.el: Add support for here documents.
8923         (perl-syntax-propertize-function): Match here-doc markers.
8924         (perl-syntax-propertize-special-constructs): Find their end.
8925         (perl-imenu-generic-expression): Use [:alnum:].
8927         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
8928         (advice--add-function): Refresh the advice if already present
8929         (bug#14317).
8931 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
8933         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
8935 2013-05-06  Glenn Morris  <rgm@gnu.org>
8937         * w32-fns.el (w32-charset-info-alist): Declare.
8939         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
8940         of its defcustom properties.
8941         (eshell-cmpl-initialize): No need to load pcomplete.
8943         * generic-x.el: No need to require comint when compiling.
8945         * net/eudc-export.el: Make it loadable without bbdb.
8946         (top-level): Use require rather than load-library.
8947         (eudc-create-bbdb-record, eudc-bbdbify-phone)
8948         (eudc-batch-export-records-to-bbdb)
8949         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
8950         Require bbdb.
8952 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8954         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
8955         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
8956         some tweaks, instead.
8958 2013-05-05  Leo Liu  <sdl.web@gmail.com>
8960         * progmodes/octave.el (octave-font-lock-keywords)
8961         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
8962         (inferior-octave-send-list-and-digest): Improve error message.
8963         (octave-mode, inferior-octave-mode): Use setq-local.
8964         (octave-help): Set info-lookup-mode.
8966 2013-05-05  Richard Stallman  <rms@gnu.org>
8968         * vc/compare-w.el (compare-windows-whitespace):
8969         Treat no-break space as whitespace.
8971         * mail/rmailsum.el (rmail-summary-rmail-update):
8972         Detect empty summary and don't change selected message.
8973         (rmail-summary-goto-msg): Likewise.
8975         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
8976         Doc fixes, rename args.
8978 2013-05-05  Alan Mackenzie  <acm@muc.de>
8980         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
8982 2013-05-05  Juri Linkov  <juri@jurta.org>
8984         * info.el (Info-read-subfile): Use (point-min) instead of (point)
8985         to not add the length of the summary segment to the return value.
8986         (Bug#14125)
8988 2013-05-05  Leo Liu  <sdl.web@gmail.com>
8990         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
8991         (inferior-octave-output-filter): Remove.
8992         (octave-send-region, inferior-octave-startup): Fix callers.
8993         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
8994         (octave-binary-file-extensions): New user variable.
8995         (octave-find-definition): Confirm if opening binary files.
8996         (octave-help-file): Use octave-find-definition to get the binary
8997         confirmation.
8998         (octave-help): Adjust for octave-help-file change.
9000 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9002         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9003         Merge the two entries that handle function definitions.
9004         (pascal--syntax-propertize): New const.
9005         (pascal-mode): Use it.  Use setq-local.
9007 2013-05-04  Glenn Morris  <rgm@gnu.org>
9009         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9010         (diary-from-outlook): Respect diary-from-outlook-function.
9012 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9014         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9015         Move the declaration from C.
9016         (read-minibuffer, eval-minibuffer): Move from C.
9017         (completion-setup-function): Avoid minibuffer-completion-contents.
9019 2013-05-03  Leo Liu  <sdl.web@gmail.com>
9021         * progmodes/octave.el (octave-font-lock-keywords): Do not
9022         dehighlight 'end' in comments or strings.
9023         (octave-completing-read, octave-goto-function-definition):
9024         New helpers.
9025         (octave-help-buffer): New user variable.
9026         (octave-help-file, octave-help-function): New button types.
9027         (octave-help): New command and bind it to C-h ;.
9028         (octave-find-definition): New command and bind it to M-.
9029         (user-error): Alias to error if not defined.
9031 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9033         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9034         for \.  (bug#14332)
9035         (octave-font-lock-keywords): Include [ and {.
9037 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9039         * progmodes/octave.el (inferior-octave-startup-file): Change default.
9040         (inferior-octave): Remove calling comint-mode and return the buffer.
9041         (inferior-octave-startup): Cosmetic changes.
9043 2013-05-02  Leo Liu  <sdl.web@gmail.com>
9045         * progmodes/octave.el (octave-syntax-propertize-function):
9046         Include the case when ' is at line beginning.  (Bug#14336)
9048 2013-05-02  Glenn Morris  <rgm@gnu.org>
9050         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9051         * desktop.el (vc-dir-mode): Just autoload it here.
9053 2013-05-02  Alan Mackenzie  <acm@muc.de>
9055         Eliminate variable c-standard-font-lock-fontify-region-function.
9056         * progmodes/cc-mode.el
9057         (c-standard-font-lock-fontify-region-function): Remove.
9058         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9060 2013-05-01  Leo Liu  <sdl.web@gmail.com>
9062         * progmodes/octave.el: Compatible with older emacs-24 releases.
9063         (inferior-octave-has-built-in-variables): Remove.  Built-in
9064         variables were removed from Octave in 2007.
9065         (inferior-octave-startup): Fix uses.
9066         (comint-line-beginning-position): Remove compatibility code for
9067         emacs 21.
9069 2013-05-01  Juri Linkov  <juri@jurta.org>
9071         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
9073 2013-05-01  Juri Linkov  <juri@jurta.org>
9075         * comint.el (comint-previous-matching-input): Don't print message
9076         "History item: %d" when `isearch-mode' is active.
9077         (comint-history-isearch-message): Print message "History item: %d"
9078         when `comint-input-ring-index' is not empty and this function is
9079         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
9081 2013-05-01  Leo Liu  <sdl.web@gmail.com>
9083         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9084         definitions.  Use completion-at-point to insert keywords.
9085         (octave-abbrev-start): Remove.
9086         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9088 2013-04-30  Leo Liu  <sdl.web@gmail.com>
9090         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9091         change.
9093 2013-04-30  Alan Mackenzie  <acm@muc.de>
9095         Handle arbitrarily long C++ member initialisation lists.
9096         * progmodes/cc-engine.el (c-back-over-member-initializers):
9097         new function.
9098         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9099         (most) member init lists.
9101 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9103         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9104         variable.
9106 2013-04-30  Leo Liu  <sdl.web@gmail.com>
9108         * progmodes/octave.el (octave-variables): Remove.  No builtin
9109         variables any more.  All converted to functions.
9110         (octave-font-lock-keywords, octave-completion-at-point-function):
9111         Fix uses.
9112         (octave-font-lock-texinfo-comment): New user variable.
9113         (octave-texinfo-font-lock-keywords): New variable for texinfo
9114         comment block.
9115         (octave-function-comment-block): New face.
9116         (octave-font-lock-texinfo-comment): New function.
9117         (octave-mode): Font lock texinfo comment block.
9119 2013-04-29  Leo Liu  <sdl.web@gmail.com>
9121         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9122         indexing expression.
9123         (octave-continuation-string): Do not use \.
9124         (inferior-octave-complete-impossible): Remove.
9125         (inferior-octave-completion-table)
9126         (inferior-octave-completion-at-point): Remove its uses.
9127         (inferior-octave-startup): completion_matches was introduced to
9128         Octave in 1996 so safe to assume it.
9129         (octave-function-file-comment): Improve to follow how Octave does it.
9130         (octave-update-function-file-comment): Tweak.
9132 2013-04-29  Leo Liu  <sdl.web@gmail.com>
9134         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9135         (inferior-octave-startup): Remove inferior-octave-startup-hook.
9136         (octave-function-file-comment): Fix typo.
9137         (octave-sync-function-file-names): Use read-char-choice.
9139 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
9141         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9142         to t for the less important warnings.
9144 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
9146         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
9148 2013-04-27  Glenn Morris  <rgm@gnu.org>
9150         * vc/log-view.el (log-view-current-entry):
9151         Treat "---" separator lines as part of the following rev.  (Bug#14169)
9153 2013-04-27  Juri Linkov  <juri@jurta.org>
9155         * subr.el (read-number): Doc fix about using it by interactive
9156         code letter `n'.  (Bug#14254)
9158 2013-04-27  Juri Linkov  <juri@jurta.org>
9160         * desktop.el (desktop-auto-save-timeout): New option.
9161         (desktop-file-checksum): New variable.
9162         (desktop-save): Add optional arg `auto-save' and don't auto-save
9163         if nothing changed.
9164         (desktop-auto-save-timer): New variable.
9165         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9166         (after-init-hook): Call `desktop-auto-save-set-timer'.
9167         Suggested by Reuben Thomas <rrt@sc3d.org> in
9168         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
9170 2013-04-27  Leo Liu  <sdl.web@gmail.com>
9172         * progmodes/octave.el (octave-function-file-p)
9173         (octave-skip-comment-forward, octave-function-file-comment)
9174         (octave-update-function-file-comment): New functions.
9175         (octave-mode-map): Bind C-c ; to
9176         octave-update-function-file-comment.
9177         (octave-mode-menu): Add octave-update-function-file-comment.
9178         (octave-mode, inferior-octave-mode): Fix doc-string.
9179         (octave-insert-defun): Conform to Octave's coding convention.
9180         (Bug#14285)
9182         * files.el (basic-save-buffer): Don't let errors in
9183         before-save-hook prevent saving buffer.
9185 2013-04-20  Roland Winkler  <winkler@gnu.org>
9187         * faces.el (read-face-name): Use completing-read if arg multiple
9188         is nil.
9190 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
9192         * ls-lisp.el (ls-lisp-insert-directory): If no files are
9193         displayed, move point to after the totals line.
9194         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
9195         for the details.
9197 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9199         * emacs-lisp/package.el (package-autoload-ensure-default-file):
9200         Add current dir to the load-path.
9201         (package-generate-autoloads): Don't rely on
9202         autoload-ensure-default-file.
9204 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
9206         * textmodes/remember.el (remember-store-in-files): Document that
9207         the file name format is passed to `format-time-string'.
9209 2013-04-26  Leo Liu  <sdl.web@gmail.com>
9211         * progmodes/octave.el (octave-sync-function-file-names): New function.
9212         (octave-mode): Use it in before-save-hook.
9214 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9216         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
9217         (bug#14274).
9219         * progmodes/octave.el (octave-smie-forward-token): Properly skip
9220         \n and comment, even if it's not an implicit ; (bug#14218).
9222 2013-04-26  Glenn Morris  <rgm@gnu.org>
9224         * subr.el (read-number): Once more use `read' rather than
9225         `string-to-number', to trap non-numeric input.  (Bug#14254)
9227 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
9229         * emacs-lisp/syntax.el (syntax-propertize-multiline):
9230         Use `syntax-multiline' text property consistently instead of
9231         `font-lock-multiline'.  (Bug#14237)
9233 2013-04-26  Glenn Morris  <rgm@gnu.org>
9235         * emacs-lisp/shadow.el (list-load-path-shadows):
9236         No longer necessary to check for duplicate simple.el, since
9237         2012-07-07 change to init_lread to not include installation lisp
9238         directories in load-path when running uninstalled.  (Bug#14270)
9240 2013-04-26  Leo Liu  <sdl.web@gmail.com>
9242         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
9243         (octave-mode, inferior-octave-mode): Use setq-local.
9244         (octave-not-in-string-or-comment-p): Rename to
9245         octave-in-string-or-comment-p.
9246         (octave-in-comment-p, octave-in-string-p)
9247         (octave-in-string-or-comment-p): Replace defsubst with defun.
9249 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
9251         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
9253 2013-04-25  Bastien Guerry  <bzg@gnu.org>
9255         * textmodes/remember.el (remember-data-directory)
9256         (remember-directory-file-name-format): Fix custom types.
9258 2013-04-25  Leo Liu  <sdl.web@gmail.com>
9260         * progmodes/octave.el (octave-completion-at-point-function):
9261         Make use of inferior octave process.
9262         (octave-initialize-completions): Remove.
9263         (inferior-octave-completion-table): New function.
9264         (inferior-octave-completion-at-point): Use it.
9265         (octave-completion-alist): Remove.
9267 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9269         * progmodes/opascal.el: Use font-lock and syntax-propertize.
9270         (opascal-mode-syntax-table): New var.
9271         (opascal-literal-kind, opascal-is-literal-end)
9272         (opascal-literal-token-at): Rewrite.
9273         (opascal--literal-start-re, opascal-font-lock-keywords)
9274         (opascal--syntax-propertize): New constants.
9275         (opascal-font-lock-defaults): Adjust.
9276         (opascal-mode): Use them.  Set comment-<foo> variables as well.
9277         (delphi-comment-face, opascal-comment-face, delphi-string-face)
9278         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
9279         (delphi-other-face, opascal-other-face): Remove face variables.
9280         (opascal-save-state): Remove macro.
9281         (opascal-fontifying-progress-step): Remove constant.
9282         (opascal--ignore-changes): Remove var.
9283         (opascal-set-token-property, opascal-parse-next-literal)
9284         (opascal-is-stable-literal, opascal-complete-literal)
9285         (opascal-is-literal-start, opascal-face-of)
9286         (opascal-parse-region, opascal-parse-region-until-stable)
9287         (opascal-fontify-region, opascal-after-change)
9288         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
9289         (opascal-debug-parse-region, opascal-debug-parse-window)
9290         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
9291         (opascal-debug-fontify-buffer): Remove.
9292         (opascal-debug-mode-map): Adjust accordingly.
9294 2013-04-25  Leo Liu  <sdl.web@gmail.com>
9296         Merge octave-mod.el and octave-inf.el into octave.el with some
9297         cleanups.
9298         * progmodes/octave.el: New file renamed from octave-mod.el.
9299         * progmodes/octave-inf.el: Merged into octave.el.
9300         * progmodes/octave-mod.el: Renamed to octave.el.
9302 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
9304         * textmodes/reftex-vars.el
9305         (reftex-label-ignored-macros-and-environments): New defcustom.
9307         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
9309 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9311         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
9312         (smie-indent-keyword): Improve the check to ensure that the next
9313         comment is really on the same line.
9314         (smie-indent-comment): Don't align with a subsequent closer (or eob).
9316         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9317         semi-colons if the line is not otherwise empty (bug#14218).
9319 2013-04-25  Glenn Morris  <rgm@gnu.org>
9321         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
9323 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9325         * progmodes/opascal.el (opascal-set-token-property): Rename from
9326         opascal-set-text-properties and only set `token' (bug#14134).
9327         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
9328         (opascal-literal-text-properties): Remove.
9329         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
9330         Adjust callers.
9332 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
9334         * textmodes/remember.el (remember-handler-functions): Add an
9335         option for a new handler `remember-store-in-files'.
9336         (remember-data-directory, remember-directory-file-name-format):
9337         New options.
9338         (remember-store-in-files): New function to store remember notes
9339         as separate files within a directory.
9341 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
9343         * progmodes/compile.el (compilation-next-error-function):
9344         Pass "formats" to compilation-find-file (bug#11777).
9346 2013-04-24  Glenn Morris  <rgm@gnu.org>
9348         * vc/vc-bzr.el (vc-bzr-print-log):
9349         * vc/vc-hg.el (vc-hg-print-log):
9350         * vc/vc-svn.el (vc-svn-print-log):
9351         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
9353         * vc/vc-bzr.el (vc-bzr-print-log):
9354         * vc/vc-cvs.el (vc-cvs-print-log):
9355         * vc/vc-git.el (vc-git-print-log):
9356         * vc/vc-hg.el (vc-hg-print-log):
9357         * vc/vc-mtn.el (vc-mtn-print-log):
9358         * vc/vc-rcs.el (vc-rcs-print-log):
9359         * vc/vc-sccs.el (vc-sccs-print-log):
9360         * vc/vc-svn.el (vc-svn-print-log):
9361         * vc/vc.el (vc-print-log-internal): Doc fixes.
9363 2013-04-23  Glenn Morris  <rgm@gnu.org>
9365         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
9366         Remove venerable code attempting to avoid substitute-command-keys.
9368 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
9370         * textmodes/reftex-vars.el (reftex-label-regexps):
9371         Call `reftex-compile-variables' after changes to this variable.
9373 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
9376         Use lexical-binding.
9377         (jit-lock-force-redisplay): Use markers, check buffer's continued
9378         existence and beware narrowed buffers.
9379         (jit-lock-fontify-now): Adjust call accordingly.
9381 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9383         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
9384         to avoid misleading the user.
9386 2013-04-22  Leo Liu  <sdl.web@gmail.com>
9388         * info-look.el: Prefer latex2e.info.  (Bug#14240)
9390 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
9392         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
9394         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
9395         * net/tramp.el (tramp-call-process): ... here.
9396         (tramp-set-completion-function, tramp-parse-putty):
9397         * net/tramp-adb.el (tramp-adb-execute-adb-command):
9398         * net/tramp-gvfs.el (tramp-gvfs-send-command):
9399         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9400         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
9401         (tramp-call-local-coding-command): Use `tramp-call-process'
9402         instead of `tramp-compat-call-process'.
9404         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
9405         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
9406         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
9407         (tramp-find-inline-compress): Improve traces.
9408         (tramp-maybe-send-script): Check for Perl binary.
9409         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
9411 2013-04-22  Daiki Ueno  <ueno@gnu.org>
9413         * epg.el (epg-context-pinentry-mode): New function.
9414         (epg-context-set-pinentry-mode): New function.
9415         (epg--start): Pass --pinentry-mode option to gpg command.
9417 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
9419         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
9420         `comint-dynamic-complete' is obsolete since 24.1, replaced by
9421         `completion-at-point'.  (Bug#13774)
9423         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
9424         default key binding for `describe-distribution' has been moved to
9425         `C-h C-o'.  (Bug#13970)
9427 2013-04-21  Glenn Morris  <rgm@gnu.org>
9429         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
9430         Add doc strings.
9431         (vc-print-log): Clarify interactive prompt.
9433 2013-04-20  Glenn Morris  <rgm@gnu.org>
9435         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9436         No longer include timestamp etc information.
9438 2013-04-20  Roland Winkler  <winkler@gnu.org>
9440         * faces.el (read-face-name): Bug fix, return just one face if arg
9441         multiple is nil.  (Bug#14209)
9443 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9445         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
9446         (remove-function): Autoload.
9448         * comint.el (comint-redirect-original-filter-function): Remove.
9449         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
9450         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
9451         (vc-cvs-annotate-command):
9452         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
9453         * progmodes/prolog.el (prolog-consult-compile):
9454         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
9455         Use add/remove-function instead.
9456         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
9457         (gud-tooltip-process-output, gud-tooltip-tips):
9458         Use add/remove-function instead.
9459         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
9460         (scheme-interaction-mode, exit-scheme-interaction-mode):
9461         Use add/remove-function instead.
9463         * vc/vc-dispatcher.el: Use lexical-binding.
9464         (vc--process-sentinel): Rename from vc-process-sentinel.
9465         Change last arg to be the code to run.  Don't use vc-previous-sentinel
9466         and vc-sentinel-commands any more.
9467         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
9468         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
9470 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
9472         * progmodes/sh-script.el (sh-imenu-generic-expression):
9473         Handle function names with a single character.   (Bug#14111)
9475 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
9477         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
9478         for subroutines defined in an eval (bug#14182).
9480 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9482         * bookmark.el (bookmark-completing-read): Improve handling of empty
9483         string (bug#14176).
9485 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9487         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
9489 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9491         New faster Imenu implementation (bug#14058).
9492         * progmodes/python.el:
9493         (python-imenu-prev-index-position):
9494         (python-imenu-format-item-label-function)
9495         (python-imenu-format-parent-item-label-function)
9496         (python-imenu-format-parent-item-jump-label-function):
9497         New vars.
9498         (python-imenu-format-item-label)
9499         (python-imenu-format-parent-item-label)
9500         (python-imenu-format-parent-item-jump-label)
9501         (python-imenu--put-parent, python-imenu--build-tree)
9502         (python-imenu-create-index, python-imenu-create-flat-index)
9503         (python-util-popn): New functions.
9504         (python-mode): Set imenu-create-index-function to
9505         python-imenu-create-index.
9507 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9509         * winner.el (winner-active-region): Use region-active-p, activate-mark
9510         and deactivate-mark (bug#14225).
9512         * simple.el (deactivate-mark): Don't inline it.
9514 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
9516         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
9518 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
9520         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
9521         file extensions from the archive-mode entry in order to prefer
9522         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
9524 2013-04-18  Leo Liu  <sdl.web@gmail.com>
9526         * bindings.el (help-event-list): Add ?\?.
9528 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9530         * subr.el (with-wrapper-hook): Declare obsolete.
9531         * simple.el (filter-buffer-substring-function): New hook.
9532         (filter-buffer-substring): Use it.
9533         (filter-buffer-substring-functions): Mark obsolete.
9534         * minibuffer.el (completion-in-region-function): New hook.
9535         (completion-in-region): Use it.
9536         (completion-in-region-functions): Mark obsolete.
9537         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
9538         * abbrev.el (abbrev-expand-function): New hook.
9539         (expand-abbrev): Use it.
9540         (abbrev-expand-functions): Mark obsolete.
9541         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
9542         and :filter-return.
9544 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9546         * progmodes/python.el (python-nav--syntactically): Fix cornercases
9547         and do not care about match data.
9549 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
9552         completion tables when completing error conditions and
9553         `declare' arguments.
9554         (lisp-complete-symbol, field-complete): Mark as obsolete.
9555         (check-parens): Unmatched parens are user errors.
9556         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
9558 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
9560         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
9561         command changed buffer (ie. `flyspell-pre-buffer' is not current
9562         buffer), which prevents making decisions based on invalid value of
9563         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
9564         cause an error when `flyspell-pre-point' was nil after switching
9565         buffers.
9566         (flyspell-post-command-hook): No longer needs to change buffers when
9567         checking pre-word.  While at it remove unnecessary progn.
9569 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
9571         * textmodes/ispell.el (ispell-add-per-file-word-list):
9572         Fix `flyspell-correct-word-before-point' error when accepting
9573         words and `coment-padding' is an integer by using
9574         `comment-normalize-vars' (Bug #14214).
9576 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9578         New defun movement commands.
9579         * progmodes/python.el (python-nav--syntactically)
9580         (python-nav--forward-defun, python-nav-backward-defun)
9581         (python-nav-forward-defun): New functions.
9583 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9585         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
9586         (python-syntax-context): Use named compiler-macro for backwards
9587         compatibility with Emacs 24.x.
9589 2013-04-17  Leo Liu  <sdl.web@gmail.com>
9591         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
9592         octave-hide-process-buffer.
9594 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9596         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
9597         (bug#14216).
9599 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
9601         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
9602         Fix adjustment of offset when receiving incomplete responses from GDB
9603         (bug#14129).
9605 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
9608         python-mode-abbrev-table.
9609         (python-skeleton-define): Adjust accordingly.
9610         (python-mode-abbrev-table): New table that inherits from it so that
9611         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
9613         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
9614         (abbrev-symbol): Use it.
9615         (abbrev--before-point): Use it since we already handle inheritance.
9617 2013-04-16  Leo Liu  <sdl.web@gmail.com>
9619         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
9620         binding to info-lookup-symbol.
9622 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
9624         * minibuffer.el (completion--twq-all):
9625         * term/ns-win.el (ns-initialize-window-system):
9626         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
9628 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9630         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
9631         global bindings.
9633         * doc-view.el (doc-view-start-process): Handle url-handler directories.
9635 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
9637         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
9638         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
9639         to nil.
9640         (ruby-end-of-defun): Remove the unused arg, change the docstring
9641         to reflect that this function is only used as the value of
9642         `end-of-defun-function'.
9643         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
9644         to reflect an earlier change that beginning/end-of-defun functions
9645         jump between methods in a class definition, as well as top-level
9646         functions.
9648 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9650         * minibuffer.el (minibuffer-complete): Don't just scroll
9651         a *Completions* that's been iconified.
9652         (minibuffer-force-complete): Make sure repetitions do cycle when going
9653         through completion-in-region -> minibuffer-complete.
9655 2013-04-15  Alan Mackenzie  <acm@muc.de>
9657         Correct the placement of c-cpp-delimiters when there're #s not at
9658         col 0.
9660         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
9661         place a submatch around the #.
9662         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
9663         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
9664         on the #, not BOL.
9666 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9668         * emacs-lisp/nadvice.el: Properly test names when adding advice.
9669         (advice--member-p): New arg `name'.
9670         (advice--add-function, advice-member-p): Use it (bug#14202).
9672 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
9674         Reformulate java imenu-generic-expression.
9675         The old expression contained ill formed regexps.
9677         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
9678         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
9679         (cc-imenu-java-method-arg-regexp): New defconsts.
9680         (cc-imenu-java-build-type-args-regex): New defun.
9681         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
9682         handling of spaces in the regexp.
9684 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9686         * textmodes/ispell.el (ispell-command-loop): Remove
9687         flyspell highlight of a word when ispell accepts it (bug #14178).
9689 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
9691         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
9692         uses code from the previous `ange-ftp-run-real-handler'.
9693         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
9694         only in case that function exist.  This is needed for proper
9695         unloading of Tramp.
9697 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
9699         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
9701         * textmodes/reftex.el (reftex-compile-variables): Use it.
9703 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9705         * files.el (normal-mode): Only use default major-mode if no other mode
9706         was specified.
9708         * emacs-lisp/trace.el (trace-values): New function.
9710         * files.el: Allow : in local variables (bug#14089).
9711         (hack-local-variable-regexp): New var.
9712         (hack-local-variables-prop-line, hack-local-variables): Use it.
9714 2013-04-13  Roland Winkler  <winkler@gnu.org>
9716         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
9717         data before it gets modified by bibtex-beginning-of-entry.
9719 2013-04-13  Roland Winkler  <winkler@gnu.org>
9721         * textmodes/bibtex.el (bibtex-url): Doc fix.
9723 2013-04-13  Roland Winkler  <winkler@gnu.org>
9725         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
9726         does not visit a BibTeX file, exclude it from the list of buffers
9727         returned by bibtex-initialize.
9729 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
9731         * window.el (split-window): Remove interactive form, since as a
9732         command this function is a special case of split-window-below.
9733         Correct doc string.
9735 2013-04-12  Roland Winkler  <winkler@gnu.org>
9737         * faces.el (read-face-name): Do not override value of arg default.
9738         Allow single faces and strings as default values.  Remove those
9739         elements from return value that are not faces.
9740         (describe-face): Simplify.
9741         (face-at-point): New optional args thing and multiple so that this
9742         function can provide the same functionality previously provided by
9743         read-face-name.
9744         (make-face-bold, make-face-unbold, make-face-italic)
9745         (make-face-unitalic, make-face-bold-italic, invert-face)
9746         (modify-face, read-face-and-attribute): Use face-at-point.
9748         * cus-edit.el (customize-face, customize-face-other-window)
9749         * cus-theme.el (custom-theme-add-face)
9750         * face-remap.el (buffer-face-set)
9751         * facemenu.el (facemenu-set-face): Use face-at-point.
9753 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
9755         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
9757 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
9759         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
9760         off leading { and trailing } from field values.
9762 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9764         * emacs-lisp/timer.el (timer--check): New function.
9765         (timer--time, timer-set-function, timer-event-handler): Use it.
9766         (timer-set-idle-time): Simplify.
9767         (timer--activate): CSE.
9768         (timer-event-handler): Give more info in error message.
9769         (internal-timer-start-idle): New function, moved from C.
9771         * mpc.el (mpc-proc): Add `restart' argument.
9772         (mpc-proc-cmd): Use it.
9773         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
9774         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
9775         less often.
9777 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
9779         * progmodes/sh-script.el: Implement `sh-mode' own
9780         `add-log-current-defun-function' (bug#14112).
9781         (sh-current-defun-name): New function.
9782         (sh-mode): Use the function.
9784 2013-04-09  Bastien Guerry  <bzg@gnu.org>
9786         * simple.el (choose-completion-string): Fix docstring (bug#14163).
9788 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9790         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
9792         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
9793         timer (bug#14156).
9795 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
9797         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
9798         declaration.
9800 2013-04-07  Leo Liu  <sdl.web@gmail.com>
9802         * pcmpl-x.el: New file.
9804 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
9806         Do not set x-display-name until X connection is established.
9807         This is needed to prevent from weird situation described at
9808         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
9809         * frame.el (make-frame): Set x-display-name after call to
9810         window system initialization function, not before.
9811         * term/x-win.el (x-initialize-window-system): Add optional
9812         display argument and use it.
9813         * term/w32-win.el (w32-initialize-window-system):
9814         * term/ns-win.el (ns-initialize-window-system):
9815         * term/pc-win.el (msdos-initialize-window-system):
9816         Add compatible optional display argument.
9818 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
9820         * files.el (normal-backup-enable-predicate): On MS-Windows and
9821         MS-DOS compare truenames of temporary-file-directory and of the
9822         file, so that 8+3 aliases (usually found in $TEMP on Windows)
9823         don't fail comparison by compare-strings.  Also, compare file
9824         names case-insensitively on MS-Windows and MS-DOS.
9826 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9828         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
9829         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
9831 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
9833         * whitespace.el (whitespace-color-on, whitespace-color-off):
9834         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
9836 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
9838         * ispell.el (ispell-set-spellchecker-params):
9839         Really set `ispell-args' for all equivs.
9841 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9843         * ido.el (ido-completions): Use extra elements of ido-decorations
9844         (bug#14143).
9845         (ido-decorations): Update docstring.
9847 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
9849         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9850         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
9851         nil during initialization, in order not to miss changes since the
9852         file was opened.  (Bug#14140)
9854 2013-04-05  Leo Liu  <sdl.web@gmail.com>
9856         * kmacro.el (kmacro-call-macro): Fix bug#14135.
9858 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
9860         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
9862 2013-04-04  Glenn Morris  <rgm@gnu.org>
9864         * electric.el (electric-pair-inhibit-predicate): Add :version.
9866 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9868         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
9869         when a package is required several times (bug#14082).
9871 2013-04-04  Roland Winkler  <winkler@gnu.org>
9873         * faces.el (read-face-name): Behave as promised by the docstring.
9874         Assume that arg default is a list of faces.
9875         (describe-face): Call read-face-name with list of default faces.
9877 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9879         * bookmark.el: Fix deletion of bookmarks (bug#13972).
9880         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
9881         (bookmark-bmenu-execute-deletions): Only skip first line if it's
9882         the header.
9883         (bookmark-exit-hook-internal): Save even if list is empty.
9885 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
9887         * emacs-lisp/package.el (package-pinned-packages): New var.
9888         (package--add-to-archive-contents): Obey it (bug#14118).
9890 2013-04-03  Alan Mackenzie  <acm@muc.de>
9892         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
9893         Also adapt to the new values of element 7 of a parse state.
9895         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
9896         parameter `not-in-delimiter'.  Handle being inside comment opener.
9897         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
9898         character in case we're typing a '*' after a '/'.
9899         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
9900         instead by passing the parameter to c-state-pp-to-literal.
9902         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
9903         for elt. 7 of a parse state.
9905 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
9907         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
9908         * international/latin1-disp.el, international/mule-util.el:
9909         * language/cyril-util.el, language/european.el, language/ind-util.el:
9910         * language/lao-util.el, language/thai.el, language/tibet-util.el:
9911         * language/tibetan.el, language/viet-util.el:
9912         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
9914 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9916         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
9917         (electric-pair-post-self-insert-function): Use it.
9918         (electric-pair-default-inhibit): New function, extracted from
9919         electric-pair-post-self-insert-function.
9921 2013-03-31  Roland Winkler  <winkler@gnu.org>
9923         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
9925 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9927         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
9929 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
9931         Un-indent after "pass" and "return" statements (Bug#13888)
9932         * progmodes/python.el (python-indent-block-enders): New var.
9933         (python-indent-calculate-indentation): Use it.
9935 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
9937         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
9938         defun.  Defining it as defalias could introduce too eager
9939         byte-compiler optimization.  (Bug#14030)
9941 2013-03-30  Chong Yidong  <cyd@gnu.org>
9943         * iswitchb.el (iswitchb-read-buffer): Fix typo.
9945 2013-03-30  Leo Liu  <sdl.web@gmail.com>
9947         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
9948         (kmacro-execute-from-register): Pass the keyboard macro to
9949         kmacro-call-macro or repeating won't work correctly.
9951 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
9953         * progmodes/subword.el: Back to using `forward-symbol'.
9955         * subr.el (forward-whitespace, forward-symbol)
9956         (forward-same-syntax): Move from thingatpt.el.
9958 2013-03-29  Leo Liu  <sdl.web@gmail.com>
9960         * kmacro.el (kmacro-to-register): New command.
9961         (kmacro-execute-from-register): New function.
9962         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
9964 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9966         * mpc.el: Use defvar-local and setq-local.
9967         (mpc--proc-connect): Connection failures are not bugs.
9968         (mpc-mode-map): `follow-link' only applies to the buffer's content.
9969         (mpc-volume-map): Bind to the up-events.
9971 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
9973         * progmodes/subword.el (superword-mode): Use `forward-sexp'
9974         instead of `forward-symbol'.
9976 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9978         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
9979         (edebug--recursive-edit): Use it.
9980         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
9981         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
9983 2013-03-28  Leo Liu  <sdl.web@gmail.com>
9985         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
9987 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
9989         * facemenu.el (list-colors-callback): New defvar.
9990         (list-colors-redisplay): New function.
9991         (list-colors-display): Install list-colors-redisplay as the
9992         revert-buffer-function.  (Bug#14063)
9994 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9996         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
9997         and suffixes don't overlap (bug#14061).
9999         * case-table.el: Use lexical-binding.
10000         (case-table-get-table): New function.
10001         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
10003 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10005         * progmodes/subword.el: Add `superword-mode' to do word motion
10006         over symbol_words (parallels and leverages `subword-mode' which
10007         does word motion inside MixedCaseWords).
10009 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
10011         * eshell/em-unix.el: Move su and sudo to...
10012         * eshell/em-tramp.el: ...Eshell tramp module.
10014 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10016         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10017         Change return value to be a sexp.  Delay `get-buffer' to after
10018         restoring the desktop (bug#13951).
10020 2013-03-26  Leo Liu  <sdl.web@gmail.com>
10022         * register.el: Move semantic tag handling back to
10023         cedet/semantic/senator.el.  (Bug#14052)
10025 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10027         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10028         into the prompt either (bug#13963).
10030 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10032         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10033         part of "(error-foo)".
10035 2013-03-24  Juri Linkov  <juri@jurta.org>
10037         * replace.el (list-matching-lines-prefix-face): New defcustom.
10038         (occur-1): Pass `list-matching-lines-prefix-face' to the function
10039         `occur-engine' if `face-differs-from-default-p' returns t.
10040         (occur-engine): Add `,' inside backquote construct to evaluate
10041         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
10042         Pass `prefix-face' to the functions `occur-context-lines' and
10043         `occur-engine-add-prefix'.
10044         (occur-engine-add-prefix, occur-context-lines): Add optional arg
10045         `prefix-face' and propertize the prefix with `prefix-face'.
10046         (Bug#14017)
10048 2013-03-24  Leo Liu  <sdl.web@gmail.com>
10050         * nxml/rng-valid.el (rng-validate-while-idle)
10051         (rng-validate-quick-while-idle): Guard against deleted buffer.
10052         (Bug#13999)
10054         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10055         is the last entry in kill-buffer-hook.
10057         * files.el (kill-buffer-hook): Doc fix.
10059 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
10061         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10062         Make it safe-local.
10064         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10066 2013-03-23  Leo Liu  <sdl.web@gmail.com>
10068         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10069         Remove.
10071         * nxml/rng-valid.el (rng-validate-mode)
10072         (rng-after-change-function, rng-do-some-validation):
10073         * nxml/rng-maint.el (rng-validate-buffer):
10074         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10075         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10076         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10077         (nxml-extend-after-change-region): Use with-silent-modifications.
10079         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10080         timer-idle-list.
10082         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10083         (rng-next-error-1, rng-previous-error-1): Do not let-bind
10084         timer-idle-list.  (Bug#13999)
10086 2013-03-23  Juri Linkov  <juri@jurta.org>
10088         * info.el (info-index-match): New face.
10089         (Info-index, Info-apropos-matches): Add a nested subgroup to the
10090         main pattern and add text properties with the new face to matches
10091         in index entries relative to the beginning of the index entry.
10092         (Bug#14015)
10094 2013-03-21  Eric Ludlam  <zappo@gnu.org>
10096         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10097         Inhibit read only while inserting objects.
10099 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10101         * progmodes/cfengine.el: Update docs to mention
10102         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
10103         symbol motion.  Remove "_" from the word syntax.
10105 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
10107         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10108         syntax for both `cfengine2-mode' and `cfengine3-mode'.
10110 2013-03-20  Juri Linkov  <juri@jurta.org>
10112         * info.el (Info-next-reference-or-link)
10113         (Info-prev-reference-or-link): New functions.
10114         (Info-next-reference, Info-prev-reference): Use them.
10115         (Info-try-follow-nearest-node): Handle footnote navigation.
10116         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
10118 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10120         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10121         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10123 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
10125         Suppress unnecessary non-ASCII chatter during build process.
10126         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10127         (batch-skkdic-convert): Suppress most of the chatter.
10128         It's not needed so much now that machines are faster,
10129         and its non-ASCII component was confusing; see Dmitry Gutov in
10130         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10132 2013-03-20  Leo Liu  <sdl.web@gmail.com>
10134         * ido.el (ido-chop): Fix bug#10994.
10136 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
10138         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10139         Remove vars.
10140         (whitespace-color-on, whitespace-color-off):
10141         Use `font-lock-fontify-buffer' (Bug#13817).
10143 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10145         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10146         remapping in mode-line.
10147         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10149 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
10151         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10152         value for `whitespace-line' face (Bug#13875).
10153         (whitespace-font-lock-keywords): Change description.
10154         (whitespace-color-on): Don't save `font-lock-keywords' value, save
10155         the constructed keywords instead.
10156         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
10158 2013-03-19  Leo Liu  <sdl.web@gmail.com>
10160         * progmodes/compile.el (compilation-display-error): New command.
10161         (compilation-mode-map, compilation-minor-mode-map): Bind it to
10162         C-o.  (Bug#13992)
10164 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
10166         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10168 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
10170         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
10172 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
10174         * net/tramp-compat.el (tramp-compat-user-error): New defun.
10176         * net/tramp-adb.el (tramp-adb-handle-shell-command):
10177         * net/tramp-gvfs.el (top):
10178         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
10179         (tramp-handle-shell-command): Use it.
10180         (tramp-dissect-file-name): Raise an error when hostname is a
10181         method name, and neither method nor user is specified.
10183         * net/trampver.el: Update release number.
10185 2013-03-18  Leo Liu  <sdl.web@gmail.com>
10187         Make sure eldoc can be turned off properly.
10188         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
10189         eldoc-mode.
10190         (eldoc-display-message-p): Revert last change.
10191         (eldoc-display-message-no-interference-p)
10192         (eldoc-print-current-symbol-info): Tweak.
10194 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
10196         * doc-view.el (doc-view-new-window-function): Check the new window
10197         overlay's display property instead the char property of the
10198         buffer's first char.  Use `with-selected-window' instead of
10199         `save-window-excursion' with `select-window'.
10200         (doc-view-document->bitmap): Check the current doc-view overlay's
10201         display property instead the char property of the buffer's first char.
10203 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
10205         Automate the build of ja-dic.el (Bug#13984).
10206         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
10207         from the input, rather than assume that it's been done for us by the
10208         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
10209         the current date into a ja-dic.el comment, as that complicates
10210         regression testing.
10212 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10214         * whitespace.el: Fix double evaluation.
10215         (whitespace-space, whitespace-hspace, whitespace-tab)
10216         (whitespace-newline, whitespace-trailing, whitespace-line)
10217         (whitespace-space-before-tab, whitespace-indentation)
10218         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
10219         obsolete defvars.
10220         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10221         (whitespace-color-on): Use a single font-lock-add-keywords call.
10222         Fix double-evaluation of face variables.
10224 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
10226         * net/tramp-adb.el (tramp-adb-parse-device-names):
10227         Use `start-process' instead of `call-process'.  Otherwise, the
10228         function might be blocked under MS Windows.  (Bug#13299)
10230 2013-03-17  Leo Liu  <sdl.web@gmail.com>
10232         Extend eldoc to display info in the mode-line.  (Bug#13978)
10233         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
10234         (eldoc-mode-line-string): New variable.
10235         (eldoc-minibuffer-message): New function.
10236         (eldoc-message-function): New variable.
10237         (eldoc-message): Use it.
10238         (eldoc-display-message-p)
10239         (eldoc-display-message-no-interference-p):
10240         Support eldoc-post-insert-mode.
10242         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
10243         (eval-expression): Run it.
10245 2013-03-17  Roland Winkler  <winkler@gnu.org>
10247         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
10248         strings in the list of return values.
10250 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
10252         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
10253         radix before checking for HMS forms.
10255 2013-03-16  Leo Liu  <sdl.web@gmail.com>
10257         * progmodes/scheme.el: Add indentation and font-locking for λ.
10258         (Bug#13975)
10260 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
10263         token before point (bug#13942).
10265 2013-03-16  Leo Liu  <sdl.web@gmail.com>
10267         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
10269 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
10271         * startup.el (command-line-normalize-file-name): Fix handling of
10272         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
10273         <xfq.free@gmail.com> in
10274         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
10276 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
10278         Sync with Tramp 2.2.7.
10280         * net/trampver.el: Update release number.
10282 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
10284         * doc-view.el: Fix bug#13887.
10285         (doc-view-insert-image): Don't modify overlay associated to
10286         non-live windows, and implement horizontal centering of image in
10287         case it's smaller than the window.
10288         (doc-view-new-window-function): Force redisplay of new windows on
10289         doc-view buffers.
10291 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
10293         * saveplace.el (save-place-alist-to-file): Don't sort
10294         `save-place-alist', just pretty-print it (bug#13882).
10296 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
10298         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10299         Check whether `default-file-name-coding-system' is bound.
10300         It isn't in XEmacs.
10302 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10304         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
10305         backquotes for `obsolete' (bug#13929).
10307         * international/mule.el (find-auto-coding): Include file name in
10308         obsolescence warning (bug#13922).
10310 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10312         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
10313         for CFEngine 3-specific indentation.
10314         (cfengine3-indent-line): Use it.  Fix up category regex.
10315         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
10317 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10319         * type-break.el (type-break-file-name):
10320         * textmodes/remember.el (remember-data-file):
10321         * strokes.el (strokes-file):
10322         * shadowfile.el (shadow-initialize):
10323         * saveplace.el (save-place-file):
10324         * ps-bdf.el (bdf-cache-file):
10325         * progmodes/idlwave.el (idlwave-config-directory):
10326         * net/quickurl.el (quickurl-url-file):
10327         * international/kkc.el (kkc-init-file-name):
10328         * ido.el (ido-save-directory-list-file):
10329         * emulation/viper.el (viper-custom-file-name):
10330         * emulation/vip.el (vip-startup-file):
10331         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
10332         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
10334 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
10336         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
10337         * language/thai-word.el: Switch to UTF-8.
10339 See ChangeLog.16 for earlier changes.
10341 ;; Local Variables:
10342 ;; coding: utf-8
10343 ;; End:
10345   Copyright (C) 2011-2013 Free Software Foundation, Inc.
10347   This file is part of GNU Emacs.
10349   GNU Emacs is free software: you can redistribute it and/or modify
10350   it under the terms of the GNU General Public License as published by
10351   the Free Software Foundation, either version 3 of the License, or
10352   (at your option) any later version.
10354   GNU Emacs is distributed in the hope that it will be useful,
10355   but WITHOUT ANY WARRANTY; without even the implied warranty of
10356   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10357   GNU General Public License for more details.
10359   You should have received a copy of the GNU General Public License
10360   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.